:root {
	--text-normal: "Mulish" !important;
		--text-title: "Mulish" !important;
		--clr-primary: #232061;
		--clr-secondary: #333333;
		--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;
	}

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

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


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

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

	.ry-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

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

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

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

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

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

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

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

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

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

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

	#menu_container {
		padding-top: 50px;
	}

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

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

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

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

	.ry-headline h2 {
		font-size: 55px;
		line-height: 1;
		text-transform: uppercase;
		font-weight: bold !important;
		color: #333;
	}

	.ry-headline h2 .span-1 {
		font-size: 20px;
		display: block;
		font-weight: 400;
		letter-spacing: 5px;
		color: #333;
	}

	.ry-headline h2 .span-5 {
		color: var(--clr-primary);
			}

	.module-welcome {
		padding: 150px 0;
		background: #f9f9f9;
	}

	.module-welcome .ry-headline h2 {
		text-align: left !important;
	}

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

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

	.ry-btn {
		border-radius: 5px !important;
		font-size: 16px !important;
		text-transform: initial;
		min-height: 54px !important;
	}

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

	.module-welcome .ry-container .ry-flex .button-wrapper {
		clear: both;
		padding-top: 30px;
	}

	.module-welcome .ry-container .photo {
		margin: 60px 0 0;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 500px;
		width: 100%;
		position: relative;
	}

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

	.module-team.custom {
		padding-top: 380px;
		padding-bottom: 420px;
		margin-top: -145px;
	}

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

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

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

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

	.module-team .ry-container .ry-flex .ry-headline h2 {
		max-width: 270px;
		color: var(--clr-primary);
			}

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

	.ry-text, .ry-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
	}

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

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

	.module-services.custom .ry-headline h2 {
		text-align: left !important;
	}

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

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

	.module-services.custom .ry-container .top-block {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding-bottom: 50px;
	}

	.module-services.custom .ry-container .top-block .arrows {
		display: flex;
		gap: 10px;
	}

	.module-services.custom .ry-container .top-block .arrows button {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid;
	}

	.module-services.custom .ry-container .top-block .arrows button svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-primary);
			}

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

	.module-services.custom .ry-container .slick-list {
		margin: 0 -15px;
	}

	.module-services.custom .ry-container .slick-list .slick-slide {
		margin: 0 15px;
	}

	.module-services.custom .ry-container .title {
		position: absolute;
		bottom: 35px;
		width: 100%;
		text-align: center;
		font-size: 22px;
		line-height: 1.1;
		font-weight: bold !important;
		color: #fff;
		padding: 0 30px;
		text-transform: uppercase;
	}

	.module-services.custom .ry-container .photo {
		border-radius: 15px;
		overflow: hidden;
	}

	.module-hero .video-background {
		position: absolute;
		right: 0;
		width: 50%;
		height: 100%;
	}

	.module-hero .video-background .video-wrapper, .module-hero .video-background .video-wrapper video {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero {
		height: 100vh;
		display: flex;
		align-items: center;
	}

	.module-hero .content {
		width: 40%;
		max-width: 640px;
	}

	.module-hero .content h1 {
		font-size: 100px;
		line-height: 1;
		text-transform: uppercase;
		font-weight: bold !important;
	}

	.module-hero .content .ry-text {
		padding-top: 40px;
	}

	.module-hero:before {
		content: "";
		position: absolute;
		left: 0;
		width: 50%;
		height: 100%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-eec69761-e517-47a7-9669-6052aeb4c5b2/HomeAssets/hero_left.jpg);
		background-size: cover;
	}
	.module-hero .content h1 .span-5 {
		color: #31322d;
	}
	.module-testimonials.custom {
		padding: 120px 0;
	}

	.module-testimonials.custom .ry-container {
		/* max-width: 1280px; */
	}

	.module-testimonials.custom .ry-container .ry-headline h2 {
		color: var(--clr-primary);
			}

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

	.module-testimonials.custom .ry-container .ry-flex {
		margin-top: 45px;
		gap: 20px;
		margin-bottom: 55px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each {
		background: #f9f9f9;
		padding: 40px 35px;
		border-radius: 20px;
		border: 1px solid #d7d7d7;
	}

	.module-testimonials.custom .ry-container .ry-flex .each p {
		text-align: left !important;
		font-size: 18px;
		color: #333;
		line-height: 1.6;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .ry-name {
		margin-top: 30px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .ry-name h5 {
		font-size: 18px;
		color: #fff;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .star-group {
		display: flex;
		margin-bottom: 25px;
		gap: 4px;
	}

	.module-testimonials.custom .ry-container .ry-flex .each .star-group svg {
		width: 25px;
		height: 25px;
		fill: #fde100;
	}

	.module-services.custom {
		background: #f9f9f9;
	}

	.module-services.custom .ry-flex {
		position: relative;
		z-index: 2;
	}

	.module-testimonials.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}
	.home .module-services.custom .slick-dots button {
		background: var(--clr-primary);
			}
	.home .module-services.custom .slick-dots .slick-active button {
		background: var(--clr-primary);
			}
	.module-brand {
		padding: 150px 0 120px;
		margin-top: -190px;
		z-index: 2;
	}

	.module-brand .photo {
		margin: 40px 0 70px;
	}

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

	.module-brand:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--clr-primary);
			opacity: 1;
			border-top-left-radius: 200px;
			border-top-right-radius: 200px;
			}

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

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

	.frame-wrapper {
		padding: 30px 80px 40px;
	}

	.frame-wrapper .arrow {
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		display: flex;
		justify-content: space-between;
		transform: translate(0, -50%);
	}

	.frame-wrapper .arrow button {
		border: unset;
		padding: 0;
		background: transparent;
	}

	.frame-wrapper .arrow button svg {
		width: 25px;
		height: 25px;
		fill: #fff;
	}

	.frame-wrapper .each-photo img {
		max-width: max-content;
		filter: invert(1);
	}
	.frame-wrapper .slick-track {
		display: flex !important;
		align-items: center; /* Vertically centers the slides */
	}
	.frame-wrapper .slick-list {
		margin: 0 -30px;   
	}
	.frame-wrapper .slick-list .slick-slide {
		margin: 0 30px;   
	}

	.frame-wrapper .slick-slide {
		height: inherit !important;
		display: flex !important;
		justify-content: center; /* Horizontally centers (Optional) */
		flex-direction: column;  /* Aligns internal elements vertically */
	}

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

	.module-map #mapPIN {
		padding-bottom: 600px;
	}

	.module-footer {
		background: #f5f4ff;
	}

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

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

	.module-footer .ry-container {}

	.module-footer .ry-container .title {
		font-size: 24px;
		font-weight: bold !important;
		color: var(--clr-primary);
			margin-bottom: 20px;
			line-height: 1;
			max-width: max-content;
			}

	.module-footer .ry-container ul {
		list-style: none;
		padding: 0;
	}

	.module-footer .ry-container ul li {
		line-height: 1;
	}

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

	.module-footer .ry-container ul li, .module-footer .ry-container ul li span {
		font-size: 18px;
		color: #333;
	}

	.module-footer .ry-container ul li {
		display: flex;
	}

	.module-footer .ry-container ul li span {
		min-width: 120px;
	}

	.module-footer .each {
		max-width: max-content;
	}

	.module-footer .each:nth-child(1) {
		max-width: 320px;
	}

	.module-footer .each .each-details {
		display: flex;
		max-width: max-content;
	}

	.module-footer .each .each-details .icon {
		width: 35px;
		display: flex;
		padding-top: 5px;
	}

	.module-footer .each .each-details .icon svg {
		fill: var(--clr-primary);
			width: 20px;
			height: 20px;
			}

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

	.module-footer .each .each-details .text a {
		font-size: 18px;
		color: #333;
		display: block;
		line-height: 1.6;
	}

	.module-footer .each .each-details:nth-child(3) a {font-weight: bold;}

	.social-block {
		clear: both;
		width: max-content;
	}

	.module-footer .each:nth-child(4) {
		max-width: 240px;
	}

	.module-footer .each .social-inner-wrap {
		display: flex;
		gap: 10px;
	}

	.module-footer .each .social-inner-wrap li {
		margin: 0 !important;
		width: auto;
		height: auto;
		border-radius: inherit;
	}

	.module-footer .each .social-inner-wrap li a {
		width: 50px;
		height: 50px;
		background: transparent;
		border: 1px solid var(--clr-primary);
			border-radius: 50%;
			}

	.module-footer .each .social-inner-wrap li a svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-primary);
			}

	.footer-bottom .ry-container {
		padding: 30px 0;
		clear: both;
		display: flex;
		justify-content: space-between;
		gap: 10px;
		border-top: 1px solid;
	}

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

	.footer-bottom .ry-container * {
		font-size: 18px;
		line-height: 1.3;
		color: #333;
	}

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

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

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

	.module-43 .header-notes p {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 5px;
		color: #fff;
		line-height: 1;
	}

	.module-43 .header-notes {
		padding: 19px 30px;
		background: var(--clr-primary);
			transition: .3s;
			}

	.module-43 .ry-content {
		margin-top: 20px;
		padding: 15px 25px;
		background: #fff;
		border-radius: 15px;
	}

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

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

	.module-43 .ry-right {
		width: calc(100% - 140px);
		max-width: 100%;
		display: flex;
		flex-direction: row-reverse;
	}

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

	.module-43 .ry-right .ry-leads .ry-contact {
		gap: 10px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {margin: 0;max-width: 100%;gap: 30px;justify-content: center;}

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

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

	.ry-sticky-menu.fixed {
		padding: 0;
		background: transparent;
	}

	.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
		color: var(--clr-primary);
			}
	.module-43.fixed .header-notes {
		margin-top: -100px;
	}

	.module-hero {
		margin-top: 53px;
	}
	body.default #ry-section-header.module-43 {
		background: transparent;
	}

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

	#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: 66px;
		color: #fff !important;
		text-align: center;
		font-weight: bold !important;
		letter-spacing: initial;
	}

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

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

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

	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
		letter-spacing: -0.5px;
	}

	.module-promo .ry-flex .text-wrapper .span-2 {
		margin: 0;
	}

	.module-promo .ry-flex .text-wrapper .ry-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.module-promo .ry-flex .text-wrapper h3 {
		margin: 0 !important;
		font-family: 'Gilda Display';
		font-weight: 600;
		font-size: 26px !important;
	}

	.module-promo .ry-flex .text-wrapper .span-1 {
		background: var(--clr-secondary);
			}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo {
		position: relative;
		padding-bottom: 170%;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		min-width: unset;
	}

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
		color: #fff !important;
		border-color: var(--clr-secondary) !important;
			}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.active a {
		background: var(--clr-primary) !important;
			color: #fff !important;
			}
	@media (max-width: 1480px) {
		.module-hero .content h1 {
			font-size: 68px;
		}

		.frame-wrapper .each-photo img {
			max-height: 60px;
			object-fit: contain;
			margin: auto;
			max-width: 150px;
		}
	}

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

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

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
			padding: 0;
			min-width: 54px;
		}

		.module-43 .ry-right .ry-leads .ry-contact {
			min-width: unset;
		}
	}
	@media (max-width: 1080px) {
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
			padding: 0;
			margin: 0;
		}

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

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

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
			line-height: 1;
			font-size: 56px;
		}
		.module-testimonials.custom .ry-container .ry-flex {
			display: initial;
		}

		.module-testimonials.custom .ry-container .ry-flex .slick-list {
			margin: 0 -10px;
		}

		.module-testimonials.custom .ry-container .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}
		.module-location-inner .ry-container {
			max-width: 100% !important;
			width: 100% !important;
		}
		.module-testimonials.custom .ry-container .ry-flex {
			margin-top: 30px;
		}

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

		.module-testimonials.custom .ry-container .ry-flex .each .ry-name h5 {
			font-size: 16px;
		}

		.module-43 {
			display: none;
		}

		#theme2-smHeader {
			display: block !important;
			position: fixed;
			z-index: 9;
		}

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

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			width: 45px;
			height: 45px;
			background: var(--clr-primary);
				}

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

		.module-hero .content h1 {
			font-size: 62px;
		}

		.module-hero {
			margin-top: 100px;
			height: auto;
		}

		.module-hero .content {
			padding: 200px 0;
		}

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

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

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

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

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

		.module-welcome .each p {
			text-align: center;
			font-size: 18px;
			line-height: 1.6;
		}

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

		.module-team .ry-container .each.each-left {
			padding-right: 30px;
		}

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

		.module-brand::before {
			border-top-left-radius: 100px;
			border-top-right-radius: 100px;
		}

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

		.module-footer .footer-top .ry-flex .title {
			text-align: center;
			width: 100%;
			text-align: center;
			max-width: unset;
		}

		.module-footer .footer-top .ry-flex * {
			/* text-align: center; */
			/* justify-content: center; */
		}

		.module-footer .ry-container ul li span {
			text-align: left !important;
		}

		.module-footer .ry-container ul li {
			/* justify-content: flex-start !important; */
		}

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

		.module-footer .each {
			max-width: 100% !important;
			width: 100% !important;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .hours {
			margin: auto;
			float: none;
		}

		.module-footer .footer-top .ry-flex  .each .photo img {
			max-width: 220px;
			margin: auto;
		}

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

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

		.footer-bottom .ry-container * {
			font-size: 16px;
		}

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

	@media (max-width: 768px) {

		.module-promo .promo-image-type .ry-flex .photo-wrapper {
			padding: 0;
		}
		.module-testimonials.custom .ry-container .ry-headline h2 span {
			margin-bottom: 10px;
		}
		.module-hero .video-background {
			position: relative;
			padding-bottom: 100%;
			right: unset;
			width: 100%;
			height: 0;
		}

		.module-hero {
			display: flex;
			flex-direction: column;
		}

		.module-hero .content {
			padding: 60px 0;
			width: 100%;
			max-width: 100%;
		}

		.module-hero::before {
			width: 100%;
		}

		.module-hero .content 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: 48px;
			text-align: center;
		}

		.module-hero .content .ry-text p {
			text-align: center;
			font-size: 16px;
		}

		.module-hero .content .ry-text {
			padding-top: 20px;
		}

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

		.ry-headline h2 .span-1 {
			font-size: 18px;
			letter-spacing: 3px;
		}

		.module-welcome .each p, .ry-text p {
			font-size: 16px;
		}

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

		.module-team .ry-container .each.each-left {
			max-width: 520px;
			width: 100%;
			padding: 0;
		}

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

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

		.module-team .ry-container .ry-flex .ry-headline h2 {
			max-width: unset;
		}

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

		.module-team.custom {
			padding-top: 260px;
			padding-bottom: 300px;
		}

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

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

		.module-testimonials.custom .ry-container .ry-flex .each p {
			text-align: center !important;
		}

		.star-group {}

		.module-testimonials.custom .ry-container .ry-flex .each .star-group {
			justify-content: center;
		}

		.module-testimonials.custom .ry-container .ry-flex .each .ry-name h5 {
			text-align: center;
			color: #333;
		}

		.module-footer .footer-top .ry-flex * {
			font-size: 16px;
			text-align: center;
		}

		.module-footer .footer-top .ry-flex .title {
			font-size: 22px;
		}

		.module-footer .each .each-details .text a {
			text-align: center;
			font-size: 16px;
		}
	}

	@media (max-width: 620px) {
		.module-hero .content 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: 38px;
		}

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

		.ry-headline h2 .span-1 {
			font-size: 18px;
			letter-spacing: 2px;
		}

		.module-brand::before {
			border-top-left-radius: 60px;
			border-top-right-radius: 60px;
		}

		.mobile-container .flex-wrap .mobile_logo img {}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (min-width: 768px) {

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

	}

	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

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

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

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


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

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

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

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

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

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