/** Insurance Start **/

/*.brand-section .ry-label h3, .brand-section .ry-label p {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-section.pg-frames {
    background: unset !important;
}

.brand-section.pg-frames .ry-flex, .brand-section .swiper-wrapper {
    align-items: center;
   
}

.brand-section.pg-frames .swiper-slide img {
    height: 80px !important;
    max-width: 200px !important;
    object-fit: contain;
}

.brand-section.pg-frames .swiper-slide {
    width: 150px !important;
}

.brand-section {
	background: #a5b89299;
	padding: 10rem 0;
	position: relative;
	overflow: hidden;
}
.brand-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/Assets/brand_bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.brand-section .ry-flex,
.brand-section .swiper-wrapper{
	align-items: center;
}
.brand-section .ry-label {
    width: 100%;
    max-width: 320px;
	color: #fff;
}

.brand-section .swiper-pagination,
.brand-section .swiper-button-next, .brand-section .swiper-button-prev{
	display: none;
}
.brand-section .swiper-slide{
	justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.brand-section .swiper-slide img {
    object-fit: contain;
    width: 100%;
    max-width: 140px;
    height: 106px;
	filter: brightness(0) invert(1);
}
.brand-section.insurance .swiper-slide img {
	height: 46px;
}

.col-xs-12.ry-brand-slider {
    width: 85%;
}

@media screen and (max-width: 500px) {
	
	.brand-section.insurance .ry-flex {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.brand-section.insurance .ry-flex .ry-label {
		text-align: center;
	}

	.ry-brand-slider {
		width: 100% !important;
		max-width: 100%;
	}

}

@media (max-width: 1660px) {
	.brand-section .ry-label{
		max-width: 240px;
	}
}

@media (max-width: 1599px) {
	.brand-section .ry-label {
		max-width: 245px;
	}
} 

@media (max-width: 500px) {
	#section-insurances .brand-section:first-child {
		padding: 70px 0 40px;
	}
	#section-insurances .brand-section:nth-child(2) {
		padding: 40px 0 70px;
	}
}


@media (max-width: 991px) {
	.brand-section .ry-flex {
		flex-direction: column;
		gap: 30px;
	}
}*/

/** Services Start **/

.module-services.custom {
	padding: 100px 0 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.module-services.custom .ry-container {
    max-width: 1280px;
	width: 90%;
}

.module-services.custom .section-background {
	position: absolute;
	width: 100%;
	inset: 0;
}

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

.module-services.custom .ry-headline h2 {
	color: #fff;
	margin-bottom: 60px;
}

.module-services.custom .ry-headline h2 .span-1 {
	margin-bottom: 0px;
	color: #fff !important;
}

.module-services.custom .ry-flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 70px;
}

.module-services.custom .ry-flex .each-block {
    width: max-content;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.module-services.custom .ry-flex .each-block .photo {
	width: 260px;
	height: 260px;
	display: flex;
	background: #f9f9f9;
	justify-content: center;
    align-items: center;
    border-radius: 500px;
}

.module-services.custom .ry-flex .each-block .photo img {
	height: 160px;
	max-width: 160px;
	object-fit: contain;
	position: absolute;
}

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

.module-services.custom .ry-flex .each-block .title {
	position: relative;
	max-width: 180px;
	line-height: 1.2;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
}

.module-services.custom .ry-flex .each-block:last-child .title {
	max-width: 200px;
	width: 100%;
}

.module-services.custom .ry-btn:not(:hover) {background: #fff;color: #333;}

.module-services.custom .ry-btn {margin: auto;border:1px solid white;}

.module-66:before {
	opacity: 0 !important;
}
@media (min-width:2100px) {
	.module-services.custom {
		padding: 140px 0 140px;
	}
}

.module-services.custom .ry-flex .each-block .photo:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .5s;
}

.module-services.custom .ry-flex .each-block:not(:hover) .photo:before {
    border-color: #141414;
}

.module-services.custom .ry-flex .each-block:hover .photo:before {
	transform: translate(-50%, -50%) scale(1.25);
	border-color: white;
}

.module-43.fixed .leadsDetails .button-wrapper .ry-btn.custom-icon {
    display: none;
}

@media (max-width: 1680px) { 
	.module-services.custom .section-background {
		height: 100%;
	}

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

	.module-services.custom {
		padding: 140px 0 140px;
	}
}



@media (max-width: 1080px) {

	.module-services.custom .ry-flex .slick-list {
		margin: 0 -15px;
	}

	.module-services.custom .ry-flex .slick-list .each-block {
		margin: 0 15px;
	}

	.module-services.custom .slick-dots {
		list-style: none;
		padding-left: 0;
		display: flex !important;
		justify-content: center;
		margin: 30px 0;
		gap: 5px;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -99999px;
		background: #424242;
		border-radius: 50%;
		opacity: .3;
	}

	.module-services.custom .slick-dots li.slick-active button {
		opacity: 1;
	}
	.module-hero.custom .item .text-center {
		padding-bottom: 56.25%;
	}

	.module-services.custom .ry-flex .each-block {
		max-width: unset;
		width: auto;
	}

	.module-services.custom .ry-flex {
		display: initial;
		gap: unset;
		margin: auto;
	}
	.module-services.custom .ry-flex .each-block .photo {
        /* padding-bottom: 100%; */
        /* height: 0; */
    }
}

@media (max-width: 620px) {
	.module-services.custom .ry-flex {
		width: 90%;
		max-width: 300px;
	}

	.module-services.custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 16px;
	}
}

