/* 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{
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: #ffffff;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #fff;
}

#ry-pg-body #navigation {
	position: relative;
}
#ry-pg-body #navigatio.fixed {
	position: fixed;
}

.cta-btn.ry-btn-secondary:not(:hover) span.cta-icon img {
	filter: brightness(0) invert(0.24);
}

.slider-info-center-bottom, .slider-info-left-center, .slider-info-left-bottom {
	min-height: 1px;
	width: 100% !important;
	max-width: 1600px !important;
	left: 0;
	right: 0;
	margin: auto;
	    transform: unset;
}

.homepage-swiper h2 {
	font-size: clamp(1.75rem, 1.125rem + 3.125vw, 4.875rem);
	color: #ffffff;
}
.homepage-swiper .block.text-sm {
	color: #ffffff;
	font-size: 24px;
}
.homepage-swiper .swiper-pagination-bullet-active {
	background: #fff;
}
.slider-info-left-center div + div {
	line-height: 150%;
	font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.4375rem);
}

.homepage-swiper .swiper-slide img {
	object-position: center 20%;
}



@media (max-width: 767px) {
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	div#hp-slider {
		padding-top: 100px;
	}
}

@media (max-width: 500px) {
	.module-testimonials div .ry-btn {
		font-size: 11px !important;
	}

	.homepage-swiper .with-gradient, .homepage-swiper .swiper-slide img {
		height: auto !important;
		margin-top: 0px;
	}
}

@media (min-width: 1081px) {
	.slider-info-left-center *,
	.slider-info-left-bottom *{
		text-align: left !important;
	}
	.slider-info-left-center a.ry-btn.ry-btn-primary,
	.slider-info-left-bottom a.ry-btn.ry-btn-primary {
		margin-top: 30px;
		margin-left: unset;
	}
	.slider-info-left-center div {
		width: 100%;
		max-width: 620px;
	}
	.slider-info-left-center div + div {
		max-width: 460px;
	}
}

.ry-btn.ry-btn-primary:not(:hover) {
	color: #fff;
	font-weight: 400;
}

.swiper-wrap .swiper-button-next, .swiper-wrap .swiper-button-prev {
	background-image: none;
	text-align: center;
}
.swiper-wrap .swiper-button-next:before, .swiper-wrap .swiper-button-prev:before {
	content: "\F135";
	position: absolute;
	font-size: 30px;
	color: #000;
	font-family: 'bootstrap-icons';
	margin: auto;
}
.swiper-wrap .swiper-button-prev:before {
	content: "\F12C";
}

/** Footer Start **/

.ry-container-1600 {
	width: min(90%, 1600px);
	float: unset;
	margin: 0 auto;
}

.ry-container-1600 #footer-each-wrap {
	padding: 5% 0;
}

#ry-footer ul {
	line-height: 2;
}

@media (max-width:1280px) { 
	div#ry-footer img {
		max-width: 200px;
	}

	div#footer-disc p, div#footer-disc span.text-xs.md\:text-base {
		font-size: 15px !important;
		text-align: center !important;
		line-height: 25px;
	}

	#ry-footer ul {
		margin: auto;
	}
}

@media (max-width:700px) {
	div#footer-info-each {
		width: 100% !important;
	}

	div#footer-disc span.text-xs.md\:text-base {
		margin-bottom: 10px;
	}
}
@media (max-width: 1599px) {
	#ry-footer ul {
		flex-direction: row;
	}
	.ry-container-1600 #footer-each-wrap {
		padding-bottom: 40px;
	}
}


@media (min-width: 1024px) {
	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 40px;
	}
	div#footer-info-each:nth-child(1) {
		grid-column: 1 / -1;
	}
	div#footer-info-each:nth-child(6) {
		grid-column: 1 / -1;
	}
	.footer-social-wrapper {
		justify-content: flex-start;
	}
}

@media (min-width: 1081px) {
	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	div#footer-info-each:nth-child(1) {
		grid-column: 1 / 3;
	}
	.ry-container-1600 #footer-each-wrap {
		max-width: 768px;
	}
}

@media (min-width: 1300px) {
	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	div#footer-info-each:nth-child(1) {
		grid-column: span 1 / span 1 !important;
	}
	div#footer-info-each:nth-child(6) {
		grid-column: none !important;
	}
	.ry-container-1600 #footer-each-wrap {
		max-width: 1280px;
	}
}

@media (max-width: 1600px) and (min-width: 1081px) {
	.slider-info-center-bottom, .slider-info-left-center, .slider-info-left-bottom {
		padding-left: 5% !important;
	}
}

@media (max-width: 1080px) {
	div#navigation-style-4 {
		display: none;
	}
	.snap-mobile-menu {
		display: flex !important;
		background: white;
	}

	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.ry-container-1600 #footer-each-wrap {
		max-width: 768px;
	}
}

