body, body p, body div{font-family: Lato !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Lato, sans-serif !important;font-weight: 600 !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: 'Lato';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: #40a1d2 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #5e5b5c !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #5e5b5c !important;}
.ry-btn.ry-btn-secondary:hover {background: #40a1d2 !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;
}

/* HP Edits - Started <August 5, 2026> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #40a1d2;
	--clr-secondary: #5e5b5c;

	--font-herotitle: clamp(1.182rem, calc(0.836rem + 2.375vw), 2.909rem);
	--font-title: clamp(1.111rem, calc(0.752rem + 2.472vw), 2.909rem);
	--font-spantitle: clamp(1.000rem, calc(0.978rem + 0.153vw), 1.111rem);
	--font-subtitle: clamp(1.125rem, 1.0984rem + 0.085vw, 1.14625rem); /*18.34px*/
	
	--site-font: Lato,sans-serif;;
  --title-font: Lato;
  --primary-color: #40a1d2;
  --secondary-color: #5e5b5c;
}
/**/
	/*fonts*/
	.custom-headline h1 span,
	.custom-headline h2 .span-1 {
	    display: block;
	    color: var(--clr-black);
	    text-transform: uppercase;
	    font-size: var(--font-spantitle);
	    letter-spacing: 0.28em;
	    font-weight: 400;
	}
	
	.custom-headline h1,
	.custom-headline h2 {
	    font-size: var(--font-title) !important;
	    color: var(--clr-primary);
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 0.08em;
	}
	
	.custom-headline h1 .span-2,
	.custom-headline h2 .span-2 {
	    color: var(--clr-secondary) !important;
		display: inline-block !important;
	    font-size: var(--font-title) !important;
	    text-transform: uppercase !important;
	    letter-spacing: 0.08em !important;
	    font-weight: 600 !important;
	}
	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--clr-secondary);
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    color: var(--clr-white) !important;
}
.mobile-container {
    background: var(--clr-white);
    border: none;
}


/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 .carousel .carousel-inner .item .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent, transparent);
}

/* CTA */
	/**/
/* Welcome */
	/**/

.section-group-top,
.section-group-bottom{
    position: relative;
}

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

#section-welcome,
#section-services,
#section-team,
#section-testimonials{
    z-index: 2;
    position: relative;
}

.module-welcome.style-5 .background-section {
    opacity: 0;
    z-index: -1;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    max-width: 660px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 660px);
    justify-content: center;
}

.module-welcome.style-5 .ry-flex {
    align-items: center;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 20%;
}
.module-welcome.style-5 .text-wrapper {
    max-width: 660px;
}
/* Services */
	/**/
.custom-hp-services .ry-flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 60px;
}

.custom-hp-services .ry-each {
    width: 500px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 7px #33333340;
}

.custom-hp-services .ry-each .photo, .custom-hp-services .ry-each img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.custom-hp-services .title {
    position: absolute;
    top: 50%;
    right: 5%;
    height: fit-content;
    width: 150px;
    transform: translateY(-50%);
    z-index: 1
}

.custom-hp-services .title h4{
    text-align: left;
    color: var(--clr-white);
}

.custom-hp-services .ry-container {
    max-width: 1240px;
}

.custom-hp-services .link,
.custom-hp-services .link a{
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.custom-hp-services .ry-btn {
    margin: 0 auto;
}

.custom-hp-services .ry-each:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left ,#40a1d2, #40a1d2db,transparent);
    z-index: 1;
    transition: all ease .3s;
}

.custom-hp-services .ry-each:hover:before {
    width: 100%;
    background: linear-gradient(to left #8bcdee, #cbe2eeeb,transparent);

}

.custom-hp-services {
    padding-bottom: 100px;
}
/* Meet the Team */
	/**/

.module-team.style-1 {
    padding: 6.6vh 0;
}

.module-team.style-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f661a325-8314-438f-8a52-951baaee2eab/Background_images/omnivisionEC_team_bg.jpg) center center no-repeat;
	background-size: cover;
    border-bottom-right-radius: 248px;
}

.module-team.style-1 .custom-headline h2, .module-team.style-1 .custom-headline h2 .span-1 {
    text-align: left;
    color: var(--clr-white);
}

.module-team.style-1 .ry-btn {
    margin-left: 0;
}

