<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap" rel="stylesheet">

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

.signika {
  font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: "Signika", 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: 'Poppins';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: #911f32 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #020205 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #020205 !important;}
.ry-btn.ry-btn-secondary:hover {background: #911f32 !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;
	}
}
/* Nathan - Started <November 14, 2024> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #020205;
	--clr-primary: #911f32;
	--clr-secondary: #020205;
	
	--font-herotitle: clamp(1rem, 6vw, 100px);
	--font-title: clamp(1rem, 6vw, 61.8px);
	--font-subtitle: clamp(1rem, 6vw, 23.61px);
	
	--team-bg: url(https://s3.amazonaws.com/static.organiclead.com/Site-ba0b88bb-1051-404c-83bd-e53dc8fd415b/Background_images/EyeBoulevard_team_bg.jpg) center / cover;
	--testimonials-bg: url(https://s3.amazonaws.com/static.organiclead.com/Site-ba0b88bb-1051-404c-83bd-e53dc8fd415b/Background_images/EyeBoulevard_testimonials_bg.jpg) left / cover no-repeat;
	--footer-bg:url(https://s3.amazonaws.com/static.organiclead.com/Site-ba0b88bb-1051-404c-83bd-e53dc8fd415b/Background_images/EyeBoulevard_footer_bg.jpg) center / cover no-repeat;
}
/* Fonts - Global Edits */
	/*fonts*/
		.custom-headline h1 {
			text-align: center;
			font-size: var(--font-herotitle);
			color: var(--clr-white);
			line-height: 1.1;
		}
		.custom-headline h2 {
			color: var(--clr-secondary);
			font-size: var(--font-title);
			line-height: 1;
			text-align: center;
		}
		.custom-headline h1 span{
			display: block;
			font-size: var(--font-subtitle);
			font-weight: 400;
			letter-spacing: 0.4em;
		}
.custom-headline h1 span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.custom-headline h1 span.span-1 {
    font-size: var(--font-title);
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
}

.custom-headline h1 span.span-2 {
    font-weight: 400;
    font-size: 38.2px;
}

.custom-headline h1 span.span-1:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 13%;
    height: 1px;
    width: 20%;
    background: var(--clr-white);
}
.custom-headline h1 span.span-1:after {
    content: "";
    position: absolute;
    top: 33px;
    right: 13%;
    height: 1px;
    width: 20%;
    background: var(--clr-white);
}
.custom-headline h2 span{
	display:block;
	font-size: var(--font-subtitle);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
	/*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 */
	/**/
.ry-menu .ry-nav {
    width: 80%;
    margin: 0 auto;
}
.module-34 .ry-menu a {
    padding-top: 20px;
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover, .module-34 .ry-btn-module-34:hover {
    color: var(--clr-white) !important;
}
/* Hero */
	/**/
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 .carousel .carousel-inner .text-center:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(to top, var(--clr-black), transparent);
    width: 100%;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    opacity: 0;
    width: 0;
}

.module-welcome.style-5 .ry-flex {
    flex-direction: row-reverse;
    z-index: 1;
}

.module-welcome.style-5 {
    padding: 12.6vh 0;
	margin-top: -3px;
	
}

.module-welcome.style-5:before {
    opacity: 0;
}

.module-welcome.style-5 .background-section {
    opacity: 1;
    filter: none;
}


.module-welcome.style-5 .text-wrapper {
    max-width: 70%;
}

.module-welcome.style-5 .ry-text p {
    margin: 30px 0;
    text-align: right !important;
	max-width: 60%;
	margin-left: 40%;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-right: 0;
}
.module-welcome.style-5 .custom-headline h2 {
    color: var(--clr-primary);
    text-transform: capitalize;
    text-align: right !important;
}

.module-welcome.style-5 .custom-headline h2 span {
    font-size: var(--font-subtitle);
    display: block;
    color: var(--clr-black);
    font-weight: 600;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: 100%;
    justify-content: flex-end;
}
	

/* Services */
	/**/
.custom-hp-services {
    margin-top: -20%;
}
.custom-hp-services .ry-content {
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    gap: 22px;
}

.custom-hp-services .ry-content .service-name,
.custom-hp-services .ry-content .service-name h4{
    position: absolute;
    bottom: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    text-align: center;
}

.custom-hp-services .ry-content .headline-wrapper  {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}
.custom-hp-services .link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: red;
    cursor: pointer;
    opacity: 0;
}

