
.ry-btn.ry-btn-transparent {
    text-transform: capitalize;
    font-family: Poppins;
    z-index: 2;
    transform-style: preserve-3d;
    color: #ffffff !important;
    border-width: 1px;
    border-style: solid;
	border-color: #00adee;
    border-image: initial;
    transition: 0.3s ease-in-out;
    background: transparent !important;
}

.ry-btn.ry-btn-transparent:hover {
    border: 1px solid #00adee;
    background: #00adee !important;
}

/** Services Style Start **/
div#section-services {
    background: #f9f9f9;
}
.module-services.custom {
	padding: 240px 0 300px;
	position: relative;
	overflow: hidden;
    border-top-right-radius: 10vw;
    border-top-left-radius: 10vw;
}

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

.module-services.custom .ry-content .ry-flex {
	position: absolute;
	top: 0;
	/* display: none; */
	display: flex;
	/* justify-content: initial !important; */
	width: 100%;
	height: 100%;
}

.module-services.custom .ry-content .content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.module-services.custom .ry-content .content .ry-headline {
	width: 530px;
	height: 530px;
	display: flex;
	border-radius: 50%;
	padding: 80px;
}

.module-services.custom .ry-content .content .ry-headline h2 {
	line-height: .9 !important;
}

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

.module-welcome.custom .ry-container {
	z-index: 3;
	position: relative;
}

.module-services.custom .ry-content .ry-flex .each-block {
	width: 275px;
	min-width: 275px;
	/* padding: 15px; */
	/* background: #fff; */
	/* border-radius: 50%; */
	position: absolute;
	height: 275px;
	/* transform: translate(-50%, 0); */
}


.module-services.custom .ry-content .ry-flex .each-block .group {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	transition: .3s;
}
.module-services.custom .ry-content .ry-flex .each-block:hover .group {
    justify-content: flex-end;
    padding-bottom: 50px;
    transition: .3s;
	z-index: 2;
}

.module-services.custom .ry-content .ry-flex .each-block .group img {
	max-height: 65px;
	object-fit: contain;
	min-height: 65px;
	width: auto;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}

.module-services.custom .ry-content .ry-flex .each-block .photo {
	padding: 15px;
	background: #ffffff8c;
	border-radius: 500px;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	transition: .3s;
	    aspect-ratio: 1;
    overflow: hidden;
}

.module-services.custom .ry-content .ry-flex .each-block .photo img {
	object-fit: contain;
	height: 70%;
	z-index: 9;
	position: relative;
	transition: .1s;
}
.module-services.custom .ry-content .ry-flex .each-block:hover .photo img {
    transition: .1s;
    z-index: 0;
}

.module-services.custom .ry-content .ry-flex .each-block .group .title div {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #0f1150;
    text-transform: uppercase;
    line-height: 110%;
    padding: 0 10px;
}

.module-services.custom .ry-content .ry-flex .each-block .group .button-svg {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: .3s;
	z-index: 1;
}

.module-services.custom .ry-content .ry-flex .each-block .group .button-svg svg {
	width: 20px;
	height: 20px;
	fill: #cf8348;
}

.module-services.custom .ry-content .ry-flex .each-block .group .link, 
.module-services.custom .ry-content .ry-flex .each-block .group .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}

.module-services.custom .ry-content .ry-flex .each-block:not(:hover) .group .title {
	margin-bottom: -110px;
}

.module-services.custom .ry-content .ry-flex .each-block .group .title {
	transition: .3s;
	z-index: 1;
	padding: 0 60px;
}

.module-services.custom .ry-content .ry-flex .each-block .group:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-radius: 50%;
	background: var(--clr-secondary);
		opacity: .7;
		transform: translate(-50%, -50%);
		opacity: 0;
		}

.module-services.custom .ry-content .ry-flex .each-block:hover .group:before {
	opacity: .7;
}