@media (max-width: 1080px) { 
	.module-services.custom .ry-flex .each-block {
		justify-content: center;
		align-items: center;
	}
	.module-services.custom .ry-flex .each-block .photo img {
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}

	.module-services.custom .ry-flex .each-block .photo:before {
		opacity: 0;
	}
}

@media (max-width: 1024px) { 
	.module-services.custom .slick-dots li {
		height: 12px;
		line-height: normal;
	}

	.module-services.custom .slick-dots li button {
		background: #fff;
		transition: .4s;
	}

	.module-services.custom .slick-dots li.slick-active button {
		width: 40px;
		border-radius: 10px;
	}
}

.module-services.style2 {
    justify-content:center
}

.module-services.style2 .ry-headline {
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
    line-height:1.2;
    font-family:var(--title-font) !important
}

.module-services.style2 .ry-each .photo:before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 15%), rgb(0 0 0 / 63%));
}
/** Services 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;
}

.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: 10rem;
	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: #76c2c0;
    font-weight: 500;
    
}

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

.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;
}
.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: 56.25%;
    }
}


@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: 768px) {
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 100%;
	}
	
	div.hp-custom-testimonials .background-section,
	div.hp-custom-testimonials .background-section img {
		object-position: 100%;
	}

}

@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: 70%;
	}
	div.hp-custom-testimonials .ry-content {
		background-color: rgb(255 255 255 / 90%);
		padding: 10%;
	}
	
	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*/

/** Footer Start **/

.cta-v2 .ry-container .ry-content .ry-flex .ry-each:hover .each-title,
.footer-top .ry-flex .ry-each .each-group .each-details a.btn-phone:hover,
.footer-bottom .copyrights-detail a:hover,
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover span {
	color: #a5b892;
}

.footer-custom {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/Background_images/blue_cityscape.jpg);
	background-size: cover;
	background: #262626;
}

.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 a {
	color: #000;
}
.footer-custom a:hover {
	color: #555555;
}

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


.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;
}

.footer-custom .location-show ul li {
	padding-left: 36px;
	position: relative;
}
.footer-custom .location-show ul li .fa-icon {
	position: absolute;
	left: -10px;
	top: 1px;
	background: rgb(165 184 146 / 15%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.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 .hours-show ul li{ 
	display: flex;
	justify-content: space-between;
}
.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.footer__phone a {
	font-size: 25px;
	margin-top: 6px;
	display: inline-block;
	line-height: 36px;
	color: #555555;
	font-weight: 600;
	font-family: "Poppins";
	font-weight: 500;
}

.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: #555555;
	box-shadow: 0 4px 30px rgb(55 55 55 / 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-747ae605-82c0-475a-bd23-682c75266702/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: #a5b892;
	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: #000000;
	border: 1px solid;
}
.social-icon .social-list>ul li a:hover svg {
	transition: .3s;
	fill: #fff;
}

.footer-custom a:hover {
	color: #a5b892;
}

.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: rgb(255 255 255 / 50%);
	font-size: 16px;
	line-height: 25px;
}
.ry-roya-flex a:hover {
	color: #000000;
}
.ry-roya .ry-logo {
	width: auto;
	position: relative;
	top: 3px;
}

.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%;
}

.footer-custom .ry-title h4,
body.default .footer-custom .ry-title h4{
	font-size: clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem) !important;
	font-size: clamp(1.125rem, 1.0453rem + 0.3268vw, 1.4375rem);
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000;
}

.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
	max-width: max-content;

}

.footer-custom .location-show ul li .fa-icon svg {
	width: 18px;
	height: 18px;
	fill: #616162;
}

@media (min-width: 1081px) {
	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
		padding-right: 4%;
	}
}

