html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch!important;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
body{

   font-family: "Montserrat", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 1.6rem;
   overflow: hidden;
   overflow-y: scroll;
}
.container{
    max-width: 1166px;
    margin: 0 auto;
}

a{
  text-decoration: none;
}
.c-red{
    color: #881E20;
}
ul{
  padding: 0;
}
ul,li{
  list-style: none;
}
.sec-space{
  padding: 5rem 0;
}
h2, .h2{
    font-size: 3.4rem;
}
h3, .h3{
    font-size: 4rem;
}
h4, .h4{
    font-size: 2rem;
}
h5, .h5{
    font-size: 1.8rem;
}

a{
    text-decoration: none!important;
}
header {
    position: fixed;
    z-index: 4;
    width: 100%;

}
.hero-wrapper{
    position: relative;
}
/*section.hero-wrapper:before {
    content: "";
    background-color: #15194252;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}*/
.navbar{
   transition: 0.5s;
}
section.hero-wrapper {
    height: 84.7rem;
}
section.hero-wrapper .carousel {
    height:100%;
}
section.hero-wrapper .carousel .carousel-inner {
    height:100%;
}
section.hero-wrapper .carousel .carousel-inner .carousel-item {
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




header .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff !important;
}
header .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 600;
}
header .navbar-nav .nav-item + .nav-item{
    margin-left: 4rem;
}
.hero-wrapper .carousel-item .container{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.carousel-text {
    text-align: right;
    color: #fff;
    margin-bottom: 10rem;
    position: absolute;
    z-index: 2;
}
.video .carousel-text {
    text-align: left;
    color: #fff;
    margin-bottom: 10rem;
    position: absolute;
    top: 54%;
    right: 0%;
    transform: translate(-50%,50%)!important;
}
.carousel-text h2{
    font-weight: 600;
    font-size: 5.8rem;
    text-transform: uppercase;
}
.carousel-text p{
    font-size: 2.8rem;


}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #881E20!important;
}
.carousel-indicators [data-bs-target]{
    width: 30px;
    height: 10px;
    border-radius: 28px;
    border-style: none;
    opacity: 1;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #881E20;
}
.explore-btn {
    background-color: rgba(255, 255, 255, 0.8);
    color: #881E20;
    display: inline-block;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 10px 30px;
    border-radius: 28px;
    text-transform: uppercase;
    transition: 0.5s;
}

.explore-btn:hover{
    background-color: #881E20;
    color: #fff;
}

.world-map .explore-btn{
    margin-top: 10rem;
}
.world-map{
    padding: 10rem 0;
}
.about-us h2{
    margin-bottom: 3rem;
}
.about-us p{
 font-weight: 500;
 color: #172F47;
 max-width: 77.8rem;
 margin: 0 auto;
}
.carousel-indicators{
    margin-bottom: 5rem;
}
.join-us{
    position: relative;
  /*  background-size:cover;
    height: 50rem;*/
    background-attachment: fixed;
}
.join-us video{
    width: 100%;
    height: 100%;
}
/*.join-us .explore-btn{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: 0.5s;
}
.explore-btn:hover {
    background-color: #881E20;
    color: #fff;
}*/
.gallery{
    background-color: #172F47;
}
.sec-space-top{
    padding-top: 5rem;
}
.sec-space-bottom{
    padding-bottom: 5rem;
}

.gallery h4,.gallery h2,.gallery p{
    color: #fff;
}
.gallery h4,.gallery h2{
    margin-bottom: 2rem;
}
.gallery p{
    max-width: 83.8rem;
    margin: 0 auto;
}


.gallery .row [class^="col"]{
    padding-left: 0;
    padding-right: 0;
}
.stats img{
    margin-bottom: 3rem;
    width: 15rem;
    opacity: 0.8;
}
.collapse.show .accordion-body p{
    color: #dbd3b9;
}
.stats h4{
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;

}
.stats p{
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
}

.stats span {
    border-bottom: 3px solid #881E20;
    width: 79px;
    display: block;
    margin: 10px 0;
}

.stats-box{
    border-left: 1px solid #A0A0A0;
} 
.stats-box {
    display: flex;
    justify-content: center;
}

