@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@font-face {
   font-family:HelveticaNeueBold;
   src: url(../css/fonts/HelveticaNeueMedium.otf);
}
@font-face {
   font-family:Adoha;
   src: url(../css/fonts/Adoha.otf);
}
body{
    overflow-x: hidden;
}

*{
    margin:0;
    box-sizing: border-box;
}

.rel-wh
{
    position: relative;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}
.pinkBg {
    background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}

.intro-banner-vdo-play-btn {
    height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 10px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}

.intro-banner-vdo-play-btn i {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
.stick-iocn
{
        background-color: #2cb641 !important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
        height: 50px;
    width: 50px;
    position: fixed !important;
    top: 87% !important;
    right: 10px !important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}
.ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


.container{
    max-width: 1200px;
    margin:auto;
}
.btn-cnt-1
{
    display: flex;
    justify-content: center;
    align-items:center;
}
.list-hm
{
    list-style: disc;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 20px;
    margin-top:10px;
}
.txt-cnt-btn-top-20
{
    display:flex;
    justify-content: center;
    align-items: flex-start;
}
.banner-form .g-recaptcha {
    transform: scale(0.71);
    transform-origin: 0 0;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
.footer-link
{
  color: #a4582f;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;  
    text-align: left;
}
.footer-link-1
{
  color: #a4582f;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;  
    text-align: right;
}
.footer-bottom
{
           background-color: #f9f9f9;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ccc;
}
.service-box-inside .section {
    scroll-snap-align: start;
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #b9b9b9;
}
.banner .item {
  height: 86vh;

}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
  font-size: 46px;
  font-weight: 600;
  margin: 5px 0 10px;
  word-spacing: 3px;
  color: #fff;
  text-align: center;
    padding: 0 100px;
}
.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
        margin-top: -60px;
    position: relative;
    z-index: 11;
}

.cir-f1
{
    font-size:7px;
    color:#e18757;
    line-height: normal;
    margin-right: 6px;
    position: relative;
    top:-4px;
}
.cursor {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
  z-index: 99999;

/*  transform: translate(-50%, -50%);*/
  pointer-events: none;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease;
}
  .exp-box
  {
    transition: 0.5s all;
 
  }
  .img-wrapper-23 {
   
    overflow: hidden;
    position: relative;
}
  .exp-box-img
  {
       transition: 0.5s all;
           overflow: hidden;
  }
.exp-box:hover .exp-box-img
{
transform: scale(1.1);
   transition: 0.5s all;
}
  .overlay-img {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
  }
/**/
.scr-div
{
    margin-top:3em;
}
  .scroll-sections-gsap {
      display: flex;
      flex-direction: column;
      scroll-snap-type: y mandatory;
    }

    .sticky-text-gsap {
      position: sticky;
      top: 0;
        max-height: 100vh; /* or adjust accordingly */
  overflow-y: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 20px;
      padding: 1em 0 0 0;
      z-index: 10;
    }

    .text{
      position: relative;
      font-size: 19px;
      color: #666;
      opacity: 0.5;
      cursor: pointer;
      padding-left: 0px;
      transform-origin: left center;
      transition:
        transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
          font-family: 'Poppins', sans-serif;
    }


.text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 600;
  opacity: 0;
  color: #000;
  transform-origin: center;
  transition: 
    transform 0.25s cubic-bezier(0.6, -0.3, 0.7, 1.5),
    opacity 0.25s ease-in-out;
  pointer-events: none;
}

/*.text::before {
  top: 0;
  transition: 0.5s all;
  transform: translateY(-150%) scaleY(0.8) skewY(-5deg);
}*/

.text::after {
  bottom: 0;
  transition: 0.5s all;
  transform: translateY(150%) scaleY(0.8) skewY(5deg);
}

.text.active {
  font-size: 19px;
  color: transparent;
  opacity: 1;
     font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-left: 0;
  border-left-color: #ff6600;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  cursor: default;
}

/*.text.active::before {
  transform: translateY(0%) scaleY(1) skewY(0);
  opacity: 1;
  color: #000;
  transition-delay: 0.2s;
}*/

.text.active::after {
  transform: translateY(0%) scaleY(1) skewY(0);
  opacity: 1;
  transition-delay: 0.02s;
}

    .section {
      scroll-snap-align: start;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      margin-bottom: 0;
      padding-left: 0;
      border:1px solid #b9b9b9;
    }

    .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1;
      pointer-events: none;

    }

    .img-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat:no-repeat;
      background-position: center;
      will-change: transform;
      z-index: 1;
    }

    .info-wr {
      position: absolute;
      z-index: 2;
      background:#fff;
      padding: 30px;
      width: 100%;
      max-width: 100%;
      bottom: 0;
      font-size: 1.1rem;
        border-top:1px solid #b9b9b9;
     
    }

    #section1 .img-box {
      background-image: url(../images/06_QuickServiceRestaurantsQSR.jpg);
    }

    #section2 .img-box {
      background-image: url(../images/05_FineDiningEstablishments.jpg);
    }

    #section3 .img-box {
      background-image: url(../images/04_CafesCoffeeShops.jpg);
    }
      #section4 .img-box {
      background-image: url(../images/03_FoodCourtsGhostKitchens.jpg);
    }
      #section5 .img-box {
      background-image: url(../images/02_InternationalBrands.jpg);
    }
     #section6 .img-box {
      background-image: url(../images/01_HotelsHospitality.jpg);
    }
     #section7 .img-box {
      background-image: url(../images/07_Bars.jpg);
    }