.module-team.style-1 .content .ry-btn {
    margin-left: 0;
}

.module-team.style-1 .ry-flex .ry-each {
    border-radius: 40px;
    overflow: hidden;
}

.module-team.style-1 .ry-flex {
    width: 76%;
    margin-left: 35%;
}

.module-team.style-1 .ry-container {
    max-width: 1280px;
}
.module-team.style-1 .ry-flex .ry-each .photo img {
    object-fit: contain;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}
.module-team.style-1 .ry-flex .ry-each .photo:after {
    border-radius: 999px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000000eb);
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .photo img {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding-top: 40px;
    background: none;
}

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

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    color: #666;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color: var(--clr-primary);
}

.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {
    opacity: 0;
}

.module-testimonials.option-1:before {
    width: 94px;
    height: 116px;
    top: 0;
    left: 20%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f661a325-8314-438f-8a52-951baaee2eab/Icons/omnivisionEC_testimonial_quote.png) center center no-repeat;
	background-size: contain;
}
.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
}

.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: 0.2;
}
.module-testimonials.option-1:after {
    content: "";
    position: absolute;
    bottom: 25%;
    right: 20%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f661a325-8314-438f-8a52-951baaee2eab/Icons/omnivisionEC_testimonials_quote_invert.png) center center no-repeat;
	background-size: contain;
    width: 94px;
    height: 116px;
}

.module-testimonials.option-1 {
    padding-top: 6.6vh;
    padding-bottom: calc(6.6vh + 300px);
}
/* Footer */
	/**/
.footer.style-3 .footer-top .ry-each:nth-child(2) {
    background: var(--clr-white);
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 0 7px 3px #3333334d;
    margin-top: -250px;
    z-index: 1;
    height: fit-content;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
    color: var(--clr-secondary);
}
/*Media Queries*/
	/**/
@media (max-width:1500px){
    .module-team.style-1 .ry-flex {
        width: 100%;
        margin: 0 auto;
    }
    
    .module-team.style-1 .custom-headline h2, .module-team.style-1 .custom-headline h2 .span-1 {
        text-align: center;
    }
    
    .module-team.style-1 .content .ry-btn {
        margin-left: auto;
    }
    
    .module-team.style-1 .text-wrapper {
        margin-bottom: 40px;
    }
    
    .module-team.style-1 .ry-flex .ry-each .photo:after {
        width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:1199px){
    .module-welcome.style-5 .ry-flex {flex-direction: column;gap: 40px;}
    
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        max-width: 100%;
    }
    
    .custom-hp-services .ry-flex {flex-wrap: nowrap;flex-direction: column;}
    
    .custom-hp-services .ry-each {
        width: 70%;
        margin: 0 auto;
    }
    
}

@media (max-width:1080px){
	.module-testimonials.option-1 {
		padding: 6.6vh;
	}

	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		margin-top: 0;
	}
}
	
@media (max-width:991px){
    .module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
        width: 300px;
        margin-bottom: 10px;
    }
    .module-testimonials.option-1:before {
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }
    
    .module-testimonials.option-1:after {
        content: none;
    }
    
    .custom-hp-services .ry-each {
        width: 90%;
    }
}

@media (max-width:619px){
    .module-team.style-1::before {
        height: 80%;
    }
}
/* End - HP Edits*/
	
/*MODULE -1*/
.module-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .module-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
      margin-bottom: 0 !important; }
      @media (max-width: 767px) {
        .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
          text-align: center; } }
    .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6 {
      font-size: 26px !important; }
    .module-1 .ry-box-left {
      width: 25%; }
      @media (max-width: 500px) {
        .module-1 .ry-box-left {
          width: 50%; } }
      @media (max-width: 767px) {
        .module-1 .ry-box-left img {
          margin-bottom: 20px; } }
    .module-1 .ry-box-right {
      width: 70%; }
      @media (max-width: 767px) {
        .module-1 .ry-box-right {
          width: 100%; } }

/*MODULE -1 END*/
	
/* --- BUILD START ---*/