@media (min-width:1025px) {

	.footer-custom .ry-box.ry-office-contact {
		width: 95% !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;
	}
	.footer-custom .location-show ul li:not(:last-child) {
		margin-bottom:40px
	}
}
@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;
	}

	div.custom--brands__w-full .flex--bottom__title .each--title span:after,
	div.custom--brands__w-full .flex--bottom__title .each--title span:before {top: 35%;left: 50%;}

	.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: 50px;
	}
	.footer-custom .location-show ul li .fa-icon {
		right: 0px;
		margin: auto;
		top: 0px;
	}
	.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){
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a{
		font-size: 18px;
	}
}
@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 4%;
	}
}
.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: #000000;
	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: #000000;
	text-decoration: none !important;
	background: transparent;
	box-shadow: none;
}
@media (max-width: 991px){
	.social-list.contact-social {
		margin-top: 20px;
	}
}

@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%;
	}
}
.footer-custom ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500 !important;
	margin-top: 13px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
	max-width: 240px;
}

@media (max-width: 1080px) { 
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-location {
		width: 100%;
		max-width: 100%;
	}
	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
		margin: auto;
	}

	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		align-items: center;
	}

	.footer-custom .social-icon .social-list>ul {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.footer-custom .hours-show ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4 {
		text-align: center;
	}

	.footer-custom .location-show ul li {
		padding: 0;
		flex-direction: column;
		align-items: center;
		display: flex;
	}

	.footer-custom .location-show ul li .fa-icon {
		position: relative;
		left: unset;
		top: unset;
	}

	.footer-custom ul li span, .footer-custom ul li a span {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.footer-custom .location-show ul li a {
		text-align: center;
	}
	.footer-custom .ry-flex.ry-roya-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.ry-flex.ry-roya-flex .ry-right-side .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-custom .ry-roya-flex .ry-content,
	.footer-custom .ry-roya-flex span, 
	.footer-custom .ry-roya-flex p, 
	.footer-custom .ry-roya-flex a {
		text-align: center;
	}
}

@media screen and (max-width: 1201px) {
	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 50px;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
		padding: 0 !important;
		width: 350px;
	}

	.footer-custom .ry-box.ry-office-contact {
		width: 100% !important;
	}

	.footer-custom .ry-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location {
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer-custom .location-show ul li .fa-icon {
		position: relative;
		inset: 0;
	}


	.footer-custom .location-show ul li {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .location-show ul li * {
		text-align: center !important;
	}

	.footer-custom .location-show ul li span {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4 {
		text-align: center;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		margin: 0 auto;
	}
}

/* Footer End */


/*-----BUILD | 11.21.2025-----*/
:root {
  --site-font: 'Jost';
  --title-font: 'Jost';
  --primary-color: #000000;
  --secondary-color: #a5b892;
}


body, body p, body div{font-family: var(--site-font) !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6, .section-headline h2{
	font-family: var(--title-font) !important;
		font-weight: 300 !important;
		letter-spacing: 10px;
	text-transform: uppercase;
color: var(--primary-color);
font-weight: 300;
font-family: Vvar(--title-font) !important;
text-align: center;
}
	
html {
    scroll-behavior: smooth;
	
}
body p {
    color: #000 !important;
    line-height:1.8;
    font-weight:300 !important
}

h2 {
	font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
}
h2 span{
    color:var(--primary-color) !important;
	display:block;
	font-size: clamp(1.375rem, 1.3431rem + 0.1307vw, 1.5rem);
	letter-spacing: 6px;
	text-transform: uppercase;
	color: var(--secondary-color) !important;
	font-weight: 300;
	font-family: var(--site-font);
	text-align: center;
	}

/* --- BUTTONS ---*/
.ry-btn {
font-size: 16px !important;
line-height: 1.2;
text-transform: uppercase;
color: #ffffff;
font-weight: 400;
height: 50px;
border-radius: 25px;
border:unset !important
}
/* --- HEADER UPDATE ---*/
.module-43 {
    background:transparent;
    position:fixed;
    padding-top:30px
}
.module-43 .ry-right .ry-menu .nav-menu {
    justify-content: end;
    gap: 30px;
    width:fit-content;
    gap:2.5vw;
    flex-wrap:nowrap
}
.module-43 .ry-right .ry-menu .nav-menu a {
    text-wrap:nowrap
}
.module-43 .ry-right,
.module-43 .ry-right .ry-leads{
    width:fit-content !important;
    max-width:fit-content !important;
    justify-content: end;
}
.module-43 .ry-right .ry-btn {
    height: 60px;
    border-radius: 30px;
    width:fit-content;
    max-width:fit-content;
    text-wrap:nowrap;
    padding-inline:30px;
    font-size: 18px !important;
    letter-spacing: 0px;
    text-transform: uppercase !important;
    color: #000000;
}

.module-43 .ry-right .ry-btn.ry-btn-secondary {
    color:#000 !important
}
.module-43 .ry-right .ry-btn.ry-btn-secondary:hover {
    background:var(--seconadry-color);
    color:#fff !important
}

.module-43 .ry-right {
    flex-wrap:nowrap;
    flex-direction:row-reverse
}
.mobile-container .flex-wrap .mobile_logo img {
    max-width: 200px;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
    background:var(--primary-color) !important;
    width:40px;
    height:40px;
	font-size:16px
}
.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after,
#mobile_menu, #menu_container, .mm-panel, .mm-panels{
    background: var(--primary-color) !important;
}
.mm-navbar__title {
    text-transform:uppercase;
    font-size:19px !important;
    letter-spacing:1px;
}
.mm-panel .mob-menu a{
    text-transform:uppercase;
    font-size:19px !important;
    letter-spacing:1px;
    padding:15px 20px !important
}

.module-43.fixed .ry-right .ry-menu .nav-menu li a,
.module-43 .ry-right .ry-menu .nav-menu li a{
    font-size:19px !important
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
    background: var(--primary-color);
    opacity:1
}
#theme2-smHeader {
	display: none !important;
}
.mobile-container .mobile-nav button .hamburger-inner,
.mobile-container .mobile-nav button .hamburger-inner:before,
.mobile-container .mobile-nav button .hamburger-inner:after{
    width:30px
}
.mobile-container {
    box-shadow: rgb(0 0 0 / 13%) 0 3px 8px;
}
.mobile-container .flex-wrap .flex-item.left-nav,
.mobile-container .flex-wrap .flex-item.right-nav{
	width:fit-content
}
	.mobile-container .mobile-nav {
    margin-right: 10px;
}
@media (min-width: 1500px) {
    .module-43 .ry-right .ry-leads {
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .module-43 .ry-container {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    #theme2-smHeader {
        display: block !important;
    }
}


@media(max-width:1680px) {
	.module-43 .ry-right {
		flex-direction:column;
		align-items:end;
	}
	.module-43.fixed .ry-right {
		flex-direction:column-reverse;
		gap:12px
	}
	.module-43.fixed .ry-right .ry-btn {
		padding-inline: 30px !important;
	}

}
@media(max-width:1080px) {
        .module-43 .ry-container {
        max-width: 95%;
    }
}

@media(max-width:600px) {
  .mobile-container .flex-wrap .mobile_logo img {
    max-width: 165px;
}
	
}

/* --- HERO UPDATE ---*/
.module-66 {
    width: 100%;
    margin: auto;
}

	
.module-66 img {
    height:100VH ;
    object-position:center 85%
}
@media(max-width:1024px) {
	.module-66 {
		padding-top:85px
	}
}
@media(max-width:600px) {
  .module-66  {
    padding-top: 0px;
}
	
}
/* --- WELCOME UPDATE ---*/
.module-67:before {
    display:none 
}

.module-67 {
    padding:150px 0 200PX!important ;
}
.module-67 .ry-container>.ry-flex {
    justify-content:center;
  
}

.module-67 .ry-container #about {
    padding: 0px;
    padding-bottom: 0;
}
.module-67 .ry-container .ry-content {
    max-width:820px;
    width:100%;
    padding:0
}

div.module-67 .ry-container #about p {
    font-weight:300 !important;
	font-size:18px
}
 .module-67 .ry-container {
    width: 90%;
} 	
@media(max-width:1080px) {
    .module-67 {
    padding: 100px 0px 120px !important;
}
}
/* --- BRANDS ---  */

	
#top-brands {
	display:flex;
}
.brand-section {
max-width:1280px;
	width:90%;
	margin-inline:auto;
	z-index:2
}
.brand-section .ry-flex {
	padding:100PX 10px 150px;
	border-radius:25PX;
	flex-direction:column;
	gap:40px;
	position:relative;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/HomepageAssets/brands_container.png) no-repeat center / cover !important
}
.brand-section .ry-flex::before {
	content:'';
    border-radius: 30PX;
	width:102.5%;
	height:106%;
	border:solid 1px #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.brand-section .ry-flex > .ry-label {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	gap:30PX
}

