.fancybox-container {
	z-index: 999999;
}
.ry-anchor-hidden {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.r-headline h1 {
	font-size: 76px;
	font-weight: 300 !important;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 20px;
	line-height: 1;
}
.r-headline h2 {
	font-size: 70px;
	font-weight: 300 !important;
	line-height: 1;
	letter-spacing: 2px !important;
}

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

.ry-text p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400 !important;
	color: #666 !important;
}

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

.ry-btn {
	height: auto !important;
	min-height: unset !important;
	padding: 20px 40px;
	line-height: 1;
	font-size: 18px !important;
	font-weight: 400;
}
.ry-btn.ry-btn-primary {
	background: #025d34 !important;
	color: #fff !important;
}
.ry-btn.ry-btn-primary:hover {
	background: #f25f23 !important;
}
.ry-btn.ry-btn-secondary {
	background: #f25f23 !important;
}
.ry-btn.ry-btn-secondary:hover {
	background: #025d34 !important;
}
.ry-btn.white-version:not(:hover) {
	background: #fff !important;
	color: #000 !important;
}

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

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



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

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



.module-cta.custom .ry-flex {
	display: flex;
	gap: 80px;
}

.module-cta.custom .ry-flex .each {
	width: calc(33.33% - 40px);
	flex: unset;
	max-width: initial;
	border-radius: 25px;
	overflow: hidden;
}

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

.module-cta.custom .ry-flex .each .photo {
	position: relative;
	padding-bottom: 135%;
	border-radius: 25px;
	overflow: hidden;
}

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

.module-cta.custom .ry-flex .each .front, .module-cta.custom .ry-flex .each .back {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 30px;
	z-index: 2;
}



.module-cta.custom .ry-flex .each .text h4 {
	font-size: 35px;
	font-weight: 200 !important;
	line-height: 1.1;
	color: #fff;
}

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

.module-cta.custom .ry-flex .each .back p {
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	opacity: .5;
	font-weight: 300 !important;
	margin: 30px 0 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.module-cta.custom .ry-flex .each .back .ry-btn {
	margin: auto;
}

.module-cta.custom .ry-flex .each .back .wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}

.module-cta.custom .ry-flex .each .back:before {
	content: "";
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #025d34;
	z-index: 1;
	opacity: .85;
}

.module-cta.custom .ry-flex .each .back {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s;
}

.module-cta.custom .ry-flex .each .front {
	transition: .2s;
}

.module-cta.custom .ry-flex .each:hover .front {
	opacity: 0;
}

.module-cta.custom .ry-flex .each:hover .back {
	opacity: 1;
}
.module-cta.custom .ry-flex .each .back .ry-btn {
	border: 1px solid #f25f23 !important;
}

.module-cta.custom .ry-flex .each .back .ry-btn:hover {
	background: transparent !important;
	border: 1px solid #fff !important;
}
.module-welcome {
	padding: 250px 0 100vh;
	margin-top: -100px;
}


.module-welcome .background-section img {
	object-position: bottom;
}


.module-welcome .r-headline {
	margin-bottom: 40px;
}

.module-welcome .ry-text p {
	margin: auto;
	max-width: 1024px;
}

.module-welcome .video-wrapper {
	max-width: 960px;
	margin: 40px 0 50px;
}

.module-welcome .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 3;
}


.module-team {
	padding-top: 50px;
	padding-bottom: 50px;
}

.module-team .ry-flex {
	display: flex;
	gap: 20px;
}

.module-team .ry-flex .each {
	width: calc(33.33% - 20px);
	flex: unset;
	max-width: unset;
}