.module-services.custom .ry-content .ry-flex .each-block:hover .group img, 
.module-services.custom .ry-content .ry-flex .each-block:hover .group .button-svg {
	opacity: 1;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(1) {
	/* position: absolute; */
	top: -60px;
	left: 250px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(2) {
	top: 115px;
	left: -30px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(3) {
	bottom: -160px;
	left: 180px;
	width: 330px;
	min-width: 330px;
	height: 330px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
	right: 190px;
	top: -90px;
	width: 330px;
	min-width: 330px;
	height: 330px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(6) {
	right: -40px;
	top: 170px;
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(5) {
	bottom: -60px;
	right: 230px;
}

.module-services.custom .ry-content .content .ry-headline {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Assets/center_circle_services_V2.png);
	background-size: cover;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: inset -5px -5px 30px rgb(0 0 0 / 40%);
}

.module-services.custom .ry-content .content .ry-headline h2 {
	line-height: 1;
}

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

.module-services.custom .ry-content .content .ry-headline .ry-btn {
	margin-top: 30px;
	border: 1px solid white !important;
}

.module-services.custom .ry-content .content .ry-headline h2 {
	font-size: 55px !important;
}

.module-services.custom .ry-content .ry-flex .each-block:hover {
	scale:1.2;
	transition:all .3s ease
}
/* .module-services.custom .ry-content .ry-flex .each-block:hover .photo {
    height: 460px;
    border-radius: 500px;
    transition: .3s;
} */
.module-services.custom .ry-content .ry-flex .each-block .photo:before {
    content: "";
    position: absolute;
    background: radial-gradient(#ffffff, #f9f9f9);
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 500px;
    transition: .3s;
}
.module-services.custom .ry-content .ry-flex .each-block:hover .photo:before {
    transition: .3s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 70%);
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    z-index: 1;
}

.module-services .ry-container {
    position: relative;
    z-index: 9;
}

.module-services.custom .ry-content .content .ry-headline h2, .module-services.custom .ry-content .content .ry-headline h2 .span-1 {
    color: #f2f8fc !important;
}

@media (max-width: 1280px) {
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(1) {
		/* position: absolute; */
		top: -100px;
		left: 170px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
		right: 80px;
		top: -150px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(3) {
		bottom: -200px;
		left: 100px;
	}
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(5) {
		bottom: -130px;
	}
}

@media (max-width: 1080px) { 
	.module-services.custom .ry-content .ry-flex .each-block {
		margin: 0 10px;
	}
	.module-services.custom .ry-content .ry-flex {
		position: relative;
		top: unset;
		width: auto;
		height: auto;
	}

	.module-services.custom .ry-content .ry-flex .each-block {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		right: unset !important;
		transform: unset !important;
		bottom: unset !important;
	}
	.module-services.custom .ry-content .content {
		flex-direction: column;
	}
	.module-services.custom {
		padding-top: 100px;
		padding-bottom: 160px;
	}

	.module-services.custom .ry-content .ry-flex .each-block:nth-child(3), 
	.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) {
		width: 275px;
		min-width: 275px;
		height: 275px;
	}

	/* Default slide */
	.module-services.custom .ry-content .ry-flex .slick-slide {
		transform: scale(0.8) !important;
		transition: all 0.4s ease-in-out;
	}
	.module-services.custom .ry-content .ry-flex .slick-slide,
	.module-services.custom .ry-content .ry-flex .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		transform: scale(0.8, 0.8) !important;
		transition: all 0.4s ease-in-out;
	}

	/* Active center slide (You can change anything here for cenetr slide)*/
	.module-services.custom .ry-content .ry-flex .slick-center,
	.module-services.custom .ry-content .ry-flex .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		transform: scale(1) !important;
	}
	.module-services.custom .ry-content .ry-flex .slick-current.slick-active{
		transform: scale(1.1) !important;
	}

	.module-services.custom .ry-content .ry-flex .slick-list {
		padding: 60px 0 !important;
	}

	.module-services.custom .ry-content .ry-flex {
		margin-top: -200px;
		z-index: 2;
	}
	.module-services.custom .slick-dots {
		display: flex !important;
		position: absolute;
		bottom: -40px;
		list-style: none;
		padding-left: 0;
		gap: 0;
	}

	.module-services.custom .slick-dots li {
		height: 12px;
		padding: 0;
		margin: 0 2.5px;
		line-height: unset;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -9999px;
		border: unset;
		padding:0;
		background: var(--clr-secondary);
			border-radius: 50%;
			transition: .4s;
			opacity: .5;
			}

	.module-services.custom .slick-dots li.slick-active button {
		width: 40px;
		border-radius: 10px;
		opacity: 1;
	}
	.module-services .slick-arrow {
		position: absolute;
		left: 0;
		text-indent: -1000px;
		z-index: 9;
		bottom: 0;
		text-indent: -230%;
		white-space: nowrap;
		overflow: hidden;
	}

	.module-services .slick-arrow {
		background: #000;
		width: 30px;
		height: 30px;
		border: unset;
		box-shadow: unset;
		background: transparent;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.module-services .slick-arrow.slick-prev {
		left: calc(50% - 30px);
	}

	.module-services .slick-arrow.slick-next {
		left: unset;
		right: calc(50% - 30px);
	}

	.module-services .slick-arrow:before {
		border: solid #4b328f;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		content: "";
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
	}

	.module-services .slick-arrow.slick-prev:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.module-services.custom .ry-content .ry-flex .each-block:hover .photo {
		height: auto;
	}
	.module-services.custom .ry-content .content .ry-headline {
		justify-content: flex-start;
		width: 480px;
		height: 480px;
	}
	.module-services.custom {
		padding-bottom:80px
	}
}

@media (max-width: 480px) {
	.module-services.custom .ry-content .content .ry-headline h2 {
		font-size: 50px !important;
	}
	.module-services.custom {
		padding-bottom: 40px;
	}
}

.module-services.custom .ry-content .ry-flex .each-block:nth-child(1) .photo {
	background: #a6e0e4;
}
.module-services.custom .ry-content .ry-flex .each-block:nth-child(2) .photo {
	background: #d1ecf3;
}
.module-services.custom .ry-content .ry-flex .each-block:nth-child(3) .photo {
	background: #86d5f6;
}
.module-services.custom .ry-content .ry-flex .each-block:nth-child(4) .photo {
	background: #86d5f6;
}
.module-services.custom .ry-content .ry-flex .each-block:nth-child(5) .photo {
	background: #d1ecf3;
}
.module-services.custom .ry-content .ry-flex .each-block:nth-child(6) .photo {
	background: #a6e0e4;
}

/** Services Style End **/

/* BRAND SECTION START 
	.module-brand .slick-slide img {
  object-fit: cover;
  object-position: center top;
  flex-basis: 60%;
  height:  100%;
}
h2.ry-section-title {
  color:#668bb0;
}

h2.ry-section-title, h4.ry-section-sub-title {
  text-align:center
}

h4.ry-section-sub-title {
  text-align:center;
  text-transform: uppercase;
    font-size: 22px;
      font-weight: 400 !important;
  margin-bottom:10px;
  color:#fff;
  letter-spacing:2px;
}
.module-brand .slick-slide img {
    object-fit: cover;
    object-position: center top;
    flex-basis: 60%;
    height: 100%;
}

	@media (max-width: 991px) {
	
	.module-14 .ry-slide {
	  height: auto;
	}


	div#mobile-slider {
	  margin-top: 70px !important;
	}

	.hf-text h1 {
	  font-size: 2.5em !important;
	  color: #fff;
	  text-transform: uppercase;
	}

	div#card1 {
	  background: #000;
	  padding: 2em 0;
	  margin-top: -1px;
	}

	.hf-text h1  strong {
	  font-size: 60px;
	}
	
	div#mobile-slider .carousel-control {
	  display: none !important;
	}
	
	div#virtual-try-on-slide .photo img {
		display: block !important;
	}
	
	div#top-brands:before {
		display:none;
	}
	
	.brands-block {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 10px;
		justify-content: space-around;
	}
	
	.mobile-slider {
		width: 45%;
	}
	
	.mobile-brands-section .carousel-control.left, .mobile-brands-section .carousel-control.right {
		display: none !important;
	}

	.brands-block .logo-wrapper {
		background: #e9e9e9;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.brands-block .logo-wrapper img {
		max-width: 100px;
		width: 90%;
		margin: auto;
	}

	.brands-block .photo img {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.brands-block .carousel-control {
		display: none !important;
	}
	
	.mobile-brands-section {
		padding: 4em 0px !important;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-88aa7a1b-be51-48bd-bb3e-46f63a453336/Homepage_Assets/brands_bg.jpg) no-repeat;
		background-size:cover;
	}

	.mobile-brands-section h2.ry-section-title {
		margin-bottom: 15px;
		text-align: center;
		font-size: 35px !important;
		line-height: 40px !important;
		font-weight: 700;
		text-transform: uppercase;
	}

	.mobile-brands-section h4.ry-section-sub-title {
		font-size: 22px;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 28px;
	}

	.mobile-brands-section .section-heading {
		margin-bottom: 2em;
	}

	div.virtual-verbiage h4 {
		font-size: clamp(16px, 1.146vw, 22px);
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #333 !important;
		font-weight: 500;
		text-align: left !important;
	}



	div.virtual-verbiage h3 {
		text-align: left !important;
		color: #333;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 21px;
		margin-top: 6px;
	}

	div.virtual-verbiage {
		top: 0;
		display: flex;
		justify-content: flex-end;
		position: relative;
		left: -1.5em;
	}

	div#virtual-try-on-slide:before {
		left: 10%;
		top: 22%;
	}
	
	div#top-brands:after {
		display: none;
	}

	div.try-on-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 4em;
	}

	.mobile-brands-section .carousel-indicators li {
		background: rgb(255 255 255 / 18%);
		width: 12px !important;
		border: none !important;
		height: 12px !important;
		margin: 0 5px !important;
		
	}

	.mobile-brands-section .carousel-indicators .active {
		background-color: #fff !important;
	}

	.mobile-brands-section .carousel-indicators {
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		bottom: -4em !important;
		display: flex !important;
        justify-content: center;
	}
}

 BRAND SECTION END */

/** BRAND SECTION 

.brand-section {
    background: #fbf1ef;
	padding: 80px 0px 95px;
}
.brand-section .ry-flex,
.brand-section .swiper-wrapper{
	align-items: center;
}
.brand-section .ry-label {
    width: 100%;
    max-width: 320px;
}
.brand-section .ry-brand-slider{
	width: calc(100% - 320px);
}
.brand-section .swiper-pagination,
.brand-section .swiper-button-next, .brand-section .swiper-button-prev{
	display: none;
}
.brand-section .swiper-slide{
	justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.module-brand .ry-container h2 {
    text-align: center;
    color: #fff;
	opacity: .7;
}

.module-brand .ry-container h2 span.span-1 {
    color: #fff !important;
	opacity: .7;
}

Brand End **/

/** Dry Eye End **/
.ipl-section .ry-container {
    max-width: 1280px;
}

.ipl-section {
    background: linear-gradient(to bottom, #d8e1e3, #fff);
	padding-top: 4rem;
}

.ipl-section .ry-each.ry-left {
    align-self: center;
    padding: 40px 0 120px;
}

.ipl-section .ry-each.ry-right {
	height: 0;
	padding-bottom: 72%;
	z-index: 9;
	width: 100%;
	max-width: 500px;
}
.ipl-section .ry-each.ry-right img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ipl-section .ry-each.ry-left ul {
    margin: 30px 0 20px;
	padding-left: 0px;
}
.ipl-section .ry-each.ry-left ul li:not(:first-child) {
    margin-top: 12px;
}
.ipl-section .ry-each.ry-left ul li strong {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 20px;
	color: #5a7694;
}

.ipl-section .ry-each.ry-left ul li {
    position: relative;
    list-style: none;
    padding-left: 40px;
}

.ipl-section .ry-each.ry-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%235a7694' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 48c110.5 0 200 89.5 200 200 0 110.5-89.5 200-200 200-110.5 0-200-89.5-200-200 0-110.5 89.5-200 200-200m140.2 130.3l-22.5-22.7c-4.7-4.7-12.3-4.7-17-.1L215.3 303.7l-59.8-60.3c-4.7-4.7-12.3-4.7-17-.1l-22.7 22.5c-4.7 4.7-4.7 12.3-.1 17l90.8 91.5c4.7 4.7 12.3 4.7 17 .1l172.6-171.2c4.7-4.7 4.7-12.3 .1-17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.module-69 .ry-each-right div.ry-btn-wrap {
    margin-top: 40px;
}

@media (min-width: 1081px) {
	.module-69.style2 {
		padding-bottom: 16rem;
		margin-bottom: -7rem;
		padding-top: 10rem;
		margin-top: -7rem;
	}
	.ipl-section .ry-each.ry-left{
		padding-bottom: 160px;
	}
}

/** OPTICAL BOUTIQUE **/

/** Start Of Footer **/

.module-44 .social-icons .social-inner-wrap a {
    color: #211d70 !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
    color: #211d70 !important;
    opacity: 1 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    left:0;
    top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap {
	margin-top: 30px;
}
	
.module-44 .ry-divisor .social-inner-wrap:after { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    right:0;
    top:20%;
}
.module-44 .ry-divisor {
    border:unset !important;
}

.module-44 .ry-flex .ry-each .website-info .address:before {
    content: "\f3c5";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
    content: "\f095";
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before {
    font-family: 'Fontawesome';
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #8bcac544;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#ffffff;
    font-size:22px;
    font-weight:900; display: none;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    border: unset;
    box-shadow: unset;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
	    font-family: 'FontAwesome';
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
	
.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}
.module-44 .ry-flex .ry-each .website-info .phone p a{
	color: #ffffff;
	font-weight: 500;
	margin-top: 8px;
} 

.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
	
.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
    opacity:1 !important;
    color: #8bcac5 !important
}

	
.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
    display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
    width: 100%;
    max-width:230px;
    text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom:2px;
	gap: 20px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright {
	background: #000002;
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}
.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
	filter:unset
}
div.module-44 .ry-footer-copyright {
	padding: 0;
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}

	
@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* Two columns */
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction:column;
		justify-content:center;
		text-align:center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
}

@media (max-width: 680px) {
    .module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

}

@media (max-width: 1080px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items: center !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
}


/** End of Footer **/



	
/*----- BUILD | MAICA | 06.26.25-----*/

:root {
	--secondary-bg: #00adee;
	--primary-bg: #211d70;
	--site-font: Josefin Sans;
	--title-font: Josefin Sans;
	--brown-clr:#7b533c
}
	
html {
    scroll-behavior: smooth;
}

body {
  background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Background_images/body_bg_background_repeat.jpg) repeat center
}
	
 body #ry-pg-body p,  body #ry-pg-body div{
    font-size: clamp(1.125rem, 1.0772rem + 0.1961vw, 1.3125rem) !important;
    line-height:1.4
}