.brand-section .ry-label h2 span {
	color:#fff !important;
	line-height:1.1
}

.brand-section .ry-flex > .ry-label::before,.brand-section .ry-flex> .ry-label::after {
	content:"";
	opacity: 0.400;
	width:20%;
	height: 1px;
	background-color: #ffffff;
	max-width:90%
}
.brand-section .ry-brand-slider {
	max-width:960px;
	width:90%;
	margin-inline:auto;
	height:fit-content;
	display:flex
}
.brand-section .ry-brand-slider img {
	filter:brightness(0) invert(1);
	height:100px;
	object-fit:contain
}
.brand-section .ry-brand-slider .logo * {
	color:#fff;
	line-height:1.2
}
.brand-section .swiper-pagination {
	display:none
}

.brand-section .swiper-button-prev, .brand-section .swiper-container-rtl .swiper-button-next{
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/HomepageAssets/brands_arrow_left.png);
}

.brand-section .swiper-button-next, .brand-section .swiper-container-rtl .swiper-button-next {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/HomepageAssets/brands_arrow_right.png);
}
.brand-section .swiper-button-prev {
    left: -30px !important;
}

.brand-section .swiper-button-next {
    right: -30px !important;
}
.brand-section .swiper-wrapper {
	align-items:center;
	height:fit-content
}
	