html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:350px
}
#ry-pg-body .ry-btn {
   height:55px;
   min-height:fit-content;
   padding-block:10px
}
body a,
.module-327 .review-box .disclaimer p a{
    color:var(--primary-color) 
}
#ry-pg-body p a:hover,
.module-327 .review-box .disclaimer p a:hover{
    text-decoration:underline !important 
}
/* --- HEADER UPDATE ---  */
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us, .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a{
    display:flex !important;
    gap:10px;
    padding:10PX 30px;
    width:fit-content;
    flex-direction:row;
    max-width:unset;
    height:55px;
    align-items:center;
    border:solid 2px transparent;
    position:relative;
    transform:all 3s ease
}
.module-43 .ry-right .ry-leads .ry-contact li {
    overflow:visible
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a {
    background:var(--primary-color)
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a:hover {
    background:var(--secondary-color);
    transform:translateY(-4px)
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a {
    background:var(--secondary-color)
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a:hover{
    background:var(--primary-color);
    transform:translateY(-4px)
}
.module-43 .ry-right .ry-leads .ry-contact {
gap:10px;
    align-items:end;
    justify-content:end
}
.module-43 .ry-right .ry-leads a div{
    font-size: 16px !important;
    color: #ffffff;
    font-weight:normal;
    text-transform:capitalize !important;
    text-wrap:nowrap;
    display:block
}
.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link {
    width:100%;
    padding:0;
    height:fit-content;
    width:fit-content;
} 
body.default .module-43:not(.fixed) .ry-right .btn-wrapper .phone a, body.default .module-43 .ry-right .ry-menu .nav-menu li a {
    color:#222
}

.module-43.fixed .ry-right .btn-wrapper .phone a:hover {
    color:var(--primary-color)
}

.module-43 .ry-right .ry-leads .ry-contact{
    width:100%;
    min-width:unset
}

.module-43 .ry-left img {
    max-width: 350px;
    width: 100%;
}
#ry-pg-header .module-43 .ry-left img {
 margin-top:-10px
}

.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(--secondary-color) !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background:transparent;
	 display:flex;
    justify-content:space-between;
    padding:0
}
.ry-menu .ry-nav li.dropdown .dropdown-menu {
    background:transparent;
	left:50%;
    transform:translateX(-50%)
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    min-width: 240px;
    width:fit-content
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a {
    display:flex;
    width:100%;
    color:#fff !important;
    padding:12px 20px !important;
	font-size:16px;
	text-wrap:wrap;
    line-height:1.1 !important
}
li.third-level-container:not(.third-level a):after {
	position:absolute
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
min-width:300px;
    width:100%
}
.module-43 .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
	left:50%;
	top:40px
}
.module-43.fixed .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
    top:40px
}
.ry-menu .ry-nav li .third-level-container .third-level-dropdown {
left:auto;
    right:100%
}
.ry-menu .ry-nav li .third-level-container .third-level-dropdown li a:hover,
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a:hover{
	background:var(--primary-color) !important;
	
}
.ry-menu .ry-nav .dropdown-menu>li>a{
    font-size: 16px !important;
}
.module-34 .ry-menu .ry-nav li>a {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight:400
}
.module-43 .ry-right .ry-menu .nav-menu li a:hover {
	background:var(--secondary-color) !important;
	color:#fff !important
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:2px
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:2px
} 

body.default #ry-section-header.module-43 {
    background:#fff;
}
.module-43 .ry-right .ry-menu .nav-menu>li>a:hover, body.default .module-43 .ry-right .ry-menu .nav-menu>li>a:hover {
	color:#fff !important
}
body.default #ry-section-header.module-43.fixed {
    padding-bottom:25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a,
#menu_container, #mobile_menu {
    background:var(--secondary-color) !important
}
.mobile-container {
	background:#fff
}

.module-43 .ry-right .ry-menu .nav-menu,
.module-43.fixed .ry-right .ry-menu{
    width:fit-content;
    max-width:fit-content;
    justify-content:right;
    gap:13px;
    margin-top:0px
}
.module-43.fixed .ry-right {
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-direction:column-reverse;
    width:fit-content;
    inset:unset;
    flex:unset;
}
.module-43.fixed .ry-logo img,
.module-43.fixed .ry-logo{
    display:block !important;
    opacity:1;
    visibility:visible
}

#litlleLogo {
    display:none !important
}

