body, body p, body div{font-family: Plus Jakarta Sans !important;font-weight: 400 !important;color: #333333;}
h1,h2,h3,h4,h5,h6{font-family: Plus Jakarta Sans, sans-serif !important;font-weight: 400 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Plus Jakarta Sans';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #000000 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #ab1e23 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #ab1e23 !important;}
.ry-btn.ry-btn-secondary:hover {background: #000000 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/*--- BUILD UPDATE---*/
:root {
  --site-font: "Plus Jakarta Sans",sans-serif;;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --primary-color: #000000;
  --secondary-color: #ab1e23;
}

/*--- FONT ---*/
.ry-headline h2 {
    font-weight:400 !important;
	font-size: 58px;
	line-height:1.1
}
.ry-headline h2 span {
    display:block;
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
letter-spacing: 2px;
text-transform: uppercase;
color: var(--secondary-color);
font-weight: 400;
}

.ry-headline h2 strong {
    color: var(--secondary-color);
    font-weight:bold
}

.ry-sub-text p {
    color: #000000;
    font-style: italic;
    font-family: "Jost";
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
}
html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:200px
}

body a {
	color:var(--secondary-color);
	transition:all .3s ease
}
body a:hover {
	text-shadow: 0px 0px var(--secondary-color);
	color:var(--secondary-color)
}


.details-modal .details-modal-content {
    padding: 0 ;
}


.details-modal .details-modal-close {
    background: var(--secondary-color);
    width: 35px !important;
    height: 35px !important;
    border-radius: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
     right: -21px;
    top: -16px;
}
.details-modal-close  svg path{
    fill:#fff 
}


.details-modal-title {
    display: none;
}




/* --- HEADER --- */
.phone-content {
	display: none;
	margin-top: 8px;
	transition: max-height 0.3s ease;
	position:absolute;
	background:var(--primary-color);
	z-index:2;
    width:100%;
	max-width:304px
}


.phone-content a {
	padding:12px 20px;
	color:#FFF !important;
	text-transform:capitalize !important;
	margin:0 !important;
}

.phone-toggle {
    background:var(--primary-color) !important;
    padding:15px 20px;
    color:#fff;
		height:59px;
		background: none;
		border: none;
		cursor: pointer;
		font-size: 16px;
		display: flex;
		align-items: center;
		gap: 6px;
		transition:all .3s ease
}

.phone-toggle > div {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:3px;
    font-size:18px !important;
	color:#fff
    
}
.module-43 .ry-right .btn-wrapper .phone-content a:hover {
	background:var(--secondary-color)
}

.module-43 .ry-right .btn-wrapper .apt .ry-btn {
    font-size:18px !important;
    text-transform:capitalize;
	letter-spacing:0;
	gap:5px;
	height:59px;
	background:var(--secondary-color) !important;
	cursor:pointer
}
.module-43 .ry-right .btn-wrapper .apt .ry-btn:hover{
    background:var(--primary-color) !important
}
.module-43 .ry-right .btn-wrapper .phone {
    padding:0;
    margin:0;
}

.module-43 .icon {
       width:35px;
    height:35px;
    border-radius:50%;;
    border:solid 1px #fff;
	 display:flex;
	 align-items:center;
	 justify-content:center
}
.module-43 .ry-right .btn-wrapper .icon svg{
    width:20px;
    height:20px;
    fill:#fff
}

.module-43 .ry-right .btn-wrapper .phone  .icon svg{
    width:15px;
    height:15px;
}

.phone-content a:before {
    display:none !important
}
.module-43 .ry-right .btn-wrapper {
	gap:10px
}
.module-25 .ry-hero-video::before {
	z-index:1
}
	
/*-- CTA SECTION ---*/
.module-18 .ry-content .card img {
    opacity:1 !important;
    visibility:visible
}
.module-18 .ry-content .card-holder {
	 justify-content:center;
	gap:20px;
}

.module-18 .ry-content .card-holder .card {
	border:solid 4px #fff;
	opacity:1;
	max-width:22%;
}
.module-18 {
	z-index:1
}

.module-18 .ry-content .card:hover {
    z-index: 100;
    transform: scale(1.05) !important;
}
.module-18 .ry-content .card .anchor-wrap a::after {
	display:none
}.primary-bga,
.module-18 .ry-content .card:hover .anchor-wrap,
.module-20 .slider-bg-wrap::before {
    opacity: 0.5;
    background: linear-gradient(
        to bottom,
        #000000 0%,
        #ab1e23 100%
    );
	opacity:.8;
}
.module-18 .ry-content .card .overlay .overlay-border {
	display:none
}
.module-18 .ry-content .card .anchor-wrap a ,
.module-18 .ry-content .card:hover .anchor-wrap a {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:20px !important;
	color:#fff !important
}
.module-18 .ry-content .card:hover .anchor-wrap a {
	font-weight:bold;
	opacity:1
}

.module-18 .ry-content .card:hover a::after {
        content: "\f178";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;;
	transform:rotate(-50deg);
	font-family: "Font Awesome 6 Free";
font-weight: 900;
	color:#666;
	font-size:20PX
}
.module-18 .ry-content .card:hover a {
	display:flex;
	flex-direction:column;
	gap:10PX
}
.module-18 .ry-content .card .anchor-wrap {
	background:unset;
	
}

.mobile-container {
    background:#fff
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
    gap:8px;
	transition:all .3s ease
}
.mobile-container .phone-dropdown {
    position: relative;
    display: inline-block;
}

.mobile-container .phone-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
      background:var(--secondary-color);
    color:#FFF;
    min-width:40px;
    min-height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}


.mobile-container .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 280px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 42%);
    z-index: 1000;
    padding: 10px;
}