.brand-section .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
}

.brand-section .swiper-slide img {
	padding-inline:30px
}

.brand-section .swiper-button-next, .brand-section .swiper-container-rtl .swiper-button-next {
    z-index:2
}

.brand-section .swiper-container { 
    max-width:860px;
    width:100%;
    margin-inline:auto
}
@media(max-width:1024px) {
	.brand-section .ry-flex{
		padding: 100PX 10px 100px !important;
	}
	.brand-section .ry-flex::before {
		width: 106%;
	}
}

@media(max-width:600px) {
	.brand-section .swiper-button-next, .brand-section .swiper-button-prev{
		display:none !important
	}
	.brand-section .swiper-pagination {
		display: flex;
		align-items:center;
		justify-content:center;
		bottom:0px;
		padding-top:40px !important;
		position:relative;
		inset:unset;
		transform:unset
	}

	.swiper-pagination-bullet-active {
		background:var(--primary-color)
			}
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}
	
/* --- SERVICES SECTION ---*/ 
.module-services.style-12 {
    padding: 480px 0 200px;
    margin-top:-300PX
}

.module-services.style-12 h2 {
	color:#fff !important
}

.module-services.style-12 .section-headline h2 .span-1:before {
	opacity: 0.200;
	max-width: 243px;
	width:90%;
	height: 3px;
	background-color: #ffffff;
}

.module-services.style-12 .section-headline h2 .span-1 {
	letter-spacing: 6px;
	color: #ffffff !important;
}

.module-services.style-12   .ry-container {
        max-width: 1600px;
		width:90%
    }

.module-services.style-12 .section-headline {
    margin-bottom: 80px;
}

.module-services.style-12 .content .ry-flex .ry-each{
	background:#fff;
	border-radius: 177px;
	filter: drop-shadow(0px 10px 30px rgba(165,184,146,0.2));
	background-color: #ffffff;
	position:relative;
	padding: 80px 2vw 160px;
}

.module-services.style-12 .content .ry-flex .ry-each::before {
	content:'';
	background:transparent;
	width: 108%;
	height: 105%;
	border-radius: 192px;
	border: 1px solid rgb(255 255 255);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	opacity:0;
	transition:all .3s ease
}
.module-services.style-12 .content .ry-flex .ry-each:hover::before {
	opacity:1
}
.module-services.style-12 .content .ry-flex .ry-each img {
	filter:unset !important;
	padding-block:5px
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: clamp(1.5625rem, 1.4828rem + 0.3268vw, 1.875rem) !important;
text-transform: uppercase;
color: var(--primary-color) !important;
font-weight: 300;
font-family: "Poppins" !important;
text-align: center;
	letter-spacing:unset;
	display:flex;
	flex-direction:column;
	gap:0;
	line-height:1.2;
	padding-top:10px;
}
.module-services.style-12 .content .ry-flex .ry-each .services-details h4 span {
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 26px;
	text-transform: uppercase;
	color: #9f9f9f;
	font-weight: 400;
	font-family: "Poppins";
	text-align: center;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	font-size: 16px;
	line-height: 26px;
	color: #46484f !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
   -webkit-box-orient: vertical;

}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	bottom:80px;
	transition:all .3s ease
}

.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
	background:var(--secondary-color)
}
.module-services.style-12 .content .ry-flex .ry-each .icons svg {
	stroke-width:2px;
	stroke:#fff
}

@media(max-width:1280px) {
	.module-services.style-12 .content .ry-flex {
		gap:25px 35px;
	}
}

@media(max-width:1080px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		max-width:350px!important;
		width:100%;
		background:#FFF !important
	}
	.module-services.style-12 {
		padding: 400px 0 80px;
		margin-top: -300PX;
	}
}

