/* 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;
    gap: 0 2px;
    font-size: 15px;
    white-space: nowrap;
}
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;
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
    opacity: 0;
	display: none;
}
nav#menu-style-4 {
    width: 100%;
    background: #1d20aa;
}
/* 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;
}

.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
	letter-spacing: 4px;
	font-size: clamp(1.625rem, 0.95rem + 3.375vw, 5rem);
	line-height: 120%;
}

#ry-pg-body :is(.navigation-3) {
    position: relative !important;
}

.mm-navbar__title > span {
    color: #fff;
}

@media (min-width: 1024px) {
	.navigation-3.fixed > .block.lg\:absolute.inset-0 {
		position: relative;
	}
}

@media (max-width: 1440px) {
	div#navigation-style-4.container {
		max-width: 1280px;
	}
}

div#navigation-style-4 {
    max-width: 1600px;
    width: 90%;
    padding: 1em 0 !important;
}

body#ry-pg-body div#navigation {
    position: static;
}

.module-testimonials h6, .module-testimonials p, .module-testimonials h2 {
    text-align: center !important;
}

img.rev-icon {
    max-width: 70px;
    height: auto;
    width:100%;
}


@media (max-width: 1080px) { 
	.ry-menu .ry-nav {
		font-size: 14px !important;
	}
	
	div.module-testimonials h6, .module-testimonials p, .module-testimonials h2 {
		text-align: center !important;
	}
	
	div#team-inner-block {
		padding: 2em 1em;
	}

	div#team-inner-block img {
		max-width: 220px;
	}

	div#team-inner-block {
		flex-direction: column;
	}

	div#team-inner-block .flex {
		padding: 0 !important;
		background: transparent;
		width: 100%;
	}

}

@media (max-width: 1200px) { 
	div#navigation-style-4 {
		max-width: 90%;
	}
	.ry-menu .ry-nav {
		gap: 20px !important;
	}
	div#navigation-style-4 .cursor-pointer img {
		max-width: 200px;
	}
}

@media (max-width:991px) {

	.main-title h2 {
		line-height: 1.2;
		font-size: 30px !important;
	}

	.sub-title h4 {
		font-size: 20px !important;
	}
	
	div#section-hp-services .grid h4 {
		font-size: 23px;
		line-height: 1.3;
	}
	
	div#footer-map {
		height: 400px !important;
	}
	
	div#rev-flex h3 {
		font-size: 22px !important;
	}
}

@media (max-width:768px) {
	
	img#hp-rev-image {
		height: auto !important;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	div#hp-rev-image-block {
		width: 100% !important;
	}

	div#hp-rev-image-flex {
		display: block !important;
		border-radius: 20px;
	}

	div#rev-flex {
		width: 100%;
	}
}

@media (max-width:767px) {
	
	.snap-mobile-menu .gap-6 {
		gap: 0 5px;
	}

	.homepage-swiper .slider-info {
		max-width: 100%;
		text-align: center;
		position:static !important;
		padding: 1.5rem 3rem;
	}

	.homepage-swiper .slider-info .mb-4 {
		margin-bottom:0 !important;
	}

	.homepage-swiper .homepage-swiper {
		margin-top: 0em;
	}

	.homepage-swiper .swiper-slide {
		padding-top: 0;
	}
	.homepage-swiper .swiper-wrapper {
		height: auto !important;
	}

	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	#section-hp-team:before {
		background-position: right center !important;
	}
}

@media (max-width:600px) {
    div.stars .flex {
		justify-content: center;
		width: 100%;
	}
}


@media (max-width: 500px) {
	
   .snap-mobile-menu img { 
		max-height: 35px;
	}
	
	.snap-mobile-menu .gap-6 {
		gap: 0 10px;
	}
}

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

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

.slider-info-center-bottom {
	max-width: 100% !important;
}


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

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

.module-welcome.style-5.dry-eye:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-ca9ee682-b26f-4734-b6df-c26175a050af/Assets/dry_background.jpg);
}

/** Services Start **/
div#section-hp-services {
    background: transparent !important;;
}

.ry-services.style2 {
    padding-top: 5rem !important;
    background: transparent !important;
}

#services-12 img {
    filter: brightness(0) invert(1);
}

div#section-hp-services {
    background: #e0e8ed;
}

#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	height: 72%;
	left: 0;
	bottom: 0;
	top: unset;
	background-repeat: no-repeat;
}

#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-ca9ee682-b26f-4734-b6df-c26175a050af/Assets/services_bg_v3.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height:50%
}

.ry-services.style2 .ry-container.relative {
    max-width: 1400px;
}

@media (max-width: 500px) {
	div#section-hp-services .ser-title h4 {
		font-size: 20px;
	}
	div#section-hp-services .ser-title {
		left: 20px;
	}
}

