:root {
	--text-normal: "DM Sans" !important;
		--text-title: "Mulish" !important;
		--clr-primary: #BF6E4D;
		--clr-secondary: #3E4C59;
		--clr-base: #333;
		--lg-normal: 18px;
		--lg-small: 16px;
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}
	a:focus {
		outline: unset;
	}
	.anchor-hidden {
		scroll-margin-top: 160px;
	}

	.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-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

	.ry-btn {
		font-size: 18px !important;
		padding: 10px 30px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 60px !important;
		height: auto;
		border-radius: 30px;
	}

	.ry-btn.btn-transparent:not(:hover),
	.ry-btn.transparent-btn:not(:hover) {
		border-color: var(--clr-primary);
			background: transparent !important;
			color: #221f1f !important;
			}

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

	.ry-btn.ry-btn-primary:hover {
		border: 1px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: transparent !important;
			color: var(--clr-secondary) !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}

	.ry-btn.ry-btn-primary.btn-white:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.ry-btn.ry-btn-primary.btn-white:hover {
		background: #fff !important;
		color: #333;
		border: 1px solid #fff !important;
	}

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

	.home .slick-dots li button,
	.default .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,
	.default .slick-dots li {
		height: 12px;
		min-width: 12px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.home .slick-dots li.slick-active button,
	.default .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;
	}
	.module-hero {
		margin-top: -1px;
	}

	.hero-focus-ring
	{
		position: absolute;
		width: 520px;
		height: 520px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.16);
		pointer-events: none;
		transition: transform .25s ease-out, opacity .4s ease;
		left: 0;
		top: 0;
		transform: translate(-9999px, -9999px);
	}

	.hero-focus-ring::before {
		content: "";
		position: absolute;
		inset: 60px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.22);
	}

	.hero-focus-ring::after {
		content: "";
		position: absolute;
		inset: 120px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
	.module-hero .text-center {
		padding-bottom: 100vh;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.module-hero .carousel-control {
		display: none;
	}
	.module-welcome.custom {
		padding: 120px 0 150px;
	}

	.ry-headline h2 {
		font-size: 70px;
		font-family: 'Space Grotesk' !important;
		line-height: 1;
		text-transform: uppercase;
		position: relative;
		color: var(--clr-secondary);
	}

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

	.module-welcome.custom .ry-flex .each-left {}

	.module-welcome.custom .ry-flex .each-left .ry-headline h2 {
		text-align: center;
	}

	.module-welcome.custom .ry-flex .each-left .ry-text p {
		max-width: 570px;
		text-align: center;
		margin: auto;
		/* margin-bottom: 50px; */
	}

	.module-welcome.custom .ry-flex .each-left .ry-btn {
		margin: 50px auto 0;
	}

	.module-welcome.custom .ry-flex .each-left .ry-headline h2 {
		margin-bottom: 30px;
		padding-bottom: 40px;
		position: relative;
	}

	.module-welcome.custom .ry-flex .each-left .ry-headline h2:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 230px;
		height: 1px;
		background: #b2b2b2;
		bottom: 0;
		transform: translate(-50%, 0);
	}
	.module-welcome.custom .ry-flex .each-left .ry-btn {
		min-width: 220px;
	}
	.module-welcome.custom .ry-flex .each-right img {
		min-width: 140%;
		/* margin-right: -20%; */
	}

	.module-welcome.custom .ry-flex .each-right {
		margin-right: -10%;
	}

	.ry-headline h2 .span-1 {
		display: block;
		font-size: 20px;
		font-weight: 400;
		font-family: 'DM Sans';
		position: relative;
		color: var(--clr-secondary);
			}

	.module-services.custom .background-section {
		display: none;
	}
	.module-services.custom .ry-flex {
		padding-top: 80px;
		flex-direction: column;
		gap: 110px;
	}
	.module-services.custom .ry-headline h2 .span-1:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 230px;
		height: 1px;
		background: #b2b2b2;
		top: 0;
		transform: translate(-50%, 0);
	}


	.module-services.custom .ry-headline h2 .span-1 {
		margin-top: 40px;
		padding-top: 20px;
	}

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

	.module-services .ry-container {
		max-width: 1280px;
	}

	.module-services.custom .ry-flex .each {
		width: 100%;
	}

	.module-services.custom .ry-flex .each .photo img {
		max-width: max-content;
	}

	.module-services.custom .ry-flex .each .photo {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		z-index: 1;
		max-width: max-content;
	}

	.module-services.custom .ry-flex .each .group-text {
		padding: 60px 100px;
		max-width: 960px;
		margin: auto;
		background: #fff;
		border-top-right-radius: 50px;
		border-bottom-left-radius: 50px;
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
	}

	body {
		/* background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-5a7df9d7-5067-4b83-83d2-5bf41b5a5fd5/HomeAssets/body_bg.jpg); */
		/* background-size: cover; */
	}

	.module-services.custom .ry-flex .each .group-text .title {
		font-size: 30px;
		font-family: 'Space Grotesk' !important;
		text-align: center;
		color: #000;
		font-weight: bold !important;
	}

	.module-services.custom .ry-flex .each .group-text .ry-text p {
		text-align: center;
		max-width: 580px;
		margin: 20px auto 0;
	}

	.module-services.custom .ry-flex .each:nth-child(even) .photo {
		left: unset;
		right: 0;
	}

	.module-services.custom .ry-flex .each:nth-child(even) .title, .module-services.custom .ry-flex .each:nth-child(even) .ry-text {
		margin-left: -100px;
		margin-right: 0;
	}

	.module-services.custom .ry-flex .each .title, .module-services.custom .ry-flex .each .ry-text {
		margin-right: -100px;
	}

	.module-services.custom .ry-flex .each:nth-child(even) .group-text {
		background: var(--clr-secondary);
			}

	.module-services.custom .ry-flex .each:nth-child(even) .group-text * {
		color: #fff;
	}

	.module-services.custom .ry-flex .each .group-text .title:after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23BF6E4D' class='bi bi-check-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z'/%3E%3C/svg%3E");
		z-index: 2;
		background-size: contain;
		background-color: #fff;
		border-radius: 5px;
		margin-left: 20px;
		margin-bottom: -3px;
	}
	.module-services.custom {
		padding-bottom: 130px;

	}

	.module-team.custom .each-right {
		padding: 190px 0;
		max-width: 780px;
		width: 62%;
	}

	.module-team.custom .each-right .ry-headline h2, .module-team.custom .each-right .ry-text p {
		color: #fff;
	}

	.module-team.custom .each-right .ry-btn {
		margin: auto;
		margin-top: 40px;
	}

	.module-team.custom .each-right .ry-text p {
		max-width: 600px;
		margin: auto;
	}

	.module-team.custom .each-left {
		position: absolute;
		left: -10%;
		top: 120px;
	}

	.module-team.custom .ry-flex {
		justify-content: flex-end;
	}

	.module-team.custom .each-left img {
		max-width: max-content;
	}

	.module-team.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-team.custom .each-right .ry-headline h2 {
		text-transform: capitalize;
	}

	.module-team.custom .each-right .ry-headline h2 span {
		color: #fff;
		text-transform: uppercase;
	}

	.module-team.custom .each-right .ry-headline h2 .span-1:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 230px;
		height: 1px;
		background: #fff;
		top: 0;
		transform: translate(-50%, 0);
	}


	.module-team.custom .each-right .ry-headline h2 .span-1 {
		margin-top: 40px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.module-brand.custom {
		padding: 150px 0;
	}

	.ry-headline.with-span .span-1:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 230px;
		height: 1px;
		background: #b2b2b2;
		top: 0;
		transform: translate(-50%, 0);
	}


	.ry-headline.with-span h2 .span-1 {
		margin-top: 40px;
		padding-top: 20px;
		margin-bottom: 20px;
	}


	.module-brand.custom .ry-container {
		max-width: 1280px;
	}

	.module-brand.custom .ry-container .ry-flex {
		flex-wrap: wrap;
		gap: 80px 60px;
		justify-content: space-between;
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.module-brand.custom .ry-container .ry-flex .each {
		min-width: 320px;
		max-width: 320px;
	}

	.module-brand.custom .ry-container .ry-btn {
		min-width: 280px;
	}
	#ry-pg-body .module-brand.custom {
		padding: 0;
	}

	#ry-pg-body .module-brand.custom .ry-headline, 
	#ry-pg-body .module-brand.custom .button-wrapper {
		display: none;
	}

	.module-brand.custom .ry-container .ry-flex .each:hover img {
		transform: translate(0, -30px);
	}

	.module-brand.custom .ry-container .ry-flex .each img {
		transition: .5s;
	}
	.module-testimonials.custom {
		padding: 130px 0;
		background: var(--clr-secondary);
			}

	.module-testimonials.custom .icon img {
		max-width: max-content;
		margin: auto;
	}

	.module-testimonials.custom .ry-headline h2,
	.module-testimonials.custom .ry-headline h2 span {
		color: #fff;
	}

	.module-testimonials.custom .ry-headline h2 {
		text-transform: capitalize;
	}

	.module-testimonials.custom .ry-headline h2 span {
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.module-testimonials.custom .arrow {
		position: absolute;
		top: 50%;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.module-testimonials.custom .review-carousel {
		max-width: 1280px;
	}

	.module-testimonials.custom .review-block {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		position: relative;
	}

	.module-testimonials.custom .review-block .slick-list {
		margin: 0 -75px;
	}

	.module-testimonials.custom .review-block .slick-list .slick-slide {
		margin: 0 75px;
	}

	.module-testimonials.custom .review-block .comment {
		padding: 70px 65px;
		background: #fff;
		border-radius: 30px;
	}

	.module-testimonials.custom .review-block .comment .ry-text p {
		text-align: center !important;
		line-height: 1.5;
	}

	.module-testimonials.custom .review-block .comment .ry-name .star-wrapper {
		display: flex;
		margin-top: 50px;
		gap: 7px;
		justify-content: center;
		margin-bottom: 25px;
		color: #fff;
	}

	.module-testimonials.custom .review-block .comment .ry-name .star-wrapper svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-secondary);
			}

	.module-testimonials.custom .review-block .comment .ry-name h5 {
		width: 80px;
		height: 80px;
		min-height: 80px;
		display: flex;
		justify-content: center;
		background: #000;
		border-radius: 50%;
		color: #fff;
		align-items: center;
		margin: auto;
	}

	.module-testimonials.custom .review-block .comment .ry-name h5 span {
		display: none;
		text-align: center;
		line-height: 1;
		font-family: 'Space Grotesk' !important;
	}

	.module-testimonials.custom .arrow svg {
		width: 50px;
		height: 50px;
		fill: #fff;
	}


	.module-testimonials.custom .slick-track {
		display: flex !important;
		align-items: stretch;
	}

	.module-testimonials.custom .slick-slide {
		height: auto !important;
	}

	.module-testimonials.custom .review-block .comment {
		height: 100%;
	}

	.module-testimonials.custom .button-wrapper {
		clear: both;
		padding-top: 60px;
	}

	.module-testimonials.custom .button-wrapper .ry-btn:not(:hover) {
		background: #fff !important;
		color: var(--clr-secondary) !important;
			}

	.module-testimonials.custom .button-wrapper .ry-btn {
		min-width: 280px;
	}

	.module-appt.custom {
		padding: 130px 0 0;
	}

	.module-appt.custom .ry-content {
		padding: 10px;
		background: #ffffff40;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}

	.module-appt.custom .ry-content .each .ry-headline h2 .span-1:before {
		left: 0;
		transform: unset;
	}

	.module-appt.custom .ry-content .each.each-left {
		padding: 110px 100px 110px 160px;
		background: #e5e5e5;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}

	.module-appt.custom .ry-content .each.each-left .ry-headline h2 {
		text-transform: initial;
		letter-spacing: -1px;
		font-size: 56px;
	}

	.module-appt.custom .ry-content .each.each-left .form-control {
		height: 60px;
		border-radius: unset;
		background: #fff;
		border-color: #fff;
		font-size: 18px;
		color: #000;
		padding-left: 25px;
	}

	.module-appt.custom .ry-content .each.each-left .form-control::placeholder {
		opacity: .5;
	}

	.module-appt.custom .ry-content .each.each-left textarea.form-control {
		height: 120px;
		padding-top: 15px;
		resize: unset;
	}

	.module-appt.custom .ry-content .each.each-left .form-group {
		margin: 0;
	}

	.module-appt.custom .input-form-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 20px;
	}

	.module-appt.custom .input-form-wrap .field-md {
		width: calc(50% - 5px);
	}

	.module-appt.custom .input-form-wrap #submit {
		margin-top: 30px;
	}

	.module-appt.custom .input-form-wrap #submit .ry-btn {
		min-width: 300px;
	}

	.module-appt.custom .ry-content .each.each-left .ry-headline h2 span {
		text-transform: uppercase;
	}

	.module-appt.custom .ry-content .each.each-right #mapPIN {
		width: 100%;
		height: 100%;
	}

	.module-appt.custom .ry-content .each.each-right .each-block {
		width: 100%;
		height: 100%;
	}

	.module-appt.custom:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 380px;
		background: var(--clr-secondary);
			}

	.module-footer .footer-top {
		padding: 75px 0 90px;
		background: var(--clr-secondary);
			}

	.module-footer .footer-top .ry-container {
		max-width: 960px;
		width: 90%;
	}

	.module-footer .footer-bottom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-footer .footer-top .ry-container .icons {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #fff;
	}

	.module-footer .footer-top .ry-container .icons svg {
		width: 16px;
		height: 16px;
		fill: #fff;
	}

	.module-footer .footer-top .ry-container  .each-details {
		display: flex;
		gap: 25px;
	}

	.module-footer .footer-top .ry-container .each-details a {
		font-size: 18px;
		line-height: 1.3;
		display: block;
		color: #fff;
	}

	.module-footer .footer-top .ry-container .each-details a .span-1 {
		display: block;
		font-size: 18px;
		font-weight: 400;
	}

	.module-footer .footer-top .ry-container .each-details:nth-child(2) a {
		font-size: 24px;
		font-weight: bold;
	}

	span.span-1 {}

	.module-footer .footer-top .ry-container .each-details:not(:last-child) {
		margin-bottom: 25px;
	}

	.module-footer .footer-top .ry-container .custom-social-wrapper {
		padding: 0;
		list-style: none;
		clear: both;
		padding-bottom: 60px;
	}

	.module-footer .footer-top .ry-container .custom-social-wrapper .social-inner-wrap {
		display: flex;
		gap: 20px;
	}

	.module-footer .footer-top .ry-container .custom-social-wrapper .social-inner-wrap li a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
	}

	.module-footer .footer-top .ry-container .custom-social-wrapper .social-inner-wrap li a svg {
		fill: var(--clr-secondary);
			}

	.module-footer .footer-top .ry-container img {
		max-width: 300px;
	}

	.module-footer {}

	.module-footer .title {
		font-size: 28px;
		font-family: 'Space Grotesk' !important;
		color: #fff;
		text-transform: capitalize !important;
		line-height: 1;
		margin-bottom: 30px;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul {
		list-style: none;
		padding-left: 0;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul li {
		display: flex;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul li .span-2 {
		min-width: 140px;
	}

	span.span-2 {}

	.module-footer .footer-top .ry-container .each {
		width: 100%;
		max-width: 320px;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul li span {
		font-size: 18px;
		color: #fff;
		line-height: 1;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	.module-footer .footer-top .ry-container .each-details .hours ul li .span-5 {
		font-size: 16px;
		font-style: italic;
		letter-spacing: -0.3px;
		margin-top: 20px;
	}

	.module-footer .footer-top .ry-container .content:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #fff;
	}

	.footer-bottom .ry-container {
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
	}

	.footer-bottom .ry-container * {
		font-size: 16px;
		line-height: 1.1;
		color: #000;
		letter-spacing: -0.3px;
	}

	.footer-bottom .ry-container .powered img {
		max-width: max-content;
	}

	.footer-bottom .ry-container .powered {
		display: flex;
		gap: 5px;
	}

	.footer-bottom .ry-container .ry-right, .footer-bottom .ry-container .ry-left {
		max-width: max-content;
		width: 100%;
	}

	.module-34 .ry-menu .ry-nav li > a {
		font-size: 20px;
		letter-spacing: initial;
		color: #fff;
	}

	.module-34 .ry-btn-module-34:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.module-34 .ry-btn-module-34, 
	.module-34 .module-34-top .module-34-top-right .ry-btn-module-34,
	.module-34 .ry-btn-module-34 {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 30px;
		padding-right: 30px;
		background: transparent !important;
		border: 1px solid #fff !important;
	}

	.module-34 .ry-btn-module-34:hover {
		background: var(--clr-secondary) !important;
			color: #333 !important;
			}

	.module-34 .ry-btn-module-34:hover,  
	.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover, 
	.module-34 .ry-btn-module-34:hover {
		border-color: var(--clr-secondary) !important;
			color: #fff !important;
			}

	.module-34 .ry-header-logo img {
		filter: invert(1) brightness(1000);
	}

	.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 15px 30px;
	}

	.ry-menu .ry-nav li.dropdown .dropdown-menu li {
		padding: 0;
	}

	.module-services.custom:before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-5a7df9d7-5067-4b83-83d2-5bf41b5a5fd5/HomeAssets/bg_new_section.png);
		background-size: cover;
		background-position: bottom;
		min-height: 140%;
	}

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

	.module-hero {
		position: relative;
		z-index: 1;
	}

	.module-services.custom .button-wrapper {
		clear: both;
		padding-top: 120px;
	}


	.team-inner-page.style1 .ry-flex {
		justify-content: center;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 66px;
		text-transform: initial;
		letter-spacing: -1px;
		font-family: 'Space Grotesk' !important;
		text-align: center;
		color: #fff !important;
	}

	#ry-sidebar .ry-sb-title {
		letter-spacing: initial;
	}

	#ry-sidebar .ry-sb-title i {
		font-size: 18px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding: 0 !important;
		margin: 0 !important;
	}

	body:not(.home) .module-34 .ry-header-logo img {
		filter: unset;
	}

	body:not(.home) .module-34 {
		background: #fff;
	}

	body:not(.home) .module-34 .ry-btn-module-34:not(:hover),
		body:not(.home) .module-34 .module-34-top .module-34-top-right .ry-btn-module-34,
		body:not(.home) .module-34 .ry-btn-module-34:not(:hover) {
			border-color: #000 !important;
			color: #000 !important;
		}

	body:not(.home) .module-34 .ry-menu .ry-nav li > a {
		color: #000;
	}

	.module-testimonials.custom .button-wrapper .ry-btn:hover {
		background: transparent !important;
		color: #fff !important;
		border-color: #fff !important;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1480px) {
		.module-testimonials.custom .review-block .slick-list {
			margin: 0 -30px;
		}

		.module-testimonials.custom .review-block .slick-list .slick-slide {
			margin: 0 30px;
		}

		.module-testimonials.custom .review-carousel {
			padding-left: 30px;
			padding-right: 30px;
		}

		.module-testimonials.custom .arrow svg {
			width: 35px;
			height: 35px;
		}

		.module-34 .ry-header-logo img {
			max-width: 220px;
		}

		.ry-headline h2 {
			font-size: 62px;
		}

		.module-services.custom .ry-flex .each .group-text .title {
			font-size: 26px;
		}

		.module-appt.custom .ry-content .each.each-left .ry-headline h2 {
			font-size: 48px;
		}

		.module-appt.custom .ry-content .each.each-left {
			padding-left: 100px;
			padding-right: 100px;
		}
	}

	@media (max-width: 1280px) {
		.module-brand.custom .ry-container .ry-flex {
			gap: 60px 30px;
		}

		.module-brand.custom .ry-container {
			width: 90%;
		}

		.module-services .ry-container {
			width: 90%;
		}
	}
	@media (max-width: 1080px) {
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 80px;
			height: 360px;
		}
		#ry-pg-banner .ry-bnr-wrp:before, 
		#ry-pg-banner .ry-bnr-wrp:after {
			display: none !important;
		}
	}
	@media (max-width: 1280px) {
		.module-35-header-center {
			width: 160px;
			height: 160px;
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
			display: flex;
			align-items: center;
			justify-content: center;
			top: -10px;
			border-radius: 50%;
			background: #fff;
		}

		.module-35-header-center img {
			width: 140px;
		}

		.module-35 .mobile-nav .hamburger {
			padding-bottom: 0;
		}

		.module-35 .module-35-header-right .mobile-button {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.module-35 .module-35-header-right .mobile-button a {
			background: var(--clr-secondary);
				color: #fff;
				}

		.module-welcome.custom {
			padding: 100px 0;
		}

		.module-welcome.custom .ry-flex {
			flex-direction: column;
			gap: 60px;
		}

		.ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
		}

		.module-services.custom .ry-flex .each .photo img {
			max-width: 260px;
		}

		.module-services.custom .ry-flex .each .photo {
			left: -4%;
		}

		.module-services.custom .ry-flex .each .group-text {
			width: 80%;
			padding-top: 40px;
			padding-bottom: 40px;
			padding-left: 60px;
			padding-right: 60px;
		}

		.module-services.custom .ry-flex .each .group-text .ry-text p {
			margin-top: 10px;
		}

		.module-services.custom .ry-flex .each .group-text .title {
			font-size: 22px;
		}

		.module-services.custom .ry-flex .each:nth-child(2n) .group-text {
		}

		.module-services.custom .ry-flex .each:nth-child(2n) .title, .module-services.custom .ry-flex .each:nth-child(2n) .ry-text {
			margin-left: -40px;
			max-width: 580px;
		}

		.module-services.custom .ry-flex .each .group-text .ry-text p {
			max-width: 460px;
		}

		.module-services.custom .ry-flex {
			gap: 80px;
			padding-top: 60px;
		}

		.module-team.custom .each-right {
			width: 60%;
			padding: 100px 0;
		}

		.module-team.custom .each-left img {
			max-width: 420px;
		}

		.module-team.custom .each-left {
			top: 60px;
		}

		.module-brand.custom {
			padding: 100px 0;
		}

		.module-brand.custom .ry-container .ry-flex .each {
			max-width: 280px;
			min-width: 280px;
		}

		.module-brand.custom .ry-container .ry-flex {
			gap: 40px 20px;
		}

		.module-testimonials.custom .review-block .comment {
			padding: 60px 30px;
		}

		.module-appt.custom .ry-content .each.each-left {
			padding-left: 60px;
			padding-right: 60px;
		}

		.module-appt.custom .ry-content .each.each-left .ry-headline h2 {
			font-size: 42px;
		}

		.ry-headline.with-span h2 .span-1 {
			margin-top: 20px;
		}

		.module-appt.custom .ry-content .each.each-left .form-control {
			height: 56px;
			font-size: 16px;
			padding-left: 20px;
		}


		.module-footer .footer-bottom .ry-container {
			flex-direction: column;
			align-items: center;
			gap: 5px;
		}

		.footer-bottom .ry-container .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.footer-bottom .ry-container * {
			text-align: center;
		}
	}
	@media (max-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.module-hero .text-center {
			padding-bottom: 75%;
		}

		.module-hero {
			margin-top: 80px;
		}

		.module-welcome.custom {
			padding: 80px 0;
		}

		.ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 46px;
		}

		.module-services.custom .ry-flex .each .group-text {
			width: 100%;
			padding-top: 100px;
			padding-left: 30px;
			padding-right: 30px;
		}

		.module-services.custom .ry-flex .each .photo {
			left: 50%;
			transform: translate(-50%, 0);
			top: -110px;
		}

		.module-services.custom .ry-flex .each .title, .module-services.custom .ry-flex .each .ry-text {
			margin: 0 !important;
		}

		.module-services.custom .ry-flex .each .photo img {
			max-width: 200px;
		}

		.module-services.custom .ry-flex .each .group-text .ry-text p {
			font-size: 16px;
			line-height: 1.5;
		}

		.module-services.custom .ry-flex .each {
		}

		.module-services.custom .ry-flex {
			padding-top: 120px;
			gap: 130px;
		}

		.module-services.custom .ry-flex .each:nth-child(2n) .title, .module-services.custom .ry-flex .each:nth-child(2n) .ry-text {
			margin: 0 !important;
			max-width: 100%;
		}

		.module-services.custom .ry-flex .each:nth-child(even) .photo {
			left: 50%;
		}

		.module-services.custom .button-wrapper {
			padding-top: 30px;
		}

		.module-services.custom {
			padding-bottom: 80px;
		}

		.module-team.custom .each-right {
			width: 100%;
			padding-bottom: 0;
			padding-top: 80px;
		}

		.module-team.custom .each-left {
			position: relative;
			left: 50%;
			transform: translate(-50%, 0);
			display: flex;
			align-items: center;
			justify-content: center;
			top: unset;
			margin-bottom: -30%;
		}

		.module-team.custom .ry-flex {
			flex-direction: column-reverse;
			gap: 30px;
		}

		.module-brand.custom .ry-container .ry-flex {
			justify-content: center;
			margin-bottom: 30px;
		}

		.module-brand.custom {
			padding: 80px 0;
		}

		.module-brand.custom .ry-container .ry-flex {}

		.module-testimonials.custom {
			padding: 80px 0;
		}

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

		.module-appt.custom .ry-content .each.each-left {
			padding-top: 80px;
			padding-bottom: 60px;
			border-bottom-left-radius: 0;
		}

		.module-appt.custom .ry-content .each.each-left .ry-headline h2 {
			text-align: center;
		}

		.module-appt.custom .ry-content .each .ry-headline h2 .span-1:before {
			left: 50%;
			transform: translate(-50%, 0);
		}

		.module-appt.custom .ry-content .each.each-right #mapPIN {
			padding-bottom: 56.25%;
			border-bottom-left-radius: 50px;
		}

		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			gap: 30px;
		}

		.module-footer .footer-top .content:before {
			display: none;
		}

		.module-footer .footer-top .ry-container .each {
			width: 100%;
			max-width: 100%;
		}

		.module-footer .footer-top .ry-container .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-footer .footer-top .ry-container .each-details * {
			text-align: center;
		}

		.module-footer .footer-top .ry-container .custom-social-wrapper .social-inner-wrap {
			justify-content: center;
		}

		.module-footer .footer-top .ry-container .each-details {
			order: 2;
		}

		.module-footer .footer-top .ry-container .each {
			display: flex;
			flex-direction: column;
		}

		.module-footer .footer-top .ry-container img {
			max-width: 240px;
			margin: auto;
			margin-bottom: 30px;
		}

		.module-footer .footer-top .ry-container .custom-social-wrapper {
			padding: 0;
		}

		.module-footer .footer-top .ry-container .social-block {
			order: 3;
		}

		.module-footer .title {
			font-size: 26px;
			text-align: center;
		}
	}
	@media (max-width: 620px) {
		.module-311 .ry-payment-options-logos {
			justify-content: center;
			align-items: center;
		}
		.module-appt.custom .input-form-wrap #submit .ry-btn {
			min-width: unset;
			width: 100% !important;
			max-width: 100%;
		}

		.module-services.custom .ry-flex {
			padding-top: 40px;
		}

		.module-services.custom .ry-flex .slick-track {
			padding-top: 120px;
		}

		.module-services.custom .ry-flex .each .group-text {
			box-shadow: unset;
		}
		.module-brand.custom .ry-container .ry-flex {
			gap: 40px 10px;
			margin-top: 30px;
		}

		.module-brand.custom .ry-container .ry-flex .each {
			min-width: calc(50% - 5px);
			width: calc(50% - 10px);
		}
		.module-services.custom .ry-flex {
			display: initial;
			gap: unset;
		}
		.module-35-header-center {
			width: 140px;
			height: 140px;
		}

		.module-35-header-center .ry-mobile-logo img {
			width: 120px;
		}

		.module-hero .text-center {
			padding-bottom: 120%;
		}

		.module-welcome.custom .ry-flex .each-left .ry-headline h2 {
			padding-bottom: 30px;
			margin-bottom: 20px;
		}

		.ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 38px;
		}

		.ry-text p {
			font-size: 16px;
			line-height: 1.5;
		}

		.ry-btn {
			font-size: 16px !important;
			height: 56px !important;
			min-height: 56px !important;
		}

		.module-welcome.custom .ry-flex .each-left .ry-btn {
			margin-top: 30px;
		}

		.module-testimonials.custom .review-block .comment .ry-name .star-wrapper {
			margin-top: 30px;
		}

		.module-testimonials.custom .arrow svg {
			width: 25px;
			height: 25px;
		}

		.module-appt.custom {
			padding: 80px 0;
		}

		.module-appt.custom .ry-content .each.each-left {
			padding: 60px 40px;
		}

		.module-appt.custom .ry-content .each.each-left .ry-headline h2 {
			font-size: 32px;
		}

		.module-appt.custom .input-form-wrap .field-md {
			width: 100%;
		}

		.module-appt.custom .ry-content .each.each-right #mapPIN {
			padding-bottom: 100%;
		}

		.module-appt.custom {
			padding-bottom: 20px;
		}

		.module-footer .footer-top .ry-container .each-details a {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-container .each-details a .span-1 {
			font-size: 16px;
		}

		.module-footer .footer-top .ry-container .each-details .hours ul li span {
			font-size: 16px;
		}
	}
	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

	.gallery-inner-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.gallery-inner-wrapper .each-photo {
		max-width: calc(33.33% - 15px);
		width: 100%;
	}

	.gallery-inner-wrapper .each-photo {
		border-radius: 15px;
	}


	.gallery-inner-wrapper .button-wrapper {
		clear: both;
		padding-top: 30px;
	}

	.gallery-inner-wrapper .each-photo{
		margin-bottom:20px;
	}

	.gallery-inner-wrapper{
		margin-left:-10px;
		margin-right:-10px;
	}

	.gallery-inner-wrapper .each-photo{
		padding:0;
		box-sizing:border-box;
	}
	.fancybox-container {
		z-index: 9999999 !important;
	}

	@media (max-width: 768px) {
		.gallery-inner-wrapper .each-photo {
			max-width: calc(50% - 15px);
		}

	}
	@media (max-width: 480px) {
		.gallery-inner-wrapper {
			gap: 10px;
		}
		.gallery-inner-wrapper .each-photo{
			margin-bottom: 10px;
		}
		.gallery-inner-wrapper .each-photo {
			max-width: calc(50% - 10x);
		}
	}

	/* END SERVICES SIDE BY SIDE */
	.services-side-by-side .each {
		display: flex;
		gap: 60px;
		align-items: center;
	}

	.services-side-by-side .each .ry-box-left {
		width: calc(50% - 30px);
		position: relative;
		padding-bottom: 40%;
		border-radius: 20px;
		overflow: hidden;
	}

	.services-side-by-side .each .ry-box-right {
		width: calc(50% - 30px);
	}

	.services-side-by-side .each .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-side-by-side .each .ry-box-right h4 {
		margin-bottom: 10px !important;
		font-size: 32px !important;
		letter-spacing: -1px !important;
	}

	.services-side-by-side .each .ry-box-right h4,
	.services-side-by-side .each .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.services-side-by-side {
		max-width: 1080px;
		margin: auto;
		float: none;
	}

	.services-side-by-side .each:not(:last-child) {
		margin-bottom: 100px;
	}


	.services-side-by-side .each:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even) .ry-box-right p {
		text-align: right !important;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}


	@media (max-width: 768px) {
		.services-side-by-side .each .ry-box-right,
		.services-side-by-side .each .ry-box-left {
			width: calc(50% - 15px);
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 28px !important;
		}

		.services-side-by-side .each .ry-box-left {
			padding-bottom: 50%;
		}

		.services-side-by-side .each:not(:last-child) {
			margin-bottom: 60px;
		}
		.services-side-by-side .each .ry-box-right .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
		}
	}
	@media (max-width: 620px) {

		.services-side-by-side .each:nth-child(2n),
		.services-side-by-side .each {
			flex-direction: column;
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 24px !important;
		}

		.services-side-by-side .each .ry-box-left {
			width: 100%;
			padding-bottom: 75%;
		}

		.services-side-by-side .each .ry-box-right, .services-side-by-side .each .ry-box-left {
			width: 100%;
		}

		.services-side-by-side .each:nth-child(2n) .ry-box-right h4,
		.services-side-by-side .each:nth-child(2n) .ry-box-right p,
		.services-side-by-side .each .ry-box-right h4, 
		.services-side-by-side .each .ry-box-right p {
			text-align: center !important;
		}
	}
	
	
	
