i.fa.fa-check.text-green.me-3 {
    color: #5AAC4E !important;
    /* display: flex; */
    gap: 1rem;
    font-weight: 100;
}
i.fa.fa-check.text-white.me-3 {
    color: #ffff !important;
    display: flex;
    gap: 1rem;
    font-weight: 100;
    font-size: 2rem;
    width:max-content;
}
.check {
    display: flex;
    gap: 1rem;
    font-size:2rem ;
    width: 100%;
}
.check-serv{
    font-size:1rem ;

}
.whyus {
    display: flex;
    gap: 1rem;
    font-size:1.75rem !important ;
    width: 100%;
    align-items: baseline;
}
.fa-question-circle {
    font-size: 1.95rem;
    display: flex;
}
/* .about-area2 .about-caption .pera-bottom {
    display: flex;
    gap: 1rem;
} */

.about-low-area .about-caption p {
    margin-bottom: 20px !important;
}
    
.container.achievements {
    /* background-image: url('/assets/img/hero/achievements.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.count {
    font-size: 3.5rem;
}
.count-text {
    font-size: 1.5rem;
}
img.services-img {
    max-width: 130px;
}
.slider {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	
	.slide-track {
		display: flex;
		width: calc(250px * 14);
	}
	.slide {
		height: 100px;
		width: 250px;
	}

	.slide img {
		width: auto;
		height: 100%;
		max-width: auto !important;
        animation: scroll 15s linear infinite;

	}


    @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translatex(-1000%)}
      }
}

.slide img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
}



@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
.fa-check:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
}
.address {
    line-height: 2.5 !important;
}
#whatsapp-icon {
    position: fixed;
    bottom: 10rem;
    right: 20px;
    z-index: 100;
  }
  
  #whatsapp-icon img {
    width: 60px;
    height: 60px;
  }
  .text-decoration-underline{
    text-decoration: underline;
  }
  .modal-dialog.info {
    margin-top: 10%;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin: 1.75rem auto;
    }
}