.module-team .ry-flex .each .wrapper {
	position: absolute;
	top: 50px;
	width: 100%;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.module-team .ry-flex .each .wrapper .icon a {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	min-width: 55px;
}

.module-team .ry-flex .each .wrapper .icon a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.module-team .ry-flex .each .wrapper .text p {
	font-size: 26px;
	font-weight: 200 !important;
	color: #fff;
}

.module-team .ry-flex {
	margin-top: 70px;
	justify-content: space-evenly;
}

.module-appointment {
	padding: 180px 0 160px;
}

.module-appointment .ry-flex {
	justify-content: flex-end;
}

.module-appointment .ry-flex .each {
	width: 45%;
	max-width: 640px;
}
.module-appointment .ry-flex .r-headline {
	margin-bottom: 50px;
}

.module-appointment .ry-flex .r-headline h2 {
	color: #fff;
}
.module-appointment .ry-flex .each .form-control {
	height: 60px;
	border: unset;
	border-bottom: 1px solid #fff;
	border-radius: unset;
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	padding: 20px 0;
	padding-left: 0;
	outline: unset !important;
	background: transparent;
	box-shadow: unset;
}

.module-appointment .ry-flex .each .form-control::placeholder {
	color: #fff !important;
}

.module-appointment .ry-flex .each textarea.form-control {
	min-height: 200px;
	resize: unset;
}

.module-appointment .ry-flex .each .form-group {
	margin-bottom: 10px;
}

.module-appointment .ry-flex .each .input-form-wrap {
	display: flex;
	flex-wrap: wrap;
}

.module-appointment .ry-flex .each .input-form-wrap .field-lg {
	width: 100%;
}

.module-appointment .ry-flex .each .input-form-wrap .field-md {
	width: 50%;
	flex: unset;
}

.module-appointment .ry-flex .each .input-form-wrap #submit {
	margin-top: 60px;
}


.module-appointment .map-block {
	position: absolute;
	left: 0;
	width: 50%;
	height: 630px;
	top: 50%;
	transform: translate(0, -50%);
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	overflow: hidden;
}

.module-appointment .map-block #mapCustom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.module-testimonials.custom {
	padding-bottom: 200px;
}

.module-testimonials.custom .content {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	overflow: hidden;
}

.module-testimonials.custom .content .photo-offset {

	position: absolute;
	top: 0;
	left: 0;
	width: max-content;
}


.module-testimonials.custom .content .photo-offset {
	top: -25px;
	left: -35px;
	z-index: 1;
}
.module-testimonials.custom .content .ry-flex {
	max-width: 1280px;
	padding: 90px 0 80px;
}

.module-testimonials.custom .content .ry-flex .each {
	width: 40%;
	flex: unset;
	max-width: unset;
}

.module-testimonials.custom .content .ry-flex .each.each-review {
	width: 55%;
	max-width: 720px;
}

.module-testimonials.custom .content .ry-flex .each.each-review .each-wrapper {
	padding: 60px 60px 75px;
	background: #fff;
	border-radius: 40px;
	min-height: 560px;
	z-index: 2;
	position: relative;
}

.module-testimonials.custom .content .ry-flex .each.each-review .each-wrapper .photo img {
	max-width: max-content;
	margin: auto;
	margin-bottom: 30px;
}

.module-testimonials.custom .content .ry-flex .each.each-review .carousel-control {
	display: none;
}

.module-testimonials.custom .content .ry-flex .each.each-review .comment p {
	max-width: 500px;
	margin: auto;
	text-align: center;
}

.module-testimonials.custom .content .ry-flex .each.each-review  .ry-name {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.module-testimonials.custom .content .ry-flex .each.each-review .ry-name .star-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}

.module-testimonials.custom .content .ry-flex .each.each-review .ry-name .star-wrapper svg {
	width: 25px;
	height: 25px;
	fill: #e5b353;
}

.module-testimonials.custom .content .ry-flex .each.each-review .ry-name h5 {
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: 600 !important;
	color: #666;
	line-height: 1;
}
.module-testimonials.custom .content .ry-flex .each.each-review .ry-name h5 span {
	display: none;
}

.module-testimonials.custom .content .ry-flex .each.each-review:before {
	content: "";
	position: absolute;
	left: -45px;
	width: calc(100% + 90px);
	top: 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-0a474f94-3f3a-4ee5-ae17-cab327cd1b21/HomepageAssetsUpdates/testi_shadow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}
.module-testimonials.custom .content .ry-flex .each.each-review .carousel-indicators {
	position: absolute;
	display: flex !important;
	flex-direction: column;
	width: max-content !important;
	padding: 0 !important;
	left: unset !important;
	right: -100px;
	gap: 10px;
	top: 30% !important;
	transform: translate(0, -50%);
	bottom: unset !important;
}

.module-testimonials.custom .content .ry-flex .each.each-review .carousel-indicators li {
	width: 11px;
	height: 11px;
	border: unset;
	background: #afb3a7;
	margin: 0 !important;
}

.module-testimonials.custom .content .ry-flex .each:nth-child(1) {
	padding-left: 90px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}

.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-top: 15px;
}