.stats .row [class^="col"]:last-child .stats-box{
 border-right: 1px solid #A0A0A0;
}
.stats{
    background-color: #dfdad4;
}
.world-map p{
    max-width: 95.6rem;
    margin: 0 auto;
    font-weight: 500;
}
.world-map h2{
    margin-bottom: 2rem;
}
.world-map{
    height: 64.2rem;
}
.scroll {
    background-color: #172f47;
    border-bottom: 1px solid #ffffff59;
}
.enquiry{
    position: relative;
    background-attachment: fixed;
}
section.enquiry:before {
    content: "";
    background-color: #15194252;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.enquiry-form {
    padding: 5rem 4rem;
    max-width: 76.4rem;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    z-index: 1;
}
.enquiry-form h2{
    color: #881E20;
    font-size: 3rem;
    text-align: center;
}
.enquiry-form p{
    font-weight: 500;
    max-width: 61.6rem;
    color: #172F47;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
}
.enquiry-form .form-control {
    padding: 0.9rem 1.5rem;
    font-size: 1.8rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}
.enquiry-form label.form-check-label {
    margin-left: 2rem;
}
.brdr-red{
    border: 1px solid #881E20!important;
}
.enquiry-form .explore-btn{
    margin-top: 2rem;
}
footer li a{
    color: #172F47;
    font-size: 2rem;
}
footer h4{
    color: #881E20;
    margin-bottom: 2rem;
}
footer ul li+li{
    margin-top: 1rem;
}
footer h4{
    text-transform: uppercase;
}
.copyrights {
    border-top: 1px solid rgb(23 47 71 / 20%);
    padding: 1rem;
    margin-top: 4rem;
}

.enquiry,.stats,.about-us,.join-us{
    scroll-margin-top: 40px;
}

.accordion-body p{
    font-size: 1.7rem;
}
.accordion-button{
    font-size: 2rem;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color:#dbd3b9!important;
  background-color: rgb(251 251 251);
}

.join-us .carousel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.join-us video{
    position: relative;
}
.join-us .carousel-item p{
    color: #fff;
    font-size: 5.8rem;
    text-align: center;
    font-weight: 700;
}
.accordion-button{
    /*color: #fff !important;*/
    padding: 2.8rem;
    box-shadow: none!important;
}
.accordion-collapse{
    background-color:rgb(27 53 78);
    padding: 0rem 1.3rem;
    color: #fff;
}
.accordion-button{
    background-color: rgba( 247, 246, 246,1);
}
.accordion-item {
    background-color: rgb(247,246, 246);
}

.accordion-button.collapsed{
    color: #fff;
}
.accordion-button{
    color:#e18a8a ;
}
/* Tabs navigation */
.threedee{
    background-color: #ededec;
}
.threedee .nav-tabs {
  border-style: none;
}
.threedee .nav-tabs {
    /*width: 78%;*/
    border: 2px solid #e0e0e0;
    background: rgb(23 47 71);
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.threedee .nav-tabs .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: 100%;
    border-radius: 50px;
    font-size: 1.8rem;
}

.threedee .nav-tabs .nav-link:hover {
  background-color: #f8f9fa;
  border-color: #dee2e6 #dee2e6 #e0e0e0;
  color: #881e20;
}

.threedee .nav-tabs .nav-link.active {
    color: #881E20;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
    border-bottom: 2px solid #0d6efd;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #172f47;
    text-align: center;
    /* font-size: 20px; */
}
.faqs:before {
    content: "";
    background-color: #172f4796;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.faqs{
    position: relative;
}
.accordion-item:nth-child(odd) .accordion-button{
    background-color: #1b354e;
}
.accordion-item:nth-child(even) .accordion-button{
    background-color: #223c55;
}
.threedee h2 {
    margin-bottom: 2rem;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}
.threedee li.nav-item {
    width: 12%;
}
.faqs{
    background-attachment: fixed;
}

/* Tab content */
.threedee .tab-content {
  background-color: #ffffff;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 0.25rem 0.25rem;
}
iframe{
    width: 100%;
}

