/** Welcome Start **/

.module-67 .welcome-img {
	position: absolute;
	width: 100%;
	max-width: 76%;
}

.module-67 .welcome-img.welcome-left {
	left: 0%;
	transform: translate(-85%, -54%);
	top: 0;
}
.module-67 .welcome-img.welcome-right {
	left: calc(100% - 0%);
	transform: translate(-10%, -46%);
	top: calc(100% - 4%);
}

@media (max-width: 1600px) {
	.module-67 .welcome-img {
		position: absolute;
		width: 100%;
		max-width: 50%;
	}
}
@media (max-width:1480px) {
	.module-67 .welcome-img.welcome-right,
	.module-67 .welcome-img.welcome-left{
		max-width:400px;
	}
}
@media (max-width:1280px) {
	.module-67 .welcome-img.welcome-left {
		left: 25%;
		max-width:400px
	}
	.module-67 .welcome-img.welcome-right {
		left: 70%;
		bottom:-70%;
		max-width:400px;
	}
	.module-67 .ry-container .ry-content {
		display:flex;

	}
	.module-67 .ry-flex {
		max-width:600px;
		width:100%;
		margin-inline:auto;
	}
}

@media (max-width:1080px) {
	.module-67 {
		padding: 80px 0;
	}
	.module-67 .welcome-img {
		position: relative;
		transform: unset !important;
		top: 0 !important;
		left: 0 !important;
		max-width: 300px !important;
	}
	.module-67 .ry-container {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
	.module-67 .welcome-img.welcome-right {
		align-self: flex-end;
	}
	
}

@media (max-width:480px) {
	.module-67 .welcome-img {
		max-width: 200px !important;
	}
	.module-67 .welcome-img.welcome-left {
		margin-left:-5%;
	}
	.module-67 .welcome-img.welcome-right {
		margin-right:-5%;
		margin-top:10%
	}
	.module-67 {
        padding: 30px 0;
    }
}
/** Welcome End **/

/** Services Start **/
.ry-services.style1.custom-services .main-title h2 {
    color: #0c923d !important;
}
.ry-services.style1.custom-services .ry-container {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, white, white, transparent);
    padding: 80px 8% 0;
    border-radius: 20px;
    margin-top: -10%;
}
.ry-services.style1 .ry-flex .ry-each {
	display: flex;
	flex-direction: column-reverse !important; 
	justify-content: center;
	align-items: center;
}
.ry-services.style1.custom-services {
    position: relative;
    padding: 0rem 0 7rem;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d4435e63-10f5-45a8-9ee2-8e8d6e2ad13c/Assets/services_bg.jpg);
	background-size: cover;
	background-position: center bottom;
	margin-top: -1px;
}
.ry-services.style1 .ry-content {
    margin-top: 60px;
}
.ry-services.style1 .ry-flex {
	padding-bottom: 120px; 
	flex-direction: unset !important;
}


.ry-services.style1 .ry-flex .ry-each .photo {
	padding-bottom: 130%;
	border-radius: 20px;
    overflow: hidden;
}
.ry-services.style1.custom-services {
    position: relative;
}
.ry-services.style1 .ry-flex .ry-each .title {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
}
.ry-services.style1 .ry-flex .ry-each .title div::before {
	display: none;
}
.ry-services.style1 .ry-flex .ry-each .title div {
	padding: 20px 0;
}
.ry-services.style1 .ry-flex .ry-each .title {
	min-height: 108px;
	display: flex;
    align-items: center;
    justify-content: center;
	    padding: 0 30px;
}
.ry-services.style1 .ry-flex .ry-each .photo img {
	z-index: 9;
}

.ry-services.style1 .ry-flex .ry-each .button-svg {
	display: none;
}

.ry-services.style1 .ry-flex .ry-each .photo img {
    filter: grayscale(0);
    opacity: 1;
    transition: .3s;
}
.ry-services.style1 .ry-flex .ry-each:hover .photo img {
	filter: grayscale(1);
    transition: .3s;
}
.ry-services.style1 .ry-flex .ry-each .photo:before {
	opacity: 0;
}
.ry-services.style1 .ry-flex .ry-each:hover::before {
	box-shadow: inset 0 400px 0 0 #0c923d, inset 0 -400px 0 0 #0c923d;
	opacity: 1;
}
.ry-services.style1 .ry-flex .ry-each:hover::before {
	display: none
}

.ry-services.style1 .swiper-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.ry-services.style1 .swiper-arrow .swiper-button-prev, .ry-services.style1 .swiper-arrow .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    transform: unset;
    border: 1px solid #0c923d;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    aspect-ratio: 1;
	background: #0c923d99;
}

