/** Welcome Start **/

.module-67 .welcome-img {
	position: absolute;
	width: 100%;
	max-width: 76%;
}

.module-67 .welcome-img.welcome-left {
	left: 0%;
	transform: translate(-85%, -54%);
	top: 0;
}
.module-67 .welcome-img.welcome-right {
	left: calc(100% - 0%);
	transform: translate(-10%, -46%);
	top: calc(100% - 4%);
}

@media (max-width: 1600px) {
	.module-67 .welcome-img {
		position: absolute;
		width: 100%;
		max-width: 50%;
	}
}

@media (max-width:1200px) {
	.module-67 {
		padding: 80px 0;
	}
	.module-67 .welcome-img {
		position: relative;
		transform: unset !important;
		top: 0 !important;
		left: 0 !important;
		max-width: 440px;
	}
	.module-67 .ry-container {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.module-67 .welcome-img.welcome-right {
		align-self: flex-end;
	}
}

/** Welcome End **/

/** Services Start **/

.module-services.custom {
	padding: 190px 0 250px;
	position: relative;
}

.module-services.custom .section-background, .module-services.custom .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: top left;
	object-fit: cover;
}

.module-services.custom .ry-content .ry-flex {
	position: absolute;
	top: 0;
	/* display: none; */
	display: flex;
	/* justify-content: initial !important; */
	width: 100%;
	height: 100%;
}

.module-services.custom .ry-content .content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.module-services.custom .ry-content .content .ry-headline {
	width: 530px;
	height: 530px;
	display: flex;
	border-radius: 50%;
	padding: 80px;
}

.module-services.custom .ry-content .content .ry-headline h2 {
	line-height: .9 !important;
}

.module-services.custom .ry-content .content .ry-headline h2 .span-1 {
	margin-bottom: 25px;
}

.module-welcome.custom .ry-container {
	z-index: 3;
	position: relative;
}

.module-services.custom .ry-content .ry-flex .each-block {
	width: 275px;
	min-width: 275px;
	/* padding: 15px; */
	/* background: #fff; */
	/* border-radius: 50%; */
	position: absolute;
	height: 275px;
	/* transform: translate(-50%, 0); */
}


.module-services.custom .ry-content .ry-flex .each-block .group {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	transition: .3s;
}
.module-services.custom .ry-content .ry-flex .each-block:hover .group {
	justify-content: flex-end;
	padding-bottom: 50px;
	transition: .3s;
}

.module-services.custom .ry-content .ry-flex .each-block .group img {
	max-height: 65px;
	object-fit: contain;
	min-height: 65px;
	width: auto;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}

.module-services.custom .ry-content .ry-flex .each-block .photo {
	padding: 15px;
	background: #ffffff8c;
	border-radius: 500px;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	transition: .3s;
	aspect-ratio: 1;
	overflow: hidden;
}

.module-services.custom .ry-content .ry-flex .each-block .photo img {
	border-radius: 500px;
	object-fit: cover;
	height: 100%;
}

.module-services.custom .ry-content .ry-flex .each-block .group .title  div {
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	line-height: 120%;
}

.module-services.custom .ry-content .ry-flex .each-block .group .button-svg {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}

.module-services.custom .ry-content .ry-flex .each-block .group .button-svg svg {
	width: 20px;
	height: 20px;
	fill: #cf8348;
}

.module-services.custom .ry-content .ry-flex .each-block .group .link, 
.module-services.custom .ry-content .ry-flex .each-block .group .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}

.module-services.custom .ry-content .ry-flex .each-block:not(:hover) .group .title {
	margin-bottom: -110px;
}

.module-services.custom .ry-content .ry-flex .each-block .group .title {
	transition: .3s;
	z-index: 1;
	padding: 0 60px;
}

.module-services.custom .ry-content .ry-flex .each-block .group:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-radius: 50%;
	background: var(--clr-secondary);
		opacity: .7;
		transform: translate(-50%, -50%);
		opacity: 0;
		}