.custom-hp-services .ry-content .left .top .card:nth-child(1), .custom-hp-services .ry-content .right .top .card{
    margin-bottom: 10px;
}

.custom-hp-services .card:before,
.custom-hp-services .middle:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    opacity: .8;
}

.custom-hp-services .ry-content .service-name h4 {
    color: var(--clr-white);
}

.custom-hp-services .ry-content .service-name {
    bottom: 5px;
}

.custom-hp-services .ry-content .left, .custom-hp-services .ry-content .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-hp-services .custom-headline h2 {
    color: var(--clr-primary);
}

.custom-hp-services .custom-headline h2 span {
    color: var(--clr-white);
}

.custom-hp-services .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.custom-hp-services .ry-content .headline-wrapper {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-hp-services {
    z-index: 2;
}

.custom-hp-services .middle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, var(--clr-white), transparent);
    z-index: 1;
}
.custom-hp-services .middle .custom-headline{
    z-index: 2;
}
.custom-hp-services .middle .custom-headline h2 span{
    color: var(--clr-black);
}
.custom-hp-services .ry-content .card {
    overflow: hidden;
}
.custom-hp-services .ry-content .card img,
.custom-hp-services .card:before,
.custom-hp-services .ry-content .card .service-name,
.custom-hp-services .ry-content .card:hover .service-name h4
{
    transition: all ease .3s;
}

.custom-hp-services .ry-content .card:hover img {
    transform: scale(1.1);
}

.custom-hp-services .card:hover:before {
    z-index: 1;
    height: 100%;
    background: var(--clr-black);
}

.custom-hp-services .ry-content .card:hover .service-name {
    bottom: 40%;
    z-index: 2;
}

.custom-hp-services .ry-content .card:hover .service-name h4 {
    letter-spacing: 0.09em;
}
/* Meet the Team */
	/**/
.module-28 {
    padding: 26.6vh 0 60vh 0;
    background: var(--clr-secondary);
}

.module-28 .ry-flex {
    height: fit-content;
    flex-direction: row-reverse;
    width: 100%;
}

.module-28 .ry-left, .module-28 .ry-left img {
    position: relative;
    margin: 0 auto;
	    flex-basis: 50%;
}

.module-28 .ry-left img {
    left: 0;
    max-width: 50%;
}

.module-28 .custom-headline h2,
.module-28 .custom-headline h2 span,
.module-28 .ry-generic-copy p {
    color: var(--clr-white) !important;
    text-align: center !important;
    
}

.module-28 .ry-generic-copy {
    margin: 30px 90px;
}

.module-28:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--team-bg);
    mix-blend-mode: luminosity;
    opacity: 0.14;
}
/* Insurance */
	/**/
.ry-multi-item-slider::before {
    background: var(--clr-primary);
}

#section-insurances {
    z-index: 1;
    margin-top: -9%;
}

#section-insurances .ry-multi-item-slider {
    padding-top: 9%;
}


#section-insurances .ry-multi-item-slider .owl-carousel .owl-item img {
   filter:brightness(0) invert(1);
}

#section-insurances .fa-chevron-left:before,
#section-insurances .fa-chevron-right:before{
    color: var(--clr-white)
}

#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    background: var(--clr-white);
}

#section-insurances .owl-carousel .owl-dots .owl-dot {
    background: #ffffff9c;
}
#section-insurances .custom-headline h2 span {
    color: var(--clr-white);
    padding-bottom: 30px;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.option-1:before {
    height: 100%;
    background: var(--testimonials-bg);
}