.ry-services.style1 .swiper-arrow .swiper-button-prev:before, .ry-services.style1 .swiper-arrow .swiper-button-next:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 13px;
    height: 13px;
    left: 6px;
}

.ry-services.style1 .swiper-arrow .swiper-button-next:before {
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	left: -6px;
}

/*@media (min-width: 1441px) {
	.ry-services.style1 .ry-flex {
		padding-bottom: 0px;
	}
	.ry-services.style1 .swiper-arrow { 
		display: none;
	}
}*/
 

.group-services .ry-flex {
    flex-wrap: wrap;
    gap: 30px 20px;
}

.group-services .ry-flex .each {
    width: calc(50% - 20px);
}

.group-services .ry-flex .each .photo {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.group-services .ry-flex .each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .5s;
}

.group-services .ry-flex .each:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #b6916a;
}

.group-services .ry-flex .each .title {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 32px;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 3;
    color: #ffffff;
}

.group-services .ry-flex .each .photo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    z-index: 1;
    background-image: linear-gradient(to bottom, #00000000, #00000000, #000);
}

.group-services .ry-flex .each:hover .photo img {
    filter: grayscale(1);
    transform: scale(1.2);
}

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


.default .module-43 .ry-left img {
    max-height: 100px;
}

.default .module-43 .ry-right .ry-menu .nav-menu li.primary > a {
    color: #333 !important;
}


.media .group-services .ry-flex .each .photo img {
    object-fit: contain;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media .group-services .ry-flex .each .title {
    line-height: 1;
    font-size: 24px;
}

.media .group-services .ry-flex .each .title {
    padding: 0 20px;
}

.module-1 {
    display: flex;
    gap: 30px;
}

.module-1:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.module-1 h4 {
    margin-bottom: 20px !important;
}

.module-1 p {
    line-height: 1.5;
}

@media (max-width: 1080px) {
	.group-services .ry-flex .each .title {
		font-size: 32px;
		bottom: 20px;
	}
}

@media (max-width: 768px) {
	.group-services .ry-flex .each:before {
		top: -6px;
		left: -6px;
		width: calc(100% + 12px);
		height: calc(100% + 12px);
	}

	.group-services .ry-flex .each {
		width: calc(50% - 10px);
	}

	.group-services .ry-flex .each .title {
		font-size: 24px;
	}

	.module-1 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-1 .ry-box-left, .module-1 .ry-box-right {
		width: 100%;
		max-width: 100%;
	}

	.module-1 .ry-box-right * {
		text-align: center !important;
	}

	.module-1 .ry-box-right p {
		line-height: 1.5;
	}

	.module-1 .ry-box-right .ry-btn {
		margin: auto;
	}
	.module-1 h4 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 620px) {
	.group-services .ry-flex .each {
		width: 100%;
	}
	.module-1 .ry-box-right p {
		font-size: 16px;
	}
}

.ry-services.style1.custom-services .content.swiper.swiper-container-horizontal {
    overflow: hidden;
	    padding-bottom: 3px;
}
/** Services End **/

/** Brand Start **/
.custom-brand {
    position: relative;
    overflow: hidden;
    padding: 10vw 0;
}
/*.custom-brand:before {
    content: "";
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/brand_black_bg.jpg);
    background-size: contain;
    position: absolute;
    inset: 0;
    background-position: bottom;
    height: 0;
    padding-bottom: 25%;
    top: unset;
}*/

/*.custom-brand .ry-multi-item-slider {
    padding: 0;
    margin-top: -12%;
}*/

.custom-brand .background-image, .custom-brand .background-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
	height: 100%;
	position: fixed;
    z-index: -1;
}

.custom-brand .ry-multi-item-slider h2.ry-multi-item-slider-heading-section.py-4.mb-4 {
    color: #fff;
	font-size: clamp(1.5rem, 1.0313rem + 1.5vw, 1.875rem);
}

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

body.home .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
	color: #fff;
}

.featured-carousel .owl-dots {
    display: none;
}


body.home #section-insurances .owl-carousel .owl-nav .owl-prev, body.home #section-insurances .owl-carousel .owl-nav .owl-next {
	color: #242424;
}

/** Brand End **/

/*HP - TESTIMONIALS*/

.hp-custom-testimonials .background-section,
.hp-custom-testimonials .background-section img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
	    object-position: right;
}

.hp-custom-testimonials .ry-content {
    width: min(676px, 100%);
    border-radius: 32px;
    /*filter: drop-shadow(0px 16px 43.5px rgba(0,0,0,0.17));*/
    /*background: rgb(255 255 255);*/
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
    /*background-color: rgb(255 255 255 / 80%);*/
    padding: 85px;
    position: absolute;
    top: 15rem;
	left: 0;
}