.module-services.custom .ry-content .ry-flex .each-block:hover .group:before {
	opacity: .7;
}

.module-services.custom .ry-content .ry-flex .each-block:hover .group img, 
.module-services.custom .ry-content .ry-flex .each-block:hover .group .button-svg {
	opacity: 1;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(1) {
	/* position: absolute; */
	top: -60px;
	left: 250px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(2) {
	top: 115px;
	left: -30px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(3) {
	bottom: -160px;
	left: 180px;
	width: 330px;
	min-width: 330px;
	height: 330px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
	right: 190px;
	top: -90px;
	width: 330px;
	min-width: 330px;
	height: 330px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(6) {
	right: -40px;
	top: 170px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(5) {
	bottom: -60px;
	right: 230px;
}

.module-services.custom .ry-content .content .ry-headline {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-7b7c024b-685e-4241-ac6a-cd93b59ef665/Assets/marble_background.jpg);
	background-size: cover;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: inset -5px -5px 30px rgb(0 0 0 / 40%);
}

.module-services.custom .ry-content .content .ry-headline h2 {
	line-height: 1;
}

.module-services.custom .ry-content .content .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-services.custom .ry-content .content .ry-headline .ry-btn {
	margin-top: 30px;
}

.module-services.custom .ry-content .content .ry-headline h2 {
	font-size: 55px !important;
}

.module-services.custom .ry-content .ry-flex .each-block:hover {
	scale:1.2;
	transition:all .3s ease
}
/* .module-services.custom .ry-content .ry-flex .each-block:hover .photo {
height: 460px;
border-radius: 500px;
transition: .3s;
} */
.module-services.custom .ry-content .ry-flex .each-block .photo:before {
	content: "";
	position: absolute;
	background: linear-gradient(to top, #000000c8, transparent, transparent);
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 500px;
	transition: .3s;
}
.module-services.custom .ry-content .ry-flex .each-block:hover .photo:before {
	background: linear-gradient(to top, #00000099, #00000099, #00000099);
	transition: .3s;
}

.module-services .ry-container {
	position: relative;
	z-index: 9;
}

.module-services.custom .section-background:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, #d9e2e9, transparent, transparent, #d9e2e9);
	z-index: 1;
}

@media (max-width: 1280px) {
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(1) {
		/* position: absolute; */
		top: -100px;
		left: 170px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
		right: 80px;
		top: -150px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(3) {
		bottom: -200px;
		left: 100px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(5) {
		bottom: -130px;
	}
}

@media (max-width: 1080px) { 
	.module-services.custom .ry-content .ry-flex .each-block {
		margin: 0 10px;
	}
	.module-services.custom .ry-content .ry-flex {
		position: relative;
		top: unset;
		width: auto;
		height: auto;
	}

	.module-services.custom .ry-content .ry-flex .each-block {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		right: unset !important;
		transform: unset !important;
		bottom: unset !important;
	}
	.module-services.custom .ry-content .content {
		flex-direction: column;
	}
	.module-services.custom {
		padding-top: 100px;
		padding-bottom: 160px;
	}

	.module-services.custom .ry-content .ry-flex .each-block:nth-child(3), 
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
		width: 275px;
		min-width: 275px;
		height: 275px;
	}

	/* Default slide */
	.module-services.custom .ry-content .ry-flex .slick-slide {
		transform: scale(0.8) !important;
		transition: all 0.4s ease-in-out;
	}
	.module-services.custom .ry-content .ry-flex .slick-slide,
	.module-services.custom .ry-content .ry-flex .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		transform: scale(0.8, 0.8) !important;
		transition: all 0.4s ease-in-out;
	}

	/* Active center slide (You can change anything here for cenetr slide)*/
	.module-services.custom .ry-content .ry-flex .slick-center,
	.module-services.custom .ry-content .ry-flex .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		transform: scale(1) !important;
	}
	.module-services.custom .ry-content .ry-flex .slick-current.slick-active{
		transform: scale(1.1) !important;
	}

	.module-services.custom .ry-content .ry-flex .slick-list {
		padding: 60px 0 !important;
	}

	.module-services.custom .ry-content .ry-flex {
		margin-top: -200px;
		z-index: 2;
	}
	.module-services.custom .slick-dots {
		display: flex !important;
		position: absolute;
		bottom: -40px;
		list-style: none;
		padding-left: 0;
		gap: 0;
	}

	.module-services.custom .slick-dots li {
		height: 12px;
		padding: 0;
		margin: 0 2.5px;
		line-height: unset;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -9999px;
		border: unset;
		padding:0;
		background: var(--clr-secondary);
			border-radius: 50%;
			transition: .4s;
			opacity: .5;
			}

	.module-services.custom .slick-dots li.slick-active button {
		width: 40px;
		border-radius: 10px;
		opacity: 1;
	}
	.module-services .slick-arrow {
		position: absolute;
		left: 0;
		text-indent: -1000px;
		z-index: 9;
		bottom: 0;
		text-indent: -230%;
		white-space: nowrap;
		overflow: hidden;
	}

	.module-services .slick-arrow {
		background: #000;
		width: 30px;
		height: 30px;
		border: unset;
		box-shadow: unset;
		background: transparent;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.module-services .slick-arrow.slick-prev {
		left: calc(50% - 30px);
	}

	.module-services .slick-arrow.slick-next {
		left: unset;
		right: calc(50% - 30px);
	}

	.module-services .slick-arrow:before {
		border: solid #4b328f;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		content: "";
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
	}

	.module-services .slick-arrow.slick-prev:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.module-services.custom .ry-content .ry-flex .each-block:hover .photo {
		height: auto;
	}
	.module-services.custom .ry-content .content .ry-headline {
		justify-content: flex-start;
		width: 480px;
		height: 480px;
	}
}

@media (max-width: 480px) {
	.module-services.custom .ry-content .content .ry-headline h2 {
		font-size: 50px !important;
	}
	.module-services.custom {
		padding-bottom: 40px;
	}
}

@media (max-width: 1080px) {
	.module-services.custom {
		padding-bottom:80px
	}
}

/** Services End **/

/* SERVICE START */

@media screen and (max-width: 1080px) {
    div.custom--services__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

}


@media screen and (max-width: 768px) {
	div.custom--services__content {
		display: grid;
		grid-template-columns: 1fr !important;
	}
}

@media screen and (max-width: 501px) {
	div.custom--services__content {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.custom--services__content .ry-each:nth-child(3) .block-group .each-block .ry-content .title p {
	text-wrap: balance;
}


.custom--services__content .block-group .each-block .ry-content .title span:after, .custom--services__content .block-group .each-block .ry-content .title span:before {
	content: " ";
	display: block;
	height: 1px;
	background: #111;
	width: 15px;
}


.custom--services__content .block-group .each-block .ry-content .title span {
	display: flex;
	font-size: 14px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #111111;
	font-weight: 500;
	font-family: "Poppins";
	text-align: center;
	justify-content: center;
	align-items: center;
}

.ry-services.custom--styles {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8a562958-cee1-42e7-ad98-c38f5859543c/Assets/services_background.jpg);
	background-size: cover;
	padding: 80px 0 0px;
	position: relative;
	z-index: 9;
}

.ry-services.custom--styles:before, .ry-services.custom--styles:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ry-services.custom--styles:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8a562958-cee1-42e7-ad98-c38f5859543c/Assets/top_wave.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 15%;
	top: 0%;
    transform: translateY(-50%);
}

.ry-services.custom--styles:after {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8a562958-cee1-42e7-ad98-c38f5859543c/Assets/bottom_wave.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 15%;
	top: 100%;
    bottom: 0;
    transform: translateY(-22%);
}

.custom--services__content {
	/* position: absolute; */
}

.ry-services.custom--styles .ry-content h2 {
	color: #fff !important;
}

.custom--services__content .block-group .each-block {
	/* background: #135296; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	border-radius: 50%;
	/* background: #fff; */
	transition: .5s ease-in-out;
	cursor: pointer;
	filter: drop-shadow(0px 10px 30px rgba(165,184,146,0.2));
}

/*.custom--services__content .block-group .each-block .ry-content img {
	max-width: max-content;
	margin: auto;
}*/

.custom--services__content .block-group .each-block .ry-content .title div {
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #111;
	font-weight: 400 !important;
	position: relative;
}


.custom--services__content .button-svg svg {
	width: 25px;
	height: 25px;
	fill: #fff
}

.custom--services__content .button-svg {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #203a49;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto;
	z-index: 9;
}

.custom--services__content .block-group .each-block .ry-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	z-index: 9;
	padding: 0 30px;
}

.custom--services__content {
	display: flex;
}

.custom--services__content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 0;
	z-index: 9;
}

.ry-services.custom--styles .ry-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	z-index: 99;
	position: relative;
}
.ry-services.custom--styles .ry-container:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #00a6be, transparent, transparent, #00a6be);
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    top: 0%;
}

@media screen and (max-width: 1536px) {
	.custom--services__content {
		gap: 1rem;
	}

	.custom--services__content .block-group .each-block .ry-content .title p {
		padding: 5%;
	}

}

.custom--services__content .block-group .each-block .button-svg,.custom--services__content .block-group .each-block .link {
	/* display: none; */
}

.custom--services__content .block-group .each-block {
	width: 22.125rem;
	height: 37.438rem;
	border-radius: 177px;
	background: #fff;
}

.custom--services__content .block-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom--services__content .block-group .each-block .title div {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	color: #fff;
}

.custom--services__content .block-group .each-block .ry-content .title p {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #111;
	text-align: center !important;
	margin: 10% auto;
	padding-top: 0;
	padding-bottom: 0;
}



.custom--services__content .block-group .each-block:before {
	content: " ";
	position: absolute;
	z-index: -1;
	opacity: .302;
	width: 100%;
	height: 100%;
	border-radius: 155px;
	/*background: #d5dbd7;*/
	background-image: linear-gradient(178deg, rgb(232 232 232 / 84%) 0%, #e3e3e3 100%);
	transition: height .5s ease-in-out, width .5s ease-in-out;
	opacity: 0;
	box-shadow: 0 0 0 3px #999;
	z-index: 1;
	border: 10px solid #ffffff;
	border-radius: 177px;
	transition: 0.3s ease-in-out;
}

.custom--services__content .block-group .each-block .ry-content .title span:before 
{position: relative;left: -7px;}



.custom--services__content .block-group:hover .each-block:before {
	opacity: 1;
}

.custom--services__content .block-group:hover .each-block .ry-content img {
	filter: brightness(0) invert(0);
}


.custom--services__content .services--default {
	height: 5rem;
	display: flex;
}

.custom--services__content .each-block:hover .button-svg {
	background: white;
}

.custom--services__content .each-block:hover .button-svg svg {
	fill: black;
}


.custom--services__content .button-svg {
	position: relative
}

.custom--services__content .button-svg .link,.custom--services__content .button-svg .link a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	inset: 0;
	opacity: 0;
	z-index: 999;
}


.ry-services.custom--styles .content h2 span:before {
	content: " ";
	display: block;
	height: 2px;
	width: 100%;
	max-width: 12rem;
	background: #f9f9f9;
	margin: 20px auto;
}
.ry-services.custom--styles .content h2 span {
	max-width: max-content;
	margin: auto;
	color: #f9f9f9 !important;
}
.custom--services__content .block-group .each-block .link, .custom--services__content .block-group .each-block .link a {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 99;
	opacity: 0;
}
.ry-services.custom--styles .ry-container a.ry-btn.ry-btn-primary:not(:hover) {
    background: #f9f9f9 !important;
    color: #242424 !important;
}
@media screen and (max-width: 1600px) {
	.custom--services__content .block-group .each-block {
		/* height:240px; */
		/* width: 240px; */
	}

	.custom--services__content .block-group .each-block .ry-content img {
		max-width: 5rem
	}

	.custom--services__content .block-group .each-block .ry-content .title {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column
	}

	.custom--services__content .block-group .each-block {
	}

	.custom--services__content .block-group .each-block {
		width: 21rem;
	}
}

@media screen and (max-width: 1367px) {
	.custom--services__content .block-group .each-block .ry-content .title div {
		font-size:18px;
		text-wrap: balance
	}

	div.custom--services__content {

		gap: 1rem;
		display: grid;
		grid-template-columns: 1fr !important;
	}


	div.custom--services__content .block-group .each-block {
		width: 20.125rem;
	}

	.custom--brands__w-full .flex--bottom__title .each--title span:after, .custom--brands__w-full .flex--bottom__title .each--title span:before {
		width: 75px;
	}

	.custom--brands__w-full .flex--bottom__title .each--title span:after {
		right: 0;
	}
}

@media screen and (max-width: 1281px) {
	div.custom--services__content .block-group .each-block {
		width: 22.125rem;
	}

	.custom--services__content .block-group .each-block .ry-content .title p {
		width: 100% !important;
	}


}

/* New Services */

.custom--services__content .block-group .each-block {
	overflow: hidden;
}

.custom--services__content .services--default {
    height: 0;
    display: contents;
    width: 100%;
    position: absolute;
    padding-bottom: 100%;
}

.custom--services__content .services--default img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.custom--services__content .block-group .each-block .photo {
    position: absolute;
    inset: 0;
}

.custom--services__content .block-group:hover .each-block {
	justify-content: center;
    transition: .3s;
}

/*.ry-services.custom--styles .block-group:hover .ry-content * {
    color: #fff !important;
    transition: .3s;
}

.custom--services__content .block-group:hover .each-block .ry-content .title span:after, 
.custom--services__content .block-group:hover .each-block .ry-content .title span:before {
	background: #fff;
}*/

.custom--services__content .block-group .each-block .ry-content {
    transition: .25s;
    position: relative;
    top: 68%;
    transform: translateY(-50%);
	height: 14rem;
}

.custom--services__content .block-group:hover .each-block .ry-content {
    transition: .3s;
    top: 0;
    transform: translateY(0);
}

.custom--services__content .block-group .each-block .ry-content .title p {
    transition: .15s;
	opacity: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.custom--services__content .block-group:hover .each-block .ry-content .title p {
    transition: .4s;
    opacity: 1;
}

.custom--services__content .arrow-icon {
	position: relative !important;
    top: 26%;
    transform: translateY(-50%);
    transition: .1s;
	z-index: 1;
}

.custom--services__content .block-group:hover .arrow-icon { 
	top: 0%;
    transform: translateY(0%);
	transition: .3s;
}

.custom--services__content .slick-dots {
    list-style: none;
    padding: unset;
    display: flex !important;
	align-items: center;
	justify-content: center;
}

.custom--services__content .slick-dots li button {
    font-size: 0;
    outline: none;
    border: none;
    width: 20px;
    height: 3px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 0;
    outline: none !important;
    border: none;
}

.custom--services__content .slick-dots li.slick-active button {
    background: #000;
}

/* SERVICE END */

body.home div#section-brands .ry-multi-item-slider {
    padding-bottom: 14%;
}

body.home div#section-brands {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8a562958-cee1-42e7-ad98-c38f5859543c/Assets/brand_background.jpg);
	background-size: cover;
	background-position: center top;
}

