/* General - Start */

:root {
    --color-primary: #000000;
    --color-secondary: #079235;
    --color-tertiary: #141B2A;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}

html {
    scroll-behavior: smooth;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.section-header {
    margin-bottom: 2em;
}
.section-header h2 {
    font-size: clamp(1.875rem, 1.5564rem + 1.3072vw, 3.125rem) !important;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 500 !important;
	color: var(--color-primary);
	position: relative;
}
.section-header h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -40px;
    /*opacity: 0.200;*/
    width: 110px;
    height: 21px;
    background-color: #079235;
	z-index: -1;
}
.ry-bg-black .section-header h2:before {
    opacity: 0.400;
    background-color: #48841f;
	z-index: 1;
}
.section-header h4 {
    color: #333333;
    font-weight: 400 !important;
    line-height: 1.5;
    font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

body.home p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400 !important;
	font-family: "Alumni Sans", sans-serif !important;
	color: #000;
	letter-spacing: 1px;
}

.ry-btn {
    height: unset;
    padding: 20px 28px;
    text-transform: capitalize;
}

.ry-btn.ry-btn-primary,
.ry-btn.ry-btn-secondary:hover {
    background: var(--color-primary) !important;
    color: var(--color-text-white) !important;
}
	
.ry-btn.ry-btn-secondary,
.ry-btn.ry-btn-primary:hover {
    background: var(--color-secondary) !important;
    color: var(--color-text-white) !important
}

.ry-btn.ry-btn-transparent {
    background: var(--background-transparent) !important;
    color: var(--color-text-dark) !important;
	border: 1px solid #000;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Playfair Display';
	z-index: 2;
    transform-style: preserve-3d;
	transition: 0.3s ease-in-out all;
}
.ry-btn.ry-btn-transparent:hover {
	border: 1px solid transparent;
}
.ry-btn.ry-btn-transparent:hover {
    background: var(--color-primary) !important;
    color: var(--color-text-white) !important;
}
.ry-btn.ry-btn-transparent:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.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-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.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-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") !important;
}
.ry-btn.ry-btn-transparent:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 60px;
    background: #089234;
    z-index: -1;
    transform: translateZ(-1px);
	opacity: 0;
	transition: 0.3s ease-in-out all;
}
.ry-btn.ry-btn-transparent:hover:before {
	opacity: 1;
}
.ry-btn-wrap {
    margin-top: 1.5em;
}
.ry-btn-wrap .ry-btn.ry-btn-transparent:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.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-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.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-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    margin-left: 5px;
}
.ry-btn.ry-btn-transparent {
    position: relative;
}
.ry-bg-black {
    background: var(--color-text-dark);
}
.ry-bg-black .section-header h2, .ry-bg-black .ry-text p {
    color: var(--color-text-white);
}
.ry-bg-black .ry-btn.ry-btn-transparent {
    color: var(--color-text-white) !important;
    border: 1px solid var(--color-text-white);
}
.ry-bg-black .ry-btn.ry-btn-transparent:hover {
    border: 1px solid var(--color-text-dark);
}
.ry-bg-black .ry-btn.ry-btn-transparent:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23fff' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.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-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M7.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-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
	
.fancybox-container {
    z-index: 9999999999999999999
}

.ry-section-background, .ry-section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ry-each-link, .ry-each-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
	opacity: 0;
}
#ry-main > .col-xs-12, #ry-main > .col-xs-12 > .col-xs-12 {
    padding: 0;
}

/* General - End */
	
/** GLOBAL BANNER **/
#ry-banner-section {
    padding: 40px 0 60px 0;
}
#ry-banner-section .ry-container {
    max-width: 1280px !important;
}
#ry-banner-section .ry-blink-logo img {
    max-width: 250px;
    margin: 0 auto 2em;
}
#ry-banner-section .ry-banner-container {
    position: relative;
}
#ry-banner-section .ry-banner-container .ry-pg-title {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
	visibility: visible;
}
#ry-banner-section .ry-pg-title h1 {
    font-size: clamp(1.375rem, 0.9289rem + 1.8301vw, 3.125rem);
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #ffffff;
    font-style: italic;
}
#ry-pg-banner-v2 .ry-pg-title h1 {
	position: relative;
    font-family: "Playfair Display", sans-serif !important;
    text-transform: capitalize;
	color: #1943d7;
}
#ry-pg-banner-v2 .ry-pg-title h1:before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 30px;
	width: 100%;
	height: 10px;
	background: #079235;
	animation: 1s ease-out 0s 1 slideInFromRight;
	z-index: -1;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
	
	@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/** END GLOBAL BANNER **/
	
	