.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}
	
.list > ul {
  column-count: 1;
  column-gap: 2rem;
}
.list > ul li{
	padding:0;
}
.list > li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
@media (min-width: 768px) {
  .list > ul {
    column-count: 2;
  }
}


.icon-bar .appointment, .icon-bar .phone, .icon-bar .book, .icon-bar .cart, .icon-bar .shop {
    background: var(--primary-bg);
}
.icon-bar .appointment:hover, .icon-bar .phone:hover, .icon-bar .book:hover, .icon-bar .cart:hover, .icon-bar .shop:hover {
    background: var(--secondary-bg);
}

body .uwy .uiiw{
    background: var(--primary-bg) !important;
    border-radius:50%
}
	
body #ry-pg-body a{
	color:var(--secondary-bg)
}
	
[data-page-id="WebPage-ec1a36c8-22a9-4d4a-b11e-13e2f6ae07b5"] #ry-pg-body .ry-left h2:not(:first-of-type) {
    margin-top:50px  
}
.grecaptcha-badge {
	z-index:9
}
/*----- BUTTONS -----*/
.ry-btn {
	/* padding-inline:30px; */
	padding:15px 20px 10px;
}
.ry-btn, 
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Assets/button_wood_bg.jpg) no-repeat center / cover !important;
	border-radius:0 !important;
	 position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	line-height:1.4
}
#ry-pg-body .ry-btn {
	height:48px;
	max-height:fit-content;
	line-height:1
}
	
.ry-btn::before, .module-34 .header-cta a::before,
.module-34 .module-34-top .module-34-top-left .ry-btn-module-34::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.ry-btn.ry-btn-primary::before,
.module-34 .header-cta a::before,
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34::before, .module-34 .ry-btn-module-34::before {
  border:solid #795548 3px
}
	
.ry-btn:hover,
.module-34 .header-cta a:hover,
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover, .module-34 .ry-btn-module-34:hover {
	transform: scale(0.9)!important;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Assets/button_wood_bg.jpg) no-repeat center / cover !important;
	color:#fff !important
}

.ry-btn:hover::before,
.module-34 .header-cta a:hover::before,
.module-34 .ry-btn-module-34:hover::before {
  opacity: 1;
}
	
/* ----- FONT ----- */
.module-67 .ry-container #about .ry-section-title-wrapper h2 {
    line-height:1.1 !important;
    font-weight: 600 !important;
    font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
}

