:root {
	--text-normal: "Manrope" !important;
		--text-title: "Atkinson Hyperlegible Next" !important;
		--clr-primary: #27c4cb;
		--clr-secondary: #8962db;
		--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;
	}

	.anchor-hidden {
		scroll-margin-top: 160px;
	}

	a:focus {
		outline: unset;
	}
	.fancybox-container {
		z-index: 999999;
	}
	.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;
	}

	.mm-panel .mob-menu a,
	a.mm-navbar__title {
		text-transform: uppercase;
	}


	.module-hero .carousel-control {
		display: none;
	}

	.module-hero .text-center {
		padding-bottom: 90vh;
		border-bottom-right-radius: 10%;
		overflow: hidden;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero .hero-text {
		position: absolute;
		bottom: 80px;
	}

	.module-hero .hero-text h1 {
		font-size: 86px;
		color: #fff;
		line-height: 1;
		font-weight: 400 !important;
		text-transform: uppercase;
		font-family: var(--text-title) !important;
			}

	.ry-headline h2 {
		font-size: 66px;
		line-height: 1;
		font-weight: 400 !important;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #000;
		font-family: var(--text-title) !important;
			}

	.ry-headline h2 .span-1 {
		display: block;
		font-size: 26px;
		font-family: 'Manrope';
		letter-spacing: 1px;
		color: var(--clr-primary);
			}

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

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

	.module-welcome.custom .ry-flex .ry-each.image-wrapper {
		min-width: 70%;
		margin-right: -20%;
	}

	.module-welcome.custom .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-welcome.custom .ry-text {
		margin-top: 40px;
	}

	.module-welcome.custom .ry-text .ry-btn {
		margin-top: 80px;
	}

	.ry-text p {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.7;
	}

	.ry-btn {
		border-radius: unset;
		min-height: 75px !important;
		font-size: 20px !important;
		padding: 10px 40px;
		min-width: 260px;
	}

	.module-welcome.custom .ry-headline h2 {
		max-width: 600px;
	}
	.module-services.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}
	.module-services.custom {padding: 140px 0 100px;position: relative;}

	.module-services.custom:before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 500px;
		background: linear-gradient(140deg, var(--clr-primary), #8d4fdc);
			top: 0;
			border-top-left-radius: 300px;
			border-bottom-right-radius: 300px;
			}

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

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

	.module-services.custom .ry-flex {
		gap: 40px;
		margin-top: 90px;
		position: relative;
		z-index: 1;
		margin-bottom: 90px;
	}

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

	.module-services.custom .ry-flex .each .photo {
		position: relative;
		padding-bottom: 100%;
		background: #fff;
		border-radius: 50%;
	}

	.module-services.custom .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.module-services.custom .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		left: -7px;
		top: -7px;
		width: calc(100% + 14px);
		height: calc(100% + 14px);
		background: linear-gradient(to bottom, #8850DC, #2ac3cb);
		border-radius: 50%;
		z-index: -1;
	}

	.module-services.custom .ry-flex .each .title {
		clear: both;
		padding-top: 40px;
		text-align: center;
		font-size: 30px;
		text-transform: uppercase;
		color: #000;
		line-height: 1.1;
	}

	.module-team.custom .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-team.custom .ry-flex {
		margin: 90px 0;
		gap: 15px;
	}

	.module-team.custom .ry-flex .photo {
		margin-bottom: 40px;
	}

	.module-team.custom .ry-flex .each-name {
		text-align: center;
		font-size: 22px;
		color: #000;
		line-height: 1.2;
	}

	.module-team.custom .ry-flex .each-name span {
		display: block;
	}

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


	.module-team.custom:before {
		content: "";
		position: absolute;
		bottom: -60%;
		width: 670px;
		height: 650px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/vector_1.png);
		background-size: cover;
		left: 0;
	}

	.module-team.custom:after {
		content: "";
		position: absolute;
		bottom: -60%;
		width: 802px;
		height: 649px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/vector_2.png);
		background-size: cover;
		right: 0;
	}

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

	div#mapPIN {
		padding-bottom: 730px;
	}

	.module-notes {
		padding: 500px 0 120px;
		position: relative;
		overflow: hidden;
		margin-top: -260px;
	}

	.module-notes:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 140%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/cta_bg.png);
		background-size: cover;
		background-position: top;
	}

	.module-notes .ry-container {
		max-width: 1040px;
		width: 90%;
	}

	.module-notes .ry-container .ry-headline h2 .span-1 {
		margin-bottom: 15px;
		color: #fff;
	}

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

	.module-notes .ry-container .ry-text {
		margin: 50px 0;
	}

	.module-notes .ry-text p {
		color: #fff;
	}

	.module-notes .ry-btn {
		margin: auto;
	}

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

	.module-review {
		padding: 180px 0;
	}

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

	.module-review .ry-container .ry-flex {
		gap: 30px;
		align-items: center;
	}

	.module-review .ry-container .ry-flex .ry-headline h2 {
		text-align: center;
	}

	.module-review .ry-container .ry-flex .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-review .ry-container .ry-flex .ry-btn {
		margin-top: 30px;
	}

	.module-review .ry-container .ry-flex .icon img {
		max-width: max-content;
		margin: auto;
		margin-bottom: 30px;
	}

	.module-review .ry-container .ry-flex .each:nth-child(1) {
		max-width: 480px;
	}

	.module-review .ry-container .ry-flex .each {
		width: 50%;
	}

	.module-review .ry-container .ry-flex .each .photo img {
		max-width: max-content;
		position: relative;
	}

	.module-review .ry-container .ry-flex .each .photo {
		right: -60px;
		/* display: block; */
	}

	.module-review .ry-container .ry-flex:before {
		content: "";
		position: absolute;
		left: 50%;
		width: 50px;
		height: 449px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/review_shadow.png);
		background-size: contain;
		transform: translate(-50%, -50%);
		top: 50%;
	}

	.module-review .ry-container {
		max-width: 1600px;
	}

	.module-review .ry-container .ry-flex .each {
		width: 60%;
	}

	.module-review .ry-container .ry-flex:before {
		left: 35%;
	}

	.module-review {
		padding: 100px 0;
	}
	.module-footer {
		background: #000;
		padding-top: 70px;
	}

	.module-footer .footer-top {}

	.module-footer .footer-top .ry-flex {
		padding: 60px 0 70px;
		flex-wrap: wrap;
		gap: 60px;
	}

	.module-footer .footer-top .photo img {
		margin: auto;
		width: max-content;
		max-width: 190px;
	}

	.module-footer .title {
		font-size: 36px;
		text-transform: uppercase;
		font-family: 'Atkinson Hyperlegible Next' !important;
		margin-bottom: 30px;
		font-weight: 400 !important;
		line-height: 1;
		background: -webkit-linear-gradient(
			123deg, #48b8ce, #8961db);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.module-footer .each-details {
		display: flex;
		gap: 20px;
		align-items: center;
	}

	.module-footer .each-details .icon {
		background: #000;
		width: 40px;
		height: 40px;
		min-width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		position: relative;
	}

	.module-footer .each-details .icon:before {
		content: "";
		position: absolute;
		left: -1px;
		top: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		background: linear-gradient(to left, var(--clr-primary), #8865da);
			border-radius: 50%;
			}

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

	.module-footer .each-details .text a, .module-footer .each-details .text {
		font-size: 20px;
		line-height: 1.3;
		color: #fff;
	}

	.module-footer .each-details  ul {
		list-style: none;
		padding: 0;
	}

	.module-footer .each-details .text.hours ul .span-2 {
		min-width: 170px;
	}

	.module-footer .each-details .text.hours ul li {
		display: flex;
	}

	.module-footer .each-details ul li a {
		font-size: 20px;
		color: #fff;
		line-height: 1;
		display: block;
	}

	.module-footer .each-details ul li {
		line-height: 1;
	}

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

	.module-footer .soc-details {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.module-footer .soc-details .social-inner-wrap li {
		margin: 0;
		width: auto;
		height: auto;
	}

	.module-footer .soc-details .social-inner-wrap li a,
	.module-footer .soc-details .social-inner-wrap button  {
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 0 !important;
		background: linear-gradient(
			321deg, var(--clr-primary), #8865da);
			}

	.module-footer .soc-details .ry-btn {
		min-height: 62px !important;
		width: 100% !important;
		max-width: 320px;
	}

	.module-footer .footer-bottom * {
		font-size: 16px;
		line-height: 1;
		color: #fff;
	}

	.module-footer .footer-bottom .ry-container {
		display: flex;
		gap: 5px;
		justify-content: space-between;
		padding: 25px 0;
		border-top: 1px solid #ffffff61;
	}

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

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

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

	.module-footer .footer-top .ry-flex .each {
		max-width: 380px;
		min-width: 340px;
	}

	.module-footer .soc-details .ry-btn {
		padding-left: 18px;
		padding-right: 18px;
		gap: 10px;
		justify-content: flex-start;
	}

	.module-footer .soc-details .ry-btn .icon {
		width: 40px;
		min-width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		height: 40px;
		border-radius: 50%;
	}

	.module-footer .soc-details .social-inner-wrap {
		display: flex;
		gap: 8px;
	}

	.module-footer .soc-details .ry-btn .icon svg {
		fill: var(--clr-primary);
			}

	.ry-btn.ry-btn-radial {
		background: linear-gradient(290deg, #54B4CE, #8767DA) !important;
	}

	.module-43 .ry-right .ry-leads .button-wrapper {
		display: flex;
		flex-direction: column;
	}

	.module-43 .ry-right .ry-leads .button-wrapper .ry-btn {
		min-height: 62px !important;
		padding-left: 17px;
		padding-right: 17px;
		display: flex;
		gap: 12px;
		justify-content: flex-start;
		min-width: 320px;
	}

	.module-43 .ry-right .ry-leads .button-wrapper .ry-btn .icon {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
	}

	.module-43 .ry-right .ry-leads .button-wrapper .ry-btn.ry-btn-primary svg {
		fill: var(--clr-primary);
			}
	.module-43 .ry-right .ry-leads .button-wrapper .ry-btn.ry-btn-secondary svg {
		fill: var(--clr-secondary);
			}

	.module-43 {
		padding: 20px 0;
		background: #000;
	}

	.module-43 .ry-container {
		width: 100%;
		max-width: 100%;
	}

	.module-43 .ry-right {
		display: flex;
		flex-direction: row;
		max-width: 100%;
		/* align-items: flex-end; */
		margin-left: auto;
	}

	.module-43 .ry-right .ry-leads {
		max-width: max-content;
		margin-top: -20px;
		margin-bottom: -81px;
	}

	.module-43 .ry-right .social-inner-wrap li {
		margin: 0;
		width: auto;
		height: auto;
	}

	.module-43 .ry-right .social-inner-wrap li a {
		min-width: 50px;
		height: 50px;
		background: linear-gradient(   321deg, var(--clr-primary), #8865da);
			}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin: 0;
		max-width: 100%;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 20px;
		letter-spacing: initial;
	}

	.module-43 .ry-left img {
		max-width: 150px;
		z-index: 2;
	}

	.module-43 .ry-left {
		padding: 0 85px;
		position: absolute;
	}

	.module-43 .ry-left img {
		/* position: absolute; */
	}

	.module-43 .ry-left.ry-logo:before {
		content: "";
		position: absolute;
		left: 0;
		top: -8px;
		width: 320px;
		height: 185px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/logo_bg_sample.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.module-43 .custom-social-wrapper .social-inner-wrap {
		display: flex;
		gap: 8px;
		padding: 0 60px 0 30px;
	}

	.module-43.fixed {
		background: #000;
	}

	.module-footer .each-details .icon .inner-icon {
		background: #000;
		z-index: 1;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-footer .each-details .icon .inner-icon svg {
		width: 18px;
		height: 18px;
		fill: #3faccf;
	}

	.module-services.custom .ry-flex .each .photo img {
		transition: .5s;
	}

	.module-services.custom .ry-flex .each:hover .photo img:not(.hover-v) {
		opacity: 0;
	}

	.module-services.custom .ry-flex .each .photo img.hover-v {
		opacity: 0;
		width: calc(100% + 17px);
		height: calc(100% + 17px);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}

	.module-services.custom .ry-flex .each:hover .photo img.hover-v {
		opacity: 1;

	}

	.classic.photo {
		position: relative;
		padding-bottom: 75%;
		border-radius: 20px;
		overflow: hidden;
	}

	.classic.photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.landscape.photo {
		position: relative;
		padding-bottom: 56.25%;
		border-radius: 20px;
		overflow: hidden;
	}

	.landscape.photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.resource-block .ry-flex {
		gap: 20px;
	}

	.resource-block .ry-flex .group {
		position: absolute;
		bottom: 0;
		padding: 20px;
		background: var(--clr-secondary);
			}

	.photo.portrait {
		position: relative;
		padding-bottom: 150%;
	}

	.photo.portrait img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.resource-block .ry-flex .group .text div {
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		font-family: 'Atkinson Hyperlegible Next' !important;
		padding: 0 20px;
	}

	.resource-block .ry-flex .group .text {
		margin-top: 20px;
		z-index: 2;
	}

	.resource-block .ry-flex .group .photo {
		margin-top: -50px;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-secondary);
			border-radius: 50%;
			margin-bottom: -30px;
			}

	.resource-block .ry-flex .group .photo img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		margin: auto;
	}

	.resource-block .ry-flex .group {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.basic-accordion .group .ry-heading {
		margin: 0;
		padding: 20px 30px;
		display: flex;
		align-items: center;
	}

	.basic-accordion .group .ry-heading > div {
		font-weight: 600 !important;
		letter-spacing: -0.3px;
		line-height: 1;
	}

	.basic-accordion .group .ry-heading:after {
		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-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		content: "";
		width: 20px;
		height: 20px;
		background-size: contain;
		position: absolute;
		right: 10px;
	}

	.basic-accordion .group .ry-heading.ui-state-active:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2327c4cb' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
	}

	.form-grid .fieldset {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.form-grid .fieldset .field-lg {
		width: 100%;
	}

	.form-grid .fieldset .form-group {
		margin: 0;
	}

	.form-grid .fieldset .field-md {
		width: calc(50% - 5px);
	}

	.form-grid .notes {
		clear: both;
		padding-top: 10px;
	}

	.form-grid .notes p {
		font-size: 15px;
		line-height: 1.5;
	}

	.form-grid label.inline {
		font-size: 16px;
		font-weight: 400;
	}

	.form-grid .fieldset .form-control, 
	.form-grid .fieldset .form-control::placeholder {
		font-size: 18px;
	}

	#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;
		letter-spacing: initial;
		font-weight: 300 !important;
		text-transform: initial;
		font-family: 'Atkinson Hyperlegible Next' !important;
		color: #fff !important;
	}

	body.default #ry-section-header.module-43 {
		background: #000;
	}

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

	.module-43 .ry-menu .ry-nav li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 15px 30px !important;
		line-height: 1;
		display: block !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		padding: 10px 30px !important;
		color: #fff;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.third-level-container {
		min-width: 240px;
	}

	.module-footer .each-details .text a:hover, 
		.footer-bottom a:hover {
			color: var(--clr-primary);
				}

	.module-footer .soc-details .social-inner-wrap li a:hover,
		.module-footer .soc-details .social-inner-wrap button:hover{
			background: var(--clr-secondary);
				}

	.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
		color: var(--clr-primary);
			}

	.module-footer .soc-details .social-inner-wrap button {
		border-radius: 50%;
		border: unset;
	}

	.module-footer .soc-details .social-inner-wrap button svg {
		fill: #fff;
	}

	.module-footer .custom-social-wrapper .social-inner-wrap .dropdown-menu a {
		width: 100% !important;
		max-width: 100% !important;
		min-width: unset;
	}

	.module-footer .custom-social-wrapper .social-inner-wrap .dropdown-menu li {
		width: auto !important;
		max-width: 100%;
		border-radius: unset;
	}

	.module-footer .custom-social-wrapper .social-inner-wrap .dropdown-menu {
		padding: 0;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	.field-wrapper .field-lg {
		width: 100%;
	}

	.field-wrapper .field-md {
		width: calc(50% - 5px);
	}

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

	.field-wrapper .form-control, 
	.field-wrapper .form-control::placeholder {
		font-size: 16px;
	}

	.field-wrapper .form-group {
		margin: 0;
	}

	.field-wrapper .label {
		font-size: 16px;
		color: #333 !important;
		display: block;
		text-align: left;
		margin-bottom: 10px;
		margin-top: 20px;
		padding: 0;
	}

	.field-wrapper .label p {
		font-size: 16px;
		color: #333 !important;
		display: block;
		text-align: left;
		white-space: normal;
		line-height: 1.3;
	}

	.contact-template.style-3 .contact-form .ry-form-box-wrapper .field-wrapper {
		gap: 0;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		padding: 30px;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
		font-weight: 400;
		font-size: 18px;
	}
	.contact-template.style-3 .inner-flex .ry-each {
		width: calc(50% - 10px);
	}
	

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
		width: max-content;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
		/* width: 100%; */
	}

	.contact-template.style-3 .contact-details {
		margin-bottom: 100px;
	}
	
	.gallery-block{
		column-count:2;
		column-gap:15px;
	}

	.gallery-block .each-photo{
		display:inline-block;
		width:100%;
		margin-bottom:15px;
	}

	.gallery-block img{
		width:100%;
		border-radius:6px;
	}
	@media(max-width:1024px){
		.gallery-block{
			column-count:2;
		}
	}
	@media(max-width:768px){
		.gallery-block{
			column-count:2;
		}
	}

	@media(max-width:575px){
		.gallery-block{
			column-count:1;
		}
	}
	@media (max-width: 1920px) and (min-width: 1681px) {
		.module-notes {padding-top: 400px;margin-top: -180px;}

		.module-notes:before {
			height: 100%;
		}
	}

	@media (max-width: 1680px) {
		.module-hero .hero-text h1 {
			font-size: 66px;
		}

		.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;
		}

		.ry-headline h2 .span-1 {
			font-size: 22px;
		}

		.ry-text p,
		.module-footer .each-details .text a,
		.module-footer .each-details .text,
		.module-footer .each-details ul li a {
			font-size: 18px;
		}

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

		.ry-btn {
			min-height: 62px !important;
			padding: 10px 30px;
		}


		.module-team.custom .ry-flex .each-name {
			font-size: 22px;
		}

		.module-footer .title {
			font-size: 32px;
		}



	}
	@media (max-width: 1480px) {
		.module-43 .ry-right .ry-leads .button-wrapper .ry-btn {
			font-size: 16px !important;
			min-width: 270px;
		}

		.module-43 .custom-social-wrapper .social-inner-wrap {
			padding: 0 20px 0 20px;
		}

		.module-43 .ry-right .social-inner-wrap li a {
			width: 40px;
			min-width: 40px;
			height: 40px;
		}

		.module-43 .ry-left img {
			max-width: 120px;
		}

		.module-43 .ry-left.ry-logo:before {
			left: -20px;
			top: -20px;
		}

		.module-43 .ry-right .ry-menu .nav-menu li a {
			font-size: 16px;
		}
		.module-review .ry-container .ry-flex:before {
			left: 38%;
		}
	}
	@media (max-width: 1380px) {
		.module-footer .footer-top .ry-flex .each {
			max-width: 340px;
			min-width: 340px;
		}

		.module-footer .footer-top .ry-flex {
			gap: 60px 30px;
		}
	}
	@media (max-width: 1280px) {
		.module-43 .custom-social-wrapper .social-inner-wrap {
			display: none;
		}

		.module-43 .ry-right .ry-menu {
			padding: 0 30px;
		}

		.module-review .ry-container .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px !important;
		}

		.module-review .ry-container .ry-flex:before {
			opacity: 0;
		}

		.module-review .ry-container .ry-flex .each {
			width: 100%;
		}
	}
	@media (max-width: 1080px) {
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn img {
			filter: invert(1) brightness(1000);
		}

		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 94px;
			height: 300px;
		}

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

		#ry-pg-banner .ry-bnr-wrp:before, #ry-pg-banner .ry-bnr-wrp:after {
			display: none;
		}

		.module-hero .hero-text h1 {
			font-size: 56px;
		}

		.module-hero .hero-text {
			bottom: 40px;
		}

		.module-welcome.custom .ry-flex .ry-each:not(.image-wrapper) {
			width: 60%;
		}

		.module-welcome.custom .ry-flex .ry-each.image-wrapper {
			min-width: 80%;
			margin-right: -30%;
		}

		.module-services.custom .ry-flex {
			margin-top: 60px;
			margin-bottom: 60px;
		}

		.module-services.custom:before {
			height: 360px;
			border-top-left-radius: 200px;
			border-bottom-right-radius: 200px;
		}

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

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

		.module-team.custom .ry-flex {
			margin: 60px 0;
			display: initial;
			gap: unset;
		}
		.module-team.custom .ry-flex .slick-list {
			margin: 0 -20px;
		}
		.module-team.custom .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}
		.module-notes:before {background-position: right;}


		.module-footer .footer-top .ry-flex {
			padding: 40px 0 60px;
			justify-content: center;
		}

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

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

		.module-footer .footer-bottom .ry-container * {
			text-align: center;
		}

		.module-review {
			padding: 100px 0;
		}

		.module-43 {
			display: none;
		}

		#theme2-smHeader {
			display: block !important;
		}

		.mobile-container {
			background: #000;
			padding: 25px 0;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn {
			min-width: unset;
			width: 45px !important;
			height: 45px !important;
			min-height: 45px !important;
			padding: 0;
			min-width: 45px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
			margin: 0;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
			display: flex;
			gap: 5px;
		}

		.mobile-container .mobile_logo {
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
			top: 20px;
		}

		.mobile-container:before {
			content: "";
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
			width: 250px;
			height: 150px;
			background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9cb1efc6-b6a4-44e5-a586-514360273ea1/HomeAssets/logo_bg_sample.png);
			top: 0;
			background-size: contain;
			background-position: bottom;
		}

		.mobile-container .mobile-nav {
			margin: 0;
		}
	}
	@media (max-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.contact-template.style-3 .inner-flex .ry-each {
			width: 100%;
		}
		.module-hero .text-center {
			padding-bottom: 75%;
			border-radius: unset;
		}

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

		.module-hero .hero-text {
			position: relative;
			bottom: unset;
			padding: 60px 0;
			background: #000;
		}

		.module-hero .hero-text h1 {
			font-size: 46px;
		}

		.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: 42px;
		}

		.module-welcome.custom .ry-flex .ry-each:not(.image-wrapper) {
			padding: 0;
			padding-top: 100px;
			width: 100%;
		}

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

		.module-welcome.custom .ry-flex .ry-each:not(.image-wrapper) * {
			text-align: center;
		}

		.module-welcome.custom .ry-headline h2 {
			max-width: 100%;
		}

		.module-welcome.custom .ry-text .ry-btn {
			margin: 30px auto 0;
		}

		.module-welcome.custom .ry-flex .ry-each.image-wrapper {
			margin-right: 0;
		}

		.module-services.custom:before {
			border-top-left-radius: 140px;
			border-bottom-right-radius: 140px;
		}

		.module-services.custom .ry-flex {
			display: initial;
			gap: unset;
			margin: 40px 0;
		}
		.module-services.custom .ry-flex .slick-list {
			margin: 0 -20px;
		}
		.module-services.custom .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}
		.module-footer .title {
			font-size: 24px;
			text-align: center;
		}

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

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

		.module-review .ry-container .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 50px;
		}

		.module-review .ry-container .ry-flex .each:nth-child(1), .module-review .ry-container .ry-flex .each {
			width: 100%;
			width: 100%;
			max-width: 100%;
		}

		.module-review .ry-container .ry-flex:before {
			opacity: 0;
		}
		.module-services.custom .ry-flex .slick-list {
			padding: 10px 0;
		}

		.module-footer .soc-details .social-inner-wrap {
			justify-content: center;
		}
	}

	@media (max-width: 620px) {
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 80px;
		}
		.mobile-container .flex-wrap .flex-item.right-nav {
			padding-right: 10px;
		}

		.mobile-container .flex-wrap .flex-item.left-nav {
			padding-left: 10px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn {
			min-width: 40px !important;
			height: 40px !important;
			min-height: 40px !important;
		}

		.mobile-container:before {
			height: 140px;
		}

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

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

		.module-hero .hero-text h1 {
			font-size: 38px;
		}

		.ry-text p, .module-footer .each-details .text a, .module-footer .each-details .text, .module-footer .each-details ul li a {
			font-size: 16px;
		}

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

		.ry-headline h2 .span-1 {
			font-size: 20px;
		}

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

		.module-services.custom:before {border-top-left-radius: 80px;border-bottom-right-radius: 80px;}

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

		.module-notes:before {
			background-position: -30%;
		}

		.module-notes .ry-container .ry-text {
			margin: 30px 0;
		}

		.module-review {
			padding: 80px 0;
		}

		.module-review .ry-container .ry-flex .each .photo {
			right: unset;
		}

		.module-review .ry-container .ry-flex {
			gap: 10px;
		}

		.module-welcome.custom .ry-flex .ry-each.image-wrapper {
			/* min-width: 100%; */
		}

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

		.module-footer .soc-details .ry-btn {
			margin: auto;
		}
	}

	@media (max-width: 414px) {
		.mobile-container .flex-wrap .mobile_logo img {
			max-width: 90px;
		}

		.mobile-container:before {
			height: 130px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-btn {
			width: 35px !important;
			min-width: 35px !important;
			min-height: 35px !important;
			height: 35px !important;
		}

		.module-hero {
			margin-top: 84px;
		}
	}
	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}


	/* CUSTOME SERVICES */

	.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;
		object-fit: cover;
	}

	.services-side-by-side {

		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;
	}

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

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

	.services-side-by-side .each.no-photo {
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.services-side-by-side .each .ry-box-left .ry-iframe, 
	.services-side-by-side .each .ry-box-left .ry-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0;
		padding: 0;
	}
	@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;
		}
		.services-side-by-side .each.no-photo {
			margin-top: -30px;
			margin-bottom: 30px;
		}
	}
	@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;
		}
	}

	@media (min-width: 769px) {
		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.ry-photo.left {
			float: left;
		}
		.ry-photo.right {
			float: right;
		}
	}
	
	@media (min-width: 1440px) {
		#ry-pg-body h3 {
			font-size: 25px;
		}
	}