@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #F4F5EE;
  background: #000;
  font-family: "Onest", sans-serif;
}
.f-onset {
  font-family: "Onest", sans-serif;
}
.f-rethink{
  font-family: "Rethink Sans", sans-serif;
}
.f-light{
    font-weight: 300;
}
.f-regular{
    font-weight: 400;
}
.f-medium{
    font-weight: 500;
}
.f-semibold{
    font-weight: 600;
}
.f-bold{
    font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    height: 5vw;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #000000;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85vw;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
.navbar .active, .navbar .active:focus, .navbar .dropdown ul a.active, .navbar .dropdown ul li:last-child a.active{
    color: #fff !important;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
#navbar ul .nav-link {
    font-size: 0.89vw;
   
    color: #F4F5EECC;

    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
   
    font-weight: 400;
    margin: 0px 3px;
    margin-top: 1.7vw;
    position: relative;
    padding: 0px 8px;
    font-family: "Onest", sans-serif;
}

.navbar-brand {
    position: absolute;
    top: 1.3vw;
    left: 0;
    padding: 0;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 95%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 36px;
}
  footer{
    position: relative;
     font-family: "Onest", sans-serif;
  }
.main-footer {
    background:#000000;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    font-family: "Onest", sans-serif;
    border-top: 1px solid #F4F5EE4D
}
  .btm-strip {
     background: #F4F5EE;

  }
.btm-strip p {
    font-size: 0.89vw;
    color: #101010;
    font-weight: 400;
}
span.dot {
    color: #000;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 32%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #F4F5EE;
    margin-top: 20px;
    font-size: 0.89vw;
    line-height: 140%;
    width: 89%;
    font-weight: 400;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 20%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 1.15vw;
    font-weight: 500;
    margin-bottom: 1vw;
}
.social-box a {
    margin-right: 1.3vw;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 24%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 0.6vw;
    /* line-height: 20px; */
    color: #F4F5EE;
    font-size: 0.89vw;
    font-weight: 400;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
}
.column p {
    color: #F4F5EE;
    width: 100%;
    font-size: 0.89vw;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-wrapper img {
    margin-right: 1vw;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: fit-content;
    height: 2.4vw;
    background: #3233CC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4F5EE;
    font-size: 0.89vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: "Onest", sans-serif;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 3.44vw;
    cursor: pointer;
    font-weight: 500;
    padding: 0 0.6vw;
}
/*.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}*/
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 1vw 15px 16px 1vw;
    position: relative;
}
.btm-strip a,.btm-strip a:hover{
    font-size: 0.89vw;
    color: #101010;
    font-weight: 400;
}
.btm-strip {
  color:#fff;
}
.home-banner h2 {
    font-size: 2.6vw;
    text-align: center;
    color: #F4F5EE;
    line-height: 120%;
}
.home-banner .caption {
    position: absolute;
    top: 64%;
    width: 49%;
}
.home-banner {
    margin-top: 5vw;
    position: relative;
}
.home-banner .caption h1 {
    font-size: 2.6vw;
    color: #fff;
}
.home-banner .caption a {
     margin-top: 1.5vw;
}
.home-banner .caption a img {
    position: relative;
    left: 6px;
}
.partners{background: #000;}
.partners .slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 7vw;
}
.partners .slide-track {
    display: flex;
    width: max-content;
    animation: scroll 10s linear infinite;
    margin-top: 2.5vw;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.partners .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 16vw;
}
.subheading {
    color: #F4F5EE;
    font-size: 1.04vw;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}
.subheading img {
    margin-right: 10px;
}
.slide img {
    mix-blend-mode: luminosity;
}
.product-line {
    background: #000;
    padding-bottom: 4vw;
    position: relative;
    padding-top: 4vw;
}
.product-line .blue-overlay {
    position: absolute;
    bottom: -31vw;
    width: 61%;
    z-index: 2;
    left: 50%;
    transform: translateX(-49%);
    mix-blend-mode: difference;
}
.product-line .blue-overlay2 {
    position: absolute;
    top: -31vw;
    width: 61%;
    z-index: 2;
    left: 50%;
    transform: translateX(-49%);
    mix-blend-mode: difference;
}
.heading {
    color: #F4F5EE;
    font-size: 2.08vw;
    font-weight: 600;
    font-family: "Rethink Sans", sans-serif;
    line-height: 120%;
    margin-top: 13px;
    text-transform: capitalize;
}
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-box p{
    color: #F4F5EECC;
    font-size: 1.04vw;
    font-family: "Onest", sans-serif;
}
.product-slider {
    padding-left: 7.8vw;
    margin-top: 2.8vw;
}
.product-slider .item h5{
    color: #9F9EEA;
    font-size: 1.25vw;
    line-height: 120%;
}
.product-slider .item p{
    font-size: 1.04vw;
    line-height: 130%;
}
.product-slider .owl-stage{padding-left: 0 !important;}
.product-slider .img-box {
    margin-bottom: 1.5vw;
}


.product-slider.owl-theme .owl-dots .owl-dot span {
    width: 26vw;
    height: 0.21vw;
    margin: 5px 0px;
    background:#f4f5ee45;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.product-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
 {
    background: #F4F5EE;
}

.industry-section {
    position: relative;
    height: 49.48vw;
    overflow: hidden;
    padding: 6vw 0;
}
.industry-section .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  z-index: 1;
}
.industry-section .bg1 { background-image: url('../images/hvac-bg.webp'); }
.industry-section .bg2 { background-image: url('../images/data-center-bg.webp'); }
.industry-section .bg3 { background-image: url('../images/power-bg.webp'); }
.industry-section .bg4 { background-image: url('../images/industrial-bg.webp'); }
.industry-section .bg4 { background-image: url('../images/process-bg.webp'); }
.industry-section .bg5 { background-image: url('../images/fuel-bg.webp'); }
.industry-section .bg6 { background-image: url('../images/commercial-bg.webp'); }
.industry-section .bg7 { background-image: url('../images/electronc-bg.webp'); }
.industry-section .bg8 { background-image: url('../images/infrastructure-bg.webp'); }
.industry-section .bg9 { background-image: url('../images/cosumer-bg.webp'); }
.industry-section .bg10 { background-image: url('../images/process-industry.webp'); }

.industry-section .bg-layer.active {
  opacity: 1;
}
.industry-section .industry-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
  /*  border: 17px solid #fff;*/
    width: 94%;
    margin: 0 auto;
}
.industry-section .industry-content {
    width: 45%;
    padding: 3vw 0px 3vw 2vw;
    background: #fff;
    color: #fff;
    height: 36.2vw;
    overflow: hidden;
}
.industry-section .industry-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.industry-list li {
    padding: 0.78vw 0.73vw;
    margin-bottom: 2vw;
    cursor: pointer;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s ease;
    color: #101010;
    font-size: 1.15vw;
    line-height: 120%;
     width: 95%; 
    display: flex;
    align-items: center;
}
.industry-list li .iconbox img {
    width: 65%;
    margin-right: 0;
}
.industry-list li .iconbox {
    width: 4vw;
    height: 4vw;
    background: #3233cc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1vw;
}
.industry-list{
    height: 24.2vw;
    overflow-y: auto;
}
.industry-list li:hover,
.industry-list li.active {
 background: #D698992B;
}
.industry-container .left-box {
    width: 55%;
}
.industry-section .subheading{
    color: #9C0103;
}
.industry-list::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.industry-list::-webkit-scrollbar-track {
  background: #D9D9D9; 
}
 