/** HERO SECTION **/
.ry-hero-custom {
    padding: 8em 0;
    position: relative;
}
.ry-hero-custom .ry-hero-logo-wrap img {
    max-width: 477px;
    margin: 0 auto;
}
.ry-hero-custom .ry-hero-logo-wrap {
    margin-bottom: 3em;
}
.ry-hero-custom .ry-content .ry-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 4em;
}
.ry-hero-custom .ry-content .ry-flex .ry-each {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ry-hero-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 80px);
    background: #fff;
}
.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-title {
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0b0a67;
    font-weight: 600 !important;
    font-family: "Mulish";
}
.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-img-wrap img {
    filter: grayscale(1);
	border: 8px solid transparent;
    position: relative;
    z-index: 9;
}
.ry-hero-custom .ry-content .ry-flex .ry-each:hover .ry-hero-img-wrap img {
    filter: none;
	border: 8px solid #f0f0f0;
}
.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-img-wrap {
    position: relative;
}
.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-img-wrap:before {
    content: '';
    position: absolute;
    top: -3%;
    left: -3%;
    width: 100%;
    height: 100%;
    background: #079235;
    z-index: 1;
    opacity: 0;
}
.ry-hero-custom .ry-content .ry-flex .ry-each:hover .ry-hero-img-wrap:before {
    opacity: 1;
}
	
/** LASTEST UPDATES FOR HERO SECTION **/
.ry-hero-custom {
	padding: 3em 0;
	height: auto;
	margin-top: 20px;
}
.ry-hero-custom:before {
    height: calc(100vh - 64px);
}
.ry-hero-custom .ry-container {
    max-width: 1600px;
}
.ry-hero-custom .ry-hero-logo-wrap {
    margin-bottom: 1em;
}
.ry-hero-custom .ry-hero-logo-wrap img {
    max-width: 250px;
}
.ry-hero-custom .ry-content .ry-flex {
    gap: 2em;
}
.ry-hero-custom .ry-content .ry-flex .ry-each {
    width: 30%;
    justify-content: center;
    align-items: center;
}
.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-title {
    font-size: 25px;
    text-align: center;
}
/** END HERO SECTION **/
	

/** HOMEPAGE SECTION **/
.ry-homepage-section {
    padding: 6em 0;
}
.ry-homepage-section .ry-content .ry-flex {
    align-items: center;
    gap: 6em;
}
.ry-homepage-section .ry-content .ry-flex .ry-text-wrap {
    max-width: 640px;
}
.ry-homepage-section .ry-text-wrap p a {
    color: #079235;
}
/** END HOMEPAGE SECTION **/

/** HOMEPAGE OPTICS **/
.ry-background-section, .ry-background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/** END HOMEPAGE OPTICS **/
	
/** HOMEPAGE CULTURE **/
#ry-homepage-culture {
    position: relative;
    min-height: 1080px;
    display: flex;
    align-items: center;
}
#ry-homepage-culture .ry-culture-images-separate {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 960px;
    height: 784px;
}
#ry-homepage-culture .ry-culture-images-separate .ry-flex {
    gap: 20px;
    margin-top: 60px;
}
#ry-homepage-culture .ry-culture-images-separate .ry-flex .ry-img-item:nth-child(even) {
    margin-top: -60px;
}
/** END HOMEPAGE CULTURE **/
	
