@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');
html{
     scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6,p{
    margin: 0;
    padding: 0;
    font-family: "Lexend", sans-serif;
}
.para-txt{
    font-family: "Lexend", sans-serif;
    font-weight: 200;
    font-size: 13px;
}
body{
    background-color: #d9f1ff;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.text-silver{
    color:#bdbdbd;
}
.bg-silver{
    background-color:#bdbdbd;
}
/* header-top */
.header-top{
    background-color: #bdbdbd;
    transition: opacity 0.3s ease-in-out;
}
.header-icon{
    transition: filter 0.3s ease;
    width: 13px;
}
.header-icon:hover{
    filter: brightness(0) saturate(100%) invert(56%) sepia(16%) saturate(1945%) hue-rotate(156deg) brightness(93%) contrast(85%);
}
.language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}
.language-switcher a {
    text-decoration: none;
    color: #04223B;
    transition: color 0.3s ease;
}
.language-switcher a:hover {
    color: #3299C3;
}
/* header */
.logo{
    width: 250px;
}
.main-header{
  background-color: #004071;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
  padding: 17px 0;
}
.main-header.fixed {
  position: fixed;
  top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -5px 8px #bdbdbd;
  background-color:rgba(0, 64, 81, 0.8);
  padding: 10px 0;
  transition: padding 0.4s ease-in-out;
}
/* nav */
nav{
    z-index: 99;
    width: 100%;
  }
  nav .wrapper{
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    transition: all 0.3s ease;
    color:#bdbdbd;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 11px;
    padding: 9px 10px;
  }
  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu{
    background: #004071;
    width: 180px;
    line-height: 45px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    display: none; 
    position: absolute; 
    top: 100%; 
    z-index: 1000000; 
    display: flex;
    flex-direction: column !important;
    padding: 0;
  }
  .nav-links li:hover .drop-menu{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    border-radius: 0px;
    font-size: 12px;
  }
  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }
@media screen and (max-width: 1200px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #04223B;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      transition: all 0.3s ease;
      z-index: 10000;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 0px 10px;
    }
    .nav-links li a{
      padding: 0 10px;
      display: block;
      font-size: 12px;
      width: fit-content;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,#showDrop2:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #dbdbdb;
      font-size: 12px;
      padding-left: 10px;
      transition: all 0.3s ease;
      font-weight: 200
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      font-size: 12px;
    }
    .consultation-list{
      line-height: 35px;
    }
  }
  nav input{
    display: none;
  }
  /* Basic reset and styling */
  .nav-links .underline {
      position: relative; 
  }
  .nav-links .underline::after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 0; 
      height: 2px; 
      background-color: #3299C3;
      transition: width 0.3s ease; 
  }
  .nav-links .underline:hover::after {
      width: 100%; 
  }
  nav a {
      text-decoration: none;
      color: black;
      padding: 10px;
      display: block;
  }   
.consultation-btn{
    border:1px solid #3299c3 !important;
    color:#bdbdbd;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 11px;
    transition: background-color 0.3s ease;
}
.consultation-btn:hover{
    border:1px solid #3299c3 !important;
    color: #d9f1ff;
    background-color:#3299c3;
}
/* hero */
.hero{
    background: url(../image/banner.jpg) no-repeat center / cover;
    padding: 220px 0 250px;
}
.banner-title{
    font-family: "STIX Two Text", serif;
    font-size: 70px;
    font-weight:400;
}
.banner-sub-title{
    color:#3299c3;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.learn-more-btn{
    border:1px solid #3299c3 !important;
    font-family: "Lexend", sans-serif;
    font-weight: 200;
    font-size: 11px;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}
