:root {
	--text-normal: "Jost" !important;
		--text-title: "Cormorant Garamond" !important;
		--clr-primary: #15273f;
		--clr-secondary: #446685;
		--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,
	body.default p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

	.ry-btn {
		font-size: 20px !important;
		padding: 10px 25px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 58px !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: var(--clr-base);
			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: var(--clr-base);
			}

	#menu_container {
		padding-top: 50px;
	}

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

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

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

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

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

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

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

	.hero-text {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.hero-text h1 {
		font-size: 85px;
		font-family: var(--text-title) !important;
			text-transform: uppercase;
			color: var(--clr-primary);
				line-height: 1.1;
				font-weight: 400 !important;
				letter-spacing: -1px;
				/* display: flex; */
				position: relative;
				}

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

	.ry-headline h2 .span-1 {
		display: block;
		font-size: 28px;
		letter-spacing: 1px;
		font-family: var(--text-normal);
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: -0.5px;
			color: var(--clr-secondary);
				}
	.hero-text {
		top: unset;
		transform: unset;
		bottom: 90px;
	}

	.hero-text h1 span {
		display: block;
		font-size: 32px;
		font-family: var(--text-normal);
			color: var(--clr-secondary);
				text-transform: uppercase;
				letter-spacing: 2px;
				font-weight: 500;
				line-height: 1;
				margin-bottom: 10px;
				}

	.hero-text .ry-text p {
		text-align: center;
		font-size: 28px;
		line-height: 1;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.hero-text  .button-wrapper {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.ry-btn {
		border-radius: unset;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

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

	.ry-btn.btn-phone:before {
		content: "";
		display: inline;
		width: 20px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
		background-size: contain;
	}

	.ry-btn.btn-phone {
		display: flex;
		gap: 10px;
	}

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

	.module-services.custom .background-section {
		display: none;
	}

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

	.module-services.custom .ry-flex {
		margin-top: 80px;
		flex-wrap: wrap;
		gap: 30px;
	}

	.module-services.custom .ry-flex .each {
		width: calc(25% - 23px);
	}

	.module-services.custom .ry-flex .each .title {
		position: absolute;
		bottom: 30px;
		width: 100%;
		justify-content: center;
		text-align: center;
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 300 !important;
		color: #fff;
		line-height: 1;
	}

	.module-services.custom .ry-flex .each .title span {
		display: block;
		font-size: 20px;
		color: #daddc8;
		margin-top: 10px;
		letter-spacing: 3px;
	}

	.module-services.custom .ry-flex .each .title:after {
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		margin: auto;
		margin-top: 10px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 22px;
	}

	.module-services.custom .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #ffffff00, #ffffff00, #000000d6);
	}

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

	.module-reviews.custom .ry-flex .each-right {
		padding-left: 160px;
	}

	.module-reviews.custom .ry-flex .each {
		width: 50%;
	}

	.module-reviews.custom .ry-flex .each .icon {}

	.module-reviews.custom .ry-flex .each .icon img {
		max-width: max-content;
	}

	.module-reviews.custom .ry-flex .each .icon {
		margin-bottom: 40px;
	}

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

	.module-reviews.custom .ry-flex .each .ry-headline h2 {
		margin-bottom: 30px;
	}

	.module-reviews.custom .ry-flex .each .comment .ry-text p {
		font-size: 22px;
		font-weight: 300 !important;
		text-align: left;
		line-height: 1.5;
	}

	.module-reviews.custom .ry-flex .each .carousel-control {background: transparent;filter: invert(1);width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;top: unset;bottom: -45px;}

	.module-reviews.custom .ry-flex .each .ry-name .star-wrapper {
		display: flex;
		gap: 2px;
		margin: 25px 0 20px;
	}

	.module-reviews.custom .ry-flex .each .ry-name .star-wrapper svg {
		width: 22px;
		height: 22px;
		fill: #d89c12;
	}

	.module-reviews.custom .ry-flex .each .ry-name h5 {
		font-size: 22px;
		font-weight: 300 !important;
		text-transform: uppercase;
		margin-bottom: 40px;
	}

	.module-reviews.custom .ry-flex .each .carousel-control.left {
		right: 200px;
		left: unset;
	}

	.module-reviews.custom .ry-flex .each .carousel-indicators {
		bottom: -37px !important;
		width: max-content !important;
		left: unset !important;
		right: 55px;
		padding: 0 !important;
		display: flex !important;
		gap: 10px;
	}

	.module-reviews.custom .ry-flex .each .carousel-indicators li {
		width: 14px !important;
		height: 14px !important;
		background: #aab1b7;
		margin: 0 !important;
	}

	.module-reviews.custom .ry-flex .each .carousel-indicators li.active {
		background: #456685 !important;
	}


	#team-wrap {
		margin: 0;
	}

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

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

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

	.module-team.custom .team-carousel {
		margin-top: 100px;
		max-width: 1400px;
	}

	.module-team.custom .ry-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}


	.module-team.custom .team-carousel .each .wrapper {
		display: flex;
		max-width: 1140px;
		margin: auto;
		float: none;
		justify-content: space-between;
		gap: 30px;
	}

	.module-team.custom .team-carousel .each .wrapper .right-block {
		padding: 30px 0;
		max-width: 640px;
		width: 50%;
	}

	.module-team.custom .team-carousel .each .wrapper .right-block .wrapper {
		flex-direction: column;
		gap: unset;
	}
	
	.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-btn-wrap {
		margin-top: 1.5rem;
	}

	.module-team.custom .team-carousel .each .wrapper .right-block .wrapper h3 {
		font-size: 50px;
		font-family: 'Cormorant Garamond' !important;
		font-weight: 400 !important;
		margin-bottom: 20px;
	}

	.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text, .module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text p {
		font-size: 22px;
		line-height: 1.4;
		font-weight: 300 !important;
	}

	.module-team.custom .team-carousel .each .wrapper .left-block {
		width: 50%;
		max-width: 370px;
	}

	.home-group {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-103a16d3-a378-4719-9821-cd6b8c72830a/HomeAssets/new_group_bg.png);
		background-size: cover;
	}

	.module-team.custom .team-carousel .slick-arrow {
		background-color: transparent;
		filter: invert(1) brightness(0);
		opacity: .8;
	}

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

	.module-43 {
		padding: 30px 0;
	}
	.module-43 .ry-left img {
		min-width: 260px;
	}
	.module-43 .ry-right .ry-leads {
		display: none;
	}

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

	.module-43 .ry-right {
		align-items: center;
		justify-content: center;
	}

	.module-43 .ry-right .ry-menu .nav-menu li > a {
		color: #333;
		font-size: 20px;
		letter-spacing: initial;
		font-weight: 400 !important;
	}

	.ry-sticky-menu.fixed {
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	}

	.module-43 .ry-left img {
		transition: .2s;
	}

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

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

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

	.module-43 .ry-right .ry-menu .nav-menu li > a:hover {
		color: var(--clr-primary);
			}
	.footer-top .content {
		padding: 110px 30px 80px;
		display: flex;
		justify-content: center;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-103a16d3-a378-4719-9821-cd6b8c72830a/HomeAssets/footer_bg_2.png);
		background-size: cover;
	}

	.module-footer {
		background: linear-gradient(to top, #cbd6e0, #f9f5f3);
		margin-top: -1px;
		padding-top: 100px;
	}

	.footer-top .content .ry-flex {
		max-width: 1280px;
	}

	.footer-top .content .ry-flex .photo img {
		max-width: 340px;
		filter: invert(1) brightness(1000);
	}

	.footer-top .content .ry-flex .each {
		max-width: max-content;
		/* margin-bottom: 30px; */
	}

	.footer-top .content .ry-flex .each .title {
		font-size: 36px;
		font-family: 'Cormorant Garamond' !important;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 30px;
	}

	.footer-top .content .ry-flex .each .each-details {
		display: flex;
		gap: 20px;
	}

	.footer-top .content .ry-flex .each .each-details .icon {
		width: 42px;
		height: 42px;
		min-width: 42px;
		background: #b3c4d4;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}

	.footer-top .content .ry-flex .each .each-details:not(:last-child) {
		margin-bottom: 45px;
	}

	.footer-top .content .ry-flex .each .each-details .text, .footer-top .content .ry-flex .each .each-details .text * {
		font-size: 20px;
		color: #fff;
		line-height: 1.3;
	}

	.footer-top .content .ry-flex .each .each-details  ul {
		list-style: none;
		padding-left: 0;
	}

	.footer-top .content .ry-flex .each .each-details ul li {
		display: flex;
	}

	.footer-top .content .ry-flex .each .each-details ul li .span-2 {
		min-width: 140px;
	}

	.footer-top .content .ry-flex .each .each-details ul li span {
		line-height: 1 !important;
	}

	.footer-top .content .ry-flex .each .each-details ul li:not(:last-child) {
		margin-bottom: 13px;
	}

	.footer-top .content .ry-flex .each .each-details .text.phone a {
		font-size: 24px;
	}

	.footer-bottom .ry-container {
		max-width: 1280px;
		width: 90%;
		justify-content: space-between;
		gap: 10px;
		display: flex;
	}

	.footer-bottom {
		padding: 35px 0;
	}

	.footer-bottom * {
		font-size: 16px;
		line-height: 1.1;
		color: #666;
	}

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

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

	.footer-bottom .ry-container .powered img {
		max-width: 110px;
		object-fit: contain;
		filter: invert(1) brightness(0);
	}

	.module-services.custom .ry-flex .each:hover .title:after {
		background-color: #b3c4d4;
		border-color: #b3c4d4;
	}
	body.default #ry-section-header.module-43 {
		background: #fff;
	}

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

	#ry-pg-body h1, #ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
		font-weight: 500 !important;
	}

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

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

	.icon-bar a {
		display: flex;
		gap: 10px;
		align-items: center;
		padding-top: 22px;
		padding-bottom: 22px;
		border: unset;
		position: relative;
	}

	.icon-bar a img {
		width: 20px;
		height: 20px;
		object-fit: contain;
	}

	.icon-bar a span {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: -0.3px;
	}

	.icon-bar a:not(:first-child) img {
		display: none;
	}

	.icon-bar a:not(:last-child):before {
		content: "";
		position: absolute;
		left: 50%;
		width: calc(100% - 32px);
		height: 1px;
		background: #fff;
		bottom: 0;
		transform: translate(-50%, 0);
		opacity: .3;
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1680px) {
		.module-reviews.custom .ry-flex .each-right {
			padding-left: 4vw;
		}

		.hero-text h1 span {
			font-size: 28px;
		}

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

		.hero-text .ry-text p {
			font-size: 24px;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper h3 {
			font-size: 46px;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text,
		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text p {
			font-size: 20px;
		}

		.module-reviews.custom .ry-flex .each .comment .ry-text p {
			font-size: 20px;
		}

		.module-reviews.custom .ry-flex .each .ry-name h5 {
			font-size: 20px;
		}

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

		.ry-btn {
			font-size: 18px !important;
		}
	}
	@media (max-width: 1480px) {

		.icon-bar {
			max-width: unset;
		}
		.module-reviews.custom .ry-flex .each.each-left {
			width: 40%;
		}

		.module-reviews.custom .ry-flex .each-right {
			width: 60%;
		}

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

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

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

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

		.footer-top .content {
			padding-left: 60px;
			padding-right: 60px;
		}

		.footer-top .content .ry-flex .photo img {
			max-width: 280px;
		}

		.module-43 .ry-right .ry-menu .nav-menu li > a {
			font-size: 18px;
		}

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

	}

	@media (max-width: 1080px) {

		.icon-bar a span {
			display: none;
		}

		.icon-bar a img {
			display: block !important;
			width: 30px;
			height: 20px;
			min-width: 20px;
		}

		.icon-bar a {
			padding: 15px 20px;
			/* padding-left: 20px; */
		}

		.icon-bar a:not(:last-child)::before {
			width: calc(100% - 10px);
		}
		.footer-top .content .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.footer-top .content .ry-flex .each .title {
			font-size: 30px;
			text-align: center;
		}

		.footer-top .content .ry-flex .each .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.footer-top .content .ry-flex .each .each-details * {
			text-align: center;
		}

		.footer-top .content .ry-flex .each .each-details ul li .span-2 {
			text-align: left;
		}

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

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

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

		.module-43 {
			display: none;
		}

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

		.mobile-container .flex-wrap .mobile_logo img {
			max-width: 150px;
			min-width: 150px;
			filter: invert(1) brightness(100);
		}

		.hero-text h1,
		#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: 62px;
		}

		.hero-text h1 span {
			font-size: 24px;
		}

		.hero-text .ry-text p {
			font-size: 20px;
		}

		.hero-text {bottom: 60px;}

		.module-reviews.custom .ry-flex .each-right {
			padding: 0;
			width: 100%;
		}

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

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

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

		.module-reviews.custom .ry-flex .each .comment .ry-text p {
			font-size: 18px;
			text-align: center;
		}

		.module-reviews.custom .ry-flex .each .ry-name {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

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

		.module-reviews.custom .ry-flex .each .icon {
			margin-bottom: 20px;
			display: flex;
			justify-content: center;
		}

		.module-reviews.custom .button-wrapper {
			display: flex;
			clear: both;
			justify-content: center;
			padding-top: 60px;
		}

		.module-reviews.custom .ry-flex .each .carousel-control.left {
			right: unset;
			left: calc(50% - 100px);
			transform: translate(-50%, 0);
		}

		.module-reviews.custom .ry-flex .each .carousel-control.right {right: calc(50% - 100px);transform: translate(50%, 0);}

		.module-reviews.custom .ry-flex .each .carousel-indicators {
			right: unset;
			left: 50% !important;
			transform: translate(-50%, 0);
			margin: 0;
		}

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

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

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

		.module-team.custom .team-carousel {
			margin-top: 40px;
		}

		.module-team.custom .team-carousel .each .wrapper {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block {
			padding: 0;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper h3 {
			font-size: 32px;
			margin-bottom: 10px;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text,
		.module-team.custom .team-carousel .each .wrapper .right-block .wrapper .ry-text p {
			font-size: 18px;
		}

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

		.module-services.custom .slick-list .slick-slide {
			margin: 0 10px;
		}

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

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

		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 102px;
			height: 320px;
		}
		
		.module-team.custom .team-carousel .each .wrapper .right-block {
			width: 100%;
		}
		
		.module-team.custom .team-carousel .each .wrapper .right-block .ry-text p {
			text-align: center;
		}
	}
	@media (min-width: 768px) {

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

	}

	@media (max-width: 620px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/
		.hero-text .button-wrapper {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

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

		.hero-text h1,
		#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: 48px;
			line-height: 0.9;
		}

		.hero-text {
			bottom: 0;
		}

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

		.hero-text .ry-text p {
			font-size: 18px;
		}

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

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

		.module-reviews.custom .ry-flex .each .comment .ry-text p,
		.ry-text p,
		body.default p {
			font-size: 16px;
		}

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

		.module-team.custom .team-carousel .each .wrapper .left-block {
			width: 75%;
		}

		.module-team.custom .team-carousel .each .wrapper .right-block {
			width: 100%;
		}

		.footer-top .content .ry-flex .each .each-details .text,
		.footer-top .content .ry-flex .each .each-details .text * {
			font-size: 16px;
		}
	}

	@media (min-width: 1200px) {

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

	}
	
}

