@media (max-width: 1680px) {
    #navigation-style-4 .flex.flex-col {
        flex-direction: column;
        justify-content: center;
        align-items: end;
        gap: 10px;
    }
}

/** Services Start **/

div#section-hp-services {
    background: transparent !important;;
}

.ry-services.style2 {
    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 {
	left: 0;
	bottom: 0;
	top: unset;
	background-repeat: no-repeat;
}

#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	height: calc(100% - 15rem);
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-735e4926-4418-4e2e-baf0-c38cb6650fe1/Assets/services_bakground.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.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 img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

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

/** Services End **/

.brands-swiper-3 .swiper-wrapper .swiper-slide .logo-wrapper img {
    filter: brightness(0) invert(1);
    height: 56px;
}

.module-testimonials {
	position: relative;
	padding-top: 8rem !important;
}

body#page #hp-brands-3:after,
.module-testimonials:before {
	content: "";
	position: absolute;
	inset: 0;
	height: 0;
	padding-bottom: 10%;
	z-index: 9;
	opacity: .5;
}

body#page #hp-brands-3:after {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-735e4926-4418-4e2e-baf0-c38cb6650fe1/Assets/top_shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	top: unset
}

.module-testimonials:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-735e4926-4418-4e2e-baf0-c38cb6650fe1/Assets/bottom_shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	bottom: unset;
}