/* Handle */
.industry-list::-webkit-scrollbar-thumb {
  background: #8D8D8D; 
}

/* Handle on hover */
.industry-list::-webkit-scrollbar-thumb:hover {
  background: #8D8D8D; 
}
.red{color: #9C0103;}
.capabilities{
  background: #000001;
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
}
.capabilities .divder {
    position: absolute;
    left: 48.3%;
    transform: translate(-50%, -50%);
    top: 58.5%;
    width: 62%;
}
.capabilities .container {
    position: relative;
    z-index: 19;
}
.capabilities .blue-overlay {
    position: absolute;
    top: -55vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    width: 100%;
    mix-blend-mode: difference;
}
.capabilities-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin:4vw auto 0;
}
.capabilities-single .icon-box{
    width: 3.13vw;
    height: 3.13vw;display: flex;align-items: center;justify-content: center;
    background: #3233CC;border-radius: 50px;margin: 0 auto 1.2vw;
}
.capabilities-single h3 {
    color: #F4F5EE;
    font-size: 1.25vw;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0.9vw;
}
.capabilities-single p {
    font-size: 0.79vw;
    margin-bottom: 0;
    text-align: center;
    padding: 0.42vw;
    background: #000001;
    border-radius: 2.66vw;
    margin: 0 0.6vw 0.5vw;
    transition: all 0.2s;
}
.capabilities-single {
    padding: 1.25vw;
    border-radius: 1.25vw;
    transition: all 0.2s;
    border-bottom: 1px solid #000001;
    width: 94%;
    margin-bottom: 2vw;
    margin-top: 1vw;
}
.capabilities-single:hover{
    background: #3233CC24;
    border-bottom: 3px solid #3233CC;
}
.capabilities-single:hover p{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(9, 9, 36, 0) 76.76%);
}
.capabilities-single .text-wrapper{
    display: flex;
    flex-wrap: wrap;justify-content: center;
}
.font20{font-size: 1.04vw;}
.focus{position: relative;}
.focus .focus-box {
    background: #F4F5EE;
    height: 6.83vw;
    width: 22.19vw;
    padding: 1.25vw;
    position: absolute;
    right: 0;
    bottom: 2vw;
}
.focus-box p{color: #101010;}
.focus-box a img {
    left: 0.38vw;
    position: relative;
}
.focus .play {
    position: absolute;
      cursor: pointer;
    width: 3%;
    bottom: 6vw;
    left: 9vw;
}

p{
    font-size: 0.89vw;
    color: #F4F5EECC;
    font-family: "Onest", sans-serif;
}
.manufacturing {
    background: #000;
    padding:5vw 0;
}
.manufacturing .common-btn img,
.ready-start .common-btn img {
    position: relative;
    left: 6px;
}
.manufacturing p {
    margin: 1vw 0 2vw;
}
.manufacturing .img-box {
    float: right;
}
.ready-start{position: relative;}
.ready-start .text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ready-start .common-btn{margin: 0 auto;}
.product-line .owl-dots {
    position: relative;
    left: -4vw;
    margin-top: 5vw;
}
.product-line .owl-theme .owl-nav [class*=owl-],.product-line .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.product-line .owl-prev{
    position: absolute;
    left: 7.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.product-line .owl-next{
    position: absolute;
    right: 7.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.breadcum {
    position: relative;
    margin-top: 5vw;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size:3.13vw;
    line-height: 120%;
    color:#F4F5EE;
    text-transform: capitalize;
    font-weight: 700;
     font-family: "Rethink Sans", sans-serif;
}
.breadcrum-list {
    font-size: 1.04vw;
    color: #F4F5EE;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    align-items: center;
    display: none;
}
.breadcrum-list span {
    position: relative;
    top: 3px;
    margin: 0 4px;
}
.breadcrum-list a{
     color: #F4F5EE;
}
.page-overview h1{
    color: #F4F5EE;
    line-height: 120%;
    font-weight: 700;
    font-family: "Rethink Sans", sans-serif;
    font-size: 2.6vw;
}
.page-overview {
    background: #000;
    border-top: 1.6px solid #F4F5EE4D;
    margin-top: 5vw;
    padding-top: 2vw;
    padding-bottom: 1.5vw;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.page-overview ul li a {
    color: #F4F5EE;
    font-size: 1.04vw;
    font-weight: 300;
    line-height: 130%;
    border-bottom: 1px solid #F4F5EE33;
    display: block;
    margin-bottom: 2vw;
    padding-bottom: 0.8vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  border-radius: 8px; /* adjust if needed */
  z-index: 1;
padding-top: 0.8vw;

}
.page-overview ul li a:hover img {
  animation: arrowMove 0.6s ease;
}
@keyframes arrowMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(15px); /* move down */
    opacity: 0;
  }
  41% {
    transform: translateY(-15px); /* jump to top */
    opacity: 0;
  }
  100% {
    transform: translateY(0); /* return */
    opacity: 1;
  }
}

.page-overview ul li a:hover{
      background: #3233CC24;
}
.page-overview ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(90.58deg, #3233CC 0%, rgba(25, 26, 102, 0) 97.04%);

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
  opacity: 0;
}
.page-overview ul li a:hover:before{
    opacity: 1;
}
.page-overview .row {
    margin-top: 1.8vw;
}
.page-label {
    display: flex;
    align-items: center;
}
.page-label span {
    margin-left: 0.6vw;
}
.about-company h3.company-info {
    color: #F4F5EE;
    font-size: 1.56vw;
    line-height: 130%;
    width: 86%;
}
.about-company {
    padding: 8vw 0 3vw;
}
.company-counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 6vw;
}
.counter-single h4{font-size: 2.08vw;}
.counter-single {
    position: relative;
    padding: 2vw 0;
}
.counter-single::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px; /* border thickness */
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 16.43%,
    rgba(255, 255, 255, 0.24) 45.36%,
    rgba(255, 255, 255, 0) 100%
  );
}
.company-counter .counter-single:last-child:after{background: unset;}
.vision-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 3vw auto 0;
    gap: 2vw;
}
.vision-single img{
    display: block;
    margin: 0 auto;
}
.vision-single h4 {
    color: #F4F5EE;
    line-height: 130%;
    font-size: 1.77vw;
    margin-top: 1vw;
}
.vision-single p{line-height: 120%;margin: 0 auto;width: 70%;}
.vision-single {
    position: relative;
    border-radius: 12px;
    /* background: #000; */
    padding: 2vw;
}
.vision-single::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 12px;
    background: linear-gradient(107.32deg, rgba(244, 245, 238, 0.25) 1.83%, rgb(255 255 255 / 0%) 86.74%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.vision-mission {
    padding-top: 9vw;
}
.vision-single:last-child{
    position: relative;
    top: 4vw;
}
.focus-portfolio {
    background: #FFFFFF24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.83vw 1.56vw;
    border-radius: 4.48vw;
    width: 66%;
    margin: 8vw auto 0;
}
.focus-portfolio .common-btn img {
    position: relative;
    left: 0.3vw;
}
.why-we .img-box{float: unset;}
.what-we ul li,
.why-we ul li{
    font-size: 0.89vw;
    color: #F4F5EECC;
    font-family: "Onest", sans-serif;
    list-style: decimal;
}
.what-we ul,
.why-we ul{
    padding-left: 1vw;
    margin-top: -1vw;
}
.row.align-items-center.what-we {
    width: 97%;
    margin: 0 auto;
}
.why-we p{
    width: 88%;
}
.what-we{padding-top: 4vw;}
.contact-main ul .nav-link {
    color: #F4F5EE66;
    line-height: 120%;
    font-weight: 500;
    font-size: 1.25vw;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 0 0.6vw;
    position: relative;
    padding-bottom: 16px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(9, 9, 36, 0) 76.76%);
    border-radius: 30px;
    padding-left: 34px;
    padding-top: 15px;
}
.contact-main ul .nav-link::before{
    position: absolute;
    content: "";
    background: #3233CC;
    height: 3px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
/*.contact-main ul .nav-link.active:before{width: 100%;}*/
.contact-main ul .nav-link.active{
    color:#0173e4;
    background-color: transparent;border: 0;
}
.contact-main ul{display: flex;align-items: center;justify-content: center;border-bottom: 0;}
section.contact-main {
    padding: 5vw 0;
}
.contact-info .icon-box{
    height: 3.13vw;width: 3.13vw;border-radius: 50%;
    display: flex;align-items: center;justify-content: center;
    background: #3233CC;
}
.contact-info .text-box {
    width: 68%;
    padding-left: 0.7vw;
}
.contact-info a,
.contact-info p{
    font-size: 0.89vw;font-weight: 400;line-height: 120%;color: #F4F5EE;
}
.contact-info h5{
    font-size: 1.15vw;
    line-height: 1.25vw;
    letter-spacing: 4%;
    text-transform: capitalize;
}
.contact-info{margin-bottom: 2vw;}
.form-box {
    background: linear-gradient(180deg, rgba(1, 1, 6, 0) 0%, rgba(50, 51, 204, 0.24) 100%);
    padding: 1.6vw;
    width: 87%;
    float: right;
    padding-bottom: 2vw;
    position: relative;
    border-radius: 26px;
}
.form-box::before{
      content: "";
    position: absolute;
    inset: 0;
    padding: 6px; /* same as your border thickness */
    border-radius: 12px; /* adjust if needed */
    background: linear-gradient(
        111.99deg,
        rgba(50, 51, 204, 0.12) 0.67%,
        #000000 83.83%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.contact-main .row {
    margin-top: 4vw;
    position: relative;
    border-radius: 50px;
    padding: 2.3vw;
}

.contact-main .row::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px; /* border thickness */
  border-radius: 20px;
  background: linear-gradient(
    111.99deg,
    rgba(50, 51, 204, 0.42) 0.67%,
    #000000 83.83%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.form-control, .form-control:focus {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #F4F5EE4D;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0.7vw;
    padding-left: 0.7vw;
    font-weight: 500;line-height: 1.25vw;
    font-size: 0.89vw;
    color: #F4F5EE;
    box-shadow: none;
}
::placeholder{
    color: #F4F5EECC !important;
}
.form-group {
    margin-bottom: 2.8vw;
}
.contact-main form {
    margin-top: 2.6vw;
}
.contact-main button {
    border: 0;
    padding: 0 0.8vw;
}
.contact-main button img {
    position: relative;
    left:0.6vw;
}
select {
  background-color: transparent;
  color: #fff; /* text color */
  border: 1px solid #444;
}

select option {
  background-color: #07071c;
  color: #fff;
}
.contact-info:hover .icon-box img{transform: scale(1.2);}
.contact-info .icon-box img{transition: all 0.5s;}

#milestones {
    overflow: hidden;
    position: relative;
}
#milestones .blue-overlay {
    position: fixed;
    top: -43vw;
}
#milestone-section {
    align-items: center;
    display: flex;
    /* overflow-x: auto; */
    /* scroll-snap-type: x mandatory; */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding:7.542vw   0 7.542vw;
    /* width: calc(100% - 14vw); */
    margin: 0 7vw;
    position: relative;
}
#milestone-section:before {
    content: '';
    height: 1.25vw;
    aspect-ratio: 1 / 1;
    background: #3233CC;
    position: absolute;
    top: 53.3%;
    left: 20%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: left 2s ease;
    z-index: 11;
}
.timeline-progress-wrapper {
    position: absolute;
    /* top: 45.9%; */
    top: 52.9%;
    left: 4%;
    /* transform: translate(-50%, -50%); */
    /* width: 330.5vw; */
    /* width: 314.5vw; */
    width: 296.5vw;
    height: 0.417vw;
    overflow: hidden;
    z-index: 1;
}
.timeline-progress {
    position: relative;
    width: 57.5%;
    height: 100%;
 background: #F4F5EE4D;

    border-radius: 50px;
}
.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background:#3233CC;
    border-radius: 50px;
}
.timeline {
    display: flex;
    /* width: 530vw; */
    width: 413vw;
}
.timeline-slide {
    /* flex: 0 0 100%; */
    position: relative;
    text-align: left;
    /* scroll-snap-align: start; */
    padding-top: 4.167vw;
    padding-bottom: 6vw;
    padding-left: 8vw;
    width: 31vw;
    /* width: 86vw; */
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}
.timeline-line {
    position: absolute;
    top: 55%;
    left: 0%;
    width: 100%;
    height: 0.417vw;
    background-color: #EEEEEE;
    transform: translateY(-50%);
    border-radius: 30px;
    display: none;
}
.timeline-content {
    position: relative;
    display: inline-block;
    width: 22.708vw;
    gap:4.771vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}