.hp-custom-testimonials .each-testi .star-rate {
    display: flex;
}

.hp-custom-testimonials .each-testi .star-rate svg {
    width: 20px;
    fill: #f6ae32;
}


.hp-custom-testimonials .group-testi {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}

.hp-custom-testimonials .testimony p {
    width:100%;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 160%;
    color: #333333;
    font-weight: 300;
	margin: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
}

.hp-custom-testimonials .group-testi .testi-name p {
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #121556;
    font-weight: 500;
    
}

.hp-custom-testimonials .background-section {position: relative;inset: 0;padding-bottom: 60%;}

.hp-custom-testimonials .hp-headline h2 {
    line-height: normal;
}

.hp-custom-testimonials ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    gap: 5px;
}

.hp-custom-testimonials ul.slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    background: #63656a;
    opacity: .3;
	border: 0;
}
.hp-custom-testimonials ul.slick-dots li.slick-active button {
    width: 30px;
    opacity: 1;
}

.hp-custom-testimonials .testi-name {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1680px) {
    .hp-custom-testimonials .ry-content {
        top: 6rem;
    }
}

@media screen and (max-width: 1536px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 60%;
    }
}


@media screen and (max-width: 1366px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 61.25%;
    }
}

@media screen and (max-width: 1280px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 62.25%;
    }

    .hp-custom-testimonials .ry-content {
        top: 5rem;
    }
}

@media screen and (max-width: 1080px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 71.25%;
	}
}

@media screen and (max-width: 991px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 82%;
	}
}


@media screen and (max-width: 680px) {
	div.hp-custom-testimonials .group-testi {
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		gap: 10px;
	}
	
	div.hp-custom-testimonials ul.slick-dots {
		align-items: center;
		justify-content: center;
	}

	div.hp-custom-testimonials .hp-headline h2 {
		text-align: center;
	}
	
	div.hp-custom-testimonials .background-section img {
		        object-position: 80%;
	}

	div.hp-custom-testimonials .ry-content {
		padding: 0%;
	}
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 120%;
	}
	
	div.hp-custom-testimonials .testimony p {
		width: 100%;
		font-size: clamp(1.125rem, 0.9875rem + 0.6875vw, 1.8125rem);
	}
}

@media screen and (max-width: 480px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 160%;
	}

	div.hp-custom-testimonials .ry-content {
		padding-bottom: 5%;
	}
}

@media screen and (max-width: 768px) {
	.hp-custom-testimonials .ry-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 12%) !important;
	}
}
.hp-custom-testimonials {
    margin-top: -2px;
}


/*END OF HP - TESTIMONIALS*/

/** Map Start **/

.dual-maps .ry-flex {
	position: relative;
}

.dual-maps .ry-flex:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	border-right: 1px solid #00923d;
	z-index: 1;
	transform: translateX(-50%);
}

.dual-maps .full-map img {
  max-height: 650px;
  min-height: 650px;
  object-fit: cover;
  object-position: center center;
}

.map-marker {
	width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/** Map End **/

/** Footer Start **/

.footer-custom .ry-title h4,
body.default .footer-custom .ry-title h4{
	font-size: clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem) !important;
	text-transform: capitalize;
	text-align: left;
	margin-bottom: 38px;
	color: #00923d !important;
}

div.footer-custom .location-show a {
    color: #00923d !important;
}


div.footer-custom .location-show a:hover {
    color: #0075cc !important;
}

.footer-custom {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d4435e63-10f5-45a8-9ee2-8e8d6e2ad13c/Assets/footer_background.jpg);
    background-size: cover;
}

