/*HEADER SECTION*/
.module-43 .ry-left {
	position: absolute;
	z-index: 9;
}

.module-43 .ry-right {
	margin-left: auto;
}

.leadsDetails {
	display: flex;
	align-items: center;
}

.leadsDetails .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	background: #005399;
	border: 1px solid #333333;
	padding: 0;
	border-radius: 50%;
}

.leadsDetails .social-inner-wrap li a:not(:hover) {
	background: transparent;
}

.leadsDetails .social-inner-wrap li a:not(:hover) svg {
	fill: #333;
}

.leadsDetails .social-inner-wrap li {
	margin: 0 !important;
}

.leadsDetails .social-inner-wrap {
	gap: 10px;
	margin-right: 30px;
}


.leadsDetails .button-wrapper {
	display: flex;
	gap: 10px;
}

.leadsDetails .button-wrapper .ry-btn {
	padding: 8px 28px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.leadsDetails .button-wrapper .ry-btn .icon {
	border:solid 1px #fff;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center
}

.leadsDetails .button-wrapper .ry-btn .text-group {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	letter-spacing: initial;
	line-height: 1.2;
}

.leadsDetails .button-wrapper .ry-btn .text-group span {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;;
	text-transform:uppercase
}

.leadsDetails .button-wrapper .ry-btn .icon svg {
	width:14px
	height: 20px;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 20px !important;
	letter-spacing: initial;
	color: #333;
}

body.default #ry-section-header.module-43 {
	background: #fff !important;
}

body.default .module-43 .ry-right .ry-menu .nav-menu li a {
	color: #333;
	text-transform:capitalize;
}

@media (max-width: 1480px) { 
	.module-43 .ry-left {
		max-width: 280px;
	}
	    .module-43.fixed .leadsDetails .button-wrapper .ry-btn {
        padding: 8px 28px;
    }
}

@media (max-width: 1280px) {
	.module-43 .ry-right {
		padding-left: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		width: 100%;
		max-width: 100%;
		gap: unset;
		justify-content: space-between;
	}

	.module-43 .ry-left img {
		max-width: 200px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 10px;
	}

	.module-43 .ry-right {
		padding-left: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		width: 100%;
		max-width: 100%;
		gap: unset;
		justify-content: space-between;
	}

	.module-43 .ry-left img {
		max-width: 390px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 10px;
	}

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

	.module-43.fixed .leadsDetails .button-wrapper .ry-btn {
		padding: 0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*MOBILE HEADER*/

/** WELCOME STYLE START **/

.module-welcome.custom {
	position: relative;
	padding:100px 0;
	/* display: flex; */
	/* align-items: center; */
	margin-top: -2px;
}

.module-welcome.custom .background-section:before {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    height: 50px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Assets/welcome_bottom_background.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 9;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
}

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


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

.module-welcome.custom .ry-container .ry-each:nth-child(2) {
  width:40%
}

.module-welcome.custom .ry-container .ry-flex {
	align-items: center;
	gap:40px
}


.module-welcome.custom .ry-headline h2 {
	text-align: left !important;
	font-family: var(--site-font), serif !important;
	text-transform: capitalize;
	color: var(--primary-color) !important;
	line-height: 1.1;
	letter-spacing: 0px;
    font-size: clamp(2.375rem, 2.2475rem + 0.5229vw, 2.875rem);;
}

.module-welcome.custom .ry-headline h2 span {
	display: block;
    line-height: 150% !important;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
	font-family: 'Outfit',sans-serif !important;
	margin: 10px 0 20px;
}

.module-welcome.custom .ry-text p {
	margin: 10px 0 0;
	color: #333;
}

.module-welcome.custom .ry-text {
	margin-top: 30px;
}

.module-welcome.custom .ry-btn {
	margin-top: 20px;
}



.module-welcome.custom .ry-container .ry-each:nth-child(1) {
	width:53% !important
}

.module-welcome.custom .ry-container .ry-each {
	width: 48%;
}


@media (min-width: 1081px) {
	.module-welcome.custom .ry-btn {
		margin-left: unset !important;
	}
}

@media(max-width:1300px) {
	.module-welcome.custom.dry-eye-section .ry-container .ry-each:nth-child(2) {
		width: 47%;
	}
	.module-welcome.custom .ry-headline h2 br{
		display:none
	}
}

@media (max-width: 1080px) { 

	.module-welcome.custom { 
		padding: 80px 0 100px;
	}

	.module-welcome.custom .ry-container .ry-flex {
		flex-direction: column;
		align-items: center;
		gap: 60px;
	}

	.module-welcome.custom .ry-container .ry-each:nth-child(1) {
		width: 100% !important;
	}
	.module-welcome.custom .ry-container .ry-each:nth-child(1) img {
		max-width:700px;
		width:100%;
		margin-inline:auto
	}
	.module-welcome.custom .ry-container .ry-each:nth-child(2) {
		margin: 0 auto;
		width: 100% !important;
		max-width: 100%;
	}

	.module-welcome.custom .ry-container .ry-each .ry-headline h2 {
		text-align: center !important;
	}

	.module-welcome.custom .ry-text p {
		text-align: center;
	}

	.module-welcome.custom .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: max-content;
	}
}

@media (max-width: 620px) { 
	.module-welcome.custom .ry-container .ry-each:nth-child(1) {
		width: 90%;
	}
}

/** WELCOME STYLE END **/

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

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

/** Services STYLE Start **/

.module-services.style-9 {
	padding: 190px 0 170px;
}

.module-services.style-9 .ry-headline h2 span {
	margin-bottom: 20px;
}

.module-services.style-9 button {
	border: unset;
}

.module-services .ry-inner-flex .slick-list.draggable {
	padding-top: 110px !important;
}

.module-services.style-9 .ry-flex .ry-each .services-details h4 {
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 1.1;
}

.module-services.style-9 .ry-flex .ry-each .services-details #serv-btn-block {
	margin-top: 35px;
}