.mobile-container .phone-dropdown:hover .dropdown-content,
.mobile-container .phone-dropdown:focus-within .dropdown-content {
    display: block;
}

.mobile-container .office-section {
    margin-bottom: 15px;
}

.mobile-container .office-section:last-child {
    margin-bottom: 0;
}

.mobile-container .office-section strong {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.mobile-container .office-section a {
    display: block;
    text-decoration: none;
}

.mobile-container .office-section a:hover {
    text-decoration: underline;
}


.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .phone-dropdown a {
    width:100%;
    border-radius:unset;
    background:transparent;
    color:var(--primary-color);
    text-decoration:unset
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .phone-dropdown a:hover{
        background:var(--secondary-color);
    color:#fff;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .phone-dropdown strong {
    background:var(--secondary-color);
    color:#fff;
    padding:5px;
    text-align:center
}
@media (min-width: 991px) {
    .module-18 .ry-content {
        padding: 0;
		margin-top:-100px;
		z-index:1;
    }
}
	
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
    padding:0
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    background:var(--primary-color);
    display:flex;
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover{
    background:var(--secondary-color);
}

.phone-toggle:hover{
    background:var(--secondary-color) !important;
}
/*--- BUTTONS ---*/
.ry-btn {
    width:fit-content;
    max-width:fit-content;
    min-width:fit-content;
    padding-inline:30px;
    text-transform:uppercase;
}
/*--- HERO SECTION ---*/
.module-25 .ry-hero-video::before {
        background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgb(255 255 255 / 99%)35%,
        rgb(255 255 255 / 0%) 100%
    );
    height:30%
}
.module-25 .ry-hero-video {
    padding:unset;
    height:100vh;
}
.module-25 .ry-hero-video video{
    position:relative;
    height: 100%;
    inset: 0;
    object-fit:cover
}

/*--- WELCOME SECTION ---*/
.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
    position: relative;
    padding-bottom: 0;
    height: fit-content;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
    position:relative;
}

.module-welcome.style-7 .ry-headline h2 {
    color:var(--primary-color) !important
}

.module-welcome.style-7 .ry-container {
    max-width:1315px;
    width:90%
}

.module-welcome.style-7 .text-wrapper {
    max-width:unset
}

.module-welcome.style-7 .button-wrapper .ry-btn {
    width:fit-content;
    max-width:fit-content;
    min-width:fit-content;
    padding-inline:30px
}
.module-welcome.style-7 .ry-flex {
    gap:30PX
}
.module-welcome.style-7 .ry-each:not(.image-wrapper) {
    width:50%
}
.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
    max-width:unset;
    width:40%;
	flex: unset;
}
.module-welcome.style-7 .ry-text p {
    margin: 10px 0 25px;
}
@media (max-width: 1080px) {
    .module-welcome.style-7 .ry-flex {
        flex-direction:row
    }
    .module-welcome.style-7 .ry-each:not(.image-wrapper) {
        padding-right: 0px;
        width:55%
    }

    .module-welcome.style-7 .ry-each:not(.image-wrapper) * {
        text-align:center !important
    }
        .module-welcome.style-7 .ry-each .ry-btn {
        margin-left: 0;
    }
}

@media (max-width: 1023px) { 
    .module-welcome.style-7 .ry-each .ry-btn {
        margin-inline:auto
    }
    .module-welcome.style-7 .ry-flex {
        flex-direction:column-reverse
    }
    .module-welcome.style-7 .ry-each:not(.image-wrapper) {
        width:100%
    }
     .module-welcome.style-7 .ry-each:not(.image-wrapper) * {
        text-align:center !important
    }
    .module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
        max-width:300px;
        width:100%
    }
}
	
/* --- SERVICES SECTION ---*/
.module-services.style-9 {
	background:unset
}
.module-services.style-9 .section-headline h2{
	 padding-left:100px
 }
.module-services.style-9 .section-headline h2 .span-1 {
	color:#FFF 
}
.module-services.style-9::before {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-bdd64aef-13fd-46db-9bda-31fd16f9d7ea/Background_images/services_bg.png)no-repeat center / cover;
	top:0;
	right:0;
	left:auto;
	width:65%
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
    width:100%;
    height:100PX;
    display:flex;
    align-items:center;
    justify-content:start;
	padding:20px 100px;
	gap:40px
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each * {
	color:#fff
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover {
	background: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.9)5%,
    #ab1e23 90%
);
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
    /* border-radius: 50px; */;
    width:50%
}
.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
    max-width:unset;
    width:40%;
    border:solid 10px #fff;
	margin-left:5%
}
.module-services.style-9 .ry-flex .ry-each .box-wrapper {
    transform:unset
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
    position:relative;
    padding:0;
    height:100%;
	background:unset !important;
	width:90PX;
	height:fit-content
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
	transform:unset;
	height:80px;
	object-fit:contain;
	position:relative;
	inset:unset;
	transition:all .3s ease
}
module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo img, 
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo img,
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo img, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo img {
    filter: brightness(0) invert(1);
}
	
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after{
display:none
}

