@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --primary: #1a2a90;
    --light: #F8F8F8;
    --dark: #000;
}

body{
    font-family: "Sora", sans-serif !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #ffffff;
    border-color: #ffffff80;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: #57b279;
    border-color: #57b279;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: #000;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #1a2a90;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {

.top_social {
    text-align: center;
    justify-content: end !important;
   
	margin-left:30px;
    margin-top: 5px;
}


    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }


}

@media (min-width: 992px) {




    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}
.owl-carousel .owl-item img {
        object-fit: cover;
    height: 650px;
}
@media (max-width: 768px) {

.container-xxl .row.g-5.align-items-center.extra-cl {
    flex-direction: column-reverse;
}



.top_in a{
font-size:12px !important;
}

.top_in a i {
    background: #57b279;
    width: 16px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    /* margin-right: 0px; */
    /* margin-left: -12px; */
    /* border-radius: 2px; */
}








		.top_social {
    text-align: center;
    justify-content: end !important;
           width: 95%;

	    margin-top: 5px;
}
	


    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .why-choose {
        padding: 0 0;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: #57b279;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 15px;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -74px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: #0000001f;
}
.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img, .feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before, .feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 8px solid #57b279;
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    transition: .5s;
    background: rgba(0, 0, 0, .5);
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}