.footer-custom>.ry-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-custom .ry-container .footer-bg {
	background: linear-gradient(to right, #fff, #e5e5e5);
	border-radius: 20px;
	margin-top: calc(100% - (100% - -140px));
	position: relative;
	z-index: 9;
	padding: 100px 10%;
	width: calc(100% - 20px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-custom .ry-container .footer-bg:after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 10px solid rgb(255 255 255 / 52%);
	border-radius: 30px;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.footer-custom .ry-container .footer-bg .w-1280 {
	width: 100%;
	max-width: 1280px;
	gap: 40px;
	justify-content: space-between;
}

.footer-custom .ry-container .ry-box {
	width: 100%;
	
}

.footer-custom .ry-container .ry-box.ry-box.social-icon {
  max-width: 55px;
  display: flex;
  align-items: center;
}

.footer-custom ul {
	list-style: none;
	padding: 0;
}

.footer-custom ul li {
	position: relative;
}

.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a{
	font-size: 18px;
	text-align: left;
}

.footer-custom ul li span.hours {
  font-weight: 600;
}


.footer-custom .ry-container .ry-box.ry-box.social-icon ul.under-dropdown {
  top: 60px;
}


.footer-custom ul li span, .footer-custom ul li a span {
  display: block;
  line-height: 25px;
}




input.ry-btn.ry-btn-primary {
  border-radius: 30px;
}


.footer-custom input.ry-btn.ry-btn-primary {
    border-radius: 30px;
    float: right;
}


ul.under-dropdown {
  background: #fff;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  padding: 15px;
  width: 150px;
  max-width: 260px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  top: 50px;
  display: none;
  z-index: 99999999;
}

ul.under-dropdown.hover {
  display: block !important;
}





.footer-custom .location-show ul li {
	padding-left: 36px;
	position: relative;
}
.footer-custom .location-show ul li .fa-icon {
	position: absolute;
	left: 0;
	top: 1px;
}
.footer-custom .location-show ul li:not(:last-child) {
	margin-bottom: 14px;
}
.footer-custom .hours-show ul li:not(:last-child) {
	margin-bottom: 8px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex:not(:last-child) {
	margin-bottom: 34px;
	position: relative;
	padding-bottom: 34px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex:not(:last-child):before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 1px solid #333;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
	gap: 25px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location {
	max-width: 50%;
	width: 100%;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
	width: 100%;
	
}
.footer-custom .location-show ul li:last-child a {
	font-size: 20px;
	margin-top: 6px;
	display: inline-block;
}

.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location .ry-title h4, body.default .footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location .ry-title h4,
.footer-custom .ry-container .ry-box.ry-services-form .ry-title h4, body.default .footer-custom .ry-container .ry-box.ry-services-form .ry-title h4{
	color: #00923d;
}
.ry-services-form textarea.form-control {
	height: 190px;
	border-radius: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.ry-services-form .form-control {
	height: 50px;
	border-radius: 100px;
	padding-left: 28px;
	padding-right: 28px;
	resize: none;
	font-size: 18px;
	color: #333;
	box-shadow: none;
	transition: .3s;
}
.ry-services-form .form-control:hover, .ry-services-form .form-control:focus {
	border-color: rgb(153 188 215);
	box-shadow: 0 4px 30px rgb(153 188 215 / 50%);
	transition: .3s;
}
.ry-services-form .custom-select .form-group{
	position: relative;
}
.ry-services-form .custom-select .form-group:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 20px;
	bottom: 0px;
	z-index: 99;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-903f6053-bfe5-44e8-b87d-e1aad0d9a166/Assets/Rectangle_17.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	background-position: center;
}

.ry-services-form .custom-select .form-control {
	appearance: none !important;
}

.social-icon .social-list>ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	
}
.social-icon .social-list>ul li a:before {
	display: none;
}

.social-icon .social-list>ul li a svg {
	width: 18px;
	height: 18px;
	fill: #fff;
	transition: .3s;
}
.social-icon .social-list>ul>li>a {
	width: 55px;
	height: 55px;
	background: #00923d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	transition: .3s;
}
.social-icon .social-list>ul>li>a:hover {
	transition: .3s;
	box-shadow: 3px 3px 30px rgb(0 0 0 / 20%);
	background: #0075cc;
}

.social-icon .social-list>ul li.main-dropdown {
	position: relative;
	
}


/*.footer-custom ul.under-dropdown {
	background: #fff;
	position: absolute;
	z-index: 9;
	border-radius: 8px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	padding: 15px;
	width: 150px;
	max-width: 260px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	top: 60px;
	display: none;
}

.footer-custom ul.under-dropdown.hover{
	display: block;
}*/

ul.under-dropdown li:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
}
ul.under-dropdown li {
	line-height: 100%;
	text-align: center;
	list-style: none;
}
ul.under-dropdown li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #333 !important;
    font-weight: 600 !important;
}

ul.under-dropdown li a:hover {
    color: #0075cc !important;
}

.under-dropdown li a {
	display: block;
}
.footer-custom a:hover {
	color: #0075cc;
}

.ry-roya-flex .ry-content, .ry-roya-flex span, .ry-roya-flex p, body.default .ry-roya-flex p, .ry-roya-flex a {
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.ry-roya-flex a:hover {
	color: #0f6f7e;
}
.ry-roya .ry-logo {
	width: 90px;
	position: relative;
	top: 3px;
}
.ry-roya .ry-logo img {
	filter: brightness(0) invert(1);
}
.ry-flex.ry-roya-flex {
	padding: 60px 0 50px;
}
.ry-roya.ry-flex {
	justify-content: flex-end;
	gap: 8px;
	align-items: center;
}
.ry-flex.ry-roya-flex {
	padding: 60px 0 50px;
}
.ry-flex.ry-roya-flex .ry-right-side {
	width: 100%;
	max-width: 250px;
}
.ry-flex.ry-roya-flex .ry-left-side {
	width: 100%;
	max-width: 100%;
}

@media (min-width:1025px) {
	
	.footer-custom .ry-box.ry-office-contact {
		width: 65% !important;
	}

	.footer-custom .ry-box.ry-services-form {
		width: 35% !important;
	}
}

@media (max-width: 1300px){
	.footer-custom .ry-container .footer-bg .w-1280{
		gap: 40px;
	}
	.footer-custom .ry-container .ry-box.ry-services-form {
		max-width: 330px;
	}
}
@media (max-width: 1024px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.footer-custom input.ry-btn.ry-btn-primary {
		margin: auto !important;
	}
	.footer-custom .ry-container .ry-box.ry-services-form {
		max-width: 420px;
	}
	.social-icon .social-list>ul {
		margin-top: 20px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.social-icon .social-list>ul li:nth-child(3){
		top: 0px;
	}
	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		width: 100%;
		justify-content: center;
	}
	.social-icon .social-list>ul li.main-dropdown {
		top: 0;
	}
	.ry-flex.ry-roya-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.ry-roya.ry-flex {
		justify-content: center;
		flex-direction: column;
	}
	.footer-custom .ry-container .ry-box.ry-services-form .ry-title h4 {
		text-align: center;
	}
}
@media (max-width: 991px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		max-width: 100%;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 80px 20px;
	}
	.ry-roya-flex .ry-content span {
		display: block;
	}
	.ry-roya-flex .ry-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.ry-roya-flex .ry-content, .ry-roya-flex span, .ry-roya-flex p, .ry-roya-flex a{
		line-height: 160%;
		text-align: center;
	}
	.footer-custom .form-group[data-type="submit"] {
		text-align: center;
	}
	.footer-custom .ry-container .footer-bg .w-1280 {
		gap: 0px;
	}

	.footer-custom .ry-container .ry-box.ry-services-form {
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4{
		text-align: center;
	}
	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a {
		text-align: center;
	}
	.footer-custom .location-show ul li {
		padding-left: 0;
		padding-top: 30px;
	}
	.footer-custom .location-show ul li .fa-icon {
		right: 0px;
		margin: auto;
		top: 0px;
	}
	.dual-maps .ry-flex:before {
		left: 0px;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		border-right: none;
		border-bottom: 2px solid #00923d;
		z-index: 9;
		height: 1px;
		width: 100%;
	}
	.dual-maps .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.dual-maps .full-map img{
		min-height: 300px;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 50px 20px;
		margin-top: 0 !important;
	}
	
	div.footer-custom {
		padding: 3em 0 0 !important;
	}
}

@media (min-width: 1700px){
	.ry-title h1,
	body.default .ry-title h1{
		font-size: 75px;
	}
	.ry-title h1 span {
		font-size: 24px;
	}
	.ry-title h2,
	body.default .ry-title h2{
		font-size: 65px;
	}
	.ry-title h2 span{
		font-size: 20px;
	}
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a{
		font-size: 18px;
	}
	.footer-custom .location-show ul li:last-child a {
		font-size: 25px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1700px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		max-width: 100%;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 80px 6%;
	}
}
.social-list.contact-social ul.social-lists {
	display: flex;
	padding: 0;
	list-style: none;
	gap: 10px;
	justify-content: flex-start;
}

.social-list.contact-social ul.social-lists li a {
	width: 50px;
	height: 50px;
	background: #00923d;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.social-list.contact-social ul.social-lists li a:before {
	display: none;
}

.social-list.contact-social ul.social-lists .under-dropdown {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px;
	list-style: none;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	display: none
}
.social-list.contact-social ul.social-lists .under-dropdown.hover{
	display: block;
}
.social-list.contact-social ul.social-lists .under-dropdown li a {
	width: auto;
	height: auto;
	text-align: center;
	background: transparent;
	border-radius: 0px;
	font-size: 18px;
	padding: 5px 0px;
	line-height: 100%;
}
.social-list.contact-social ul.social-lists .under-dropdown li:not(:last-child) {
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.social-list.contact-social ul.social-lists li a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}
.social-list.contact-social ul.social-lists li ul li a:hover {
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	color: #00923d;
	text-decoration: none !important;
	background: transparent;
	box-shadow: none;
}
@media (max-width: 991px){
	.social-list.contact-social {
		margin-top: 20px;
	}
}

.main-dropdown ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(255 255 255 / 90%);
    position: absolute;
    top: -8px;
    z-index: 999999;
    left: 0;
    display: inline-block;
    right: 0;
    margin: auto;
}

/** Footer End **/


@media (max-width:500px) {
	
	.footer-custom ul.under-dropdown li {
	  width: 100% !important;
	}
	
	.footer-custom .social-icon .social-list>ul {
	  flex-wrap: wrap;
	  width: 100%;
	  padding: 0;
	  gap: 5px 0;
	  justify-content: center;
	}


	.footer-custom .social-icon .social-list>ul li a svg {
	  width: 15px;
	}

	.footer-custom .social-icon .social-list>ul li {
	  width: 22%;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
	  max-width: 100%;
	}

	.footer-custom .social-list {
	  width: 100%;
	}
}

body.home div#section-insurances {
    padding-bottom: 120px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d4435e63-10f5-45a8-9ee2-8e8d6e2ad13c/Assets/insurance_bg.jpg);
	background-size: cover;
	background-position: center top;
}