.module-services.style-9 {
    padding: 100PX 0;
	position:relative
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3),
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7){
    border-radius:unset
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:before {
    display:none
}
.module-services.style-9 .ry-flex .ry-each .services-details {
	padding:0;
	margin:0
}
.service-info {
    position:absolute;
    bottom:30px;
    width:80%;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:40PX;
	justify-content:space-between
}
.service-info > div:first-child {
	width:83%;
}
.service-info * {
    color:#fff
}
.service-info P {
	font-size:20px !important
}
.service-info .icon {
    min-width:80px;
     height:80PX;
    background:var(--secondary-color);
    display:flex;
    align-items:center;
    justify-content:center
}
.service-info .icon svg{
    width:50px;
    fill:#fff;
    transform:rotate(40deg)
}

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

    opacity: 0;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img{
	min-width:100%
}
@media(max-width:1080px) {
	.module-services.style-9 .ry-flex{
		flex-direction:column-reverse;
		gap:40px
	}
	.module-services.style-9  .service-info  {
		flex-direction:column
	}
	.module-services.style-9  .service-info  {
		bottom: 20px;
		width: 95%;
	}
	.module-services.style-9 .section-headline h2 {
		padding-left: 0;
	}


	.module-services.style-9 {
		padding:60px 0;
		background:#000000e8

	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(1)::before {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		background:#00000087;
		z-index:1
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(1) .service-info {
		z-index:1
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
		max-width:500px;
		width:100%;
		margin-left:0;
	}
		.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		width:100%;
		max-width:100%;
		padding:0PX;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
		height:70px;
		padding-block:0;
		padding-inline:30px;
		width:100%;
		gap:3vw
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		display:grid;
		width: 100%;
		grid-template-columns:repeat(2,2fr)
	}

	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
		width:50PX
	}
		.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
			width:100%;
			min-width:100%
			
		}
	
}


@media(max-width:600px) {
		.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		display:grid;
		width: 100%;
		grid-template-columns:repeat(1,1fr)
	}
    .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
		justify-content:center;
		padding-inline:20px;
		width:100%;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each > div:nth-child(2){
		max-width:230px;
		width:100%
	}
	.module-services.style-9 .ry-flex .ry-each .services-details p {
		font-size:14px !important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		line-clamp: 5; 
		-webkit-box-orient: vertical;

	}
	.service-info .icon {
		min-width: 30px;
		height: 30px;
	}
	.service-info .icon svg {
		width: 25px;
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(1) .service-info {
		gap:10PX
	}
	.module-services.style-9 .ry-flex > .ry-each h4 {
		font-size:23PX !important
	}
}	
/* --- TEAM SECTION ---*/	
.module-28 {
 padding:120PX 0 0;
 background:#f5f5f5
}
.module-28 .ry-left img {
    max-width: 45%;
    left: 0%;
}

.module-28 .ry-right {
 flex-basis:unset;
 width:50%;
 flex: unset;
 max-width: unset;
 display:flex;;
 flex-direction:column;
 padding-bottom:80px
}
.module-28 .ry-btn-wrapper {
margin: unset !important;
 justify-content:start;
 margin-top:30px !important
}

.module-28 .ry-flex {
 height:fit-content;
 margin-top:40PX
}

.module-28 .ry-flex  h3 {
 font-size: 50px;
color: #000000;
font-weight: 600 !important;
font-family: "Plus Jakarta Sans";
}

.module-28 .ry-flex  em {
    display: block;
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
    color: var(--secondary-color);
    font-weight: 400;
}

.module-28 .ry-right p {
 text-align:start !important
}

.module-28  .location-team {
 display:flex;
 gap:15px
}
.module-28 .location-team > div {
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.module-28 .location-team > div:hover {
    transform: translateY(-10px);
}
.module-28  .location-team .title {
 position:absolute;
 bottom:0;
 z-index:2;
 color:#fff;
 width:100%;
 bottom:15px
 
}

.module-28 .ry-right  .location-team .title  p {
color:#fff;
text-align:center !important
}

.module-28 .ry-generic-copy {
    margin-top: 10px;
    margin-bottom: 20px;
}
.module-services.style-9 .section-headline h2,.module-28 .ry-flex h3 {
    line-height:1.1
}
@media (max-width: 1199px) {
    .module-28 .ry-flex {
        flex-direction:column;
    }
    .module-28 .ry-flex > div {
        width:100%
    }
    .module-28 .ry-left img {
    max-width:400px;
        width:100%
    }
    .module-28 .ry-flex > div  * {
        text-align:center !important
    }

    .module-28 .ry-btn-wrapper{
        justify-content:center
    }
    .module-28 .location-team {
        margin-top:20px
    }
    .module-28 {
        padding:60px 0
    }
    .module-28 .ry-right {
        padding-bottom:0
    }
}

@media (max-width: 600px) {
    .module-28 .location-team {
        flex-direction:column
    }
}	
/*--- TESTIMONIALS SECTION ---*/

.module-testimonials.option-1 {
    display:flex;
    align-items:center;
    justify-content:space-between
}

.module-testimonials.option-1 .ry-container {
    max-width: 640px;
    width:90%;
}
 .module-testimonials.option-1 .image-left,
.module-testimonials.option-1 .image-right{
    width:22%;
}
.comment-icon {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-bdd64aef-13fd-46db-9bda-31fd16f9d7ea/HomepageAssets/quote.png)no-repeat center / contain;
    width:100PX;
    height:100px;
    margin-inline:auto;
    margin-bottom:40px
}

