/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary: #00205B;
    --secondary: #AF272F;
    --light: #fff;
    --dark: #15233C;
    --black-color:#15233C;
}
body{
    font-family: 'Montserrat', sans-serif;font-size: 14px;
}
p{font-size: 16px;line-height: 30px;}
.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: #26215e;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    color: #fff;
}
.back-to-top:hover{background: #bf1a2e;color: #fff;;}
select {
    color: #666;
    
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #e9e8f0;
    border-radius: 2px;
    background: #e9e8f0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;width: 100%;
}
.select-form{
    border-radius: 25px;
    background: #e9e8f0;
    border-color: #e9e8f0;
    padding: 0.75em;width: auto;    max-width: 250px;margin: 2rem 0;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.spinner-grow{color: #bf1a2e;}

/*** Button ***/
.btn {
    transition: .5s;
}

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

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}

/* Top Bar*/
.top-bar{background: var(--secondary);color: var(--light);position: relative;}
.top-bar p{margin: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;font-weight: 500;font-size: 12px;}
.top-bar p span{position: relative;z-index: 3;}
.top-bar .classSkew{position: relative;}
.top-bar:after {
    width: 50%;
    background: #991323;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.classSkew:before {
    width: 60px;
    background: #991323;
    content: '';
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    transform: skewX(-30deg);
}

.header-search {
    width: 236px;
    background: var(--light);
    border: 1px solid #858585;
    display: flex;
    border-radius: 50px;
}
.header-search input {
    width: 100%;
    height: 42px;
    background: transparent;
    padding-left:1rem;
    color: var(--black-color);
    border: none;outline: none;
}
.header-search button {
    background: transparent;
    border: none;
    outline: none;
    color: #858585;
    width: 44px;
}
/*** Navbar ***/
.header{background: var(--primary);padding: 1.25rem 0;}
.navbar{max-width: 1320px;margin: auto;}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}
@media screen and (min-width:992px){
    .navbar .navbar-brand img {
        position: absolute;top: 0;max-height: initial;
    }
}
.navbar .navbar-nav a {
    margin-left: 25px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    outline: none;font-weight: 500;
}

.navbar .navbar-nav a:hover,
.navbar .navbar-nav li.current-menu a{
    color: #fbf22f;
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.carousel-caption h1{color: var(--light);font-weight: 500;position: relative;z-index: 1;}
.carousel-caption p{position: relative;z-index: 1;font-size: 24px;}
.carousel-caption .container{position: relative;z-index: 1;}

.state-template-default .carousel-caption p{color: var(--light);font-weight: 500;position: relative;z-index: 1; font-size:3rem; font-family:"Poppins",sans-serif;}
.state-template-default .carousel-caption h1{color: var(--light);position: relative;z-index: 1;font-size: 24px; font-family:'Montserrat', sans-serif; font-weight:400;}
.map-section{
    background: var(--light);border-radius: 20px;padding: 2rem;
}
.map-section h3 {
    font-size: 24px;
    font-weight: 500;
	color:#00205B;
}
#map_inner > div > svg {
    display: none;
}
#map_inner path:hover {
    fill: #bf1a2e;filter: drop-shadow(3px 5px 8px rgb(255 0 0/ 0.6));
}
#locForm{
    background: var(--secondary);
    padding: 3rem 2rem;
    text-align: left;
    border-radius:20px
}
.map-right h3{text-align: left;}
#locForm h3{
    color: var(--light);font-size: 30px;
}
#locForm p{font-size: 14px;}
#locForm h4{color: var(--light);font-weight: bold;font-size: 14px;}
.location-input-box{background: var(--light);border-radius: 50px;height: 60px;  display: grid;
    align-items: center;
    justify-content: space-around;
    grid-template-columns: calc(100% - 50px) 50px;
    padding: 0 0.5rem 0 1rem;
}
.location-input-box input{
    border: none;outline: none;
    width: 100%;
}
.location-input-box button{
    background: var(--primary);
    color: var(--light);
    border: none;
    outline: none;
    border-radius: 50%;
    width: 50px;
    height: 48px;
}
#header-carousel .carousel-item img {background: #15233C;}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background:#00205B;
    background-size: cover;
    text-align: center;
    padding-left:4rem ;
    padding-right:4rem ;
}
.container.facts .facts-counter.red-bg{
    background:#AF272F;
    background-size: cover;
    text-align: center;
    padding-left:4rem ;
    padding-right:4rem ;
}
.container.facts h2{color: #fff;}
.container.facts p{color: #fff;font-size: 16px;line-height: 30px;}
.container.facts p a{color: #AF272F;font-weight: bold;}
.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.outline-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #ffff;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    transition-duration: 0.3s;
}
.facts .outline-btn:hover{
    background: #bf1a2e;color: #fff;
} 


/*about911*/
.about911{
    background: url(../img/curve.png) center bottom no-repeat #fff;
}
.about911 h2{font-size: 3rem;color:#00205B;margin-bottom: 2rem;}
.about911 p{margin-bottom: 2rem;color:#333333}
.default-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #AF272F;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff ;
    transition-duration: 0.3s;
    background: #00205B;
}
.default-btn:hover{
    background: #AF272F;color: #fff;
} 


/*why-choose-us*/
.why-choose-us{background: url(../img/pattern.jpg) center repeat #f3f3f3;text-align: center;}
.why-choose-us h2{font-size: 3rem;color:#00205B;margin-bottom: 2rem;}
.why-choose-us h3{padding-top: 1.3rem;margin-bottom: 1.2rem; color:#00205B;}
.why-choose-us p{max-width: 820px;margin: 0 auto 2rem;}
.choose-item p{font-size: 14px;line-height: 24px;}
.why-choose-us .line:before {
    background: url(../img/line.png) center top no-repeat;
    content: '';
    width: 742px;
    position: absolute;
    height: 76px;
    margin: auto;
    left: 0;
    right: 0;
}


/*** Testimonial ***/
.customer-says{
    background: url(../img/curve-rotate.png) center bottom no-repeat #fff;
    padding-top: 5rem;
}
.customer-says h2{font-size: 3rem;color:#26215e;margin-bottom: 2rem;}
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
    background: url(../img/arrow-top.png) center no-repeat;
}
.testimonial-carousel {
    padding-bottom: 100px;
}
@media screen and (min-width: 992px){
    .owl-carousel .owl-stage-outer {
        margin-right: 100px;
    }
    .testimonial-item{padding-right: 100px;}
    .testimonial-carousel .owl-nav {
        margin-top: 0;
        flex-direction: column;
        gap: 12px;
        position: absolute;
        right: 0;
        top:0;
    }
    .testimonial-carousel .owl-nav .owl-next{
        transform: rotate(180deg);
    }
    .owl-next.disabled,.owl-prev.disabled{
        filter: grayscale(1);
        opacity: 0.5;
    }

}


/*faq-box*/
.faq-box{background: url(../img/pattern.jpg) center repeat #f3f3f3;padding: 4rem 0;}
.faq-box h2{font-size: 3rem;color:#00205B;margin-bottom: 2rem;text-align: center;}
.faq-box .card{background: transparent;}
.faq-box .card-header {
    background: #fff;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #d3d1d1;
}
.faq-box .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    outline: none;
    border:none;padding-left: 70px;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #00205B;
  }
  .faq-box .collapsible-link:focus{box-shadow: none;}  
  .faq-box .collapsible-link::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-size: 36px;
    border: 1px solid #bf1a2e;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    color: #bf1a2e;
  }
  
  .faq-box .collapsible-link[aria-expanded="true"]::before {
    content: "-";line-height: 22px;
  }
  .accordion .card {
    margin-bottom: 1rem;    border: 1px solid #f1f1f1;
    border-radius: 0;
}
@media screen and (min-width:992px){
    .faq-box .card-body {
        padding: 1rem 5.5rem !important;
    }
}
/* Location */
.location-box{background: url(../img/curve_color.png) center bottom no-repeat #00205B;padding: 5rem 0 0 0;color:#fff}
.location-box h3{ color:#fff;font-size: 30px;font-weight: 500;margin-bottom: 1rem;}
.location-box h2{ color:#fff;font-size: 30px;font-weight: 500;margin-bottom: 1rem;}
.location-box .button-area{margin-top: auto;padding-top: 1rem;}
.location-box .col-md-4{display: flex;flex-direction: column;}

/*** Footer ***/
.footer {
    color: #A7A8B4;
    background: url(../img/footer_bg.jpg) center no-repeat #00205B;
    background-size: cover;
    padding-top: 5rem;
}
.footer .max-940{max-width: 940px;margin: auto;}
.footer h3{ color:#fff;font-size: 30px;font-weight: 500;margin-bottom:2rem;border-bottom: 2px solid #fff;padding-bottom: 1rem;}
.footer h4{color: #fff;font-size: 18px;font-weight: 500;}
.footer ul{margin: 0 0 1rem;padding: 0;}
.footer ul li{list-style: none;}
.footer ul li a{color: #bebcd3;font-size: 14px;line-height: 28px;}
.footer ul li a:hover{color: #bf1a2e;}
.footer .right-section{text-align: center;}

.footer .right-section h3{text-align: center;border: none;padding: 0;margin-bottom: 1rem;margin-top: 3rem;}
.footer .right-section ul{margin: 0;padding: 0;display: flex;align-items: center;justify-content: center;gap:10px}
.footer .right-section ul li a{color: #26215e;width: 40px;height: 40px;border-radius: 50px;background: #fff;display: flex;align-items: center;justify-content: center;}
.footer .right-section ul li a:hover{color: #bf1a2e;}

.copywright {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center;
    padding-bottom: 1rem;
    border-top: 1px solid #ffffff38;font-size: 15px;
}
.copywright a{
	color: var(--secondary);
	font-weight:600;
	
}
.copywright a:hover{color: #ffffff;}
.package-box .vcls-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #AF272F;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff ;
    transition-duration: 0.3s;
    background: #00205B;
}
.package-box .vcls-btn:hover{
    background: #AF272F;color: #fff;
} 