/** HOMEPAGE TESTIMONIAL **/
#ry-homepage-testimonial-custom {
    position: relative;
    min-height: 890px;
    display: flex;
    align-items: center;
}
#ry-homepage-testimonial-custom:before {
    content: "";
    background: url(https://www.royacdn.com/unsafe/Site-1fc0de9b-5cfc-4f54-8137-ca3e67ed83fd/Homepage_Assets/testimonials_placeholder.jpg) fixed no-repeat;
    background-size: cover;
	background-position: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ry-homepage-testimonial-custom .carousel-control {
    display: none;
}
#ry-homepage-testimonial-custom .carousel-inner {
    margin-bottom: 2em;
}
#ry-homepage-testimonial-custom .carousel-inner .ry-testi-body .star-wrapper {
    margin: 2em 0 1em 0;
    display: flex;
    gap: 5px;
}
#ry-homepage-testimonial-custom .carousel-inner .ry-testi-body .ry-testi-name {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Playfair Display' !important;
    font-style: italic;
    letter-spacing: 3px;
}
#ry-homepage-testimonial-custom .ry-background-section {
    display: none;
}
#ry-homepage-testimonial-custom .carousel-inner .ry-testi-body .star-wrapper svg {
    width: 20px;
    height: 20px;
}
#ry-homepage-testimonial-custom .carousel-indicators {
    padding: 0 !important;
    bottom: -100px !important;
}
#ry-homepage-testimonial-custom .carousel-indicators li {
    background: #ccc;
    width: 14px;
    height: 14px;
    margin: 0 3px;
}
#ry-homepage-testimonial-custom .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background: #0a9235 !important;
}
.ry-quote-wrap img {
    max-width: 73px;
    margin-bottom: 2em;
}
/** END HOMEPAGE TESTIMONIAL **/
	
