#welcome-wrap.style-1:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 50%;
    top: unset;
    background: linear-gradient(to bottom, transparent, #f9f9f9);
}

/** Services Style **/

.module-welcome.style-5.module-services .ry-container {
    max-width: 1280px;
    width: 90%;
}

.module-welcome.style-5.module-services .photo {
    padding-bottom: 148% !important;
}
.module-welcome.style-5.module-services:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b6c9bea5-f495-499b-97ee-4ac4b022d185/Assets/new_service_bg_v3.png);
    background-size: cover;
	background-position: center bottom;
	height: 100%;
	top: unset;
}
.module-welcome.style-5.module-services .sub-title h4, .module-welcome.style-5.module-services .main-title h2 {
    color: #fff;
}

.module-welcome.style-5.module-services .ry-each.image-wrapper {
	border: none;
}

@media (min-width: 1081px) {
	.module-welcome.style-5.module-services .ry-flex {
		flex-direction: row-reverse;
	}
}

.ry-accordion:before {
    background: #f9f9f9e0;
    box-shadow: 0 0 20px rgb(85 99 80 / 10%);
    opacity: 1 !important;
    inset: -0.15rem !important;
}

.col-xs-12.ry-accordion-wrap.mt-8 {
    margin-top: 1rem;
}

.ry-accordion:before {
	border-color: rgb(85 99 80) !important;
}
.ry-accordion.active:before, .ry-accordion:hover:before {
	background: #f9f9f9;
    box-shadow: 0 0 40px rgb(85 99 80 / 40%);
}
.ry-accordion .arrow-up-right {
    max-width: 70px;
    border-radius: 500px;
    background: white;
}

.ry-accordion .arrow-up-right img {
    max-height: 45px;
    max-width: 36px;
}

.module-welcome.style-5.module-services .ry-each.image-wrapper .photo img {
	object-fit: contain;
}

@media (min-width: 1081px) {
	.module-welcome.style-5.module-services .ry-each:not(.image-wrapper) {
		max-width: 550px;
	}
	.module-welcome.style-5.module-services .ry-each.image-wrapper {
		max-width: calc(100% - 550px); 
	}
}

/** Services End **/

/** Team Start **/

.affiliation-section {
    position: relative;
    padding-top: 10%;
}

.affiliation-section:before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 0;
    padding-bottom: 8%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b6c9bea5-f495-499b-97ee-4ac4b022d185/Assets/top_shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    top: -2%;
    opacity: .7;
}

/*.affiliation-section:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 0;
    padding-bottom: 8%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b6c9bea5-f495-499b-97ee-4ac4b022d185/Assets/bottom_shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    top: 100%;
    opacity: .7;
    z-index: 1;
    transform: translateY(38%);
}*/

/** Team End **/

div#hp-reviews-1 {
    padding-top: 10%;
	position: relative;
}

div#hp-reviews-1:before {
	content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b6c9bea5-f495-499b-97ee-4ac4b022d185/Assets/review_bg_v2.png);
}