.timeline-content img {
     border-radius: 1.563vw;
    overflow: hidden;
}
.timeline-content div {
    /* padding-left: 3.49vw; */
    width: max-content;
    margin: 0 auto;
}
#milestone-section .timeline-slide:nth-child(even) .timeline-content {
    flex-direction: column-reverse;
    top: 6vw;
}
#milestone-section .timeline-slide:nth-child(even) .timeline-content img {
    position: relative;
    top: -1vw;
}
.timeline-content h3{
    text-align: center;
    font-size: 2.08vw;
    color: #F4F5EE4D;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
}
.timeline-content h4{
    color: #F4F5EE4D;
    font-weight: 500;
    font-size: 1.15vw;
    text-transform: capitalize;
    text-align: center;
}
.product-slider{
    position: relative !important;
    z-index: 10 !important;
}
.capabilities .img-box img {
    width: 94%;
}
.material-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.5vw;
    justify-content: center;
}
.material-single {
    width:28%;
    margin: 0 1vw 2vw;
    background: #3233cc30;
    border-bottom: 4px solid #3233CC;
    padding: 1.3vw 0.83vw;
    border-radius: 0.42vw;
}
.material-single h5{
    font-size: 1.25vw;
    line-height: 120%;
}
.material-single .type{
    color: #F4F5EECC;
    font-size: 0.83vw;
    font-weight: 400;line-height: 140%;
}
.material-single .top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc73;
    margin-bottom: 1vw;
    height: 5.7vw;
}
.material-single .top-wrapper span {
    border: 1px solid #F4F5EECC;
    border-radius: 30px;
    padding: 0.52vw;
}
.material-single .top-wrapper span img {
    margin-right: 7px;
}
.capabilities {
   position: relative;
   overflow: hidden;
}