.module-testimonials.option-1 {
    margin-top: -2px;
}

.module-testimonials.option-1 .content {
    max-width: 50%;
    margin-left: 50%;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
    height: 0;
    opacity: 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block * {
    color: var(--clr-black) !important;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 0;
    background: transparent;
}

.testimonials-wrapper .testimonials-block .carousel-control:before {
    opacity: 0;
}
.module-testimonials.option-1 .custom-headline h2 {
    color: var(--clr-primary);
}

.module-testimonials.option-1 .custom-headline h2 span {
    color: var(--clr-secondary);
}

.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
}

.module-testimonials.option-1 {
    padding: 12.6vh 0;
}
/* Footer */
	/**/
.footer.style-3 .footer-top .ry-each .footer-form .form-control {
    background: var(--clr-white);
}

.footer.style-3 .footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--footer-bg);
    mix-blend-mode: luminosity;
    opacity: 0.25;
}
.footer.style-3 .logo-wrapper {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: 350px;
}

.footer.style-3 .footer-top .hour-list ul li {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 70%;
}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
    opacity: 1;
    /* font-weight: 600; */
    font-family: inherit;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    object-fit: contain;
}
.footer.style-3 .logo-wrapper {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: 350px;
}

.footer.style-3 .ry-flex {
    gap: 50px;
	justify-content: space-evenly;
}

.footer.style-3 .footer-top .hour-list ul li {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 70%;
}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
    opacity: 1;
    font-family: inherit;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    object-fit: contain;
}
.footer.style-3 .logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.footer.style-3 .footer-top .title {
    text-align: center;
}
	
/*Contact us Page update*/
.contact-details .ry-each.hour {
    margin:50px auto;   
}

.contact-details .ry-each.hour p{
    text-align:center !important;
    margin-bottom:3%
}

.contact-details  .ry-each.address, .contact-details  .ry-each.phone {
    display:flex;
    gap:3%;
    justify-content:center;
	align-items:center;
}

.contact-details .inner-flex {
    justify-content:center;
    display:flex;
    flex-direction:column;
    text-align:center
}

.custom-social-wrapper .social-inner-wrap {
    display: flex;
    justify-content:center;
}

/*NABAR*/
#ry-pg-header .module-34 .ry-header-logo img{
    filter:brightness(0) invert(1)
}

#ry-pg-header .module-34 .ry-menu .ry-nav li>a{
    color:#fff
}

#ry-pg-header .module-34 .ry-btn-module-34 {
    color: #fff;
    border: 1px solid;
}

#ry-pg-header .module-34 .ry-btn-module-34:hover {
    border:transparent 1px solid;
}
	.module-35-header-center .ry-mobile-logo img {
    filter:brightness(0) invert(1);
}

.module-35 .mobile-nav .hamburger-inner, .module-35 .mobile-nav .hamburger-inner:before, .module-35 .mobile-nav .hamburger-inner:after{
    background:#FFF !important
}


/*Media Queries*/
@media (min-width:2200px){
    .module-welcome.style-5 .ry-text p{
        margin: 30px 0;
        text-align: right !important;
        max-width: 60%;
        margin-left: 43%;
    }
}