.module-testimonials.option-1:before {
    display:none
}

.module-testimonials.option-1 .testimonials-wrapper {
    margin: 30px 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 10px 0 70px;
    background: transparent;
    border-radius: 30px;
    max-width: unset;
    width:100%;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
    color: #333333;
}

.testimonials-wrapper .carousel-indicators li {
  margin-inline:4px !important  
}
.testimonials-wrapper .carousel-indicators li:not(.active){
    background-color: #000000;;
    opacity:.2;
    
}
.testimonials-wrapper .carousel-indicators li.active {
    background:var(--secondary-color) !important
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
    fill:#f5a252
}


.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color:#333;
    font-weight:bold !important;
}
.module-testimonials.option-1 .section-headline h2 span {
    display: block;
    font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 400;;
    margin-bottom:20PX
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {
    display:none
}
@media (max-width: 1199px) {
	.module-testimonials.option-1 {
		flex-direction:column;
		gap:30px;
		padding: 60px 0 calc(83vw * 0.75);
	}
	.module-testimonials.option-1 .image-left, .module-testimonials.option-1 .image-right {
		position:absolute;
		bottom:30PX
	}
	.module-testimonials.option-1 .image-left,
	.module-testimonials.option-1 .image-right {
		position: absolute;
		bottom: 30px;
		width:45%
	}

	.module-testimonials.option-1 .image-left {
		left: 50%;
		transform: translateX(calc(-100% - 10px));
	}

	.module-testimonials.option-1 .image-right {
		left: 50%;
		transform: translateX(10px);
	}
}
@media(max-width:600px) {
	.comment-icon {
		width: 65px;
		height: 65px;
	}
	.module-testimonials.option-1 .section-headline h2{
		font-size:42px !important
	}

}
/*--- FOOTER ---*/
.custom-footer .icon {
    background:var(--secondary-color);
    min-width:40px;
    height:40px;
	width:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}

.custom-footer .icon svg{
    fill:#fff
}
.custom-footer .location-name {
    margin-bottom:30px;
    font-size:23px;
    color: #ffffff;
}

.custom-footer * {
    color: #ffffff;
}
.custom-footer .location-info > div{
    display:flex;
    gap:10px;
    margin-bottom:10px
}

.custom-footer  .custom-section {
    padding-block:100px ;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-bdd64aef-13fd-46db-9bda-31fd16f9d7ea/Background_images/location_bg.png) no-repeat center / cover;
}

.custom-footer .location-wrapper {
	display:flex;
	flex-direction:column;
	gap:60px
}
.custom-footer .location-wrapper .ry-each {
    display:flex;;
	justify-content:space-between
}

.custom-footer .location-wrapper .ry-each > div:first-child{
    display:flex;
    width:55%;
	gap:10px;
}
.custom-footer .location-wrapper .ry-each > div:last-child{
    width:40%
}
.custom-footer .ry-headline  {
	margin-bottom:40px
}
.custom-footer .ry-headline h2 {
	font-size:50px
}
.custom-footer .ry-headline h2 span {
	color:#fff
}

.custom-footer .table-responsive {
	margin-top:70px;
	display:flex;
	margin-inline:0;
	padding-inline:0
}
.custom-footer .table-responsive table td:first-child{
	width:140px
}

.custom-footer .table-responsive table td:last-child{
	width:200px;
}
.custom-footer .table-responsive table tr {
	display:flex;
	justify-content:space-between;
	gap:10px;
	margin-bottom:3px
	
}
.custom-footer .location-info a span {
	display:block;
	text-decoration:underline;
	opacity:.6;
	font-size:16PX;
	font-family:"Jost",sans-serif
}

.custom-footer .location-info a:hover, 
.custom-footer .location-info a:hover span,
.custom-footer .location-info a:hover strong{
	color:var(--secondary-color) !important
}

.custom-footer .social-wrapper {
	margin-top:30px;
	display:flex;
	gap:6px
}

.custom-footer .social-wrapper a {
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	transition:all .3s ease;
	border:solid 1px #fff
}

.custom-footer .social-wrapper a:hover {
	background:var(--secondary-color);
}


.ry-copyright-conts {
	padding:15px 0;
	border:solid 1px #000;
	background:unset
}

.footers {
    background:#fff;
    padding:100px 0 50px;
    margin-top:0
}


.row:before, .row:after,
.ftr-widget .navs li a:after,
.footers:after ,.ry-copyright-conts .container:before, .ry-copyright-conts .container:after {
    display:none
}
#ry-footer .row {
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:10px
}

#ry-footer .footer-widgets-wrap .row > div {
    width:24%
}

#ry-footer .quick-links a {
    color:#333 !important;
    padding:0 !important;
}