.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text .star {
	display: flex;
	gap: 3px;
}

.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text,
.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text p {
	font-size: 20px;
	font-weight: bold !important;
	color: #666;
	line-height: 1;
	letter-spacing: -0.5px;
}

.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text .star svg {
	width: 18px;
	height: 18px;
	fill: #e5b353;
}


.module-testimonials.custom .content .photo-offset {
    padding-bottom: 430px;
}

.module-testimonials.custom .content .photo-offset img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-43 {
	padding: 25px 0;
}

.module-43 .header-btn-wrapper .block {
	display: flex;
	justify-content: flex-end;
	gap: 7px;
	align-items: center;
}

.module-43 .header-btn-wrapper .block .ry-btn {
	display: flex;
	gap: 5px;
	font-size: 18px !important;
	text-transform: initial;
	letter-spacing: -0.5px;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	min-height: 60px !important;
}

.module-43 .header-btn-wrapper .block .ry-btn svg {
	margin-right: 5px;
}

.module-43 .header-btn-wrapper .block .ry-btn span {
	font-weight: 800;
	letter-spacing: initial;
}


.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li {
	margin: 0;
	height: auto;
	max-height: max-content;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0 !important;
	background: #fff;
	border-radius: 50%;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a svg {
	width: 18px;
	height: 18px;
	fill: #666;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap {
	gap: 8px;
}

.module-43 .header-btn-wrapper .block .custom-social {
	margin-right: 10px;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a:hover {
	background: #f25f23;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a:hover svg {
	fill: #fff;
}

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

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

.module-43 .ry-left {
	flex: unset;
	max-width: unset;
}

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


.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop {
	position: relative;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop .dropdown-content {
	position: absolute;
	min-width: 200px;
	right: 0;
	background: #f25f23;
	padding: 5px 0;
	z-index: 2;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .basic-dropdown {
	overflow: unset;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop:hover > a{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop .dropdown-content a {
	width: 100%;
	border-radius: unset;
	background: transparent;
	height: auto;
	padding: 15px 0 !important;
	display: flex;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	gap: 5px;
	line-height: 1;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop .dropdown-content a svg {
	fill: #fff;
	width: 20px;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop .dropdown-content {
	opacity: 0;
	transition: .3s;
	z-index: -1;
	display: none;
	visibility: hidden;
}
.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap .wrapper-drop:hover .dropdown-content {
	opacity: 1;
	z-index: 1;
	display: block;
	visibility: visible;
}

.module-43 .header-btn-wrapper .block .custom-social ul {
	list-style: none;
	padding-left: 0;
}

.module-43 .header-btn-wrapper .block .custom-social ul .social-inner-wrap {
	display: flex;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li {
	line-height: initial;
	width: auto;
}

.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
}


.module-43 .ct-topbar {
	text-align: right;
}
.module-43 .ct-topbar__list {
	margin-bottom: 0px;
}
.module-43 .ct-language__dropdown {
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
	z-index:200;
	min-width: 160px;
}
.module-43 .ct-language__dropdown li {
	background: #222;
	padding: 5px;
}
.module-43 .ct-language__dropdown li a {
	display: block;
}
.module-43 .ct-language__dropdown li:first-child {
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.module-43 .ct-language__dropdown li:hover {
	background: #444;
}
.module-43 .ct-language__dropdown:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.module-43 .ct-language{
	position: relative;
	background: #00aced;
	color: #fff;
	padding: 10px 0;
}
.module-43 .ct-language:hover .ct-language__dropdown {
	max-height: 200px;
	padding-top: 8px;
}
.module-43 .list-unstyled {
	padding-left: 0;
	list-style: none;
}


.module-43 .container {
	width: auto;
}

.module-43 .ct-language {
	display: flex !important;
	align-items: center;
	height: 60px;

	padding: 10px 15px !important;
	gap: 10px;
	background: transparent;
	border: 1px solid #333;
	font-size: 18px;
	color: #333;
	/* justify-content: center; */
	min-width: 160px;
	font-family: 'Roboto Flex' !important;
	transition: .5s;
}
.module-43 .ct-language:hover {
	background: #f25f23;
	color: #fff;
	border-color: #f25f23;
}
.module-43 .ct-language svg {
	width: 25px;
	height: 25px;
}

.module-43 .ct-language:hover .ct-language__dropdown {
	padding-top: 0;
	top: 100%;
	left: -1px;
	width: calc(100% + 2px);
	background: #fff;
	border: 1px solid #fff;
	border-top: unset;
}

.module-43 .ct-language__dropdown li {
	background: transparent;
}

.module-43 .ct-language:hover {
	border-bottom-color: transparent;
}

.module-43 .ct-language__dropdown li a {
	font-size: 16px;
	font-family: 'Roboto Flex' !important;
}

.module-43 .ct-language__dropdown li:hover {
	background: #f25f23;
	border-radius: unset;
}

.module-43 .ct-language__dropdown li:hover a {
	color: #fff;
}


body.default #ry-section-header.module-43 {
	background: #FAF9F6 !important;
}


.module-43 .header-btn-wrapper .block .ry-btn span {
	margin-left: 5px;
}

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

.module-43.fixed .header-btn-wrapper .block .ry-btn > div {
	display: none;
}

.module-43.fixed .header-btn-wrapper .block .ry-btn svg {
	margin: 0;
}

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

.module-43.fixed .ct-topbar {
	display: none;
}

.module-43.fixed .header-btn-wrapper .block .custom-social {
	display: none;
}

.module-43.fixed .ry-right .ry-menu {
	width: 100%;
}

.module-43.fixed .ry-right .ry-menu .nav-menu {
	padding-right: 30px;
	justify-content: center;
}

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

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

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

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	font-size: 60px;
	text-align: center;
	color: #fff !important;
	font-weight: 300 !important;
}

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

.footer-block .footer-top .ry-flex {
	padding: 70px 0;
	gap: 70px;
}

.footer-block .footer-top {
	padding-top: 80px;
	padding-bottom: 50vh;
}

.footer-block .ry-flex .each {
	width: max-content;
}

.footer-block .ry-flex .each.inner-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer-block .ry-flex .each.inner-wrap .each-inner {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details {
	display: flex;
	gap: 20px;
	max-width: max-content;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #025d34;
	border-radius: 50%;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .icon svg {
	fill: #fff;
}

.footer-block .ry-flex .each.f-logo {
	min-width: 200px;
	padding-top: 7px;
}

.footer-block .ry-flex .title {
	font-size: 20px;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: initial;
	color: #333;
	margin-bottom: 15px;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text p,
.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text, 
.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text a {
	font-size: 20px;
	color: #333;
	line-height: 1.3;
	text-align: left;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details:nth-child(2) a, 
.footer-block .ry-flex .each.inner-wrap .each-inner .each-details:nth-child(3) .span-1 {
	font-weight: bold;
}

.footer-block .ry-flex .each.inner-wrap .each-inner .each-details a:hover {
	color: #025d34;
}

.footer-block .footer-top  .ry-flex:nth-child(1) {
	border-bottom: 1px solid #d2c6b7;
}

.footer-block .footer-bottom {
	background: #000000d4;
	padding: 25px 0 20px;
}


.footer-block .footer-bottom p, 
.footer-block .footer-bottom a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
}

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

.footer-block .footer-bottom .powered a img {
	width: 100px;
}

.module-services.custom {
	padding: 50vh 0 360px;
	margin-top: -50vh;
	margin-bottom: -200px;
}

.module-welcome .background-section {
	z-index: 2;
}

.hexagon-grid {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.hexagon-row {
	display: flex;
	justify-content: center;
}

/* The second row needs a negative top margin to nest correctly */
.hexagon-row:nth-child(2) {
	margin-top: -90px;
}

/* The third row also needs a negative top margin */
.hexagon-row:nth-child(3) {
	margin-top: -90px;
}

/* Individual hexagon styling */
.hexagon {
	
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 1.2rem;

	/* Initial state for scroll animation */
	opacity: 0;
	transform: scale(0.8);
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
		opacity 0.5s ease, 
		background-color 0.3s ease;
	float: unset;
	margin: 0 4px;
}
.hexagon .photo {
    width: 330px;
	height: calc(330px * 1.1547);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
/* --- Scroll Animation --- */
/* When the container is visible, start the animation */
.is-visible .hexagon {
	opacity: 1;
	transform: scale(1);
}

/* --- Individual Hover Effects --- */
/* Common styles for any hovered hexagon */
.is-visible .hexagon:hover {
	z-index: 10;
	cursor: pointer;
}

/* Row 1, Hex 1 (Step 1): Upper-Left */
.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(1):hover {
	transform: translate(-60px, -100px) scale(1.1);
}

/* Row 1, Hex 2 (Step 2): Upper-Right */
.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(2):hover {
	transform: translate(60px, -100px) scale(1.1);
}

/* Row 2, Hex 1 (Step 3): Left */
.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(1):hover {
	transform: translateX(-100px) scale(1.1);
}

/* Row 2, Hex 2 (Step 4): Pop Out */
.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(2):hover {
	transform: scale(1.2);
}

/* Row 2, Hex 3 (Step 5): Right */
.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(3):hover {
	transform: translateX(100px) scale(1.1);
}

/* Row 3, Hex 1 (Step 6): Lower-Left */
.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(1):hover {
	transform: translate(-60px, 100px) scale(1.1);
}

/* Row 3, Hex 2 (Step 7): Lower-Right */
.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(2):hover {
	transform: translate(60px, 100px) scale(1.1);
}


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

.hexagon .text {
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 1;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 2;
}

.hexagon .photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #025d34;
	z-index: 1;
	opacity: .85;
}

.hexagon .photo img {
	opacity: 1;
	filter: grayscale(1);
}

.hexagon-row:nth-child(2) .hexagon:nth-child(2)  .photo:before {
	opacity: 0;
}

.hexagon-row:nth-child(2) .hexagon:nth-child(2) .photo img {
	filter: unset;
}

.hexagon-row:nth-child(2) .hexagon:nth-child(2) .text:after {
	width: 48px;
	height: 48px;
	display: block;
	content: "";
	margin: auto;
	margin-top: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	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-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}


.hexagon:hover .photo:before {
	opacity: 0;
}

.hexagon:hover .photo img {
	filter: url();
}

.hexagon:hover .text {
	top: 75%;
}

.hexagon .text {
	transition: 0.2s;
}

.hexagon-row {
    max-width: max-content;
}

.hexagon .link, .hexagon .link a {
    opacity: 0;
}

.hexagon .photo img {
    left: -5%;
    min-width: 110%;
}

.hexagon:before {
    padding: 5px;
    background: #fff !important;
}

.hexagon:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    opacity: 0;
}

.hexagon:hover {
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.47));
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.47));
    -moz-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.47));
}

.hexagon:hover:before {
    opacity: 1;
}

.hexagon:hover .text {
    font-size: 26px;
}
/* --- Media Queries for Responsiveness --- */
@media (max-width: 1080px) {
	.hexagon .photo {
		width: 260px;
		height: calc(260px * 1.1547);
	}

	.hexagon-row:nth-child(2) {
		margin-top: -70px;
	}

	.hexagon-row:nth-child(3) {
		margin-top: -70px;
	}

	.hexagon .text {
		font-size: 24px;
	}
	
	.hexagon:hover .text {
		font-size: 20px;
	}
}
/* Tablet size */
@media (max-width: 768px) {
	
	.hexagon-row:nth-child(2), .hexagon-row:nth-child(3) {
		margin-top: -38px;
	}

	.hexagon .photo {
		width: 200px;
		height: calc(200px * 1.1547);
	}

	.hexagon .text {
		font-size: 20px;
	}

	.hexagon:hover .text {
		font-size: 18px;
	}
	
	.hexagon-row:nth-child(2) {
		margin-top: -50px;
	}

	.hexagon-row:nth-child(3) {
		margin-top: -50px;
	}

	.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(1):hover {
		transform: translateX(-50px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(3):hover {
		transform: translateX(50px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(2):hover {
		transform: translate(30px, 50px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(1):hover {
		transform: translate(-30px, 50px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(1):hover {
		transform: translate(-30px, -50px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(2):hover {
		transform: translate(30px, -50px) scale(1.1);
	}

}

/* Mobile size */
@media (max-width: 540px) {
	.hexagon {
		
		font-size: 0.8rem;
		margin: 0 5px;
	}
	.hexagon .photo {
		width: 100px;
		height: 115.47px;
	}
	.hexagon-row:nth-child(2), 
	.hexagon-row:nth-child(3) {
		margin-top: -25px;
	}

	.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(1):hover {
		transform: translateX(-30px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(2) .hexagon:nth-child(3):hover {
		transform: translateX(30px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(2):hover {
		transform: translate(20px, 30px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(3) .hexagon:nth-child(1):hover {
		transform: translate(-20px, 30px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(1):hover {
		transform: translate(-20px, -30px) scale(1.1);
	}

	.is-visible .hexagon-row:nth-child(1) .hexagon:nth-child(2):hover {
		transform: translate(20px, -30px) scale(1.1);
	}

	.hexagon .photo {
		width: 140px;
		height: calc(140px * 1.1547);
	}

	.hexagon .text {
		font-size: 16px;
		line-height: 1.2;
		padding: 0 10px;
	}

	.hexagon:hover .text {
		font-size: 14px;
	}
	
	.hexagon-row:nth-child(2), .hexagon-row:nth-child(3) {
		margin-top: -35px;
	}

	.hexagon-row:nth-child(2) .hexagon:nth-child(2) .text::after {
		width: 30px;
		height: 30px;
		margin-top: 10px;
		background-size: 10px;
		border-width: 1px;
	}
}

@media (max-width: 420px) {
	.module-services.custom .ry-container {
		max-width: 100%;
	}

	.hexagon .text {
		font-size: 14px;
	}
	
	.hexagon:hover .text {
		font-size: 12px;
	}
}
@media (max-width: 420px) {
	.hexagon {

		margin: 0 2px;
	}
	.hexagon .photo {
		width: 110px;
		height: calc(110px * 1.1547);
	}
	.hexagon-row:nth-child(2), .hexagon-row:nth-child(3) {
		margin-top: -30px;
	}

	.hexagon .text {
		font-size: 12px;
	}
}

body:not(.home) #ry-pg-body p {
	line-height: 1.6;
	font-weight: 300 !important;
}

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

#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	line-height: 1.2;
}

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

#ry-pg-banner .ry-bnr-wrp:after,
#ry-pg-banner .ry-bnr-wrp:before {
    opacity: 0 !important;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
    top: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    bottom: unset !important;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1660px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.r-headline h1 {
		letter-spacing: 10px;
	}
	.module-cta.custom .ry-flex .each .text h4 {
		font-size: 30px;
		line-height: 1.2;
	}

	.module-cta.custom .ry-flex .each .back p {
		margin: 20px 0 30px;
	}

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

	.module-cta.custom .ry-flex .each {
		width: 33.33%;
	}

	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text p, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text a {
		font-size: 18px;
	}

	.footer-block .footer-top .ry-flex {
		gap: 30px;
	}

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

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

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) {
		padding-left: 3vw;
	}
}

@media (max-width: 1480px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-team .ry-flex .each .wrapper .text p {
		font-size: 22px;
	}

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

	.module-team .ry-flex .each .wrapper .icon a {
		width: 45px;
		min-width: 45px;
		height: 45px;
	}

	.module-team .ry-flex .each .wrapper .icon a svg {
		width: 16px;
		height: 16px;
	}
	.r-headline h1 {
		font-size: 70px;
		letter-spacing: 5px;
	}

	.r-headline h2 {
		font-size: 60px;
	}

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

	.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}

	.module-43 .header-btn-wrapper .block .custom-social-wrapper .social-inner-wrap li a svg {
		width: 16px;
		height: 16px;
	}

	.module-43 .ct-language {
		font-size: 16px;
		height: 52px;
		min-width: 140px;
	}

	.module-43 .header-btn-wrapper .block .ry-btn {
		height: 52px !important;
		font-size: 16px !important;
		min-height: 52px !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.module-43 .header-btn-wrapper .block .ry-btn div {
		font-size: 16px;
	}

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

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

	.module-43 .ct-language:hover .ct-language__dropdown {
		right: 0;
		left: unset;
	}
}
@media (max-width: 1480px) and (max-height: 800px) and (min-width: 620px) {
	.module-welcome {
		padding-bottom: 150vh;
	}
}

@media (max-width: 1380px) {
	.module-testimonials.custom .content .ry-flex .each.each-review::before {
		width: calc(100% + 70px);
		left: -35px;
	}
}
@media (max-width: 1280px) {
	.module-cta.custom .ry-flex .each .text h4 {
		font-size: 24px;
	}
}

@media (max-width: 1080px) {
	.module-hero.custom .hero-image .item .text-center {
		padding-bottom: 60%;
	}

	.module-hero.custom .hero-text {
		padding: 60px 0;
		position: relative;
		bottom: unset;
		background: #025d34;
	}
	.r-headline h2 {
		font-size: 56px;
		letter-spacing: 1px;
	}
	.r-headline h1 {
		font-size: 62px;
		letter-spacing: 3px;
	}

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

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

	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text p, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text a {
		font-size: 18px;
	}

	.footer-block .footer-top .ry-flex {
		gap: 30px;
	}

	.footer-block .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 30px;
	}

	.footer-block .ry-flex .title {
		text-align: center;
	}

	.footer-block .ry-flex .each.inner-wrap .each-inner {
		gap: 30px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

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

	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text p, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text, 
	.footer-block .ry-flex .each.inner-wrap .each-inner .each-details .text a {
		text-align: center;
	}

	.footer-block .ry-flex .each.f-logo {
		padding: 0;
	}

	.footer-block .footer-top .ry-content {
		display: flex;
	}

	.footer-block .ry-flex .each.f-logo img {
		max-height: 100px;
		object-fit: contain;
	}

	.footer-block .ry-flex .each.f-logo {
		min-height: 100px;
		display: flex;
		align-items: flex-start;
	}

	.footer-block .footer-top .ry-flex:nth-child(1) {
		border-bottom: unset;
		border-right: 1px solid #d2c6b7;
	}

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

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

	.footer-block .footer-bottom p, .footer-block .footer-bottom a {
		font-size: 14px;
	}

	.form-control, .form-control::placeholder {
		font-size: 16px !important;
	}

	.footer-block .ry-flex .title {
		line-height: 1;
		min-height: 40px;
	}
	.module-testimonials.custom .content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) {
		padding-left: 0;
	}

	.module-testimonials.custom .content .ry-flex .each {
		width: 100%;
		max-width: 100%;
	}

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

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text {
		justify-content: center;
		align-items: center;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review::before {
		opacity: 0;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review {
		width: 100%;
	}

	.module-cta.custom .ry-flex {
		display: initial;
		gap: unset;
	}


	.module-testimonials.custom .content .ry-flex {
		padding-top: 200px;
	}

	.module-testimonials.custom .content .ry-flex .each .r-headline h2 {
		text-align: right;
	}

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text {
		justify-content: flex-end;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review {
		max-width: 100%;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .carousel-indicators {
		right: -90px;
	}

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

	.module-team .ry-flex .each{
		width: initial;
	}


	.module-cta.custom .ry-container,
	.module-team .ry-container {
		max-width: 100%;
	}

	.module-cta.custom .slick-list,
	.module-team .slick-list {
		margin: 0 -30px;
	}

	.module-cta.custom .slick-list .slick-slide,
	.module-team .slick-list .slick-slide {
		margin: 0 15px;
	}


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

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

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

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

	.module-cta.custom .slick-list .slick-slide.slick-active.slick-current,
	.module-team .slick-list .slick-slide.slick-active.slick-current {
		filter: initial;
	}

	.module-cta.custom .slick-list .slick-slide:not(.slick-active):not(.slick-current) {
		filter: grayscale(1);
		transform: scale(0.85);
	}

	.module-team .slick-list .slick-slide:not(.slick-active):not(.slick-current) {
		transform: scale(0.85);
	}

	.module-cta.custom .slick-list .slick-slide,
	.module-team .slick-list .slick-slide {
		transition: .5s;
	}
	.mobile-container {
		background: #fff !important;
	}

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

	.mm-btn_prev::before,
	.mm-btn_next::after { 
		border-color: #fff !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		text-transform: lowercase;
		line-height: 1;
		letter-spacing: initial !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}

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

	.mm-navbar__title {
		color: #fff !important;
		font-size: 16px;
		text-transform: lowercase !important;
	}

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

	#menu_container {
		padding-top: 60px;
	}

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

	.module-welcome {
		padding-top: 160px;
	}



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

	.module-team {
		padding-bottom: 130px;
	}

	.module-testimonials.custom {
		padding-bottom: 100px;
	}

	.module-testimonials.custom .content .photo-offset {
		padding-bottom: 360px;
		width: 50%;
	}
}
@media (max-width: 768px) {
	.module-appointment {
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.module-appointment {display: flex;flex-direction: column-reverse;gap: 60px;padding-bottom: 0;}

	.module-appointment .map-block {
		position: relative;
		width: 100%;
		top: unset;
		transform: unset;
		border-radius: unset;
	}

	.module-appointment .ry-flex .each {
		width: 100%;
		max-width: 100%;
	}

	.module-appointment .ry-flex .r-headline {
		margin-bottom: 30px;
	}


	.module-testimonials.custom .content .ry-flex {
		padding-top: 220px;
	}

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

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text {
		justify-content: center;
	}

	.module-testimonials.custom .content {
		border-radius: 40px;
	}
	.footer-block .ry-flex .each {
		width: 100%;
	}

	.footer-block .footer-bottom p, .footer-block .footer-bottom a {
		line-height: 1.3;
	}

	.module-testimonials.custom .content .photo-offset {
		padding-bottom: 360px;
		width: 50%;
	}

	.module-testimonials.custom .content .photo-offset {
		padding-bottom: 260px;
		width: 50%;
	}
}

@media (max-width: 620px) {
	.footer-block .footer-top .ry-flex {
		padding: 0;
	}

	.footer-block .footer-top .ry-content {
		flex-direction: column;
		gap: 60px;
	}

	.footer-block .footer-top .ry-flex:nth-child(1) {
		border-right: unset;
		border-bottom: 1px solid #d2c6b7;
		padding-bottom: 60px;
	}

	.r-headline h1 {
		font-size: 42px;
	}

	.module-hero.custom .hero-text {
		padding: 40px 0;
	}

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

	.r-headline h2 {
		font-size: 38px;
	}

	.module-welcome .r-headline {
		margin-bottom: 20px;
	}

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

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

	.module-testimonials.custom .content .ry-flex {
		padding-bottom: 30px;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .carousel-indicators {
		right: -80px;
		right: unset;
		left: 50% !important;
		flex-direction: row;
		bottom: -50px !important;
		top: unset !important;
		transform: translate(-50%, 0%) !important;
		margin: 0;
	}

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text,
	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text p {
		font-size: 16px;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .ry-name h5 {
		font-size: 18px !important;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .each-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

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

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

	.module-cta.custom .ry-flex .each .back p {
		margin: 10px 0 10px;
		font-size: 14px;
	}

	.module-cta.custom .ry-flex .each .back {
		padding: 20px;
	}

	.module-cta.custom .ry-flex .each .text h4 {
		font-size: 20px;
	}

	.module-cta.custom .ry-flex .each .back .ry-btn {
		font-size: 14px !important;
		padding: 20px 20px;
	}

	.ry-btn {
		font-size: 16px !important;
		padding: 17px 30px;
	}



	.module-team .ry-flex .each .wrapper .text p {
		font-size: 20px;
		line-height: 1.1;
	}

	.module-team .ry-flex .each .wrapper {
		padding-left: 15px;
		padding-right: 15px;
		top: 30px;
	}


	.module-team .ry-flex .each .wrapper .icon a {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	.module-team .ry-flex .each .wrapper .icon a svg {
		width: 10px;
		height: 10px;
	}

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) .text .star svg {
		width: 15px;
	}

	.module-testimonials.custom .content {
		padding: 0;
		box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
	}

	.module-testimonials.custom .content .ry-flex {
		padding-bottom: 0;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .each-wrapper .photo img {
		max-width: 60px;
		margin-bottom: 20px;
	}

	.module-testimonials.custom .content .ry-flex .each.each-review .each-wrapper {
		-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
	}

	.module-testimonials.custom .content .ry-flex .each:nth-child(1) {
		padding-bottom: 30px;
	}

	.home .slick-dots li button {
		min-width: 12px;
	}

	#ry-pg-banner .ry-bnr-wrp {
		height: 280px;
	}

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

@media (max-width: 480px) {
	.module-welcome {
		padding-bottom: 120vh;
	}

	.home .slick-dots li button {
		min-width: 12px;
	}

	.module-testimonials.custom .content .photo-offset {
		padding-bottom: 240px;
		width: 80%;
		left: -20px;
	}
	
	.module-welcome {
		margin-bottom: -160px;
	}
}
@media (max-width: 440px) {
	.module-cta.custom .slick-list .slick-slide {
		margin: 0 10px;
	}

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

	.r-headline h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 36px;
	}

	.r-headline h2 {
		font-size: 34px;
	}

}

@media (min-width: 2400px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-welcome {
		padding-bottom: 120vh;
	}
}

@media (min-width: 1681px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		gap: 55px;
	}
}

@media (min-width: 1081px) and (max-height: 1000px) and (max-width: 2100px) {
	.module-welcome {
		padding-bottom: 120vh;
	}
}