@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Roboto", sans-serif;
        --secondary-font: "Exo 2", sans-serif;
        --primary-color:#0e376c;
        --secondary-color:#F98C39;
        --color-white:#FFF;
        --color-dark:#000;
        --heading-color:#0d192c;
      }
      ::selection{
        background-color: var(--secondary-color) !important;
        color: var(--primary-color) !important;
      }
       ::-webkit-scrollbar {
    width: 9px;
    }
    ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
      background-color: var(--primary-color);
    background: linear-gradient(
    180deg,
    #3D74D9,
    #57B1F2
  );
    border-radius: 10px;    
    }
    .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 {
        font-family: var(--secondary-font);
        position: relative;
        margin: 0 0 10px!important;
        line-height: 29px;
        color: #000;
        font-weight: 400;
        font-size: 17px; 
    }
    p,
    li {
        font-family: var(--primary-font);
        color: var(--color-dark);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--secondary-font) !important;
    }
    img{
        max-width: 100%;
        transition:all 0.3s ease-in-out;
    }
    .bg-clay{
        background-color: #f3f5f9 !important;
    }
    img.header-logo {
        max-width: 230px;
    }
    nav.navbar {
        padding: 0;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        /* margin-top: -168px; */
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .py-70{
      padding: 70px 0;
    }
    .object-top{
      object-position: top !important;
    }
    .btn{
         font-family: var(--primary-font);
    }
    .site-btn {
    display: inline-block;
    font-size: 14px;
    color: var(--color-white);
    padding: 12px 23px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--primary-color);
    box-shadow: 0 3px 24px rgb(48 105 179 / 18%);
    z-index: 1;
}
.site-btn:hover{
  color: var(--color-white);
}
.site-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.site-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn-style-two{
  background-color: var(--secondary-color);
}
.btn-style-two:hover{
  color: var(--secondary-color);
}
.btn-style-two::before{
  background-color: var(--color-white);
}
  .text-justify{
    text-align: justify;
  }