body.home h2 span:not(.ry-custom-services .ry-grid .ry-items:first-child .ry-services-title-wrap h2 span,.logo-bold), body.home .ry-multi-item-slider-heading-section, .ry-services.style2 h2 span {
    color:var(--secondary-bg);
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 20px !important;
    line-height:1.1 !important;
    margin-block:10px;
	font-style: normal;
	display: block;
	font-family: 'Josefin Sans', sans-serif !important;

}
body, body p, body div {
    font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem) !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 400 !important; 
    color: #666566;
	letter-spacing: -1px;
}
	
u {
    color:var(--secondary-bg)
}
	
/*----- HEADER UPDATE -----*/
.header-cta {
	display:flex;
	align-items:center;
	gap:10px;
	padding-top:20px
}
	
.module-34 {
    background:#fff
}
	
.module-34 .ry-header-logo img {
    max-width: 380px;
    transition: all .3s ease;
}

.module-34 .module-34-bot {
    margin-top: 50px;
}
.module-34 .ry-menu a {
	font-weight:600
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	text-transform:uppercase;
	font-size: 20px;
	height: 50px;
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34 i, 
.module-34 .ry-btn-module-34 i {
	display:none
}

.module-34-top-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-35 .mobile-nav .hamburger-inner, .module-35 .mobile-nav .hamburger-inner::before, .module-35 .mobile-nav .hamburger-inner::after,
.module-35 .mobile-button a {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Assets/button_wood_bg.jpg) center center / cover no-repeat !important;
}
.module-35 .mobile-button a {
	color:#fff;
	width:45px;
	height:45px
}

.module-35 .mobile-nav .hamburger {
	padding:15px 15px 10px 0;
	display:flex;
	align-items:center;
}
.module-35 {
	border-bottom: solid #7b533c 2px
}
.mm-panel .mob-menu a {
	padding-block:13px
}
	
.mm-panel .mob-menu a,
#menu_container .mm-listview li a {
    text-wrap:wrap;
    line-height:1.2;
    font-size:18px;
	letter-spacing:1px
}
	
.mm-panel_opened {
	padding-inline:0px
}
#menu_container, .mm-panels, .mm-panels>.mm-panel{
    background:var(--primary-bg)
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:first-child ,
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:last-child {
    border-radius:0 !important
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li{
    padding:0;
    background: var(--primary-bg) !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background:transparent
}
.ry-menu .ry-nav li.dropdown .dropdown-menu {
    background:transparent
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    min-width:290px;
    width:fit-content
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a {
    background: var(--primary-bg);
    text-wrap:wrap
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:hover a {
background: var(--secondary-bg);
}
    .module-34 .ry-menu a {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1280));
    letter-spacing: 1px;
}
.ry-menu .ry-nav .dropdown-menu>li>a{
    font-size: calc(15px + 2 * ((100vw - 320px) / 1280)) !important;
}
/*----- HERO SECTION -----*/
.module-66 .bnr-textbox .ry-section-title {
	font-size: clamp(2.1875rem, 1.4706rem + 2.9412vw, 5rem);
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400 !important;
	font-family: "Josefin Sans";
	text-align: center;
	line-height:1.2
}
.module-66 .bnr-textbox .ry-section-title span{
	font-size: clamp(1.25rem, 1.0907rem + 0.6536vw, 1.875rem);
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	display:block
}

.module-66 .bnr-textbox .ry-btn{
	margin:10px auto 0
}
	
.module-66::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px; 
  background: linear-gradient(to bottom, #ffffffed 30%, transparent 100%);
  z-index: 1; 
}
	
.module-66 video{
	height:100vh;
	width:100%;
	object-fit:cover;
	position:relative
}
.module-66::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(24 24 24 / 26%), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.module-66 .carousel .carousel-control {
	display:none
}
	
/*------ WELCOME SECTION -----  */
.module-67 {
	padding-bottom:80px
}
#welcome-wrap .ry-aurora {
    display:none
}
.module-67 .ry-container {
    max-width:960px
}

.module-67 .ry-container .ry-each{
    max-width:850px;
    width:100%;
    margin:auto
}
	
.module-67 .background-section {
  display:none
}

.module-67, .module-25-cta #swiper-hero {
  background:transparent
}
	
#welcome-wrap::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/girl_line_art.png) no-repeat right;
	z-index: 1;
	right:-14%;
	top:20%
}

/*---- CTA SECTION -----*/
.cta-wrapper {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	place-items:center
}
.cta-wrapper .swiper-slide{
	display:flex;
	justify-content:center;
	align-items:center
}
.module-25-cta .ry-hero-cta-img-container img {
	border:unset;
	object-fit:contain;
	 transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.module-25-cta .ry-hero-cta-img-container {
	max-width:280PX;
	height:280px;
	margin-bottom:0px !important;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}

.module-25-cta .ry-hero-cta-img-container .photo{
	display:flex;
	justify-content:center;
	align-items:center;
}

.module-25-cta .ry-hero-cta-img-container img.default {
  opacity: 1;
}
.module-25-cta .ry-hero-cta-img-container img.hover {
  opacity: 0;
}

.module-25-cta .swiper-slide:hover img.default {
  opacity: 0;
}
.module-25-cta .swiper-slide:hover img.hover {
  opacity: 1;
}

.module-25-cta .swiper-slide {
	transition:all .3s ease
}
.module-25-cta .swiper-slide:hover {
	margin-top:-50px;
}
.module-25-cta .ry-hero-cta-link {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.module-25-cta .ry-hero-cta-text a{
	font-size: 20px !important;
	text-transform: uppercase;
	color: #282728 !important;
	font-weight: 500;
	font-family: "Josefin Sans";
	text-align: center;;
	letter-spacing:1px !important;
	line-height:.5
}

.module-25-cta .ry-hero-cta-text span {
	display:block
}

.module-25-cta {
	display:flex
}
.module-25-cta .swiper-container {
	max-width:1080px;
	margin:auto;
	padding-top:5px !important;
	padding-bottom:100px
}
.module-25-cta .ry-hero-cta-text {
    margin-top:-20px
}
	
.cta-wrapper .slick-dots {
  bottom: -30px; 
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}


.cta-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}


.cta-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-wrapper .slick-dots li.slick-active button {
  background: var(--brown-clr); 
}
	
/*----- SERVICE SECTION -----*/
div#section-services {
    background:transparent
}
.module-services.style-6 {
    margin-top:-200px
}
.module-services .ry-container {
    padding-top:400px;
    max-width:1280px;
	width:90%
}
.module-services.style-6 .background-section, .module-services.style-6 .background-section img {
    object-position:top;
}