body.home div#section-insurances h2.ry-multi-item-slider-heading-section.py-4.mb-4 {
    color: #fff !important;
}

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

body.home div#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

/** Header Dropdown Start **/
.contact-dropdown .wrapper .contact-drop {
    font-size: 14px;
    display: flex;
    gap: 5px;
    background: #00923d;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    transition: .3s;
}

.module-43 .ry-right .btn-wrapper {
    width: auto;
}

.content-hidden {
    position: absolute;
    min-width: 100%;
    right: 0;
    z-index: 9;
	width: 190px;
}

.content-hidden .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00923d;
	border-radius: 10px;
	padding: 10px 0;
	top: 3px;
}
.contact-dropdown .wrapper .contact-drop:hover {
	background: #00923d;
    color: #fff;
}
.content-hidden a {
    padding: 10px 20px;
    color: #fff;
    display: flex;
    gap: 12px;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
}

.contact-dropdown .wrapper {
    position: relative;
}

.contact-dropdown .wrapper.active .contact-drop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-dropdown .wrapper svg {
    width: 15px;
    height: 15px;
}

.contact-dropdown .wrapper a:hover {
    background: #fff;
    color: #000;
}


.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper a.contact-drop {
    background: #7ea7ad;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden {
    min-width: 160px;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper {
    background: #0075cc;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper a {
    width: 100%;
    margin: 0;
    padding: 10px 20px !important;
    font-size: 13px;
    width: 100%;
    align-items: center;
	background: transparent !important;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .wrapper .content-hidden .wrapper a svg {
    width: 13px;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown svg {
    display: block !important;
}

.mobile-container .flex-wrap .flex-item.right-nav .contact-dropdown .content-hidden svg {
    display: none !important;
}

/** Header End **/

/*-----BUILD | 06.26.2025-----*/

:root {
  --site-font: Poppins;
  --title-font: Tenor Sans;
  --primary-color: #00923d;
  --secondary-color: #0075cc;
}

html {
    scroll-behavior: smooth;
}

h2{
	line-height:1.2
}

#ry-pg-body h5 {
    font-size: 20px;
}
	
/* --- HEADER ---*/

.module-43 .ry-right .ry-menu .nav-menu li.primary a {
	text-wrap:nowrap
}
#ry-section-header {
    display:block;
}
.mobile-container {
        display:none !important;
    }
.mobile-container .flex-wrap .mobile_logo img {
     max-width: 320px;
    width:100%;
    height: unset;
}
.mobile-container .flex-wrap .flex-item.left-nav,
.mobile-container .flex-wrap .flex-item.right-nav{
    width:fit-content;
		max-width:unset
}
.mobile-container .flex-wrap  {
    flex-wrap:nowrap;
	gap:20px
}
.mobile-container .mobile-nav {
    margin-right: 10px;
}
.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(--primary-color) !important;
    width:30px
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a,
#menu_container, .mm-panel, .mm-panels {
    background:var(--primary-color) !important
}

 .mm-panels a {
    text-transform:uppercase;
    font-size:18px !important;
    letter-spacing:2px
}
.mm-listitem>a{
    padding:15px 10PX !important
}
#menu_container .mm-listview .mob-menu a, .mm-panel .mob-menu a {
    padding-block:15px;
}
.mm-listitem:after {
    left:10PX
}
.module-43.fixed a.ry-btn.ry-btn-primary, .module-43.fixed .ry-right a.ry-btn.ry-btn-secondary {
 padding:0PX;
 min-width:50PX;
 height:50px;
 display:flex;
 align-items:center;
 justify-content:center
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
	gap:3vw
}