.module-43 .ry-right .ry-menu .nav-menu li a { 
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.module-43 .ry-right .ry-menu .nav-menu > li > a { 
background:var(--clr-primary);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 15px !important;
	color:#fff !important;
	text-wrap:nowrap
}

.ry-sticky-menu.fixed {
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.module-43.fixed .ry-right .ry-menu .nav-menu li a {
	padding-bottom:10px !important
}

.white-bg, .mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after{
	background:var(--secondary-color)
}
@media(max-width:1280px) {
        .module-43 .ry-left img {
        max-width: 270px;
        width: 100%;
    }
        .module-43 .ry-container {
        max-width: 95%;
    }
}
	
@media(max-width:1199px) {
    .mobile-container .flex-wrap .mobile_logo img {
    max-width: 100%;
}
}
@media (max-width: 991px) {
    .module-66 {
        margin-top:0px;
    }
}

	
/* --- HERO SECTION --- */
@media(min-width:1200px) {
	.module-66 .carousel .carousel-inner .item img {
		height:100vh;
		object-position:top;
		object-fit:cover
	}
}
	
/* --- WELCOME IMAGE ---*/
.module-welcome.style-5 .ry-flex {
    flex-direction:column
}

.module-welcome.style-5 .ry-flex .image-wrapper .flex {
    flex-direction:row;
    margin-top:30px
}
.module-welcome.style-5 {
    padding-block:100px
}

@media(max-width:1080px) {
	.module-welcome.style-5,
	.custom-hp-services {
		padding-bottom: 100px
			padding-block:60px
	}
	.module-welcome.style-5 .ry-flex {
		flex-direction: column;
	}
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		padding-bottom:0px
	}
	.module-welcome.style-5 .ry-flex .image-wrapper .flex {
		margin-top: 0px;
	}
}
	
	
/*--- SERVICES SECTION ---*/
.custom-hp-services .title h4 {
	font-size:22px
}
.custom-hp-services .link, .custom-hp-services .link a {
    z-index:2
}
@media(max-width:480px) {
	.custom-hp-services .ry-each:before {
		width:100%;
		background:var(--primary-color);
		opacity:.7
	}
	.custom-hp-services .title {
	position: absolute;
	top: 50%;
	left: 50%;
	right:auto;
	height: fit-content;
	width: 90%;
	transform: translate(-50%, -50%);
	z-index: 1;
	}
	.custom-hp-services .title h4 {
		text-align:center;
	}
}
	
/* --- TEAM SECTION --- */
.module-team.style-1 .ry-flex .ry-each:hover .photo:after {
	background:var(--primary-color);
	opacity:.4
}
.module-team.style-1 .ry-flex .ry-each:hover .photo {
    filter: unset;
}
.module-team.style-1 .ry-flex .each-name {
    bottom: 40px;
}
@media (max-width: 991px) {
    .module-team.style-1 .ry-flex.block-count-3, .module-team.style-1 .ry-flex.block-count-2 {
       gap:20px
    }
}
	
/*--- TESTIMONIAL SECTION ---*/
.module-testimonials.option-1 {
    padding-top: 100px;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p  {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}


@media(max-width:991px){
   .module-team.style-1 {
    padding-bottom:100px
}
   .module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
      padding-inline:0;
   }
   .module-testimonials.option-1 {
      padding-inline:20px
   }
}

/*--- FOOTER ---*/
.footer.style-3 .footer-top .ry-each .details .text .span-1 {
      opacity:1;
      font-size: 18px;
}
   .footer.style-3 a:hover,
.footer.style-3 .footer-top .ry-each .details .text a:hover span{
      color:var(--secondary-color) !important
   }
.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a:hover {
   border:solid 1px #fff;
   background:transparent
}
.footer.style-3 .footer-top .ry-each .details .text .span-1 {
   margin-bottom:0
}
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
   object-fit:contain;
   height:100%;
   width:140px
}
@media (max-width: 1080px) {
	.footer.style-3 .footer-top .hour-list ul li {
		flex-direction: row;
		text-align: center;
		justify-content:space-between;
		gap:10px
	}
	.footer.style-3 .footer-top .hour-list ul li .span-1 {
		text-align:start
	}

}
	
/*--- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:2px
}
#ry-pg-banner .ry-bnr-wrp:after,
#ry-pg-banner .ry-bnr-wrp:after {
	display:none
}
@media (max-width: 1024px) {
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title {
        margin: 0px auto;
    }
}

#ry-pg-body {
    padding: 100px 0 300px;
}
/* --- TEAM PAGE ---*/

