@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: "Exo 2", sans-serif;
        --secondary-font:"Roboto", sans-serif;
        --primary-color:#3E4095;
        --secondary-color:#ED3237;
        --grey-color:#727376;
        --color-white:#FFF;
        --color-dark:#000;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: #FFF !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--secondary-font) !important;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
    a {
        text-decoration: none !important;
        font-family: var(--secondary-font);
    }
    p {
        font-family: var(--secondary-font);
        position: relative;
        margin: 0 0 20px;
        line-height: 27px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.2px;
    }
    .site-title .text-primary{
      color: var(--primary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    .site-title .text-secondary{
      color: var(--secondary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    p,
    li {
        font-family: var(--secondary-font);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--primary-font) !important;
    }
    .bg-clay{
        background-color: #f2f2f5 !important;
    }
     .mb-100{
       margin-bottom: 100px;
    }
    .mb-120{
       margin-bottom: 120px;
    }
  /* Top Header */
  .header-top {
  background: var(--secondary-color);
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.header-top::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 35%;
  background: var(--primary-color);
  border-top-right-radius: 50px;
  z-index: -1;
}
.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}
.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 {
  color: var(--color-white);
  font-weight: 400;
  font-size: 17px;
}
.header-top-contact ul li a i{
  color: var(--color-white);
  margin-right: 5px;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top-social span{
  color: var(--color-white);
  font-weight: 500;
}
.header-top-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  margin-left: 10px;
  background: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.header-top-social a:hover {
  background: var(--grey-color);
  color: var(--color-white);
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 15px
}
.header-phone-content span {
  display: block;
  margin-bottom: 13px;
  line-height: .6;
  color: var(--color-dark);
  font-weight: 500
}
.header-phone-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--secondary-color);
  border-radius: 50px;
  text-align: center
}
.header-phone-icon img {
  width: 27px
}
.header-phone-number {
  font-size: 20px;
  line-height: 1
}
.header-phone-number a {
  color: var(--primary-color);
}



    img.header-logo {
        max-width: 175px;
    }
    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;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
   .site-btn {
    position: relative;
    color: var(--color-white);
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    background: var(--primary-color);
    box-shadow: 0 0 40px 5px rgb(62 64 149 / 20%);
    background-size: 200% auto;
    border: none;
    border-radius: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.site-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    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 {
    color: var(--color-white);
}
.site-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.site-btn.style2{
    background: var(--secondary-color) !important;
}
.site-btn.style-2::before{
   background: var(--grey-color) !important;
}
a.nav-link {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 500;
    color: #2f2b2b;
    letter-spacing: 0.3px;
    margin: 0 15px;
    letter-spacing: 0.2px;
}
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 880px;
        min-height: 880px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
.bs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #3e40954a; */
    background: #0909145e;
    top: 0;
    left: 0;
}
.bs-con {
    /* left: 10%;
    right: 10%;
    width: 80%; */
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

}
.banner-con .container{
        max-width: 100%;
    justify-content: center;
    display: flex;
}
    .bs-con h1{
        position: relative;
    display: block;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 7px;
    font-weight: 900;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    }
    .text-bg-gradient{
      text-align: center;
     background: linear-gradient(
    to right,
    transparent,
    var(--primary-color) 20%,
    var(--secondary-color) 80%,
    transparent);
    }
  .bs-gradient-2{
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to right, transparent 0%, var(--grey-color) 20%, var(--grey-color) 80%, transparent 100%);
  }
  .tricolor-line {
  width: 45%;
  height: 12px; 
  background: linear-gradient(
    to right,
    #FF9933 0%,
    #FF9933 33.33%,
    #FFFFFF 33.33%,
    #FFFFFF 66.66%,
    #138808 66.66%,
    #138808 100%
  );
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.bs-con .lg-para {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
    padding: 4px 0;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.bs-h6{
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}
.bs-h6 span {
    color: var(--secondary-color);
    font-weight: 800;
    /* text-shadow: 0 0 5px rgb(255 255 255); */
}
.slide-card-wrapper {
    background-color: #3e3f959e;
    border: 1px solid #fff;
    padding: 50px 35px;
    border-radius: 25px;
}
.para-column {
    margin-bottom: 40px;
}
.bs-slide-card {
    border: none !important;
    height: 100% !important;
    padding: 25px;
    background-color: #0e0f12a3 !important;
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.bs-slide-card h4 {
    font-size: 19px;
    position: relative;
    color: #FFF;
    margin-bottom: 13px;
    padding-bottom: 15px;
}
.bs-slide-card h4:after {
    content: "";
    position: absolute;
    width: 55px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bs-slide-card p {
    font-size: 15px;
    color: #FFF;
}
    .bsc-btn {
        display: flex;
        column-gap: 20px;
        margin-top: 30px;
    }
      .bs-slider .slick-prev, .bs-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    opacity: 1;
    background-color: var(--secondary-color);
    border-radius: 50%;
    transform: scale(0) !important;
    transition: all 0.3s ease-in-out;
}
.bs-slider:hover .slick-prev, .bs-slider:hover .slick-next{
    transform: scale(1) !important;
    transition: transform 0.3s ease-in-out;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: #ffff;
    font-size: 20px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover{
    background-color: var(--primary-color);
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: var(--secondary-color) !important;
}
   .ser-widget-swiper .slick-dots li button{
     background-color: #FFF !important;
   }
    .slick-dots li button:before {
        width: 22px !important;
        height: 22px !important;
        content: '' !important;
        background-color: #ffffff1e !important;
        border: 1px solid #FFF;
        border-radius: 50%;
        top: -5px !important;
        left: -5px !important;
        opacity: 0 !important;
    }
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .bs-slider .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .bs-slider .slick-next {
        right: 40px !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        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.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    /* background-color: #0D0D0C !important; */
    /* box-shadow: 0 0 10px #00000020; */
}
.sticky img.header-logo {
    max-width: 140px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 !important;
    background: rgb(236, 241, 248);
}
.header-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgb(82 119 169);
}
.header-dropdown .dropdown-menu li:first-child{
    border-radius: 20px 20px 0 0 !important;
}
.header-dropdown .dropdown-menu li a{
    font-size: 14px;
    padding: 8px 20px;
    color: var(--color-dark);
    font-weight: 600;
    transition: 0.3s ease;
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
.header-dropdown .dropdown-menu li:hover a {
    background-color: #818c9b4d;
    color: var(--primary-color);
    transition: 0.3s ease;
}
.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;
}
.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='%23ED3237' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid var(--primary-color) !important;
    background: var(--vertical-gradient);
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #3e3f954f !important;
}
/* section.banner-section {
    margin-top: -120px;
} */
.main-header {
    position: relative;
    z-index: 999;
    padding: 5px 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/* Section Title */
.section-title{
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.section-title p {
position: relative;
display: inline-block;
font-family: var(--secondary-font);
font-size: 18px;
font-weight: 700 !important;
line-height: normal;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--primary-color);
padding-left: 45px;
margin-bottom: 10px;
}
.section-title p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../img/icons/title-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 35px;
    height: 35px;
    animation: arrow-move 1.2s linear infinite;
}
@keyframes arrow-move {
  0%   { transform: translateY(-50%) translateX(0); opacity: 0.3; }
  30%  { transform: translateY(-50%) translateX(5px); opacity: 1; }
  60%  { transform: translateY(-50%) translateX(10px); opacity: 0.6; }
  100% { transform: translateY(-50%) translateX(0); opacity: 0.3; }
}
.section-title h1 {
  color: #000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-title h1 span {
    color: var(--secondary-color);
}
.section-padding{
    padding: 80px 0;
}
.main-con p{
  margin-bottom: 12px;
}
.main-con p span{
   color: var(--secondary-color);
   font-weight: 500;
}
/* About Us */
.about-area{
  position: relative;
}
.about-left{
  position: relative;
  z-index: 1;
}
.about-img-1{
  width: 80%;
}
.about-img-1 img{
  height: 510px;
  border-radius: 100px;
}
.about-img-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 250px;
}
.about-img-2 img{
  height: 350px;
  border-radius: 100px;
  border: 20px solid var(--color-white);
}
.about-shape{
  position: absolute;
  left: -32px;
  bottom: -32px;
  z-index: -1;
}
.about-left::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -32px;
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background: var(--primary-color);
  opacity: .1;
  z-index: -1;
}
.about-experience{
  position: absolute;
  right: 20%;
  top: -30px;
  border-radius: 100px;
  padding: 18px 20px;
  background: var(--secondary-color); 
  color: var(--color-white);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.about-experience::before{
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 100px;
}
.about-experience h1{
  color: var(--color-white);
  font-size: 55px;
  font-weight: 700;
}
.about-experience-text{
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}
/* banner section */
.banner-widget-section{
  height: 300px;
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
/* Products */
.product-area{
  background-color: #010220;
  position: relative;
  z-index: 1;
}
.product-area::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url('../img/bg/texture-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(1) brightness(3);
  opacity: 0.2;
}
.product-item {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    padding: 7px;
    width: fit-content;
    border-radius: 20px;
    background: #3e409512;
    border: 4px solid #ffffff2e;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 50px;
    z-index: 1;
    box-shadow: 0 0 25px -5px rgb(62 64 149 / 0%), 0 0 15px -3px rgb(255 255 255 / 34%);
}
.inner-page .slick-slider .product-item{
   margin-bottom: 0 !important;
}
.product-img {
    /* width: fit-content; */
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}
.product-img img {
    height: 280px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
}
.product-item:hover .product-img img{
  transform: scale(1.1);
  transition:transform 0.5s ease-in-out;
}
.product-slider .slick-list {
  margin: 0 -15px; 
}
.product-slider .slick-dots{
  bottom: unset !important;
}
.product-slider .slick-dots li button{
   background-color: #FFF !important;
}
.product-slider .slick-dots li.slick-active button{
   background-color: var(--secondary-color) !important;
}
.product-slider .slick-prev, .product-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    background-color: var(--secondary-color);
    border: 2px solid #FFF;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    opacity: 1 !important;
}
.product-slider .slick-prev{
  left: -5%;
}
.product-slider .slick-next{
  right: -5%;
}
.product-slider .slick-prev i, .product-slider .slick-next i{
   color: #ffff;
    font-size: 20px;
}
.product-slider .slick-prev:hover, .product-slider .slick-next:hover{
    background-color: var(--primary-color);
}
/* Why Choose Us */
.choose-item-wrapper {
    margin-top: 30px;
}
.choose-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #4b399125;
    box-shadow: 0px 1px 4px rgba(75, 57, 145, 0.16);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
.choose-icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: var(--primary-color);
    border-radius: 15px;
    text-align: center;
    color: var(--primary-color);
    font-size: 40px;
    transition:all 0.3s ease;
}
.choose-item:hover .choose-icon{
   background: var(--secondary-color);
   transition:background 0.3s ease;
}
.choose-icon img {
    width: 50px;
    display: inline-block;       
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 400ms ease; 
}
.choose-item:hover .choose-icon img {
  transform: rotateY(180deg);
}
.choose-item-content {
    flex: 1;
}
.choose-item-content h4{
  color: var(--color-dark);
   font-size: 22px;
   line-height: 30px;
   font-weight: 600;
}
.choose-item-content p{
  margin-top: 5px;
}
.choose-img{
  position: relative;
}
.choose-img::before{
  content: "";
  position: absolute;
  border: 10px solid var(--primary-color);
  width: 250px;
  height: 500px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.choose-img img{
  border-radius: 80px;
}
.choose-img .img-1, .choose-img .img-2{
  height: 476px;
  max-width: 100%;
}
.choose-img .img-2{
  margin-top: 170px;
}
/* Cta area */
.cta-area {
  padding-top: 80px;
  padding-bottom: 180px;
  background-image: url(../img/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.cta-area::before {
    content: "";
    position: absolute;
    background: rgb(12 9 26 / 68%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
.cta-contact{
  margin-top: 10px;
  margin-bottom: 20px;
}
.cta-text h1{
  color: var(--color-white);
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.cta-text span{
  color: var(--secondary-color);
}
.cta-text p{
  color: var(--color-white);
}
.cta-border-btn{
  font-size: 32px;
  color: var(--color-white) !important;
  font-weight: 700;
}
.cta-border-btn i{
  margin-right: 15px;
  color: var(--primary-color) !important;
}
/* Counter Area */
.counter-area {
  margin-top: -100px;
  position: relative;
}
.counter-wrap{
  padding: 50px 15px 50px 30px;
  background: var(--primary-color); 
  border-radius: 100px;
  position: relative;
  border: 10px solid var(--color-white);
  z-index: 1;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  position: relative;
  font-size: 45px;
  width: 90px;
  min-width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  color: var(--primary-color);
  z-index: 1;
}
.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-white);
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.counter-box .icon img {
  width: 55px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
}
.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
/* Footer */
.footer-area {
    background: #010220;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-illustration.png);
    /* background-repeat: no-repeat; */
    background-size: 900px;
    background-position: center;
    opacity: 0.2;
    filter: invert(1) brightness(10);
    z-index: 0;
}
.footer-widget {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
.footer-top-wrap{
    padding-bottom: 23px;
}
.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}
.footer-widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--color-white);
    border-radius: 50px;
    z-index: -1;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    left: 18px;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 0px;
    z-index: -1;
}
.footer-list {
  margin: 0;
  padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-list li{
  list-style: none;
}
.footer-list li a{
  display: inline-block;
   font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  transition:0.5 ease-in-out;
}
.footer-list li a:hover {
    padding-left: 10px;
    color: var(--secondary-color);
    transition:all 0.5s ease-in-out;
}
.footer-list li a i {
    margin-right: 10px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 14px;
}
.footer-contact{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--color-white);
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-contact li a {
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
}
.footer-contact li i {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    line-height: 32px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 13px;
    background: var(--secondary-color);
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: var(--color-white);
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid #ffffff1f;
}
.brand-text{
  color: var(--secondary-color);
}
.copyright .copyright-text, .credit-text {
    color: var(--color-white);
    margin-bottom: 0px;
    font-size: 16px;
}
.credit-text a{
   color:#0091BF;
}
/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: start;
  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(75 57 145 / 54%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px; 
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.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(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--secondary-color);
}
/* About us Inner */
.inner-abt-img{
   box-shadow: rgba(62, 64, 149, 0.35) 0px 60px 40px -7px;
   border-radius: 30px !important;
   outline: 8px solid var(--color-white);
}
.detcon-inweserv{
  margin-top: 25px;
}
.inner-sub-head {
    position: relative;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.indweserve-img-wrap img{
   height: 400px;
   width:100%;
   object-fit: cover;
   border-radius: 15px;
}
.qualsha-card{
  position: relative;
  border: none !important;
  background-color: var(--primary-color) !important;
  padding: 0;
box-shadow: rgba(75, 57, 145, 0.2) 0px 13px 27px -5px,
            rgba(75, 57, 145, 0.25) 0px 8px 16px -8px;

}
.qualsha-heading {
    margin-top: 80px;
    text-align: center;
    color: var(--secondary-color);
    background-color: #fff;
    padding: 7px 5px;
    font-size: 25px;
    font-weight: 700;
}
.qualsha-avatar {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #dad5ef;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 5px 18px rgba(75, 57, 145, 0.25);
}
.qualsha-avatar img{
  height: 100%;
  width: auto;
}
.qualsha-body{
  padding: 25px;
}
.qualsha-body p{
  color: var(--color-white);
  text-align: center;
}
.qualsha-card.even{
   background-color: #15b838 !important;
   box-shadow: rgba(249, 45, 59, 0.15) 0px 13px 27px -5px,
            rgba(249, 45, 59, 0.2) 0px 8px 16px -8px !important;

}
.qualsha-card.even .qualsha-heading{
   color: var(--primary-color) !important;
}
.qualsha-card.even .qualsha-avatar {
    border: 5px solid #f9d6d8 !important;
    box-shadow: 0px 5px 18px rgba(249, 45, 59, 0.2) !important;
}
.qualsha-card.even .qualsha-avatar img{
     position: relative;
    left: 2px;
}
/* Team */
.team-section, .pattern-2{
  position: relative;
  z-index: 1;
}
.team-section::before, .pattern-2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url('../img/bg/texture-2.png');
  background-repeat: no-repeat;
  background-size: cover;
filter: invert(14%) sepia(16%) saturate(2300%) hue-rotate(205deg) brightness(85%) contrast(98%);
  opacity: 0.1;
}
.team-one-single{
     position: relative;
     display: block;
     margin-bottom: 30px;
 }
 .team-one-img {
     position: relative;
     display: block;
 }
.team-one-img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(114 115 118 / 39%);
    border-radius: 10px 10px 0 0;
    content: "";
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
 .team-one-single:hover .team-one-img:before{
     transform: scale(1);
 }
 .team-one-img img {
    height: 250px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
    border-radius: 10px 10px 0 0;
}
 .team-one-hover {
     position: absolute;
     bottom: 30px;
     left: 50%;
     transform: translateX(-50%);
 }
 .team-one-social{
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     transform: translateY(70px);
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .team-one-single:hover .team-one-social{
     transform: translateY(0);
 }
 .team-one-social a{
     display: -webkit-box;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
     -webkit-box-pack: center;
     justify-content: center;
     text-align: center;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     border: 1px solid var(--color-white);
     background-color: var(--secondary-color);
     color: #ffffff;
     font-size: 15px;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 .team-one-social a:hover{
     background: var(--primary-color);
 }
 .team-one-social a+a{
     margin-left: 10px;
 }
.team-one-content {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    background-color: rgb( 255, 255, 255 );
   box-shadow: 0px 0px 51px 0px rgba(62, 64, 149, 0.15);
}
.team-one-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px; 
    text-transform: capitalize;
}
 .team-one-content p {
     font-size: 16px;
     color: var(--primary-color);
     font-weight: 700;
     margin: 0; 
 }
 .milestone-img-wrap {
    width: fit-content;
    /* background-color: #FFF; */
    border-radius: 10px;
   /* box-shadow: rgba(75, 57, 145, 0.3) 0px 1px 2px 0px,
            rgba(75, 57, 145, 0.15) 0px 2px 6px 2px; */
    box-shadow: 
  rgba(75, 57, 145, 0.25) 0px 50px 100px -20px, 
  rgba(75, 57, 145, 0.3) 0px 30px 60px -30px,   
  rgba(75, 57, 145, 0.35) 0px -2px 6px 0px inset; 

}
 .milestone-img-wrap img{
  border-radius: 10px;
 }
 /* Inner product page */
.inner-lg-heading {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.inner-lg-heading:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.inner-lg-heading: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;
}
.product-item.inner {
  position: relative;
  overflow: hidden;
  padding: 5px !important;
  outline: 1px dashed #4b3991ab !important;
  background: #3e40953b !important;
  border: none !important;
}

.product-item.inner .product-img {
    position: relative;
    overflow: hidden;
    display: block;
    border: 2px solid #4b3991ad;
}
.product-item.inner .product-img img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}
.product-item.inner .product-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 57, 145, 0.55);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.product-item.inner .ico-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #f92d3b;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  z-index: 2;
}
.product-item.inner .ico-wrap i {
  font-size: 25px;
  color: #fff;
}
.product-item.inner:hover img {
  transform: scale(1.1);
}
.product-item.inner:hover a::after {
  opacity: 1;
}
.product-item.inner:hover .ico-wrap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* Contact Us */
.contact-content {
  background: var(--color-white);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgba(75, 57, 145, 0.05);
}
.contact-info {
  height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 0 30px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(75, 57, 145, 0.1) 0px 0px 5px 0px,
            rgba(75, 57, 145, 0.1) 0px 0px 1px 0px;
}
.contact-info::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 0 10px 0 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.contact-info-icon {
  font-size: 25px;
  color: var(--color-white);
  width: 60px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: var(--secondary-color);
}
.contact-info h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-info p span{
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}
.cont-form-section{
  position: relative;
}
/* .cont-form-section::before{
  content: '';
  position: absolute;
  background-color: #04053321;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */
.cont-form-section{
    background-image: url(../img/bg/contact.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.ctcfmqte-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    background-color: rgb(235 234 240 / 68%);
    border: 2px solid rgb(245 244 251);
    border-bottom-width: 4px !important;
    border-radius: 10px;
}
.ctcfmqte-con h1 {
    /* color: var(--secondary-color); */
    color: var(--color-dark);
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgb(255 255 255 / 74%);
    margin-bottom: 30px;
}
.ctcfmqte-con h6{
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ctcfmqte-con p{
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
}
.contus-form-wrapper{
  padding: 25px;
  background-color: var(--primary-color);
  border-radius: 25px;
}
.contus-form-wrapper .form-title {
    position: relative;
    color: var(--color-white);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.contus-form-wrapper .form-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 70px;
    background-color: var(--color-white);
    border-radius: 10px;
}
.contus-form-wrapper .form-control.ff{
   height: 45px !important;
}
.contus-form-wrapper .form-control{
  border-radius: 10px !important;
  background-color: #fff;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
.contus-form-wrapper .form-control:focus{
  box-shadow: none !important;
}
.contus-form-wrapper .form-label{
    color: var(--color-white);
}
/* Infrastructure */
.infrastructure-section{
   padding-top: 50px;
}
.infra-intro-section {
    padding: 50px 0;
    background-image: url(../img/bg/infrastructure.jpg);
    background-position: center;
    background-size: 2000px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
}
.infra-intro-section::before{
  content: '';
  position: absolute;
  background-color: #04053321;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.infra-intro-wrapper h3{
  font-size: 40px;
  width: fit-content;
   background-color: var(--secondary-color);
   color: var(--color-white);
   padding: 7px 15px;
   margin-bottom: 0;
   border-radius: 10px;
}
.infra-intro-list-wrapper{
  margin-top: 30px;
}
.infra-intro-list {
  list-style: none; 
  padding-left: 0;  
}
.infra-intro-list li {
  color: var(--color-white);
  font-size: 23px;
  position: relative;
  padding-left: 32px; 
  margin-bottom: 8px;
}
.infra-intro-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url("../img/icons/check.png") no-repeat center center;
    background-size: contain;
}
/* Gallery */
.infra-gallery-section{
  padding: 70px 0;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
    border-radius: 20px;
    box-shadow: rgba(75, 57, 145, 0.35) 0px 5px 15px;
}
.gallery-card img {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.8s ease;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(75, 57, 145, 0.55);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}
.zoom-icowrap {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    outline-offset: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1);
    opacity: 0;
    z-index: 2;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); 
    opacity: 1;
}
.zoom-icowrap i{
    color: var(--secondary-color);
    font-size: 25px;
}
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