a.nav-link {
    position: relative;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark); 
    margin: 0 10px;
    
    padding: 32px 13px !important;
    text-transform: capitalize;
}
.main-header.sticky a.nav-link:hover{
    color:var(--secondary-color) !important;
    transition: 0.3s ease;
}
.main-header.sticky{
  box-shadow: 0 4px 14px rgb(48 105 179 / 22%) !important;
}
.bs-box img.hb-img {
    max-height: 750px;
    min-height: 750px;
    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: 0;
    overflow: hidden;
}
.bs-box.after::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: linear-gradient(to bottom right, rgba(0, 39, 57, .95) 0%, rgba(0, 0, 0, .1) 100%);
    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 h6{
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 5px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0.5px 1.5px rgb(0 0 0 / 18%);
    margin-bottom: 0;
}
.bs-con h1{
    color: var(--color-white);
    font-size: 70px;
    line-height: 82px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.bs-con h1 span{
  color: var(--secondary-color);
}
.bs-con p{
    color: var(--color-white);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
    .bsc-btn {
      display: flex;
      justify-content: start;
      column-gap: 30px;
      margin-top: 16px;
    }
    .bs-slider .slick-prev, .bs-slider .slick-next {
    width: 55px !important;
    height: 55px !important;
    opacity: 1;
    background-color: var(--color-white);
    border:none !important;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.bs-slider:hover .slick-prev, .bs-slider:hover .slick-next{
    transition: all 0.3s ease-in-out;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: var(--primary-color);
    font-size: 20px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover{
    background-color: var(--secondary-color);
}
.bs-slider .slick-prev:hover i, .bs-slider .slick-next:hover i{
  color: var(--color-white);
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #c9c4be !important;
}
    .slick-dots li button:before {
        display: none !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 {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        /* background-image: url(../../assets/img/la.png) !important; */
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .bs-slider {
        margin: 0 !important;
    }
/* Hide by default */
.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}
/* Animation keyframe */
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Optional delay classes */
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
/* Top Header */
.header-top {
  background:
  linear-gradient(
    135deg,
    #2F3F8F 0%,
    #4C67C1 30%,
    #6FC2FF 50%,
    #4C67C1 70%,
    #2A367A 100%
  );
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-contact-icon {
  width: 45px;
  height: 45px;
  line-height: 41px;
  background: var(--color-white);
  border-radius: 50%;
  text-align: center;
}
.header-top-contact-icon img {
  width: 24px;
}
.header-top-contact-info h6 {
  color: var(--color-white);
  font-size: 18px;
}
.header-top-contact ul li a {
    display: flex;
    color: var(--color-white);
    font-weight: 400;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 14px;
    align-items: center;
}
.header-top-contact ul li a i {
    font-size: 19px;
    color: var(--secondary-color);
    margin-right: 5px;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top-social span{
  color: var(--secondary-color);
  font-weight: 500;
}
.header-top-social a {
  display: inline-block;
    width: 27px;
    height: 25px;
    line-height: 25px;
    color: var(--color-white);
    font-size: 11px;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    border: 2px solid var(--color-white);
    transition: all 0.5s ease-in-out;
}
.header-top-social a:hover {
    background: var(--secondary-color);
    color: var(--color-white);
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    top: 0 !important;
    background-color: var(--color-white) !important;
}
.sticky img.header-logo {
    max-width: 180px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 8px;
    margin: 0;
    border: none;
    border-radius: 7px !important;
    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: 16px;
    padding: 10px 0px 10px 20px;
    color: var(--color-dark);
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.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: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align:baseline !important;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    padding-left: 2px;
} */
 #header-dropdown .dropdown-toggle::after {
    display: inline-block;
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align: baseline !important;
    border: none !important;
    font-size: 11px;
    font-weight: 900;
    position: relative;
    top: -1px;
    /* padding-left: 4px; */
    transition: transform 0.3s ease;
}
.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='%233069B3' 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 var(--secondary-color) !important;
    background-color: var(--color-white) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #f88b382e !important;
}
.main-header {
    position: relative;
    z-index: 99999;
    /* padding: 5px 0; */
    background: var(--color-white);
}
/* Feature Area */
.feature-area {
    position: relative;
    margin-top: -40px;
}
.feature-item{
  position: relative;
  margin-bottom: 25px;
  perspective: 1000px;
	transform-style: preserve-3d;
	z-index: 1;
}
.feature-icon {
    margin-bottom: 15px;
}
.feature-front,
.feature-back{
  position: relative;
  height: 280px;
	transform: rotateY(0);
  border-radius: 25px;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: all .9s ease-in-out;
}
.feature-front{
	background: var(--color-white);
	border-radius: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}
.feature-front .feature-text p{
  color: var(--color-dark) !important;
}
.feature-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
  background: var(--secondary-color);
  border-radius: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}
.feature-item:hover .feature-front{
	transform: rotateY(-180deg);
}
.feature-item:hover .feature-back{
	transform: rotateY(0deg);
}
.feature-icon img{
  height: 80px;
  width: auto;
}
.feature-content{
  position: absolute;
	text-align: center;
	padding: 0 25px;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	outline: 1px solid transparent;
	transform: translateY(-50%) translateZ(70px) scale(0.95);
	z-index: 2;
}
.feature-title h4{
  font-size: 20px; 
  font-weight: bold;
}
.feature-front .feature-title h4{
  color: var(--primary-color) !important;
}
.feature-back .feature-title h4{
  color: var(--color-white);
}
.feature-text{
  margin-top: 15px;
  color: var(--color-white);
} 
.feature-text p{
  color: var(--color-white);
  transition: 0.3 ease all;
    line-height: 25px;
    font-size: 16px;
}
.feature-item:hover .feature-text p{
  color: var(--color-white);
}
/* About Us */
.abtus-section{
  position: relative;
  z-index: 1;
  background-image: url('../img/bg/abtus-bg.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-padding{
  padding: 60px;
}
.abtus-wid-wrap{
  position: relative;
  z-index: 1;
}
.abtus-wid-wrap::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -32px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 8px solid var(--primary-color);
    z-index: -1;
}
.about-img-1 {
    width: 80%;
}
.about-img-1 img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}
.about-img-2 {
    bottom: 0px;
    right: 0px;
    max-width: 250px;
    position: absolute;
    padding: 10px 0 0 10px;
    background-color: var(--color-white);
    border-radius: 10px 10px 10px 0;
}
.about-img-2 img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 0;
  transition: all 0.3s ease-out 0s;
}
.about-shape {
    position: absolute;
    left: -32px;
    bottom: -32px;
    z-index: -1;
}
.about-experience {
    position: absolute;
    right: 20%;
    bottom: -40px;
    border-radius: 12px;
    padding: 18px 20px;
    background: var(--secondary-color);
    color: var(--color-white);
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.about-experience::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px dashed var(--color-white);
    border-radius: 10px;
}
.about-experience h1 {
    color: var(--color-white);
    font-size: 55px;
    font-weight: 700;
}
.about-experience-text {
    color: var(--color-white);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}
.abt-list-wrapper{
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.abt-list li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.abt-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--primary-color);
}
.abtus-action-wrap{
  margin-top: 30px;
}
.fw-b{
  font-weight: 500;
}
/* Section Title */
.section-title{
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.section-title .sec-tagline{
  position: relative;
  display: none;
  /* display: block;   */
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  padding-left: 30px;
  margin-bottom: 10px;
}
.section-title .sec-tagline::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 18px;
  height: 20px;
  background-image: url('../img/icons/logo-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.section-title h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    color: var(--heading-color);
    margin-bottom: 0;
}
.section-title h2 span{
  /* color: var(--secondary-color) !important; */
}
.section-title .section-para{
   margin-top: 15px !important;
}
/* Products */
.product-slick{
  padding: 0 12.5px;
}
.product-card {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(48, 105, 179, 0.14);
    background-color: var(--color-white);
    overflow: hidden;
    transition: 0.5s ease-in-out all;
}
.product-card .product-img{
   overflow: hidden;
   border-radius: 10px;
}
.product-card .product-img img{
  height: 240px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.product-card:hover .product-img img {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.5s ease-in-out;
}
.product-card .product-title{
     position: relative;
    color: var(--heading-color);
    font-size: 21px;
    margin-top: 25px;
    line-height: 31px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 13px;
    /* padding-bottom: 10px; */
    transition: all 0.3s ease-in-out;
}
/* .product-card .product-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    height: 4px;
    width: 60px;
    background: linear-gradient(
  135deg,
  #3E56A8 0%,
  #4C67C1 25%,
  #6BB5F0 50%,
  #4C67C1 75%,
  #2F3F8F 100%
);
} */
.service-icon {
    display: flex;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    transform: rotate(45deg);
    border: 3px solid var(--color-white);
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}
.service-icon img {
    height: 60px;
    transform: rotate(-45deg);
    filter: invert(1) brightness(10);
}
.product-card:hover .service-icon{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
/* .product-card:hover .service-icon img{
  filter: invert(1) brightness(10);
} */
.product-card .product-title a{
  color: inherit;
  font-family: var(--secondary-font) !important;
}
/* .product-card .product-title:hover{
  color: var(--primary-color);
} */
 .newp {
    color: #fff!important;
    font-size: 16px;
    line-height: 1.3;
}
.prod-list li{
  position: relative;
  padding-left: 30px; 
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.prod-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../img/icons/ic.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.img-anime {
  position: relative;
  overflow: hidden;
}
.img-anime::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(76, 103, 193, 0) 0%,
    rgba(92, 168, 231, 0.5) 50%,
    rgba(76, 99, 192, 0) 100%
  );
  transform: rotate(25deg) translateX(-100%);
  pointer-events: none;
  transition: none;
}
.img-anime:hover::after {
  animation: flashMove 1s forwards;
}
@keyframes flashMove {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  100% {
    transform: rotate(25deg) translateX(100%);
  }
}
.product-slider .slick-next, .product-slider .slick-prev{
   background-color: var(--primary-color) !important;
   height: 55px !important;
   width: 55px !important;
   border-radius: 50%;
   opacity: 1;
   z-index: 1;
}
.product-slider .slick-next:hover, .product-slider .slick-prev:hover{
   background-color: var(--secondary-color) !important;
}
.product-slider .slick-next i, .product-slider .slick-prev i{
  font-size: 22px;
  color: var(--color-white);
}
.product-slider .slick-prev {
    left: -6% !important;
}
.product-slider .slick-next {
    right: -6% !important;
}
.product-slider .slick-next, .product-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
/* Counter */
.counter-section{
  position: relative;
  overflow: hidden;
   background-image: url('../img/bg/counter-banner.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
   z-index: 1;
}
.counter-section::before {
    content: "";
    position: absolute;
    background: rgb(7 12 20 / 71%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
/* CTA Area */
.cta-area {
    padding-top: 80px;
    padding-bottom: 180px;
    background-image: url(../img/bg/counter-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.cta-area::before {
    content: "";
    position: absolute;
    background: rgb(7 12 20 / 71%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
.cta-text h1 {
    color: var(--color-white);
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.cta-text span {
    color: var(--secondary-color);
}
.cta-text p {
    color: var(--color-white);
}
.cta-call {
    margin-top: 20px;
    margin-bottom: 25px;
}
.cta-border-btn {
  display: inline-block;
  font-size: 32px;
  color: var(--color-white) !important;
  font-weight: 700;
}
.cta-border-btn i {
    margin-right: 15px;
    color: var(--secondary-color) !important;
}
/* Counter Area */
.counter-area {
  margin-top: -100px;
  position: relative;
}
.counter-wrapper{
  padding: 50px 15px 50px 30px;
  background: var(--primary-color); 
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(48 105 179 / 6%);
  z-index: 1;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  position: relative;
  font-size: 45px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  line-height: 90px;
  text-align: center;
  color: var(--secondary-color);
  z-index: 1;
}
.counter-box .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-white);
  clip-path: polygon(
    25% 6%,
    75% 6%,
    100% 50%,
    75% 94%,
    25% 94%,
    0% 50%
  );
  z-index: -1;
}
.counter-box .icon img {
  width: 65px;
}
.counter-box .content h4 {
  display: block;
  color: var(--color-white);
  font-size: 50px;
  line-height: 60px;
  /* font-weight: 800; */
}
.counter-box .title {
  color: var(--color-white);
  margin-top: 12px;
  font-size: 20px;
  /* font-weight: 600; */
  text-transform: capitalize;
  margin-bottom: 0;
}
/* Industry */
.industry-item {
    height: 370px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.industry-item img{
  height: 370px;
   width: 100%;
   object-fit: cover;
}
.industry-content{
    background: rgb(14 33 58 / 67%);
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
    padding: 20px;
    align-items: start;
    opacity: 0;
    transition: all linear .3s;
}
.industry-item:hover .industry-content {
    height: 100%;
    opacity: 1;
}
.industry-content h3 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.industry-content a{
    color: var(--color-white);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all linear .3s;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.industry-content a i{
   margin-left: 10px;
}
/* Why Choose Us */
.WCU-section{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.WCU-section::before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg/texture-1.webp');
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  z-index: -1;
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-y{
  0% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(-20px);
}
}
.wcu-col{
  margin-bottom: 25px;
}
.WCU-item {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
    padding: 35px 20px 10px 20px;
    height: 100%;
    background: #e8efff;
    text-align: center;
    transition: 0.5s ease-in-out all;
    z-index: 1;
}
.WCU-item::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
  135deg,
  #7BB9F2 0%,
  #5AA2E6 35%,
  #4C82D6 65%,
  #3E4FAF 100%
);
transition: 0.5s ease-in-out;
z-index: -1;
pointer-events: none;
}
.WCU-item:hover::before{
  height: 100%;
}
.WCU-item::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shape/wcu-shape.png');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
    transition: 0.5s ease-in-out all;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    filter: invert(1) brightness(50);
    visibility: hidden;
}
.WCU-item:hover::after{
   opacity: 0.2;
  visibility: visible;
}
.WCU-item .WCU-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.WCU-icon img{
  max-width: 55px;
  height: auto;
  object-fit: contain;
}
.WCU-item:hover .WCU-icon img{
   filter: invert(1) brightness(50);
}
.WCU-icon img.custom{
   max-width: 65px;
}
.WCU-content h4{
  color: var(--heading-color);
   font-size: 22px;
   line-height: 32px;
   font-weight: 600;
   transition:color .5s ease-in-out;
}
.WCU-item:hover .WCU-content h4{
  color: var(--color-white);
}
.WCU-content p{
  color: var(--color-dark);
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  transition:color .5s ease-in-out;
}
.WCU-item:hover .WCU-content p{
  color: var(--color-white);
}
.WCU-img {
    height: 600px;
    width: 600px;
    position: relative;
    z-index: 1;
}
.WCU-img img{
    height: 600px;
    width: 600px;
    object-fit: contain;
}
.WCU-img::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--secondary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.WCU-img::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 2px dashed var(--secondary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    top: 50px;
    left: 50px;
    width: 75px;
    line-height: 75px;
    font-size: 25px;
    text-align: center;
    background: var(--primary-color);
    color: var(--color-white) !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--primary-color);
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
@keyframes ripple-wave{
   0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}
/* Partner Section */
.partner-section{
   background-color: #f5f7f8;
   padding: 50px 0;
}
.partner-item{
  text-align: center;
  padding: 5px;
}
/* Footer */
.footer-section {
    background: linear-gradient(180deg, #1E2A5A 0%, #336DB7 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-top{
   padding-top: 50px;
   padding-bottom: 40px;
}
.footer-logo{
  width: fit-content;
  background-color: var(--color-white);
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.footer-logo img {
    max-width: 200px;
    height: auto;
}
.footer-desc{
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
}
.footer-widget-title {
          color: #ff8612;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 3px;
    background-color: var(--color-white);
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: var(--secondary-color);
    bottom: 0;
    left: 18px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-list li{
  font-size: 15px;
  color: var(--color-white);
    line-height: 26px;
}
.footer-list li a{
  color: inherit;
  transition: 0.5s ease-in-out all;
}
.footer-list li:hover a{
  color: var(--secondary-color);
  padding-left: 10px;
}
.footer-list li{
  position: relative;
  padding-left: 22px;
}
.footer-list li::before{
  content: "\f2db";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--secondary-color);
}
.footer-social-wrapper{
  margin-top: 30px;
}
.footer-social {
  list-style: none;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    background: var(--color-white);
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}
.footer-social li a i:hover {
    background: var(--secondary-color);
    color: var(--color-white);
}
.contus-list li{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.contus-list li .icon{
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
   clip-path: polygon(
    25% 6%,
    75% 6%,
    100% 50%,
    75% 94%,
    25% 94%,
    0% 50%
  );
}
.contus-list li .icon i{
  font-size: 17px;
  color: var(--color-white);
  filter: drop-shadow(0 2px 4px rgb(0 0 0 / 35%));
}
.contus-list li .content .contusl-title {
    font-size: 17px;
    font-weight: 600;
    color: #d6e2f7;
    margin-bottom: 8px;
}
.contus-list li .content p, .contus-list li .content a{
  display: inline-block;
   color: var(--color-white);
   font-size: 15px;
   line-height: 27px;
   margin-bottom: 0;
   transition: 0.3s ease all;
}
.contus-list li .content a:hover{
  color: var(--secondary-color);
}
.copyright-area {
    padding: 15px 0;
    background: #102c50;
}
.copyright-text, .credit-text {
    font-size: 14px;
    font-family: var(--secondary-font) !important;
    color: var(--color-white);
}
.copyright-text .brand-text {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600 !important;
}
.credit-text a {
  text-transform: uppercase;
  color: #0091BF !important;
  font-weight: 600 !important;
}
.abtnwid-card {
    padding: 30px 25px;
    /* background-image: url('../img/bg/abtus-widget-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right; */
   
}
.abtnwid-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 13%);
}
.abtnwid-desc{
  color: var(--color-white);
      font-size: 14px;
    line-height: 22px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

 .cc-card {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 0px auto 22px;
    z-index: 1;
    background-color: var(--color-white);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(24, 76, 143, 0.18), 0 4px 10px rgba(24, 76, 143, 0.12);
    padding: 10px;
    /* box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35); */
    transition: all 0.5s ease;
    /* border: 4px solid #d8e7fb; */
}
.cc-card:hover {
    transition: 0.3s ease all;
    cursor: pointer;
    /* border: 4px solid var(--primary-color); */
    /* box-shadow: 0px 0px 35px 0px rgba(191, 191, 191, 0.5); */
    box-shadow: 0 18px 35px rgba(24, 76, 143, 0.22);
}
/* .cc-card img{
    width: auto;
    height: 100px;
    object-fit: contain;
} */
 .cc-card img {
    height: auto;
    max-width: 215px;
    /* height: 100px; */
    object-fit: contain;
}
.wcu-block{
  position: relative;
  text-align: center;
  padding: 10px 30px 10px 30px;
  height: 100%;
}
.wcu-block::after{
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #DCE2EA;
}
.wcu-block.last-child::after{
  display: none !important;
}
.wcu-block .wcub-icon{
  text-align: center;
  margin-bottom: 20px;
}
.wcu-block .wcub-icon img{
  max-width: 70px;
}
.wcu-block .wcub-title{
  position: relative;
  color: #174898;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 0 !important;
}
.wcu-block .wcub-title::after{
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DCE2EA;
}
.wcu-block .wcub-para{
  color: #232323;
  padding-top: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
/* product slider */
.product-block .inner-box{
  position: relative;
  overflow: hidden;
}
.product-block .inner-box .image-box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    background-color:#e7ebf3;
    z-index: 1;
}
.product-block .inner-box .image-box img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('../img/bg/breadcrumb-bg.webp');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.site-breadcrumb::before{
  content: "";
  position: absolute;
  background: rgb(34 63 115 / 75%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.single-content ul{ list-style: none; padding-left: 0!important;}
.single-content ul li {
    padding-left: 1.3rem;
    line-height: 32px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
    /* letter-spacing: 0.05rem; */
} 
.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  line-height: 1.3;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 13px; 
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--secondary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--secondary-color);
}
/* aboutus inner */
.pattern-1{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pattern-1:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-image: url('../img/pattern/pattern-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
}
/* Core Pillars */
.our-pillars-wrapper{
  margin-top: 50px;
}
.core-card {
    position: relative;
    background: linear-gradient(135deg, #152145 0%, #4263a7 35%, #609ee39c 65%, #52ccf500 100%), url('../img/bg/pillar-card-bg.jpg');
    background-repeat: no-repeat;
    z-index: 1;
    margin-bottom: 50px;
}
.core-card.even{
  background: linear-gradient(307deg, #152145 0%, #4263a7 35%, #609ee39c 65%, #52ccf500 100%), url('../img/bg/pillar-card-bg.jpg') !important;
  background-position: left !important;
}
.core-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../img/pattern/wave-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    filter: invert(1) brightness(100);
    opacity: 0.15;
    pointer-events: none;
}
.core-card.even::before{
  display: none !important;
}
.core-card.even::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url('../img/pattern/wave-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    z-index: -1;
    filter: invert(1) brightness(100);
    opacity: 0.15;
    pointer-events: none;
}
.core-card .core-content{
  position: relative;
  padding: 70px 50px;
}
.core-card .core-content:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 80%;
  background-color: var(--secondary-color);
}
.core-card.even .core-content:after{
  left: 0 !important;
  right: unset !important;
}
.core-card .core-content h2 {
    color: var(--color-white);
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 13px;
    text-shadow: 0 0.5px 1.5px rgb(0 0 0 / 32%);
}
.core-card .core-content h2:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--secondary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.core-card .core-content h2: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;
}
.core-card .core-content p{
  color: var(--color-white);
  text-shadow: 0 0.5px 1.5px rgb(0 0 0 / 18%);
}
.core-card .core-image{
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
}
.core-card .core-image::before {
    background: rgba(250, 118, 50, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.core-card .core-image:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}
.core-card .core-image img{
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.what-setus-apart {
  position: relative;
    background: linear-gradient(87deg, #172948 0%, #08162e 40%, #3D74D9 100%);
    z-index: 1;
}
.what-setus-apart::before{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/pattern/pattern-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(1) brightness(80);
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.wsu-wid-wrap {
  position: sticky;
  top: 120px; 
  transition: all 0.3s ease;
}
.wsu-card {
    background-color: var(--color-white);
    display: flex;
    align-items: start;
    gap: 30px;
    padding: 45px 25px;
    border-bottom: 14px solid var(--secondary-color);
    border-radius: 45px;
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}
.wsu-card .icon img{
  max-width: 95px;
  height: auto;
}
.wsu-card .content .wsu-title{
  font-size: 30px;
  line-height: 1.4;
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 15px;
}
.wsu-card .content .wsu-desc{
  color: var(--color-dark);
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0 !important;
}
/* manufacturers */
.manuf-card {
  background: #ffffff;
  border-radius: 16px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
  0 8px 20px rgba(61, 116, 217, 0.18),
  0 20px 40px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;
  overflow: hidden;
  margin-bottom: 25px;
}

/* TOP BLUE LINE */
.manuf-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  width: 76%;
  height: 4px;
  background: linear-gradient(90deg, #3D74D9, #57B1F2);
  border-radius: 0 0 6px 6px;
}
/* LOGO */
.manuf-card img {
    max-width: 75%;
    max-height: max-content;
    object-fit: contain;
    transition: all 0.35s ease;
}
/* Locations */
.location-card {
    position: relative;
    overflow: hidden; 
    background: linear-gradient(223deg, #f7f7f7 0%, #ffffff 100%);
    /* background-image: url('../img/bg/location-bg.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    z-index: 1;
    border-bottom: 15px solid var(--secondary-color);
    box-shadow: 0 0 10px #e8caca;
    /* box-shadow: 0 0 10px rgba(14, 55, 108, 0.25); */
}
/* .location-card::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #1e2a5aba 0%, #336DB7 100%);
    opacity: 0.9;
    z-index: -1;
    backdrop-filter: blur(1px);
} */
.location-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/pattern/01.png');
    background-repeat: no-repeat;
    background-size: 800px;
    z-index: -1;
    /* filter: invert(1) brightness(100); */
    opacity: 0.1;
}
.lc-header {
    padding: 20px 10px 25px 10px;
    /* background: linear-gradient(
223deg, #1E2A5A 0%, #336DB7 100%); */
    text-align: center;
    /* border-bottom: 1px solid #7a91c580; */
}.lc-titlenew{
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 18px;
    padding-bottom: 12px;}
    .lc-titlenew:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 60px;
    left: 0px;
}
.lc-header .lc-title{
  color: var(--primary-color);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.219); */
  margin-bottom: 0 !important;
}
.location-card .location-body {
    padding: 5px 25px 60px 25px;
}
.loca-list{
  list-style: none;
}
.loca-list li{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.loca-list li:last-child{
  margin-bottom: 0 !important;
}
.loca-list li .icon{
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, #FFB94E 0%, #FE913D 30%, #FC7232 65%, #FFA844 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--color-white);
}
.loca-list li .icon i{
  font-size: 23px;
  color: var(--color-white);
}
.loca-list li .content p, .loca-list li .content a{
  color: var(--color-dark);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
   /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.123); */
   margin-bottom: 0 !important;
   transition: 0.3s ease;
}
.loca-list li .content a:hover{
  color: var(--primary-color);
}
.scs-wrapper {
    margin-top: 70px;
    padding-bottom: 70px;
    border-bottom: 3px dashed #3b65afab;
}
.scs-wrapper.last-child {
    border: none !important;
    padding-bottom: 0 !important;
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 4px;
    border-radius: 30px;
    background: linear-gradient(
58deg, #FFB94E 0%, #FE913D 30%, #FC7232 65%, #FFA844 100%);
    width: 90px;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -3.3px;
    height: 12px;
    width: 12px;
    background: linear-gradient(135deg, #FFB94E 0%, #FE913D 30%, #FC7232 65%, #FFA844 100%);
    border-radius: 50px;
    box-shadow: 0 1px 80px 12px rgb(26 40 68 / 20%);

    animation: heading-move 5s infinite linear;
}
@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-1px);
    }
}
.innser-lg-title{
  color: var(--primary-color);
  font-size: 42px;
  line-height:1.3;
  font-weight: 700;
  margin-bottom:0;
}
.scs-wid-wrap{
  height: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.45s cubic-bezier(.4,0,.2,1);
}
.scs-wid-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
   transition: transform 0.6s cubic-bezier(.4,0,.2,1),
              filter 0.6s ease;
}
.scs-wid-wrap:hover {
  transform: translateY(-8px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.25),
    0 0 35px rgba(0, 160, 255, 0.35);
}
.scs-wid-wrap:hover img {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.05);
}
.innsert-slogan{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
  margin-top: 15px;
  margin-bottom: 25px;
}
.scs-wid-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Contact Us */
.contus-lhs-wrap{
    background: var(--color-white);
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 0 40px 6px rgba(51, 61, 180, 0.22);
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.contact-info::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 0 10px 0 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.contact-info-icon {
    font-size: 20px;
    color: var(--color-white);
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(27deg, #1E2A5A 0%, #336DB7 100%);
}
.contact-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-dark);
}
.contact-info p, .contact-info a{
  color: #000;
}
.contus-form-container{
    background: var(--color-white);
    border-radius: 8px;
    padding: 30px 30px;
    box-shadow: 0 0 40px 6px rgba(51, 61, 180, 0.22);
    /* box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); */
  /* box-shadow:
    0 12px 28px rgba(51, 61, 180, 0.25),
    0 0 18px rgba(51, 61, 180, 0.18); */

}
.contact-form-header {
    margin-bottom: 30px;
}
.contact-form-header h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--heading-color);
}
.contus-form-container .form-group{
   margin-bottom: 25px;
} 
.contus-form-container .form-control, .contus-form-container .form-select{
  padding: 15px 20px;
    border-radius: 7px;
    box-shadow: none;
    transition: 0.5s all ease-in-out;
}
.contus-form-container .form-control:focus, .contus-form-container .form-select:focus{
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}
.qual-top-widget{
  border-radius: 20px;
}
.qual-top-widget img{
  border-radius: 20px;
}
.qual-con-top { 
    margin-bottom: 30px;
}
.quality__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--color-white);
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border-left: 5px solid var(--secondary-color);
    padding: 35px 25px;
}
.quality__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 90px;
   height: 90px;
   min-width: 90px;
   min-height: 90px;
   background-color: var(--primary-color);
   border-radius: 50%;
   margin: 0 auto;
   transition: all 500ms ease;
}
.quality__single:hover .quality__icon {
   background-color: var(--secondary-color);
}
.quality__icon img {
   position: relative;
   display: inline-block;
   max-width: 45px;
   transform: scale(1);
   transition: 500ms ease;
}
.quality__single:hover .quality__icon span {
   transform: scale(0.9);
}
.quality__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   margin: 15px 0 10px;
}
.quality__title a {
   color: var(--color-dark);
}
.quality__title a:hover {
   color: var(--primary-color);
}
.quality__read-more {
   position: relative;
   display: flex;
   align-items: center;
   gap: 5px;
   color: var(--color-dark);
   justify-content: center;
   font-weight: 500;
   margin-top: 20px;
}
.qual-box-col{
  margin-bottom: 25px;
}
.bullet-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 18px;
    list-style: none;
}
.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(
  '../img/icons/right-chevron.png') no-repeat center;
    background-size: contain;
}
.indus-widget{
  margin-bottom: 40px;
}

.innser-md-title1{
  position:relative; 
    display: inline-block;
      font-size: 25px;
      font-weight: 700;
    line-height: 36px; 
} 
.innser-md-title{
  position:relative;
  text-transform: capitalize;
    display: inline-block;
      font-size: 35px;
      font-weight: 700;
    line-height: 46px;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.innser-md-title:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.innser-md-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
.inds-wid-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.inds-wid-wrap::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(
  to right,
  rgba(254, 145, 61, 0.75) 0%,
  rgba(252, 114, 50, 0.55) 50%,
  rgba(255, 168, 68, 0.35) 100%
);
    transform: skewX(20deg);
    z-index: 2;
}
.inds-wid-wrap:hover::before {
    animation: shine 1.9s;
}
@keyframes shine{
  100% {
    left: 125%;
}
}
.inds-wid-wrap img {
    width: 100%;
    height: 520px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.inds-wid-wrap:hover img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.service-details-inner{
  position: relative;
  z-index: 1;
}
.service-details-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shape/ser-shape.png');
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: top center;
    z-index: -1;
    opacity: 0.06;
}
.adv-para{
  font-size: 18px;
}
.index-para {
    font-size: 18px;
    line-height: 34px;
}
.pattern-2{
  position: relative;
}
.pattern-2::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -2%;
    width: 100%;
    height: 100%;
    background-image: url('../img/shape/pattern-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.4;
}
.pattern-2::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shape/pcb.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 400px;
    z-index: -1;
    opacity: 0.1;
}
.product-card.wcu{
  position: relative;
background: linear-gradient(
  160deg,
  #7EC2F6 0%,
  #5CA0E2 45%,
  #456EC4 75%,
  #2E4E9C 100%
);
  padding-top: 35px !important;
  z-index: 1;
    margin-bottom: 20px;
}
.product-card.wcu::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/shape/pro-shape.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 400px;
    z-index: -1;
    filter: invert(1) brightness(10);
    opacity: 0.15;
}
/* custom slider */
.bs-slider,
.bs-box {
  position: relative;
  overflow: hidden;
}
.hb-img {
  transform: scale(1.1);
  transition: transform 6s ease;
}
.slick-active .hb-img {
  transform: scale(1.18) translateX(-30px);
}


