*{margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Urbanist", sans-serif;
font-family: "Fira Sans", sans-serif;
font-optical-sizing: auto;
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
  overflow-x:hidden;
  font-family: urbanist!important;
}
a{
color:#6e6e6e !important;
text-decoration:none !important;
}
a:hover{
color:#FD6146 !important;
}

.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #f3f3f3;

  }
.section-spacing{
padding-top:100px;
padding-bottom:100px;
}
.nav-link{
display: block;
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
font-size: 18px;
font-weight:400;
color:#6e6c6c !important;
text-decoration: none;
background: 0 0;
border: 0;
}
.nav-container {
border:1.5px solid #dfd9d9;
padding: 15px 20px;
border-radius: 6px;
box-shadow: 0.5px 0px 0.5px 0.5px #cbc0c0;
}
.top-para{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.50px;
  color: #6e6c6c;
}
.site-para {
  font-size: 16px;
  color: #777978;
  letter-spacing: 0.50px;
  line-height: 1.5;
  text-align: justify;
}

.hero-t{
    position: absolute;
    vertical-align: bottom;
    text-align: start;
    /* margin-left: -251px; */
    left: 5%
}

.swiper-button-next, .swiper-button-prev {
  color: #ff5e2a!important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: 'prev';
  font-size: 35px!important;}

  .swiper-button-next::after, .swiper-rtl .swiper-button-next::after {
    content: 'next';
    font-size: 35px!important;}



#hero-banner{
background-size: cover;
background-repeat: no-repeat;
height: 75vh;
display: grid;
place-items: center;
}
/* #hero-banner-2{
background-image:url('images/hero-1.webp');
background-size: cover;
background-repeat: no-repeat;
height: 75vh;
display: grid;
place-items: center;
} */
.head-1{
font-size: 50px;
font-weight: 700;
letter-spacing: 0.50px;
color:#464847;
font-family:Urbanist;
}
.hero-head{
font-size: 70px;
font-weight: 800;
color:#FFA40A;
font-family:Urbanist;
}
.site-button{
background: linear-gradient(98deg, rgba(244,121,68,1) 5%, rgba(253,97,70,1) 86%);
border: none;
border-radius: 6px;
padding: 15px 30px;
color:#fff;
font-weight:500;
	margin-bottom:25px;

}
.site-button:hover{
background: linear-gradient(98deg, rgba(228,68,0,1) 5%, rgba(233,95,11,1) 86%);
transition: all 0.5s linear;
}
.head-6{
font-size:19px;
color:#FF5E2A;
font-family: urbanist;
}

.p-head{
  color: #f78b00!important;
}

.head-2 {
font-size: 40px;
font-family: urbanist;
letter-spacing: 0.50px;
color: #464847;
font-weight: 700;
line-height: 1.5;
}
.service-box{
border: 1.5px dotted;
border-radius: 12px;
/* padding:20px 30px; */
}
.head-5{
font-size:18px;
color:#FF5E2A;
}
.head-4{
font-size: 23px;
font-family:Urbanist;
font-weight:700;
letter-spacing: 0.50px;
}
.box-btn {
  border: 1.5px solid #e3dcdc;
  text-align:end;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
}
.box-padding{
padding:20px 30px;
}
.img-padding {
  padding: 20px 35px 0px 0px;
}
.r-btn{
  margin:6px;
  width:50px;
  height:50px;
  border-radius: 50%;
  background:#fff1dd;
  color:#FF5E2A;
  transition: all 0.5s linear;
  font-family: 700;
}
.r-btn:hover{
  background: linear-gradient(98deg, rgba(228,68,0,1) 5%, rgba(233,95,11,1) 86%);
  color:#fff;
}
.bg-1{
  background: linear-gradient(98deg, rgba(238,249,236,1) 5%, rgba(250,241,239,1) 86%);
}
.side-banner{
  padding-left:10%;
  padding-top:5%;

}
.big-product-img{
  position:relative;
}
.b-btn {
  position: absolute;
  bottom: 10%;
  left: 33%;
}
.s-img{
  position: relative;
}
.s-btn {
  position: absolute;
  bottom: 10%;
  left: 20%;

}
.img-button{
background: rgb(244,121,68);
background: linear-gradient(98deg, rgba(244,121,68,1) 5%, rgba(253,97,70,1) 86%);
border: none;
border-radius: 6px;
padding: 8px 8px;
color:#fff;
font-weight:500;
width: 180px ;
}
.img-button:hover{
background: rgb(228,68,0);
background: linear-gradient(98deg, rgba(228,68,0,1) 5%, rgba(233,95,11,1) 86%);
}
.black-box{
  background-color:#000;
  border-radius:15px;
  padding: 50px 35px;
}
.v-text h2 {
    writing-mode:tb;
}
.num-head {
    font-size: 105px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px -1px 5px #cbc0c0;
}
.num-box{
  border: 1.5px dotted;
  border-radius: 6px;
  padding: 40px 30px;
  position: relative;
}
.n-icons {
  position: absolute;
  bottom: -13%;
  left: 40%;
}
.twenty-num{
  font-size:40px;
  color:#FC960C;
  font-family: urbanist;
  font-weight:700;
}
.why-us-bg{
  background-color: #FAF0E6;
}
.txt-clr-1{
color:#FE6C00;
}
.green-num{
  color:#3ABA00;
}
.num-head-3 {
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ff5e2a;
  color: transparent;
}
#team-bg{
  background-image: url('images/team-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;

}
.team-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 0px;
}
.social img{
  width:30px;
  height: 30px;
}