.module-services.each-click .ry-flex .ry-each .slick-center {
	box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}

.module-services.style-9 .ry-flex .ry-each .box-wrapper {
	padding-left: 160px;
	padding-right: 160px;
}

.module-services .ry-inner-flex .slick-arrow.slick-next {
	right: -160px;
}

.module-services .ry-inner-flex .slick-arrow.slick-prev {
	left: -160px;
}
.module-services.style-9 .ry-flex .ry-each .box-wrapper {
	padding-left: 160px;
	padding-right: 160px;
}

.module-services .ry-inner-flex .slick-arrow.slick-next {
	right: -160px;
}

.module-services .ry-inner-flex .slick-arrow.slick-prev {
	left: -160px;
}

.module-services .ry-inner-flex .slick-arrow.slick-next:before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
	background-size: contain;
}

.module-services .ry-inner-flex .slick-arrow.slick-prev:before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo:after {
	background: radial-gradient(#e5ccae,#d1b07f);
	opacity: 0;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:after,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:after {
	opacity: 1;
	transition: .5s !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:after {
	opacity: 0;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo img {
	filter: unset;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo img {
	filter: invert(1) brightness(9) drop-shadow(0px 0px 3px rgb(0 0 0 / 30%));
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:after {
	opacity: 1;
}

.module-services.custom {
	padding: 80px 0 120px;
	/*background: url();*/
	background-size: cover;
	background-position: center center;
}

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

.module-services.custom .box-wrapper {
	clear: both;
	padding: 60px 0;
}

.module-services.custom .box-wrapper .ry-inner-flex {
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each {
	width: calc(33.33% - 30px);
	border: 1px solid #d9e1e8;
	padding: 60px 40px;
	transition: .5s;
	background: rgb(255 255 255 / 80%);
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .photo img {
	height: 100px;
	object-fit: contain;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .photo {
	margin-bottom: 30px;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .title h4 {
	text-align: center;
	font-family: 'Tenor Sans' !important;
	line-height: 1.2;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .text p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #333;
	opacity: .8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .title {
	margin-bottom: 20px;
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each:hover {
	background: #d9e1e8;
	    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.ry-btn.btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1480px) { 
	.module-services.custom .box-wrapper .ry-inner-flex .ry-each {
		padding-left: 30px;
		padding-right: 30px;
		width: calc(33.33% - 20px);
	}

	.module-services.custom .box-wrapper .ry-inner-flex .ry-each .text p {
		font-size: 16px;
	}

	.module-services.custom .box-wrapper .ry-inner-flex .ry-each .title h4 {
		font-size: 24px;
	}
}

@media (max-width: 1380px) {
	.module-services.style-9 .ry-flex .ry-each .services-details h4 {
		font-size: 22px !important;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details p {
		display: none;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details>div:not(.ry-flex) {
		min-height: 50px;
	}
}
@media (max-width: 1280px) { 
	.module-services.style-9 .ry-flex .ry-each .box-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-prev {
		left: -60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-next {
		right: -60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-next, 
	.module-services .ry-inner-flex .slick-arrow.slick-prev {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-prev::before,
	.module-services .ry-inner-flex .slick-arrow.slick-next::before {
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 1180px) { 
	.module-services.style-9 .ry-flex .ry-each .box-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-prev {
		left: -60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-next {
		right: -60px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-next, 
	.module-services .ry-inner-flex .slick-arrow.slick-prev {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.module-services .ry-inner-flex .slick-arrow.slick-prev::before,
	.module-services .ry-inner-flex .slick-arrow.slick-next::before {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 1080px) { 
	.module-services.style-9 {
		padding: 100px 0;
	}
	.home .module-services .slick-dots {margin-top: 0;top: 10px;margin-bottom: 30px;}
	.module-services.custom .box-wrapper .ry-inner-flex {
		display: initial;
	}
	.module-services.custom .box-wrapper .slick-list {
		margin: 0 -10px;
	}
	.module-services.custom .box-wrapper .slick-list .slick-slide {
		margin: 0 10px;
	}
	.module-services.custom .box-wrapper .ry-inner-flex .ry-each {
		width: auto;
	}

	.module-services.custom .box-wrapper .slick-track
	{
		display: flex !important;
	}

	.module-services.custom .box-wrapper .slick-slide
	{
		height: inherit !important;
	}

	.module-services.custom .box-wrapper .slick-list {
		padding: 0 !important;
	}

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

	.module-services.custom .slick-dots {
		margin: 0;
		margin-top: 60px;
	}
}

@media (max-width: 768px) { 
	div.module-services.style-9 ul.slick-dots li.slick-active {
		background: transparent !important;
	}
}
@media (max-width: 620px) { 
	.module-services.style-9 .ry-flex .ry-each .box-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.module-services.style-9 .ry-flex .ry-each .box-wrapper {
		padding: 0;
		width: calc(100% + 40%);
		margin-left: -20%;
		margin-right: -20%;
	}

	.module-services.style-9 .ry-flex .ry-each .ry-btn {
		width: auto !important;
	}
	div.module-services.style-9 .ry-flex .ry-each .services-details h4 {
		margin: 0 !important;
		font-size: 20px !important;
	}
}

/** Services End **/

/** Team Start **/
.module-team.custom {
	padding: 380px 0;
	margin-top: -180px;
	/* z-index: -1; */
}

.module-team.custom .section-background img {
    object-position: center 80%;
}

.module-team.custom .ry-headline h2 {
    color: #fff !important;
}
body .module-team.custom .ry-flex .each .title p strong {
    font-weight: 400 !important;
}
.module-team.custom .ry-container {
	max-width: 780px;
	width: 90%;
}

.module-team.custom  .ry-flex {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.module-team.custom .ry-flex .each {
	max-width: 300px;
}

.module-team.custom .ry-flex .each .photo {
	margin-bottom: 15px;
}

.module-team.custom .ry-flex .each .title p {
	text-align: center;
	line-height: 1;
	font-size: 30px;
	color: #333 !important;
	text-transform: uppercase;
}

.module-team.custom .ry-flex .each .title p span {
	display: block;
	font-size: 22px;
	text-transform: initial;
	margin-top: 15px;
	margin-bottom: 30px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
	color: #333 !important;
	line-height: 140%;
}

.module-team.custom .ry-flex .each .title p span.span-1 {
    color: var(--secondary-color) !important;
    margin-bottom: 10px;
}

.module-team.custom .ry-flex .each .ry-btn {
	margin: auto;
	width: 100%;
    max-width: 220px;
}

.module-team.custom .ry-flex .each {
    max-width: 620px;
}

.module-team.custom .ry-flex .each h5 {
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    min-height: 110px;
    line-height: 1.5;
}

.module-team.custom .ry-container {
    max-width: 1400px;
}

.module-team.custom .ry-flex .each .title {
    padding: 30px 40px 50px;
    padding-top: 180px;
    margin-top: -170px;
    background: #fff;
    border-radius: 30px;
}

.module-team.custom .ry-flex .each .photo {
    max-width: 260px;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
}

.module-team.custom .ry-flex .each .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-team.custom .ry-flex {
    justify-content: center;
}

.module-team.custom {
    padding: 100px 0 160px;
    margin: 0;
}

@media (max-width: 1680px) {
	.module-team.custom .ry-flex .each h5 {
		font-size: 16px !important;
		min-height: 90px;
	}
	.module-team.custom .ry-flex .each .title p {
		font-size: 24px;
	}

	.module-team.custom .ry-flex .each .title p span {
		font-size: 20px;
	}
}

@media (max-width: 1080px) {
	.module-team.custom {
		padding: 280px 0;
	}
	.module-team.custom .ry-flex {
		gap: 15px;
	}

	.module-team.custom .ry-flex .each .photo {
		max-width: 220px;
	}

	.module-team.custom .ry-flex .each .title {
		margin-top: -120px;
		padding-top: 140px;
	}

	.module-team.custom .ry-flex .each h5 {
		min-height: 125px;
	}
}

@media (max-width: 620px) {

	.module-team.custom .ry-flex {
		display: flex;
		flex-direction: column;
		gap: 60px;
	}

	.module-team.custom .ry-flex .each h5 {
		min-height: unset;
	}
	.module-team.custom .ry-flex {
		gap: 10px;
	}

	.module-team.custom .ry-flex .each .title p {
		font-size: 20px;
	}

	.module-team.custom .ry-flex .each .title p span {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
}

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

@media (max-width: 1080px) { 
	.module-team.custom {
		padding: 5em 0;
	}
}

@media (max-width: 820px) { 
	.module-team.custom .ry-flex {
		flex-direction: column;
		flex-direction: column;
		align-items: center;
		gap: 70px;
	}
}

/* Team End */

body.home .brand-wrapper .swiper-slide .logo-wrapper img {
    filter: brightness(0) invert(1);
}
body.home .brand-wrapper .swiper-slide .logo-wrapper {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Assets/wood_texture.jpg);
    background-size: cover;
}

/** Start Of Footer **/

.module-44 {
	margin-top: -1px;
	background: #000;
}

.module-44 .social-icons .social-inner-wrap a {
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #1d4e89 !important;
	color: #ffffff !important;
	opacity: 1 !important;
	border-color: #1d4e89 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6b79608c;
	position:absolute;
	left:0;
	top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap {
	margin-top: 30px;
}

.module-44 .ry-divisor .social-inner-wrap:after { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6b79608c;
	position:absolute;
	right:0;
	top:20%;
}
.module-44 .ry-divisor {
	border:unset !important;
}

.module-44 .ry-flex .ry-each .website-info .address:before {
	content: "\F3E8";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
	content: "\F4E7";
}
.module-44 .office-hours:before {
	content: "\F293";
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .office-hours:before {
	font-family: 'bootstrap-icons';
	width: 44px;
	height: 44px;
	border-radius: 22px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	color:#ffffff;
	font-size:20px;
	font-weight: 500;
	border: 1px solid #ffffff;
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .ry-flex .ry-each .website-info .email:before, .module-44 .office-hours:before {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-44 .social-icons .social-inner-wrap li .fa {
	border: 2px solid #1d4e89 !important;
	box-shadow: unset;
	width:50px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: 'FontAwesome';
	color: #FFFFFF !important;
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: column;
}

.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}
.module-44 .ry-flex .ry-each .website-info .phone p a{
	color: #ffffff;
	font-weight: 600;
	margin-top: 8px;
	font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
} 

.module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6 !important;
	font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-weight: 600 !important;
	font-family:var(--site_font) !important;
    font-size: clamp(1.75rem, 1.5907rem + 0.6536vw, 2.375rem) !important
	text-transform: uppercase;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
	opacity:1 !important;
	color: #1d4e89 !important
}


.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
	max-height: 250px;
	object-fit: contain;	
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
	display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
	width: 100%;
	max-width:230px;
	text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom: 6px;
	gap: 60px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright *{
	font-size: 14px;
	color: rgb(255 255 255 / 50%) !important;
	font-weight: 400 !important;
	text-align: center;
}

div.module-44 .ry-footer-copyright {
	padding: 0;
	margin-top:20px
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}




.module-44 .ul-link {
	width: 100%;
	margin-top: 30px;
}
.module-44 .ul-link li {
	width: 100%;
	display: flex;
	position: relative;
	padding: 5px 0;
	justify-content: center;
}

.module-44 .ul-link li a {
	text-transform: uppercase;
	text-align: center;
	width: max-content;
	position: relative;
	font-weight: 600 !important;
	transition: .3s;
	margin-bottom: 0px;
}
.module-44 .ry-footer-top .ul-link li a:hover {
	color: #1d4e89 !important;
	width: max-content;
}
.module-44 .ry-footer-top .ul-link li a:hover:before {
	border-bottom: 1px solid #1d4e89;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
}

.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email, .module-44 .office-hours {
	position: relative;
	padding-left: 62px;
}



/** End of Footer **/

#mapCustom {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

@media (max-width: 600px) {
	#mapCustom {
		padding-bottom: 128%;
	}
}

.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
    text-align: center;
}

.module-testimonials.style-4 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Assets/testimonials_bg_v2.jpg);
	background-size: cover;
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
    border-radius: 100px;
    border: none;
    background: rgb(255 255 255 / 14%);
}

.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
	font-size: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (min-width: 1081px) {
	.module-testimonials.style-4 {
		margin-bottom: -100px;
	}
	/*body.home .module-44 {
		padding-top: calc(10vw + 100px) !important;
	}*/
}

@media (max-width: 1500px) { 
	.module-testimonials.style-4 .ry-flex .each-middle {
		margin-top: -160px;
		margin-bottom: -140px;
	}
}

@media (max-width: 1080px) {
	.module-testimonials.style-4 .ry-content {
		max-width: 600px;
	}
	.module-testimonials.style-4 .ry-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
		margin: 30px 0 50px;
	}
}

@media (max-width: 1024px) {
	.module-testimonials.style-4 {
		margin: 0;
	}
}

body.home .module-brand {
	padding-bottom: 0;
}

div#section-testimonials {
    background: #f9f9f9;
}
.group-bg {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Assets/group_bg.jpg);
    background-size: cover;
    background-position: center center;
}

/*-----BUILD UPDATE | 04.28.2026-----*/
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Extralight.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Extralight.woff') format('woff');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_ExtralightItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_ExtralightItalic.woff') format('woff');
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Light.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_LightItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_LightItalic.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Regular.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Italic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Italic.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Medium.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_MediumItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_MediumItalic.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Bold.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_BoldItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_BoldItalic.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Black.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_BlackItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_BlackItalic.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Variable.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_Variable.woff') format('woff');
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Boska';
  src: url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_VariableItalic.woff2') format('woff2'),
       url('https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/fonts/Boska_VariableItalic.woff') format('woff');
  font-weight: 200 900;
  font-display: swap;
  font-style: italic;
}


:root {
  --site-font: Outfit,sans-serif;;
  --title-font: Boska;
  --primary-color: #1d4e89;
  --secondary-color: #f18f01;
}

html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:200px
}
body .uwy .uai .uiiw {
    background:var(--secondary-color);
    border-radius:50%;
}

.grecaptcha-badge {
    z-index:999;
}
.ry-btn {
	border-radius:10px !important;
	padding:15px 30px;
	min-height:fit-content;
	line-height:1.3 !important;
	text-transform:capitalize
}
#ry-pg-body {
	background:#fff
}
#ry-pg-body h1, #ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6 {
	font-family:var(--site-font) !important;
		margin-top:0 !important;
		line-height:1.1 !important;
		margin-bottom:10px
}
#ry-pg-body h2 {
	font-size: clamp(2.6875rem, 2.6556rem + 0.1307vw, 2.8125rem);;
}
#ry-pg-body h3 {
	font-size: 40px !important;
}
#ry-pg-body h4 {
	font-size: 37px !important;
}
#ry-pg-body h5 {
	font-size: 34px !important;
}

h2, h3, h4, h5, h6, {
    line-height:1.1 !important;
	font-family:var(--site-font);
	font-weight:500 !important;
	letter-spacing: 0px;

}
body p{
    color: #333333;
	line-height:1.6
}
body.home h2:not(.module-welcome.custom .ry-headline h2,.text-blk.section-head h2,.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2,body.home .module-appointment.custom .ry-headline h2, body.home .module-team.style-1 .section-headline h2,.custom-brand .ry-multi-item-slider .custom-width .ry-title h2,body.home .module-welcome.style-7 .ry-headline.custom-title h2), .module-32-wrapper-two .ry-flex .ry-each .ry-section-title, .module-welcome.style-5 .ry-each h2, .module-testimonials.option-1 .section-headline h2 {
	font-weight:500 !important;
	color:var(--primary-color);
		font-size: clamp(2.375rem, 2.2475rem + 0.5229vw, 2.875rem) !important;
		font-family:var(--site_font) !important
}

body.home h2 span:not(.module-welcome.custom .ry-headline h2 span,.ry-custom-services .ry-grid .ry-items:first-child .ry-services-title-wrap h2 span,.logo-bold), body.home .ry-multi-item-slider-heading-section, .ry-services.style2 h2 span, .module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 span {
    font-size: 18px;
    color: #333333;
}
body ul p, body ol p {
    text-align:start !important
}

@media(max-width:480px) {
    #ry-pg-body h2 {
        font-size:38px 
    }
}	
/* --- HEADER UPDATE ---*/
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
	margin-bottom:0
}
body.home .module-43:not(.fixed), .module-43.fixed {
    background:#FFF
}
.module-43 .ry-left img:focus-visible {
    outline: none;
}

.module-43 {
    position:fixed;
    padding-bottom:0px
}
.module-43:not(.fixed) .ry-right {
    gap:10px
}
	
.module-43.fixed .ry-right .ry-menu .nav-menu li a, body.home .module-43 .ry-right .btn-wrapper .phone a:not(body.home .module-43.fixed .ry-right .btn-wrapper .phone a), body.home .module-43 .ry-right .ry-menu .nav-menu li a:not(body.home .module-43.fixed .ry-right .ry-menu .nav-menu li a) {
    text-transform:capitalize
}
.module-43 .ry-right .ry-menu .nav-menu {
    gap:3vw
}

body.home .module-43 .ry-right .btn-wrapper .phone a:not(body.home .module-43.fixed .ry-right .btn-wrapper .phone a), body.home .module-43 .ry-right .ry-menu .nav-menu li a:not(body.home .module-43.fixed .ry-right .ry-menu .nav-menu li a){
    color:#333
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
    background:var(--primary-color)
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child):hover {
    background:var(--secondary-color)
}
.module-43.fixed .ry-container {
    width: 90%;
	max-width:1600PX;
}
.module-43.fixed .ry-right .ry-menu .nav-menu li a {
    font-size: 20px !important;
	text-transform:unset !important;
	margin-bottom:16px;
	letter-spacing:unset !important
	
	
}
.module-43.fixed {
	padding:20px 0  0;
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
	gap:3vw;
}
.module-43.fixed .ry-right {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items:end;
    gap:15px
}
.module-43.fixed .ry-right .ry-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.module-43 .ry-right .ry-menu{
	width:fit-content !important
}
.module-43.fixed .ry-right .ry-menu ul {
	width:fit-content !important
}
.module-43.fixed .ry-right .ry-menu,
.module-43 .ry-right .ry-menu{
	display:flex;
	justify-content:end
}
.module-43.fixed .ry-right .ry-menu .nav-menu {
    justify-content: end;
	width:fit-content;
	margin-right:0
}
.module-43.fixed #litlleLogo  {
    top:50%;
    display:flex;
      position:absolute !important;
    transform:translatey(-50%);
    transition:all .3s ease
}


.module-43.fixed #litlleLogo,
.module-43  .ry-logo{
	top: 45%;
	transform:translateY(-50%);
	transition:unset;
	position:absolute;
	left:0
}

#litlleLogo a img {
    max-width: 400px !important;
    max-height: 80px;
    object-fit: contain;
}
@media (max-width: 1680px) {
    .module-43 .ry-right .ry-menu .nav-menu {
        margin-top: 0px;
    }
	.module-43 .ry-left {
        max-width: fit-content;
    }
}


@media (max-width: 1440px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 0px;
	}
	.module-43:not(.fixed) .ry-right {
		gap: 15px;
		padding-left:0
	}
}

@media (max-width: 1280PX) {
	.module-43 .ry-right .ry-menu .nav-menu {
		justify-content:end;
		font-size:20px !important

	}
		.module-43 .ry-left img {
		max-width: 375px;
	}
}	
@media(max-width:1199px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		margin:0 !important
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		gap:6px
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button img {
		width:20px;
		filter:brightness(0) invert(1)
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 230px;
		width:100%
	}
}

@media(max-width:480px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width:38px;
		height:38px
	}
	.mobile-container .mobile-nav {
		margin-right: 10px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav {
		width:fit-content !important
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 230px;
		width: 100%;
	}
}

	
.module-66 .bnr-textbox .ry-section-title img {
    max-width: 700px;
    height: auto !important;
    margin-inline: auto;
    width: 100%;
    margin-top: 10px;
}


.module-66 .carousel::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(
        to top,
        #fff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}	
	
@media(max-width: 1080px) {
	.module-66 .bnr-textbox {
		background: #fff;
		padding:25px 3px;
		border-block:10px ridge var(--primary-color)
			}
	.module-66 .carousel::after {
		display:none
	}
	.module-66 .bnr-textbox .ry-section-title span.span-1 {
		color:var(--primary-color)
			}
}

	
/* --- SERVICE SECTION ---*/
.hp-group-bg1 {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Background_images/bg_welcomeservices.png)no-repeat center /cover
}


.module-services.custom .box-wrapper {
    padding: 30px 0 0;
}
.module-services.custom .box-wrapper .ry-inner-flex {
    display: flex;
    gap: 20px;
    flex-direction:row;
    flex-wrap:nowrap
}
.module-services.custom .box-wrapper .ry-inner-flex .ry-each{
	border-radius:15px;
}

.module-services.custom .box-wrapper.desktop-services .ry-inner-flex .ry-each{
    max-width:310px;
    width:100%;
	border-radius:15px;
	overflow:hidden;
	border:0;
	display:flex;
	flex-direction:column;
	align-items:end;
	justify-content:end;
	padding:10PX 25px
}

.module-services.custom .box-wrapper .ry-inner-flex .ry-each .title h4{
	text-transform:capitalize;
	font-family:var(--site-font) !important;
	font-size: 28px; /*30-25px*/
	line-height:1.1;
	text-align:start;
	color:#fff;
	width:90%;
}
.module-services.custom .box-wrapper .ry-inner-flex .ry-each .photo {
    margin:0 0 10px;;
	display:flex;;
}
.module-services.custom  .ry-inner-flex .ry-each .photo img {
	margin-left:0;
	width:80PX;
	height:80PX;
}
.module-services.custom .box-wrapper.desktop-services .ry-inner-flex > div:nth-child(2) .ry-each {
	height:310px
}
.module-services.custom .box-wrapper.desktop-services .ry-inner-flex .ry-each .text {
    display:none
}

.module-services.custom .box-wrapper.desktop-services .ry-inner-flex > div:nth-child(2){
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}
.module-services.custom .box-wrapper.desktop-services .ry-inner-flex > div:nth-child(2) .ry-each:nth-child(5){
    grid-column: span 2;
    width:100%;
    max-width:unset
}

@media(max-width:1480px){
    .module-services.custom {
    padding: 40px 0px 80px;
}
}

@media(max-width:1080px) {
	  .module-welcome.custom {
        padding: 60px 0px;
    }
	.box-wrapper.desktop-services {
		display:none
	}
	.module-services.custom .box-wrapper .ry-inner-flex{
		display:flex !important;
		flex-direction:column
	}
	.module-services.custom .box-wrapper .ry-inner-flex .ry-each .title h4{ 
		max-width:fit-content;
		width:90%;
	}
	.module-services.custom .slick-dots {
		margin: 0;
		margin-top: 30px;
	}
	.module-services.custom .box-wrapper .ry-inner-flex .ry-each {
		height:auto !important
	}

	.module-services.custom .box-wrapper .ry-inner-flex .ry-each {
		margin-top:0;
		transform:unset;
		display:flex;
		flex-direction:column;
		max-height:400PX !important;
		min-height:400px !important;
		padding:10px 20px !important;
		align-items:center !important;
		justify-content:center;
		border-radius:15px;
		overflow:hidden
	}

	.module-services.custom .box-wrapper .ry-inner-flex .ry-each h4,
	.module-services.custom .box-wrapper .ry-inner-flex .ry-each .photo img{
		text-align:center !important;
		margin-inline:auto
	}
}


/* --- BRAND SECTION ---  */
.hp-group-bg2 {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Background_images/bg_dryeyebrands.jpg)no-repeat center / cover
    
}
.module-brand {
    padding:40px 0 80px !important;
    
}
.brand-container {
    padding-top:40PX;
    z-index:2
}
.module-brand {
  position: relative; 
}

.module-brand:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
    top:auto;
  width: 100%;
  height: 50%;
  background: var(--secondary-color);
  opacity: 1;
    z-index:1
}
.module-brand {
    margin-bottom:-1px
}
.group-bg {
    background:unset
}


.module-brand .slick-arrow {
    display:none !important
}
.slick-dots {
display:flex !important;
gap:5px;
justify-content:center;
align-items:center;
padding-left:0
}

.slick-dots li {
font-size:0;
display:flex !important;
justify-content:center;
align-items:center
}

.slick-dots li button {
width:12px;
height:12px;
background:var(--primary-color);
border-radius:50%;
opacity:.5
}

.slick-dots li.slick-active button {
opacity:1
}

.module-brand-wrapper .swiper-pagination {
    bottom:80PX;
    z-index:99;
    top:auto;
    left:50%;
    transform:translatex(-50%)
}
.brand-container .button-wrapper {
    padding-top:70px
}
.brand-container .button-wrapper .ry-btn:hover {
	border:solid 1px #fff !important
}
/* --- DRY EYE SECTION ---  */
@media(min-width:1081px) {
	.dry-eye-section .ry-flex {
		flex-direction:row-reverse
	}

}
	
/* --- FOOTER ---  */
.module-44 {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-85e251a8-a651-4fb3-ae03-f9f3c1c79778/Background_images/bg_footer.jpg)no-repeat center / cover
}	
#ry-footer .ry-footer-logo{
    filter:brightness(0) invert(1);
    margin:0;
    max-width:400px;
    width:95%
}
.module-44 .ry-flex .ry-each h2 {
    font-weight:400 !important;
    font-size:45px !important;
    margin-bottom:20PX;
    padding-top:0;
    line-height:1.1
}