.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: #e9fff1;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/*updated*/

        a.navbar-brand.ms-4.ms-lg-0 h1 {
    max-width: 140px;
    margin-right: 0;
}
.top-bar {
    background: #12228c;
    padding: 10px 0;
}
.top_in a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 17px;
    display: inline-block;
}
.top_in a i {
    background: #57b279;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 4px;
    border-radius: 2px;
}
.top_social {
    text-align: end;
    justify-content: end;
    width: 100%;
}
.top_social a i{
    margin-left: 4px;
    display: inline-block;
    background: #57b279;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}
a.btn_header {
    background: #57b27900;
    color: #57b279;
    padding: 13px 23px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #57b279;
    box-shadow: 3px 3px 3px 0px #12228c21;
    text-decoration: none;
    border-radius: 6px;
}
a.btn_header:hover {
    background: #57b279;
    color: #ffffff;
    box-shadow: 3px 4px 0px 0px #12228c;
}
.header nav{
    padding: 0;
}
h1.banner_heading {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}
p.banner_para {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2.5px;
}
a.banenr_btn {
    background: #ff000000;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #ffffffc9;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
}
a.banenr_btn {
    background: #ff000000;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #ffffffc9;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.5s;
       border-radius: 4px;
}
a.banenr_btn:hover {
    background: #12228c;
       transition: 0.5s;
    border: 1px solid #12228c;
    border-radius: 4px;
    box-shadow: inset 4px 0px #57b279;
}
.fact-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #010e6a;
    margin-bottom: 0 !important;
}
.section-head {
    font-size: 40px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #282828;
    word-spacing: 1px;
}
.section-para {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #282828;
}
a.btn_about {
    background: #12228c;
    transition: 0.5s;
    border: 1px solid #12228c;
    border-radius: 4px;
    box-shadow: inset 4px 0px #57b279;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #ffffffc9;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 4px;
}
a.btn_about:hover {
    background: #57b279;
    transition: 0.5s;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_about{
     background: #12228c;
    transition: 0.5s;
    border: 1px solid #12228c;
    border-radius: 4px;
    box-shadow: inset 4px 0px #57b279;
    color: #fff;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #ffffffc9;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 4px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn_about:hover {
    background: #57b279;
    transition: 0.5s;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap select {
    height: 55px;
}
span.wpcf7-form-control-wrap {
    font-size: 15px;
}

a.btn_about1 {
    background: #12228c;
    transition: 0.5s;
    border: 1px solid #12228c;
    border-radius: 4px;
    box-shadow: inset 4px 0px #57b279;
    color: #fff;
    padding: 8px 23px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 4px;
}
a.btn_about1:hover {
    background: #57b279;
    transition: 0.5s;
}
.service-text a {
    background: #fffffff0;
    padding: 10px 10px;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.service-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.service-text p {
    color: #ffffffeb;
    font-size: 14px;
    margin-top: 11px;
    line-height: 24px;
}
/*updated*/



article.thumbnail.item a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.owl-dots {
    display: none;
}
.slider_area_main{
    background: #f8f9fa;
    padding-top: 80px;
    margin-top: 60px;
}
.team_cnt {
    padding: 33px 0 20px 0;
    text-align: center;
}
.team_cnt h3 {
font-size: 20px;
font-weight: 700;
}
.team_cnt span {
    font-size: 16px;
    font-weight: 600;
    color: #57b279;
}

.feature_main {
    padding: 80px 0;
}
.cont-main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cont-main i {
    background: #12228c;
    font-size: 16px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}
.cont-btm p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #57b279;
}
.cont-btm h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000000;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
select.form-select {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 6px;
}

.testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
}

.testimonial-item span {
    font-size: 16px;
    font-weight: 600;
    color: #57b279;
}

.testi_main {
    background: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-carousel {
    background: #ffffffd6;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #0000000a;
}
.footer {
    background: #00041f;
    padding: 80px 0 0 0;
}
h3.heading-ftg {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
a.ftg-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    display: block;
}
.footer .copyright {
    padding: 12px 0;
    font-size: 14px;
    color: #ffffffeb;
    margin-top: 78px;
    background: #363636;
}
.form_area{
        background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
}
.feature-img1 img {
    border-radius: 5px;
    box-shadow: 0px 0px 9px #00000036;
}
.case_in {
    text-align: center;
    padding: 60px;
    background: #ffffff9e;
    border-radius: 20px;
    box-shadow: 0px 0px 6px white;
}
section.case_main_study {
    padding: 80px 0;
    margin-top: 80px;
}

.me-1 {
    margin-right: 6px;
}
.logo-ft {
    padding: 0 20px 0 0;
}
section.case_main_study {
    padding: 80px 0;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.banenr_area_inner {
    background-size: cover;
    background-position: center;
    height: 350px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.case_in_main h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.case_in_main p {
    font-size: 13px;
    color: #000000e8;
    font-weight: 400;
    margin-bottom: 0;
}
.case_in_main {
    padding: 20px;
    background: #e4ffee;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px #12228c30;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-side {
    width: 25%;
}
.img-side img {
    width: 100%;
    padding: 10px;
}
.cnt-side {
    width: 74%;
}
.case_main{
    padding: 80px 0 0 0;
}
button.carousel-control-prev {
    background: black;
}
button.carousel-control-next {
    background: black;
}
.slide_inner .carousel-inner .carousel-item img{
    width: 100%;
    height: 300px;
    border-radius: 15px;

}

.slide_inner  button.carousel-control-prev {
    background: black;
    border-radius: 15px 0 0 15px;
}

.slide_inner  button.carousel-control-next {
    background: black;
    border-radius: 0px 15px 15px 0;
}

.slide_inner  ol.carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 100%;
}
.heading-prop h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
}
.heading-prop h2 span {
    color: white;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    background: #12228c;
    padding: 8px 11px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #57b2791f;
}
.content_properties a h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 9px 0;
    line-height: 26px;
}
.guest_area_main span {
    display: inline-block;
    color: #000;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    border-right: 1px solid #57b279;
    padding-right: 18px;
}
.cta_prop a {
    display: inline-block;
    background: #eaedf1;
    padding: 8px 12px;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    border-radius: 52px;
    margin-right: 4px;
    text-decoration: none;
}
.content_properties {
    padding: 0px 15px;
}
.ab-top{
    padding-top: 80px;
}



@media (max-width: 797.99px) {

	.top_social {
    text-align: center;
    justify-content: end !important;
   
	        width: 95%;

    margin-top: 5px;
}
	



.top-bar {
    display: block;
}
h1.banner_heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
}
p.banner_para {
    letter-spacing: 0;
}
a.banenr_btn {
    padding: 8px 19px;
    font-size: 15px;
    margin-top: 5px;
}
.fact-item h3 {
    font-size: 18px;
}
.about-img::before, .feature-img::before {
    top: 7%;
    border: 4px solid #57b279;
}

.section-title {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
}
.section-head {
    font-size: 30px;
    word-spacing: 0;
}
.section-para {
    font-size: 14px;
    line-height: 24px;
}
a.btn_about {
    padding: 8px 18px;
    font-size: 15px;
}
a.btn_about1 {
    padding: 8px 18px;
    font-size: 15px;
}
.case_in {
    padding: 10px;
}
.footer .col-lg-3.col-md-6 {
    margin: 15px 0;
}
.footer {
    padding: 60px 0 0 0;
}
.footer .copyright {
    margin-top: 25px;
}
a.btn_header {
    display: inline-block;
    margin-bottom: 20px;
}
}



