@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Lato", sans-serif;
        --poppins-font: "Lato", sans-serif;
        --primary-color:#F5662E;
        --secondary-color:#1C98DE;
        --color-white:#FFF;
        --color-dark:#000;
        --heading-color:#282725;
        --muted-text:#787b7f;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: var(--color-white) !important;
      }
       ::-webkit-scrollbar {
    width: 10px;
    }
    ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
    }
    ::-webkit-scrollbar-thumb {
      background-color: var(--primary-color);
    border-radius: 5px;  
    }
    .table-responsive::-webkit-scrollbar{
      height: 4px !important;
    }
    .table-responsive::-webkit-scrollbar-thumb{
      background-color: var(--primary-color) !important;
    }
    .site-wrapper{
        overflow: clip;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--primary-font) !important;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        position: relative;
        margin: 0 0 10px!important;
        line-height: 29px;
        color: #000;
        font-weight: 400;
        font-size: 17px; 
    }
    p,
    li {
        color: var(--color-dark);
        text-decoration: none !important;
    }
    li{
      font-family: var(--poppins-font) !important;
    }
    .main-con p, .main-con li{
      font-family: var(--poppins-font) !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--sora-font) !important;
    }
    img{
        max-width: 100%;
        transition:all 0.3s ease-in-out;
    }
    .primary-text{
      color: var(--primary-color) !important;
    }
    .bg-clay {
    background-color: #F5F5F5 !important;
  } 
  figure{
    margin: 0 !important;
    padding: 0 !important;
  }
    nav.navbar {
        padding: 0;
    }
    ul.navbar-nav {
        margin: 0 0 auto;
    }
   .header-btn{
    display: flex;
    align-items: center;
    gap: 35px;
   }
  .py-70{
    padding: 70px 0;
  }
  .object-top{
    object-position: top !important;
  }
  .object-contain{
    object-fit: contain !important;
  }
  .btn{
        font-family: var(--primary-font);
  }
  .section-padding{
    padding: 80px 0;
  }
.text-justify{
  text-align: justify;
}
a.nav-link {
    position: relative;
    font-family: var(--primary-font) !important;
    font-size: 17px;
    font-weight: 400;
    color: var(--color-white);
    margin: 0 5px;
    padding: 32px 10px !important;
    text-transform: capitalize;
    transition: 0.5s ease-in-out all;
    z-index: 1;
}
a.nav-link:hover, a.nav-link:focus{
  color: var(--primary-color);
}
.main-header.sticky{
  background-color: var(--color-white) !important;
  box-shadow: 0 25px 40px -20px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}