#footer ul li {
  list-style-type: none;
  font-size: 16px;
  letter-spacing: 0.50px;
  color: #5a5b5a;
  margin-bottom: 8px;
}
#footer ul li a:hover{
  color:#FD6146 !important;
}
.footer-spacing{
  padding-top: 100px;
  padding-bottom:20px;
}
/* .abt-big{
  height: 650px;
} */
.inner-bg{
  background-image: url('images/infra.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-head-1{
  font-size:60px;
  font-weight: 800;
  letter-spacing: 0.50px;

}
.contact-box{
  background-color: #fff;
  box-shadow: 0.5px 0px 0.5px 0.5px #cbc0c0;
  padding: 40px 10px;
  border-radius: 8px;
  border: 1px solid #000;
  border-style: dotted;
  height: 100%;
}
.contact-form {
  background-color: #fff;
  padding: 50px 80px;
  border-radius: 15px;
}
.form-control{
  height:60px;
  border-radius:10px;

}
.form-control::placeholder {
  color: rgba(157, 160, 163, 0.75);
  opacity: 1;
}
.infrastructure-card{
  background-color: #ff5e2a;
  padding: 20px 30px;
  border-radius: 10px;
  color: #fff;
  height: 100%;
  line-height: 160%;
}
.infrastructure-card:hover{
  background: linear-gradient(98deg, rgba(228,68,0,1) 5%, rgba(233,95,11,1) 86%);
}
.enables-infrastructure img{
  height: 70px;
}
.careers-icons img{
  height: 70px;
}
.careers-icons{
  background-color: #ff5e2a;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  border-radius: 10px;
}
.careers-icons:hover{
  background: linear-gradient(98deg, rgba(228,68,0,1) 5%, rgba(233,95,11,1) 86%);
}
.careers-icons h2{
  font-size: 50px;
  font-weight: 700;
}
.careers-border{
  border: 1.5px dotted;
  border-radius: 20px;
  padding: 30px;
}
.careers-border h2{
  color: #f78b00;
}
.careers-border strong{
  color: #626d6d;
}




.images img{
  width: 50%;
}
.images-box{
  text-align: left;
  display: flex;
  justify-content: left;
}

.right-box{
  margin-top: 2%;
  letter-spacing: 0.3px;
  /* line-height: 27px; */
  font-size: 17px;
  margin-left: 30px;
  /* text-align: justify; */
}

.left-box{
letter-spacing: 0.5px;
text-align: justify;
}

.text-justify{
  text-align: justify;
}

.head-at{
  font-weight: 400!important;
    color: #8f2a22;
    font-size: 28px;
    font-family: urbanist;
    letter-spacing: 0.3px;
}
/* Make both columns equal height */
.row.align-items-stretch {
  min-height: 100%;
}

/* Image wrapper fills full height */
.image-wrapper {
  display: flex;
  align-items: stretch;
}

/* Image should cover full height */
.abt-big {
  width: 100%;
  height: 100%;
	max-height:550px;
  /* object-fit: contain; */
  border-radius: 10px;
	margin-top:60px;
	
}
.carousel-caption {
  top: 170px;          /* distance from top */
  left: 100px;         /* distance from left */
  right: auto;        /* remove default centering */
  bottom: auto;       /* remove bottom positioning */
  text-align: left;   /* align text properly */
}

.carousel-caption h5,
.carousel-caption p {
  color: #000; 
}
/* .btn_name{
  position: absolute;
  bottom: 13px;
} */


/* Wrapper */
.banner-wrapper {
  position: relative;
  width: 100%;
}

/* Image */
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 🔥 Center content vertically */
.banner-content {
  position: absolute;
  top: 50%;                 /* move to middle */
  left: 5%;
  transform: translateY(-50%); /* true vertical center */
  max-width: 600px;
}

/* Text */
.banner-content h1 {
  font-size: clamp(26px, 5vw, 60px);
  line-height: 1.2;
  color: #444;
  font-weight: 600;
}

.banner-content .highlight {
  color: #f59e0b;
}


@media (max-width: 769px) {
	.b-btn{
		left: 40%;
	}
}


@media (max-width: 576px) {

  .banner-content {
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
  }

  .banner-content h1 {
    font-size: 22px;
    line-height: 1.3;
  }

}
/* Hide <br> by default (desktop) */
.responsive-br {
  display: none;
}

/* Show <br> on 1024px and below */
@media (max-width: 1024px) {
  .responsive-br {
    display: block;
  }
	.s-btn{
		    left: 10%;
	}
}

@media (max-width: 400px) {
	.banner-content h1{
		font-size: 18px;
	}
	.hero-head{
 font-size: 24px!important;
	}
	.v-text h2{
		font-size:60px;
	}
	.s-btn{
		left: 30%!important;
	}
	.b-btn{
		left: 30%;
	}
}