#ry-footer .ry-container .ry-flex .ry-each:nth-child(1) {
    width:35%
}
#ry-footer .ry-container .ry-flex .ry-each{
    width:27%;
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom:30px
}
.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    line-height:1.2 !important;
}
.module-44 .ry-flex .ry-each .website-info .phone p a,
.module-44 .ry-flex .ry-each a {
    margin-top:0;
    font-size: 22px;
}
.module-44 .ry-flex .ry-each .website-info .phone.fax a {
    pointer-events:none
}
#ry-footer * {
    color:#fff
}
#ry-footer a:hover {
    color:var(--secondary-color) !important
}
.module-44 .ry-flex .ry-each .span-1 {
    text-transform:capitalize;
    font-weight:normal !important;
    font-size:18px !important
}

.module-44 .ry-flex .ry-each .website-info .address::before {
    content: "\f3e7";
    font-size:16px
}
.module-44 .ry-flex .ry-each .website-info .phone::before {
    content: "\F5B4";
    font-size:16px
}

.module-44 .ry-flex .ry-each .website-info .fax::before {
    content: "\f1ac";
    font-family:'fontawesome';
    font-size:16px
}

.module-44 .office-hours::before {
    display:none
}
.module-44 .office-hours {
    padding:0
}
#ry-footer .office-hours * {
    font-size:20px;
    text-transform:capitalize
}
#ry-footer .office-hours  ul li {
    margin-bottom:10px
}
#ry-footer .office-hours  ul li .span-2{
    width:200px;
    display:block
}
#ry-footer .office-hours  ul li .span-3 {
    width:180px;
    display:block;
	max-width:unset;
}
#ry-footer .note  {
    padding-top:10px
}
#ry-footer .note  p{
    line-height:1.1;
    font-size:18px;
    text-transform:none
    
}