@media(max-width:911px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		max-width:300px!important;
		width:100%;
		background:#FFF !important;
		padding:40px 30PX 130px
	}
	.module-services.style-12 .content .ry-flex .ry-each .icons {
		bottom:50px;
	}
}

	
/*--- TEAM SECTION ---*/
#section-team .module-28 {
    position:relative
}
#section-team .module-28:before {
    content:'';
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-b4821ee5-5d8f-464b-b27b-2ad359559ba0/Background_images/wood_left.jpg);
    height:40vh;
    width:100%;
    position:absolute;
    z-index:;
    top:0;
    left:0
}

#section-team .module-28 {
    z-index:2;
}
#section-team .module-28 h2 {
    width:90%;
    margin-inline:auto
}
#section-team .module-28 h2,
#section-team .module-28 h2 span{
    text-align:start !important;
    line-height:1.3
}

#section-team .module-28 p {
    text-align:start;
    font-size: 18px;

}
 .module-28 .ry-left, .module-28 .ry-right {
     width:100%;
     float:unset
 }
 #section-team .module-28 p,#section-team .module-28 h2,
    #section-team .module-28 h2 span {
text-align:center !important; 
}

.module-28 .ry-generic-copy {
    margin-top: 40px;
    margin-bottom: 40px;
}

.module-28 .ry-container {
        max-width: 85%;
    }

@media (min-width: 1081px) {
	#section-team .module-28 h2 {
		width:100%;
		margin-inline:unset
	}
	.module-28 .ry-flex {
		max-width:1440px;
		float:left;
		align-items:center;
		justify-content:space-between;
		gap:30px
	}
	.module-28 .ry-left {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width:unset;
		width:35%
	}  
	.module-28 .ry-right {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width:unset;
		width:55%;
	}
	#section-team .module-28 p,#section-team .module-28 h2,
	#section-team .module-28 h2 span {
		text-align:start !important; 
	}

	#section-team .module-28:before {
		height:100%;
		width:20%;
		position:absolute;
		top:0;
		left:0
	}

	#section-team .module-28 .ry-btn-wrapper {
		justify-content:start
	}
}

/** TESTIMONIAL - 2 TWO COLUMNS **/

.testimonial-two-columns .ry-container {
	max-width:1280px !important;
	width:90%
}
.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
.testimonial-two-columns .ry-grid {
	display: grid;
	grid-template-columns: 1fr 18px 1fr;
	justify-content: center;
	align-items: center;
	gap: 65px;
	margin-bottom: 0px;
}
.testimonial-two-columns .ry-grid .ry-divider img {
	height: 400px;
	background:#00000017;
	width:1px
}
.testimonial-two-columns .ry-grid .ry-each .testi-quote img {
	max-width: 80px;
	height: auto;
	margin: 0px auto 20px;
}
.testimonial-two-columns .ry-content .ry-heading h2 {
	line-height:1.1;
	letter-spacing: 9px;
}
.testimonial-two-columns .ry-content .ry-heading h2 span {
	padding-top:10px
}
.testimonial-two-columns {
	padding: 10vw 0 320px;
	margin-top: -1px;
	position: relative;
	background:#f3f8eb
}

.testimonial-two-columns .ry-grid .ry-each .btn-wrap {
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-two-columns .ry-grid .ry-each .btn-wrap a.ry-btn.ry-btn-primary.transparent {
	background: transparent !important;
	border: 2px solid #cc7b3c;
	border-radius: 30px !important;
	text-transform: capitalize;
	height: auto;
}

.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
	margin-bottom: 0px;
	font-size: 20px !important;
	 height:150px;
        min-height:fit-content;
        display:flex;
        align-items:end;
}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star svg {max-width: 50px;margin-right: 2px;fill: #f0a943;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star {display: flex; align-items: flex-start; flex-direction: column; gap: 0px;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star .star-rate {
	display: flex;
	flex-direction: row;
	width: 100px;}

.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star {
	margin-block:25px
}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star svg{
	fill:#f0d36b
}
.testimonial-two-columns .ry-grid .ry-each .ry-name-star h5 {
	font-weight: bold !important;
	text-align:start;
	text-transform: uppercase;
	color: #000;
	font-weight: 600 !important;
	font-family: "Poppins" !important;
	letter-spacing:0
}
.testimonial-two-columns .ry-grid .ry-each .ry-name-star h5:before {
	content:'By ';
	font-weight:300
}


.module-testimonial.section {
	position: relative;
}
.module-testimonial.section .carousel-control {
	display: none;
}
.testimonial-two-columns .ry-grid .ry-each .ry-text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height:1.6
}
.testimonials-wrapper .carousel-indicators li {
	background: #242424;
	padding:0 !important;
	margin:0 !important
}
.testimonials-wrapper .carousel-indicators {
	bottom: -60px !important;
	justify-content:start;
	align-items:start;
	display:flex !important;
	padding:0 !important;
	margin:0 !important;
	left:0 !important;
	gap:5px
}


