/* body{
    font-family: "Barlow";
} */
:root{
    --yellow-color:#feb936;
}
body{
    font-family: "Manrope", serif;
    
}
ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
}
p{
    margin: 0;
}
.Mu_top_bar_section{
    display: flex;
    background-color: rgb(25, 36, 54);
}
.img_contant {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 67px;
}
.img_contant p {
    font-size: 16px;
    line-height: 32px;
    color: #b8c3d6;
   
    /* font-family: "Barlow"; */
    
    padding-left: 18px;
 
}
.img_contant p span{
    color: #feb936;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 60px;
}
.align_centre{
    align-items: center;
}
/* navigation css start */
.Mu_navbar_flex .Mu_menu_bar ul{
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding-top: 16px; */
}
.Mu_menu_bar ul li a:hover {
    color: #feb936;
}
.Mu_navbar_flex .Mu_menu_bar ul li {
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.Mu_menu_bar ul li a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 17px;
}

.wh_header_section{
    height: 81px;
    height: 81px;
    display: flex;
    align-items: center;
}
.Mu_menu_bar ul .btn{
    background-color: #feb936;
    color: white;
    border-radius: 0;
}
.wh_logo{
    padding-top: 3px;
}
.color{
    background-color:#feb936;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 150px;
    color: white;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: 16px;

}
.color:hover{
    background-color: #192335;
}
.search li input{
 display: none;
 }
 .search_btn .blue1 {
    display: block;
    position: absolute;
    top: 29px;
    left: -72px;
    z-index: 1;
    background-color: white;
    color: black;
}
.search_btn .blue1:focus{
    outline: none;
}
/* .search_btn{
    position: relative;
   
}
.search_btn:hover .search li input {
    display: block;
    position: absolute;
    top: 53px;
    left: -34px;
  
    z-index: 2;
    background: white;
    border: 1px solid #192436;
   
   
   
} */
/* responsive menu css */
.sidebar{
    background-color: #ffffff;
}
  nav {
    padding: 10px;
    position: relative;
    z-index: 9;
  }
  nav::after {
    content: "";
    display: block;
    clear: both;
  }
  
  aside {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #ffffff;
    left: -300px;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-top: 10px;
    display: block;
    transition: all 0.4s ease;
    z-index: 5;
  }
  aside.active {
    left: 0;
    display: block;
  }
  aside a {
    display: block;
    padding: 1.2rem;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    border-bottom: 1px solid #414141;
  }
  .toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: right;
  
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle-bar,
  .toggle-bar::before,
  .toggle-bar::after,
  .toggle-wrap.active .toggle-bar,
  .toggle-wrap.active .toggle-bar::before,
  .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .toggle-bar {
    width: 38px;
    margin: 10px 0;
    position: relative;
    border-top: 6px solid #303030;
    display: block;
  }
  .toggle-bar::before,
  .toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 6px;
    width: 38px;
    position: absolute;
    top: -16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
  }
  .toggle-bar::after {
    top: 4px;
  }
  .toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
  }
  .toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
/* banner_css_start */
.banner_sec{
    background-image: url(../images/banner_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 65px;
    /* background-size: auto; */
    /* background-attachment: fixed; */
}

.Mu_banner_contain h2{
font-size: 40px;
line-height: 56px;
color: #ffffff;
font-weight: 700;
/* font-family: "Barlow"; */
}
.Mu_banner_contain p{
    color: white;
    font-size: 17px;
    padding-bottom: 20px;
}

.btn_transform h6 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
    padding: 10px 10px;
    background-color: #ffffff1a;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    /* padding-bottom: 10px; */
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 14px;
}
.btn1>a {
  
    /* display: flex; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px;
    background-color: #feb936;
    color: #ffff !important;
    transition: all 0.3s ease-in-out;
    border: 2px solid #feb936;
    cursor: pointer;
}
.btn1>a:hover{
    background-color: transparent;
    color: #feb936 !important;
    transition: all 0.3s linear;
}
.btn2>a {
    /* display: flex; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    height: 50px;
    background-color: #feb936;
    color: #ffff !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
}
.in-btn{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px #feb936;
    padding: 10px 14px ;
    border: 1px solid  transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    background-color: #feb936;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    max-width: 160px;
}
.in-btn:after,
.in-btn::before{
    content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: -16px;
    left: -16px;
    transition: 1s ease;
    z-index: -1;
}
.in-btn::after{
    left: calc(100% + 16px);
    top: calc(100% + 16px);
}
.in-btn:hover:before, 
.in-btn:hover:after {
    height: 410px;
    width: 410px;
}
.in-btn:hover{
    color:#feb936;
}
.mySwiper{
    position: relative;
}
.section_1 {
    padding: 80px 0px 150px;
}
.btn2{
    padding-top: 36px;
}
.btn2 h3 {
    font-size: 34px;
    line-height: 1.2;
    color: rgb(25, 36, 54);
    font-weight: bold;
    padding-top: 10px;
}
/* .slider_btn{
    display: flex;
    align-items: center;
    justify-content:space-between ;
} */

  
.mg_top{
    margin-top: 30px;
}
.btn2 p {
    color: #666982;;
}

  
  .btn2 .para {
    font-size: 16px;
    line-height: 24px;
    /* padding: 0px 10px; */
    padding: 0px 79px 0px 0px;
}
.btn2 .para1 {
    color: #666982;
    margin: 10px 0 20px;
    /* padding: 0px 10px; */
    padding: 10px 15px 0px 0px;
}
.btn2>.pare3{
    color: #666982;
   padding: 0px 20px 0px 0px;

}
.pd {
    padding: 80px 0px;
}
/* section_2_start */
.section_2_start {
    background-image: url(../images/sec2_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 80px 0px;
    position: relative;
}
.section_2_start>.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 91%);
    top: 0;
    left: 0;
    content: "";
}
.swip_btn{
    left: 2% !important;
    top: 50% !important;
}
.swip_btn1{
    right:0% !important;
    top: 50% !important;
}

