.top-address-text p {
	font-size: 14px;
}
.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp-icon a {
	display: block;
	color:#fff;
}
.prygo_menu > ul > li > a {
	color: #000;
}
a.logo_img img {
	height: 100px;
}
a.main_sticky img {
	height: 100px;
}
.service-content-inner img {
	margin: 0 auto;
}
.about-button a,.video-button a{
	color: #fff;
}
.footer-area img {
	height: 100px;
}
.footer-social-icon {
	height: 32px;
	width: 100%;
	float: left;
	display: block;
	padding-top: 16px;
}
.footer-social-icon a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 52%;
	padding: 8px;
}
.footer-social-icon a i {
	height: 16px;
	width: 16px;
	text-align: center;
}
.mission-vision-area {
	background: url(../img/packages-arrangement-with-clipboard-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 115px 0 65px;
}

@media (max-width: 576px) {
	.banner-area {
		display: block !important;
		float: left;
		height: auto;
		width: 100%;
	}
	.banner-area .container {
		background-color: rgba(0,0,0,0.5);
	}
	.banner-text {
		padding: 0;
	}
}
body.page-template-about-us .counter-area img {
	float: left;
	height: auto;
	width: 100%;
}
.about-us-clients .item {
	height: 250px;
	width: 250px;
	float: left;
}
.about-us-clients .owl-stage {
	display: flex;
	align-items: center;
}
.about-us-clients.owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: auto;
}
.about-us-clients.owl-carousel .item img {
	width: 300px;
	height: auto;
	object-fit: cover;
}