.capabilities-slider {
   position: relative;
    overflow: hidden;
    height: 29vw; /* adjust as needed */
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
    z-index: 0;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}
.slider-controls {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   margin-top: 40px;
}
.slider-controls button {
    background: none;
    border: none;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.progress-line {
    width: 89%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.progress {
   height: 100%;
   width: 0%;
   background: #fff;
   transition: width 0.4s ease;
}
.material{
    position: relative;
}
.material .blue-overlay {
    position: absolute;
    bottom: -74vw;
}
.page-overview .tags p {
    padding: 0.31vw 0.8vw;
    border: 1px solid #F4F5EECC;
    border-radius: 2.92vw;
    margin-right: 1.1vw;
}
.page-overview .overview-p{
    width: 89%;
}
.font22{
    font-size: 1.15vw;
}
.buyer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5vw;
}
.buyer-wrapper .buyer-single {
    width: 30%;
    margin-bottom: 3vw;
}
.buyer-wrapper .buyer-single .icon-box{
    width: 3.13vw;
    height: 3.13vw;
    display: flex;align-items: center;justify-content: center;
    background: #3233CC;
    border-radius: 80px;
    margin: 0 auto 1vw;
}
.why-buuyer {
    padding: 5vw 0;
    position: relative;
    overflow: hidden;
}
.why-buuyer .effect{
    position: absolute;
    bottom: -97vw;
    inset: 0;
    /* backdrop-filter: blur(20px); */
    background: rgba(255, 255, 255, 0.05);
    top: -42vw;
    left: 0;
}
.systems-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3vw;
}
.systems-single {
    height: 18.96vw;
    background: #3233cc2b;
    border-bottom: 3px solid #3233CC;
    padding: 1.25vw;
    border-radius: 0.83vw;
    width: 30%;
}
.systems-single ul li{
    font-size: 0.89vw;
    position: relative;
}
.systems-single ul li::before {
    position: absolute;
    content: "";
    background: url(../images/check-circle.svg) no-repeat;
    width: 100%;
    height: 100%;
    left: -1.4vw;
    top: 2px;
}
.systems-single .icon-box {
    width: 3.13vw;
    height: 3.13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3233CC;
    border-radius: 80px;
    margin: 0 auto 1vw;
}
.systems-single ul li {
    font-size: 0.89vw;
    position: relative;
    color: #F4F5EECC;
    margin-bottom: 1.3vw;
}
.systems-single ul {
    margin-top: 1.3vw;
    padding-left: 27px;
}
.repeatability h5 {
    color: #F4F5EECC;
    margin-bottom: 9px;
}
.repeatability .heading {
    margin-bottom: 1.3vw;
}
.repeatability .text-box p {
    margin-bottom: 1.1vw;
    margin-top: 0;
}
.repeatability .img-box img{
    width: 94%;
}
.infrastructure .item{
    position: relative;
}
.infrastructure .text-box {
    background: #F4F5EE;
    height: 6.15vw;
    padding: 1.56vw;
    border-radius: 25px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21.51vw;
}
.infrastructure .text-box h4{
    color: #101010;
    margin-bottom: 0;
}
.infrastructure-slider{
    margin-top: 3.5vw;
}
.infrastructure .owl-theme .owl-dots .owl-dot span {
    width: 26vw;
    height: 0.21vw;
    margin: 5px 0px;
    background: #f4f5ee45;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.infrastructure .owl-theme .owl-dots .owl-dot:nth-child(1) span{
    border-radius: 30px 0px 0px 30px;
}
.infrastructure .owl-theme .owl-dots .owl-dot:nth-child(3) span{
    border-radius: 0px 30px 30px 0px;
}
.infrastructure .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F4F5EE;
}
.infrastructure .owl-prev {
    position: absolute;
    left: 7.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.infrastructure .owl-next {
    position: absolute;
    right: 7.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.infrastructure .owl-theme .owl-nav [class*=owl-], .infrastructure .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-dots{
    margin-top: 2.4vw;
}



.progress-section {
  position: relative;
}

/* Full height progress line */
.scroll-progress {
    position: absolute;
    top: 0;
    right: 50%;
    width: 6px;
    height: 100%;
    background: #e5e5e5;
}

/* Filled part */
.scroll-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;  /* start from 10% */
  background: #c3c4be;
  transition: height 0.1s ease-out;
}

/* Moving dot */
.progress-dot {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 1.1vw;
    height: 1.1vw;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(50, 51, 204, 0.2);
}
.quality-wrapper .left-box h5{
    font-size: 1.82vw;
    text-align: right;
}
.quality-wrapper .left-box h4{
    font-size: 1.56vw;
     text-align: right;
}
.quality-wrapper ul li {
    list-style-type: disc;
    font-size: 0.89vw;
    color: #F4F5EECC;
}
.quality-wrapper .left-box {
    padding-right:12vw;
}
.quality-wrapper .right-box {
    padding-left: 8vw;
}
.quality-wrapper {
    margin-bottom: 4vw;
    position: relative;
     opacity: 0.5;
  transition: opacity 0.3s ease;
}
.quality-wrapper.active {
  opacity: 1;
}
.quality-wrapper::before {
    position: absolute;
    width: 1.1vw;
    height: 1.1vw;
    background: #fff;
    content: "";
    border-radius: 50%;
    left: 50.1%;
    transform: translateX(-50%);
}
.quality-wrapper.active::before {
  background: #fff; /* active color */
}

.quality-wrapper:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.quality-wrapper:nth-child(2n) .row .left-box h5,
.quality-wrapper:nth-child(2n) .row .left-box h4{
    text-align: left;
}
.quality-wrapper:nth-child(2n) .row .left-box {
    padding-left: 8vw;
    padding-right: 0;
}
.quality-wrapper ul {
    padding-left: 1vw;
    margin-bottom: 2vw;
}
.quality-wrapper:nth-child(2n) .row .right-box {
    padding-left: 18.2vw;
}
.indutries .text-box .icon-box{
    background: #3233CC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 4.27vw;width: 4.27vw;
}
.indutries .heading {
    margin: 1.5vw 0;
}
.indutries {
  position: relative;
   padding-top: 4vw;
}
.indutries .row {
    transition: transform 0.4s ease;
    position: sticky;
    width: 100%;
    transform: scale(1.0);
    top: 276px;
    transform-origin: top center;
    background: #000;
    border-radius: 15px;
}
.indutries-slider.owl-theme .owl-dots .owl-dot span {
    width:22.7vw;
    height: 0.21vw;
    margin: 5px 0px;
    background: #f4f5ee45;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.indutries-slider.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    border-radius: 30px 0px 0px 30px;
}
.indutries-slider.owl-theme .owl-dots .owl-dot.active span, .indutries-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #F4F5EE;
}
.indutries-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    border-radius: 0px 30px 30px 0px;
}
.indutries-slider.owl-theme .owl-nav [class*=owl-], .indutries-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.indutries-slider .owl-prev {
    position: absolute;
    left: 5.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.indutries-slider .owl-next {
    position: absolute;
    right: 5.4vw;
    bottom: -0.4vw;
    z-index: 10;
}
.indutries-slider .icon-box img{
    width: auto !important;
}
.indutries-slider .text-box {
    width: 87%;
}
.product .left-box, .product .right-box {
    position: relative;
    border-radius: 0.83vw;
    padding: 1.3vw;
    
    height: 50vw;
    position: relative;
  border-radius: 10px; /* adjust as needed */
  z-index: 1;
}

.product .left-box::before, .product .right-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(92.54deg, rgb(244 245 238 / 25%) 48.26%, rgba(0, 0, 0, 0) 120.75%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.product .left-box .common-btn img{
    position: relative;
    left: 0.4vw;
}

.product .left-box ul {
    padding-left: 1.5vw;
    margin-bottom: 2vw;
}
.product .left-box ul li {
    font-size: 0.89vw;
    color: #F4F5EECC;
    position: relative;
    margin-bottom: 0.6vw;
}
.product .left-box ul li::before {
    position: absolute;
    content: "";
    background: url(../images/check-circle.svg) no-repeat;
    width: 100%;
    height: 100%;
    left: -1.5vw;
}
.product .right-box p{
    margin-top: 1vw;
}
.service-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw 1vw;
    margin-top: 4vw;
}
.service-single .icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3233CC;
    width: 3.13vw;
    height: 3.13vw;
    border-radius: 50%;
    margin: 0 auto 1vw;
}
.product {
    padding-top: 5vw;
    position: relative;
    z-index: 10;
}
.product .blue-overlay {
    position: absolute;
    bottom: 81vw;
    /* background: red; */
    mix-blend-mode: difference;
}
.product .img-box {
    margin: 1vw 0;
}
.product-indutry .item{
    box-shadow: 0px 4px 86.4px 0px #00000040;
    background: #07071d;
    border-radius: 0.83vw;
    margin-top: 3vw;
}
.product-indutry .item .text-box {
    background: #3233CC;
    height: 5.63vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.83vw;
    padding: 0 22px;
}
.product-indutry .item h4{
    margin-bottom: 0;
}
.product-indutry .item img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.product-indutry .item .img-box {
    padding: 2vw 0;
}