.module-44 .ry-footer-copyright * {
    font-size: 16px !important;
    opacity:1 ;
    color:#FFF !important
}
.module-44 .ry-footer-copyright .ry-left,
.module-44 .ry-footer-copyright .ry-right{
    width:fit-content;
    max-width:fit-content
}
@media(max-width:1440px) {
	.module-44 .ry-flex .ry-each .office-hours ul li {
		gap:20px
	}
}

@media(max-width:1199px) {
	.module-44 .ry-flex {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:40PX
	}

	.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .ry-flex .ry-each .website-info .email:before, .module-44 .office-hours:before {
		position:relative
	}
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items:center;
		text-align:center !important;
		padding:0;

	}
	.module-44 .ry-flex .ry-each h2 {
		text-align:center !important;
	}
	.module-44 .ry-flex .ry-each .website-info *{
		text-align:center !important;
		font-size:20px !important
	}
	.module-44 .ry-flex .ry-each .website-info  a {
		font-size:25px !important
	}
	.module-44 .ry-flex .ry-each {
		width:100% !important;
		display:flex;
		flex-direction:column
	}
	#ry-footer .ry-footer-logo{ 
		margin-inline:auto
	}

	.module-44 .ry-flex .ry-each .office-hours {
		max-width:350PX;
		width:100%;
		margin-inline:auto
	}
	.module-44 .ry-flex .ry-each .office-hours .span-3 {
		text-align:end !important
	}
	.module-44 .ry-flex .ry-each .office-hours .note p {
		text-align:center !important
	}
	.module-44 .ry-footer-copyright .ry-container{
		flex-direction:column;
		gap:5px
	}
}