#ry-footer .phone-wrapper a,#ry-footer .phone-wrapper a strong{
    color:#333 !important;
	transition:all .3s ease
}

#ry-footer .phone-wrapper a:hover,#ry-footer .phone-wrapper a:hover strong{
	color:var(--secondary-color) !important
}

#ry-footer .phone-wrapper > div > div{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:25px
}
#ry-footer  .col-lg-4 {
        flex: unset;
        max-width:unset;
    width:fit-content
    }

#ry-footer .ftr-widget img{
    max-width:400px;
    width:100% ;
}
.ry-copyright-conts li a {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:10px
}

.ry-copyright-conts ul, .ry-copyright-conts .col-md-5, .ry-copyright-conts .col-md-7 {
    width:fit-content;
    flex:unset;
    max-width:unset
}

.ry-copyright-conts {
    padding:0;
    background:#fff;
    border:0;
    margin-top:-1px
}
.ry-copyright-conts * {
    color:#000 !important
}
.ry-copyright-conts .container {
	padding:15px 0;
	border-top:solid 1px #000;
	background:unset;
    display:flex
}


#ry-footer .phone-wrapper h4 {
	color:#333;
	font-weight:600 !important;
	margin-bottom:5PX
}

#ry-footer  .social-container div{
	color:#333 !important
}

#ry-footer  .social-container .social-wrapper ul {
	display:flex;
	gap:4px;
    list-style: none;
    padding: 0;
    margin: 0;
}
}
.social-wrapper ul li::marker{
	display:none !important
}
#ry-footer  .social-container .social-wrapper ul a {
	background:var(--primary-color)
}
#ry-footer  .social-container .social-wrapper ul a:hover {
	background:var(--secondary-color)
}
#ry-footer .social-container .social-wrapper ul a i {
	font-size:16px
}
#ry-footer  .social-container .social-wrapper {
	flex-direction:column;
	margin-top:10px
}
body.default #ry-footer .phone-wrapper strong,
body.default  #ry-footer .social-container div,
body.default #ry-footer .phone-wrapper h4 {
    font-size:20px
}

#ry-footer .quick-links a:hover{
    color:var(--secondary-color) !important
}

#ry-footer .quick-links a {
    font-size:19PX
}
@media(max-width:1480px) {
    .custom-footer .location-info a,
    .custom-footer .table-responsive table tr{
    font-size:18px
    }
   
}
@media(max-width:1300px) {
    .custom-footer .location-wrapper .ry-each > div:first-child {
    width: 65%;
    }
    .custom-footer .location-wrapper .ry-each > div:last-child {
        width:38%;
        display:flex;
        align-items:center
    }
}

@media(max-width:1199px) {
    .custom-footer .ry-headline h2 {
        text-align:center
    }
    .custom-footer .custom-section{
        background-position:left
    }
    .custom-footer .location-wrapper .ry-each {
        flex-direction:column;;
        justify-content:start;
        gap:40px
    }   
    .custom-footer .location-wrapper .ry-each > div:first-child {
           max-width:800px;
        width:100%;
        margin-inline:auto
    }
    .custom-footer .location-wrapper .ry-each > div:last-child {
        max-width:500px;
        width:100%;
        margin-inline:auto
    }

    .custom-footer .location-info a, .custom-footer .table-responsive table tr {
        font-size: 17px !important;
    }
   
}
@media(max-width:1023px) {
    .footers .container {
        max-width:unset;
        width:90%
    }
}
@media(max-width:991px) {
    #ry-footer .row {
        flex-direction:column;
        align-items:center;
        gap:30px
    }
    .ftr-widget .navs li {
        text-align:center
    }
    .footers {
        padding-block:60px
    }
    #ry-footer .phone-wrapper > div > div {
        flex-direction:column;
        align-items:center;
        justify-content:center
    }
    #ry-footer .social-container div {
        text-align:center;
    }
  
    #ry-footer .phone-wrapper h4{
        text-align:center;
        margin-bottom:10px
    }
    #ry-footer .footer-widgets-wrap .row > div {
        width:100%;
        text-align:center;
    }
    #ry-footer .ftr-widget img {
    max-width: 250px;
    width: 100%;
    }
    #ry-footer .social-container .social-wrapper ul {
        justify-content:center
    }
    #ry-footer .row.gy-3 {
        gap:10px
    }
    .ry-copyright-conts .container {
        width:90%
    }
    .ry-copyright-conts p {
        line-height:1.2
    }
    .custom-footer .ry-headline h2 {
    font-size: 42px;
}
}
@media(max-width:780px) {
	.custom-footer .location-wrapper .ry-each > div:first-child {
		flex-direction:column;
		align-items:center
	}
	.custom-footer .location-wrapper .location-details{
		width:fit-content
	}

	.custom-footer .location-name {
		text-align:center;
	}
	.custom-footer .table-responsive {
		margin-top: 20px;
	}
	.custom-footer .table-responsive table td:last-child{
		width:162px;
	}
	.custom-footer .location-wrapper .ry-each {
		gap:10px
	}
}

/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity:1 !important;
	display:none
}
#ry-pg-banner {
    margin-top:130px
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	font-size: clamp(2.5rem, 2.0221rem + 1.9608vw, 4.375rem) !important;
	line-height:1.1 !important;
	color:#FFF !important;
	font-family:var(--site-font) !important
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;
	
}


