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

.link, .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}


button.slide-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	filter: invert(1);
	background-size: contain;
	left: 0;
	transform: translate(0, -50%);
	border: unset;
	box-shadow: unset;
	outline: unset;
}

button.slide-arrow.next-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
	left: unset;
	right: 0;
}

.ry-btn {
	font-size: 18px;
	padding: 10px 35px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	font-weight: 400;
	min-width: 230px;
	border: 1px solid transparent !important;
}

.ry-btn.btn-transparent:not(:hover) {
	border-color: #b6916a;
	background: transparent !important;
	color: #121212 !important;
}

.ry-btn.btn-center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.ry-btn.ry-btn-primary:hover {
	border: 1px solid #0f0f0f !important;
	background: transparent !important;
	color: #0f0f0f !important;
}
.ry-btn.ry-btn-white:hover {
	border: 1px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
}
.ry-text p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	opacity: .6;
}

.home .slick-dots {
	display: flex !important;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
	gap: 5px;
	list-style: none;
}

.home .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	border: unset;
	text-indent: -99999px;
	background: #000;
	transition: .5s;
	opacity: .5;
	min-width: 12px;
}

.home .slick-dots li {
	height: 12px;
	min-width: 12px;
	padding: 0 !important;
	margin: 0 !important;
}

.home .slick-dots li.slick-active button {
	width: 50px;
	border-radius: 5px;
	opacity: 1;
	background: #0f0f0f;
}

#menu_container {
	padding-top: 50px;
}

#menu_container .mm-listview li a {
	font-size: 16px;
	line-height: 1;
	letter-spacing: initial !important;
}

.mm-panel .mob-menu a {
	font-size: 16px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mm-panel {
	padding-left: 0;
	padding-right: 0p;
}

a.mm-navbar__title {
	font-size: 16px;
}

.ry-btn {
	height: auto;
	border-radius: 30px;
	padding: 18px 20px;
	font-size: 16px !important;
}

.module-hero .photo {
	position: relative;
	padding-bottom: calc(100vh + 200px);
	background: linear-gradient(45deg, #749a96, #516363);
}

.module-hero .photo img {
	position: absolute;
	width: auto;
	bottom: 160px;
	right: 30%;
	transform: translate(50%, 0);
}

.module-hero .photo .ry-container {
	position: relative;
}

.hero-text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.hero-text .ry-headline h1 {
	font-size: 90px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins';
	font-weight: bold;
}

.hero-text .ry-headline p {
	font-size: 18px;
	color: #fff;
	font-family: "Open Sans" !important;
}

.hero-text .content {
	max-width: 620px;
}

.hero-text .button-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.ry-btn.btn-transparent:not(:hover) {color: #fff !important;border-color: #fff !important;}

.ry-btn.ry-btn-primary {
	background: #a6825b !important;
}

.custom.module-cl {
	padding: 250px 0 160px;
	position: relative;
	margin-top: -200px;
}

.custom.module-cl:before, 
.custom.module-cl:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #4a5859;
	content: "";
}

.custom.module-cl:after {
	left: unset;
	right: 0;
	border-top-left-radius: 200px;
}

.custom.module-cl:before {
	border-top-right-radius: 200px;
}

.ry-headline h2 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}

.ry-headline h2 .span-1 {
	font-size: 20px;
	display: block;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1.3;
}

.ry-text p {
	font-family: 'Open Sans' !important;
	opacity: 1;
	line-height: 1.6;
}

.module-cl .ry-headline h2 {
	color: #fff;
}

.module-cl .ry-headline h2 span {
	margin-top: 10px;
}

.module-cl .ry-text p {
	color: #fff;
	margin-top: 20px;
}

.custom.module-cl .ry-each {
	width: 45%;
	max-width: 650px;
}

.custom.module-cl .ry-each.image-wrapper {
	max-width: unset;
	width: 55%;
	display: flex;
	gap: 20px;
}

.custom.module-cl .ry-container {
	z-index: 1;
}

.custom.module-cl .ry-flex {
	align-items: center;
}

.custom.module-cl .ry-each.image-wrapper .text {
	position: absolute;
	top: 50px;
	font-size: 25px;
	font-weight: bold !important;
	color: #333333;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	line-height: 1.1;
}

.custom.module-cl .ry-each.image-wrapper .text-photo {
	border: 2px solid #fff;
	border-radius: 20px;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text {
	top: unset;
	position: relative;
	padding: 35px 30px;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text ul {
	list-style: none;
	padding-left: 0;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text ul li p {
	font-size: 20px;
	font-family: 'Open Sans' !important;
	line-height: 1.3;
	color: #fff;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text ul li {
	position: relative;
	padding-left: 30px;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	top: 12px;
}

.custom.module-cl .ry-each.image-wrapper .text-photo .text ul li:not(:last-child) {
	margin-bottom: 8px;
}

.module-welcome.custom {
	padding: 220px 0 160px;
	background: #4a5859;
	margin-top: -1px;
}

.module-welcome.custom:before,
.module-welcome.custom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f9f7f3;
	content: "";
}

.module-welcome.custom .ry-container {
	z-index: 2;
}

.module-welcome.custom:after {
	width: 30%;
	left: unset;
	right: 0;
	border-top-left-radius: 200px;
}

.module-welcome.custom:before {
	width: 70%;
	border-top-right-radius: 200px;
}

.module-welcome.custom .ry-flex {
	align-items: center;
}

.module-welcome.custom .ry-flex .ry-each:not(.image-wrapper) {
	padding-left: 70px;
}

.module-welcome.custom .ry-flex .ry-each .ry-headline h2 .span-1 {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #a6825b;
}


.module-services.custom {
	padding: 220px 0 200px;
	position: relative;
	background: #f9f7f3;
}

.module-services.custom:after,
.module-services.custom:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #4a5859;
	content: "";
}

.module-services.custom:before {
	width: 30%;
	border-top-right-radius: 200px;
}

.module-services.custom:after {
	width: 70%;
	left: unset;
	right: 0;
	border-top-left-radius: 200px;
}

.module-services .ry-container {
	z-index: 1;
}

.module-services .ry-headline h2 {
	color: #7da7a2;
}

.module-services .ry-headline h2 .span-1 {
	margin-bottom: 10px;
	color: #fff;
}

.module-services .services-wrapper .ry-flex {
	gap: 25px;
}

.module-services .services-wrapper {
	padding-top: 45px;
}

.module-services .services-wrapper .ry-flex .ry-each {
	position: relative;
}

.module-services .services-wrapper .ry-flex .ry-each .title {
	position: absolute;
	bottom: 45px;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	line-height: 1.2;
	font-size: 25px;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #fff;
}


#team-wrap {
	margin: 0;
}

.module-team.custom .each-team .each-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: auto;
	float: none;
}