@media (max-width:1440px){
      #section-insurances {
    z-index: 1;
    margin-top: -13%;
    }
    body.home #top-brands .ry-multi-item-slider .container.ry-container{
      margin-top:5vw
    }

    .module-testimonials.option-1:before {
       background-position: 40% 0%; 
    }
    .module-welcome.style-5 .background-section img {
        object-position:60% 0%
    }
}
@media screen and (max-width: 1579px){
    .custom-headline h1 span.span-1:before {
        width: 15%;
        left: 15%;
    }
    
    .custom-headline h1 span.span-1:after {
        width: 15%;
        right: 15%;
    }
}
@media screen and (max-width: 1310px){
    .custom-headline h1 span.span-1:before {
        width: 15%;
        left: 13%;
    }
    
    .custom-headline h1 span.span-1:after {
        width: 15%;
        right: 13%;
    }
}
@media screen and (max-width: 1190px){
    .custom-headline h1 span.span-1:before,
    .custom-headline h1 span.span-1:after {
        opacity: 0;
    }
}
@media (max-width:1480px) {
    .module-28 .ry-generic-copy {
        margin:5% 0;
    }
}
@media screen and (max-width: 1080px){
    .footer.style-3 .logo-wrapper {
        filter: brightness(0) invert(1);
        margin-bottom: 20px;
        width: 350px;
    }
    
    .footer.style-3 .ry-flex {
        gap: 50px;
    }
    
    .footer.style-3 .footer-top .hour-list ul li {
        justify-content: space-between;
        margin: 0 auto;
        max-width: 70%;
    }
    
    .footer.style-3 .footer-top .ry-each .details .text .span-1 {
        opacity: 1;
        font-family: inherit;
    }
    
    .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
        object-fit: contain;
    }
    
    .custom-hp-services .middle:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        width: 100%;
        background: linear-gradient(to bottom, var(--clr-white), transparent);
        z-index: 1;
    }
    .custom-hp-services .middle .custom-headline{
        z-index: 2;
    }
    .custom-hp-services .middle .custom-headline h2 span{
        color: var(--clr-black);
    }
    .custom-hp-services .ry-content .card {
        overflow: hidden;
    }
    .custom-hp-services .ry-content .card img,
    .custom-hp-services .card:before,
    .custom-hp-services .ry-content .card .service-name,
    .custom-hp-services .ry-content .card:hover .service-name h4
    {
        transition: all ease .3s;
    }
    
    .custom-hp-services .ry-content .card:hover img {
        transform: scale(1.1);
    }
    
    .custom-hp-services .card:hover:before {
        z-index: 1;
        height: 100%;
        background: var(--clr-black);
    }
    
    .custom-hp-services .ry-content .card:hover .service-name {
        bottom: 40%;
        z-index: 2;
    }
    
    .custom-hp-services .ry-content .card:hover .service-name h4 {
        letter-spacing: 0.09em;
    }
    
    
    .module-welcome.style-5 .background-section, .module-welcome.style-5 .background-section img {
        object-position: right;
    }
    
    .module-welcome.style-5:before {
        background: linear-gradient(to left, var(--clr-white), #ffff, #fff, transparent);
    }
    
    .module-welcome.style-5 .custom-headline h2 {
        text-align: center !important;
        !i;
    }
    
    .custom-hp-services .ry-content {
        flex-direction: column;
        max-width: 60%;
        margin: 0 20%;
    }
    
    .module-testimonials.option-1 .content {
        max-width: 100%;
        margin: 0;
    }
    
    .module-testimonials.option-1:before {
        background-position: right;
        opacity: 0.2;
    }
}