.module-43.fixed #litlleLogo img {
	min-width: unset;
	max-width:100% !important;
	width:100%;
   }
body.default #ry-section-header.module-43 {
    display:block
}
@media (max-width: 1480px) {
	.module-43:not(.fixed) .ry-left  {
		position:relative;
		max-width:fit-content
	}
	.module-43:not(.fixed) .ry-left img {
		width:32vw;
		max-width:fit-content;
		position:absolute;
		top:30%;
		left:0;
		transform:translatey(-50%)
	}
	.module-43:not(.fixed) .ry-right .ry-menu .nav-menu {
		justify-content:end;
		gap:2vw
	}

}
@media (max-width: 1280px) {
	.module-43:not(.fixed) .ry-right .ry-menu .nav-menu {
		justify-content:space-between;
		width:100%;
	}
	.module-43:not(.fixed) .ry-right .ry-menu .nav-menu {
		max-width:100% !important
	}
	.module-43 .ry-right .ry-leads {
		margin-bottom:5px
	}
	.module-43.fixed .ry-right .ry-menu .nav-menu {
		gap:2vw !important
	} 
	.module-43.fixed .ry-right .ry-menu .nav-menu a{
		text-wrap:nowrap
	}
}
@media(max-width:1080px) {
			.module-43.fixed .ry-right .ry-menu .nav-menu {
	gap:1.5vw !important
}
	.module-43.fixed .ry-right .ry-menu .nav-menu li a,
	.module-43 .ry-right .ry-menu .nav-menu li a{
	font-size: 14px !important;
	}
}
@media(max-width:1024px){
    .mobile-container {
        display:block !important;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	}
	#ry-section-header {
		display:none
	}
	  .module-66 {
        margin-top:40px;
	  }
	body.default #ry-section-header.module-43 {
		display:none
	}
	
}