.module-services.style-6 .ry-flex {
    flex-direction:column;
	row-gap:30px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
    width:100%;
    display:flex;
	align-items:center;
	justify-content:space-between;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
	width:48%;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:before,
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:after {
    display:none
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info *{
	text-align:start !important;
	line-height:1.4 !important;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .info p {
	letter-spacing: -1px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn {
	margin-top:30px
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(odd){
	flex-direction:row-reverse
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
    padding-top:0;
	padding-bottom:10px
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3{
    color: #545454;
    text-transform:uppercase;
    letter-spacing: -1px;
    font-size: clamp(1.75rem, 1.5588rem + 0.7843vw, 2.5rem);
    line-height:1.2 !important
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:hover .photo {
    filter: unset;
    transition: .5s;
}
/*------ TEAM SECTION -----  */
.module-69.style2 .ry-container {
    display:block
}

.module-69.style2{
    background:transparent
}
.module-69.style2 .bg-image {
    display:none
}
.module-services.style-6 {
    padding: 130px 0 620px;
}
div#section-services {
    z-index:2
}
div#section-team {
    z-index:1;
    margin-top:-200px
}

.module-69.style2 .ry-flex {
    margin-top:80px;
}

.module-69.style2 h3 {
        color: #545454;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: clamp(1.75rem, 1.5588rem + 0.7843vw, 2.5rem);
    line-height: 1.2 !important;
}

.module-69.style2 .text-content .span-1 {
    color:var(--secondary-bg) !important;
}

.module-69.style2 .ry-each-left img{
    max-width:375px;
    width:100%;
}

.module-69.style2 .ry-each-right{
    width:50%;
}
.module-69.style2 .ry-each-left{
    width:50%;
    position:relative;
}

.module-69.style2 .ry-each-left::before {
  	content: "";
    position: absolute;
    bottom: 0px;
    left: 30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/dr_leaf.png) no-repeat;
}

.module-69.style2 .ry-each-left::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 60px;
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/dr_gold_splatter.png) no-repeat bottom right;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.module-69 .ry-each-right div {
    letter-spacing:-1px
}
.module-69.style2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 3.5%;
    top: -19%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/girl_line_art.png) left center no-repeat;
}
@media(min-width:2000px) {
	div#section-team {
		margin-top: -0;
	}
	.module-69.style2 {
		padding-bottom: 10rem;
		margin-bottom: 0;
		padding-top: 10rem;
		margin-top: 0;
	}

	.module-69.style2::before {
		top: 50%;
		transform:translateY(-50%)
	}
}
@media (max-width: 1199px) {
   .module-69.style2 .ry-container .ry-each-right {
       min-width:unset
   }
    .module-69.style2 .ry-flex {
        margin-top:10px
    }
     .module-69.style2 .ry-container .ry-each-left {
        max-width:35%
    }
     .module-69.style2 .ry-container .ry-each-right {
       min-width:60%
   }
     .module-69.style2 .ry-flex {
        gap:15px
    }
}


@media (max-width: 1080px) {
     .module-69.style2 .ry-flex {
        flex-direction:column;
    }
    .module-69.style2 .ry-container .ry-each-right,
    .module-69.style2 .ry-container .ry-each-left,
    .module-69.style2 .ry-each-left,
    .module-69.style2 .ry-each-right{
        max-width:100%;
        width:100%;
    }
    .module-69.style2 .ry-each-left img {
        margin:auto;
        margin-bottom:30px
    }
    .module-69.style2 .ry-each-right * {
        text-align:center
    }

    .module-69.style2 .ry-each-right .ry-btn {
        margin:0 auto
    }
     .module-69.style2 .ry-flex {
        margin-top:50px
    }
    .module-69.style2 .ry-each-left::before {
        left:10%;
    }
    .module-69.style2 .ry-each-left::after {
        right: 20%;
        bottom:-40px;
    }
}
@media (max-width: 780px) {
    .module-69.style2 .ry-each-left::before {
        left:0%;
		bottom:0px;
    }
    .module-69.style2 .ry-each-left::after {
        right: 0%;
        bottom:-40px;
    }
	.module-69.style2:before {
		top:70%;
		left:80%;
		transform:translate(-50%,-30%);
		background-position:center;
		background-size:contain;
		height:50%;
    }
}
@media (max-width: 600px) {
	.module-69.style2 .ry-each-left img {
		max-width:260px
	}
	.module-69.style2 .ry-each-left::before {
		background-size:contain
	}
	.module-69.style2 .ry-each-left::after {
		right: 0%;
		bottom:-40px;
	}
	  .module-69.style2:before {
    top:60%;
    }
}
/*------ TESTIMONIAL SECTION -----  */
.module-testimonials.style-4 {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Background_images/reviews_bg_texture.jpg) no-repeat center / cover;
    margin-top:-2px;
    z-index:3
}
.module-testimonials.style-4 .ry-flex .ry-each.each-middle {
    border-radius:0;
    max-width:510px;
    width:100%;
    
}
.module-testimonials.style-4 .ry-flex .each-middle .photo, .module-testimonials.style-4 .ry-flex .each-middle .photo img{
    object-fit:contain;
    height:auto;
}

.module-testimonials.style-4 .ry-flex .ry-each.each-middle:before {
    display:none
}
.module-testimonials.style-4 .ry-headline h2 {
    color:var(--primary-bg) !important
}

.module-testimonials.style-4 .ry-flex * {
    color:#fff !important
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.right::before {
  content: "\f054";   
}
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.left::before,
 .module-testimonials.style-4 .ry-flex .ry-each .carousel-control.right::before {
      display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
      font-family: fontawesome;
    background: none;
 }
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.left::before {
     content: "\f053";
}
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
    border:0;
    background:transparent;
    opacity:.3
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.left:hover,
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.right:hover{
    opacity:1
}
.module-testimonials.style-4 .ry-flex .ry-each .each-comment h5 {
   font-size: 24px;
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
   margin-bottom:20px
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.left {
    left: calc(50% - 53px);
}
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.right {
    right: calc(50% - 50px);
}
	
/*BRAND SECTION*/
.module-brand {
	padding: 130px 0 300px;
}
	
.brand-wrapper .swiper-slide .logo-wrapper img {
	height: 96px;
	width:200px;
	max-height:80px;
	margin:auto;
	object-fit: contain;
}

#top-brands .custom-headline *{
	color:#fff !important
}

#top-brands  .button-nav-swiper .button-next, #top-brands .button-nav-swiper .button-prev {
	width:fit-content
}
#top-brands .button-nav-swiper .button-next svg, #top-brands .button-nav-swiper .button-prev svg {
	fill:#fff;
	width:50px !important;
	height:50px !important;
}

#top-brands .button-nav-swiper .button-next:hover svg, #top-brands .button-nav-swiper .button-prev:hover svg{
	opacity:.5
}

#top-brands .button-nav-swiper {
    position: absolute;
    top: 50%;
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 9999;
    max-width: 1280px;
}

#top-brands  .slick-dots {
  padding: 0;
  margin: 0;
  display: flex !important;
  justify-content: center;
  gap: 8px; 
margin-top:50px
}

#top-brands .slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-brands .slick-dots li button {
  font-size: 0; 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  transition: opacity 0.3s ease;
  border: none;
  outline: none;
}

#top-brands .slick-dots li.slick-active button {
	opacity:.5
}
	
	
/*------ FOOTER -----  */
.module-44{
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Background_images/footer_Bg_v2.jpg) no-repeat center / cover !important;
	background-color:unset;
	padding-top: 120px;
}
.module-44 .footer-warpper > .ry-each{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding-bottom:40px;
    
}
.module-44 .ry-flex {
	border-block: solid #80808038  2px;
	padding:50px 0 60px
}
.module-44 .ry-flex * {
	color:#666 !important
}

