/* From Uiverse.io by adamgiebl */ 
.dots-container {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    background-color: rgba(211, 211, 211, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.dot {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius: 10px;
	background-color: #b3d4fc;
	animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
	margin-right: 0;
}

.dot:nth-child(1) {
	animation-delay: -0.3s;
}

.dot:nth-child(2) {
	animation-delay: -0.1s;
}

.dot:nth-child(3) {
	animation-delay: 0.1s;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
		background-color: #b3d4fc;
		box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
	}

	50% {
		transform: scale(1.2);
		background-color: #6793fb;
		box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
	}

	100% {
		transform: scale(0.8);
		background-color: #b3d4fc;
		box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
	}
}



.reviewHome.py-4.px-5:hover {
    box-shadow: 0px 27px 8px 0px rgba(100, 116, 139, 0), 0px 17px 7px 0px rgba(100, 116, 139, .01), 0px 10px 6px 0px rgba(100, 116, 139, .05), 0px 4px 4px 0px rgba(100, 116, 139, .09), 0px 4px 4px 0px rgba(100, 116, 139, .25) !important;
}
.reviewHome.py-4.px-5 {
    height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
}
.client-testt .swiper-button-next:after, .client-testt .swiper-button-prev:after, 
.social-testimonials .swiper-button-next:after,  .social-testimonials .swiper-button-prev:after, 
.award-testimonials .swiper-button-next:after,  .award-testimonials .swiper-button-prev:after{
	font-size: 14px;
	font-weight: 700;
}
.client-testt .swiper-pagination-bullet{
	height: 10px !important;
	width: 10px !important;
}
.social-testimonials .swiper-pagination-bullet, .award-testimonials .swiper-pagination-bullet {
    height: 4px !important;
    width: 15px !important;
    margin: 0 !important;
    border-radius:1px !important;
}
.social-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.award-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px !important;
    width:30px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
body{
	background: #fff !important;
}




@media (max-width: 767px) {

.client-testt .swiper-button-next, .social-testimonials .swiper-button-next, 
 .award-testimonials .swiper-button-next{
right:0 !important;
}
.client-testt .swiper-button-prev, .social-testimonials .swiper-button-prev,
  .award-testimonials .swiper-button-prev{
	left: 0 !important;
}
.explore-head{
	width: 100%;
	overflow-x: scroll;
}
.explore-head button {
margin: 0 !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 130px;
}
.partner-logo-sl h5{
 word-break: break-word;
  white-space: normal;
 }
br{
	display: none;
}

}