.feature-img-style img {
    height: auto !important;
    width: auto !important;
}
.feature-img-style{
    min-height: 655px;
}


.why-choose {
    padding: 30px 0;
}



.myWrapper-style {
	width: 100%;
	height: 175px;
}
.myWrapper-style {
	position: relative;
}
#videoHolder {
	position: relative;
	padding-top: 25px;
	height: 0;
	text-align: center;
	margin: 0 auto;
	width: 566px;
}

#myVideo,
.thumbs {
	width: 566px;
	height: 354px;
	outline: none;
}

.thumb {
	width: 23%;
	display: inline-block;
	border: 1px solid #919191;
	text-transform: uppercase;
	line-height: 50px;
	background-size: 100% auto;
	cursor: pointer;
	font-size: 80%;
}

@media only screen and (max-width: 600px) {
	
	.top_social {
    text-align: center;
    justify-content: end !important;
   
	margin-left:30px;
    margin-top: 5px;
}
	
	

	#videoHolder {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	#myVideo,
	.thumbs {
		width: 100%;
		height: auto;
	}
}


  .accordion-button {    
    color: white;  
    border: none;  
  }
  .accordion-button:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    right: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312228c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

  .accordion-button:not(.collapsed):after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312228c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.accordion-header {
    border: solid 1px #12228c;
}
  .accordion-button:hover {    
    border: none;
  }
  .accordion-button:not(.collapsed) {
   
    color: white;
  }
  .accordion-item {
   
  }
  .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
    color: #010e6a;
    margin-bottom: 0 !important;
    background: transparent;
    
}
.accordion {
    overflow-anchor: none;
    width: 100%;
}
.accordion-body p {
    padding: 0 10px;
    color: #000;
}
span.righmark {
    float: left;
    width: 30px;
    margin-right: 10px;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
 /* .owl-dots {
    text-align: center;
    padding-top: 15px;
  }*/
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgb(87 178 121 / 70%) !important;
      border: none;
  }
 /* span.righmark {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }*/
  .owl-nav button:focus {
      outline: none;
  }





  

  /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
    color: #2eca6a;
    border: 1px solid #26a356;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .form-as #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .form-as #sendmessage.show,
  .form-as #errormessage.show,
  .form-as .show {
    display: block;
  }
  
  .form-as .validation {
    color: red;
    display: none;
    margin: 4px 0 20px 0;
    font-weight: 400;
    font-size: 13px;
  }
  
  .form-as label {
    color: #000000;
    position: relative;
  }
  
  .form-as select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
  }
  
  .form-as .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
  }
  
  .form-as .form-control.form-control-a {
    height: 3.5rem;
  }
  
  .form-as .form-control:focus {
    box-shadow: none;
    border-color: #2eca6a;
  }
  
  .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .php-email-form label {
    color: #000000;
    position: relative;
  }
  
  .php-email-form select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
  }
  
  .php-email-form .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
  }
  
  .php-email-form .form-control.form-control-a {
    height: 3rem;
  }
  
  .php-email-form .form-control:focus {
    box-shadow: none;
    border-color: #2eca6a;
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

    .contForm .btn-outline-body {
    background: #12228c;
    }
    .contForm .btn-outline-body:hover {
        background: #57b279;
    }
    .contForm .cont-main {       
        margin-bottom: 30px;
    }
  