* {
    cursor: auto !important;
  }
h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
    color: #182351 !important;
  }
.header-layout1 .menu-area,
.main-menu ul.sub-menu,
.header-layout1 .header-top{
    background: #182351;
}
.main-menu a,
.header-links li, .header-links span, .header-links p, .header-links a,
.fa-location-dot:before, .fa-map-marker-alt:before,
.fa-clock-four:before, .fa-clock:before{
    color: #fff;
}
.header-layout1 .main-menu>ul>li>a:hover, .header-layout1 .main-menu>ul>li>a.active,
.main-menu ul li.menu-item-has-children>a:after,
.header-layout1 .main-menu ul li.menu-item-has-children>a:hover:after{
    color: #fff;
}
.header-layout1 .main-menu>ul>li>a:before{
    background: #fff;
}
.th-btn.style3{
    background: #1ca8cb;
}
.social-icon a:hover img {
    transform: rotate(360deg);
}

.social-icon img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    width: 20px;
}
.social-icon {
    display: flex;
    gap: 15px;
}
.booking-form{
    border: 2px solid #182351;
}
.input-wrap .form-group .nice-select .option.selected.focus,
.input-wrap .form-group .nice-select .option:hover, .input-wrap .form-group .nice-select .option.focus{
    background: #182351 !important;
}
.th-btn{
    background-color: #182351 !important;
}
.th-btn:before{
    background-color: #1ca8cb;
}
.th-btn {
     background-color: #1ca8cb !important;
}
.th-blue{
     background-color: #182351 !important;
}
.verTab .nav-link.active
 {
    background-color: #3b71ca !important;
    color: #fff !important;
}
.verTab .nav-link {
    font-size: 28px;
    padding: 15px 5px 15px 10px;
    background: #fff;
    color: #182351 !important;
}
.tabIn{
    margin-top: 15px;
}
.tabIn p{
    line-height: 22px;
    color: #fff;
}
.tabIn h5 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
}
.verTab{
    height: 100vh;
   background: #182351;
/* background: linear-gradient(90deg, rgba(24, 35, 81, 0.8) 0%, rgba(222, 181, 35, 1) 50%, rgba(24, 35, 81, 0.77) 100%); */
display: flex;
align-items: center;
}
.tabsMain img{
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.diamondImg img {
    filter: drop-shadow(0 0 0.75rem #DEB523);
}

.diamondImg {
    background: #182351;
    padding: 15px 0 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.diamond {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 200px;
}
.diamondtxt h4 {
    margin-bottom: 0px;
    font-size: 18px;
}
.diamondtxt p{
    line-height: 22px;
}
.memberMain{
    padding: 60px 0 60px;
}
.algnCntr{
    display: flex;
    justify-content: center;
}
.btn_1{
    background: #182351;
    color: #fff;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
}
.th-btn.th-icon:after{
    mask-image: url(../img/icon/footer-arrow.svg) !important;
    width: 30px !important;
}
.verTab h2{
    color: #fff;
}
.sub-title{
    font-family: "Manrope", sans-serif;
}
.btn {
    width: 150px;
    background-color: #6d6d6d;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.hm-esg
 {
    padding-bottom: 100px;
    padding-top: 60px;
}
.hm-esg h2
 {
    text-align: center;
    margin-bottom: 0px;
}
.esg-card {
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
    height: 420px;
}
.card-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.card-image img {
    width: 100%;
    display: block;
}
.overlaycard {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #182351;
    color: white;
    transition: height 0.4s ease;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
   
}
.icon-text img {
    height: 40px;
    width: 40px;
}
.heading {
    font-weight: bold;
    font-size: 16px;
}
.hover-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
    padding-top: 15px;
     color: #fff;
}
.esg-card:hover .overlaycard
 {
    height: 100%;
    justify-content: flex-start;
    cursor: pointer;
}
.esg-card:hover .hover-text
 {
    opacity: 1;
    cursor: pointer;
}
.banner-btn a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-left: 2px solid #fff;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: proxima-semibold;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}
.banner-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: -1;
}
.spnBlck{
    display: block;
}
.logoAss img{
    max-width: 200px;
    width: 100%;
}
.logoasstxt h4 {
    font-size: 18px;
    color: #182351;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.logoasstxt{
    margin-top: 20px;
}
ul.assLst li::before {
    content: "";
    position: absolute;
    background: #182351;
    width: 10px;
    height: 10px;
    left: -18px;
    top: 6px;
    transform: rotate(45deg);
}
ul.assLst {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0px;
}
ul.assLst li
 {
    position: relative;
    line-height: 22px;
}
.about-featured ul{
    list-style: none;
}
.about-featured ul li {
    padding-bottom: 10px;
}

.about-featured ul {
    list-style: none;
    padding-left: 0px;
}
.about-content h4{
    font-size: 20px;
    color:#fff;
}
.about-content h2{
    font-size: 25px;
    color:#fff;
}
.about-content p {
    color: #fff;
    line-height: 22px;
}
.about-us
 {
    
    background: #182351;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content ul li {
    color: #fff;
}
.card-flip-wrapper {
  width: 500px; 
  height: 300px;
  perspective: 1000px;
  margin: 40px auto;
}

.card-flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.card-flip-wrapper:hover .card-flip-inner {
  transform: rotateY(180deg);
  cursor: pointer;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.card-front img,
.card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  transform: rotateY(180deg);
}
.cardMain{
    padding: 60px 0 50px;
    background: url(../../assets/img/home/bg6.webp);
    height: 60vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 50px;
}

.cardMain2{
    padding: 60px 0 50px;
    background: url(../../assets/img/home/testi-i.jpg);
    height: 70vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 50px;
}
.cardMain3{
    padding: 60px 0 50px;
    background: url(../../assets/img/home/03.jpg);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 50px;
}
.cardMain4{
    padding: 60px 0 50px;
    background: url(../../assets/img/home/05.jpg);
    height: 70vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 50px;
}
.cardTxtUn h1 {
    font-size: 70px;
    color: #fff;
}
.cardTxtUn h4{
    color: #fff;
}
.th-hero-wrapper h1{
    font-size: 50px;
}
.about-featured ul.assLst li::before {
    background: #ffffff;
}

.about-featured ul.assLst {
    padding-left: 20px;
}
.txtCntr{
    text-align: center;
}
.title-area h2{
    margin-bottom: 0px;
}
.th-btn{
    background-color: #182351 !important;
    color: #fff !important;
}
.th-btn.th-icon:after {
    mask-image: url(../img/icon/footer-arrow.svg) !important;
    width: 30px !important;
}
.th-btn.style4.th-icon:after{
    background-color: aliceblue !important;
}
.th-btn.style4.th-icon:before{
    background-color: aliceblue !important;
}

.signin-signup input.btn.solid{
    background: #182351;
    margin-top: 20px;
}
.signin-signup input.btn.solid:hover{
    background: #1ca8cb;
    color: #fff;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #182351;
    border-color: #182351;
}
.about-item_img{
    background-color: #182351;
}
.scroll-top:after{
    color:#182351;
    border: 2px solid #182351;
}
.scroll-top svg{
    color: #182351;
}
.scroll-top .progress-circle path{
    stroke:#182351;
}
.counter-card .counter-shape {
    border: 1px solid #182351;
}
.counter-card .counter-shape:after, .counter-card .counter-shape:before{
    background-color: #182351;
}
.counter-card{
     background-color: #182351;
}
.counter-card .box-number{
    color: #fff !important;
}
.counter-card .counter-title{
     color: #fff !important;
}
 .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
  }

  .owl-dot span {
    width: 15px;
    height: 15px;
    background: #bbb;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
  }

  .owl-dot.active span {
    background: #182351;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
     background: #182351 !important;
  }
  .logoAss{
    display: none;
  }
  .fa-instagram:before{
       content: "";
    background: url(../../assets/img/home/instagram-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
  }
  .memeberMain .card-header{
    background-color: #182351;
  }
  .memeberMain .card-header h2{
    color: #fff !important;
  }
  .memeberMain .card{
    border: 2px solid #182351;
  }
  .memebrTop h3{
    color: #fff !important;
  }
 .memebrTop .card-header {
    background-color: #182351;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
section.pricing-tab{
     background: #182351 !important;
}
.price-list h4, .price-list p, .price-list h2,  .price-list b{
    color: #fff !important;
}
section.pricing-tab .price-tabmain .price-list .price-box {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.pricing-tab .price-tabmain .price-list .price-box {
    background: #182351;
    box-shadow: 0 0 15px #cccccc37;
    overflow: hidden;
    border: 5px solid #182351;
}
.price-item-list ul
 {
        padding-left: 30px;
    margin-top: 15px;
}

.price-item-list ul li {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
}
.price-item-list ul li small{
    color: #fff;
    text-align: left;
    font-size: 14px;
}
section.pricing-tab .price-tabmain .price-list .price-box {
    background: #182351 !important;
    box-shadow: 0 0 15px #cccccc37;
    overflow: hidden;
    border: 5px solid #fff;
}
.price-link a {
    color: #fff;
    font-weight: bold;
}
.commonBlue h4,
.commonBlue h2,
.commonBlue p{
    color: #182351 !important;
}
.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote{
    background: #182351 !important;
}
.testi-card{
    background: #182351 !important;
}
.testi-area .testi-card_text{
    color: #fff;
}
.testi-area .box-title{
    color: #fff !important;
}
.testi-area .testi-card_desig{
      color: #fff !important;
}
.header-button a.th-btn.style3 {
    background: #1ca8cb !important;
    position: relative;
    z-index: 999999;
}
.about-contact-grid .about-contact-icon{
    background: #182351 !important;
}
.space{
    padding-bottom: 0px;
}
.termanchor a:hover {
    color: #1ca8cb;
    cursor: pointer;
}

.termanchor {
    display: grid;
}
.termanchor a {
    color: #000;
}
.termsTxt h4 {
    font-size: 22px;
    margin-bottom: 0px;
}
.termsTxt h6 {
    font-size: 18px;
    margin-bottom: 0;
}
.termsTxt ul li::marker {
    color: #182351;
}
.termsTxt ul {
    padding-left: 20px;
}

.termsTxt ul li {
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .cardTxtUn h1 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}
    .logoslideNone{
        display: none;
    }
    .logoAss{
        display: block;
    }
    .th-menu-toggle{
        background: #182351;
    }
    .txtcntrMob div img {
    margin-bottom: 20px;
}
    .txtcntrMob{
        text-align: center;
    }
    .logoAss .item{
                display: flex;
        justify-content: center;
    }
    .desktopView{
        display: none;
    }
     .form-select {
    font-size: 18px; /* You can adjust this size */
    color: #182351;
    font-weight: bold;
  }

      .nav-pills {
        display: none !important;
      }
   .about-us{  
    background: #182351;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 40px 0 40px;
     }
     .cardMain{
        height: auto;
     }
     .card-flip-wrapper {
    width: 100%;
    height: 200px;
    perspective: 1000px;
    margin: 40px auto;
}
.cross-btn1 {
        text-align: right;
        color: rgb(255, 255, 255);
        font-size: 35px;
        cursor: pointer;
        padding: 0px 5px 0px 0px;
    }
    .fa-times:before{
                content: "x" !important;
        font-size: 20px;
        font-family: sans-serif;
    }
}