.module-team.custom .each-team .each-wrapper .photo {
	width: calc(50% - 80px);
}

.module-team.custom .each-team .each-wrapper .text-block {
	width: 50%;
	padding-top: 30px;
}

.module-team.custom .each-team .each-wrapper .text-block .ry-headline h2 {
	text-align: left !important;
}

.module-team.custom .each-team .each-wrapper .text-block .ry-headline h2 .span-1 {
	color: #a6825b;
	margin-bottom: 10px;
}

.module-team.custom .each-team .each-wrapper .text-block .ry-text p {
	margin-top: 20px;
}

.module-team.custom .each-team .each-wrapper .text-block .button-wrapper {
	padding-top: 65px;
}

.module-team.custom {
	padding: 220px 0 200px;
	background: #4a5859;
}

.module-team.custom:before, 
.module-team.custom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f9f7f3;
	content: "";
}


.module-team.custom .ry-container {
	z-index: 1;
}

.module-team.custom:before {
	width: 70%;
	border-top-right-radius: 200px;
}

.module-team.custom:after {
	right: 0;
	left: unset;
	width: 30%;
	border-top-left-radius: 200px;
}

.module-team.custom .slick-arrow {
	background-color: transparent;
	border: 1px solid #4a5859;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	filter: unset;
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.custom.module-technology {
	padding: 240px 0 100px;
	background: #f9f7f3;
}

.custom.module-technology:before,
.custom.module-technology:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #4a5859;
	content: "";
}

.custom.module-technology .ry-container {
	z-index: 1;
}

.custom.module-technology:before {
	width: 30%;
	border-top-right-radius: 200px;
}

.custom.module-technology:after {
	left: unset;
	right: 0;
	width: 70%;
	border-top-left-radius: 200px;
}

.custom.module-technology .ry-headline h2 {
	margin: auto;
	max-width: 760px;
	color: #7da7a2;
}

.custom.module-technology .ry-headline h2 .span-1 {
	margin-top: 10px;
	color: #fff;
}

.custom.module-technology .photo {
	margin: 30px 0;
}

.custom.module-technology .button-wrapper {
	clear: both;
	padding-top: 40px;
}

.custom.module-technology .ry-text p {
	max-width: 960px;
	margin: auto;
	color: #fff;
}

.module-reviews.custom {
	padding: 160px 0 100px;
	margin-top: -5px;
	background: #4a5859;
	position: relative;
}

.module-reviews.custom:before,
.module-reviews.custom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f9f7f3;
	content: "";
}


.module-reviews.custom .ry-container {
	z-index: 1;
}

.module-reviews.custom:before {
	width: 70%;
	border-top-right-radius: 200px;
}

.module-reviews.custom:after {border-top-left-radius: 200px;width: 30%;left: unset;right: 0;}

.module-reviews.custom .ry-headline h2 .span-1 {
	margin-bottom: 10px;
	color: #a6825b;
}

.module-reviews.custom  .review-slider {
	margin-top: 40px;
	padding: 120px 0;
	background: #a6825b;
	border-radius: 30px;
	max-width: 1280px;
	position: relative;
}

.module-reviews.custom .review-slider .star {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 25px;
}

.module-reviews.custom .review-slider .star svg {
	width: 23px;
	height: 23px;
	fill: #fff;
}

.module-reviews.custom .review-slider .name {
	margin-top: 35px;
	text-align: center;
}

.module-reviews.custom .review-slider .ry-text p {
	max-width: 960px;
	margin: auto;
	text-align: center;
	color: #fff;
}

::before {}

.module-reviews.custom .ry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.module-reviews.custom .ry-content .button-wrapper {
	padding-top: 40px;
}

.module-reviews.custom .review-slider .carousel-control {
	display: none;
}

.module-reviews.custom .review-slider ol.carousel-indicators {
	display: none !important;
}

.module-reviews.custom .review-slider .name {
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins' !important;
}

.module-reviews.custom .review-slider:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c9c0fb77-c563-43aa-ac66-d65a8a8ab2fa/HomeAssets/qoute.png);
	width: 375px;
	height: 269px;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

}

@media (min-width: 992px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/

}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}