/* section3 start */
.main_counter{
    text-align: center;
}
#counter-stats{
    margin: 0 auto;
    width: 100%;
}


  .ser_header{
      text-align: center;
  }
  
  .ser_header p {
    font-size: 32px;
    line-height: 42px;
    color: rgb(25, 36, 54);
    font-weight: 700;
    /* font-family: "Barlow"; */
    text-align: center;
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
    /* text-align: center; */
}

.section_3_start {
    padding: 80px 0px 49px;
}
/* text-align: center; */

/* box css start */
.box_enginer h2 {
    font-size: 20px;
    line-height: 46px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.box_enginer:hover h2{
    color:#feb936 ;
}
.box_enginer p {
    font-size: 15px;
    line-height: 24px;
    color: #666982;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.box_enginer a {
    font-size: 16px;
    line-height: 24px;
    color: #feb936;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.box_enginer {
    /* padding-top: 46px; */
    background-color: #ffffff;
    border: 1px solid #feb936;
    text-align: center;
    margin-bottom: 31px;
    transition: all 0.3s;
    padding: 40px 16px 25px 16px;
    transition: all 0.5s;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.box_enginer img{
    transition: all 0.3s ease-in-out;
}
.box_enginer:hover {
    /* box-shadow: 0 6px #feb936; */
    border: 1px solid #feb936;
    background-color: #feb936;
}
.box_enginer:hover img{
    filter: brightness(9);
}
.box_enginer:hover h2{
    color: #fff;
}
.box_enginer:hover p{
    color: #fff;
}
.box_enginer:hover a{
    color: #fff;
}
.box_enginer:hover h2::before{
    background-color: #222;
}
.counting {
    color: rgb(255, 255, 255);
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 7px;
}

.counting::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    margin-left: 7px;
    font-size: 20px;
    position: absolute;
    top: 19px;
}
.count h5{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
}
/* section4 css start */
.Mu_section4{
    background-image: url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* padding: 200px 0px; */
    position: relative;
    padding: 80px 0px;
}
.Mu_section4>.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    content: "";
}
.z-index a, data a{
    /* z-index: 1; */
    /* padding-top: 83px; */
    /* padding-bottom: 50px; */
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #2f3745;
    text-decoration: none;
    /* width: 230px; */
        /* height: 50px; */
        color: #fff;
        font-weight: 500;
        margin-top: 79px;
}
.z-index {
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    /* width: 100%; */
}
.Mu_section4 h3 {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    /* font-family: "Barlow"; */
    text-align: center;
    padding: 10px 0px 50px 0px;
    max-width: 400px;
    margin: 0 auto;
}
/* .data a{
    background-color: #2f3745;
     width: 230px;
         height: 50px;
} */
.data h1 {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #feb936;
    font-weight: 500;
    margin: 0px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  

/* swiper slider css stert */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
      display: none;
  }
  .swiper-button-next>img{
      transform: rotate(-180deg);
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    right: -25px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.swiper-button-prev{
    left: -25px;
}
.test-swipe{
    position: relative;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 
  }
  .test-swipe .swiper-slide{
    border-radius: 10px;
  }

  .swiper-slide img {
    display: block;
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
    /* border-radius: 50px; */
    text-align: center;
    margin: 0 auto;
  }
  .swiper_contain{
      padding: 50px;
  }
  .swiper_contain p{
      color: #222;
      /* padding: 20px 0px 10px 0px; */
      max-width: 761px;
  }
  .swiper_contain h4 {
    color: #feb936;
    font-size: 18px;
}
  .quote_image{
    transform: translate(10px, 80px);
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-button-next{
    color: #feb936;
  }
  .swiper-button-prev{
    color: #feb936;

  }
  .swiper-button-next, .swiper-button-prev  span svg {
      transition: all 0.2s ease-in-out;
    fill: #feb936;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: #feb936;
}
.swiper-button-prev:hover svg, .swiper-button-next:hover svg{
    fill: #fff;
}
.test-img-maia{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.test-quote svg{
    width: 64px;
    height: 64px;
}
.test-nam-img{
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    text-align: left;
    align-items: center;
}


  /* section5 css start */
  .btn2>.line_height{
      line-height: 1.3;
      font-size: 33px;
  }
  .mg_bottom{
      margin-bottom: 25px;
  }

  .sec2_img{
      position: relative;
  }
  .image-call {
    position: absolute;
    left: -175px;
    left: 0;
    bottom: -30px;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.image-call span {
    display: inline-block;
    background: #feb936;
    color: #fff;
    font-weight: 600;
    padding: 24px 43px;
    font-size: 20px;
    border-radius: 50px 50px;
    cursor: pointer;
}
  .image-call span i{
    font-size: 26px;
    margin-right: 10px;

  }
  .sec2_img>.list {
    position: absolute;
    bottom: -82px;
    right: -50px;
}
.swiper_text{
    margin-top: 0;
    text-align: left;
}
.list>ul {
    color: #222;
    display: flex;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 20px;

}
.list>ul li::before {
    content: "\2022";
    color: #feb936;
    font-weight: bold;
    display: inline-block;
    width: 1em;
 
    font-size: 25px;
} 
.sec2_img img{
    width: 100%;
}
.pd_left{
    padding: 30px 0 0 60px;
}
.list_flex2 {
    padding-left: 20px;
}

.bnr-yelow{
    color: #feb936;
}


/* section-6 css start */
.section6{
    background-image: url(../images/bg-icon-img\ \(1\).jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* padding: 200px 0px; */
    position: relative;
    padding: 150px 0px;
}
.section6>.overlay3{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 75%);
    top: 0;
    left: 0;
    content: "";

}
.icon{
    z-index: 1;
    width: 100%;
    text-align: center;
    cursor: pointer;
   
}







.icon>h3 {
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 600;
    /* font-family: "Barlow"; */
    text-align: center;
    padding-top: 60px;
}
.sub-heading {
    color: #feb936;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
}
.box_enginer h2{
    position: relative;
}
.box_enginer h2::before {
    content: '';
    width: 123px;
    height: 2px;
    background-color: #feb936;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 49px;
}

/* banner_slider-btn_css start */

.swiper_wrraper_banner {
    position: relative;
}
.swip_prey, .swip_next {
    
    transform: rotate(90deg);
    width: 60px;
    border-radius: 50%;
    height: 60px;
    transition: all 0.5s ease-in-out;
}
.swip_prey {
    background-color: #303845;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 4px;
    position: absolute;
    right: 15px;
    top: 50%;
    border: 1px solid #feb936;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(50%);
}
.swip_prey:hover, .swip_next:hover{
    background-color: #feb936;
    border-color:white ;
   
}
.swip_next {
    background:#303845;
    border: 1px solid #feb936;
    color: #fbfafa;
    position: absolute;
    left: 15px;
    transform: translateY(50%);
    z-index: 999;
    top: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 4px;
    cursor: pointer;
}
.swiper_wrraper_banner {
    position: relative;
    z-index: 0;
}
.swip_next svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}
.swip_prey svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}





.swiper_wrraper_banner>.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper_wrraper_banner>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

 .swiper_wrraper_banner>.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper_wrraper_banner .swiper-slide{
      background-image: url(../images/banner_img.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     /* height: 100vh; */
     padding: 200px 0;
  }
  .Mu_banner_contain {
    /* padding-top: 181px; */
    text-align: left;
    max-width: 500px;
    width: 100%;
}
.Mu_header_section {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    top: 20px;
    max-width: 1140px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 20px 20px;
}
/* team section css start */
/* .icon img:before,.icon img:after {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: gel-map-animationSignal linear 2s;
    animation: gel-map-animationSignal linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    box-shadow: inset 0 0 35px 10px #0ec6d5;
    border-color: #0ec6d5;
    content: '';
} */
.hover_cls {
    position: relative;
}
.team_section{
    padding: 80px 0px 130px;
    overflow-x: hidden;
    position: relative;
    
}
.team_image{
    position: relative;
}
.team_detail {
    background-color: #feb936;
    max-width: 235px;
    height: 70px;
    padding-left: 30px;
    padding-top: 10px;
    margin-top: -50px;
    z-index: 9;
    position: relative;
    width: 100%;
    color: white;
    z-index: 0;
    text-align: left;
    line-height: 0.5;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 74px;
    left: 0;
    width: 100%;
}
/* .team_detail {
    background-color: #ff5d15;
   
    width: 220px;
    height: 70px;
    padding-left: 14px;
    padding-top: 10px;
} */
.team_detail>h5>p{
    color: #fff;
    padding: 0;
    margin: 0;
}
.social_icon_image {
    position: absolute;
    bottom: 9px;
    right: 11px;
    z-index: 0;
}

.team_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    /* z-index: 2; */
    opacity: 0;
    visibility: hidden;
}
.overlay_icon {
    display: grid;
    position: absolute;
    right: 10px;
    bottom: 53px;
    transition: all 0.5s ease-in-out;
}
    .overlay_icon img {
        margin: 5px;
    }
     .team_overlay{
        transition: all 0.5s ease-in-out;
    } 
    .hover_cls:hover .team_overlay {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s linear;
        cursor: pointer;
        /* transform: translateY(-15px); */
    }
    .hover_cls:hover .overlay_icon{
        transform: translateY(-15px);
    }
    .team_image>img {
        width: 100%;
    }
    .team_image img {
        border-radius: 0px;
    }
    .heading {
        text-align: center;
        width: 100%;
        padding-bottom: 40px;
        margin-top: 10px;
    }
    .heading>h4{
        color: #fff;
    }
    .heading>h4>a {
        color: #feb936 !important;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .heading>p {
        font-size: 32px;
        font-weight: 700;
        color: #192436;
        padding-top: 0;
        line-height: 1.3;
    }
    :root {
        --swiper-theme-color: #feb936;
    }
    .team_section .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        margin: 0 4px;
    }
  

   


/* team section css and */
/* contact_section_css start */
/* .contact_sec>.container-fluid{
    padding-left: 400px;

} */
.contact_sec {
    background-image: url(../images/contact-vg.jpg);
    padding: 80px 0px 0;
    overflow-x: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_sec .overlay3{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 75%);
    top: 0;
    left: 0;
    content: "";

}
.contact_form {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_form>h4 {
    
    max-width: 350px;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
}
.contact_form>p {
    font-size: 18px;
    color: var(--yellow-color);
    font-weight: 600;
    margin-bottom: 24px;
}
.cont-form{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}
.cont-form h6{
    font-size: 32px;
    font-weight: 700;
    color: #192436;
    padding-top: 0;
    line-height: 1.3;

}
input {
    padding: 16px 20px 16px 20px;
    background-color: #fafafa;
    color: #222;
    border: 1px solid #eee;
    margin-bottom: 32px;
    border: none;
    border: 1px solid #eee;
    position: relative;
    /* width: 100%; */
    transition: all 0.2s ease-in-out;
    width: 100%;
    max-width: 45%;
    border-radius: 10px;
}
input:hover {
    border-color: #feb936;
}
.footer_form>input{
    width: 100%;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    margin-bottom: 10px;
}
.footer_form>input:hover {
    border-color: #feb936;
}
input#lname {
    margin-left: 22px;
}
a {
    color: inherit;
}
a:hover{
    color: inherit;
}
/* .footer_form .in-btn a{
    color:#fff
}
.footer_form .in-btn a:hover{
    color: #feb936;
} */
.form{
    /* padding-top: 22px; */

}
textarea {
    width: 100%;
    height: 120px;
    background-color: #fafafa;
    color: #222;
    padding: 20px;
    border: 1px solid #eee;
    max-width: 100%;
    transition: all 0.2s ease-in-out;
    /* color: burlywood; */
    max-width: 95%;
    border-radius: 10px;
}
textarea:hover {
    border-color: #feb936;
}
.form{
    width: 100%;
    margin-left: auto;
    text-align: left;
}
.form_contain {
    margin-bottom: 30px;
}
.form_contain>input:focus{
    outline: none;

}
.footer_form input:focus{
    outline: none;

}
.form_contain>textarea:focus{
    outline: none;

}
/* .map_sec {
    max-width: 838px;
    width: 100%;
}
.contact_sec>.container{
    max-width: 1600px;
} */

/* contact_section_css and */
/* blog_sec_css start */

.blog_sec>.container{
    max-width: 1156px;
}
.blog_sec{
    padding: 80px 0px;
}
.blog_image>p>a {
    background-color: #feb936;
    padding: 11px 20px;
}
p.dammy>a {
    color: #222 !important;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    /* width: 20px; */
}
 /* .blog_image>img {
    position: relative;
   
    width: 100%;
} */
.blog_image{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.blog_image:hover{
    transform: translateY(-10px);
}

.blog_image img{
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.position_image{
    position: relative;
    overflow: hidden;
    width: 100%;
}
 
.position_image>p{
  color: #fff;
  margin-top: 10px;
}
.blog_contain {
    display: inline-flex;
    align-items: center;
    padding: 10px 0px 10px;
}
.conaina_a, .contain_b{
    display: flex;
    align-items: center;
 
}
.conaina_a>p, .contain_b>p{
    color: #666982;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}
.contain_b {
    padding-left: 30px;
}
.blog_image>h5{
    font-size: 20px;
    color: #192436;
    font-weight: 700;

}
.blog_image>.para {
    color: black;
    color: #666982;
    font-weight: 400;
}
p.blog_btn {
    color: #feb936;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}
p.blog_btn:hover{
    letter-spacing: 1px;
}
/* footer section css start */
.footer_sec {
    background-color: #1a1a1a;
    padding: 80px 0px;
}
.footer_contain>p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 0px 19px 0px;
}
.footer_contain>h5 {
    color: white;
    padding: 0px 0px 10px;
}
.footer_heading>h5 {
    color: #fff;
}
.footer_contain2>ul>li{
    color: #fff;
    transition: all 0.5s linear;
    cursor: pointer
    /* padding-bottom: 10px; */
}
/* .footer_contain2>ul>.project{
    color: #ff5d15;
} */
.footer_contain2>ul li::before{
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}
.footer_contain2>ul li:hover::before {
    color: #feb936;
} 
.footer_contain2>ul>li:hover{
    color: #feb936;
}
/* .footer_contain2>ul .project::before {
    color: #ff5d15; 
} */
/* .footer_contain2 {
    padding-left: 30px;
} */


.footer_contain2> p {
    color: #b8c3d6;
    font-size: 16px;
    font-weight: 400;
}
.footer_form{
    position: relative;
    margin-top: 35px;
}
form a img {
    position: absolute;
    background-color: #ff5d15;
    padding: 17px;
    top: 0;
    right: 0;
    bottom: 0;
}
.Mu_logo {
    /* padding-top: 20px; */
    /* padding: 0px 0px 20px; */
    /* margin-top: -9px; */
}
.footer_contain2 ul {
    padding-left: 26px;
}
.footer_contain>h5{
    position: relative;
}
.footer_contain>h5::after {
    position: absolute;
    content: "";
    height: 2px;
    max-width: 70px;
    width: 100%;
    background-color: #feb936;
    top: 20;
    left: 0;
    bottom: 0px;
    right: 0;
}
.footer_contain>.af_line::after {
    position: absolute;
    content: "";
    height: 2px;
    max-width: 86px;
    width: 100%;
    background-color: #feb936;
    top: 20;
    left: 0;
    bottom: 0px;
    right: 0;
}
.img_contant p span {
  
    font-weight: 600;
}
.lens-social-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.lens-social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 3px 3px 0;
    z-index: 1;
    position: relative;
}
.lens-social-icons a>svg {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    fill: #fff;
}
.lens-social-icons a:hover>svg {
    transform: rotate( 360deg);
}
.lens-social-icons a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    box-shadow: inset 0 0 0 35px rgb(255 255 255 / 6%);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.lens-social-icons li a:hover::after {
    box-shadow: inset 0 0 0 2px var(--yellow-color);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/* footer section css and */
/* copy_right */
.copy_right>p{
  
        background-color: #0b0b0b;
        font-size: 16px;
        height: 50px;
        text-align: center;
        line-height: 3;
        color: #fff;
        font-weight: 400;

}

ul.sub_menu {
    position: absolute;
    width: max-content;
    min-width: 200px;
    top: 60px;
    left: 0;
    z-index: 9;
    transform: translate(20px, 0px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius: 0 0 10px 10px;
    padding: 0 0 15px;
    background: #fff;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    text-align: justify;
    align-items: start !important;
    gap: 20px;
    padding-top: 15px;
}
.sidebar{
    overflow: hidden;
}
@media (min-width:1200px){
    .Mu_menu_bar ul li:hover ul.sub_menu {
        transform: translate(0px, 0px);
        visibility: visible;
        opacity: 1;
    }
}
/* iframe video css */
/* iframe {
    display: none;
}
.iframe_open iframe{
    display: block;
} */
/* .iframe1 {
    display: block;
   
    margin: 0 auto;
  
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iframe2{
    display: none;
} */
/* .iframe2{
    background-color: rgb(182, 151, 151);
} */


/* .play-animation:before, .play-animation:after {
    -webkit-animation: play-animation 1600ms ease-in-out 0ms;
    animation: play-animation 1600ms ease-in-out 0ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 50%;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
} */
/* sidebar css start */
.wa_sidebar-search-wrapper {
    position: relative;
}
.wa_sidebar-search-wrapper input[type="text"] {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 50px;
    border-radius: 6px;
    padding: 0 50px 0 30px;
    position: relative;
    line-height: 50px;
    margin-bottom: 4px;
    max-width: 100%;
}
.wa_sidebar-search-wrapper a {
    position: absolute;
    right: 20px;
    top: 13px;
    color: #222;
}
.wa_sidebar-search-wrapper a i{
    color: #222;
}
.wa_sidebar_heading h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 15px;
}
.wa_sidebar_list li a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.wa_sidebar_list li {
    border-bottom: 1px solid #ebf0ff;
    padding: 10px 0px;
}
.wa_latestPost_field ul li {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.wa_latestPost_field ul li .wa_blog_thumb {
    margin-right: 10px;
    width: 70px;
    display: inline-block;
}

.wa_blog_img, .wa_blog_thumb, .wa_effect {
    position: relative;
    overflow: hidden;
}
.wa_blog_thumb img {
    border: none;
    border-radius: 3px;
}
.wa_blog_title_wrap {
    width: calc(100% - 80px);
}
.wa_blog_title {
    font-weight: 500;
    text-transform: capitalize;
    color:#222
}
.wa_blog_date {
    color: var(--yellow-color);
    font-weight: 500;
}
.saf_sidebar_tags_box {
    margin-top: 25px;
}
.saf_sidebar_tags_box li {
    border: none;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 7px;
}
a.ed_btn.ed_orange {
    color: #fff;
    background:var(--yellow-color);
    padding: 7px 10px;
    border: 1px solid var(--yellow-color);
    transition: all 0.4s;
    border-radius: 50px;
    text-decoration: none;
}
a.ed_btn.ed_orange:hover {
    color: var(--yellow-color);
    background: #fff;
    padding: 7px 10px;
    border: 1px solid var(--yellow-color);
    transition: all 0.4s;
}
.wa_blockquote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wa_blockquote_img {
    width: 160px;
    margin-right: 10px;
    position: relative;
}
.wa_blockquote_img img.wa_quote_user {
    border: 3px solid var(--yellow-color);
    border-radius: 50%;
    width: 130px;
    height: 130px;
}
.wa_blockquote_quote {
    width: calc(100% - 170px);
    color: #222;
    position: relative;
    text-align: center;
}
.wa_blockquote_quote p, .wa_quote_user {
    text-align: left;
}
.wa_quote_user {
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    color:#222;

}
.wa_quote_user:hover{
    color: var(--yellow-color);
}
.wa_quote_user > span {
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.wa_img_text_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wa_img_text_container img {
    width: 370px;
    display: inline-block;
    margin: 6px 15px 6px 0;
    border-radius: 8px;
}
.wa_img_text_container p {
    display: inline-block;
    width: calc(100% - 385px);
}
.wa_author_message_box {
    background: var(--yellow-color);
    border: none;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 74px 0 73px;
    color: var(--main-bg-color);
}
.wa_author_image {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 30px;
}
.wa_author_image img {
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}
.wa_author_content {
    width: calc(100% - 140px);
}
.wa_author_content h5 {
    color:#222;
    font-weight: 700;
    font-size: 20px;
}
.wa_author_content h5 span {
    font-weight: 400;
    font-size: 16px;
}
.wa_section_heading {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}
.wa_blog_comment > ul > li {
    margin-bottom: 26px;
    display: inline-block;
}
.wa_comment_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wa_comment_user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px;
}
.wa_comment_user img {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}
.wa_comment_detail {
    width: calc(100% - 130px);
}
.wa_reply_btn {
    color: var(--yellow-color);
    margin-left: 15px;
}
.wa_reply_btn:hover {
    color: var(--yellow-color);
    margin-left: 15px;
}
.wa_reply_btn svg {
    width: 16px;
    fill: var(--yellow-color);
}
.wa_blog_comment ul li ul {
    padding-left: 80px;
    margin: 25px 0 0;
}
.wa_comment_form {
    margin-top: 43px;
}
.wa_comment_form .wa_section_heading {
    margin-bottom: 40px;
}
.wa_field_holder {
    margin-bottom: 30px;
}
.wa_blogform_field {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    max-width: 100%;
}
.wa_news_box .wa_nws_tag {
    border-radius: 50px;
    background-color: var(--yellow-color);
    padding: 8px 20px;
    margin-right: 12px;
    color: #fff;
}
.wa_news_box .wa_news_date {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #ffe7bb;
    padding: 8px 20px;
    color:#222;
}
.wa_news_box .wa_news_img {
    margin-bottom: 30px;
    overflow: hidden;
}
.wa_news_img, .wa_news_img > img {
    border-radius: 10px;
    background-color: rgb(241, 240, 240);
    width: 100%;
    max-height: 232px;
    height: 232px;
    object-fit: cover;
    transition: all 0.3s;
}
.wa_news_single_wrapper .wa_news_img, .wa_news_img > img {
    max-height: 100%;
    min-height: auto;
    height: auto;
}
.wa_news_img:hover img {
    transform: scale(1.1);
}
.wa_news_box .wa_news_title {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 5px;
    display: inline-block;
    color: #222;
}
.wa_news_single_wrapper{
    padding: 80px 0;
}
.wa_map_field input{
    max-width: 100%;
}
.wa_map_field input:focus-visible, .wa_map_field textarea:focus-visible{
    outline: none;
    box-shadow: none;
}
textarea.wa_blogform_field {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}
.wa_map_form .in-btn{
    margin-top: 15px    ;
}
.wa_map_form .in-btn a{
    color:#fff;
   
}
.wa_map_form .in-btn:hover a{
    color: var(--yellow-color);
}
button.wa_btn {
    border: none;
}
.contact-page{
    background-image: unset;
}
.contact-page .overlay3{
    display: none;
}
.contact-page .cont-form{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.lens-contact-box {
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    margin: 0 0 30px;
    padding: 20px 20px 10px;
    border-radius: 10px;
    border-left: 1px solid var(--yellow-color);
    border-right: 1px solid var(--yellow-color);
}
.lens-contact-box-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lens-contact-box-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.lens-contact-box-inner span svg {
    height: 60px;
    fill: var(--yellow-color);
}
.lens-contact-info {
    margin: 0 0 10px;
    width: calc(100% - 100px);
}
.lens-contact-info h4 {
    margin: 0 0 0;
    font-weight: 600;
    font-size: 20px;
}
.lens-contact-info p {
    margin: 5px 0 0;
    color: #222;
}
.zspin{
    font-size: 50px;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
}
.zspin::before, .zspin::after {
    content: '';
    position: absolute;
    top: 7%;
    left: 46.5%;
    width: 80px;
    height: 80px;
    z-index: -1;
   
    border-radius: 50%;
    animation: ripple 1.5s ease-in-out infinite;
}
@keyframes ripple{
0%{
    transform: scale(1);
    opacity: 0;
}
30%{
    opacity: 0.7;
}
100%{
    transform: scale(1.9);
    opacity: 0;
}
}
.breadcrumb_wrapper {
    background-image: url(../images/brd-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 100px 0;
    position: relative;
}

.breadcrumb_title h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
}
.breadcrumb_title ul {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    padding: 7px 30px;
    border-radius: 50px;
    margin-top: 10px;
}
.breadcrumb_title ul li, .breadcrumb_title ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
}
.breadcrumb_title ul li:last-child {
    color: var(--yellow-color);
}
/* video popup css */
.btn-primary.focus, .btn-primary:focus{
    box-shadow: none !important;
}
.btn-primary{
    color: #fff;
    background-color: transparent !important;
    border-color: none !important;
    border: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #161616ad;
}
.iframe{
    max-width: 620px;
    width: 100%;
   
    
}
button.close {
    font-size: 30px;
    text-align: right;
    padding-right: 10px;
}
/* button.close {
    
    background-color: white;
    text-align: right;
   
    right: 0;
    
} */
/* #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  } */
  .form-group input.search-form{
    background-color: #fff;
    border: 1px solid #443e3e38;
    margin-left: 26px;
    width: 350px;
    max-width: 100%;
  }
.form-group{
    margin-top: 30px;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
   
}
.modal_contain{
    top: 35%;
    bottom: 50%;
    left: 35%;
}
.pri_btn{
    background-color: #feb936 !important;
}
button.btn.btn-secondary:focus {
    box-shadow: none !important;
}
.form-group {
    margin-bottom: 0px;
}
button.close:focus {
    outline: none;
}
.Mu_menu_bar ul .btn {
    background-color: #feb936;
    color: white;
    border-radius: 0;
    border-color: #feb936;
}
.modal-header .close {
    padding: 1px 11px;
}
input.search-form:focus {
    outline: none !important;
    border-color:#feb936 ;
}
.mg_left{
    margin: 0 auto !important;
}
/* input.search-form:hover{
    border-color:#feb936 ;
} */
.searchBox {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: url(../images/close_search.png), auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.searchBox.show {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.searchBox.show,
.searchBox {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.searchBoxContainer {
    width: 50%;
    position: relative;
    text-align: end;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    visibility: hidden;
}

.searchBox.show .searchBoxContainer {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.searchBox.show .searchBoxContainer,
.searchBoxContainer {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.search_bar_inner {
    position: relative;
    height: 50px;
}
.search_bar_inner>input{
    max-width: 100% !important;
}
.search_bar_inner input {
    width: 100%;
    height: 50px;
    padding: 12px 55px 12px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    z-index: 2;
}

.search_bar_inner input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 90%;
}

.search_bar_inner input::-moz-placeholder {
    color: #ffffff;
    opacity: 90%;
}

.search_bar_inner input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 90%;
}

.search_bar_inner input:-moz-placeholder {
    color: #ffffff;
    opacity: 90%;
}

.search_bar_inner button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: none;
    background: transparent;
    color: #ffffff;
    width: 45px;
    font-size: 20px;
    border-radius: 26px;
}

.closeBtn {
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 0 15px;
}

.closeBtn svg {
    width: 20px;
    fill: #ffffff;
}
.search_bar_inner input:focus{
    outline: none;
}
.map_sec {
    text-align: center;
}

/* new css start */
.fl-serviceBox{
    color: var(--yellow-color);
    text-align: center;
    padding: 30px 20px;
    border-radius: 30px 30px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.fl-serviceBox:before{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
	box-shadow: 0px 0px 40px 0px rgba(114, 114, 144, 0.1);
}
.fl-serviceBox .fl-service-icon{
    font-size: 45px;
    line-height: 45px;
    padding: 0 0 30px;

}
.fl-serviceBox .fl-service-icon:before, .fl-serviceBox .fl-service-icon:after {
    content: "";
    background: var(--yellow-color);
    width: 40%;
    height: 40%;
    border-radius: 30px 0 0 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -2;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
}
.fl-serviceBox .fl-service-icon:after{
    top: auto;
    bottom: 3px;
    left: auto;
    right: 3px;
    border-radius: 0 0 30px 0;
	transform: translateY(0);
}
.fl-serviceBox .fl-service-title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.fl-serviceBox .fl-service-description{
    color: #aaa;
    font-size: 13.5px;
    line-height: 24px;
    letter-spacing: 1px;   
    margin: 0;
}
.fl-serviceBox:hover .fl-service-icon:after {
	border-radius: 0px 30px 0 0;
	transform: translateY(-145%);
}
.fl-serviceBox:hover .fl-service-icon:before{
	border-radius: 0px 0 0 30px;
	transform: translateY(144%)
}
.fl-serviceBox span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 0;
    background: rgb(120, 159, 71);
    border-radius: 50%;
    margin: auto;
}
.fl-serviceBox.blue-one span{
    background-color: rgb(120, 159, 71)    ;
}
.fl-serviceBox.cyan-one span{
    background-color: rgb(209, 151, 101);
}
.fl-serviceBox.purple-one span{
    background-color: rgb(237, 76, 216);
}
.fl-serviceBox.blue span{
    background-color:rgb(255, 147, 89)   ;
}
.fl-serviceBox.purple span{
    background-color: rgb(109, 77, 212); 
}
.fl-serviceBox.cyan span{
    background-color:rgb(87, 166, 255)   ; 
}

.fl-serviceBox.blue{ --yellow-color:rgb(255, 147, 89)    ; }
.fl-serviceBox.cyan{ --yellow-color: rgb(87, 166, 255)     ; }
.fl-serviceBox.purple{ --yellow-color:rgb(109, 77, 212); } 
.fl-serviceBox.blue-one{ --yellow-color: rgb(120, 159, 71); }
.fl-serviceBox.cyan-one{ --yellow-color: rgb(209, 151, 101); }
.fl-serviceBox.purple-one{ --yellow-color: rgb(237, 76, 216)    ; } 
@media only screen and (max-width: 1199px){
    .fl-serviceBox{ margin: 0 0 40px; }
}










.play-button {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #ff4d4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    margin: 0 auto;
  }
  .play-button  svg{
    z-index: 9;
  }
  /* Wave Animation */
  .play-button::before,
  .play-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 1;
    animation: wave 1.5s infinite ease-out;
  }
  
  .play-button::after {
    animation-delay: 0.5s;
  }
  
  @keyframes wave {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.6);
      opacity: 0.4;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  

  .styled-pagination {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    background-color: #f4f2f9;
    height: 8px;
    margin-top: 50px;
}
.styled-pagination .swiper-pagination-progressbar-fill {
    background: var(--yellow-color);
}