.module-44 .social-wrapper {
	width:fit-content;
	display:flex;
	align-items:center;
}
.module-44 .social-wrapper > div {
	opacity: 0.800;
	font-size: 28px !important;
	text-transform: uppercase;
	color: #282728;
	font-weight: 600 !important;
	margin-top:10px
}
.module-44 .social-icons .social-inner-wrap {
    margin-top:0
}
.module-44 .ry-divisor {
    width:fit-content
}
.module-44 .ry-footer-logo {
    margin:unset
}

.module-44 .social-icons .social-inner-wrap li .fa {
    background:transparent !important;
    border:solid 3px var(--primary-bg)
}

.module-44 .social-icons .social-inner-wrap li:hover .fa {
	border-color:var(--secondary-bg);
	color:var(--secondary-bg) !important;
	transition:all .3s ease
}
.module-44 .ry-flex .ry-each h2 {
	 font-weight:600 !important
}
.module-44 .ry-footer-top {
	padding-bottom:0
}
.module-44 .ry-footer-copyright {
	background:transparent;
}
.module-44 .ry-footer-copyright .ry-container {
	padding:25px 0
}
.module-44 .ry-footer-copyright * {
	color:#666 !important;
	font-size:16px !important
}
.module-44 .ry-footer-top a:hover, .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover {
	coloR:var(--secondary-bg) !important
}

.module-44 .ry-flex .ry-each li a {
    display:block;
    line-height:1.2 !important
    
}
.module-44 .ry-flex .ry-each li {
    padding-bottom:10px;
}

.module-44 .ry-flex .ry-each:nth-child(2),
.module-44 .ry-flex .ry-each:nth-child(4){
    flex-basis: 12.4%;
}

.module-44 .ry-flex .ry-each:nth-child(3) {
    flex-basis: 15%;
}
.module-44 .ry-container {
    max-width:1440px;
    width:90%;
}


	
/*------ BRAND SECTION -----  */
.module-brand .brand-wrapper {
        max-width:1600px;
    width:100%;
    display:flex;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Background_images/brands_container.png) no-repeat center / cover;
    padding:100px 0
}
.module-brand .brands {
    max-width: 1280px;
    width:100%;
    margin:auto
}
.brand-wrapper .swiper-slide .photo {
    border-top-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
}

.brand-wrapper .swiper-slide .logo-wrapper {
    padding: 20px 20px;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    overflow: hidden;
}

.brand-wrapper .swiper-slide .logo-wrapper img {
    max-width: 120px;
    height: 30PX;
    position: relative; 
    z-index: 2;      
	filter:brightness(0) 
}
	
.brand-wrapper .swiper-slide .logo-wrapper h6 {
	color:#000
}

.brand-wrapper .swiper-slide .logo-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgb(81 81 81 / 65%));
    z-index: 1;
    pointer-events: none;
}

.brand-wrapper .swiper-slide.slick-center .logo-wrapper::before {
    display:none
}
.brand-wrapper .slick-slide.slick-center + .slick-slide .logo-wrapper::before,
.brand-wrapper .slick-slide.slick-center + .slick-slide + .slick-slide .logo-wrapper::before{
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgb(81 81 81 / 65%)) !important;
}

#top-brands .slick-dots li button {
    background:#afafaf;
    width: 12px;
    height: 12px;
}

#top-brands .slick-dots li.slick-active button {
    background-color: #7e543c;;
    opacity:1
} 
.module-brand .ry-container{
    width:90%
}
	

.module-brand .brand-wrapper {
	position: relative;
}

.module-brand .brand-wrapper:before {
	content: "";
	position: absolute;
	top: -110%;
	right: -14%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/brands_leaf.png) no-repeat;
	background-size: contain;
	width: 600px;
	height: 900px;
	pointer-events: none;
	transform:translateY(50%);
	z-index:-1
	
}

.module-brand .brand-wrapper:after {
	content: "";
	position: absolute;
	bottom: -15%;
	left: -5%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/HomepageAssets/brands_gold_splatter.png) no-repeat;
	background-size: contain;
	width: 300px;
	height: 300px;
	pointer-events: none;
	z-index:-1
}

.module-brand .brand-wrapper .slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-80px);
    z-index: 10;
}
.module-brand .brand-wrapper .slick-slide.slick-center + .slick-slide + .slick-slide{
    transform: scale(0.7) translate(-300px);
}
.module-brand .brand-wrapper .slick-slide {
    transform: scale(0.7) translate(300px);
}
.module-brand .brand-wrapper .slick-slide.slick-active{
	transform: scale(0.8) translate(80px);
}
.module-brand .brand-wrapper .slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
}
	
.module-brand .section-headline h2 {
    max-width:unset
}
	
/*----- SIDEBAR -----*/
.ry-accordion {
    box-shadow: 1px 1px 90px rgb(232 242 255 / 17%);
}
#ry-sidebar #accordion #services {
	display:none
}
#ry-sidebar #searchfield input[type="text"] {
	border-color:var(--primary-bg)
}

#ry-sidebar #accordion .ry-drop-nav ul li{
	background:#f1f8ff
}
#ry-sidebar #accordion .ry-drop-nav ul li a{
    color:#666
}

#ry-sidebar .ry-sb-title{
    background:var(--primary-bg)
}


#ry-sidebar #accordion .ry-drop-nav ul li a, #ry-sidebar #accordion .ry-drop-nav a {
    transition:all ease-in-out .10s;
}

#ry-sidebar #accordion .ry-drop-nav ul li a:hover, #ry-sidebar #accordion .ry-drop-nav a:hover{
    background:none;
    color:var(--primary-bg);
    font-weight:600;
    
}

#ry-sidebar .ry-link-wrp .ry-link-item a {
    transition:unset;
    font-size:19px
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
   color:var(--primary-bg);
    font-weight:600;
    transition:all 0.3s ease
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
    color:  var(--primary-bg) !important;
    font-weight:600;
}

#ry-sidebar .ry-link-wrp .ry-link-item.active{
    background:unset
}

#ry-sidebar #searchfield button:before {
    color:var(--primary-bg)
}

 #ry-sidebar #accordion .ry-drop-nav.open {
     background:unset
 }

#ry-sidebar .ry-sb-title div  {
    line-height:1.1;
    color:#fff;
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
    font-size:30px !important;
    line-height:1.1;
}
#ry-sidebar	.ry-sb-title.ry-helpful-articles:hover{
    cursor:pointer
}
	
/*----- ACCORDION -----*/
.ry-accordion .ry-heading {
    transition:all .2s ease;
	background:#eeeeee;
}
.ry-accordion .ry-heading:hover,
.ry-accordion .ry-heading.ui-accordion-header-active {
    background:var(--primary-bg);
    color:#fff;
    transition:all .2s ease
}
.ry-accordion .ry-heading:hover p,
.ry-accordion .ry-heading:hover div,
.ry-accordion .ry-heading.ui-accordion-header-active p,
.ry-accordion .ry-heading.ui-accordion-header-active div{
    color:#fff;
}
.ry-accordion .ry-content {
    background:#ffffffa8;
    border:solid var(--primary-bg) 3px;
    border-top:0
}
	