/* --- HERO UPDATE ---*/
.hero-title {
    position:absolute;
    top:auto;
    bottom:60px;
    max-width:1680px;
    width:90%;
    left:50%;
    transform:translatex(-50%);
    z-index:3;
}

.hero-title h1{
    font-size:5rem;
}
.hero-title h1, .hero-title p {
    color:#fff;
    line-height:1.1
}
.hero-title h1 span {
    display:block;
    font-size:23px;
    font-weight:normal;
    color:#f2b49a;
    letter-spacing:2px
    
}

.hero-title p {
    font-size:25px;
    margin-top:8px;
    opacity:.89
}


.module-hero .text-center::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.15) 25%,
        rgba(0, 0, 0, 0.55) 65%,
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.module-hero .btn-wrapper {
    display:flex;
    gap:10px;
    margin-top:30px
}

.module-hero .btn-wrapper .ry-btn-secondary {
    background:transparent !important;
    border:solid 1px #fff
}

.module-hero .btn-wrapper .ry-btn-secondary:hover {
    border-color:var(--clr-primary) !important;
    color:var(--clr-primary) !important
}
@media(max-width:1080px){
	.module-hero .text-center::before { 
		display:none
	}
	.hero-title { 
		position:relative;
		inset:unset;
		transform:unset;
		background:var(--clr-secondary);
			width:100%;
			padding:30px 20px;
			}
	.hero-title  * {
		text-align:center
	}
	.module-hero .text-center {
		padding-bottom: 75vh;
	}
	.hero-title h1{
		font-size:4em
	}
	.module-hero .btn-wrapper {
		justify-content:center
	}
}

@media(max-width:780px){
	.module-hero .text-center {
		padding-bottom: 65vh;
	}

}
@media(max-width:680px){
	.module-hero .text-center {
		padding-bottom: 38vh;
	}
	.hero-title {
		padding-inline:10px
	}
	.hero-title h1{
		font-size:2.3em;
		line-height:1
	}
	.hero-title h1 span  {
		font-size:20px;
		line-height:1.3;
		margin-bottom:10px
	}
	.hero-title p {
		font-size:20px;
	}
	.module-hero .btn-wrapper {
		flex-direction:column;
		align-items:center
	}
	.module-hero .btn-wrapper .ry-btn {
		width:100%;
		max-width:300px
	}
}