@media (max-width: 768px) {
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2{
		text-align: start !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: end !important;
	}
}
	
/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity:1 !important;
	display:none
}
#ry-pg-banner {
    margin-top:130px
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	font-size: clamp(2.5rem, 2.0221rem + 1.9608vw, 4.375rem) !important;
	line-height:1.1 !important;
	color:#FFF !important;
	font-family:var(--site-font) !important
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;
	
}


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

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


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

#ry-sidebar #accordion .ry-drop-nav ul {
	background:#3e68a326;
}
#ry-sidebar #accordion .ry-drop-nav ul li a, #ry-sidebar #accordion .ry-drop-nav a {
	transition:all ease-in-out .10s
}
#ry-sidebar #accordion .ry-drop-nav ul li a:hover, #ry-sidebar #accordion .ry-drop-nav a:hover{
    background:none;
    color:var(--secondary-color);
}
#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition:unset;
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color:var(--secondary-color);
		transition:all 0.3s ease;
    text-shadow:.5px 0px var(--secondary-color)
		}

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

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

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

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


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

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

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

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

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

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

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

	
/* --- SERVICES PAGE ---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	border-radius:20px;
	overflow:hidden
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#024087d6;
	border-radius:20px;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
	padding-inline:10px;
	-webkit-box-orient: vertical;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	margin-bottom:15px;
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative;
	
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid #fff 1px;
	border-radius:20px;
}

#ry-pg-body.services-grid .module-services.style1 {
	width:100%;
	margin-inline:auto
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem) !important;
	line-height:1.1 !important;
	width:90%;
	text-align:center;
	margin-inline:auto;
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	font-size:18px !important;
	line-height:1.2 !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	font-size:20px !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	width:fit-content
}
@media(max-width:1080px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
		height:50px;
		font-size:16px !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
		font-size:16px !important;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		color: #fff !important;
		font-size:30px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:90% !important;
		margin-inline:auto !important
	}

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

.module-311 .ry-payment-options-logos .ry-each img {
	max-width:160px;
	max-height:100px;
	object-fit:contain
}
	
 .module-311 .ry-payment-options-logos  .check img, .module-311 .ry-payment-options-logos  .debit > div{
	max-width:130px;
	min-height:60px;
	max-height:80px;
	 width:100%;
	height:100%;
	background:#f8f8f8;
	border-radius:5px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	object-fit:contain;
}
 .module-311 .ry-payment-options-logos p {
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: uppercase;
	 line-height:1.1 !important;
	 text-align:center !important;
}
.ry-form .star-box {
    color:#80808057
}
	
.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

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

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

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

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

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

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

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

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) {
	pointer-events:none
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
	display: flex;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

@media(max-width:1080px) {
	.contact-template.style-2 .ry-flex .contact-form,
	.contact-template.style-2 .ry-flex .contact-details{
		width:100%;
		min-width:unset
	}
	.contact-template.style-2 .ry-flex .contact-form {
		padding-block:50px
	}
}
/*--- FORMS ---*/
input[type="file"] {
        height: 60px;
}	
/*--- BRAND/FRAME PAGE ---*/


.brand-pg .brand-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top:40PX
}

.brand-pg  .brand-wrapper .swiper-slide .logo-wrapper {
  margin-top:0
}
.brand-pg .swiper-slide {
  width: 100%;
}

.brand-pg .photo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-pg .photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-pg .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 1080px) {
    .brand-pg .brand-carousel {
      gap:10px
  }
    .brand-wrapper .swiper-slide .logo-wrapper {
    padding:15px 20px;
}
}


@media (max-width: 480px) {
  .brand-pg .brand-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap:10px
}