/** HOMEPAGE TESTIMONIAL V2 **/
.ry-homepage-section-v2 {
    padding: 100px 0 150px;
    background: #f0f0f0;
}
.testi-pg .ry-homepage-section-v2 {
    background: #fff;
}
.ry-homepage-section-v2 .section-header h2 {
    width: max-content;
    margin: 0 auto;
}
.ry-homepage-section-v2 .ry-content .carousel-control {
    display: none;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider {
    display: flex;
    gap: 2em;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 3em 2em;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-text p {
    font-size: 22px;
    line-height: 160%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #000;
    opacity: 1;
	font-weight: 500 !important;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-name-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-name-wrapper .ry-testi-name {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Mulish' !important;
    font-weight: 700 !important;
    color: #0A9234;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body .ry-text {
    min-height: 240px;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-name-wrapper .star-wrapper {
    display: flex;
    gap: 5px;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-name-wrapper .star-wrapper svg {
    width: 20px;
    height: 20px;
}
.ry-homepage-section-v2 .carousel-indicators {
    bottom: -50px !important;
}
.ry-homepage-section-v2 .carousel-indicators li {
    width: 75px;
    height: 10px;
    border-radius: 0;
    background: #cdddcd;
    border: none;
    margin: 0 5px;
}
.ry-homepage-section-v2 .carousel-indicators li.active {
    width: 75px;
    height: 10px;
    background: #0A9234 !important;
    border: none;
    margin: 0;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body:hover {
    cursor: pointer;
    background: #0a9234 !important;
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body:hover .ry-quote-wrap img {
    filter: brightness(0) invert(1);
}
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body:hover .ry-text p,
.ry-homepage-section-v2 .ry-content .carousel-inner .ry-testi-slider .ry-testi-body:hover .ry-testi-name {
    color: #fff;
}

.ry-homepage-section-v2 .ry-each-block-mobile .ry-testi-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    padding: 3em 2em;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ry-homepage-section-v2 .ry-each-block-mobile .ry-testi-name {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Mulish' !important;
    font-weight: 700 !important;
    color: #0A9234;
}
.ry-homepage-section-v2 .ry-each-block-mobile .ry-name-wrapper .star-wrapper {
    display: flex;
    gap: 5px;
}
.ry-homepage-section-v2 .ry-each-block-mobile .ry-name-wrapper .star-wrapper svg {
    width: 20px;
    height: 20px;
}
.ry-homepage-section-v2 .ry-each-block-mobile .ry-name-wrapper {
    display: flex;
    justify-content: space-between;
}
[data-page-id="WebPage-0ba35e08-1d08-45b7-940a-e2aa32511dcc"] .ry-homepage-section-v2 h2, [data-page-id="WebPage-f3beaff0-74c1-4e71-b167-9d36d7f7d23b"] .ry-homepage-section-v2 h2 {
    display: none;
}
[data-page-id="WebPage-0ba35e08-1d08-45b7-940a-e2aa32511dcc"] .section-header, [data-page-id="WebPage-f3beaff0-74c1-4e71-b167-9d36d7f7d23b"] .section-header {
    margin: 0;
}
[data-page-id="WebPage-0ba35e08-1d08-45b7-940a-e2aa32511dcc"] .ry-homepage-section-v2, [data-page-id="WebPage-f3beaff0-74c1-4e71-b167-9d36d7f7d23b"] .ry-homepage-section-v2 {
	padding-top: 0;
}
@media (max-width: 1080px) {
    .ry-homepage-section-v2 .ry-flex .ry-each-block:not(.ry-each-block-mobile) {
        display: none;
    }
}
@media (min-width: 1081px) {
    .ry-homepage-section-v2 .ry-flex .ry-each-block-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
	.ry-homepage-section-v2 .ry-each-block-mobile .ry-name-wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.ry-homepage-section-v2 .carousel-indicators {
		display: none !important;
	}
}
/** END HOMEPAGE TESTIMONIAL V2 **/


/** HOMEPAGE MAP **/
.ry-homepage-map .ry-map-container, .ry-homepage-map .ry-map-container img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.ry-homepage-map .ry-map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}
/*.ry-homepage-map .ry-map-marker:hover img {
    transform: scale(1.2);
}*/
.ry-homepage-map .ry-map-marker img {
  animation: bounce 3s ease infinite;
}
.ry-section-blocks .ry-brands-wrap img {
    filter: brightness(0);
}
.ry-section-blocks.ry-bg-black .ry-brands-wrap img {
    filter: brightness(0) invert(1);
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/** END HOMEPAGE MAP **/
	
/** HOMEPAGE BANNERS **/
.ry-homepage-banner {
    padding: 100px 0 150px;
    background: #f0f0f0;
    margin-bottom: -5px;
}
.ry-homepage-banner .ry-flex {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ry-homepage-banner .ry-flex .ry-each-block {
    width: 100%;
    max-width: 750px;
}
/** END HOMEPAGE BANNERS **/

/*@media (max-width: 1600px) and (min-height: 768px) {
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		width: 28%;
	}
}*/
	
	
	
	
@media (max-width: 1440px) {
	/*.ry-hero-custom .ry-container {
		max-width: 900px;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		width: 22%;
	}*/
	.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-title {
		letter-spacing: 2px;
	}
	#ry-homepage-culture .ry-culture-images-separate {
		width: 670px;
		height: auto;
	}
	.ry-homepage-banner .ry-flex .ry-each-block {
		max-width: 600px;
	}
}
/*@media (max-width: 1440px) and (min-height: 800px) {
	.ry-hero-custom .ry-container {
		max-width: 1190px;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		width: 23%;
	}
}*/
@media (max-width: 1199px) {
    #ry-banner-section .ry-blink-logo, .ry-hero-custom .ry-hero-logo-wrap {
        display: none;
    }
    #ry-pg-body {
        padding: 40px 0 !important;
    }
	#ry-banner-section {
		padding: 0 !important;
	}
	div#ry-pg-banner-v2 #ry-banner-section {
		padding: 40px 0 0 !important;
	}
}
@media (max-width: 1080px) {
	#ry-banner-section .ry-banner-container .ry-pg-title {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#ry-banner-section .ry-pg-title h1 {
		text-align: center;
	}
	.ry-hero-custom {
		padding: 6em 0;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		width: 40%;
	}
	.ry-hero-custom:before {
		height: 100%;
	}
	#ry-homepage-testimonial-custom .ry-content .ry-flex .ry-text-wrap {
		width: 100%;
		max-width: max-content;
	}
	#ry-homepage-testimonial-custom:before {
		background-position: 90%;
	}
	#ry-homepage-testimonial-custom:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #ffffffb0;
		z-index: 1;
	}
	#ry-homepage-testimonial-custom .ry-content {
		position: relative;
		z-index: 2;
	}

	#ry-homepage-culture .ry-culture-images-separate {
        display: none;
    }
    #ry-homepage-culture .ry-content .ry-flex .ry-each-block.ry-img-wrap, #ry-homepage-culture .ry-content .ry-flex .ry-each-block.ry-img-wrap .for-mobile {
        display: block !important;
    }
	#ry-homepage-culture {
		min-height: 800px;
	}
	.footer.style-3 .footer-top .ry-flex .ry-each .ry-footer-blocks {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.footer.style-3 .footer-top .ry-flex .ry-each .ry-details-wrapper {
		justify-content: center;
		align-items: center;
	}
	.footer.style-3 .footer-top .ry-footer-logo img {
		margin: 0 auto;
	}
	.ry-footer-background, .ry-footer-background img {
		object-fit: cover;
	}
	.footer.style-3 .footer-top {
		margin-top: -20px;
	}
}
	