/** Team Start **/

.module-team.style-1 {
	overflow: hidden;
}
.module-team.style-1 .content .ry-btn {
    position:unset;
	margin-left: unset;
}

.module-team.style-1 .ry-content .content .ry-left {
    width: 50%;
}
.module-team.style-1 .ry-content .content .ry-right {
    width: 40%
}
.module-team.style-1 .ry-content .content .ry-right *{
    text-align:start
}

.module-team.style-1 .ry-flex .each-name {
    font-size: 25px;
    font-weight: 400 !important;
    text-transform:capitalize;
    line-height:1.2
}

.module-team.style-1 .ry-flex {
    margin-top:0;
    gap:10px;
    align-items:center;
}
.module-team.style-1 .ry-content .content {
    flex-direction:row;
    justify-content:space-between
}

.module-team.style-1 .ry-flex .ry-each:hover .photo {
    filter: unset;
}
.module-team.style-1 .ry-flex .ry-each .hover {
    display: none;
}
/*.module-team.style-1 .ry-flex .ry-each:hover .default {
    display: none;
}*/

.module-team.style-1 .ry-flex .ry-each:hover .hover {
    display: block;
}

.module-team.style-1 {
   padding: 24% 0px 160px;
}

.module-team.style-1::before { 
    background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-8a562958-cee1-42e7-ad98-c38f5859543c/Assets/team_new_background.jpg)
}