@media(max-width:480px) {
    .mobile-container .flex-wrap .flex-item.left-nav {
    padding-left: 10px;
    }
    .mobile-container .flex-wrap .flex-item.right-nav {
        padding-right: 10px;
    }
}
	
.module-66::before {
    display:none
}
	
/*--- BRANDS ---*/
div#top-brands .fa-chevron-right:before,
div#top-brands .fa-chevron-left:before{
    color:#fff !important
}
	
/*--- SERVICES ---*/
.ry-services.style1 .swiper-arrow .swiper-button-prev:hover, 
.ry-services.style1 .swiper-arrow .swiper-button-next:hover {
    background:var(--secondary-color);
    border-collapse:unset
}
@media (max-width: 1200PX) {
	.ry-services.style1.custom-services {
		position: relative;
		padding: 0rem 0 80px;
	}
	.ry-services.style1 .ry-flex {
		padding-bottom: 45px;
	}.ry-services.style1 .ry-content {
		margin-top: 20px;
	}
}
	
/*--- TEAM ---*/	
.team-cards-outer-container .responsive-container-block {
	display:flex;
	gap:12px;
	align-items:center;
	justify-content: center;
}
.team-cards-outer-container .responsive-container-block > div {
	width:48%;
	max-width:450px;
	margin: unset;
}

@media(max-width:1280px) {
    .team-cards-outer-container .responsive-container-block {
       display:flex;
    }
    .team-cards-outer-container .responsive-container-block > div {
        width:48%;
        max-width:unset
    }
}
@media(max-width:1080px) {
#team-wrap .inner-container {
    padding: 100px 0 120px;
}
    div.hp-custom-testimonials {
        position:relative;
    }
    div.hp-custom-testimonials:before {
        content:"";
        background:#e6e6e6db;
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
        z-index:1;
        display:block
    }
    div.hp-custom-testimonials .ry-container {
    z-index:2
    }
}
@media(max-width: 1024px) {
	.footer-custom .ry-container .ry-box.ry-office-contact {
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-self:center
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex {
		max-width:500px;
		width:100%;
		margin-inline:auto;
		display:flex;
		justify-content:space-between;
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-hours{
		width:fit-content
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex h4 {
		margin-bottom:15px;
	}
	.footer-custom .form-group[data-type="submit"] {
		display:flex
	}
	.ry-roya-flex .ry-content {
		text-align:center;
	}
}
@media(max-width:780px) {
    .team-cards-outer-container .responsive-container-block {
       display:flex;
        gap:12px 0
    }
    .team-cards-outer-container .responsive-container-block > div {
        max-width:500px;
        width:100%;
    }
        .person-name {
        font-size: 20px;
        line-height:1.1;
        padding-bottom:5px;
            
    }
    .img-box {
        margin-top: 0px;
        margin-right: 15px;
    }
}

@media(max-width:599px) {
    #top-brands .ry-multi-item-slider .owl-carousel .owl-item img {
        max-width:250PX !important;
        object-fit:contain !important;
        max-width:100%;
        height:unset
    }
}
@media screen and (max-width: 480px) {
	body.home div#section-insurances {
		padding-bottom: 0px;
		position:relative
	}
	.hp-custom-testimonials .background-section {
		padding-bottom:140% !important
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-location {
		max-width: fit-content;
	}
	.footer-custom .location-show ul li .fa-icon {
		display:flex;
		align-items:center;
		justify-content:center
	}
  
}
	
/*--- INSIDE PAGES ---*/
.ry-accordion {
    -webkit-box-shadow: 1px 1px 90px rgb(115 115 115 / 10%);'
    box-shadow: 1px 1px 90px rgb(115 115 115 / 10%);
}
#ry-pg-body .ry-section .photo {
    float: right;
    display: unset;
    max-width: 300px;
    width:100%;
    padding: 10px 10px 10px 10px ;
    border-radius:30px;
    object-position:center;
    object-fit:cover
}
	
@media(min-width:768px) {
 #ry-pg-body {
  padding: 100px 0px 200px;
 }
}