.testimonials-wrapper .carousel-indicators li:not(.active) {
	opacity:.3
}


@media screen and (max-width: 1024px) {
	.module-testimonial.section .testimonial-two-columns .ry-grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}
	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-divider img {
		height:1px;
	  max-width:500px;
	   width:90%;
	  margin-inline:auto
	}

.testimonial-two-columns .ry-grid .ry-each .ry-name-star h5 {
	text-align:center
}
.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star,
	.testimonials-wrapper .carousel-indicators{
	align-items:center;
	justify-content:center;
	display:flex
}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text p{
		text-align: center;
		padding-top:15px
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star {
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star svg {
		margin-right: unset;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star {
		margin-right: unset;
	}

	.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
		max-width:800px;
		width:100%;
		height:160px;

	}
}

@media (max-width: 500px) {
	.testimonial-two-columns {
		padding: 10vw 0 150px;
	}
}

/** Testimonial Style End **/

	
/*--- FOOTER ---*/
.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-logo {
    max-width:320px
}
.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-logo img {
    max-width: 100%;
}

.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-location {
    max-width: 285px;
    width: 100%;
}

.footer-custom ul li span, .footer-custom ul li a span,
.footer-custom ul li a{
line-height: 1.7;
color: #000 !important;
font-weight: 300 !important;
    opacity:1
}
.footer-custom .location-show ul li {
    padding-left: 50px;
    position: relative;
}
.footer-custom .location-show ul li .fa-icon svg{
    fill:#000000
}
    .footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-hours {
        max-width:320px;
        width:100%
    }

.social-icon .social-list > ul > li > a {
    background: var(--primary-color);
    border:0
}

.social-icon .social-list > ul > li > a:hover {
    background: var(--secondary-color);
    border:0
}
.footer-custom .ry-container .ry-box.ry-box.social-icon {
    align-items:start
}

.footer-custom .ry-container .footer-bg::after {
    border-width:1px 
}

.footer-custom .ry-container .footer-bg {
    background:#FFF;
    border-radius: 20px;
    padding: 100px 0;
}
.footer-custom .ry-container .footer-bg .w-1280 {
    width:85%;
    max-width: 1280px;
    justify-content: space-between;
    gap: 40px;
}

.ry-roya-flex p {
font-size: 17px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
}

.footer-custom {
    background:#45474f
}

.ry-roya-flex .ry-content, .ry-roya-flex span, .ry-roya-flex p, body.default .ry-roya-flex p, .ry-roya-flex a {
font-size: 16px;
color: #ffffff85 !important;
font-weight: 400;
font-family: "Poppins";
}
@media(max-width:1280px) {
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex,
	.footer-custom .ry-container .footer-bg .w-1280{
		flex-direction:column;
		align-items:center
	}
	.footer-custom .ry-container .social-icon .social-list > ul {
		flex-direction:row;
		gap:20px;
		align-items:center;
		justify-content:center;
	}
	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		max-width:100%;
		justify-content:center
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-hours {
		padding-right: 0;
	}

	.footer-custom .location-show ul li {
		padding-left: 0px;
		justify-content:center;
		align-items:center
	}
	.footer-custom .location-show ul li .fa-icon { 
		position:relative;
		transform:unset;
		inset:0
	}
	.footer-custom .label-title {
		align-items:center;
		display:flex;
		flex-direction:column;
		gap:5px
	}
	.footer-custom ul li  {
		text-align:center !important
	}

	.footer-custom  .footer__phone {
		padding-top:10px
	}
	.footer-custom h4 {
		text-align:center !important
	}

	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex {
		gap: 40px;
	}
}

@media (max-width: 1080px) {
	.footer-custom .hours-show ul li {
		flex-direction: row;
		align-items: unset;
		justify-content: space-between;
	}

	.footer-custom .hours-show ul li span:first-child {
		width:120px
	}
	.footer-custom .hours-show ul li span:last-child {
		width:160px;

	}
	.footer-custom .hours-show ul li span:last-child  {
		text-align:end !important;
	}
	.footer-custom .hours-show ul li span:first-child {
		flex-direction: unset;
		justify-content: start;
	}
	.footer-custom .hours-show ul li span:last-child {
		flex-direction: unset;
		align-items: unset;
		justify-content: end;
		gap: 10px;
	}
}
	
/*--- INSIDE PAGES --- */
body.default #ry-section-header.module-43 {
    background: #fff;
}

