* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.logo {
  width: 60px !important;
}


header {
	overflow: hidden;
	height: 80vh;
	position: relative;
}

.vid-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}


.service h1::after {
  content: "";
  width: 20%;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 40%;
  top: 120px;
  border-radius: 9px;
}


.service-section {
  position: relative;
  background-image: url(/photos/download.jpg);
  background-position: center center;
  background-attachment: fixed; /* <= This one */
  background-size: cover;
  color: white;
  z-index: 1; /* Ensure the content is above the overlay */
  border-top: 3px solid #f36e21; /* Apply border color only to the top */
}


.service-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(21, 20, 20, 0.875) ; /* Adjust the opacity to make it darker or lighter */
  z-index: -1; /* Place the overlay behind the content */
}


.icon{

width: 55px;




}



.customers-section {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.wrapper i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.23rem;
  height: 50px;
  width: 50px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  transition: 0.3s ease;
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  gap: 16px;
  border-radius: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.wrapper .carousel.no-transition {
  scroll-behavior: auto;
}

.wrapper .carousel::-webkit-scrollbar {
  display: none;
}

.wrapper .carousel.dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.wrapper .carousel .card {
  scroll-snap-align: start;
  height: 342px;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wrapper .carousel.dragging .card {
  user-select: none;
  cursor: grab;
}

.wrapper .carousel .card .img {
  height: 148px;
  width: 148px;
  background: #f36e21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .carousel .card .img img {
  height: 140px;
  width: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.wrapper .carousel .card h2 {
  font-size: 1.52rem;
  font-weight: 500;
  margin: 30px 0 5px;
}

.wrapper .carousel .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}

@media (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.customers-section {
  position: relative;
}

.customers-section .customer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.customers-section .wrapper {
  margin-top: 80px; /* Adjust this value to add space between the h1 and the carousel */
}


















footer {
	background: #1E1E1E;
	padding: 20px 0;
}
.single-content {
	text-align: center;
	padding: 115px 0;
}
.single-box p {
	color: #fff;
	line-height: 1.9;
}
.single-box h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.single-box .card-area i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}
.single-box ul {
	list-style: circle;
  color: white;
	padding: 0;
  margin: 15px;
}
.single-box ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 2.5;
	font-weight: 100;
}
.single-box h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#basic-addon2 {
	background: #fe1e4f;
	color: #fff;
}
.socials i {
	font-size: 18px;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.single-box {
		margin-bottom: 50px;
	}
  .single-box {
    text-align: center;
  }
  
  .single-box  a {
    display: inline-block;
    margin-top: 10px;

  } 
  .single-box ul {
    list-style: none;
  
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-box {
		margin-bottom: 50px;
	}

  .single-box {
    text-align: center;
  }
  
  .single-box  a {
    display: inline-block;
    margin-top: 10px;

  } 
  .single-box ul {
    list-style: none;
  
  }
  
}
.socials i {
  display: inline-block;
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc; /* Optional: Adds a border to the square */
  border-radius: 5px; /* Optional: Adjusts the corners (0px for a perfect square) */
  margin: 2px; /* Optional: Adds space between the icons */
  font-size: 20px;

}
 .call {
  text-align: center;
}

.call  a {
  display: inline-block;
  margin-top: 10px;
} 
.callus{
border: 2px solid #f36e21;
border-radius: 5px;
padding: 3px;
color: white;
text-decoration: none;


}
.callus:hover{
color: white;

}
.main-hr{

width: 80%;
border: solid 1px  #f36e21;
  
}
h2{
color: #f36e21 !important;
font-size: 16px !important;

}