/*------ ABOUT PAGE -----  */	
[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex img {
    margin: 0 auto 20px auto
}
[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex * {
    text-align:center
}

[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex {
    background:#ffede321;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	clip-path: polygon(50px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 50px);
	transition: clip-path 500ms;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:40px 60px;
    border:solid var(--brown-clr) 5px;
    background:#ffede321
}

[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: var(--brown-clr);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}
[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex:hover {
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 0px);
}

[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex:hover:after {
  transform: translate(-100%, -100%);
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
    font-size: calc(16.383px + 3.7234vw);
    width:100%;
    letter-spacing:1px;
	line-height:1.2
}
	
/*------FRAMES -----  */
  [data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .col3.card-container,
[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .col3.card-container,
[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .col3.card-container{
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
gap: 20px;
}

[data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .col3.card-container > *,
[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .col3.card-container > *,
[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .col3.card-container > *{
    width: calc(33.333% - 13.34px); 
}
.ry-flex.col3 .ry-each {
  padding-bottom:40px
}

/*------ CONTACT US PAGE -----  */
.col-xs-12.ry-each.contact-form {}.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
	line-height: 1.2 !important;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a,
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a span {
	color:var(--secondary-bg) !important
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--secondary-bg) !important;
	transition:all .3s ease
}


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-2{
	font-size: 23px !important;
    font-weight: bold;
    color: #151515;
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	min-height:50px;
	display:flex;
	justify-content:center;
	align-items:center
}

.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li a{
	min-width:50px;
	min-height:50px;
}
.custom-social-wrapper .social-inner-wrap li:nth-child(1) a svg {
    width: 18px;
	height:18PX
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li:hover{
	transform:scale(1.1);
	
}

.ry-form-box-wrapper .submit-btn {
		margin-top:15px
}
.custom-social-wrapper .social-inner-wrap li a.tiktok {
    background:#000
}
.custom-social-wrapper .social-inner-wrap li a.tiktok svg {
    stroke:#fff;
    stroke-width:1px
}
	
/*------ APPOINTMENT PAGE -----  */
.rw-section-header-wrap .rw-section-header  .rw-header-progress-title{
    line-height:1.1 !important
}

.rw-section-header-wrap .rw-section-header .rw-header-progress-active  .rw-header-progress-number,
.rw-section-header-wrap .rw-section-header .rw-header-progress-active .rw-header-progress-title{
    color:#fff !important;
}

.rw-section-inner .rw-form-button {
    font-size:20px !important;
    padding:10px !important;
    font-weight:500 !important
}
	
/*------ FORMS -----  */
.ry-form.ry-form-box,.contact-form .ry-flex {
	background: #ffede321;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	clip-path: polygon(50px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 50px);
	transition: clip-path 500ms;
	align-items: center;
	justify-content: center;
	border: solid var(--brown-clr) 5px;
}
.ry-form.ry-form-box {
	padding: 60px 70px;
}

.contact-template.style-2 .ry-flex {
	justify-content:space-between;
	display:flex;
}

.contact-template.style-2 .ry-flex .contact-form{
	    padding: 50px 4vw;
}
.ry-form.ry-form-box:after,
.contact-form .ry-flex:after{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: var(--brown-clr);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
	opacity:1
	
}

.ry-form.ry-form-box:hover, .contact-form .ry-flex:hover {
	clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 0px);
}

.ry-form.ry-form-box:hover:after, .contact-form .ry-flex:hover:after {
	transform: translate(-100%, -100%);
}

.ry-form .label {
	padding:5px 0 0;
	line-height:1.1
}
.ry-form .label p {
	line-height:1;
}

.ry-form .group-input {
	display: flex;
	gap: 10px;
}
form .fieldset > div {
	margin-bottom:20px
}
form label.inline{
	line-height:1
}
	
.ry-form div.has-error select {
    border: 1px solid red !important;
}	
/*------ REVIEW WIDGET -----  */
.rw-launcher {
    max-width:450px;
    width:100%;
}

.rw-launcher * {
    font-size:18px 
}
.rwl-summary{
    color:#666 !important
}
.rw-launcher * {
    font-size:18px !important;
    color:#979797
}
.rwl-title {
    color: #2020aa;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.rwl-body {
    max-width: 100%;
}
.rwl-footer {
    display:flex;
    justify-content:end;
    gap:5px
}

.rw-launcher svg {
    width:15px;
    height:15px
}
	
/*------ SERVICES PAGE -----  */
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#0a1761d1
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn {
	width:fit-content;
}


#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important;
	font-size:18px !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	margin-bottom:15px
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid #fff 1px
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block P {
	padding-inline:10px
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
	text-align:center	
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem) !important;
	max-width:330px;
	width:80%;
	line-height:1.1
}
#ry-pg-body.services-grid .module-services.style1 .ry-each:last-child img{
	object-position:top
}
	
/*------ MQ -----  */
@media screen and (min-width: 1440px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
		font-size: 60px;
	}
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
		max-width:1240px;
	}
}
	
@media (min-width: 992px) {
    #ry-pg-banner .ry-container, #ry-pg-body .ry-container {
        max-width: 1400px;
        width:90%;
    }
	 [data-page-id="WebPage-a3e14ae9-feac-4f1a-a880-debc912855d3"] #ry-pg-body .ry-container {
        max-width: 1300px;;
        width: 90%;
    }
}
	
@media(min-width:1080px) {
	.module-66 img {
		height:100vh;
		object-fit:cover
	}
	.module-25-cta .swiper-slide:hover {
		margin-top:unset;
	}
	.module-25-cta .swiper-slide:hover img{
		margin-top:-75px;
		transition:all .3s ease;

	}
	.module-25-cta .swiper-slide:hover .ry-hero-cta-text {
		transition:all .3s ease;
		margin-top:-50px
	}
}
@media(max-width:1880px) {
.module-brand .brand-wrapper {
	background-size:contain
}
}

@media(max-width:1400px) {
	.module-brand .brand-wrapper {
		background-size:cover;
		background-position:center;
		border:solid #906144 10px;
		background-image:url(https://static.royacdn.com/Site-e01f2b4c-a980-4a3e-8646-e5950ad8ad21/Background_images/services_bg.png);
	}
}
@media (max-width: 1440px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
		max-width:1000px;
	}
}
@media(max-width:1480px){
	.module-44 .ry-flex .ry-each:nth-child(3) {
		flex-basis: 18%;
	}
	.module-44 .ry-flex .ry-each:nth-child(4){
		flex-basis: 15%;
	}
	.module-44 .ry-flex {
		gap:3vw !important;
	}
	#ry-header .ry-container,
	.module-34 .ry-container,
	#ry-header .ry-container-1600{
		max-width: 95%;
	}
	
	.module-brand .brand-wrapper {
		padding-inline:50px
	}
}

@media (max-width: 1280px) {
	#ry-header .ry-container li a, .module-34 .ry-btn-module-34, .module-34 .ry-btn-module-34 .ry-span-2,
	.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a{
		font-size: 15.5px !important;
	}
	.module-34 .ry-btn-module-34 .ry-span-3 {
		font-size:18px;
	}
	
	#welcome-wrap::before {
		opacity:.7
	}
	
	.module-services.style-6 {
		padding: 10px 0 480px;
	}

	.module-brand .brand-wrapper{
		padding:50PX 30px
	}
	.module-brand .brand-wrapper:before {
		top: -70%;
		right: -40%;
		height: 100%;;
	}
	
	.module-34 .ry-menu a {
		font-size: 16px;
	}
	

	[data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .card-container,
	[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .card-container,
	[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .card-container {

		flex-direction:row;
	}

	[data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .ry-flex.col3 .ry-each,
	[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .ry-flex.col3 .ry-each,
	[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .ry-flex.col3 .ry-each {
		width: calc(50% - 10px) !important; 
	}

	[data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .ry-each img.image-wrapper,
	[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .ry-each img.image-wrapper,
	[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .ry-each img.image-wrapper {
		padding-top: 0px;
	}
}

@media(max-width:1200px){
    .module-44 .ry-footer-logo {
        max-width:340px
    }
    .module-44 .ry-flex .ry-each {
        flex-basis:unset!important;
        width:fit-content;
        align-items:center;
    }
}

@media (max-width:1199px) {
	.module-34 {
		display:none
	}
	.module-35 {
		display:block !important
	}
	.module-35 .module-35-header-left { 
		flex: 0 0 0%;
	}
	.module-35 .module-35-header-container {
		justify-content:center
	}
	
	div#ry-pg-banner {
		margin-top:60px
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		margin-top:60px
	}
	
	.module-66 video{
		height:100%;
		width:100%;
		object-fit:cover;
	}


	.module-66::before {
		display:none
	}
}

	
@media(max-width:1080px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
		width:100%;
	}.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		max-width:unset;
		gap:20px;
	}
	
	.cta-wrapper {
		padding-inline:20px
	}

	.module-testimonials.style-4 .ry-flex .each-middle .photo img {
		object-fit:contain !important;
		position:relative;
		max-width:500PX;
		width:100%;
		margin:auto
	}
	.module-testimonials.style-4 .ry-flex .each-middle .group-text {
		padding: 60px 30px 60vh;
	}
	
    .contact-template.style-2 .ry-flex .contact-details{
        width:90%;
        margin-bottom:50px
    }
	
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width: calc(50% - 20px);
	}
}
	
@media (max-width: 1024px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		margin-top:0px
	}
}
	
@media(max-width:991px){
    .module-44 .footer-warpper > .ry-each{
        flex-direction:column;
        gap:30px
    }
    .module-44 .social-wrapper {
        flex-direction:column;
        gap:5px
    }
    .module-44 .ry-footer-logo{
        margin:0 auto;
        max-width:400px;
        width:80%
    }

	.module-35 .module-35-header-right {
		display: flex;
		-webkit-box-flex: 1;
		-webkit-box-pack: end;
		justify-content: flex-end;
		flex: 1 1 0%;
	}
	
	.module-66::before {
		display:none
	}
	.module-66 {
		margin-top: 80px;
	}
	
	#ry-pg-body .ry-content {
		gap:80px
	}

	body #ry-pg-body p {
		text-align: center ;
	}
	body #ry-pg-body ul li p {
		text-align: start ;
	}
	body #ry-pg-body .ry-btn {
		margin:auto
	}

	body #ry-pg-body h2, body #ry-pg-body h3, body #ry-pg-body h4, body #ry-pg-body h5, body #ry-pg-body h6 {
		text-align:center
	}

	.ry-accordion .ry-heading p {
		text-align:start !important
	}
	   .ry-photo.right,.ry-photo.left  {
        width: 100%;
        float: none;
        margin: 20px auto;
    }
}