@media (max-width: 1199px) {
	#ry-pg-banner {
		margin-top:0px
	}

	
}
@media (max-width: 1080px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		text-align:center
	}
}
@media (max-width: 991px) {
    #ry-pg-banner .ry-bnr-wrp {
        height: 200px;
    }
		#ry-pg-body p{
		font-size:18px !important;
		text-align:center 
	}
	#ry-pg-body h1, #ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
	text-align:center  !important;
}
}

/*--- SIDEBAR ---*/
.ry-sb-title {
	background: var(--secondary-color) !important;
}
.ry-sb-title div {
	text-align: center;
	color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background:#e1bfbf26;
}
#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(--secondary-color);
}
#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition:unset;
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color:var(--secondary-color);
		transition:all 0.3s ease;
    text-shadow:.5px 0px var(--secondary-color)
		}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight:500;
	background: var(--secondary-color);
	color: #fff
	}

#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color: var(--primary-color) !important;
}
#ry-sidebar #accordion .ry-link-item.open > a {
	color:var(--secondary-color);
	font-weight:600 !important
	}
#ry-sidebar .ry-link-wrp .ry-link-item.active{
	background:unset
}
#ry-sidebar #searchfield button:before {
	color:var(--primary-color);
	}

#ry-sidebar #searchfield input[type="text"] {
	border-color:var(--primary-color);
	background:#fff;
    color:#333
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color:  var(--secondary-color);
}
#ry-sidebar #services {
	display:none
}


#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
       font-size:30px !important;
	line-height:1.1 !important;
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	background:var(--secondary-color) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background:var(--primary-color) !important
}
#ry-sidebar .ry-link-wrp .ry-link-item a, #ry-sidebar #accordion .ry-drop-nav ul li a {
    color:#333;
	font-size:18px
}

/* --- TEAM PAGE ---  */
.team-inner-page.style3 .btn-excerpt {
	display:none !important
}
.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	background:#fff;
	border: solid #a4000066 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
	height: auto;
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description img {
    max-width:400px;
    width:100%;
}
body.default #ry-section-header.module-43 {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.team-inner-page.style3 .ry-each .each-container .details .title p {
    font-size: 15px !important;
}
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
	font-size:25px !important
}
.team-inner-page.style3 .btn-excerpt:before {
	filter:unset
}
body.default #ry-section-header.module-43 .ry-btn:hover, .module-43 .btn-wrapper .ry-btn:hover {
    background:var(--secondary-color) !important
}
@media(min-width:1600px) {
	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 25%;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 75%;
	}
}

@media(max-width: 1680px) {
	.team-inner-page.style3 .team-excerpt p, .team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		font-size:18px !important;
	}
}

@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .each-container .details .title {
		padding-top:15px
	}
	.team-inner-page.style3 .ry-each {
		padding-inline:20px
	}
}