@media (max-width: 991px) { 
	.\32xl\:grid-cols-7 {
		grid-template-columns: 1fr !important;
	}

	div.footer-social-wrapper {
		min-width: 100%;
		width: 100%;
		display: inline-flex !important;
	}

	div#ry-footer img {
		margin: 2.5rem auto 0;
	}
}


@media (max-width: 767px) {
	.homepage-swiper h2 {
		text-align: center;
		color: #fff;
		line-height: 110% !important;
		font-size: clamp(2rem, 1.4379rem + 2.9979vw, 2.875rem) !important;
	}
}

@media (max-width: 1080px) and (min-width: 768px) {
	.slider-info-center-bottom, .slider-info-left-center, .slider-info-left-bottom {
		max-width: 500px !important;
		margin-right: auto;
		margin-left: unset;
		padding-left: 5% !important;
	}
	.homepage-swiper .swiper-slide img {
		object-position: 70% top;
		height: calc(0px + 65vh) !important;
	}

}

@media (max-width: 767px) {
	.\32xl\:grid-cols-7 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1081px) {
	#navigation-style-4 {
		max-width: 1600px !important;
		width: 90% !important;
	}
}

.ry-btn {
	height: auto;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
	color: #fff !important;
}

.testimonial-style1 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-86ae6c73-d1af-4eae-b39c-498f89b593e0/Assets/testimonial_bg.jpg);
	background-size: cover;
	background-position: center top;
}

.module-testimonials.style-2::before, .module-testimonials.style-3::after {
	height: 50%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-68b40377-fe3b-490e-a6cb-fcfb90f96c1e/Assets/wood_texture_bg.jpg);
	border-top: 10px solid #6bb3b9 ;
}

.testimonial-style1 .swiper-slide {
	background: linear-gradient(136deg, #9c302b, #831317);
}


@media (max-width: 991px) {
	.homepage-video-slider #the-video #ry-video-slider {
		padding-top:0;
	}
}

@media (min-width: 1024px) {
	.homepage-video-slider {
		max-height: 100vh;
		overflow: hidden;
	}
	/*.homepage-video-slider::before, .ry-video-wrapper:before {
	background: #46547199;
	opacity: 1;
	z-index: 1;
}*/
}

.homepage-video-slider::before {
	background: linear-gradient(to bottom, white, #ffffff00, #ffffff00);
	z-index: 1;
	opacity: 1;
}

@media (max-width: 767px) {
	.homepage-video-slider::before {display: none;}
	.homepage-video-slider .slider-info * {
		text-align: center;
	}
	.homepage-video-slider .slider-info {
		background: #465471;
	}
}

.homepage-team-swiper {
	max-width: 1280px;
}

#section-hp-team .swiper-wrapper {
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

#section-hp-team h6 {
	font-size: 26px;
	margin-bottom: 10px;
}

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

@media(max-width:600px){
	body[data-page-name="contact-us"] .container div#footer-map  {
		height:400px !important
	}
}

ul.hours-list span:nth-child(odd) {
    display: inline-block;
    width: 110px;
}

ul.hours-list li {
    flex-direction: row;
    justify-content: flex-start;
}

@media (max-width:991px) {
   ul.hours-list span {
		font-weight:normal !important;
	} 

		ul.hours-list li {
		justify-content: center;
		margin-bottom: 10px;
	}

	ul.hours-list span {
		display: block;
		text-align: center;
		width: 100% !important;
	}
}


@media (max-width:1024px) and (min-width:992px) {
	
	ul.hours-list span:nth-child(odd) {
		width: 95px;
	}

	div#ry-footer .ry-container-1600 {
		width: 100% !important;
		padding: 0 2em;
	}
}

#section-hp-team .main-title h2, #section-hp-team h6, #section-hp-team p {
    color: #fff !important;
    text-transform: uppercase;
}

.about-subtitle h2 {
	font-size: 24px;
}

@media (max-width: 1024px) {
	.slider-info-center-bottom, .slider-info-left-center, .slider-info-left-bottom {
		margin: 0 auto;
	}
	.module-services.style-9:before {
		padding-bottom: 0;
		height: 100%;
	}
}
@media (max-width: 991px) {
	.homepage-swiper .slider-info {
		position: relative;
		background: #497c80;
		max-width: 100% !important;
		padding-bottom: 40px;
	}
	.homepage-swiper .swiper-slide img {
		height: auto !important;
	}
	div#hp-slider .swiper-autoheight .swiper-wrapper {
		height: auto !important;
	}
	div#footer-info-each > div:nth-child(4) {
		max-width: 400px;
		margin: 0 auto;
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		padding: 80px 0;
	}
}