/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}
body.fancybox-active .ry-sticky-menu.fixed {z-index: 9999;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
	color: #444444;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.service-hover {
	position: absolute;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.3s ease;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
}

/* Show service-hover when parent with data-target is hovered */
[data-target]:hover .service-hover {
	opacity: 1;
}

/* Apply the overlay effect when parent is hovered */
[data-target]:hover .service-hover::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: -1; /* Make sure it's behind the text */
}
.mm-navbar {
	color: #444444;
}


/* HP Testi Box Slider Bg */

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4bd60bd2-af7b-4a35-84c2-0f6bb2dd2295/1_Snap/leaf_bg.jpg);
	background-size: cover;
}


.footer-heading h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500 !important;
	letter-spacing: 1px;
}

.subheading{
	letter-spacing: 10px;
}

h2 {
	font-weight: 200!important;
}

h6 {
	font-weight: 300 !important;
}

.cta-bg-leaf{
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4bd60bd2-af7b-4a35-84c2-0f6bb2dd2295/1_Snap/leaf_bg.jpg);
	background-size: cover;
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}



.team-inner-page.style3 .ry-flex.object-top .photo img {
    object-fit: cover;
    object-position: center;
}

.team-inner-page.style3 .team-social {
    margin: 0;
}
#navigation .cta-btn .link,
	#navigation .cta-btn .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
	}
@media (max-width: 1380px) {
	

	#navigation .cta-btn .flex {
		display: none;
	}

	#navigation .cta-btn .cta-icon-wrap {
		min-width: unset;
	}

	#navigation .cta-btn {
		padding: 0;
		height: auto;
		height: 50px;
		width: 50px;
	}
	#navigation .ry-menu {
		justify-content: space-between;
		padding-left: 2.5rem;
	}

	#navigation .ry-menu .ry-nav {
		width: 100%;
		max-width: unset;
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.homepage-swiper .slider-info-center-bottom * {
		text-align: center;
	}
}

@media (min-width: 769px) {
	.team-inner-page.style3 .ry-each .photo {
		width: 360px;
		padding-bottom: 360px;
	}
}