.product-indutry-slider.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    border-radius: 30px 0px 0px 30px;
}
.product-indutry-slider.owl-theme .owl-dots .owl-dot.active span, .product-indutry-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #F4F5EE;
}
.product-indutry-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    border-radius: 0px 30px 30px 0px;
}
.product-indutry-slider.owl-theme .owl-nav [class*=owl-], .product-indutry-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.product-indutry-slider .owl-prev {
    position: absolute;
    left:0;
    bottom: -0.4vw;
    z-index: 10;
}
.product-indutry-slider .owl-next {
    position: absolute;
    right:0;
    bottom: -0.4vw;
    z-index: 10;
}
.product-indutry-slider.owl-theme .owl-dots .owl-dot span {
    width:26.4vw;
    height: 0.21vw;
    margin: 5px 0px;
    background: #f4f5ee45;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.contact-main iframe{
    border-radius: 20px;
}
.product-indutry {
    background: url(../images/industry-banner-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5vw 0;
    margin: 5vw 0;
}
.industry-focus {
    position: relative;
    padding-top: 3vw;
}
section.common-page {
    padding: 4vw 0;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap.common-page a {
    display: block;
    color: #fff;
    width: fit-content;
}


.progress-section{
  position: relative;
}

.scroll-progress{
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 4px;
  background: #000; /* grey track */
}

.scroll-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, #00000000 34%, #e5e5e51f 84%, #e5e5e5 106%);
    transition: height 0.25s linear;
}
.progress-dot{
  transition: top 0.25s linear;
}
.main-process{
    padding-top: 5vw;
}
.inner-content {
    margin-top: 40px;
}




.industry-milestone h3{
    text-align: left;
    color: #F4F5EECC;
    margin-bottom: 15px;
}
.industry-milestone .timeline-content div{
    margin: unset;
    width: unset;
    height: 14vw;
}
.industry-milestone .timeline-slide {
    padding-left: 11vw;
    width: 51vw;
}

.industry-milestone .timeline-content h4 {
    text-align: left;
    color: #F4F5EECC;
    margin-bottom: 15px;
}
.industry-milestone .timeline-content {
    gap: 4.771vw;
    width: 30.708vw;
    align-items: flex-start;
}
.industry-milestone .timeline-slide:nth-child(even) .timeline-content {
    flex-direction: column-reverse;
    top: 2vw !important;
    gap: 4.771vw !important;
}
.industry-milestone .timeline-progress-wrapper {
    top: 48.9%;
    left: -1%;
    width: 396.5vw;
}
.industry-milestone .timeline-content img {
    border-radius:0;
  height: 14vw;
  border-radius: 14px;
}
.industry-milestone #milestone-section:before{
    top: 49.3%;
   /* left: 4% !important;*/
}
.industry-milestone .timeline-progress{
    width: 100%;
}