#ry-pg-body h2, #ry-pg-body h2, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6{
	letter-spacing:3px;
	line-height:1.1
}
#ry-pg-body h2{
	font-size: clamp(2.1875rem, 2.0282rem + 0.6536vw, 2.8125rem) !important;
}
#ry-pg-body {
    padding-bottom: 210px;
}
@media (max-width: 991px) {
    #ry-pg-body .ry-content {
        gap:80px
    }
}

@media(max-width:767px) {
	#ry-pg-body {
		padding-bottom: 120px;
	}
}

/*--- SIDEBAR ---  */
body .search-result, body .description, body ul.pagination li > a, body ol.pagination li > a, .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt, #ry-sidebar .ry-link-wrp .ry-link-item a, body, .ry-form.ry-form-box input[type="text"], .ry-form.ry-form-box textarea, .module-24 .ry-each h5, .module-20 .dr-name h4 {
	color:#000;
	font-weight:300;
}
#ry-sidebar #accordion .ry-drop-nav ul li a:hover {
	background:var(--primary-color)
}
	
#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	line-height:1.1;
	color:#fff !important
}
#ry-sidebar .ry-sb-title {
	letter-spacing:2px
}
/* --- BANNER --- */
#ry-pg-banner .ry-bnr-wrp {
        background-position: bottom righT;
}
@media (max-width: 1024px){
    #ry-pg-banner .ry-bnr-wrp {
        margin-top: 100PX;
    }
        #ry-pg-banner .ry-bnr-wrp .ry-pg-title {
        margin: 5px auto;
    }
}
/*--- TEAM PAGE ---*/
.team-inner-page.style3 {
	padding-top:0 !important;
	margin-top:0
}
 .team-inner-page.style3 .ry-each .each-container {
    gap:30px
}
 .team-inner-page.style3 .ry-each {
    width: 100%;
    padding: 35px !important;
    border: 1px solid transparent;
    border-radius:20px;
	 position:relative;
}
.team-inner-page.style3 .ry-each::before {
	content:'';
	width:calc(100% + 20px);
	height:calc(100% + 20px);
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%,-50%);
	border:solid #0000001c 1px;
	border-radius:20px;
}
 .team-inner-page.style3 .btn-excerpt {
    display:none !important
}

.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    padding:unset;
    width:100%
}

 .team-inner-page.style3 .ry-each .photo {
    max-width: 400px;
	 min-width:350px;
	width:100%;
    position: relative;
    padding-bottom: 0;
    height: 100%;
}
.team-inner-page.style3 .ry-flex.object-top .photo img {
    width:fit-content;
    height:100%;
    object-position:center;
	object-fit:contain;
	position: relative;
}
 .team-inner-page.style3 .ry-each .each-container .details .title {
    width: 100%;
    padding: 0;
}


.team-inner-page.style3 .ry-each .each-container .details  h2 {
	margin-bottom:0 !important
}
.team-inner-page.style3 .ry-each .each-container .details .title p {
	font-weight:300 !important;
	text-transform:capitalize;
	letter-spacing:0;
	font-size:18px !important;
	font-style:italic;
	padding-bottom:20PX
}
.team-inner-page.style3 {
    padding-block:60px 120px
}


#ry-pg-body.container-1600 .ry-container {
    max-width:1400PX;
    width:90%
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
	display:block !important	
}

@media (max-width: 991px) {
	.team-inner-page.style3 .ry-flex.object-top .photo {
		position:relative;
		padding:unset;
		height:100%;
	}
	.team-inner-page.style3 .ry-flex.object-top .photo img {
		max-width:400px;
		width:90%;
		padding: 5px;
		left: unset;
		transform: unset;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position:relative !important;
		margin-inline:auto;

	}

	.team-inner-page.style3 .ry-each {
		width: 100%;
		padding: 20px !important;
	}
}

/* ----- BRAND PAGE -----*/

.module-311 .ry-payment-options-logos .ry-each {
	padding:10px;
}	

.module-311 .ry-payment-options-logos .ry-each img {
	max-width:150px;
	filter:brightness(0)
}
[data-page-id="WebPage-ede77f5c-f947-4ba6-9d7a-7747e85ddf4a"] .module-311 .ry-payment-options-logos .ry-each img {
	filter:unset
}
.module-311 .ry-payment-options-logos .ry-each h3 {
	color:#000;
	font-size: clamp(1.375rem, 1.2475rem + 0.5229vw, 1.875rem) !important;
	text-align:center;
	letter-spacing:0
}
.module-311 .ry-payment-options-logos .ry-each.lowercase h3 {
	text-transform:uppercase !important;
}

	
/* ----- SERVICES PAGE -----*/

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

#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
	}
}


/* --- 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
}