@media(max-width: 1080px){
    .module-welcome.style-5 .ry-each .ry-text p, .module-welcome.style-5 .ry-each h2 {
    width:100%;
    max-width: unset;
    padding: 0;
    margin: 0;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    justify-content:center;
    width: 100%;
}
    .module-welcome.style-5 .text-wrapper{
        width:100% !important;
        max-width:unset
    }
    .module-welcome.style-5 .ry-each .ry-text p, .module-welcome.style-5 .ry-each h2{
        text-align:center !important
    }
    .module-welcome.style-5 .background-section, .module-welcome.style-5 .background-section img {
        object-position: left;
        position:relative;
    
    }
    .module-welcome.style-5 {
        display:flex;
        flex-direction:column;
        gap:5vw;
        padding: 0;
        margin-top: -2px;
    }
    .module-welcome.style-5 .text-wrapper .ry-text p {
        margin:3vw 0
    }

    .footer.style-3 .footer-top .hour-list{
        max-width:400px;
        width:100%;
    }

    .footer.style-3 .footer-top .hour-list ul li {
        display:flex;
        max-width: 100%;
    }

        .footer.style-3 .footer-top .hour-list ul li {
        flex-direction: unset !important;
        text-align: start;
        }
    .custom-headline h1 span.span-1{
        font-size:30px;
        margin-bottom:.5%;
    }
    .custom-headline h1 span.span-2 {
         margin-top:.5%;
           font-size:30px;
    }
    .module-28 .ry-left img {
        max-width:400px;
        width:100%
    }
    .footer.style-3 .logo-wrapper{
        max-width:250px;
        width:50%
    }
		.module-welcome.style-5 .ry-flex{
		flex-direction:column
	}
	.module-28 {
        padding:15vh 0 35vh 0
    }
   .module-28 .ry-left, .module-28 .ry-left img{
       flex-basis:unset;
       padding:3%;
    }
	#ry-pg-banner .ry-bnr-wrp {
    margin-top:5%;
}
	.module-welcome.style-5 .background-section img {
		object-fit:cover !important;
		max-width: 450px;
		height: 350px;
		overflow: hidden;
		margin:0 auto;
		border-radius:35px;
		margin-top:5%
	}
	
	
}

@media(max-width: 780px){
        .custom-headline h1 span.span-1{
        font-size:25px;
        margin-bottom:.5%;
    }
    .custom-headline h1 span.span-2 {
         margin-top:.5%;
           font-size:25px;
    }
     .custom-hp-services .ry-content{
            max-width:80%;
            margin:auto;
            margin: 0 auto;
        }
        .custom-hp-services .ry-container{
            display:flex;
            justify-content:center;
            align-items:center
        }
    
}
    @media(max-width: 480px){
         .custom-headline h1{
             font-size:35px;
         }
        .custom-headline h1 span.span-1{
        font-size:20px;
        margin-bottom:3%;
    }
        .custom-headline h1 span.span-2 {
         margin-top:3%;
        font-size:20px;
    }
        .owl-carousel .owl-dots {
            display:none
        }
        .custom-hp-services .ry-content{
            max-width:100%;
            margin:auto;
            margin: 0 auto;
        }

        .module-28 .ry-generic-copy{
            padding:0;
            margin:10% 0;
        }
		 .module-28 {
        padding:10vh 0 25vh 0;
    }
		    .module-35-header-center .ry-mobile-logo img{
        width:160px
    }
		.module-welcome.style-5 .background-section img {
        width:90%;
        margin-top:10%;
       object-position:15% 50%
    }
       
    }
	
/*NAVBAR UPDATE*/

	#ry-sidebar #accordion .ry-drop-nav ul li a:hover {
		background: #911f32
	}
	.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
		padding: 10px 20px;
	}

	.ry-menu .ry-nav li.dropdown .dropdown-menu {
		margin-top:15%;
	}

	.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover a{
		border-bottom:solid  #911f32 1px!important;
	}
	.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li {
    padding-top:1px !important;
    margin-top:-2px !important;
}
	
/*NAVBAR UPDATE END*/
	#ry-pg-body h2 {
		margin: 20px 0 0 0;
	}
/*SERVICES SECTION*/
	.custom-hp-services .link, .custom-hp-services .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}
	
.footer.style-3 .footer-top .ry-each .details .text {
    color: #FFFFFF;
    font-size: 18px;
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
    background: #c6223e90;
}
	
/*FRAMES GALLERY SLIDER*/
.frames-gallery-slider .slick-prev, .frames-gallery-slider .slick-next{
    display:none !important;
}


	.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: .7rem;
  height: .7rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #911f3269;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #911f32;
}
.frames-gallery-slider .slick-slide img{
    margin:auto;
    object-fit:contain !important;
    max-width:fit-content;
    border-radius:10px
}
@media (max-width:768px){
	.frames-gallery-slider .slick-slide img{
    border-radius:10px;
	padding:0 3px
}
}