.top-address-text p {
	font-size: 14px;
}
.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp-icon a {
	display: block;
}
.whatsapp-icon img {
	width: 100%;
	height: auto;
}
.logo .logo_img img {
	width: 100px;
	height: auto;
}
.logo a.main_sticky img {
	width: 50px;
}
.prygo_nav_manu::before {
	display: none;
}
.logo {
	margin-top: 0;
}
.service_list img {
	width: 100px;
	margin: 0 auto;
	margin-top: 16px;
}
.whatsapp-icon {
	background-color: green;
	color: #fff;
}
.whatsapp-icon a {
	color: #fff;
}
.footer-area {
	padding: 20px 0px;
	background: unset;
	background-color: #000;
}
.footer-area img {
	width: 80px;
	height: auto;
}
.coppy-right-text {
	padding: 0;
	margin: 0;
	border: none;
}
.footer-area .footer-social-icon a {
	float: left;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 16px;
	width: 50px;
	display: block;
	height: 50px;
	text-align: center;
	margin-right: 10px;
}
label {
	color: #000;
}
.counter-area {
	display: none;
}

/* about-us client's carousel */
.page-template-about-us .customers-section {
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.page-template-about-us .customers-section .customers-section {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}
.page-template-about-us .customers-section .section-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.page-template-about-us .customers-section .section-subtitle {
	font-size: 16px;
	color: #666;
	max-width: 700px;
	margin: 0 auto 50px;
}
.page-template-about-us .customers-section .customers-slider {
	max-width: 1100px;
	margin: 0 auto;
}
.page-template-about-us .customers-section .customer-logo {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.page-template-about-us .customers-section .customer-logo img {
	max-width: 200px;
	max-height: 100px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}
.page-template-about-us .customers-section .customer-logo img:hover {
	filter: grayscale(0%);
	transform: scale(1.05);
}
/* Slick dots customization */
.page-template-about-us .customers-section .slick-dots li button:before {
	font-size: 12px;
	color: #d71920;
}
.page-template-about-us .customers-section .slick-dots li.slick-active button:before {
	color: #d71920;
}
/* about-us client's carousel */

.single-portfolio:hover .portfolio-thumb:before {
	display: none;
}

@media (max-width: 576px) {
	.mobile-menu .mean-nav a.logo_img img {
		height: auto;
		width: 60px;
	}
	.mean-container .mean-bar::before {
		content: "";
	}
	.mean-container .mean-nav {
		width: auto;
	}
}