/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.no-logo {
	color: #fff;
	font-size: 28px;
	transition: all ease .3s;
	text-align: center;
}
.no-logo:hover {
	color: var(--color-2);
}
.review-section {
	background-color: var(--color-4);
	background-image: url(assets/images/az-subtle.png);
	text-align: center;
	padding: 100px 0;
}
.review-section h2 {
	color: var(--color-1);
	margin-bottom: 50px;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
.review-section .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.map-section {
	padding: 50px 0;
	background-color: var(--color-4);
}
.map-section iframe {
	width: 100%;
	height: 500px;
}
.map-section .map {
	margin-top: 50px;
}
.everest-service-section {
	padding: 80px 0;
	background-color: var(--color-5);
}
.everest-service-section .main-content h2{
	padding: 0 0 20px 0;
}
.everest-service-section .services {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
}
.everest-service-section .service {
	flex: 1 1 calc(50% - 75px);
	min-width: min(100%, 300px);
}
.everest-service-section .service .image {
	margin-bottom: 30px;
}
.everest-service-section .service .image img {
	width: 100%;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.everest-service-section .service .heading {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.everest-service-section .service .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.everest-service-section .service .content p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .owl-carousel .owl-nav {
		font-size: 38px;
		display: none;
	}
	.review-section .owl-carousel .owl-nav button.owl-prev {
		left: -45px;
	}
	.review-section .owl-carousel .owl-nav button.owl-next {
		right: -45px;
	}
}
@media screen and (max-width: 450px) {
	.review-section h2 {
		font-size: 34px;
	}
}
