:root {
	--text-normal: "Lora" !important;
		--text-title: "Kalnia" !important;
		--clr-primary: #2b4475;
		--clr-secondary: #deb406;
		--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;
	}
	.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,
	body.default p, 
	body.default .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;
	}
	.ry-btn.ry-btn-secondary:hover svg {
		fill: var(--clr-secondary);
			}

	.ry-btn.ry-btn-primary:hover svg {
		fill: var(--clr-primary);
			}
	.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;
	}
	.ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 60px;
		font-style: italic;
		line-height: 1;
	}

	.ry-headline h2 span,
	#ry-pg-body .ry-headline h2 span {
		display: block;
		font-size: 20px;
		text-transform: uppercase;
		font-style: normal;
		letter-spacing: 4px;
		color: #94a4cb;
	}

	.module-hero .text-center {
		padding-bottom: 100vh;
		position: relative;
	}

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

	.module-hero .hero-text h1 {
		font-size: 75px;
		line-height: 1.2;
		font-style: italic;
		color: #fff;
		max-width: 1080px;
		margin: auto;
	}

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

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

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

	.module-welcome.custom .each-left {
		max-width: 480px;
	}

	.module-welcome.custom .each {
		width: 50%;
	}

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

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

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

	.ry-btn {
		border-radius: 10px;
		text-transform: initial;
		font-size: 16px !important;
		min-height: 56px !important;
	}
	.module-services.custom {
		padding-bottom: 110px;
	}
	.module-services.custom .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

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

	.module-services.custom .ry-container .ry-flex {
		gap: 40px;
		margin-top: 40px;
	}

	.module-services.custom .ry-container .ry-flex .each {
		width: calc(50% - 20px);
		padding: 50px 60px;
		background: var(--clr-primary);
			border-radius: 15px;
			}

	.module-services.custom .ry-container .ry-flex .each .photo img {
		max-height: 110px;
		object-fit: contain;
		max-width: 110px;
		min-height: 110px;
	}

	.module-services.custom .ry-container .ry-flex .each .photo {
		margin-bottom: 30px;
	}

	.module-services.custom .ry-container .ry-flex .each .title {
		font-size: 60px;
		font-style: italic;
		line-height: 1;
		color: #fff;
		margin-bottom: 25px;
	}

	.module-services.custom .ry-container .ry-flex .each .ry-text {
		color: #fff;
		font-size: 18px;
		padding-right: 30px;
		line-height: 1.6;
	}

	.ry-btn.ry-btn-based {
		background: #94a4cb !important;
		color: #333 !important;
	}

	.module-services.custom .ry-container .ry-flex .each .button-wrapper {
		display: flex;
		gap: 10px;
		margin-top: auto;
		padding-top: 0;
	}

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

	.module-services.custom .ry-container .ry-flex .each .each-wrapper {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.module-services.custom .ry-container .ry-flex .each .ry-text {
		margin-bottom: 30px;
	}

	.module-team.custom {
		padding: 130px 0;
		background: #eff4ff;
	}

	.module-team.custom .ry-flex {
		display: initial;
	}

	.module-team.custom .ry-flex .ry-each {
		width: 300px;
		margin: 0 65px;
	}

	.module-team.custom .slick-list {
		margin: 0 -65px;
	}

	.module-team.custom .ry-flex {
		margin: 45px 0;
	}

	.module-team.custom .ry-headline h2 {
		text-align: center;
	}

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

	.module-team.custom .ry-btn {
		margin: auto;
	}

	.module-team.custom {}

	.module-team.custom .each-name {
		clear: both;
		padding-top: 25px;
		text-align: center;
		font-size: 24px;
		font-style: italic;
		max-width: 180px;
		line-height: 1.1;
		margin: auto;
	}

	.module-team.custom .arrow {
		position: absolute;
		top: 50%;
		width: 90%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 1500px;
		display: flex;
		justify-content: space-between;
		z-index: 9999;
	}

	.module-team.custom .arrow {}

	.module-team.custom .arrow button {
		width: 80px;
		height: 80px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border: unset;
			border-radius: 50%;
			transition: .5s;
			}

	.module-team.custom .arrow button svg {
		width: 22px;
		height: 23px;
		fill: #fff;
	}

	.module-team.custom .arrow button:not(:hover) {
		background: #94a4cb;
	}
	.module-team.custom .arrow {
		z-index: 5;
		float: none;
	}

	.module-team.custom .arrow button {
		position: absolute;
		top: 40% !important;
		transform: translate(0, -100%);
		bottom: unset;
	}

	.module-team.custom .ry-flex {
		z-index: 4;
	}

	.module-team.custom .arrow button.prev {
		left: 0;
	}

	.module-team.custom .arrow button.next {
		left: unset;
		right: 0;
	}
	.module-brand-contacts {
		padding: 160px 0;
		background: #f9f9f9;
	}

	.module-brand-contacts .background-section {
		width: 40%;
	}

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

	.module-brand-contacts .ry-container .content {
		max-width: 640px;
	}

	.module-brand-contacts .ry-container .ry-content {
		display: flex;
		justify-content: flex-end;
	}

	.module-brand-contacts .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.module-brand-contacts .ry-text {
		margin: 24px 0 40px;
	}

	.module-brand-contacts  .photo img {
		max-width: 110px;
		max-height: 55px;
		object-fit: contain;
	}

	.module-brand-contacts .title {
		line-height: 1;
		margin-bottom: 40px;
		font-size: 18px;
		color: var(--clr-primary);
			}
	.module-brand-contacts .arrow {
		z-index: 3;
	}
	.home .module-brand-contacts .slick-dots {
		justify-content: flex-start;
		gap: 10px;
	}
	.home .module-brand-contacts .slick-dots li button {
		background: #2b4475;
	}
	.home .module-brand-contacts .slick-dots li.slick-active button {
		background: #2b4475;
	}

	.module-brand-contacts .arrow {
		position: absolute;
		right: 0;
		bottom: -10px;
	}

	.module-brand-contacts .arrow button {
		padding: 0;
	}

	.module-brand-contacts .arrow button svg {
		width: 22px;
		height: 22px;
		fill: #333;
	}

	.module-brand-contacts .each:not(:last-child) {
		margin-bottom: 60px;
	}

	.module-brand-contacts .arrow button {
		background: transparent;
		border: unset;
		padding: 0;
	}

	.module-brand-contacts .slick-track {
		display: flex;
	}
	.module-brand-contacts .slick-track .slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}
	.locations-v2 {
		padding: 120px 0 150px;
	}

	.locations-v2 .map-ratio #mapCustom,
	.locations-v2 .map-ratio,
	.locations-v2 .map-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.locations-v2 .ry-container {
		display: flex;
	}

	.locations-v2 .ry-container .ry-content {
		max-width: 500px;
		margin-left: auto;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		padding: 10px;
		background: #fff;
		border-radius: 30px;
	}

	.locations-v2 .ry-container .ry-content .ry-headline {
		padding: 35px;
		background: var(--clr-primary);
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
			}

	.locations-v2 .ry-container .ry-content .ry-headline h4 {
		font-size: 30px;
		line-height: 1;
		font-family: "Kalnia" !important;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	.locations-v2 .ry-container .ry-content .each-item {
		padding: 25px 35px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline .title {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold !important;
		color: var(--clr-primary);
			line-height: 1;
			}

	.locations-v2 .ry-container .ry-content .each-item .headline svg {
		fill: var(--clr-primary);
			width: 20px;
			height: 20px;
			}

	.locations-v2 .ry-container .ry-content .each-item .headline {
		padding-bottom: 14px;
	}

	.locations-v2 .ry-container .ry-content .each-item.active {
		background: #f6f6f6;
	}

	.locations-v2 .ry-container .ry-content .each-item .content, .locations-v2 .ry-container .ry-content .each-item .content .each-item {
		padding: 0;
	}
	.locations-v2 .ry-container .ry-content .each-item .each-details[data-hidden=""] {
		display: none;
	}
	.locations-v2 .ry-container .ry-content .each-item .each-details.address {
		padding-left: 35px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a {
		font-size: 18px;
		line-height: 1.3;
		display: block;
		color: #000000;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a.directions {
		display: none;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details .icon {
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details .icon svg {
		width: 20px;
		height: 20px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details:not(:last-child) {
		margin-bottom: 20px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a, .locations-v2 .ry-container .ry-content .each-item .each-details * {
		font-size: 18px;
		color: #000;
		line-height: 1.3;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours {
		padding: 30px;
		margin-top: 30px;
		padding-bottom: 5px;
		border-top: 1px solid #dddddd;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul {
		list-style: none;
		padding: 0;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li {
		display: flex;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1 {
		min-width: 170px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1, .locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li {
		line-height: 1;
		/* color: #000; */
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.phones a span {
		font-weight: bold;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline:after {
		content: "";
		display: inline-block;
		position: absolute;

		display: inline-block;
		border-right: 2px solid #023398; 
		border-bottom: 2px solid #023398;
		width: 10px;                 
		height: 10px;
		transform: rotate(-45deg);    
		transform: rotate(45deg);
		right: 0;
		top: 2px;
		transition: .2s;
	}
	.locations-v2 .ry-container .ry-content {
		float: right;
		margin: 0;
		position: relative;
		z-index: 3;
	}

	.locations-v2 .ry-container {
		justify-content: flex-end;
	}

	.locations-v2 .map-ratio #mapCustom, 
	.locations-v2 .map-ratio,
	.locations-v2 .map-wrapper {
		z-index: 2;
	}

	.locations-v2 .ry-container .ry-content .each-item.active .headline:after {
		transform: rotate(-135deg);
	}

	.module-reviews.custom {
		padding: 160px 0;
	}

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

	.module-reviews.custom .testimonials-wrapper {
		margin-top: 60px;
	}

	.module-reviews.custom .testimonials-wrapper .slick-list {
		margin: 0 -10px;
	}
	.module-reviews.custom .slick-track
	{
		display: flex !important;
	}

	.module-reviews.custom .slick-slide
	{
		height: inherit !important;
	}

	.module-reviews.custom .ry-container {
		max-width: 1280px;
	}
	.module-reviews.custom .testimonials-wrapper .slick-list .slick-slide {
		margin: 0 10px;
		padding: 45px 50px;
		background: #2b4475;
		border-radius: 10px;
	}

	.module-reviews.custom .testimonials-wrapper .star-wrapper {
		display: flex;
		gap: 5px;
		justify-content: flex-start;
		margin-bottom: 30px;
	}

	.module-reviews.custom .testimonials-wrapper .star-wrapper svg {
		width: 25px;
		height: 25px;
		fill: #deb406;
	}

	.module-reviews.custom .testimonials-wrapper .ry-text p {
		color: #fff;
		font-size: 18px;
		line-height: 1.6;
		text-align: left !important;
	}
	.module-reviews.custom .testimonials-wrapper .ry-name {
		padding-top: 30px;
	}
	.module-reviews.custom .testimonials-wrapper .ry-name .star-wrapper {
		display: none;
	}

	.ry-name {}

	.module-reviews.custom .testimonials-wrapper .ry-name h5 {
		font-size: 18px;
		color: #fff;
	}

	.module-reviews.custom .button-wrapper {
		/* margin-top: 40px; */
		padding-top: 40px;
		clear: both;
	}

	.locations-v2 {
		padding: 150px 0;
		display: flex;
	}

	.locations-v2 .ry-container .ry-content .ry-headline h4 {
		font-size: 50px;
		text-align: center;
		text-transform: capitalize;
		font-style: italic;
	}

	.locations-v2 .ry-container .ry-content {

		padding: 0;
		max-width: 640px;

	}


	.locations-v2 .ry-container .ry-content .each-item {
		padding: 35px 65px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline {
		gap: 30px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline svg {
		width: 25px;
		height: 25px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline .title {
		font-size: 25px;
		font-style: italic;
		text-transform: capitalize;
		font-weight: 400 !important;
		color: #333;
	}

	.locations-v2 .ry-container .ry-content .each-item.active .headline {
		padding-bottom: 20px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.address {
		padding-left: 55px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a.directions {
		display: block;
		width: 100%;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: underline !important;
		text-underline-offset: 2px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details {
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.locations-v2 .ry-container .ry-content .each-item .content .group-details {
		display: flex;
		gap: 30px;
		padding: 0 55px;
	}

	.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details {
		display: flex !important;
		flex-direction: row;
		margin: 0;
	}

	.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details svg {
		width: 25px;
		height: 25px;
		fill: var(--clr-primary);
			}

	.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details.phones * {
		font-size: 23px;
		color: var(--clr-primary);
			}

	.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details svg {
		margin-top: 10px;
	}

	.locations-v2 .ry-container .ry-content .each-item:not(.active) .headline {
		padding-bottom: 0;
	}

	.locations-v2 .ry-container .ry-content .location-wrapper {
		padding-bottom: 15px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline:before {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #cccccc;
		bottom: -35px;
	}

	.locations-v2 .ry-container .ry-content .each-item:last-child .headline:before,
	.locations-v2 .ry-container .ry-content .each-item.active .headline:before {
		opacity: 0;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline:after {
		width: 12px;
		height: 12px;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
	}

	.locations-v2 .map-wrapper {
		width: 70%;
	}

	.locations-v2 {
		background: #93a3ca;
	}

	.module-footer {
		background: #fff;
	}

	.module-footer .footer-top {
		padding: 100px 0 0;
	}

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

	.module-footer .footer-top .ry-flex {
		padding-bottom: 80px;
		border-bottom: 1px solid #000000;
	}

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

	.module-footer  .footer-top .title {
		font-size: 24px;
		font-style: italic;
		color: var(--clr-primary);
			text-transform: capitalize;
			line-height: 1;
			margin-bottom: 20px;
			font-weight: 700 !important;
			}

	.module-footer .footer-top ul {
		list-style: none;
		padding-left: 0;
	}

	.module-footer .footer-top ul li a,
	.module-footer .footer-top ul li span {
		line-height: 1;
		font-size: 16px;
		text-transform: uppercase;

	}

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

	.module-footer .footer-top .hourls ul li {
		display: flex;
	}

	.module-footer .footer-top ul li a {
		display: block;
		color: #000000;
	}

	.module-footer .footer-top ul li span {
		line-height: 1;
		display: inline-block;
		font-size: 18px;
		color: #b1b1b1;
	}

	.module-footer .footer-top ul li {
		line-height: 15px;
	}

	.module-footer .footer-top ul li .span-2 {
		min-width: 110px;
	}

	.module-footer .footer-bottom {
		padding: 30px 0;
	}

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

	.module-footer .footer-bottom .ry-container {
		display: flex;
		justify-content: space-between;
	}

	.module-footer .footer-bottom img {
		width: 110px;
	}

	.module-footer .footer-bottom .powered {
		display: flex;
		gap: 10px;
	}

	.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-top .ry-flex .each {
		width: max-content;
	}

	.module-footer .footer-top .global-social.center-mode {
		clear: both;
		padding-top: 35px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li {
		margin: 0;
		width: auto;
		background: transparent;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a {
		width: 40px;
		height: 40px;
		background: #505050;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		font-size: 16px;
		text-transform: initial;
		padding: 15px 30px !important;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
		color: var(--clr-primary) !important;
			}
	.module-43 .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	.module-43 .ry-left img {
		min-width: 240px;
	}

	.module-43  .button-group {
		display: flex;
		gap: 10px;
	}
	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.third-level-container > a:after {
		content: "";
		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");
		width: 13px;
		height: 13px;
		position: absolute;
		right: 10px;
		background-size: contain;
		top: 50%;
		transform: translate(0, -50%);
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a {
		border-radius: 10px;
		width: 45px;
		height: 45px;
	}

	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a svg {
		width: 20px;
		height: 20px;
		fill: #333;
	}
	.dropdown.locations-dropdown ul {
		padding: 0;
		margin: 0;
		border: unset;
		background: transparent;
	}

	.dropdown.locations-dropdown ul li a {
		padding: 12px 20px;
		display: flex;
		align-items: center;
		font-size: 16px;
		gap: 10px;
		background: var(--clr-primary);
			color: #fff !important;
			}

	.dropdown.locations-dropdown.open > button {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.module-43 .ry-right {
		max-width: 100%;
		flex-direction: row-reverse;
		gap: 30px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 16px;
		color: #333;
		letter-spacing: initial;
		text-transform: capitalize;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 0;
		justify-content: center;
		gap: 40px;
	}

	.module-43 .ry-right .ry-leads {
		max-width: max-content;
	}

	.module-43 .ry-container > .ry-content {
		display: flex;
		gap: 30px;
	}

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

	.module-43 .ry-right .ry-leads .ry-btn svg {
		display: none;
	}

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

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 60px;
		font-style: italic;
		letter-spacing: initial;
		font-weight: 400;
		text-transform: initial;
		text-align: center;
		color: #fff !important;
	}

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

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		max-width: max-content;
		display: flex;
	}

	#ry-pg-banner .ry-bnr-wrp:before,
	#ry-pg-banner .ry-bnr-wrp:after {
		opacity: 0 !important;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .photo {
		border-radius: unset;
		border: unset;
	}

	.team-box .each-container .photo {
		padding-bottom: 32%;
	}

	.dropdown.locations-dropdown ul {
		width: 100%;
		border-radius: 0;
		border-bottom-left-radius: 10px;
		overflow: hidden;
		border-bottom-right-radius: 10px;
	}

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

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
		font-size: 18px;
		font-weight: 400;
	}

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

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		gap: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.module-311 .ry-payment-options-logos .ry-each {
		min-height: 180px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	@media (max-width: 1680px) {
		.module-43 .ry-container {
			width: calc(100% - 60px);
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			gap: 20px;
			justify-content: space-between;
		}
	}
	@media (max-width: 1480px) {
		.module-hero .hero-text h1 {
			font-size: 66px;
		}

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

		.module-team.custom .ry-headline h2 {
			font-size: 56px;
		}

		.locations-v2 .ry-container .ry-content .ry-headline h4 {
			font-size: 46px;
		}

		.locations-v2 .ry-container .ry-content .ry-headline {
			padding: 30px 30px;
		}

		.locations-v2 .ry-container .ry-content .each-item {
			padding: 30px 50px;
		}

		.locations-v2 .ry-container .ry-content .each-item .headline .title {
			font-size: 22px;
		}

		.locations-v2 .ry-container .ry-content .each-item.active .headline {
			padding-bottom: 10px;
		}

		.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details.phones * {
			font-size: 20px;
		}

		.locations-v2 .ry-container .ry-content {
			max-width: 560px;
		}

		.locations-v2 .ry-container .ry-content .each-item .headline {
			gap: 20px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.address {
			padding-left: 45px;
		}

		.locations-v2 .ry-container .ry-content .each-item .content .group-details {
			padding-right: 0;
			padding-left: 45px;
		}
	}
	@media (max-width: 1380px) {

		.module-43 .ry-right .ry-leads .ry-btn svg {
			display: block;
			width: 22px;
			height: 22px;
		}

		.module-43 .ry-right .ry-leads .ry-btn span {
			display: none;
		}

		.module-43 .ry-right .ry-leads .ry-btn {
			padding: 0;
			width: 55px;
			height: 55px;
			min-width: 55px;
			min-height: 55px !important;
		}
	}
	@media (max-width: 1280px) {
		.module-team.custom .arrow button {
			width: 60px;
			height: 60px;
			min-width: 60px;
		}

		.module-team.custom .ry-flex .ry-each {
			margin: 0 20px;
		}

		.module-team.custom .slick-list {
			margin: 0 -20px;
		}

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

		.module-services.custom .ry-container .ry-flex .each .title {
			font-size: 48px;
			padding-right: 60px;
		}

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

	@media (max-width: 1080px) {

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

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .dropdown-menu li a {
			width: auto;
			border-radius: unset;
			margin: auto;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .open .ry-btn {
			border-bottom-left-radius: 0 !important;
			border-bottom-right-radius: 0 !important;
		}
		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.module-footer .footer-top .title {
			font-size: 22px;
			text-align: center;
			margin-bottom: 20px;
		}

		.module-footer .footer-top ul li a {
			text-align: center;
		}

		.module-footer .footer-top .global-social.center-mode {padding-top: 20px;}

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

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

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

		.module-brand-contacts .ry-container .content {
			width: 55%;
			padding-left: 30px;
		}

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

		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 52px;
		}

		.module-43 {
			display: none;
		}

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

		.mobile-container {
			background: #fff;
		}

		.mobile-container .mobile-nav {
			margin-right: 10px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			max-width: 160px;
		}

		.mm-panels>.mm-panel>.mm-listview {
			margin-left: 0;
		}

		#menu_container {
			background: #333;
		}

		#menu_container .mm-listview li a {
			color: #fff;
			text-transform: initial;
		}

		#mobile_menu {
			background: #333;
		}

		.mm-panel .mob-menu a {
			color: #fff;
		}

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

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

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

	@media (max-width: 768px) {
		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 46px;
		}

		.module-brand-contacts .ry-container .content {
			padding-left: 0;
		}

		.ry-headline h2 span,
		#ry-pg-body .ry-headline h2 span {
			font-size: 18px;
			letter-spacing: 2px;
		}

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

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

		.module-welcome.custom .ry-container .ry-flex {
			flex-direction: column;
		}

		.module-welcome.custom .each {
			width: 100%;
		}

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

		.module-welcome.custom .ry-text p {
			text-align: center;
		}

		.module-welcome.custom .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-services.custom .ry-container .ry-flex .each .title {
			padding-right: 0;
			font-size: 38px;
		}

		.module-services.custom .ry-container .ry-flex .each .ry-text {
			padding-right: 0;
		}

		.module-services.custom .ry-container .ry-flex .each .button-wrapper {
			flex-wrap: wrap;
		}

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

		.module-services.custom .ry-container .ry-flex .each {
			padding: 40px 30px;
			width: calc(50% - 5px);
		}

		.ry-btn {
			padding-left: 25px;
			padding-right: 25px;
		}

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

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

		.locations-v2 .ry-container .ry-content .ry-headline h4 {
			font-size: 38px;
		}

		.locations-v2 .ry-container .ry-content .ry-headline {
			padding: 25px 30px;
		}

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

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

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

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

		.module-team.custom .each-name {
			font-size: 20px;
		}

		.module-reviews.custom .testimonials-wrapper {
			margin-top: 40px;
		}

		.module-reviews.custom {
			padding: 100px 0;
		}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 620px) {
		.locations-v2 .ry-container .ry-content .each-item {
			padding-left: 30px;
			padding-right: 30px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details a,
		.locations-v2 .ry-container .ry-content .each-item .each-details * {
			font-size: 16px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1 {
			min-width: 110px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.hours {}

		.locations-v2 .ry-container .ry-content .each-item .each-details:not(:last-child) {
			margin-bottom: 10px;
		}

		.locations-v2 .ry-container .ry-content .ry-headline h4 {
			font-size: 26px;
			text-align: center;
		}

		.locations-v2 .ry-container .ry-content .ry-headline {
			padding: 20px 30px;
		}

		.module-footer .footer-top ul li a {
			font-size: 16px;
		}

		.module-hero .hero-text {
			bottom: unset;
			padding: 60px 0;
			position: relative;
			background: var(--clr-primary);
				}

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

		.module-hero .hero-text h1,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, 
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
			font-size: 36px;
		}

		.ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 36px;
		}

		.ry-headline h2 span,
		#ry-pg-body .ry-headline h2 span {
			font-size: 16px;
		}

		.ry-text p, body.default p, body.default .ry-text p {
			font-size: 16px;
		}

		.module-services.custom .ry-container .ry-flex {
			flex-wrap: wrap;
		}

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

		.module-services.custom .ry-container .ry-flex .each .photo img {
			max-width: 100px;
			max-height: 100px;
			margin: auto;
		}

		.module-services.custom .ry-container .ry-flex .each .each-wrapper * {
			text-align: center;
		}

		.module-services.custom .ry-container .ry-flex .each .ry-text {
			font-size: 16px;
		}

		.module-services.custom .ry-container .ry-flex .each .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-services.custom .ry-container .ry-flex .each .photo {
			margin-bottom: 10px;
		}

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

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

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

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

		.module-brand-contacts .background-section {
			position: relative;
			padding-bottom: 100%;
			width: 100%;
		}

		.module-brand-contacts {
			padding-top: 0;
			padding-bottom: 80px;
		}

		.module-brand-contacts .ry-container .content {
			width: 100%;
			padding-top: 60px;
		}

		.module-brand-contacts .ry-container .content * {
			text-align: center;
		}

		.module-brand-contacts .arrow {
			display: none;
		}

		.home .module-brand-contacts .slick-dots {
			justify-content: center;
			gap: 5px;
		}

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

		.locations-v2 .map-wrapper {
			width: 100%;
			padding-bottom: 100%;
			position: relative;
			margin-top: -100px;
		}

		.locations-v2 {
			flex-direction: column-reverse;
			padding: 0;
			padding-top: 80px;
		}

		.locations-v2 .ry-container .ry-content .each-item.active .headline {}

		.locations-v2 .ry-container .ry-content .each-item .headline {
			gap: 10px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.address {
			padding-left: 35px;
		}

		.locations-v2 .ry-container .ry-content .each-item .content .group-details {
			padding-left: 0;
			flex-direction: column;
			gap: 10px;
		}

		.locations-v2 .ry-container .ry-content .each-item .content .group-details .each-details {
			gap: 15px;
		}

		.locations-v2 .ry-container .ry-content .each-item {
			padding: 20px 30px;
		}

		.locations-v2 .ry-container .ry-content .each-item .headline::before {
			bottom: -20px;
		}

		.locations-v2 .ry-container .ry-content .each-item .headline .title {
			font-size: 20px;
		}

		.module-footer .footer-top {
			padding-top: 60px;
		}

		.module-brand-contacts .photo img {
			margin: auto;
		}
	}
	@media (min-width: 769px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.ry-photo.left {
			float: left;
		}
		.ry-photo.right {
			float: right;
		}
	}

	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

	.micro-section-2 .ry-flex {
		flex-direction: row-reverse;
	}

	.micro-section-2 .ry-flex .each.each-left {}

	.micro-section-2 .ry-flex .each.each-left .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: var(--clr-primary) !important;
			margin: 0 !important;
			}

	.micro-section-2 .ry-flex .each.each-right  .ry-text {
		margin-top: 35px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul {
		list-style: none;
		padding-left: 0;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li {
		display: flex;
		width: 100%;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 330px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(odd) {
		background: #ffffff;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: #f1f8ff;
		padding: 80px 60px 85px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		font-size: 18px;
		color: #666;
		padding: 15px 30px;
		display: flex;
		letter-spacing: -0.5px;
		font-weight: 500 !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a3a9f' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
		background-size: contain;
	}

	.micro-section-1 .ry-container {
		max-width: 1600px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each {
		width: 50%;
	}

	.micro-section-1 .ry-container .each.each-left {
		padding-left: 70px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.micro-section-1 .ry-container .each.each-left #MapBlock {
		padding-bottom: 60%;
	}

	.micro-section-1 .ry-container .each.each-left .map-block {
		max-width: 560px;
		padding: 10px;
		background: #fff;
		border: 1px solid #333;
		margin-top: -120px;
		margin-left: auto;
	}

	.micro-section-1 .ry-container .each.each-left .photo {
		padding-right: 69px;
	}

	.micro-section-1 .ry-container .each .wrapper {
		padding-left: 90px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}


	.micro-section-1 .ry-container .each .wrapper h2 {
		margin: 0 !important;
		padding-bottom: 35px;
		margin-bottom: 20px !important;
		position: relative;
	}

	.micro-section-1 .ry-container .each .wrapper h2:before {
		content: "";
		position: absolute;
		left: 0;
		width: 260px;
		height: 2px;
		background: var(--clr-primary);
			bottom: 0;
			}

	.micro-section-1 .ry-container .each .wrapper h2 span {
		margin-bottom: 10px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details {
		width: 30%;
		display: flex;
		gap: 18px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-headline {
		width: 100%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon {
		width: 45px;
		height: 45px;
		min-width: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text {
		font-size: 18px;
		letter-spacing: -0.3px;
		font-weight: 800 !important;
		color: #333;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		/* display: block; */
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul {
		padding-left: 0;
		list-style: none;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li {
		line-height: 1;
		font-weight: 400;
		display: flex;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
		font-weight: 800;
		min-width: 130px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
		min-width: 350px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-btn {
		margin-top: 20px;
	}

	.micro-section-1 {
		margin-bottom: 130px;
	}

	.micro-section-2 .ry-container {
		max-width: 1450px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon svg {
		width: 23px;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: var(--clr-primary);
			}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: #fff !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		color: #333;
		/* background: #d8d8d8; */
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(even) {
		background: #d8d8d8;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		filter: invert(1) brightness(0);
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 360px;
	}

	.micro-section-1 .ry-flex {
		align-items: center;
	}
	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		display: block;
		margin-bottom: 7px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block, .micro-section-1 .ry-container .each .wrapper .button-wrapper {
		width: 100%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details {
		width: calc(50% - 30px);
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
		min-width: 110px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap {
		display: flex;
		gap: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		width: auto;
		height: auto;
		border-radius: unset;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li li a {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		min-width: 45px;
		background: var(--clr-secondary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover {

		background: var(--clr-primary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		margin: 0;
	}

	.module-inner-map #mapCustom {
		padding-bottom: 56.25%;
		border-radius: 10px;
		overflow: hidden;
	}

	.module-inner-map .map-ratio {
		padding: 10px;
		border: 1px solid var(--clr-primary);
			border-radius: 20px;
			background: var(--clr-primary);
				}

	.module-locations-home {
		padding-bottom: 100px;
	}

	.module-locations-home .icon {
		display: none;
	}

	.module-locations-home .inner-location-grid {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.module-locations-home .inner-location-grid .each-item {
		width: calc(33.33% - 15px);
		border-radius: 15px;
		border: 1px solid #e7e7e7;
		overflow: hidden;
		transition: .2s;
	}

	.module-locations-home .inner-location-grid .each-item .photo {
		position: relative;
		padding-bottom: 75%;
	}

	.module-locations-home .inner-location-grid .each-item .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-locations-home .inner-location-grid .each-item  .group {
		padding: 30px;
	}

	.module-locations-home .inner-location-grid .each-item .group .headline .small-text {
		/* text-align: center; */
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 18px;
		color: #94a4cb;
		margin-bottom: 10px;
		display: block;
	}

	.module-locations-home .inner-location-grid .each-item .group .headline .title {
		font-size: 26px;
		font-style: italic;
		color: var(--clr-primary);
			margin-bottom: 20px;
			transition: .2s;
			}

	.module-locations-home .inner-location-grid .each-item .group div {
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		transition: .2s;
	}

	.module-locations-home .inner-location-grid .each-item:hover {
		background: var(--clr-primary);
			}

	.module-locations-home .inner-location-grid .each-item:hover .group .headline .title {
		color: #84abda;
	}

	.module-locations-home .inner-location-grid .each-item:hover .group div {
		color: #fff;
	}

	.module-locations-home .ry-headline h2 {
		margin: 0 !important;
	}
	@media (max-width: 1680px) {
		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}

	@media (max-width: 1480px) {
		.micro-section-1 .ry-container .each .wrapper .each-details {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			gap: 20px;
			padding-left: 6vw;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			min-width: unset;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			order: 4;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			order: 5;
		}
		.micro-section-2 .ry-flex .each.each-left .photo {
			height: 100%;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			height: 100%;
			object-fit: cover;
		}
	}
	@media (max-width: 1380px) {
		.micro-section-1 .ry-container .each.each-left {
			padding-left: 0;
		}

		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 85%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 3vw;
		}
	}
	@media (max-width: 1280px) {

		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}
	@media (max-width: 1080px) {
		.micro-section-2 .ry-flex .each.each-right {
			padding: 60px 30px;
		}

		.micro-section-2 .ry-flex .each.each-right .ry-text {
			margin-top: 25px;
		}
	}
	@media (max-width: 768px) {

		.module-locations-home .inner-location-grid .each-item {
			width: calc(50% - 10px);
		}

		.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
			font-size: 16px;
		}

		.micro-section-2 .ry-flex {
			flex-direction: column-reverse;
		}



		.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
			text-align: center;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			position: relative;
			padding-bottom: 100%;
			border-bottom-left-radius: 20px;
			overflow: hidden;
			border-bottom-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			position: absolute;
			top: 0;
			left: 0;
			width: 105%;
			height: 105%;
			object-fit: cover;
		}

		.micro-section-2 .ry-flex .each.each-right {
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-right,
		.micro-section-2 .ry-flex .each.each-left {
			border-radius: unset;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			border-radius: 0;
		}

		.micro-section-1 .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px;
		}

		.micro-section-1 .ry-container .each.each-left {
			width: 100%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 60px;
		}

		.micro-section-1 .ry-container .each.each-right {
			max-width: 100%;
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper h2::before {
			left: 50%;
			transform: translate(-50%, 0);
		}

		.micro-section-1 .ry-container .each .wrapper .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details * {
			text-align: center;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
			text-align: left;
		}

		.micro-section-1 .ry-container .each .wrapper .ry-btn {
			margin-left: auto;
			margin-right: auto;
			display: flex;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 0;
		}

		.micro-section-1 {
			margin: 0;
			padding-bottom: 80px;
		}
	}

	@media (max-width: 620px) {
		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 90%;
			margin-top: -30px;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 20px;
		}

		.micro-section-1 .ry-container .each.each-left #MapBlock {
			padding-bottom: 100%;
		}

		.module-locations-home .inner-location-grid .each-item {
			width: 100%;
		}

		.module-locations-home .inner-location-grid .each-item .group div {
			font-size: 16px;
		}

		.module-locations-home .inner-location-grid .each-item .group .headline .small-text {
			font-size: 16px;
		}
	}



	/* 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 {
		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;
	}

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