.module-team.style-1 .ry-flex .ry-each {
    margin-left: 35px;
}
.module-team.style-1 .ry-flex .ry-each:hover .each-name {
    color: #00a6c0;
}

@media (max-width: 1080px) { 
	.module-team.style-1 {
		padding: 24% 0px 100px;
	}
}

@media (max-width: 1280px) {
	.module-team.style-1 .ry-content .content {
		flex-direction:column-reverse;
		gap:40px
	}
	.module-team.style-1 .ry-content .content .ry-right,
	.module-team.style-1 .ry-content .content .ry-left{
		width:100% !important
	}
	.module-team.style-1 .ry-content .content .ry-right *{
		text-align:center
	}
	.module-team.style-1 .ry-flex { 
		gap:25px
	}
}

@media (max-width: 991px) {
	.module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
		max-width: 300px;
		width:100%;
		margin: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.module-team.style-1 .content .ry-btn {
		margin: 0 auto !important;
	}
}

@media (max-width: 480px) {
	.module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
		max-width: 300px;
	}
	.module-team.style-1 .ry-flex {
		gap:10px
	}
}

	
/*----- TEAM UPDATE REVIEW ----- */
	
@media(min-width:1701px) {
	.module-team.style-1 .ry-content .content img {
		max-width: max-content;
		height: max-content;
		width:100%;
		object-fit:contain;
	}

	/*.module-team.style-1 .ry-content .content .photo {
		transform:scale(1.2)
	}*/

	.module-team.style-1 .ry-flex .each-name {
		margin-top:55px
	}
}

@media(max-width:1700px) {
	.module-team.style-1 .ry-content .content img {
		max-width: max-content;
		height: max-content;
		width:100%;
		object-fit:contain;
	}
	.module-team.style-1 .ry-flex .each-name {
		max-width:max-content;
		width:100%;

	}
}

@media (min-width:992px) and (max-width:1280px) {
	.module-team.style-1 .ry-content .content .photo {
		transform:scale(1.2);
		margin-top:40px;
		margin-inline:auto;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.module-team.style-1 .ry-flex .each-name {
		margin-top:50px;
		margin-inline:auto
	}
}
/*@media (min-width:488px) and (max-width:991px) {
	.module-team.style-1 .ry-flex .each-name {
		margin-top:-10px;
	}
}*/

/** Team End **/

:root {
  --secondary-bg: #423f40;
  --primary-bg: #00a6c0;
}
	
	