/** CTA Start **/
.cta-clickable {
	/*padding: 0px 0 30px;*/
	/*margin-top: -8.33333vw;*/
	position: absolute;
}

.cta-clickable .ry-each {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 68px 0 40px;
	position: relative;
}

.cta-clickable .ry-each:last-child:after{
	display: none;
}
.cta-clickable .ui-icon {
	width: auto;
	height: auto;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta-clickable .ui-icon img {
	width: 160px;
	height: 160px;
	object-fit: contain;
	object-position: bottom;
	transition: all 0.3s ease;
}
.cta-clickable .ry-each:hover .ui-icon img {
	transform: scale(0.90);
	transition: all 0.3s ease;
}
.cta-clickable .ry-link {
	margin-top: 48px;
}
.cta-clickable .ry-link a {
	font-size: 19px;
	font-weight: 500;
	transition: all .3s ease;
	text-align: center;
	text-transform: none;
}
.cta-clickable .ry-each:hover a,
.cta-clickable .ry-link a:hover {
	letter-spacing: 2px;
	transition: all .3s ease;
	text-decoration: none !important;
}

.cta-clickable .ry-link a,
.ry-heading h2,
.ry-sub-heading h4{
	color: #f76835;
}
.cta-clickable .ry-each:hover a,
.cta-clickable .ry-link a:hover{
	color: #f7c563;
}

#cta-wrap {
	margin-top: -8.33vw;
}

#cta-wrap .cta-clickable {
	max-width: 1380px;
}

#cta-wrap .cta-clickable .ry-link a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: initial !important;
	text-transform: uppercase;
	max-width: 200px;
	display: block;
	min-height: 55px;
	display: flex;
	align-items: center;
	color: var(--color-dark-grey);
		flex-direction: column;
		gap: 10px;
		margin-top: 30px;
		}
#cta-wrap .cta-clickable span {
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}
#cta-wrap .cta-clickable .ry-each:hover .ry-link a {
	color: #ffffff;
}

#cta-wrap .cta-clickable .ry-link {
	margin-top: 30px;
	z-index: 9;
}

.cta-clickable .ry-each:after {
	opacity: 0;
}

#cta-wrap {

	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
}

#cta-wrap .cta-clickable {
	max-width: 1380px;
}

#cta-wrap .cta-clickable .ry-each .ui-icon img {
	transition: .3s;
}
#cta-wrap .cta-clickable .ry-each:hover .ui-icon img {
	/*filter: unset !important;*/
	transition: .3s;
}

#cta-wrap .cta-clickable .ry-link {
	margin-top: 30px;
}

#cta-wrap .cta-clickable .ry-flex {
	gap: 30px;
}

.cta-clickable .ry-each:before {
	content: "";
	position: absolute;
	inset: 0;
	background: #f2f2f2;
	border-radius: 3vw;
	border: 3px solid #fff;
	transition: .3s;
}

.cta-clickable .ry-each:hover:before {
	transition: .3s ease-in-out;
	background-image: linear-gradient(-30deg, #cd8929 0%, #ffdf16 100%);
	box-shadow: 0px 20px 40px rgb(0 0 0 / 20%);
	border-color: #ffffff;
}

@media (max-width: 1440px){
	.cta-clickable .ry-link a{
		font-size: 16px;
	}
}

@media (max-width: 1080px) { 
	#cta-wrap .cta-clickable .ry-link a {
		font-size: 20px;
	}

}

@media (max-width: 991px){
	.cta-clickable > .ry-flex {
		flex-wrap: wrap;
	}
	.cta-clickable .ry-each {
		max-width: 40%;
		padding: 68px 0 80px;
	}
	.cta-clickable .ry-each:after {
		background: none;
	}
	.cta-clickable .ry-link {
		margin-top: 30px;
	}
	.cta-clickable .ry-each:nth-child(odd):after {
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ff37de2-6987-4f76-af9d-212a41d323c9/Assets/cta_divider.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}

	div#cta-wrap .cta-clickable .ry-each:hover {
		transform: unset !important;
	}

	#cta-wrap .cta-clickable .ry-flex {
		align-items: center;
		justify-content: center;
	}

	.cta-clickable .ry-each {
		opacity: 1 !important;
		transition: unset !important;
		transform: unset !important;
	}

	/*.cta-clickable .ry-each:nth-child(1):before, .cta-clickable .ry-each:nth-child(2):before {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0%;
	left: 0px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ff37de2-6987-4f76-af9d-212a41d323c9/Assets/cta_divider_bottom.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	z-index: -1;
	margin: auto;
}*/
}

@media (max-width: 680px) {
	.cta-clickable .ry-each {
		max-width: 50%;
		margin: 0;
	}

	#cta-wrap .cta-clickable .ry-link a {
		font-size: 18px;
		font-weight: 600;
	}
}

@media (max-width: 599px){
	.cta-clickable .ry-each {
		max-width: 100%;
	}
	.cta-clickable .ry-each:nth-child(odd):after,
	.cta-clickable .ry-each:after{
		display: none;
	}
	/*.cta-clickable .ry-each:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0%;
	left: 0px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ff37de2-6987-4f76-af9d-212a41d323c9/Assets/cta_divider_bottom.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	z-index: -1;
	margin: auto;
}*/

	div#cta-wrap .cta-clickable .ry-each {
		max-width: 100% !important;
		width: 100% !important;
		float: unset !important;
	}

	.cta-clickable {
		padding: 20px 0 50px;
	}
	.cta-clickable .ry-each {
		max-width: 320px;
		margin: auto;
	}
}

.cta-clickable .ry-each:hover {
	transform: translateY(-30px) !important;
}


.cta-clickable .ry-each {
	transition: 0.3s ease-in-out !important;
}

@media (min-width: 2580px) {
	.cta-clickable .ry-link a,
	.service-items .ry-link a{
		font-size: calc(20px + 5 * ( (100vw - 500px) / 1100));
	}
}

@media screen and (max-width: 768px) {
	div.cta-clickable .ry-each {
		width: 50% !important;
	}
}
/** CTA END **/

/** Team Start **/

.module-28 .ry-btn-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
	flex-direction: column;
}
.module-28 .ry-section-title span {
    margin-bottom: 10px;
}
.module-28 .ry-generic-copy {
    margin-top: 50px;
    margin-bottom: 50px;
}
.module-28 .ry-left img {
	object-fit: contain;
}
.module-28 .ry-left {
	align-items: flex-end;
}
@media (min-width: 1081px) {
	.module-28 {
		padding-top: 12%;
	}
	.module-28 .ry-flex {
		flex-direction: row-reverse;
	}
	.module-28 .ry-left img {
		position: relative;
		bottom: unset;
		max-width: 622px;
		right: 4%;
	}
	.module-28 .ry-left {
		position: relative;
		height: 100%;
		display: flex;
	}
	.module-28 .ry-btn-wrapper > div {
		flex-direction: row;
	}
}


/** Team End **/

:root {
	--color-dark-grey: #242424;
	}