@media(max-width: 1080px){

	.ry-services.style2 .each-block .photo:before {
		background: unset;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.feature-cta .each-block .photo:after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


.homepage-swiper .swiper-button-next, .homepage-swiper .swiper-button-prev {
    display: none !important;
}

/** Services End **/

#section-hp-team {
    padding-bottom: 15rem !important;
}

#section-hp-team:before {
	background-position: left bottom;
	background-size: cover;
}

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


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

/** Footer Start **/

#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
	background-position: center bottom;
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-secondary-background);
}
#ry-footer-3 .footer-contents::before {display: none;}

@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

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

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}

/** Footer End **/

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

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

.testimonial-style-1 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-ca9ee682-b26f-4734-b6df-c26175a050af/Assets/testimonial_bg.jpg);
    background-size: cover;
    background-position: center top;
}


.module-brands.style-5 .content .brand-block .each-brand .logo > div {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 75%;
    color:#fff;
    line-height:1.2;
    font-size:20px !important
}


@media(min-width:781PX) and (max-width:1080px) {
.module-brands.style-5 .content .brand-block .each-brand .logo > div {
    font-size:18px !important
}

}

@media(max-width:780PX) {
    .module-brands.style-5 .content .brand-block .each-brand .logo > div {
    text-align:center
}
}
@media(max-width:480PX) {
	.module-brands.style-5 .content .brand-block .each-brand .logo > div {
		font-size:14px !important
	}
}

@media(max-width:780px) {
    .feature-cta .each-block .photo::after {
    max-width: 220PX;
    max-height:220PX;
        width:92%;
        height:92%
    }
}

@media screen and (min-width:1080px){
    .feature-cta {
        display: none;
    }
}

@media (min-width: 1081px) {
    .ry-services.style2 .block-count-6 {
        margin-top: 3%;
    }
}

.ry-services.style2 .block-count-6 .ry-each .block-group {
    justify-content: flex-end;
}

.ry-services.style2 .ry-each .photo:before {
    background: linear-gradient(to bottom, transparent, #2563eb61, var(--color-primary-background));
}
.feature-cta .each-block .photo:before {
    border: none;
}

#contents h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}



.ry-services.style2 .ry-each .title {
    max-width:140px;
	width:100%
}

.ry-btn {
	text-decoration:none
}
.module-welcome.style-5 {
     flex-direction:column;
     padding-top:0;
     padding-inline:0 !important
}
.module-welcome.style-5 .ry-container {
     width:85%;
}

.module-welcome.style-5 .welcome-text {
     background:var(--color-primary-background);
     margin-bottom:80px;
     width:100%;
     padding:40px 10px;
     z-index:2;
     margin-top:-2px
}


.module-welcome.style-5 .welcome-text p{
     max-width:900px;
     width:100%;
     margin-inline:auto;
     margin-bottom:15px;
     color:#fff;
     font-size:20px
}

.module-welcome.style-5 .welcome-text .ry-btn {
     border:solid 1px #fff;
	min-width: 270px;
}

.module-welcome.style-5 .welcome-text .ry-btn:hover {
     border:solid 1px var(--color-secondary-background);
}


@media(max-width:1380px){
    #section-hp-team.ry-section {
    padding: 80PX 0  !important;
}
}

@media(max-width:1023px){
    [data-page-id="WebPage-22ca7740-370c-483d-a81d-86ab507cd601"] #contents .flex.flex-col {
        gap:0
    }
    [data-page-id="WebPage-22ca7740-370c-483d-a81d-86ab507cd601"] #contents .flex.flex-col .mt-6{
    margin-top:0
    }
}
@media(max-width:1080px) {
	.module-welcome.style-5 .ry-each .text-wrapper{
		width:100%;
		max-width:unset
	}
}

@media(max-width:480px) {
    .module-welcome .text-content div{
        flex-direction:column;
        display:flex;
        gap:5px
    }

    .module-welcome .text-content div a {
        width:100%;
        max-width:100%
    }
	body[data-page-name="index"] .main-title h3 {
		line-height:1.1;
		font-size:35px !important
	}
}

/* Google Translate Edits */
.goog-te-gadget img {
    object-fit: contain;
}

#google_translate_element span a {
    display: inline-flex;
    align-items: center;
}
.cta-btn:not(.bg-transparent) {
	padding: 30px 20px 30px 10px;
}
.goog-te-gadget,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	color: #fff !important;
}
.cta-btn:hover .goog-te-gadget,
.cta-btn:hover .VIpgJd-ZVi9od-l4eHX-hSRGPd,
.cta-btn:hover .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.cta-btn:hover .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.cta-btn:hover .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.cta-btn:hover .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	color: #666 !important;
}

.goog-te-gadget .goog-te-combo {
	color: #666 !important;
}

#section-hp-team .ry-btn-primary:hover {
	background-color:#368bf5;
	border: 1px solid #368bf5;
}

/* END - Google Translate Edits */

@media (max-width: 767px) {
	.module-welcome.style-5 .welcome-text div {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
