html {
  scroll-behavior: smooth;
}

.text-white{
	color: white!important;
}
.w-100{
	width: 100%;
}
.my-auto{
	margin-top: auto!important;
	margin-bottom: auto!important;
}

.contact-pg-section .office-info {
	margin-top: auto!important;
}
.mt-25{
	margin-top: 25px!important;
}

.services-section-s2 .service-grids .details, .services-section-s3 .service-grids .details {
  padding: 20px 0 0 0px;
}

.services-section-s2 .service-grids h3, .services-section-s3 .service-grids h3 {
	color: #f4971f;
}
.pb-4{
	padding-bottom: 20px;
}

.cta-section-s2:before {
    background-color: rgb(1 32 78 / 88%);
  }

.pro_img{
	 height: 425px;
    width: 100%;
    object-fit: cover;
}