@media (max-width: 991px) {
	.ry-hero-custom {
        padding: 4em 0;
    }
	.ry-homepage-section .ry-content .ry-flex {
		flex-direction: column;
	}
	.section-header h2 {
		text-align: center;
		width: fit-content;
		margin: 0 auto;
	}
	body.home p {
		text-align: center;
	}
	.ry-btn-wrap {
		display: flex;
		justify-content: center;
	}
	#ry-homepage-testimonial-custom .ry-content .ry-flex .ry-text-wrap {
		display: flex;
		flex-direction: column;
	}
	#ry-homepage-testimonial-custom .carousel-inner .ry-testi-body .star-wrapper {
		justify-content: center;
	}
	#ry-homepage-testimonial-custom .carousel-inner .ry-testi-body .ry-testi-name {
		text-align: center;
	}
	#ry-homepage-testimonial-custom .carousel-indicators {
		left: 50% !important;
		margin-left: 0 !important;
		transform: translateX(-50%);
		display: flex !important;
		justify-content: center;
		align-items: center;
		bottom: -150px !important;
	}
}	
@media (max-width: 768px) {
	#ry-pg-banner .ry-bnr-wrp:before {
		background: #0000007a;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 0 auto;
	}
	#ry-banner-section .ry-banner-container:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #0000005c;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each {
        width: 44%;
    }
	#ry-homepage-testimonial-custom:before {
		background-position: 82%;
	}
	.ry-quote-wrap img {
		margin: 0 auto 2em;
	}
}
@media (max-width: 500px) {
	.ry-hero-custom {
        padding: 1.2em 0;
    }
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		width: 47%;
	}
	.ry-hero-custom .ry-content .ry-flex {
		gap: 1em;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each .ry-hero-title {
		text-align: center;
	}
	.ry-hero-custom .ry-content .ry-flex .ry-each {
		gap: 5px;
	}
	.ry-homepage-section {
		padding: 2em 1em;
	}
	#ry-homepage-testimonial-custom {
		min-height: 950px;
	}
	.ry-footer-background, .ry-footer-background img {
		object-fit: cover;
		height: 100%;
		object-position: bottom;
		margin-top: -20px;
	}
	.ry-homepage-map .ry-map-marker img {
		max-width: 200px;
		margin: 0 auto;
	}
	.footer.style-3 .footer-top {
        margin-top: 0;
    }
}
	
div#stacy-coen-od {
    scroll-margin-top: -20px;
}

@media (max-width: 1024px) {	
			div#stacy-coen-od {
			scroll-margin-top: 50px;
		}

		div#our-approach {
			scroll-margin-top: 50px;
		}

		div#ry-homepage-artisanal-eyewear {
			scroll-margin-top: -250px;
		}
}
	
@media (max-width: 768px) {

		div#stacy-coen-od {
			scroll-margin-top: 100px;
		}

		div#our-approach {
			scroll-margin-top: 50px;
		}

		div#ry-homepage-artisanal-eyewear {
			scroll-margin-top: -250px;
		}
}


	
@media (max-width: 390px) {	

		div#stacy-coen-od {
			scroll-margin-top: 150px;
		}

		div#ry-homepage-artisanal-eyewear {
			scroll-margin-top: 350px;
		}
}




	
	
	
	
	
	
	
	
	
	