@media (max-width: 780px) {
	.module-35 .mobile-button a {
		color:#fff;
		width:40px;
		height:40px;
	}
	.module-35 .mobile-button a i{
		font-size:16px !important
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo img{
		max-width:500px;
		width:100%;
		margin:auto
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		flex-direction:column !important
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info *{
		text-align:center !important;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn {
		margin-inline:auto
	}

	.module-66 .bnr-textbox {
		position:relative;
		inset:unset;
		background:var(--primary-bg);
		padding:35px 0px;
		margin-bottom:0 !important
	}
	
	.cta-wrapper{
		grid-template-columns: repeat(2, 1fr);
		padding:0 8vw
	}
	.module-25-cta .swiper-container {
		padding-bottom:20px
	}

	.module-services.style-6 {
		padding: 130px 0 550px;
	}
	div#section-team {
		margin-top: -300px;
	}
	.module-brand {
		padding: 40px 0 80px;
	}
	
	.module-brand .brand-wrapper:before {
		top: -25%;
		right: -10%;
		height: 100%;
		width:250px;
	}
	.module-brand .brand-wrapper:after {
		width:200px;
		height:200px
	}

	.ry-form .group-input {
		flex-direction: column;
	}
	.ry-form.ry-form-box {
		padding: 40px 20px;
	}
}
@media(max-width:767px){
	.module-44 .ry-flex {
		grid-template-columns: repeat(1, 1fr);
		row-gap:30px !important
	}
	[data-page-id="WebPage-845060d0-dd72-40b9-beed-82feb6f5bda6"] .ry-flex.col3 .ry-each,
	[data-page-id="WebPage-88b65cf0-2db2-4959-bc62-8a9d77f670dc"] .ry-flex.col3 .ry-each,
	[data-page-id="WebPage-80f59476-231c-4925-be9b-41e1b1b39211"] .ry-flex.col3 .ry-each {
		width: 100% !important; 
	}
}
	
@media(max-width:600px){
	.cta-wrapper{
		grid-template-columns: repeat(2, 1fr);
		padding:0 10px
	}
	.module-25-cta .ry-hero-cta-text a span {
		line-height:1;
		margin-top:-10px
	}
	.module-25-cta .ry-hero-cta-text a {
		font-size: 16px !important;
	}
	.module-25-cta .ry-hero-cta-text {
		margin-top: -6vw;
	}
	.cta-wrapper .swiper-slide {
		height:270px;
	}
	
	
}

@media(max-width:480px){
	.module-66 .carousel .carousel-inner .item img {
		height:40vh;
		object-fit:cover
	}
	.module-66 .bnr-textbox .ry-section-title span {
		margin-bottom:5px
	}
	.module-66 .bnr-textbox {
		padding:28px 0px
	}
	
	#welcome-wrap::before {
		top: 20%;
		background-size:contain
	}

	.cta-wrapper .swiper-slide {
		height:230px;
	}
	.module-25-cta .ry-hero-cta-text {
		margin-top: -70px;
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-text p, .module-services.style-6 .ry-btn {
		font-size:18px !important   
	}
	.module-services .ry-container {
		padding-top: 350px;
	}
	.module-services.style-6 .services-wrapper {
		margin-top: 30px;
	}

	.module-testimonials.style-4 .ry-flex .each-middle .group-text {
		padding: 60px 30px 300px !important;
	}
	.module-testimonials.style-4 .ry-flex .ry-each.each-middle {
		margin: 10px 0 30px 0;
	}
	
	.module-brand .brand-wrapper:before {
		top: -60%;
		right: -15%;
		height: 100%;
		width:150px;
	}

	[data-page-id="WebPage-4b96feaa-20b6-416e-b377-f637de1919de"] #ry-pg-body .ry-left .ry-flex {
		padding:20px
	}

	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width:100%;
	}
}
