.header-logo a img {
    width: 290px;
}

.vs-navbar.style3 .header-logo {
    padding: 0px;
}
.menu-style3 > ul > li > a{
    padding: 0;
    border: 0 !important;
    color: var(--white-color);
    font-weight: 400;
}
.menu-style3 > ul > li > a::before{
    display: none;
}
.vs-btn-top{
   background-color: var(--white-color) !important;
    color: #055160 !important;
    padding: 13px 24px;
    border-radius: 5px;
    font-size: 17px;
}
div.header-btns a.vs-btn-to:hover{
    color: #fff !important;
}
/* .main-menu ul, .menu-style2 ul, .menu-style3 ul{
    padding-right: 50px !important;
} */
.hero-inner.style3 {
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-inner.style3 .container {
    background-color: rgba(0, 0, 0, 0.57);
    max-width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-style3>ul>li>a {
    font-size:18px !important;
    padding: 0 15px;
}

.home-about-right p {
    font-size: 17px !important;
    color: #4c4b4b !important;
}
.home-about-right span{
    font-size: 20px !important;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 10px;
    display: flex;
}
.home-about-img .img1,
.home-about-img .img2 {
    width: 305px;
    height: 485px;
}

.home-about-img .img1 img,
.home-about-img .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services .service-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.home-services .service-content p {
    color: #4c4b4b;
    margin: 0;
}

.service-style1:hover .service-content p {
    color: #fff;
}

.bg-light-logo {
    background-color: #e6f3f5 !important;
}

.service-btn {
    background-color: #fff !important;
    width: 150px;
    height: 45px;
    border-radius: 5px !important;
    color: var(--theme-color) !important;
    font-size: 16px;
    font-weight: 600;
}

.book-event-section {
    width: 100%;
    /* height: 50vh; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(88deg, rgba(7, 79, 89, 0.945) 0%, rgba(0, 0, 0, 0.573) 100%), url(../img/baner/3.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
  /* background: #0e5c66;
background: linear-gradient(165deg, rgba(14, 92, 102, 1) 0%, rgba(0, 52, 77, 1) 100%); */
}

.book-event-section h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.book-event-section h2 {
    font-size: 80px !important;
    color: #fff;
    margin: 15px 0;
    margin-top: 0;
    text-align: center;
}

.book-event-section a {
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    border: 1px solid #fff;
    margin: 10px auto;
}

.book-event-section a:hover {
    background-color: transparent;
    color: #fff;
}

.filter-gallery .gallery-thumb img {
    height: 380px;
    object-fit: cover;
}

.gallery-thumb img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.footer-layout1,
.footer-layout2 {
    background-color: #02272e;
}

.footer-logo img {
    margin-left: -60px;
}


.modal-open .modal {
    background: #2a555d63;
    z-index: 10009;
}

.sticky-active.active .header-btns {
    padding-right: 50px;
}

.section-padding {
    padding: 40px 0;
}

.form-pt-29 {
    padding-top: 29px;
}

.map-select iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

.form-check-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.form-check-list ul li {
    width: 50%;
    margin: 15px 0;
}

.form-check-list ul li input[type=checkbox] ~ label:before {
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #848484;
    border-radius: 5px;
    margin-top: -2px;
   
}
.form-check-list ul li label{
    font-size: 17px;
}
.form-file input{
    padding: 0;
}
.form-file input::file-selector-button{
    height: 65px;
    padding-left: 40px;
}
.reqSendModal {
    padding: 0;
    border-radius: 25px;
   overflow: hidden;
}
.reqSendModal .modal-header{
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.reqSendModal .modal-header img{
    width: 300px;
}
.reqSendModal .modal-body{
    padding: 20px;
}
.reqSendModal .modal-body h3{
    font-size:35px;
    color: var(--theme-color);
    text-align: center;
    line-height: 40px;
}
.reqSendModal .modal-body p{
    font-size: 16.5px;
    color: #626262;
    text-align: center;
}

.reqSendModal .modal-body button{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 40px;
    margin: 10px auto;
}
.home-about-img .card-style2 i{
    font-size: 60px;
    color: var(--white-color);
}



.service-widget-second{
    width: 100%;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.service-widget-second span{
    min-width: 80px;
    min-height: 80px;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--white-color);
    font-weight: 600;
    position: relative;
}
.service-widget-second span::before{
    width: 2px;
    height: 20px;
    content: '';
    background-color: var(--theme-color);
    position: absolute;
    top: 100%;
    left: 50%;
}

.service-widget-second-info{
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.service-widget-second-info h4{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}
.service-widget-second-info p{
      font-size: 15px;
    line-height: 23px;
    font-weight: 400;
      
       margin: 0;
       color: var(--black);
}


h2.sec-title{
    font-size: 40px;
}
.contact-map{
    width: 100%;
    height: 430px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 15px;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.mision-box{
    padding:0 20px ;
    border-right: 1px solid #ccc;
    height: 100%;
}
.mision-box h3{
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.mision-box p{
    font-size: 16.5px;
    margin: 0;
    color: #4c4b4b;
    line-height: 30px;
}

.service-main-img-left{
    width: 100%;
    height: 420px;
   
    border-radius: 20px;
    transition: 0.5s;
    /* overflow: hidden; */
    position: relative;

}
.service-main-img-right{
    display: flex;
    justify-content: flex-end;
}
.service-main-img-left img{
    width: 70%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.service-main-img-left img.lft-svc-img{
    width:70%;
    height: 70%;
    object-fit: cover;
    position: absolute;
    border: 15px solid #fff;
    bottom: 15%;
    right: 5px;
    rotate: 20deg;
}
.service-main-img-right img.lft-svc-img{
    width:70%;
    height: 70%;
    object-fit: cover;
    position: absolute;
    border: 15px solid #fff;
    bottom: 15%;
    left: 5px;
    right: unset;
    rotate: -20deg;
}
.main-service-content{
    padding-left: 30px;
    padding-right: 30px;

}
.main-service-content h3{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.main-service-content h6{
    color: var(--theme-color);
    font-size: 18px;
    margin-bottom: 5px;
    
}
.main-service-content p{
    margin: 0;
    font-size: 16.5px;
    color: #2e2e2e;
}
.main-service-content h5{
    margin: 10px 0;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.main-service-content ul li{
margin:6px 0;
    font-size: 16.5px;
    color: #2e2e2e;
}
.bg-light-cs{
    background-color: #f7f7f7;
}
.header-bottom{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}
.vs-navbar.style3,.vs-navbar.style3 .header-logo{
    background-color: transparent;
}



.home-baner-section{
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 55;
}

.home-baner-section video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-baner-slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}


.baner-main-img {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



.baner-caption-card {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.baner-caption-card h1 {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
    text-align: center;

}

.baner-caption-card p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.baner-caption-card h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.baner-animate-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.baner-animate-box h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.slider-animation{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.section-padding {
    padding: 40px 0;
}

.baner-main-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    z-index: 50;
    padding-bottom: 50px;
    padding-right: 50px;
    gap: 15px;
}

.baner-main-carousel .owl-nav button {

    width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.baner-main-carousel .owl-nav button span {
    font-size: 35px !important;
    color: #fff !important;
    padding-bottom: 5px;
}

.baner-main-carousel .owl-nav button:hover {
    background: rgb(255 255 255 / 24%) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    transition: 0.5s;
}
.section-title h2{
    margin: 0;
    font-size: 50px;
    margin-bottom: 5px;
}
.section-title span{
    font-size: 18px;
}
.sec-btns-cs{
    margin: 0;
}
.sec-btns-cs button{
    padding: 15px 30px;
}
.page-baner-video{
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.page-baner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pages-bredcrump{
       position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000057;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pages-bredcrump .title-area{
    margin: 0;
}
.pages-bredcrump .title-area h2,.pages-bredcrump .title-area span{
    color: #fff;
}

.highlights-container{
    width: 100%;
    height:500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.highlights-info{
    border: 1px solid #fff;
    height: 100%;
    padding: 25px;
}
.highlights-info h3{
    font-size:27px;
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.highlights-info h6{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    margin-bottom: 5px;
}
.highlights-info p{
    font-size: 15px;
    color: #e2e2e2;
    line-height: 27px;
}
.mtop_hlts_100{
    margin-top: 80px;
}
.highlight-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    margin-top: 40px;
    background-color: #E5D8CB;
}
.overlay-for-service{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ae;
    padding: 40px;
}
.overlay-for-service h5{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.overlay-for-service ul li{
margin:6px 0;
    font-size: 16.5px;
    color: #fff;
}
.highlights-container:hover .highlights-info h3,.highlights-container:hover .highlights-info p,.highlights-container:hover .highlights-info h6{
    opacity: 0;
        transition: 0.5s;
}
.highlights-container:hover .overlay-for-service{
    top: 0;
    transition: 0.5s;
}
.booking-widget{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px !important;
    margin: 0;
}
.booking-widget h3{
    font-size: 25px;
}
.w-200{
    width: 200px;
}




.whatspp-home {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
   z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}



.main-menu ul{
  justify-content: flex-end !important;
  display: flex;
}
.header-top-nav{
    background-color: #00000056;
    padding: 10px 0;
}

.vs-navbar.style3.will-sticky .sticky-active{
    padding: 0 50px !important;
    padding-left: 0 !important;
}



  .service-img-bx1{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  .service-img-bx1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    border-top-left-radius: 80px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 20px;
  }
  .service-img-bx2{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  .service-img-bx2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    border-top-right-radius: 80px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 20px;
  }
  .service-details h3{
    word-spacing: -0.15em;
    /* font-weight: 300; */
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 10px;
}
.service-details h3 span{
    color: #E1C53E;
}
.service-list ul li{
    margin-top: 7px;
   color: #000;
   line-height: 25px;
   font-size: 17px;
   letter-spacing: 1.5px;

}
.service-first-bx{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.service-first-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-main{
  width: 85%;
  height:500px;
  position: absolute;
  bottom: -30%;

  border-radius: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .05) 75%);
  border-radius: 20px;
  
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;


}
.service-main h3{
  font-size: 45px;
  color: #fff;
  font-weight: 800;
}
.service-main  ul{
  list-style: none;
  padding: 0;
}
.service-main  ul li{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size:18px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.service-main-bottom{
  width: 100%;
  height: 200px;
  background: transparent;
  position: absolute;
  top: -200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-main-bottom h3{
  font-size: 45px;
  color: #fff;
  font-weight: 800;
}
.service-main-bottom ul{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top:20px;
}
.service-main-bottom ul li{
  height:50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .05) 75%);
  padding: 5px 20px;
  color: #fff;

}
.service-advantage-bx{
  width: 100%;
  height: 350px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.service-advantage-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