.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	background:#fff;
	border: solid #00bcd414 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
}

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:#1589c4d1;
}

#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: 30px;
	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
}
#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: 28px !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
}
@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:30px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:90% !important;
		margin-inline:auto !important
	}
}
	
/* -- PROMOTION PAGE ---*/
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo, .module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
    position:relative;
}
	
/*--- PAYMENT OPTION ---*/
.module-311 .ry-payment-options-logos .ry-each img {
    width: 90%;
    max-width: 180px;
    display: inline;
    height:80PX;
    object-fit:contain
}
/* --- BLOG PAGE --- */
.ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
    line-height:1.1
}

.ry-list-wrp .ry-list-item .ry-list-content  p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
/* --- SIDEBAR --- */
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    max-width:fit-content;
}
#ry-sidebar .ry-sb-title {
    letter-spacing:1px;
    text-wrap:nowrap
}
/* --- CONTACT US PAGE --- */
.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-2 .ry-flex .contact-form {
	padding: 100px 4vw;
	background: #f5f5f5;
	width: 68%;
}

.contact-template.style-2 .contact-form .section-headline {
	margin-bottom: 30px;
}

.contact-template p {
	line-height: 1.5;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
	margin-top: 10px;
}

.contact-template.style-2 .ry-flex .contact-details {
	width: 32%;
	min-width: 420px;
	border: 1px solid #e8e8e8;
}

.contact-template.style-2 .ry-flex .contact-details #mapCustomstyle2 {
	padding-bottom: 500px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex {
	padding: 50px 23px;
	display: flex;
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color) !important;
	border-radius: 50%;
	margin-right: 10px;
	min-width: 45px;
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text * {
	color:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
	fill: #fff;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(4) {
	pointer-events:none
}
/*.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) {
align-items:start
}*/

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) ul {
    list-style:none;
    padding:0;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) ul .span-1 {
    text-transform:capitalize !important;
    font-size:18px !important;
    width:100px;
    display:block;
    text-align:start
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) ul .span-2 {
    font-size:18px !important;
    width:160px;
    font-weight:normal !important;
    display:block;
    text-align:start
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) ul li {
    display:flex;
    justify-content:space-between;
    gap:40px
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
	display: flex;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
  line-height: 27px;
  color: #333;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
	margin-bottom: 25px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text {
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
	font-size: 23px;
	font-weight: bold;
	color: #373737;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	max-width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
	flex-direction: column;
	width: 100%;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1 {
	color:#333
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, 
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
	height: 65px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 25px;
	font-size: 18px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
	margin-bottom: 10px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
	height: 290px;
	padding-top: 15px;
	resize: unset;
}

.contact-template.style-2 .contact-form .ry-text .span-2 {
	font-size: 23px;
    font-weight: bold;
    color: #333;
}


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.custom-social-wrapper .social-inner-wrap li a.tiktok {
    background:#000
}

.custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.custom-social-wrapper .social-inner-wrap li {
	 min-width: 40px;
    width: 40px;
    height: 40px !important;
	min-height:40px;
    border-radius: 50%;
    overflow: hidden;
	margin:0
}
.custom-social-wrapper .social-inner-wrap li a {
	line-height:1
}

.custom-social-wrapper .social-inner-wrap li:hover {
	scale:1.1
}
.custom-social-wrapper .social-inner-wrap {
	flex-wrap:wrap;
	display:flex;
	gap:8px
}


@media(max-width:1080px) {
	.contact-template.style-2 .ry-flex .contact-form,
	.contact-template.style-2 .ry-flex .contact-details{
		width:100%;
		min-width:unset
	}
	.contact-template.style-2 .ry-flex .contact-form {
		padding-block:50px
	}
}
	
	
/* promotion */
@media (max-width: 425px) {
  .photo-wrapper.col-xs-12.col-lg-4.ry-each {
    height: auto !important;
    min-height: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .photo-wrapper.col-xs-12.col-lg-4.ry-each .photo,
  .photo-wrapper.col-xs-12.col-lg-4.ry-each .ry-inner-flex {
    height: auto !important;
    min-height: unset !important;
  }
}