/* --- SERVICES PAGE ---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	overflow:hidden
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#870202bf;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
	padding-inline:10px;
	-webkit-box-orient: vertical;
}
#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 {
	width:100%;
	margin-inline:auto;
	gap:10px
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	color: #fff !important;
}
#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;
	line-height:1.1 !important;
	width:90%;
	text-align:center;
	margin-inline:auto;
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	font-size:18px !important;
	line-height:1.2 !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	font-size:20px !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	width:fit-content
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn:hover {
    background:var(--secondary-color) !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each {
    margin-left: 0px;
    width: calc(33.33% - 20px);
    margin-bottom: 0px;
    position: relative;
	flex:unset;
}
@media(max-width:1080px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
		height:50px;
		font-size:16px !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
		font-size:16px !important;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		color: #fff !important;
		font-size:25px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:100% !important;
		margin-inline:auto !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		font-size:30px !important
	}
}

.module-43 {
	padding-bottom:15px !important;
}
.module-43 .ry-left img {
	margin-top:20PX
}
.module-43.fixed .ry-left img {
	margin-top:0;
}
.module-43.fixed {
	padding-top:20px;
	background:#fff
}
.ry-sticky-menu.fixed {
    z-index:999
}
.module-43.fixed .ry-right .ry-menu .nav-menu li a {
	font-size: 17px !important;
}
.module-43.fixed .ry-container {
	max-width:1600px;
	width:95%;
	margin-inline:auto
}
.module-43.fixed .ry-right {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	align-items:center;
	gap:20px;
	flex:unset;
	width:fit-content;
}
.module-43.fixed .ry-right .ry-menu {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
	justify-content: end;
	gap:32px
}
.module-43.fixed #litlleLogo  {
	top:50%;
	display:flex;
	position:absolute !important;
	transform:translatey(-50%);
	transition:all .3s ease
}
.module-43.fixed .ry-right .ry-menu .nav-menu li a {
	padding-bottom:15px !important
}
.module-43 .ry-right .ry-menu .nav-menu li a {
	text-wrap:nowrap
}
.module-43 .ry-right {
	padding-left: 0px;
}
.module-43 {
	padding-bottom:0
}
.module-43.fixed #litlleLogo,
.module-43  .ry-logo{
	top:0%;
	transform:unset;
	left:0;
	position:relative
}
.module-43.fixed .ry-logo,.module-43.fixed .ry-logo img {
	display:block !important
}


#litlleLogo a img {
	display:none
}
@media(max-width:1600px) {
	.module-43 .ry-left {
		width: 25vw;
		max-width: unset;
	}
	.module-43  .ry-logo{
		max-width: 380px !important;
		max-height: 80px;
		object-fit: contain;
	}
	.module-43 .ry-right .ry-menu .nav-menu{
		gap: 3vw;
		position: relative;
	}
}
@media (max-width: 1480px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 0px;
	}
	.module-43 .ry-container {
		max-width: 95%;
	}

	.module-43.fixed .ry-right .btn-wrapper {
		width:100%;
		flex-direction:row;
	}
	div.module-43 .ry-right .btn-wrapper{
		margin-top:10PX
	}
	div.module-43 .ry-right .btn-wrapper .phone {
		margin:0
	}
	.module-43:not(.fixed) .ry-right {
		gap:30PX
	}
	div.module-43 .ry-right .btn-wrapper a {
		padding:15px 20px !important
	}

}


@media (max-width: 1380px) {
	div.module-43.fixed .ry-right .ry-menu ,
	.module-43 .ry-right {
		width: 100%;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu li a,
	.module-43 .ry-right .ry-menu .nav-menu li a{
		font-size: 17px !important;
	}
	.module-43.fixed .ry-right {
		gap:30PX
	}

	.phone-toggle > div, .module-43 .ry-right .btn-wrapper .apt .ry-btn {
		font-size: 16px !important;
	}
}



@media(max-width:1199px) {
.module-25 .ry-hero-video::before {
    display:none
}
    .module-25 .ry-hero-video {
    height:100%;
}
    .module-18 .ry-content .card-holder {
    gap: 5px;
}
    .module-18 .ry-content .card-holder .card {
        max-width:24%
    }
    .module-18 .ry-content .card .anchor-wrap a {
    padding-bottom: 35px;
    }
    .module-welcome.style-7 .ry-flex {
        flex-direction:column
    }
        .module-welcome.style-7 .ry-each:not(.image-wrapper) {
        max-width: 100%;
        padding-right: 0px;
            width:100%
    }
    .module-welcome.style-7 .ry-each * {
        text-align:center
    }
    .module-welcome.style-7 .ry-each .ry-btn {
        margin-inline:auto
    }
}

@media(max-width:991px) {
    .module-25::before {
        display:none
    }
        .module-25 .ry-hero-video {
        display: block;
		}
	.ry-hero-bg {
		display:none
	}
	.module-25 {
		height:fit-content
	}
	.module-18 .ry-content .card-holder {
		flex-wrap:wrap
	}
	.module-18 .ry-content .card-holder .card {
		max-width: 48%;
	}
	.module-18 .ry-content {
		margin-top: 0px;
		z-index: 1;
		padding-block: 20px;
	}
}

@media (max-width: 600PX) {
   .module-18 .ry-content .card .anchor-wrap a {
       font-size:14px !important
   }
}

/* --- BRANDS AND PAYMENT PAGE */
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	

.module-311 .ry-payment-options-logos .ry-each img {
	object-fit:contain
}
	
 .module-311 .ry-payment-options-logos  .check img, .module-311 .ry-payment-options-logos  .debit > div{
	max-width:130px;
	min-height:60px;
	max-height:80px;
	 width:100%;
	height:100%;
	background:#f8f8f8;
	border-radius:5px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	object-fit:contain;
}
 .module-311 .ry-payment-options-logos p {
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: uppercase;
	 line-height:1.1 !important;
	 text-align:center !important;
}
.module-311 .ry-payment-options-logos {
	margin-top:15px
}
/* --- CONTACT US PAGE ---*/
.map-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    padding:20px 15px
}

.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
    width: 60%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
    width: 38%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
    font-size:18px
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
    min-width:42px
}


.contact-template.style-3 .inner-flex .ry-each {
    width: calc(50% - 15px);
    max-width: 100%;
    flex-basis: unset;
}

@media(max-width:1400px) {
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		flex-direction:column;
		display:flex
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
		margin-right:0
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
		flex-direction:column;
		gap:15pX;
		margin-bottom:15px
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap * {
		text-align:center
	}
}

@media(max-width:1080px) {
	.contact-template.style-3 .inner-flex .ry-each {
		max-width:500px;
		width:100%;
	}
}
@media(max-width:991px) {
	.contact-template.style-3 .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] {
		display:flex !important;
		justify-content:center;
		margin-block:15PX !important
	}

}
/* --- FRAME PAGE --- */
.frame-pg .brand-wrapper {
    display:grid;
    grid-template-columns:repeat(2, 2fr);
    gap:20px
}
.frame-pg .brand-wrapper .each-brand .carousel-control{
    background:var(--secondary-color);
    bottom:0;
    width:40px;
    height:40px;
    bottom:-55px;
    top:auto;
    opacity:1;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}
.frame-pg .brand-wrapper .each-brand  {
    padding-bottom:60px;
    
}
.frame-pg .brand-wrapper .carousel-control .icon-prev, 
.frame-pg .brand-wrapper .carousel-control .icon-next {
    margin:unset !important;
    inset:unset
}
.frame-pg .brand-wrapper .each-brand .carousel-control span {
	font-size:20px !important;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center
    
}