.accordion{
    position: relative;
    z-index: 1;
}
@media (min-width:320px) and (max-width:575px){

    html{
        font-size: 40.2%;
    }
    section.hero-wrapper {
        height: 50.7rem;
    }
    .carousel-text h2{
        font-size: 3.8rem;
    }
    .carousel-text p {
        font-size: 2rem;
    }
    .carousel-text {
        text-align: center;
    }
    .join-us .carousel-item p{
        font-size: 3.8rem;
    }
    .stats-box {
     border-left-style:none; 
     border-bottom: 1px solid #A0A0A0;
     padding-bottom: 20px;
     margin-bottom: 20px;
 }
 .navbar-nav{
    background-color: #fff;
}
.stats .row [class^="col"]:last-child .stats-box {
    border-right-style: none;
}
.hero-wrapper .carousel-item .container {
    align-items: flex-end;
    justify-content: center;
}
header .navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}
header .navbar-nav .nav-link{
    color: #000!important;
}

.navbar-nav .nav-link{
    padding: 5px;
}
.threedee li.nav-item {
    width: 25%;
    margin-right: 1rem;
}
.threedee .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #172f47;
}
.threedee .nav-tabs{
    border-style: none;
    background-color: transparent;
}
.threedee .nav-tabs .nav-link {
    color: #172f47;
    border: 1px solid #172f47;
    margin-bottom: 1rem;
}
}
@media (min-width:576px) and (max-width:767px){
    html{
        font-size: 40.2%;
    }
    section.hero-wrapper {
        height: 50.7rem;
    }
    .carousel-text h2{
        font-size: 3.8rem;
    }
    .carousel-text p {
        font-size: 2rem;
    }
    .carousel-text {
        text-align: center;
    }
    .join-us .carousel-item p{
        font-size: 3.8rem;
    }
    .stats .row [class^="col"]:last-child .stats-box {
        border-right-style: none;
        border-left: 1px solid #A0A0A0;
    }
    .stats .row [class^="col"]:first-child .stats-box {
        border-left-style:none;
    }
    .hero-wrapper .carousel-item .container {
        align-items: flex-end;
        justify-content: center;
    }


    .stats .row [class^="col"]:nth-child(3) .stats-box{
       border-left-style:none;
   }
   header .navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    margin-top: 5px;
}

header .navbar-nav .nav-link{
    color: #000!important;
}
.navbar-nav{
    background-color: #fff;
}
.navbar-nav .nav-link{
    padding-left: 5px;
}
}



@media (min-width:768px) and (max-width:991px){
    html{
        font-size: 42%;
    }
    section.hero-wrapper {
        height: 50.7rem;
    }
    .carousel-text h2{
        font-size: 3.8rem;
    }
    .carousel-text p {
        font-size: 2rem;
    }
    .carousel-text {
        text-align: center;
    }
    .stats .row [class^="col"]:last-child .stats-box {
        border-right-style: none;
        border-left: 1px solid #A0A0A0;
    }
    .stats .row [class^="col"]:first-child .stats-box {
        border-left-style:none;
    }
    .hero-wrapper .carousel-item .container {
        align-items: flex-end;
        justify-content: center;
    }


    .stats .row [class^="col"]:nth-child(3) .stats-box{
       border-left-style:none;
   }
   header .navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    margin-top: 5px;
}

header .navbar-nav .nav-link{
    color: #000!important;
}
.navbar-nav{
    background-color: #fff;
}
.navbar-nav .nav-link{
    padding-left: 5px;
}
}
@media (min-width:992px) and (max-width:1199px){
    html{
        font-size: 45%;
    }
}


.press-btn{
    background-color: rgb(255 255 255 / 0%);
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 10px 30px;
    border-radius: 28px;
    /* text-transform: uppercase; */
    transition: 0.5s;
    border: 1px solid #fff;
}
.offcanvas{
    width: 80rem!important;
}
.offcanvas-body{
    padding: 3rem;
}
.offcanvas-header .btn-close {
 
    width: 40px;
    border: 1px solid #881E20;

  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-color: #881E20;
  opacity: 1;

    /* filter: grayscale(7); */
    height: 40px;
    border-radius: 50%;
    margin-top: 2rem;
}
.offcanvas-header {
    justify-content: flex-end;
    margin-right: 5rem;
}