:root {
	--text-normal: "Google Sans" !important;
		--text-title: "" !important;
		--clr-primary: #bf9132;
		--clr-secondary: #000000;
		--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 {
		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;
		background: #fff !important;
		color: var(--clr-primary) !important;
			}

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

	.ry-btn {
		border-radius: 10px;
		min-height: 54px !important;
		height: 54px;
		text-transform: initial;
	}

	.ry-btn.ry-btn-primary {
		background: linear-gradient(300deg, #bc964b, #ecc561) !important;
	}


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

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

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

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

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

	.module-hero .hero-text h1 {
		font-size: 105px;
		font-family: "Lora";
		font-weight: 600;
		line-height: 1;
	}

	.module-hero .hero-text h1 span {
		display: block;
		font-size: 28px;
		font-family: 'Google Sans Flex';
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 8px;
	}

	.module-hero .hero-text h1 {
		background-image: linear-gradient(to right, #c39844, #ffd27a, #c39844);
		background-clip: text;
		color: transparent;
		line-height: 1.5 !important;
	}

	.module-hero .hero-text h1 span {
		margin-bottom: -15px;
	}

	.ry-headline h2,
	body.default #ry-pg-body .ry-headline h2,
	body.default #ry-pg-body .module-team.custom .ry-headline h2 {
		font-size: 68px;
		font-family: 'lora' !important;
		font-weight: 600 !important;
		line-height: 1 !important;
		background-image: linear-gradient(160deg, #f6cf66, #d29f43);
		background-clip: text;
		color: transparent;
		padding-bottom: 20px;
		margin-bottom: -20px;
	}

	.ry-headline h2 .span-1,
	body.default .ry-headline h2 .span-1,
	body.default #ry-pg-body .module-team.custom .ry-headline h2 .span-1 {
		display: block;
		font-size: 20px;
		font-family: 'Google Sans Flex';
		color: #000;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

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

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

	.module-welcome.custom .ry-container .each.each-right {
		padding-left: 80px;
	}

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

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

	.module-welcome.custom .ry-container .each.each-left {
		margin-right: -5%;
		min-width: 55%;
	}

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

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

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

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

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

	.module-services.custom .ry-container .ry-flex .each .photo {
		position: relative;
		padding-bottom: 150%;
		border-radius: 20px;
		overflow: hidden;
	}

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

	.module-services.custom .ry-container .ry-flex .each .title {position: absolute;bottom: 40px;width: 100%;padding: 0 40px;font-size: 30px;line-height: 1.2;font-family: 'lora' !important;font-weight: 600 !important;color: #fff;}


	.module-services.custom .ry-container .ry-flex .each .title:after,
	.module-services.custom .ry-container .ry-flex .each .title:before {
		content: "";
		position: absolute;
		right: 40px;
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 50%;
		bottom: 6px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M704-240 320-624v344h-80v-480h480v80H376l384 384-56 56Z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px;
		transform: rotate(90deg);
	}

	.module-services.custom .ry-container .ry-flex .each:before {
		content: "";
		position: absolute;
		left: -10px;
		top: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		border: 2px solid #dfb85b;
		border-radius: 20px;
		transition: .5s;
		opacity: 0;
	}

	.module-services.custom .ry-container .ry-flex .each:hover:before {
		opacity: 1;
	}

	.module-services.custom .ry-container .ry-flex .each .title {
		transition: .3s;
	}
	.module-services.custom .ry-container .ry-flex .each:hover .title {

		color: #f6cf66;
	}

	.module-services.custom .ry-container .ry-flex .each:hover .title:after {
		background: linear-gradient(300deg, #bc964b, #ecc561);
	}

	.module-services.custom .ry-container .ry-flex .each:hover .title:before {
		content: "";
		position: absolute;
		background-color: transparent;
		z-index: 3;
		filter: invert(1);
	}
	.module-team.custom {
		padding: 190px 0;
	}

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

	.module-team.custom .ry-container .ry-text p {
		color: #fff;
	}

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

	.module-team.custom .ry-container .ry-text {
		margin: 40px 0 30px;
	}

	.module-team.custom .ry-container .each:nth-child(1) {
		max-width: 400px;
	}

	.module-team.custom .ry-container .each:nth-child(2) {
		max-width: 780px;
	}

	.module-team.custom .ry-container .each .inner-flex {
		display: flex;
		gap: 25px;
	}

	.module-team.custom .ry-container .each .inner-flex img {
		width: 100%;
		height: 100%;
		border-radius: unset;
	}

	.module-team.custom .ry-container .each .inner-flex .each-block div:not(.photo) {
		padding: 30px 20px;
		clear: both;
		background: #303030;
		font-size: 18px;
		text-align: center;
		font-weight: 600 !important;
		color: #d6af57;
	}

	.module-technology {
		padding: 145px 0;
	}

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

	.module-technology .ry-container .ry-flex {
		gap: 50px;
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.module-technology .ry-container .ry-flex .title {
		display: flex;
		width: 100%;
		clear: both;
		padding: 30px 40px;
		text-align: center;
		background: #fff;
		justify-content: center;
		min-height: 120px;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		font-weight: 600 !important;
		color: #000;
	}

	.module-technology .ry-container .ry-flex .each-icon {
		border-radius: 20px;
		overflow: hidden;
	}

	.module-brand.custom {
		padding: 160px 0;
		background: #c49e4f;
	}

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

	.module-brand.custom .ry-headline h2 .span-1 {
		opacity: .5;
	}

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

	.module-brand.custom .ry-container .block-carousel {
		padding: 50px 90px 0;
	}

	.module-brand.custom .ry-container .block-carousel img {
		-webkit-filter: invert(1) brightness(1);
		filter: invert(1) brightness(1);
		background: transparent !important;
		max-width: max-content;
		margin: auto;
	}

	.module-brand.custom .ry-container .block-wrapper .arrow button {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: 0;
	}

	.module-brand.custom .ry-container .block-wrapper .arrow button.next {
		left: unset;
		right: 0;
	}

	.module-brand.custom .ry-container .block-wrapper .arrow button {
		padding: 0;
		border: unset;
		background: transparent;
	}

	.module-brand.custom .ry-container .block-wrapper .arrow button svg {
		width: 30px;
		height: 30px;
		fill: #fff;
	}

	.module-brand.custom .slick-track {
		display: flex;
	}

	.module-brand.custom .slick-track .slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}
	.module-brand.custom .ry-container .block-carousel img {
		max-height: 60px;
		max-width: 140px;
		object-fit: contain;
	}

	.module-brand.custom .ry-container .block-wrapper .arrow button {
		top: 75%;
	}
	.module-review.custom {
		padding: 185px 0 150px;
	}

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

	.module-review.custom .ry-container .ry-content {
		padding: 50px 45px 55px;
		background: #fff;
		border-radius: 30px;
	}

	.module-review.custom .ry-container .ry-content .each-photo {
		max-width: 620px;
		width: 55%;
	}

	.module-review.custom .ry-container .ry-content .each-text {
		width: 45%;
		padding: 0 50px 0 90px;
	}

	.module-review.custom .ry-container .ry-content .ry-flex {
		align-items: center;
	}

	.module-review.custom .ry-container .ry-content .ry-flex .ry-text p {
		text-align: left !important;
		color: #666;
	}

	.module-review.custom .ry-container .ry-content .ry-flex .ry-headline h2 {
		font-size: 60px;
		/* margin-top: 5px; */
	}

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

	.module-review.custom .ry-container .ry-content .each-text .ry-text {
		margin: 50px 0 55px;
	}

	.module-review.custom .ry-container .ry-content .each-text  .ry-name {
		display: flex;
		align-items: center;
	}

	.module-review.custom .ry-container .ry-content .each-text .ry-name .star-wrapper {
		display: flex;
		gap: 1px;
		margin-right: 15px;
		align-items: center;
	}

	.module-review.custom .ry-container .ry-content .each-text .ry-name .star-wrapper svg {
		width: 20px;
		height: 20px;
		fill: #e5b353;
	}

	.module-review.custom .ry-container .ry-content .each-text .ry-name h5 {
		font-size: 18px;
		font-weight: 600 !important;
		text-transform: uppercase;
		color: #333;
		letter-spacing: initial;
		line-height: 1;
	}

	.module-review .carousel-indicators {
		position: absolute !important;
		right: 0;
		display: flex !important;
		justify-content: flex-end;
		padding: 0 !important;
		bottom: 7px !important;
		gap: 5px;
	}

	.module-review .carousel-indicators li {
		border: unset;
		margin: 0 !important;
		background: #8ca18e !important;
		width: 11px;
		height: 11px;
	}

	.module-review .carousel-indicators li:not(.active) {
		opacity: .5;
	}

	.module-review.custom .ry-container .ry-content .each-text .ry-name h5 span {
		display: none;
	}

	.module-location-v2 {
		padding: 170px 0 120px;
	}

	.module-location-v2 .ry-headline h2 .span-1 {
		margin-bottom: 5px;
	}

	.module-location-v2 .ry-headline {
		margin-bottom: 55px;
	}

	.module-location-v2 .ry-flex {
		display: flex;
		align-items: flex-start;
		border: 1px solid #d7d9da;
		border-radius: 30px;
		overflow: hidden;
	}

	.module-location-v2 .ry-flex .each-left {
		height: 100%;
		position: relative;
	}

	.module-location-v2 .ry-flex .each-left .map-wrapper, .module-location-v2 .ry-flex .each-left .map-ratio {
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
		/* height: 100%; */
	}

	div#mapCustom {
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
		/* width: 100%; */
		/* height: 100%; */
		padding-bottom: 100%;
	}

	.module-location-v2 .ry-flex .each-right {
		padding: 10px 60px;
	}

	.module-location-v2 .ry-flex .each-right .headline {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.module-location-v2 .ry-flex .each-right .headline .photo {
		width: 131px;
		height: 131px;
		border-radius: 10px;
		overflow: hidden;
		/* padding: 5px; */
		/* background: #fff; */
		outline: 1px solid #e5e5e5;
		outline-offset: 4px;
		min-width: 138px;
	}

	.module-location-v2 .ry-flex .each-right .headline .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-location-v2 .ry-flex .each-right .headline .title h3 {
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.module-location-v2 .ry-flex .each-right .headline .title h3 {}

	.module-location-v2 .ry-flex .each-right .headline .title p {
		font-size: 15px;
		color: #666;
		line-height: 1.3;
	}

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

	.module-location-v2 .ry-flex .each-right .content {
		padding: 30px 0 0;
	}

	.module-location-v2 .ry-flex .each-right .content .each-details {
		display: flex;
		gap: 10px;
	}

	.module-location-v2 .ry-flex .each-right .content .each-item {
		display: flex;
		padding: 0;
		gap: 30px;
		justify-content: space-between;
		justify-content: flex-start;
	}

	.module-location-v2 .ry-flex .each-right .content .each-item .icon {
		width: 42px;
		height: 42px;
		min-width: 42px;
		background: #e5e5e5;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-location-v2 .ry-flex .each-right .content .each-item .icon svg {
		width: 20px;
		height: 20px;
	}

	.module-location-v2 .ry-flex .each-right .each-item {
		padding: 50px 0;
	}

	.module-location-v2 .ry-flex .each-right .content .each-item a {
		font-size: 18px;
		color: #666;
		line-height: 1.2;
		font-weight: 600;
	}

	.module-location-v2 .ry-flex .each-right .content .each-item a span {
		display: block;
	}

	.module-location-v2 .ry-flex .each-right .each-item:not(:last-child) {
		border-bottom: 1px solid #d7d9da;
	}

	.footer-bottom {
		border-top: 8px solid #be9d5f;
		padding: 50px 0;
		background: #000000;
	}

	.footer-bottom * {
		font-size: 16px !important;
		color: #fff  !important;
		font-weight: 400 !important;
		line-height: 1.1 !important;
	}

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

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

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

	.footer-bottom .ry-container .ry-right .powered img {
		width: 110px;
	}

	.module-43 {
		position: fixed;
		padding: 30px 0;
	}

	.module-43 .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	.module-43 .ry-right .ry-leads .ry-contact .locations-dropdown {
		min-height: 54px;
		background: transparent !important;
		padding: 0 !important;
	}

	.module-43 .ry-right .ry-leads .ry-contact .locations-dropdown .ry-btn.ry-btn-secondary {
		padding: 10px 20px !important;
		background: #134536 !important;
		border-radius: 10px;
		border: 1px solid transparent !important;
	}

	.module-43 .ry-right .ry-leads .ry-contact {
		min-width: unset;
		gap: 7px;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn span {
		font-size: 18px !important;
		font-weight: 500;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn.ry-btn-transparent:not(:hover) {
		border: 1px solid #ffffff3d;
		background: transparent !important;
		color: #fff !important;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu {
		margin: 0;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu > li a {
		font-size: 18px;
		letter-spacing: initial;
		text-transform: inherit;
		padding: 23px 0;
	}

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

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		padding: 12px 30px !important;
		text-transform: initial;
		line-height: 1;
		display: block !important;
	}

	.module-43 .ry-right .ry-leads .ry-contact .locations-dropdown .ry-btn.ry-btn-secondary:hover {
		border: 1px solid #ffffff3d !important;
		background: transparent !important;
		color: #fff !important;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn.ry-btn-primary:hover {
		border: 1px solid #ffffff3d !important;
		background: transparent !important;
		color: #fff !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		font-size: 16px !important;
	}

	.module-43.fixed .ry-menu .ry-nav li .dropdown-menu.hover {
		top: 43px !important;
	}

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

	#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: 60px;
		text-align: center;
		letter-spacing: initial;
		text-transform: initial;
		font-weight: 500;
		font-family: "Lora";
		color: #e1ba5c !important;
	}
	ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding: 0 !important;
		margin: 0 !important;
	}

	.locations-dropdown ul {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.locations-dropdown.open > .ry-btn {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

	.locations-dropdown ul li a {
		padding: 15px 20px;
		text-transform: capitalize;
		height: auto !important;
		min-height: auto !important;
		line-height: 1 !important;
		display: flex !important;
		width: 100%;
		text-align: center !important;
		max-width: 100% !important;
		text-align: center !important;
		display: flex;
		justify-content: center;
		background: #fff;
		font-size: 16px !important;
		color: #000 !important;
	}

	.module-43 .ry-right .ry-leads .ry-contact .locations-dropdown li a {
		color: #000 !important;   
		text-transform: capitalize;
		font-weight: 400;
	}

	.locations-dropdown ul li {
		width: 100% !important;
		display: block !important;
	}

	.dropdown.locations-dropdown .arrow {
		width: 0;
		height: 0; 
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #ffffff;
	}

	.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
		padding-left: 18px;
		padding-right: 18px;
	}


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

		.module-hero .hero-text h1 span {
			font-size: 24px;
			letter-spacing: 5px;
		}

		.ry-headline h2,
		body.default #ry-pg-body .ry-headline h2,
		body.default #ry-pg-body .module-team.custom .ry-headline h2  {
			font-size: 62px;
		}

		.ry-headline h2 .span-1,
		body.default #ry-pg-body .ry-headline h2 .span-1,
		body.default #ry-pg-body .module-team.custom .ry-headline h2 .span-1 {
			letter-spacing: 2px;
		}

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

		.module-technology .ry-container .ry-flex .title {
		}

		.module-location-v2 .ry-flex .each-right .headline .title h3 {
			font-size: 22px;
		}

	}
	@media (max-width: 1440px) {
		.module-43 .ry-left img {
			min-width: 290px;
		}
	}
	@media (max-width: 1380px) {
		.module-43 .ry-left img {
			min-width: 280px;
		}

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
			gap: 5px;
			padding: 10px 20px;
		}

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn span {
			font-size: 16px !important;
		}
	}

	@media (max-width: 1280px) {
		.module-welcome.custom .ry-container .each.each-right {
			padding-left: 30px;
		}

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

		.module-technology .ry-container .ry-flex .title {
			font-size: 20px;
			min-height: 100px;
		}

		.module-technology .ry-container .ry-flex {
			gap: 20px;
		}

		.module-team.custom .ry-container .each:nth-child(2) {
			width: 65%;
			padding-left: 30px;
		}

		.module-team.custom .ry-container .each:nth-child(1) {
			width: 35%;
		}

		.module-team.custom .ry-container .each .inner-flex .each-block div:not(.photo) {
			padding: 30px 10px;
		}
	}

	@media (max-width: 1200px) {
		.module-43 .ry-right .ry-leads .ry-contact .ry-btn span, .module-43 .ry-right .ry-leads .ry-contact .ry-btn .arrow {
			display: none;
		}

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn:not(:hover), 
		.module-43 .ry-right .ry-leads .ry-contact .locations-dropdown .ry-btn.ry-btn-secondary,
		.module-43 .ry-right .ry-leads .ry-contact .ry-btn.ry-btn-transparent:not(:hover) {
			background: var(--clr-primary) !important;
				}

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

		.module-43 .ry-left {
			position: absolute;
			z-index: 9;
		}

		.module-43 .ry-right .ry-leads .ry-contact {
			/* width: 100%; */
		}

		.module-43 .ry-right, .module-43 .ry-right .ry-leads, .module-43 .ry-right .ry-menu .nav-menu {
			width: 100%;
		}

		.module-43 .ry-right {
			gap: 0;
			margin-top: 15px;
		}
	}
	@media (max-width: 1080px) {

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .locations-dropdown ul li a {
			width: 100%;
			max-width: unset;
			height: auto;
			border-radius: unset;
			color: #fff !important;
			font-size: 16px !important;
		}
		.module-43 {
			display: none;
		}

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

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

		.mobile-container {
			background: #fff;
		}

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

		.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
			background: #333;
		}

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

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a, 
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button  button {
			width: 45px;
			height: 45px;
			background: #000;
			border-radius: 50%;
			border: unset;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a svg {
			width: 20px;
			height: 20px;
			fill: #fff;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button svg {
			width: 20px;
			height: 20px;
			fill: #fff;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button {
			display: flex;
			align-items: center;
			justify-content: center;
		}

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

		.module-hero .hero-text h1 span {
			font-size: 20px;
			letter-spacing: 2px;
		}

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button, 
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a {
			padding: 0;
			width: 45px;
			min-width: 45px;
			height: 45px;
			min-height: 45px !important;
			background: var(--clr-primary) !important;
				}
		#menu_container .mm-listview {
			margin-left: 0;
		}
		.ry-headline h2,
		body.default #ry-pg-body .ry-headline h2,
		body.default #ry-pg-body .module-team.custom .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: 52px;
		}

		.ry-headline h2 .span-1,
		body.default #ry-pg-body .ry-headline h2 .span-1,
		body.default #ry-pg-body .module-team.custom .ry-headline h2 .span-1 {
			letter-spacing: 1px;
		}

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

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

		.module-services.custom .ry-container .ry-flex .each .title:after,
		.module-services.custom .ry-container .ry-flex .each .title:before {
			bottom: 0;
			width: 50px;
			height: 50px;
			background-size: 25px;
		}

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

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

		.module-team.custom .ry-container .each .inner-flex .each-block div:not(.photo) {
		}

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

		.module-team.custom .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px;
		}

		.module-team.custom .ry-container .each:nth-child(1), .module-team.custom .ry-container .each:nth-child(2) {
			width: 100%;
			max-width: 100%;
			padding: 0;
		}

		.module-team.custom .ry-container .each * {
			text-align: center;
		}

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

		.module-review.custom .ry-container .ry-content .each-text {}

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

		.module-review.custom .ry-container .ry-content .each-photo {
			width: 50%;
		}

		.module-review.custom .ry-container .ry-content .each-text {
			width: 50%;
			padding: 0 30px;
		}

		.module-location-v2 {
			padding: 100px 0;
		}

		.module-location-v2 .ry-flex .each-right {
			padding: 10px 30px;
		}

		.module-location-v2 .ry-flex .each-right .content .each-item a {
			font-size: 16px;
		}

		.module-location-v2 .ry-flex .each-right .content .each-item .icon {
			width: 40px;
			height: 40px;
			min-width: 40px;
		}

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

		.footer-bottom .ry-container * {
			text-align: center;
			line-height: 1.5 !important;
		}

		.footer-bottom .ry-container .ry-right .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 5px;
		}
	}
	@media (max-width: 768px) {
		.module-hero {
			margin-top: 90px;
		}

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

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

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

		.module-hero .hero-text h1 span {
			font-size: 18px;
			letter-spacing: 1px;
		}

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

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

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

		.module-welcome.custom .ry-container .each.each-right * {
			text-align: center;
		}

		.module-welcome.custom .ry-container .each.each-right {
			padding-left: 0;
		}

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

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

		.module-services.custom .ry-container .ry-flex {
			display: initial;
			gap: unset;
			margin-top: 60px;
		}

		.ry-headline h2,
		body.default #ry-pg-body .ry-headline h2,
		body.default #ry-pg-body .module-team.custom .ry-headline h2 {
			font-size: 48px;
		}

		.module-hero .hero-text h1 span {
			/* letter-spacing: initial; */
		}

		.ry-headline h2 .span-1,
		body.default #ry-pg-body .ry-headline h2 .span-1,
		body.default #ry-pg-body .module-team.custom .ry-headline h2 {
			font-size: 18px;
			letter-spacing: 1px;
		}

		.module-technology .ry-container .ry-flex .title {
			font-size: 16px;
			padding: 20px;
			min-height: 80px;
		}

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

		.module-review.custom .ry-container .ry-content .each-photo,     .module-review.custom .ry-container .ry-content .each-text {
			width: 100%;
		}

		.module-review.custom .ry-container .ry-content .ry-flex .ry-headline h2 {
			font-size: 42px;
		}

		.module-location-v2 .ry-flex {
			flex-direction: column;
		}

		.module-location-v2 .ry-flex .each-right .each-item {
			padding: 30px 0;
		}

		.module-review.custom .ry-container .ry-content .each-text {
			padding: 0;
		}

		.module-review.custom .ry-container .ry-content .ry-flex {
			gap: 60px;
		}

		.module-technology .ry-container .ry-flex {
			gap: unset;
			display: initial;
		}

		.module-team.custom .ry-container .each .inner-flex {
			display: initial;
		}
		.module-team.custom .inner-flex {
			display: initial;
		}
		.module-technology .ry-container .slick-list,
		.module-team.custom .inner-flex .slick-list,
		.module-services.custom .ry-container .ry-flex .slick-list {
			margin: 0 -10px;
		}

		.module-technology .ry-container .slick-list .slick-slide,
		.module-team.custom .inner-flex .slick-list .slick-slide,
		.module-services.custom .ry-container .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}

		.module-team.custom .ry-container .each .inner-flex .photo {
			position: relative;
			padding-bottom: 120%;
		}

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

		.home .module-team .slick-dots li button {
			background: #bf9132;
		}

		.module-services.custom .ry-container .slick-list {
			padding: 10px;
		}
	}

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

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

		.module-hero .hero-text h1 span {
			letter-spacing: initial;
		}

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

		.ry-headline h2 .span-1,
		body.default #ry-pg-body .ry-headline h2 .span-1,
		body.default #ry-pg-body .module-team.custom .ry-headline h2 {
			letter-spacing: initial;
		}

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

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

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

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

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

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

		.module-review.custom .ry-container .ry-content {
			padding: 40px 30px;
			border-radius: 20px;
		}

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

		.module-location-v2 {
			padding: 80px 0;
		}

		.module-location-v2 .ry-headline {
			margin-bottom: 30px;
		}

		.module-location-v2 .ry-flex .each-right .headline {
			flex-direction: column;
		}

		.module-location-v2 .ry-flex .each-right .headline .title h3 {
			font-size: 20px;
			text-align: center;
		}

		.module-location-v2 .ry-flex .each-right .content .each-item {
			gap: 15px;
			flex-direction: column;
		}

		.module-location-v2 .ry-flex .each-right .content .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-location-v2 .ry-flex .each-right .content .each-details * {
			text-align: center;
		}

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a, .mobile-container .flex-wrap .flex-item.right-nav .mobile-button button {
			width: 40px;
			min-width: 40px;
			height: 40px;
		}

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

	@media (max-width: 460px) {
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button button, 
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button > a {
			width: 40px;
			min-width: 40px;
			height: 40px;
			min-height: 40px !important;
		}
	}

	@media (max-width: 420px) {
		.module-hero .hero-text h1 {
			line-height: 1.2 !important;
			padding-bottom: 10px;
			margin-bottom: -10px;
		}

		.module-hero .hero-text h1 span {
			margin-bottom: 5px;
		}
		.mobile-container .flex-wrap .flex-item.left-nav {
			padding-left: 10px;
		}

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

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button svg {
			width: 16px !important;
			height: 16px !important;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			min-width: 145px;
		}

		.mobile-container .mobile-nav button .hamburger-inner,
		.mobile-container .mobile-nav button .hamburger-inner:before,
		.mobile-container .mobile-nav button .hamburger-inner:after {
			width: 30px;
		}

		.mobile-container .mobile-nav button .hamburger-box {
			width: 30px;
		}
	}
	
	.micro-section-1 .ry-flex .each {
		width: calc(50% - 50px);
	}

	.micro-section-1 .ry-flex .each .wrapper > .ry-text {
		margin-bottom: 20px;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details {
		padding: 25px 0;
		display: flex;
	}
	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul li {
		display: flex;
	}

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

	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul li:not(:last-child) {
		margin-bottom: 5px;
	}
	.micro-section-1 .ry-flex .each .wrapper .each-details:not(:last-child) {
		border-bottom: 1px solid var(--clr-primary);
			}

	.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
		min-width: 200px;
		display: flex;
		align-items: flex-start;
		padding-top: 3px;
		font-weight: bold !important;
		font-size: 16px;
		letter-spacing: -0.3px;
		text-transform: uppercase;
		color: #333;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .icon svg {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		fill: #333;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .text, 
	.micro-section-1 .ry-flex .each .wrapper .each-details .text * {
		color: #333;
		line-height: 1.2;
		font-size: 18px;
	}
	/*
	.micro-section-1 .ry-flex .each .wrapper .each-details .text br {
	display: none;
}
	*/
	.micro-section-1 .ry-flex .each .wrapper .each-details:nth-child(5) {
		border-bottom: unset;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .button-wrapper .ry-btn {
		width: 100% !important;
		max-width: 100% !important;
	}

	.micro-section-1 .ry-flex .each .wrapper .ry-btn {
		width: 100%;
		max-width: 100%;
	}

	.micro-section-1 .ry-flex {
		align-items: center;
	}

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

	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul {
		list-style: none;
		padding: 0;
	}
	.micro-section-1 .ry-flex .each.each-left .photo {
		position: relative;
		padding-bottom: 75%;
		border-radius: 15px;
		overflow: hidden;
	}

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

	.micro-section-1 .ry-flex .each.each-left .photo.photo-logo {
		background: #fcfaf6;
	}

	.micro-section-1 .ry-flex .each.each-left .photo.photo-logo img {
		object-fit: contain;
	}
	.micro-section-2 .ry-flex {
		flex-direction: row-reverse;
		/* align-items: center; */
	}
	.micro-section-1 .ry-flex .each .button-wrapper {
		display: flex;
		gap: 0 10px;
		flex-wrap: wrap;
	}

	.micro-section-1 .ry-flex .each .button-wrapper .ry-btn {
		width: calc(50% - 5px);
	}

	.micro-section-2 .ry-flex .each.each-right .ry-btn {
		margin-top: 30px;
	}
	.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;
		/* padding: 15px 30px; */
		width: 100%;
		line-height: 1;
	}

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

	.micro-section-2 .ry-flex .each.each-left .photo {
		height: 100%;
	}

	.micro-section-2 .ry-flex .each.each-left .photo img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.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: var(--clr-primary);
			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-photo .gallery-inner-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.micro-section-photo .gallery-inner-wrapper .each-photo {
		max-width: calc(33.33% - 15px);
		width: 100%;
	}
	.micro-section-photo {
		padding: 160px 0 60px;
	}

	.micro-section-photo .ry-headline h2 {
		color: var(--clr-primary) !important;
			}

	.micro-section-photo .ry-headline h2 span {
		margin-bottom: 10px;
	}

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

	.micro-section-photo .gallery-wrapper {
		margin-top: 60px;
	}

	.micro-section-photo .ry-headline h2 {
		margin: 0 !important;
	}

	.micro-section-photo .button-wrapper {
		clear: both;
		padding-top: 30px;
	}

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

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

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

	.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 .ry-text ul li a {
		color: #333;
	}

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

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

	.micro-section-1 .ry-flex .each .ry-btn {
		margin-top: 10px !important;
		clear: both;
	}

	.micro-section-1 .ry-flex .each .button-wrapper {
		clear: both;
		padding-top: 20px;
	}

	.micro-social {
		clear: both;
		padding-top: revert-layer;
	}

	.micro-social .social-inner-wrap {
		display: flex;
		gap: 5px;
	}

	.micro-social .social-inner-wrap li {
		margin: 0;
		width: auto;
		height: auto;
		border-radius: unset;
	}

	.micro-social .social-inner-wrap li a {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: var(--clr-primary);
			}

	.micro-social .social-inner-wrap li a:hover {
		background: var(--clr-secondary);
			}

	[data-hidden=""] {
		display: none;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right ul {
		padding: 0;
		margin: 0;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right ul li {
		display: flex;
		justify-content: flex-end;
		text-align: right;
		list-style: disc;
		padding-right: 20px;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right ul li:before {
		content: "";
		position: absolute;
		right: 0;
		top: 12px;
		width: 6px;
		height: 6px;
		background: #666;
		border-radius: 50%;
	}

	.services-side-by-side .each .ry-box-right ul p {
		line-height: 1.7;
	}

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

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

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

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

	@media (max-width: 1480px) {

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

		.micro-section-1 .ry-flex .each {
			width: calc(50% - 15px);
		}

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			min-width: 170px;
		}


	}


	@media (max-width: 1080px) {


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

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

		.micro-section-2 .ry-flex .each.each-right {
			padding: 60px 30px;
		}

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

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			padding: 0;
		}

		.micro-section-photo {
			padding: 100px 0 30px;
		}
	}

	@media (max-width: 768px) {

		.micro-section-1 .ry-flex .each .ry-text p {
			font-size: 16px;
		}

		.micro-section-1 .ry-flex .each .wrapper .each-details .text, .micro-section-1 .ry-flex .each .wrapper .each-details .text * {
			font-size: 16px;
		}

		.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-1 {
			margin-bottom: 80px;
		}

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

	}
	@media (max-width: 620px) {

		.micro-section-photo {
			padding: 80px 0 20px;
		}

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			min-width: unset;
		}

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

	}	

	@media (max-width: 460px) {
		.micro-section-1 .ry-flex .each .button-wrapper .ry-btn {
			width: 100%;
		}
	}

	/* 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: 1300px;
		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;
	}

	.services-side-by-side .each .ry-box-right .button-wrapper ul.dropdown-menu li:before {
		list-style: none !important;
		display: none;
	}

	.services-side-by-side .each .ry-box-right .button-wrapper ul.dropdown-menu {
		max-width: 221px;
	}

	.services-side-by-side .each .ry-box-right .button-wrapper .ry-btn {
		display: flex;
		gap: 10px;
	}
	@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: 621px) {
		.services-side-by-side .each:nth-child(even) .ry-box-right .list-2 ul {
			column-count: 2;
		}
	}

	@media (min-width: 769px) {
		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.ry-photo.left {
			float: left;
		}
		.ry-photo.right {
			float: right;
		}
	}
	@media (min-width: 1081px) {
		body.default .module-location-v2 {
			padding-top: 100px;
		}
	}


	#vs-ads-wrapper {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom:5rem;
		padding-top:2rem;
	}

	#vs-ads-container {
		width: 100%;
		max-width: 615px;
		display: flex;
		flex-direction: row;
		gap: 4px;
		border: 8px solid #fff;
		box-sizing: border-box;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	}

	#vs-ads-container .vs-ad-item {
		width: 100%;
	}

	#vs-ads-container img {
		display: block;
		width: 100%;
		height: auto;
		margin: unset;
	}

	#vs-ads-container a {
		display: block;
	}

	/* Mobile */
	@media (max-width: 1080px) {
		#vs-ads-container {
			max-width: 300px;
			flex-direction: column;
		}
	}

	.list-2 ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	.list-2 li {
		margin: 0;
		padding: 0;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.list-2 li p {
		margin: 0;
		padding: 8px 10px;
		line-height: 1.4;
	}

	@media (max-width: 575px) {
		.list-2 ul {
			grid-template-columns: 1fr;
		}
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right ul li {
		padding: 0;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right ul li:before {
		display: none;
	}