.frame-pg .brand-wrapper .each-brand .carousel-control.left {
    left: calc(50% - 50px);
}

.frame-pg .brand-wrapper .each-brand .carousel-control.right {
    right: calc(50% - 50px);
}

.frame-pg .brand-wrapper .each-brand .carousel-control:hover {
    background:var(--primary-color)
}

.frame-pg .brand-wrapper .each-brand h3 {
    color:var(--secondary-color)
}

.frame-pg .brand-wrapper .carousel.no-arrow  .carousel-control {
    display:none
}


.frame-pg .brand-wrapper .each-brand img {
    height: clamp(250px, 40vw, 400px);
    object-fit: cover;
    object-position: center 75%;
    width: 100%;
}
.glasses-pg .each-brand p{
	font-size: clamp(1.125rem, 1.0135rem + 0.4575vw, 1.5625rem);
	margin-bottom:20px;
	display:flex;
	min-height:110px;
	height:fit-content;
	line-height:1.5
}

@media(max-width:600px) {
	.frame-pg .brand-wrapper {
		display:grid;
		grid-template-columns:repeat(1, 1fr);
		gap:20px
	}
}

.location-pg .each-location .icon {
    background:var(--secondary-color);
    min-width:40px;
    height:40px;
	width:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}

.location-pg .each-location svg{
    fill:#fff
}

.location-pg .each-location .location-info {
    margin-top:30px
}
.location-pg .each-location .location-info > div{
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

.location-pg .each-location .location-info a {
    color:#333
}

.location-pg .each-location .location-info a:hover {
    color:var(--secondary-color)
}

.location-pg .each-location table td:first-child {
    width: 140px;
}

.location-pg .each-location table td:last-child {
    width: 200px;
}

.location-pg .each-location table tr {
    padding-bottom:10px !important;
    display:flex
}

/* LOCATION PAGE */
.custom-location.contact-template.style-3 .contact-details .headline {
    margin-top:0
}

.custom-location.contact-template.style-3 .inner-flex .ry-each {
}

.custom-location.contact-template.style-3 .inner-flex .ry-each .inner-group {
    border-radius:0
}

.custom-location.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    display:flex;
    flex-direction:column;
    gap:20px
}

.custom-location .social-wrapper > div{
    display:flex;
    gap:8px
}

.custom-location .social-wrapper a {
    width:42px;
    height:42px;
    background:var(--secondary-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff
}

.custom-location .hours-wrapper .hours-btn p{
    font-size:20px
}
.custom-location .location-hours-wrapper {
	border-block:solid 1px #0000002b;
	padding-block:10px
}
.custom-location .hours-wrapper table tr td:first-child{
    width:130px;
}
.custom-location.hours-wrapper table tr td:last-child{
    width:180px;
}
.custom-location.contact-template.style-3 .inner-flex {
    justify-content:center;
    gap:30px;
    align-items:start
}
.custom-location.contact-template.style-3 .inner-flex .ry-each {
    width:40%;
}
.custom-location.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper > .text-wrap:nth-child(1) {
    width:100%;
    
}

.custom-location .phone-wrapper {
    display:flex;
    justify-content:space-between;
    gap:20px
}
.custom-location .phone-wrapper a {
    text-wrap:nowrap;
    width:fit-content
}
.custom-location.contact-template.style-3 .inner-flex .ry-each .inner-group .phone-wrapper .text-wrap {
    width:fit-content;
}

@media(max-width:1400px) {
	.custom-location .phone-wrapper ,
	.custom-location .social-wrapper > div{
		justify-content:center;

	}
	.custom-location .hours-wrapper .hours-btn p {
		text-align:center !important
	}
	.custom-location .hours-wrapper table {
		max-width:310px;
		width:100%;
		margin-inline:auto;
		margin-top:10px

	}

	.custom-location  .btn-wrapper {
		display:flex;
		align-items:center;
		justify-content:center
	}
}

@media(min-width:1024px) {
    .custom-location.contact-template.style-3 .inner-flex {
        flex-direction: row;
    }
}



@media(max-width:1080px) {
	.custom-location.contact-template.style-3 .inner-flex .ry-each {
		max-width:440PX;
		width:100% 
	}
}


@media(max-width:1023px) {
	.custom-location.contact-template.style-3 .inner-flex{
		align-items:center;
		justify-content:center
	}
}

/* --- PROMO PAGE ---  */
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo, .module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
    position:relative;
    width:100%
}

.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
    width:100%;
    margin-inline:auto
}
.module-promo .ry-flex .text-wrapper{
    width: 100%;
    max-width:100% ;
    padding-block:10PX
}

 .module-promo .ry-flex .text-wrapper ul li p{
     text-align:start !important
 }
.module-promo .ry-flex .photo-wrapper {
    width: 100%;
    max-width:100%;
    min-width: unset;
            padding-bottom:unset
}

.ry-flex .ry-flex {
    flex-direction:column-reverse !important;
}
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo:before {
    display:none
}
@media(max-width:1080px) {
    .module-promo .ry-flex .text-wrapper .span-1,.module-promo .ry-flex .ry-btn {
        margin-inline:auto
    }
}