.txt-blue-btn{
  color:#04223B;
  background-color: #d9f1ff;
}
.learn-more-btn .arrow{
    color:#04223B;
    opacity: 0; 
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;  
    right: 10px;  
    top:6px;
}
.learn-more-btn:hover .arrow { 
    opacity: 1;  
    visibility: visible;
}
.learn-more-btn:hover {
    background-color: #3498db; 
    color: #bdbdbd; 
}
.learn-more-btn:hover{
    background-color:#3299c3;
    font-weight: 300;
    color: #d9f1ff;
}
/* layer */
.layer{
    background-color: #004071;
    margin-top: -50px;
    border-radius: 50px;
}
.title{
    font-family: "STIX Two Text", serif;
    font-size: 46px;
    font-weight:200;
}
.title-blue{
    color:#004071;
}
.sub-title{
    color: #3299c3;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 12px;
}
/* practice-area*/
.blue-line{
    position: relative;
}
.blue-line::before {
    content: ''; 
    position: absolute; 
    top: -15px; 
    width: 70px; 
    height: 7px; 
    background-color:#3299c3;
    border-radius: 10px;
    transition: left 0.5s ease;
}
.line-visible::before {
    left: 50%; 
    transform: translateX(-50%); 
}
.practice-areas-list{
    column-count: 3;
}
.area-icon{
  width: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.right-arrow{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  color:#3299C3;
}
.area-item:hover .area-icon{
    opacity: 1;
    visibility: visible;
}
.area-item:hover .right-arrow{
  opacity: 1;
  visibility: visible;
}
.area-item{
    border-left:1px solid #bdbdbd;
    margin-bottom: 30px;
    padding: 10px 0;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 13px; 
    transition:background-color 0.3s ease, padding 0.3s ease;
}
.area-item a{
    color: #fff !important;
}
.area-item:hover{
    background-color: #004C7A;
    padding: 10px 20px;
}
.practice-areas, .footer-top, .map-container{
    border-bottom: 0.7px solid #3299c3;
}
.border-bttm{
    border-bottom: 0.7px solid #3299c3;
    transition:background-color 0.3s ease;
}
.border-bttm:hover{
    background-color: #004C7A;
}
.border-right{
    border-right: 0.7px solid #3299c3;
}
.count{
    font-family: "STIX Two Text", serif;
    font-size: 40px;
     font-weight:200;
}
/* our team */
.our-team{
    background-color: #d9f1ff;
    padding-bottom: 200px;
    border-top: 0px solid transparent;
    transition: border-top 0.3s ease;  
}
.our-team:hover {
    border-top: 9px solid #3299c3;
}
.meet-experts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-name{
    color:#3299c3;
    font-family: "STIX Two Text", serif;
    font-size: 15px;
    font-weight:200;
}
.team-post{
    font-size: 11px;
}
.team-slider{
    margin-top: -130px;
}
.arrow-container{
    display: flex;
    align-items: center;
    font-size:11px;
    transition: transform 0.3s ease;
    color:#3299c3;
}
.arrow {
    margin-right: 10px; 
    transition: transform 0.3s ease;
    font-size: 20px;  
}
.arrow-container .arrow{
    margin-top: -3px;
}
.text {
    transition: transform 0.3s ease;
}
.arrow-container:hover .arrow {
    transform: translateX(93px); 
}
.arrow-container:hover .text {
    transform: translateX(-25px);  
}
/* insights */
.border-left{
    border-left: 2px solid #3299c3;
}
.insight-details{
    color:#3299c3;
    font-size: 10px;
}
.date{
    color:#004071;
    font-size: 11px;
    font-weight: 200;
}
.insights p a, .filter-content p a{
    color: #004071;
    font-family: "STIX Two Text", serif;
    font-size: 15px;
    width: 75%;
    border-bottom: .7px solid transparent;
    transition: color 0.5 ease;
    transition: border-bottom 0.5 ease;
}
.insights p a:hover, .filter-content p a:hover{
    border-bottom: .7px solid #3299c3;
    color:#3299c3;
}
.news-img{
    width: 75%;
}
/* footer */
footer{
    background: #004071 url('../image/footer-8.png') no-repeat bottom right;
    background-size: auto;
    border-radius: 50px 50px 0 0;
}
.legal-needs{
  border-top: 0px solid transparent;
    background-color: #d9f1ff;
    transition: border-top 0.3s ease;  
}
.legal-needs:hover {
    border-top: 9px solid #3299c3;
}
.legal-needs p{
    color: #004071;
    font-size: 12px;
    font-weight: 200;
}
.rqst-btn{
    font-size: 10px;
    background-color: #bdbdbd;
    transition: background-color 0.3s ease; 
}
.rqst-btn:hover{
  background-color: #d9f1ff;
}
.social-icon{
    filter: brightness(0) saturate(100%) invert(73%) sepia(53%) saturate(13%) hue-rotate(10deg) brightness(94%) contrast(92%);    transition: filter 0.3s ease;
    transition: filter 0.3s ease; 
    width: 13px;
}
.social-icon:hover{
    filter: brightness(0) saturate(100%) invert(56%) sepia(16%) saturate(1945%) hue-rotate(156deg) brightness(93%) contrast(85%);
}
.fb{
    width: 8px;
}
.follow{
    font-size: 10px;
    color:#bdbdbd;
    margin-top: 7px;
    transition: color 0.3s ease;
}
.follow:hover{
    color:#3299c3;
}
.social-media{
    justify-content: end;
}
/* footer-links */
.footer-links{
    border-top: 0.7px solid #3299C3;
    border-bottom: 0.7px solid #3299C3;
}
.footer-links h6{
    color:#3299C3;
}
.footer-link-list li a{
    font-size: 12px;
    color:#bdbdbd;
    font-weight: 300;
    transition: transform 0.3s ease;
    line-height: 30px;
    transition: color 0.3s ease;
}
.footer-link-list li a:hover{
    text-decoration: underline;
    color:#3299C3;
}
.footer-listI{
    column-count: 2;
}
.contact{
    font-size: 22px;
    color:#3299C3;
}
.footer-links h5{
    color:#3299C3;
    font-size: 14px;
}
.addrs{
    font-size: 12px;
    font-weight: 400;
}
.opening-hours{
    text-align: right;
    font-size: 11px;
    font-weight: 200;
}
.copyright{
    font-size: 12px;
    font-weight: 200;
}
.copyright span{
    color:#3299C3;
}

@media (max-width: 767px) {
    .team-title{
        flex-direction: column;
    }
    .social-media{
        justify-content: flex-start;
    }
	.wp-block-heading{
		text-align:left;
	}
}
@media (max-width: 1100px) {
    .practice-areas-list{
        column-count: 2;
    } 
}
@media (max-width: 800px) {
    .practice-areas-list{
        column-count: 1;
    }
    .title {
        font-size: 32px;
    }
    .logo {
        width: 200px;
    }
    .hero{
        padding: 100px 0 130px;
        text-align: center;
    }
    .banner-title {
        font-size: 45px;
    }
    .meet-experts{
       justify-content: center;
    }
    .our-team {
        padding-bottom: 120px;
    }
    .area-item{
        margin: 0px 20px 30px;
    }
    .insights p, .insights p a, .news-img{
        width: 100%;
    }
    .legal-needs, .about-us, .team-title, .footer-links, .footer-logo{
        text-align: center;
    }
    .carousel-control-prev {
        left: -20px;
    }
    .carousel-control-next {
        right: -20px;
    }
    .footer-listI{
        column-count: 1;
    } 
    .social-media{
        flex-direction: column;
    }
    .opening-hours, .copyright{
        text-align: center;
    }
    .empty-colm{
      display: none;
    }
    .area-icon1{
      height: 25px;
      width: 25px;
    }
}
@media (max-width: 1000px) {
.meet-experts{
    flex-direction: column;
    text-align: center;
 }
}
/* team-slider */
.team-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-backface-hidden .swiper-slide{
    background-color: transparent;
    border: none;
}
.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
.card {
    border-radius: 25px;
    background-color: #FFF;
  }
.image-content {
    position: relative;
}
.card-image {
    position: relative;
    width: 100%;
    border-radius: 50%;
    padding: 3px;
}
.card-image .card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #4070F4;
}
.swiper-navBtn::before,
  .swiper-navBtn::after {
    font-size: 35px;
}
.swiper-button-prev::after, .swiper-button-next::after{
  font-size: 30px !important;
}
.swiper-button-next {
    right: 0 !important;
    color: #3299C3 !important;
}  
.swiper-button-prev {
    left: 0 !important;
    color: #3299C3 !important;
}
@media screen and (max-width: 768px) {
    .slide-content {
      margin: 0 10px;
    }
    .swiper-navBtn {
      display: none;
    }
  .card-content{
    text-align: center;
  }
  .arrow-container{
    justify-content: center;
  }
  .card-image{
    padding: 50px 50px 0 50px;
  }
  .swiper-button-next {
    right: 15px !important;
    color: #3299C3 !important;
  }
  .swiper-button-prev {
    left: 15px !important;
    color: #3299C3 !important;
  }
}
/* inner-pages */
.light-bg{
    background-color: #004071;
}
.blue-bttm-border{
    border-bottom: 0.7px solid #3299C3;
}
.inner-page-bnnr{
    padding: 170px 0;
}
.blue-bg{
    background-color: #04223B;
}
#active-page,.active-page{
    text-decoration: underline;
    text-decoration-color: #3299C3;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}