#header-dropdown .dropdown-toggle.active::after{
  color: var(--primary-color) !important;
}
.sticky a.nav-link{
  color: #252525 !important;
}
.sticky #header-dropdown .dropdown-toggle::after{
  color: var(--color-dark);
}
.sticky .mh-pcont-wrap .icon{
  color: var(--primary-color) !important;
}
.sticky .mh-pcont-wrap .info{
  color: #000 !important ;
}
/* Banner */
.banner-section {
    position: relative;
    overflow: hidden;
    /* top: -100px; */
}
.bs-box img.hb-img {
    max-height: 850px;
    min-height: 850px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 7s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: -1;
}
.bs-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bs-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-dark);
  /* opacity: 0.46; */
  opacity: 0.6;
  z-index: 0;
}
  .bs-con {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bs-con-wrap{
  padding-top: 90px;
}
  .bs-con .lg-text{
    font-size: 80px;
       font-weight: bold;
    line-height: 1;
    line-height: 72px;
    /* letter-spacing: -0.01em; */
    color: var(--color-white);
    margin-bottom: 40px !important;
  }
  .bs-con .lg-text span{
    color: var(--primary-color) !important;
  }
  .bs-con .sm-text{
    max-width: 600px;
    color: var(--color-white);
    font-family: var(--poppins-font) !important;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  .bsc-btn {
    display: flex;
    justify-content: start;
    column-gap: 30px; 
    margin-top: 25px;
  }
.slick-next:before, .slick-prev:before{
  display: none !important;
}
.slick-dots li button {
    position: relative;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #fff !important;
    border: 2px solid var(--primary-color) !important;
}
    .slick-dots li {
        width: 17px !important;
        height: 17px !important;
        margin: 0 5px !important;
    }
    .slick-dots {
        bottom: -65px !important;
    }
      .slick-dots li.slick-active button {
    background-color: var(--primary-color) !important;
   }
  .slick-prev {
      right: 40px !important;
      z-index: 1;
      top: 40% !important;
      left: unset !important;
  }
    .slick-next {
        right: 40px !important;
    }
    .bs-slider {
        margin: 0 !important;
    }
    .slick-dots li button:before{
      display: none !important;
    }
.slide-animate {
  opacity: 0;
  transform: translateY(-40px);
}
@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-1 {
  animation-delay: 0.1s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.3s;
}
.sticky {
  width: 100%;
  position: fixed !important;
  /* top: 0; */
  top: -1px;
  z-index: 999;
  background-color: var(--color-white);
  transform: translateY(-100%);
  opacity: 0;
  animation: smoothSticky 0.31s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}
@keyframes smoothSticky {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
  img.header-logo {
      max-width: 200px;
  }
.sticky img.header-logo {
    max-width: 200px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .navbar-nav .nav-link.active:after, .navbar-nav .nav-link.show:after, .nav-link:focus:after {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 20px 30px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: rgb(236, 241, 248);
}
/* .header-dropdown .dropdown-menu li {
    border-bottom: 1px solid #eee;
} */
.header-dropdown .dropdown-menu li:first-child{
    border-radius: 20px 20px 0 0 !important;
}
.header-dropdown .dropdown-menu li a {
    position: relative;
    font-size: 15px;
    padding: 8px 0;
    color: #212529;
    background-color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.header-dropdown .dropdown-menu li a:hover{
  color: var(--primary-color);
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: transparent !important;
    color: var(--secondary-color) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
.header-dropdown .dropdown-menu.sub-dropdown
.nav-link:hover{
    color: var(--secondary-color) !important;
    transition:color 0.3s ease;
}
#header-dropdown .dropdown-toggle::after {
    display: inline-block;
    content: '\f107' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align: baseline !important;
    border: none !important;
    font-size: 13px;
    color: var(--color-white);
    font-weight: 900;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F5662E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid transparent !important;
    background-color: transparent !important;
}
.sticky .navbar-toggler {
    border: 2px solid var(--primary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.sticky .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #f5662e2e !important;
}
.main-header {
    /* position: relative; */
    position: absolute;
    width: 100%;
    z-index: 99999;
    /* padding: 10px 0; */
    background: transparent;
    border-bottom: 1px solid #ffffff2e;
}
.navbar-container{
  padding: 0 60px !important;
}
.navlink-container{
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
}
.mh-pcont-wrap{
  display: flex;
  align-items: center;
  gap: 8px;
}
.mh-pcont-wrap .icon{
  color: var(--color-white);
  font-size: 17px;
}
.mh-pcont-wrap .info{
  color: var(--color-white);
  transition: color 0.3s ease;
}
.mh-pcont-wrap .info:hover{
  color: var(--primary-color);
}
/* Buttons */
.site-btn{
    display: inline-block;
    position: relative;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
    border-radius: 50px;
    padding: 15px 25px;
    color:var(--color-white);
    background-color: var(--primary-color);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
.site-btn .btn-inner-wrap{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.site-btn .btn-inner-wrap .btn-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-btn .btn-inner-wrap .btn-icon i{
    font-size: 16px;
    transition: all ease 0.3s;
    transform: rotateZ(-45deg);
    margin-top: -2px;
}
.site-btn:hover .btn-inner-wrap .btn-icon i{
  transform: rotateZ(0);
}
.site-btn.style-one{
   background-image: linear-gradient(90deg, #e14a4f 0%, #feaf06 50%, #feaf06 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    transition: background-position 0.3s ease;
}
.site-btn.style-one:hover{
  background-color: var(--secondary-color);
  background-position: 100% 0;
}
/* About Us */
.abtus-section{
  position: relative;
}
.abtus-wid-wrap{
  position: relative;
  height: 100%;
  max-height: 100%;
  border-radius: 24px; 
}
.abtus-wid-wrap img{
  height: 100%;
  min-height: 640px;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.section-title{
  margin-bottom: 30px;
}
.section-title .sub-title{
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 17px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.section-title .sub-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  background-image: url('../img/icons/logo-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.section-title .sec-lg-title{
  color: #282725;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
.section-title .sec-lg-title span{
  color: var(--secondary-color);
}
.section-title .sec-desc{
  color: #000;
  font-family: var(--poppins-font) !important;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.abtus-list-wrapper{
  margin-top: 20px;
  margin-bottom: 30px;
}
.abtus-list li {
    list-style: none;
    position: relative;
    color: #282725;
    font-weight: 500;
    padding-left: 28px; 
    margin-bottom: 10px;
    font-size: 17px;
}
.abtus-list li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color:var(--primary-color); 
    font-size: 18px;
}
.abtrhs-sticky-img {
    position: absolute;
    right: 0;
    bottom: -28%;
    border-radius: 24px;
}
.abtrhs-sticky-img img{
  height: 460px;
  max-width: 340px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.abtus-vector-wrap{
  position: relative;
  overflow: hidden;
  margin-bottom: 85px;
}
.abtus-vector-wrap img{
  animation: slideRightLeft 12s ease-in-out infinite;
}
@keyframes slideRightLeft {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(70px); 
  }
  100% {
    transform: translateX(0%);
  }
}
.counter-item{
  position: relative;
}
.counter-item .counter-value{
  color: #282725;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--primary-font) !important;
  margin-bottom: 10px !important;
}
.counter-item .counter-value .plus{
  padding-left: 5px;
}
.counter-item .counter-title{
  position: relative;
  font-size: 20px;
  color: #282725;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.counter-item .counter-title::before, .counter-item .counter-title::after{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    left: -1px;
    bottom: 0;
    height: 1px;
    background-color:#e7e9eb;
}
.counter-item:hover .counter-title::before{
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.counter-item .counter-title::after{
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.counter-item:hover .counter-title::after{
    transform: scaleX(0);
    transition: 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.counter-item:hover .counter-title::before, .counter-item:hover .counter-title::after{
  background-color: var(--primary-color) !important;
}
.counter-item .counter-desc{
  font-family: var(--poppins-font) !important;
  color: var(--muted-text);
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
/* Serrvice */
.service-section{
  position: relative;
  z-index: 1;
}
.service-section .ser-shape-one{
  position: absolute;
  left: 108px;
  top: 294px;
  z-index:-1;
  animation: diagonalMoveBR 16s ease-in-out infinite alternate;
}
@keyframes diagonalMoveBR {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(70px, 70px);
  }
}
.service-section .ser-shape-one img{
  display: inline-block;
  vertical-align: middle;
  opacity: 0.24;
}
.service-section .ser-shape-two{
  position: absolute;
  right: 88px;
  top: 135px;
  z-index: -1;
  transition: all 1200ms ease-out !important;
  animation: diagonalMove 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
.service-section .ser-shape-two img{
  display: inline-block;
  vertical-align: middle;
  opacity: 0.24;
}
@keyframes diagonalMove {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-60px, -60px);
  }
}
.service-card{
  position: relative;
  padding: 40px;
  background-color: var(--color-white);
  border-radius: 24px;
}
.service-card .ser-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f6f6f6;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-card .ser-icon img{
   max-width: 42px;
   height: auto;
}
.service-card .service-title{
  font-size: 35px;
  line-height: 1.1;
  color: #282725;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.service-card .ser-desc{
  color: #000;
  font-family: var(--poppins-font) !important;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px !important;
 
}
.service-card .service-btn{
  font-family: var(--primary-font);
  color: var(--color-dark);
  transition: all 0.3s ease;
}
.service-card .service-btn:hover{
  color: var(--primary-color);
}
.service-card .service-btn span{
  position: relative;
}
.service-card .service-btn span::before, .service-card .service-btn span::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #282725;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.service-card .service-btn span::after{
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.service-card .service-btn i {
    padding-left: 3px;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}
.service-card .service-btn:hover i {
    transform: rotate(0deg);
}
.service-action-wrap{
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.service-action-wrap .site-btn {
    padding: 8px 25px;
}
.service-action-wrap p{
  font-family: var(--poppins-font) !important;
  margin-bottom: 0 !important;
  color: var(--muted-text);
}
.wcu-wid-wrap{
  height: 100%;
  max-height: 100%;
}
.wcu-wid-wrap img{
  height: 100%;
  min-height: 600px;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.wcu-con-wrap{
  padding: 70px 250px 70px 30px;
}
.wcu-block{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.wcu-block .icon{
   height: 100px;
   width: 100px;
   min-height: 100px;
   min-width: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color:#FFB238;
   /* background: linear-gradient(135deg, #F5662E 0%, #f8844e 35%, #3aa7e6 70%, #1C98DE 100%); */
   border-radius: 50%;
}
.wcu-block .icon img{
   max-width: 45px;
   height: auto;
}
.wcu-block .wcu-title{
  position: relative;
  color: #282725;
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.wcu-block .wcu-title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
}
.wcu-block .wcu-title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.wcu-block:hover .wcu-title::after{
  transform: scaleX(1);
}
.wcu-block .wcu-desc{
  font-family: var(--poppins-font) !important;
  color: var(--muted-text);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0 !important;
}
.ouradv-rhs-wrap{
  position: relative;
  height: 100%;
  max-height: 100%;
  border-radius: 24px;
}
.ouradv-rhs-wrap img{
  height: 100%;
  min-height: 590px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.adv-col{
  margin-bottom: 25px;
}
.adv-card{
  position: relative;
  padding: 30px 35px;
  background-color: var(--color-white);
  border-radius: 24px;
  margin-bottom: 25px;
  transition: .4s ease-in-out all;
}
.adv-card:hover{
  transform: translateY(-10px);
}
.adv-card.image{
  overflow: hidden;
}
.adv-card.image img{
  width: 100%;
  min-height: 280px;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.adv-card .adv-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.adv-card .adv-header .adv-title{
  color: #282725;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 0 !important;
}
.adv-card .adv-header .icon img{
  max-width: 55px;
  height: auto;
}
.adv-card .adv-desc{
  font-family: var(--poppins-font) !important;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.proj-action-wrap{
  margin-top: 50px;
}
.slider-wrapper{
  margin: 0 40px;
}
.project-item{
  position: relative;
  border-radius: 24px;
}
.project-item .proj-thumb{
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.project-item .proj-thumb:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 13%);
    z-index: 1;
    pointer-events: none;
}
.project-item .proj-thumb::after{
    position: absolute;
    display: none;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, #53524E 46.79%);
    backdrop-filter: blur(29px);
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 1;
    transition: all 0.4s ease;
}
.project-item .proj-thumb img{
  /* height: 520px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* transform: translate3d(-2%, 0, 0) scale(1.07); */
  transition: transform 0.45s;
}
.project-item:hover .proj-thumb img{
    /* transform: translate3d(0, 0, 0) scale(1); */
}
.project-item .proj-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    padding: 50px 40px 40px;
    z-index: 3;
    overflow: hidden;
}
.project-item .proj-content .proj-title{
  color: var(--color-white);
  font-size: 35px;
  line-height: 47px;
  max-width: 230px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}
.project-item .proj-content .proj-title a{
  color: inherit;
}
.project-item .proj-content .proj-bottom{
    display: flex;
    gap: 30px;
    transition: all 0.3s ease;
    max-height: 0;
    transform: translateY(50px);
}
.project-item:hover .proj-content .proj-bottom {
    opacity: 1;
    max-height: 80px;
    transform: translateY(0);
    margin-top: 20px;
}
.project-item .proj-content .proj-bottom .proj-desc{
    position: relative;
    color: var(--color-white);
    font-family: var(--poppins-font) !important;
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
}
.project-item .proj-content .proj-bottom .proj-btn{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: var(--primary-color);
    background-image: linear-gradient(-90deg, #E14A4F 0%, #FEAF06 50%, #FEAF06 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    transition: background-position 0.3s ease;
}
.project-item .proj-content .proj-bottom .proj-btn:hover {
    background-position: 100% 0;
}
.project-item .proj-content .proj-bottom .proj-btn i{
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.project-item .proj-content .proj-bottom .proj-btn:hover i{
  transform: rotate(0deg);
}
.proj-slick{
  padding: 0 12.5px;
}
.project-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--heading-color);
    text-align: center;
    margin-top: 18px;
    transition: 0.4s ease all;
}
.project-title a{
  color: inherit;
}
.project-title:hover{
  color: var(--primary-color);
}
.our-process-item .op-icon-box{
  position: relative;
  padding-bottom: 30px;
}
.our-process-item .op-icon-box::before, .our-process-item .op-icon-box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e9eb;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.our-process-item .op-icon-box::after {
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.our-process-item:hover .op-icon-box::before, .our-process-item:hover .op-icon-box::after{
  background-color: var(--primary-color);
}
.our-process-item:hover .op-icon-box::before{
    transform: scaleX(1);
    transition: 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.our-process-item:hover .op-icon-box::after {
    transform: scaleX(0);
    transition: 0.45s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.our-process-item .op-icon-box .op-icon{
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFB238;
  border-radius: 50%;
}
.our-process-item .op-icon-box .op-icon img{
  max-width: 50px;
  height: auto;
}
.our-process-item .op-content-box{
  padding-top: 25px;
  padding-right: 65px;
}
.our-process-item .op-content-box .op-title{
  color: var(--heading-color);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px !important;
}
.our-process-item .op-content-box .op-desc{
  color: var(--muted-text);
  font-family: var(--poppins-font) !important;
  font-size: 16px;
  line-height: 27px;
  margin: 0 !important;
}
.site-color{
  color: var(--primary-color) !important;
}
.testimonial-item{
   position: relative;
   padding: 0 12.5px;
}
.testimonial-item .testi-card{
    background: #fbf2ef;
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
    /* box-shadow: 
  0 8px 20px rgba(0, 0, 0, 0.04),
  0 2px 6px rgba(0, 0, 0, 0.03); */
}
.testimonial-item .testi-card:before {
    content: "";
    width: 20px;
    height: 20px;
    clip-path: path("M 0 0 Q 0,20 20,20 L 0 20 Z");
    /* background-color: var(--color-white); */
    background-color: #fbf2ef;
    position: absolute;
    bottom: -20px;
    left: 47px;
    transform: scale(1, -1);
}
.testimonial-item .testi-card .testi-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #e7e9eb; */
  border-bottom: 1px solid #f3cbbc;
}
.testimonial-item .testi-card .testi-header .icon img {
    max-width: 45px;
    transform: rotate(
180deg);
}
.testimonial-item .testi-card .testi-header .ratings{
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 10px;
}
.testimonial-item .testi-card .testi-header .ratings i{
  font-size: 15px;
  color:#feaf06;
}
.testimonial-item .testi-card .testi-header .testi-slogan{
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0 !important;
}
.testimonial-item .testi-card .testi-body{
  padding-top: 15px;
}
.testimonial-item .testi-card .testi-body .testi-desc {
    color: #000;
    font-family: var(--poppins-font) !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.testimonial-item .testi-auth{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 15px;
}
.testimonial-item .testi-auth .avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #efd9d2;
}
.testimonial-item .testi-auth .info .name{
  color: var(--heading-color);
  font-size: 22px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  margin-bottom: 3px;
}
.testimonial-item .testi-auth .info .designation{
    font-size: 16px;
    font-family: var(--poppins-font) !important;
    line-height: 1.375;
    color: var(--muted-text);
}
.cta-section{
  position: relative;
  overflow: hidden;
  background-image: url('../img/bg/cta-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.cta-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(30px);
    background: rgb(36 35 29);
    -webkit-mask-image: linear-gradient(90deg, #100F0B 16.2%, rgba(25, 20, 6, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(90deg, #100f0b9c 16.2%, rgb(25 20 6 / 17%) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.t-shadow{
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}
.cta-content{
  position: relative;
  display: flex;
  gap: 150px;
  margin-bottom: 50px;
  z-index: 1;
}
.cta-content .cta-title{
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
}
.cta-content .cta-call{
  display: block;
  font-family: var(--primary-font);
  font-size: 24px;
  color: #feaf06;
}
.cta-content .cta-ctcm{
  display: block;
  font-family: var(--poppins-font) !important;
  color: var(--color-white);
  font-size: 16px;
  line-height: 27px;
}
/* Footer */
.footer-section{
  position: relative;
  background-image: url('../img/bg/footer-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.footer-section::before {
    content: '';
    position: absolute;
    display: block;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000e8 0%, #141313eb 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: initial;
    opacity: 1;
    z-index: -1;
}
.footer-section .footer-top{
  padding: 80px 0 40px;
}
.footer-logo{
  margin-bottom: 20px;
}
.footer-logo img{
  max-width: 200px;
  height: auto;
}
.footer-desc{
  color: var(--color-white);
  font-family: var(--poppins-font) !important;
  font-size: 16px;
  line-height: 26px;
}
.footer-social-wrapper{
  margin-top: 30px;
}
.footer-socials{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-socials li a {
    height: 40px;
    width: 40px;
    background-color: #f4642c38;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
    color: var(--color-white);
    transition: all 0.4s ease-in-out;
}
.footer-socials li:hover a{
  background-color: var(--primary-color);
}
.footer-title{
  position: relative;
  color: var(--color-white);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer-links{
  list-style: none;
}
.footer-links li{
  font-size: 17px;
  line-height: 28px;
  color: var(--color-white);
  font-family: var(--poppins-font) !important;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.footer-links li:last-child{
  margin-bottom: 0 !important;
}
.footer-links li:hover{
  color: var(--primary-color);
}
.footer-links li a{
  color: inherit;
  font-family: inherit !important;
}
.call-continfo{
  display: block;
  font-size: 24px;
  color: #feaf06;
  margin-bottom: 20px;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px !important;
  transition: 0.3s ease;
}
.call-continfo:hover{
  color: var(--primary-color);
}
.email-continfo{
  display: block;
  font-size: 24px;
  color: var(--color-white);
  font-family: var(--primary-font);
  transition:all 0.3s ease;
}
.email-continfo:hover{
  color: var(--primary-color);
}
.contus-list-wrapper{
  margin-top: 30px;
}
.contus-ul{
  list-style: none;
}
.contus-ul li{
  display: flex;
  align-items: center;
  gap: 12px;
}
.contus-ul li .icon{
  font-size: 23px;
  color: #feaf06;
}
.contus-ul li .content p{
  color: var(--color-white);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0 !important;
}
.footer-bottom{
  position: relative;
  border-top: 1px solid #ffffff1a;
  padding: 40px 0;
}
.copyright-text, .credit-text {
  font-family: var(--poppins-font) !important;
    font-size: 16px;
    color: var(--color-white);
}
.copyright-text .brand-text {
    color: var(--primary-color);
    text-transform: capitalize;
    transition:color .5s ease-in-out;
}
.copyright-text .brand-text:hover{
  color: var(--primary-color);
}
.credit-text a {
    color: #0091BF !important;
    text-transform: capitalize;
}
.site-breadcrumb{
  position: relative;
  overflow: hidden;
  padding: 180px 0 110px;
  background-image: url('../img/bg/breadcrumb.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.site-breadcrumb::before{
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  opacity: 0.74;
  z-index: -1;
}
.breadcrumb-inner{
  text-align: center;
}
.breadcrumb-inner .breadcrumb-title{
  color: var(--color-white);
  font-family: var(--primary-font) !important;
  font-size: 84px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 20px !important;
  text-align: center;
}
.custom-breadcrumb{
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.custom-breadcrumb .breadcrumb-item{
  font-size: 12px;
  font-family: var(--primary-font) !important;
  color: var(--color-white);
  letter-spacing: 0.7px;
}
.custom-breadcrumb .breadcrumb-item a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.custom-breadcrumb .breadcrumb-item a:hover{
  /* color: var(--primary-color);  */
  color: #feaf06;
}
.custom-breadcrumb .breadcrumb-item.active{
  color: #ebe3e0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px !important;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  content: ">";
  color: #ffffff;
  padding: 0 15px;
}
.contus-card{
  background-color: var(--color-white);
  padding: 40px 30px;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.contus-card .ico-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.contus-card .ico-wrap .icon-box{
  height: 85px;
  width: 85px;
  background-color: #f6f6f6;
  color: #282725;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contus-card .ico-wrap .icon-box i{
  font-size: 35px;
  color: #282725;
}
.contus-card .contus-title{
  color: var(--heading-color);
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
}
.contus-card  .content-box{
  text-align: center;
}
.contus-card  .content-box .contus-info{
  display: block !important;
  font-family: var(--poppins-font) !important;
  color: #5c5d5e;
  font-size: 16px;
  line-height: 28px;
  /* margin-bottom: 2px; */
  transition: .4s ease all;
}
.contus-card  .content-box a.contus-info:hover{
  color: var(--primary-color);
}
.cts-form-title{
  color: #282725;
  font-size: 36px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.cts-form-container .form-group{
  margin-bottom: 30px;
}
.cts-form-container .form-control, .cts-form-container .form-select{
  font-size: 14px;
  font-family: var(--poppins-font) !important;
  font-weight: 500;
  padding: 18px 20px;
  color: #5c5d5e;
  background-color: #f9f9f9 !important;
  border-radius: 24px;
  border: 1px solid rgba(129, 129, 129, 0.07);
  box-shadow: none !important;
  transition: all ease-in-out 0.3s;
}
.cts-form-container .form-control:focus, .cts-form-container .form-select:focus{
  border-color: var(--primary-color) !important;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,
        rgba(246,102,45,0.6) 0%,
        rgba(246,102,45,0.4) 25%,
        rgba(246,102,45,0.2) 40%,
        transparent 70%
    );
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s ease;
    pointer-events: none;
}
.image-anime:hover::after {
    opacity: 1;
    transform: scale(1.4);
}
.product-card{
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 10px 10px 0 0;
}
.product-card .prod-image img{
  height: 350px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.product-card .prod-content{
  text-align: center;
  padding: 15px;
  background-color: var(--primary-color);
  background-image: linear-gradient(90deg, #e14a4f 0%, #feaf06 50%, #feaf06 100%);
  background-size: 200% 100%;
}
.product-card .prod-content .prod-title{
  color: var(--color-white);
  font-family: var(--poppins-font) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.product-card .prod-content .prod-title a{
  color: inherit;
  font-family: inherit;
}
.innpro-title {
    position: relative;
    color: var(--heading-color);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 35px;
    background:#f5e5df;
    width: fit-content;
}
.innpro-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    border-radius: 2px;
    height: 100%;
    background-color: var(--primary-color);
}
.pinlgimg-wrap{
  position: relative;
  height: 550px;
  text-align: center;
  border-radius: 10px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      to bottom,
      #F5662E 0%,
      #F5662E 40%,
      #1C98DE 60%,
      #1C98DE 100%
    ) border-box;
  border: 2px solid transparent;
}
.pinlgimg-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pinlgimg-wrap .ico-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: all 0.35s ease-out;
  z-index: 2;
  width:65px;
  height:65px;
  border-radius:50%;
  background: linear-gradient(135deg,#ff9f2d,#ff6a00);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  cursor: pointer;
}
.pinlgimg-wrap .ico-wrap i{
    font-size:28px;
    background: linear-gradient(135deg,#ffffff,#e9e9e9);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.pinlgimg-wrap:hover .ico-wrap {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fancybox__container{
  z-index: 105000 !important;
}
/* Product Details */
.product-gallery {
  width: 100%;
  height: 550px;
  padding: 20px;
  background-color: #EEEEEE;
  border: 2px dashed var(--secondary-color);
  border-radius: 10px;
}
.product-gallery .col-lg-3 {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.slider-nav {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.slider-nav img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 3px solid var(--color-white);
  background: #fff;
}
.slider-nav .slick-current img {
  border: 3px solid var(--primary-color);
  /* transform: scale(1.05); */
}
.slider-for {
  width: 100%;
  position: relative;
}
.slider-for img {
  width: 100%;
  /* max-height: 495px; */
  object-fit: cover;
  background: #fff;
}
.slider-for .slick-slide {
  padding: 0;
}
.slider-nav .slick-slide {
    float: unset !important;
    width: 100% !important;
    /* height: 100% !important; */
    margin-bottom: 20px;
}
.slider-nav .slick-track{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* transform: none !important; */
  /* gap: 20px; */
  margin: 0 !important;
}
.zoom {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.zoom img {
  width: 100%;
  max-width: 100%;
  height: 500px !important;
  border-radius: 10px !important;
  object-fit: cover;
}
.slider-for .slick-next, .slider-for .slick-prev{
  display: inline-block !important;
   background-color: var(--primary-color) !important;
   height: 35px !important;
   width: 35px !important;
   border-radius: 10px;
   opacity: 1;
   z-index: 1;
}
.slider-for .slick-next:hover, .slider-for .slick-prev:hover{
   background-color: var(--secondary-color) !important;
}
.slider-for .slick-next i, .slider-for .slick-prev i{
  font-size: 15px;
  color: var(--color-white);
}
.slider-for .slick-prev {
    left: 0px !important;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.slider-for:hover .slick-prev {
    left: -2% !important;
    opacity: 1;
}
.slider-for .slick-next {
    right: 0px !important;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.slider-for:hover .slick-next {
    right: -2% !important;
    opacity: 1;
}
.slider-for .slick-next, .slider-for .slick-prev {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.ss-list-wrapper .list-group-item.active {
    background-color: var(--primary-color);
    background-image: linear-gradient(90deg, #1C98DE 0%, #2068ad 50%, #173f67 100%) !important;
}
.ss-list-wrapper .list-group-item{
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 500;
  border-color: #a2cdeb !important;
}
.proinn-table-wrapper{
  margin-top: 40px;
}
.proinn-table.border-primary {
    border-color: #2d231f !important;
}
.proinn-table .thead-row th {
    background-color: var(--primary-color);
    background-image: linear-gradient(90deg, #e14a4f 0%, #feaf06 50%, #feaf06 100%);
    color: var(--color-dark) !important;
    font-size: 17px !important;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
}
.proinn-table td{
    text-align: center;
}
.proinn-table.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: rgb(247 234 228) !important;
}
.innp-features-wrapper{
  margin-top: 35px;
}
.innp-md-heading {
    position: relative;
    color: var(--color-dark);
    text-transform: capitalize;
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.innp-md-heading:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--secondary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.innp-md-heading:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--secondary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.innp-feat-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--color-dark);
}
.innp-feat-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/right-arrow.png") no-repeat center;
  background-size: contain;
}
/* .fancybox__container .pinlgimg-wrap .ico-wrap, .fancybox__container .pinlgimg-wrap .ico-wrap img{
  display: none !important;
} */
 .lh-h{
  /* background-color: var(--primary-color) !important;
  background-image: linear-gradient(90deg, #e14a4f 0%, #feaf06 50%, #feaf06 100%) !important; */
  background-color: #d2efff !important;
 }
.feat-table th, .feat-table td{
  text-align: start !important;
}
.feat-table .proinn-table.border-primary{
  border-color: var(--secondary-color) !important;
}
.serdet-wid-wrap{
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  border-radius: 24px;
  cursor: pointer;
}
.serdet-wid-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  transition: transform 0.8s ease;
}
.serdet-wid-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      120deg,
      rgba(245,102,46,0) 0%,
      rgba(245,102,46,0.25) 50%,
      rgba(245,102,46,0) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.serdet-wid-wrap::after{
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.45) 50%,
      rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.9s ease;
  z-index: 2;
}
.serdet-wid-wrap:hover img{
  transform: scale(1.08);
}
.serdet-wid-wrap:hover::before{
  opacity: 1;
}
.serdet-wid-wrap:hover::after{
  left: 130%;
}
.fw-b{
  font-weight: 600 !important;
}
.ser-title-devider{
  display: inline-block;
  position: relative;
  height: 4px;
  width: 90px;
  background: #F6682E;
  border-radius: 30px;
}
.ser-title-devider:after{
  content: '';
  position: absolute;
  left: 0;
  top: -4.3px;
  height: 12px;
  width: 12px;
  background: #F6682E;
  border-radius: 50px;
  box-shadow: 0 1px 80px 12px rgba(246,104,46,0.25);
  animation: ser-title-move 5s infinite linear;
}
@keyframes ser-title-move{
  0%{
    transform: translateX(-1px);
  }
  50%{
    transform: translateX(85px);
  }
  100%{
    transform: translateX(-1px);
  }
}
/* Go To Top */
.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 999;
  width: 54px;
  height: 54px;
  animation: goFloat 2.8s ease-in-out infinite;
}
@keyframes goFloat{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-6px);
  }
  100%{
    transform: translateY(0);
  }
}
.go-to-top img {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  box-shadow: 0 6px 14px rgba(246, 104, 46, 0.22);
  transition: transform 0.3s ease;
  transform: rotate(0deg); 
}
.go-to-top:hover img {
  transform: scale(1.1);
}
.progress-ring {
  transform: rotate(-90deg);
}
.progress-ring__circle {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 0.2s linear;
}
 .custom-tooltip {
  --bs-tooltip-bg: var(--primary-color) !important;
  --bs-tooltip-color: var(--color-white) !important;
}