/**/
.animate-text span {
  display: inline-block;
  opacity: 0;
}
.top-txtul
{
color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    list-style-type: disc;
    margin: 0px 0 18px 18px;
}
.split-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}

.scale-in {
  opacity: 0;
  transform: scale(0.5);
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
}

.fade-in {
  opacity: 0;
  transform: rotate(10deg) translateY(50px);
}
.top-txtul li
{
margin-top: 16px;
}
.navbar-scrolled
{
    animation: sticky 1s;
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    background-color: #fff;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header.navbar-scrolled
{
    padding: 10px 0;
}
.sec-4_1
{
    padding:0 0 3em 0;
}
.header .logo img
{
width: 200px;
}
/*header*/
.header{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 99;
    transition: 0.5s all;
    padding:20px 0;
}
.header-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
}
.header .logo{
    padding: 0 0px;
}
.header .logo a{
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}
.header .nav-menu{
    padding: 0 2px;
}
.header .menu > .menu-item{
    display: inline-block;
    margin-left: 18px;
    position: relative;
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease;
   font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left:5px; 
    pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e18757;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
    color:#e18757;
}
.width-220px
{
      width: 220px;
       left:0;
}
.width-520px
{
      width: 980px;
       left:-198px;
}
.width-520px li
{
width: 32%;
float: left;
list-style-type: disc;
}
.header .menu > .menu-item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
   top:100%;
   margin-top: 10px;
    background-color: #ffffff;
    padding: 10px 0;
/*    border-top: 3px solid #e91e63;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);       
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
    display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 10px 13px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.header .open-nav-menu{
    height: 34px;
    width: 40px;
    margin-right: -38px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .open-nav-menu span{
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}
.header .open-nav-menu span:before{
    top:-7px;
}
.header .open-nav-menu span:after{
    top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin:0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .close-nav-menu img{
    width: 16px;
}
.header .menu-overlay{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}

/* responsive */