@media (max-width: 1200px) {
    #active-page {
        text-decoration: none;
    }
}
 /* breadcrumb */
ul.breadcrumb {
    padding: 10px 0;
    list-style: none;
}
ul.breadcrumb li {
    display: inline;
    font-size: 11px;
}
ul.breadcrumb li+li:before {
    padding: 5px;
    color: #bdbdbd;
    content: "/\00a0";
}
.home-icon{
    width: 22px;
    margin-top: -3px;
}
.page-sub-title{
    font-family: "STIX Two Text", serif;
    font-size: 35px;
    font-weight: 200;
    border-bottom: 0.7px solid #3299C3;
}
/* about */
.about-banner{
    background: url('../image/about-banner.jpg') no-repeat bottom/cover;
}
.carousel-item span{
    font-size: 12px;
}
.about-carousel h2{
    font-size: 80px;
}
.carousel-indicators{
    bottom: 100px;
}
.carousel-indicators [data-bs-target] {
  width: 50px;
  height: 1px;
  margin-bottom: 10px;
}
.abt-icon{
    width: 40px;
}
.map-sec{
    background: url('../image/map.png') no-repeat center / cover;
    padding: 100px 0; 
}
.message-sec{
   border-radius: 0 0 50px 50px;
   background-color: #d9f1ff;
}
/* practice-area*/ 
.practice-area-banner{
    background: url('../image/practice\ area\ benner.jpg') no-repeat bottom/cover;
}
.counter-row{
    display: flex;
    justify-content: space-between;
}
.blue-border-right{
    border-right:1px solid #004071;
}
.counter-icon{
    width: 25px !important;
}
/*inner-page-practices areas  */
.services-sec{
    background-color: #d9f1ff;
}
.services{
    border-radius: 50px 50px 0 0;
    border-top: 1px solid #c4e1ee;
}
.service-bnnr p{
    font-size: 11px;
}
.service-bnnr img{
    width: 50px;
}
.features{
    margin-top: -45px;
}
/* verical tab */
.vertical-tab .nav-link{
    text-align: start;
    font-size: 12px;
    color: #004071;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.vertical-tab .nav-link:hover{
    color:#3299C3;
}
.vertical-tab h3{
    font-family: "STIX Two Text", serif;
    font-size: 30px;
    font-weight: 200;
}
.nav-pills .nav-link.active{
    background: none;
    color: #3299C3;
}
.services-arrow{
    margin-top: -4px;
    font-size: 17px;
    visibility: hidden;
    transition: visibility 0.3s ease;
}
.service-bnnr .learn-more-btn{
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.service-bnnr .learn-more-btn:hover {
    background-color: #3299c3;
}
.vertical-tab .nav-link:hover .services-arrow{
    visibility: visible;
}
.arbitration-bg{
    background: url('../image/Arbitration-50.jpg');
}
.banking-bg{
    background: url('../image/Banking\ &\ Finance-50.jpg');
}
.company-bg{
    background: url('../image/Company\ Formation-50.jpg');
}
.contracts-bg{
    background: url('../image/Contracts-50.jpg');
}
.corporate-bg{
    background: url('../image/Corporate\ Law-50.jpg');
}
.debt-bg{
    background: url('../image/Debt\ Recovery-50.jpg');
}
.engineering-bg{
    background: url('../image/Engineering\ &\ Construction-50.jpg');
}
.family-bg{
    background: url('../image/Family\ Law-50.jpg');
}
.financial-bg{
    background: url('../image/Financial\ Crime-50.jpg');
}
.intellectual-bg{
    background: url('../image/Intellectual\ Property-50.jpg');
}
.labour-bg{
    background: url('../image/Labour\ Law-50.jpg');
}
.litigation-bg{
    background: url('../image/Litigation-50.jpg');
}
.maritime-bg{
    background: url('../image/Maritime\ &\ Transport-50.jpg');
}
.mergers-bg{
    background: url('../image/Mergers\ &\ Acquisitions-50.jpg');
}
.private-bg{
    background: url('../image/Private\ Notary\ Services-50.jpg');
}
.real-bg{
    background: url('../image/Real\ Estate\ Law-50.jpg');
}
.wills-bg{
    background: url('../image/Wills\ &\ Guardianship-50.jpg');
}
.service-bnnr{
    background-image: linear-gradient(to right, #ffffff, #d2d2d2);
}
.service-bnnr-title h3{
    font-size: 40px;
}
.service-nme img{
    margin-right: 10px;
}
.service-nme-right{
    text-align: right;
}
.services-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 25px;
    border-radius: 30px;
    background-position: center;
}
.tab-pane ul li{
    list-style-type: disc;
}
.tab-pane .text-decoration-underline{
    text-underline-offset: 4px;
}
/* team */
.team-banner{
    background: url('../image/team-banner.jpg') no-repeat bottom/cover;
}
.lighter-blue{
    color:#3299C3;
}
.team-member img{
    border-radius: 20px;
    width: 100%;
    border-top: 0px solid transparent;
    transition: border-top 0.3s ease;
}
.team-member img:hover{
    border-top: 9px solid #3299c3;
}
.team-layer{
    border-radius: 50px 50px 0 0;
    padding:70px 0 120px;
}
.core-values{
    border-radius: 50px;
    margin-top: -60px;
}
.core-values .item img{
    width: 35px;
}
/* team-inner-page */
.prfl-row {
    --bs-gutter-x: 5rem;
}
.nme-bnnr h3{
    font-size: 40px;
}
.nme-bnnr h5{
    font-size: 18px;
    font-weight: 300;
}
.prfl-desc, .activity-list li{
    font-size: 13px;
    font-weight: 200;
    color:#000;
    line-height: 25px;
}
.activity-list li{
    list-style-type: disc;
}
.activity{
    color:#004071;
    font-family: "STIX Two Text", serif;
    font-size: 27px;
    font-weight: 200;
}
.prfl-desc-l{
    color:#3299c3;
}
.prfl-desc-r{
    color: #04223B;
}
.nme{
    color: #004071;
}
/* Rotate the text */
.col-lg-6.col-md-4.col-12 {
    display: flex;             
    align-items: center;       
    justify-content: flex-start; 
    height: 100vh;            
}
.rotate-container {
    display: flex;            
    align-items: center;      
    justify-content: flex-start; 
    height: 100%;              
}
.txt-rotate {
    transform: rotate(-90deg); 
    transform-origin: center center;
    white-space: nowrap;        
    margin: 0 auto;           
    position: absolute;
    left: -100px;
    font-family: "STIX Two Text", serif;
    font-size: 45px;
    font-weight: 300;
}
.mbl-txt{
    display: none;
}
.core-values h5{
    font-family: "STIX Two Text", serif;
    font-size: 23px;
    font-weight: 200;
}
/* careers */
.careers-banner{
    background: url('../image/career-banner.jpg') no-repeat bottom/cover;
}
.form-sec {
    border-radius: 50px 50px 0 0;
    background-color: #d9f1ff;
    margin-top: -80px;
}
.txt-field, .upload{
    background-color: #d9f1ff;
    border: none;
    border-bottom:1px solid #3299C3;
    font-size: 11px;
    color:#3299C3;
}
input:focus {
    border-color: #007BFF;
    outline: none;
}
textarea:focus{
    outline: none;
}
.upload-btn {
    background-color: #04223B; 
    cursor: pointer;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}
.file-input {
    display: none;
}
.file-container {
    display: inline-block;
    text-align: center;
}
.file-name {
    margin-top: 10px;
    font-size: 12px;
    color: #04223B;
}
.form-title{
    font-family: "STIX Two Text", serif;
    font-size: 25px;
    font-weight:200;
}
.form-sub-title{
    font-size: 11px;
    font-weight:300;
}
.submit-btn{
    background-color:#3299C3;
    font-size: 11px;
    font-weight: 300;
}
/* insight */
.insight-banner {
    background: url('../image/insight-banner.jpg') no-repeat bottom/cover;
}
.insight-sec{
    border-radius: 50px;
}
/*filter-tab */
.filter-tab {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; 
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
}
.filter-btn {
    padding: 0px 20px;
    margin: 5px;
    color: #bdbdbd;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
}
.items {
    display: flex;
    flex-wrap: wrap;
}
.filter-btn.active {
    color: #004071;
    text-decoration: underline;
    text-decoration-color: #3299C3;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}
.gmap_iframe{
    border-top: 9px solid #3299c3;
}
.call{
    font-size: 19px;
    font-weight: 500;
}
.call-img{
    width: 15px;
}
@media (max-width: 768px) {
    .inner-page-bnnr{
        padding: 80px 0 130px;
    }
    .team-member .team-name, .team-member .team-post, .core-values .item, .page-sub-title, 
    .inner-page-bnnr, .team-member, .vision-mission .item, .slider-txt, .message-sec, .counter-title,
    .service-bnnr, .vertical-tab h3, .tab-content p, .rqst-btn-container, .prfl-desc{
        text-align: center;
    }
    .page-sub-title{
        font-size:26px;
    }
    .breadcrumb{
        justify-content: center;
    }
    .team-member img{
        width: 75%;
    }
    .rotate-container{
        display: none;
    }
    .mbl-txt{
        display: block;
        font-family: "STIX Two Text", serif;
        font-size: 30px;
        font-weight: 300;
    }
    .counter-row{
        flex-direction: column;
    }
    .blue-border-right{
        border: none;
    }
    .counter-row .item{
        margin: 20px 0;
    }
    .service-bnnr-title{
        flex-direction: column;
    }
    .nav-pills .nav-link{
        justify-content: center;
    }
    .tab-pane ul li p{
        text-align: start;
    }
    .service-nme img{
        margin: 0;
    }
    .service-bnnr-title h3{
        font-size: 35px;
    }
    .nme-bnnr h3 {
        font-size: 28px;
    }
    .nme-bnnr h5 {
        font-size: 15px;
    }
    .prfl-row {
        --bs-gutter-x: 2rem;
      }
    .prfl-desc-tbl{
        margin: 0 auto;
    }
    .prfl-desc-tbl td p{
        text-align: start;
    }
    .filter-btn {
        padding: 0px 2px;
        margin: 5px;
        font-size: 13px;
    }
    .mbl-center{
        text-align: center;
    }
    .contact-sec{
        flex-direction: column-reverse;
    }

}
@media (max-width: 995px) {
    .service-nme{
        flex-direction: column;
    }
    .service-bnnr p, .service-nme-right{
        text-align: center;
    }
}

.wdt{width:160px;}
.swiper-slide{background:none !important;border:0px !important;}

/* Style the file input container */
.wpcf7-form-control-wrap[data-name="file-951"] {
    display: inline-block;
    padding: 10px;  
    background-color: #000; /* Change to desired background color */
    border: 2px solid #000; /* Change to desired border color */
    border-radius: 5px; /* Optional: Rounded corners */
    text-align: center;
    position: relative;
}

/* Style the actual file input (hide default appearance) */
.wpcf7-form-control-wrap[data-name="file-951"] input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Add a custom label appearance */
.wpcf7-form-control-wrap[data-name="file-951"]::before {
    content: "Select file";
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

/* When a file is selected, change the text */
.wpcf7-form-control-wrap[data-name="file-951"] input[type="file"]:valid + label::before {
    content: "File selected";
    color: #0073e6; /* Change color when file is selected */
}
.drop-menu {
    height: 500px;
    overflow-y: auto;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #ccc transparent; /* Light scrollbar */
}

/* For Webkit Browsers (Chrome, Safari) */
.drop-menu::-webkit-scrollbar {
    width: 6px; /* Light, thin scrollbar */
}

.drop-menu::-webkit-scrollbar-track {
    background: transparent; /* Optional: Transparent track */
}

.drop-menu::-webkit-scrollbar-thumb {
    background: #ccc; /* Light gray color */
    border-radius: 3px;
}

.drop-menu::-webkit-scrollbar-thumb:hover {
    background: #aaa; /* Slightly darker on hover */
}

/* filter-content */
/* .filter-content img{
	height:170px;
} */
@media (max-width: 768px) {
		.insight-desc p{
		text-align:left !important;
		}
}