.industry-milestone .timeline-slide:last-child .timeline-content div {
    /* padding-bottom: 14vw; */
    margin-bottom: 0vw;
    top: -5vw;
    position: relative;
}
.capabilities-single .icon-box img,
.service-single .icon-box img,
.buyer-wrapper .buyer-single .icon-box img,
.systems-single .icon-box img {
    width: 3vw;
    height: 2.2vw;
}
.quality-infrastructure .owl-theme .owl-dots .owl-dot span {
    width: 15.6vw;
}
.indutries .img-box img{width: 100%;}
.product-img-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 17px;
    margin: 5px;
    padding: 7px 7px 5px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
}
.product-img-slider .owl-next {
    position: absolute;
    top: 46%;
    right: 0;
}
.product-img-slider .owl-prev {
    position: absolute;
    top: 46%;
    left: 0;
}
html {
    overflow-x: unset !important;
}
.manufacturing .container {
    position: relative;
    z-index: 1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: unset !important;
    bottom: 15px;
    z-index: 996;
    background: #0cbaa4;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: .4s;
    right: 20px !important;
}
.indutries  .headerbox {
    position: sticky;
    top: 100px;
}
.quality-infrastructure .capabilities-slider{
    height: 39vw;
}
.quality-infrastructure .item{
    position: absolute;
}
.quality-infrastructure .slide img{
    width: 100%;
}
.vision-single .icon-box {
    width: 4.13vw;
    height: 4.13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1vw;
    background: #3233cb;
}
.vision-single .icon-box img {
    width: 64%;
}
.indutries .text-box .icon-box img {
    width: 62%;
}