@media(max-width: 991px){
    .header .menu-overlay.active{
    visibility: visible;
    opacity: 1;
}
    .header .nav-menu{
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top:0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }
    .header .nav-menu.open{
        visibility: visible;
        right: 0px;
    }
    .header .menu > .menu-item{
        display: block;
        margin:0;
    }
    .header .menu > .menu-item-has-children > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .menu > .menu-item > a{
        padding: 12px 15px;
        border-bottom: 1px solid #ededed;
    }
    .header .menu > .menu-item:first-child > a{
        border-top: 1px solid #333333;  
    }
    .header .menu > .menu-item > a .plus:before, 
    .header .menu > .menu-item > a .plus:after{
/*        background-color: #ffffff;*/
    }
    .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu{
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border:none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top:auto;
        max-height: 0;
        overflow: hidden;
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a{
        padding: 12px 20px;
/*        color: #ffffff;*/
        border-bottom: 1px solid #ededed;
    }
    .header .close-nav-menu,
    .header .open-nav-menu{
        display: flex;
    }
}
.btn-enq
{
   background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 11px 22px;
    transition: 0.5s all;
    text-align: center;
}
.btn-enq:hover
{
     background:#fff;
     color: #e18757;
}
.banner
{
   position: relative;
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
        margin-top: 97px;
}
.banner-img
{
  /*  background: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
     border-radius: 16px;*/
   margin:0px 20px;
   max-width: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
}
.section-1
{
    padding:3em 0 0 0;
}
.section-1-left-h3
{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
 }
 .mar-10px
 {
       margin-top:10px;
 }
 .section-1-right
 {
    padding-left: 0px;
 }
.section-1-right h2
{
    font-family:HelveticaNeueBold;
    font-size: 32px;
    color:#000;
    line-height: 38px;
    text-align:left;
}
.left-section-2 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {

     border-radius: 15px;
         width: 100%;
         height: 90px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.339px 7.65px 24px 0px rgba(225, 135, 87, 0.16);
 
}
.left-section-2 .nav-pills .nav-link.active .cir-btn-1
{
background-color:#a4582f;
color: #fff;
}
.left-section-2 .nav-item {
    width: 100%;
    color: #000000;
    background-color: #fff7f5;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 4px 0;
    border-bottom: 1px solid #d8d3d2;
}
.left-section-2 .nav-link
{
display: flex;
width: 100%;
padding: 23px;
}
.section-1-left-p
{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 14px;
 }
 .cir-btn
 {
    background-color: #a4582f;
    border-radius: 50%;
    height:35px;
    width: 35px;
    margin-left: 14px;
 }
  .cir-btn-1
 {
     background-color: #fff;
    border-radius: 50%;
    height:35px;
    width: 35px;
    border:1px solid #a4582f;
    color: #a4582f;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .sect-l
 {
        width: 90%;
    float: left;
 }
 .sect-r
 {
      float: right;
      width: 10%;
 }
 .right-section-2
 {
    padding:0 2em;
 }
.div-flex
{
    display: flex;
    margin-top: 16px;
    align-items: center;
}
.left-section-2
{
    margin:2em 0;
}
.right-section-2
{
    margin-left:20px;
}
.left-section-2 .nav-item
{
width: 100%;
}
.info
{
    color: #000000;
      font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin:30px 0 1em 0;
}
.sec-3
{
    margin:40px 0 2em 0;
}
.client-logo
{
      border-style: solid;
  border-width: 1px;
  border-color: rgb(229, 188, 172);
  background-color: rgb(255, 255, 255);
   width: 100%;
  height: 180px;
}
.client-logo-2
{
    margin-top: 30px;
    padding-left:135px;
}
.sec-4
{
    margin:4em 0;
}
.viedo-txt
{
    margin:20px 0 40px 0;
}
.footer
{
    padding:3em 0;
    margin-top: 4em;
    background-color: #f9f9f9;
}
.footerlink
{
    display: flex;
    margin:40px 0;
    justify-content: center;
}
.footerlink li
{
margin-left:14px;
margin-right:14px;
}
.footerlink a
{
color: #a4582f;
font-size: 16px;
font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.soc-link-2
{
    display: flex;
    justify-content: flex-end;
}
.soc-link-2 li
{
margin:0 12px;
}
.call-link
{
    display: flex;
    justify-content: flex-start;
}
.call-link-1
{
     display: flex;
}
.call-link-1 li
{
    margin-right: 20px;
}
.call-link-1 li  a
{
    display: flex;
    color: #a4582f;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.cal-link
{
       background-color: #a4582f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.banner-img
{
    position: relative;
}
.banner-form
{
      position: absolute;
    bottom: 50px;
    padding: 0 3em;
    width: 100%;
}
.footer-logo img
{
    width: 300px;
    display: block;
    margin:0 auto ;
}
.banner-img .form-control
{
  font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background-color: #fff;
        color: #e18757;
        font-weight: 500;
        padding: 10px 22px;
        border-radius: 100px;
}
.form-control::placeholder {
    color: #e18757;  /* Light pinkish-red placeholder */
}
.col-sm-21 {
        flex: 0 0 auto;
        width: 20%;
        padding: 0 6px;
    }
    .col-sm-211
    {
          flex: 0 0 auto;
        width: 10.666667%;
        padding: 0 5px;
    }
    .btn-enq-1
{
      background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    padding: 0px 0px 0px 20px;
    margin: 0;
    transition: 0.5s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
    position: absolute;
    width: 68%;
    height: 46px;
}
.btn-enq-1:hover
{
     background:#fff;
     color: #e18757;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
      font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 11px 22px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 100px;
    line-height: 1.5;
    color: #e18757;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 100px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select::placeholder {
    color: #e18757;  /* Light pinkish-red placeholder */
      font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.circlbtn {
    background-color: #a4582f;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 1px solid #a4582f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-txt
{
    color: #000000;
      font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin:0px 0 18px 0;
    

}
.section-1-left
{
        padding-right: 80px;
}
.title-txt {
      font-family: Adoha;
    font-size: 42px;
    color: #000000;
    line-height: 56px;
    padding-right: 0px;
}
.description
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-left:40px;
}
.title-t1-s1
{
      color: #000000;
      font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 400;
}
.title-test
{
    color: #000000;
      font-family: 'Poppins', sans-serif;
    font-size: 17px; 
     font-weight: 450;
     margin: 0 0 4px 0;
}
.exp-box
{
    margin:30px 0 1em 0;
    border: 1px solid #b9b9b9;
}
.tes-txt
{
        padding-left: 40px;
}
.section-2_1
{
    padding:0 0 3em 0;
}
.exp-box h2
{
     color: #000000;
      font-family: 'Poppins', sans-serif;
        font-size: 20px;
    font-weight: 450;
}
.exp-box-img
{
    border-bottom: 1px solid #b9b9b9; 
}
.exp-box p
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.exp-box-info
{
    padding: 20px;
}
.overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #000;
      background-color: #000;
      overflow-x: hidden;
      transition: width 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
      transform: scale(0);
    }

    .overlay-content {
         position: relative;
    top: 19%;
    width: 100%;
    margin-top: 0;

    }

    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
      color: #f1f1f1;
    }

    .overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 45px;
      font-size: 60px;
    }
   .icon-div-1 
{
    border:1px solid #b9b9b9;
    padding:30px;
}
.sec-5-1-left
{
    padding: 20px 0 0 40px;
}
.sec-5-1-right
{
    padding: 20px 0 0 40px;
}
.icon-img-img
{
width: 90px;
display: block;
margin:4em auto 0 auto;
}
.inf-cnt
{
    margin:1em 0 0 0;
}
.txt-cont
{
 font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    margin: 0 0 6px 0;
}
.d-icon-cnt
{
        display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.img-img-01
{
    width: 100px;

}
.ic-54px
{
        margin-top: 54px;
}
.count-text
{
     font-family: 'Poppins', sans-serif;
     color: #000;
     font-size: 14px;
     text-align: left;
}
.row-dis
{
        display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    flex-direction: column;
}
.counters
{
    margin-top: 30px;
}
.mb-20px
{
    margin-bottom: 20px;
}
.icon-div-1
{
   height: 420px;
}
.icon-div-2
{
   height: 200px;
   border:1px solid #b9b9b9;
    padding:30px;
}
.sec-5_2
{
    padding:3em 0 0 0;
}
.sec-5_1
{
    padding:-em 0 0 0;
}
/**/

.text-container
{
  position: sticky;
  top:0;
  display: flex;
  flex-direction: column;
  justify-content:flex-start ;
  align-items: flex-start;
  height: 100vh;
  overflow: hidden;
  padding-left: 0px;
  color: #000;
}
.faq-box
{
    margin:4em 0 0 0;
}

.text-container h1
{
  font-family: ;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 500;
  margin-bottom: 100px;
}
.list-tem
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-box
{
  position: revert;
  width:var(--x);
  height:var(--x);
  border-radius: 4px;
  margin-right:var(--m);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item .icon-box
{
transform: translateX(-100%);
opacity: 0;
transition: all 0.3s ease;
}
.list-item.active .icon-box
{
opacity: 1;
transform: translateX(0%);
}

.list-item i
{
color: #fff;
font-size: 1.5rem;
}
.list-item p
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
line-height: 1.2;
margin-left: calc(-1 * (var(--x) + var(--m)));
transform: translateY(3px);
transition: all 0.3s ease;
}
.list-item.active p
{
opacity: 1;
font-weight: 500;
margin-left: 0;
}
.image-container
{
  position: relative;
  height: 100vh;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
     border-right: 1px solid #b9b9b9;
      border-left: 1px solid #b9b9b9;
}
.feature-list
{
    margin-top: 30px;
}
.img-wrapper
{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 100%;
height: 100vh;
  margin-bottom: 50px; 
 /*   aspect-ratio: 4/5;*/
   
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeOutDown {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.img-wrapper img
{
  display: block;
  width: 100%;
  height: 200%;
/*        border-bottom: 1px solid #b9b9b9;*/
  object-fit: cover;
   will-change: transform;
/* aspect-ratio: 7/4;*/
/*  border-radius: inherit;
  box-shadow: 3px 5px 20px rgba(50, 208, 216, 0.8);*/
  position: relative;
  z-index: 1;
}
.sec-5_1_12
{
    padding:3em 0 0 0;
}
/*.info-wr
{
    padding:26px;
}
.info-wr {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; 
  padding: 30px;
  z-index: 2; 
}*/
.t1-title
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 20px;
}
.t2-title
{
    color: #646464;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sec-5_01
{
    padding:3em 0 0 0;
}
.list-item
{
  margin-top: 20px;
}

.pan-txt-info
{
      position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 300px; /* ✅ Fixed width */
    max-height: 400px; /* Optional: prevent it from going too tall */
    overflow-y: auto;  /* Optional: scroll if content overflows */
}
 .panel p {
    
color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0 30px 0;
}

/* Show text only when panel is hovered (expanded) */
.panel:hover .pan-txt-info {
    opacity: 1;
  
}
.panel.active {
    flex: 4;
    filter: grayscale(0);
}

.panel.active h3 {
    font-size: 40px;
}

.panel.active .pan-txt-info {
    opacity: 1;
}

.panel.active .line {
    width: 300px;
}




        .panel {
            width: 50px;
            height: 420px;
            margin-right:16px;
            flex: 1;
            background: #fff no-repeat center;
            background-size: cover;
            transition: all 0.9s ease;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border: 1px solid #b9b9b9;
        }

        .panel h3 {
            position: absolute;
    left: 0;
    top: 0;
    font-family: 'Poppins', sans-serif;
    padding: 14px 14px;
    color: #000;
    font-size: 37px;
    text-align: center;
    /* transform: rotate(-90deg); */
    transition: all 0.5s ease;
    width: 100%;
    display: flex;
    justify-content: flex-start;
        }
        .panel:hover h3
        {
            font-size: 40px;
        }
        /* Hover styles */
        .panel:hover {
            flex: 4;
            filter: grayscale(0);
        }
        .left-sec-05
        {
               display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        height: 500px;
        }
        .client-box
        {
            padding:3em 0 0 0;
        }

.main-wrapper
{
    padding:8em 0 0 0;

}
.line
{
    width:0;
    height: 1px;
    background-color: #000;
    transition: 1s all;
}

.panel:hover .line{
          width: 300px;
      
        }
.pan-txt-info h2
{
        color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 520;
}
.abt-sec-2
{
    margin:2em 0 0 0;
}
.pro-sec-2
{
    margin:0em 0 3em 0;
}
.left-sec-05
{
    margin-top:0em;
}
.abt-sec-2 img
{
border:1px solid #b9b9b9;
}
.pro-right-box-2-img
{
        border: 1px solid #b9b9b9;
}
.abt-sec-3
{
      margin:3em 0 0 0;
}
.sub-title
{
        font-family: 'Poppins', sans-serif;
        color:#000;
        font-weight: 500;
        font-size: 20px;
        margin:0 0 24px 0;
        letter-spacing: 0.4px;
        text-transform: uppercase;
}
.vis-sec
{
    padding:30px 0 0 0;
}
.vision-box {
    border: 1px solid #b9b9b9;
    height: 100%;
}
.mb-40
{
    margin: 0 0 40px 0;
}
.vision-box-img img {
    border-bottom: 1px solid #b9b9b9;
}
.pro-right-box-2
{
padding-right: 2em;
}
.pro-right-box-2-div
{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.pro-right-box-2-txt
{
        color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 20px;
}
.vision-box-info h2
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.pro-left-box-2
{
    padding-left: 2em;
}
.enq-left .form-label
{
 color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin:10px 0;
}
.enq-left .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
     height: 48px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
      font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     border-width: 1px;
  border-color: rgb(224, 224, 224);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.339px 7.65px 24px 0px rgba(200, 200, 200, 0.2);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius:0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.enq-left .form-control::placeholder {
    color: #a4a4a4;  /* Light pinkish-red placeholder */
}
.enqbox
{
    margin:2em 0 0 0;
}
.wh-left
{
    margin-top:2em;
    padding-right: 1em;
}
.wh-right
{
    margin-top:2em;
    padding-left: 1em;
}
.wh-box
{
    margin:1em 0;
    padding:0 2em;
}
 .btn-enq-2

{
       background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    padding: 0px 0px 0px 20px;
    margin: 25px 0 0 0;
    transition: 0.5s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
    position: absolute;
    width: 190px;
    height: 46px;
     box-shadow: 1.462px 4.782px 24px 0px rgba(225, 135, 87, 0.66);
}
.btn-enq-2:hover
{
     background:#fff;
     color: #e18757;
}
.mb-20px
{
    margin-bottom:16px;
}
.vision-box-info
{
        padding: 20px;
}
.vision-box-info p
{
        color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.gallery-sec-2
{
    margin-top:3em;
}
.enquiry-box
{
    margin-top:4em;
}
.enq-right
{
    background:url('../images/enq-right-img.jpeg');
    background-size: cover;
    background-position: center;
    height: 532px;
    padding-left: 14px;
    border:1px solid #b9b9b9;
    padding:5em;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.enq-left
{
        padding-right: 14px;
}
.blogs-box {
    border: 1px solid #b9b9b9;
    height: 100%;
}
.blogs-box-info h2 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.blogs-box-info p {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.icon-plus
{
    margin-top:3em;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.blogs-div
{
    margin-top: 2em;
}
.blogs-box-info
{
    padding:26px;
}
.contact-sec-2
{
    margin-top:2em;
}
.cont-txt
{
      color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0 10px 0;
}
.cont-bx
{
    margin-bottom: 30px;
}
.info-txt-pha {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0 10px 0;
}

.title-txt-2 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    margin-bottom: 2em;
    font-weight: 400;
}
.marquee {
    max-width: 100%;
    overflow: hidden
}

.marquee.bright .marquee__image,.marquee.bright .marquee__text {
    color: var(--t-bright)
}

.marquee.medium .marquee__image,.marquee.medium .marquee__text {
    color: var(--t-medium)
}

.marquee.muted .marquee__image,.marquee.muted .marquee__text {
    color: var(--t-muted)
}

.marquee.muted-extra .marquee__image,.marquee.muted-extra .marquee__text {
    color: var(--t-muted-extra)
}

.marquee.permanent-desktop .marquee__image,.marquee.permanent-desktop .marquee__text {
    color: var(--t-bright)
}

@media only screen and (min-width: 1200px) {
    .marquee.permanent-desktop .marquee__image,.marquee.permanent-desktop .marquee__text {
        color:var(--pt-t-light-bright)
    }

    .marquee.permanent-desktop .marquee__text {
        font-weight: var(--fw-regular)
    }
}

.marquee--gsap .marquee__bottom,.marquee--gsap .marquee__top {
    translate: -moz-calc(-100% + 100vw)!important;
    translate: calc(-100% + 100vw)!important
}

.marquee-left--gsap .marquee__toleft,.marquee-right--gsap .marquee__toright {
    translate: -moz-calc(-100% + 100vw)!important;
    translate: calc(-100% + 100vw)!important
}

.items__container,.marquee__bottom,.marquee__toleft,.marquee__top,.marquee__toright {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.marquee__item {
    margin-top: 1.5rem;
    margin-right: 1.5rem
}

.marquee__item.one-line {
    margin-top: 0
}

.marquee__item.item-regular-xl {
    margin-right: 3rem
}

@media only screen and (min-width: 768px) {
    .marquee__item {
        margin-top:3rem;
        margin-right: 3rem
    }

    .marquee__item.one-line {
        margin-top: 0
    }

    .marquee__item.item-regular-xl {
        margin-right: 6rem
    }
}

.marquee__item {
    position: relative;
    width: 150px;
    height: 150px;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-animation: animateZ 1s infinite;
    -moz-animation: animateZ 1s infinite;
    animation: animateZ 1s infinite
}

.marquee__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.marquee__item.overflow-visible {
    overflow: visible
}

.marquee__item.has-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: var(--accent)
}

.marquee__item.has-caption p {
    font: normal var(--fw-medium) 2.2rem/1.2 var(--_font-accent);
    color: var(--t-opp-bright)
}

.marquee__item.item-vertical {
    width: 400px;
    height: 460px
}

.marquee__item.item-regular {
    width: auto;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    gap: 0;
    background-color: transparent;
    -webkit-animation: animateZ 1s infinite;
    -moz-animation: animateZ 1s infinite;
    animation: animateZ 1s infinite
}

.marquee__item.item-regular-xl {
    gap: 3rem
}

.marquee__item.item-partners {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 380px;
    height: 250px
}

.marquee__item.item-partners::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-tint);
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
    transition: -webkit-transform var(--_animspeed-slow) var(--_animbezier);
    -moz-transition: transform var(--_animspeed-slow) var(--_animbezier),-moz-transform var(--_animspeed-slow) var(--_animbezier);
    transition: transform var(--_animspeed-slow) var(--_animbezier);
    transition: transform var(--_animspeed-slow) var(--_animbezier),-webkit-transform var(--_animspeed-slow) var(--_animbezier),-moz-transform var(--_animspeed-slow) var(--_animbezier)
}

.marquee__item.item-partners img {
    width: 170px;
    height: auto
}

.marquee__item.item-large {
    width: 830px;
    height: 630px
}

@media only screen and (min-width: 768px) {
    .marquee__item {
        width:490px;
        height: 360px
    }

    .marquee__item.has-caption p {
        font-size: 3rem
    }

    .marquee__item.item-vertical {
        width: 525px;
        height: 600px
    }

    .marquee__item.item-regular-xl {
        gap: 6rem
    }
}

@media only screen and (min-width: 1200px) {
    .marquee__item {
        width:160px;
        height: 160px;
        background-color: #fff;
        padding: 10px;
        border:1px solid #b9b9b9;
    }

    .marquee__item.item-vertical {
        width: 160px;
        height: 160px;
       
    }
}

@media only screen and (min-width: 1400px) {
    .marquee__item.item-large {
        width:160px;
        height:160px;
       
    }
}

@media only screen and (min-width: 1600px) {
    .marquee__item {
        width:160px;
        height: 160px;
    }

    .marquee__item.has-caption p {
        font-size: 5rem
    }

    .marquee__item.item-vertical {
        width: 525px;
        height: 600px
    }

    .marquee__item.item-large {
        width: 1000px;
        height: 760px
    }
}

.marquee__link {
    display: block;
    width: 100%;
    height: 100%
}

.marquee__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover

}

.marquee__text {
    margin-right: 1.6rem
}

.marquee__text.text-with-gliph {
    margin-right: 0
}

.marquee__text.text-with-gliph::after {
    content: "*";
    display: inline;
    padding-left: 1.6rem
}

@media only screen and (min-width: 1200px) {
    .marquee__text {
        margin-right:3.6rem
    }

    .marquee__text.text-with-gliph::after {
        padding-left: 3.6rem
    }
}

.marquee__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4.1rem;
    height: 4.1rem
}

.marquee__image.image-xl {
    width: 9rem;
    height: 9rem
}

@media only screen and (min-width: 768px) {
    .marquee__image {
        width:8.1rem;
        height: 8.1rem
    }

    .marquee__image.image-xl {
        width: 14rem;
        height: 14rem
    }
}

@media only screen and (min-width: 1400px) {
    .marquee__image.image-xl {
        width:18rem;
        height: 18rem
    }
}

.marquee__image img,.marquee__image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.marquee__text {
    font: normal var(--fw-regular) 6rem/1.2 var(--_font-accent);
    letter-spacing: -.06rem
}

.marquee__text.text-xl {
    font-weight: var(--fw-medium);
    font-size: 20rem;
    line-height: .8
}

@media only screen and (min-width: 768px) {
    .marquee__text {
        font-size:12rem
    }

    .marquee__text.text-xl {
        font-size: 30rem
    }
}

@media only screen and (min-width: 1200px) {
    .marquee__text {
        font-size:12rem
    }
}

@media only screen and (min-width: 1400px) {
    .marquee__text.text-xl {
        font-size:40rem
    }
}

.marquee__component {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 280px;
    margin: 3rem 0;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    overflow: hidden;
    padding: 1rem;
    background-color: var(--base-tint);
    border: 1px solid var(--st-muted)
}

.marquee__component img {
    -moz-border-radius: 1rem;
    border-radius: 1rem
}

@media only screen and (min-width: 768px) {
    .marquee__component {
        -moz-border-radius:2rem;
        border-radius: 2rem
    }
}

@media only screen and (min-width: 1600px) {
    .marquee__component {
        height:320px
    }
}

@-webkit-keyframes toLeft {
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-moz-keyframes toLeft {
    to {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes toLeft {
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes toRight {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes toRight {
    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes toRight {
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}
.testimonial-txt
{
    padding: 4em 0 0 0;
}
.img-pic
{
    width: 240px;
    margin-bottom: 20px;
}
#testimonial-slider
{
    margin-top: 40px;
}

.test-slider-index  .owl-theme .owl-controls .owl-page span {
    display: flex;
    justify-content: flex-start;
    width: 360px;
    height: 3px;
    margin: 5px 13px 0px 0;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #000;
}
.test-slider-index .owl-pagination
{
        display: flex;
    justify-content: space-between;
    margin:1em 0 0 0;
}
#testimonial-slider .testimonial.active .description {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.test-slider-index .owl-buttons
{
        position: absolute;
    bottom: 64px;
    left: 320px;
}
.test-slider-index .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
opacity: 1;
}
#testimonial-slider .owl-nav
{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 344px;
    bottom: 52px;
}
/**/
.icon-img svg { width:200px; height:auto; display:block;margin:0 0px 0 60px; }

.smll-f1 svg 
{
        margin: -32px 0 0 0;
}
.icon-img-2 svg {
    width: 200px;
    height: auto;
    display: block;
    margin: 57px 0px 0 60px;
}
   path {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-dasharray: var(--len);
    stroke-dashoffset: var(--len);
    animation: drawFill 10s linear infinite;
  }

  @keyframes drawFill {
    0% {
      stroke-dashoffset: var(--len);
      fill: none;
    }
    50% {
      stroke-dashoffset: 0;
      fill: none;
    }
    75% {
      stroke-dashoffset: 0;
      fill: #000; /* Fill color */
    }
    100% {
      stroke-dashoffset: var(--len);
      fill: none;
    }
  }
/* path {
    fill: none;
    stroke: #000;
    stroke-width: 7;
  }
  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }*/




#testimonial-slider .owl-item.active .img-pic {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}
#testimonial-slider .owl-item.active .title-test {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}
#testimonial-slider .owl-item.active .description {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

/* Fade in + move up animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); /* starts slightly lower */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);    /* moves up into place */
  }
}


@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#testimonial-slider .owl-prev
{
margin-right: 14px;
}
#testimonial-slider .owl-dot {
    background: 0 0;
    color: inherit;
   border-top: none;
   border-left: none;
   border-right: none;
    border-bottom: 2px solid #ccc;
    padding: 0 !important;
    font: inherit;
    width: 350px;
      position: relative;
    margin: 3em 10px 0 0px;
}
#testimonial-slider .owl-dot span
{
width: 0;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.test-slider-index .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}
#testimonial-slider .owl-dot.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
}

/* line container under the dot */
#testimonial-slider .owl-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%) scaleX(0);
  bottom: -1px; /* adjust spacing below the dot */
  width: 350px;; /* line width */
  height: 3px; /* line thickness */
  background-color: #000; /* change to your color */
  transform-origin: left center;
}

/* animate the line fill when active */
#testimonial-slider .owl-dot.active::after {
  animation: lineFill var(--line-duration, 5s) linear forwards;
  opacity: 1;
}

/* keyframes for slow fill */
@keyframes lineFill {
  from { transform: translateX(-50%) scaleX(0); }
  to   { transform: translateX(-50%) scaleX(1); }
}


.test-slider-index .owl-next img
{
    width: 22px;
        filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.test-slider-index .owl-prev img
{
    width: 22px;
      opacity: 1;
}
.service-box {
    border: 1px solid #b9b9b9;
    height: 100%;
    position: relative;
}
.service-box-info h2 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.service-box-info p {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.service-box-img
{
     position: relative;
}
.numb-ser
{
      position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
}
.serv-sect-2
{
    padding:2em 0 0 0;
}
.mtop-40
{
    margin-top: 30px;
}
.service-div
{
    margin-top: 2em;
}
.service-box-info
{
    padding:26px;
}
.faq-box .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-box .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.faq-box .accordion-button::after {
  transition: all 0.5s;
}
.faq-box .accordion
{
margin:3em 0 0 0;
}
.faq-box .accordion-header
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 550;
    line-height: 30px;
    margin: 0;
}
.faq-box .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq-box .accordion-body
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.faq-box .accordion-button
{
 font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 550;
}
/*Media Query*/

@media only screen and (max-width: 820px) {
 
.width-520px li {
    width: 100%;
    float: left;
    list-style-type: disc;
}
.footerlink li {
    margin-left: 0;
    margin-right: 14px;
    width: 45%;
    margin-bottom: 10px;
    float: left;
}
.banner-form .g-recaptcha {
    transform: scale(1.1);
    transform-origin: 0 0;
}
.call-link-1 {
    display: flex;
}
.soc-link-2 {
    display: flex;
    justify-content: center;
    margin-bottom: 27px;
}
.soc-link-2 span
{
display: none;
}
.call-link {
    display: flex;
    justify-content: center;
}
.call-link-1 li {
margin-bottom:10px ;
}
.footerlink span
{
display: none;
}
.footer {
    padding: 2em 0 2em 0;
    margin-top: 3em;
    background-color: #f9f9f9;
}
.footer-link {
    color: #a4582f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
}
.footerlink {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.header .menu > .menu-item > .sub-menu
{
    margin-top: 0;
}
.banner .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    text-align: center;
    padding: 0;
}
.banner-form {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
}
.footer-link-1 {
    color: #a4582f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
}
.frm-con
{
    margin-bottom: 20px;
}

.col-sm-21 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 6px;
    margin: 0;
}
    .banner-img {
        margin: 3em 0 2em 0;
    }
.banner {
    position: relative;
    margin: 0 20px;
    border-radius: 20px;
    overflow: visible;
}
.exp-box p {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.section-1-left {
    padding-right: 0;
}
.sec-4_1 .title-t1-s1
{
margin-bottom: 14px;
}
.section-2_1 {
    padding: 0 0 2em 0;
}
.icon-div-2 {
    height: 200px;
    border: 1px solid #b9b9b9;
    padding: 0 10px;
}
.sec-5-1-left {
    padding: 20px 0 0 20px;
}
.sec-5-1-right {
    padding: 20px 0 0 20px;
}
.img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
}
.scr-div {
    margin-top: 2em;
}
.section {
    scroll-snap-align: start;
    position: relative;
    min-height: 59vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #b9b9b9;
}
.marquee__item {
    position: relative;
    width: 200px;
    height: 200px;
}

.client-box {
    padding: 1em 0 0 0;
}

.tes-txt {
    padding-left: 0;
}

.description {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-left: 82px;
}
#testimonial-slider .owl-dot::after
{
       width: 100px;
}
#testimonial-slider .owl-dot {
    background: 0 0;
    color: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    padding: 0 !important;
    font: inherit;
    width: 100px;
    position: relative;
    margin: 3em 10px 0 0px;
}
.enq-right {
    background: url(../images/enq-right-img.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    padding-left: 14px;
    border: 1px solid #b9b9b9;
    padding: 24px;
}

.banner .item {
    height: 400px;
}
.abt-sec-2 {
    margin: 1em 0 0 0;
}
.abt-sec-3 {
    margin: 2em 0 0 0;
}
.enquiry-box {
    margin-top: 2em;
}
.gallery-sec-2 {
    margin-top: 1em;
}
.main-wrapper {
    padding: 2em 0 0 0;
}
.title-txt-2 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    margin-bottom: 1em;
    font-weight: 400;
}
.wh-box {
    margin: 0em 0;
    padding: 0 1em;
}
.blogs-div {
    margin-top: 1em;
}
.faq-box .accordion {
    margin: 1em 0 0 0;
}
.btn-enq-2 {
    background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    padding: 0px 0px 0px 20px;
    margin: 25px 0 0 0;
    transition: 0.5s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
    position: absolute;
    width: initial;
    height: 46px;
    box-shadow: 1.462px 4.782px 24px 0px rgba(225, 135, 87, 0.66);
}
.circlbtn {
    background-color: #a4582f;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 1px solid #a4582f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
}

@media only screen and (max-width: 600px) 
{
 
.sticky-text-gsap
{
    display: none;
}
.left-sec-05 {
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
}
.container
{
    padding: 0 16px;
}

    .client-box {
        padding: 2em 0 0 0;
    }
    .client-box .title-t1-s1
    {
        margin-bottom: 20px;
    }
.serv-sect-2 {
    padding: 1em 0;
}
    .service-box-inside .section {
        scroll-snap-align: start;
        position: relative;
        min-height: 59vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        margin-bottom: 0;
        padding-left: 0;
        border: 1px solid #b9b9b9;
    }
.contact-sec-2 {
    margin-top: 0;
}
.wh-right {
    margin-top: 0;
    padding-left: 0;
}
.wh-left {
    margin-top: 1em;
    padding-right: 0;
}
.pro-right-box-2 {
    padding-right: 0;
}
.pro-left-box-2 {
    padding-left: 0;
}
.pro-sec-2 {
    margin: 0em 0 2em 0;
}
.enqbox {
    margin: 1em 0 0 0;
}
.enquiry-box {
        margin-top: 3em;
    }
    .main-wrapper {
    padding: 2em 0 0 0;
}
.gallery-sec-2 {
    margin-top: 1em;
}
.rev-roe
{
        flex-direction: column-reverse;
}
.abt-sec-2-right img
{
margin-top: 30px;
}
.banner .item {
    height: 300px;
}
.banner .item .cover .header-content {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.frm-con
{
    margin-bottom: 20px;
}
.img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
}
.section {
    scroll-snap-align: start;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #b9b9b9;
}
.col-sm-21 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 6px;
    margin: 0;
}
.info-wr {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    font-size: 1.1rem;
    border-top: 1px solid #b9b9b9;
}
.sec-5_1_12 {
    padding: 1em 0 0 0;
}
.marquee__item {
    position: relative;
    width: 200px;
    height: 200px;
    -moz-border-radius: var(--_radius-m);
    border-radius: var(--_radius-m);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-animation: animateZ 1s infinite;
    -moz-animation: animateZ 1s infinite;
    animation: animateZ 1s infinite;
}
.description
{
    padding-left: 0;
    margin-top: 12px;
}
.description br 
{
    display: none;
}
#testimonial-slider .owl-dot.active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
}
#testimonial-slider .owl-dot {
    background: 0 0;
    color: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    position: relative;
    margin: 3em 10px 0 0px;
}
.pan-txt-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    transition: all 0.5s ease;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
}
.panel {
    width: 100%;
    /* padding: 0 10px; */
    height: 320px;
    margin-right: 0;
            margin-bottom: 2em;
    flex: 1;
    background: #fff no-repeat center;
    background-size: cover;
    transition: all 0.9s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #b9b9b9;
}
.panel.active {
    flex: 100;
    filter: grayscale(0);
    /* padding: 0 10px; */
}
.section-1 {
    padding: 4em 0 0 0;
}
.section-2_1 {
    padding: 0 0 1em 0;
}
.title-t1-s1 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 400;
}
.sec-4_1 .title-t1-s1
{
margin-bottom: 18px;
}
#testimonial-slider .owl-dot::after
{
       width: 50px;
}
.smll-f1 svg {
        margin: -210px 0 0 0;
        width: 80px;
    }
    .smll-f34 svg
    {
          margin: -200px 0 0 0;
        width: 80px;
    }
    .icon-div-2
    {

    }
    .ic-54px {
    margin-top: 37px;
}
.overlay-content {
    position: relative;
    top: 19%;
    width: 100%;
    margin-top: 0;
    padding: 0 19px;
}
.exp-box {
    margin: 20px 0 10px 0;
    border: 1px solid #b9b9b9;
}
.header .logo img {
    width: 160px;
}
.sec-4_1 {
    padding: 1em 0 2em 0;
}
.abt-sec-2 {
    margin: 1em 0 0 0;
}
.tes-txt {
    margin-top: 20px;
    padding-left: 0;
}
.img-pic {
    width: 140px;
    margin-bottom: 20px;
}
.enq-right {
    background: url(../images/enq-right-img.png);
    background-size: cover;
    background-position: center;
    height: auto;
    padding-left: 14px;
    border: 1px solid #b9b9b9;
    padding: 20px;
    margin-top: 8em;
}
#testimonial-slider .owl-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -19px;
}
.banner-form {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    margin: 2em 0;
}
.banner-img {
    margin: 0;
    
}
.banner .item .cover .header-content h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 5px 0 10px;
    word-spacing: 3px;
    color: #fff;
    text-align: center;
    padding: 0;
}
.banner-form .g-recaptcha {
    transform: none;
    transform-origin: 0 0;
}
.section-1-left {
    padding-right: 0;
}
.sec-5-1-left {
    padding: 14px 0 0 0px;
}
.sec-5-1-right {
    padding: 0px 0 0 0px;
}
.title-txt {
    font-family: Adoha;
    font-size: 35px;
    color: #000000;
    line-height: 45px;
    padding-right: 0px;
}
.icon-div-2 {
    height: 200px;
    border: 1px solid #b9b9b9;
    padding: 19px;
    margin-top: 20px;
}
.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 10px 0;
}
.btn-enq-2 {
    background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    padding: 0px 0px 0px 20px;
    margin: 25px 0 0 0;
    transition: 0.5s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
    position: absolute;
    width: initial;
    height: 46px;
    box-shadow: 1.462px 4.782px 24px 0px rgba(225, 135, 87, 0.66);
}
.circlbtn {
    background-color: #a4582f;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 1px solid #a4582f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.btn-enq {
    background: #e18757;
    border: 1px solid #e18757;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 8px 21px;
    transition: 0.5s all;
    text-align: center;
}
.btn-cnt-1
{
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.mb-20px {
    margin-bottom: 10px;
}
}