@media(min-width:991px) and (max-width:1080px) {
    #ry-pg-body .ry-section .photo {
    float: right;
    display: unset;
    max-width: 250px;
}
}

@media(max-width:600px) {
    #ry-pg-body .ry-section {
        display:flex;
        flex-direction:column
    }
    #ry-pg-body .ry-section .photo {
        float: unset;
        display: unset;
        max-width:400px;
        object-position:center;
        margin-inline:auto;
        padding:0;
        margin-bottom:10px;
        margin-top:20px
    }
}
	
/* --- BANNER --- */
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1{
    color:#fff !important
}
@media (max-width: 1024px){
    #ry-pg-banner .ry-bnr-wrp {
		margin-top: 50PX;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 5px auto;
	}
}
	
/* --- TEAM PAGE --- */
.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	background:#f5f5f59c;
	border: solid #b7d6c959 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
}
@media (max-width: 1080px) {
	.team-inner-page.style3 .ry-each .each-container .details p {
	  text-align: center !important;
	}
	
	.team-inner-page.style3 .ry-each .each-container .details .title p {
	  text-align: center !important;
	  margin-top: 10px !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details p {
	  text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details ul li {
	  text-align: left !important;
	}

	.team-inner-page.style3 .ry-each .each-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-left: 0;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title * {
		text-align: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
		padding-top: 0;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt p,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		text-align: center;
		margin-bottom: 30px;
	}

	.team-inner-page.style3 .ry-each[data-social=""] .details .title {
		padding: 30px 0;
	}
	
	.team-inner-page.style3 .ry-each .each-container .details p {
	  text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
	  padding-bottom: 0 !important;
	}
	.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:0
}
}
	
/* ----- BRAND PAGE -----*/
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px;
}	

.module-311 .ry-payment-options-logos .ry-each img {
	max-width:180px;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex:nth-child(1){
    padding-bottom:0
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex:nth-child(2){
    padding-top:0
}

/* --- CONTACT PAGE --- */

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


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	background: #000 !important;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--primary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text * {
	color:var(--primary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
	fill: #fff;
}

.contact-template.style-2 .contact-form .ry-text .span-2,.contact-template.style-2 .contact-form .ry-text * {
	color: #000 !important;
}

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


.contact-template.style-2 .ry-flex .contact-details .inner-flex {
	padding: 50px 40px;
	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:hover .icon {
	background:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each * {
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text span,
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a{
	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(3){
	pointer-events:none
}

.custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.custom-social-wrapper .social-inner-wrap li:hover {
	scale:1.1
}
/* ----- SERVICES PAGE -----*/

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#004293d1
}

#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; 
	-webkit-box-orient: vertical;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each  .ry-headline {
	padding-inline:20px;
	text-align:center;
	line-height:1.2;
	margin-bottom:10px;
	font-family:var(--title-font) !important;
	letter-spacing:1px;
	font-weight:300 !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4,
#ry-pg-body.services-grid .module-services.style1 .ry-each  .ry-headline {
font-size:30px !important;
}

	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative;
	border-radius:20px !important;
	overflow:hidden
}
	
#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;
	border-radius: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 {
	width:100%;
	margin-inline:auto;
	gap:20px
}

#ry-pg-body.services-grid .module-services.style1 .ry-each {
	border-radius:20px;
	overflow:hidden;
	
}
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	margin:0
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width:100%;
		padding:0 !important;
		margin-left:0
	}
}
	#dr-steven,
	#dr-joy,
	#dr-matthew,
	#dr-robert {
		scroll-margin-top:400px

	}
.full-link, .full-link a { 
	position: absolute;
	background:transparent; 
	opacity:0; 
	z-index:90; 
	width:100%;
	height:100%
}