.section-background, .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-66 .ry-content:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(to top, #414e69, #414e69ba, transparent);
	z-index: 9;
	bottom: 0;
}

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

.overlink, .overlink a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9;
	cursor: pointer;
	opacity: 0;

} 
/*HEADER SECTION*/
.module-43 .ry-left {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

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

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

.leadsDetails .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
		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 {
	width: 20px;
	height: 20px;
}

.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: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

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

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 20px;
	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;
}

@media (max-width: 1480px) { 
	.module-43 .ry-left {
		max-width: 280px;
	}
}

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

@media (max-width:500px) {

	div.mobile-container .flex-wrap {
		flex-direction: row !important;
		gap: 1em !important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.mobile-container .flex-wrap .flex-item.right-nav {
		width: 100% !important;
		justify-content: flex-end;
	}

	.mobile-container .flex-wrap .flex-item.left-nav {
		width: 100% !important;
		justify-content: center;
		max-width: 100% !important;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 180px;
	}
}

/*MOBILE HEADER*/

/* --- WELCOME UPDATE ---*/

.welcome-services-wrapper .hp-shared-bg {
	position: relative;
	margin-top: -22.2rem;
}

.hp-welcome-bg img {
	min-height: 1191px;
}

.hp-welcome-bg {
	position: absolute;
	z-index: 9;
}


.hp-welcome .ry-container {
	max-width: 100%;
	width: 100%;
}

.hp-section.hp-welcome {
	padding: 100px 0 40rem;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cd88e0cd-9e55-4a93-be13-d07d216a17a4/Assets/welcome_background_v3.jpg);
	background-size: cover;
	background-position: center bottom;
	margin-top: -1px;
}

.hp-welcome .each-section.text .ry-headline h2 {
    color: #efefef !important;
}

.hp-welcome .each-section.text p a {
    color: white;
    text-decoration: underline !important;
}

.grid__hp-welcome {
	display: flex;
	justify-content: space-between;
	margin-top: 16rem;
}
.grid__hp-welcome {
	margin-top: 1rem;
	margin-bottom: 1rem;
	gap: 0 2em;
}

.grid__hp-welcome .each-section.text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.grid__hp-welcome .each-section img {
	max-width: 810px;
	margin: auto;
}

.grid__hp-welcome .each-section.text .img-wrapper img {
	max-width: 340px;
	margin: 0 auto 30px;
}

.grid__hp-welcome .each-section .text-wrapper p {
	width: 100%;
	max-width: 100%;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
}

.hp-welcome .each-section.text .ry-headline h2 span {
    color: #ffffff;
}

.hp-welcome-bg {
	top: 0;
}
.hp-title h2 {
	text-align: center;
}

.hp-welcome .each-section.text .btn-wrapper a.ry-btn.ry-btn-primary {
    border: 1px solid #414e69;
}

/*@media(max-width:1800px){
div#welcome-wrap {
margin-top: 4rem;
}
.grid__hp-welcome  .each-section.img-1 img,
.grid__hp-welcome  .each-section.img-2 img{
max-width:500px;
width:100%
}
.grid__hp-welcome  .each-section.img-1{
position:absolute;
top:50%;
transform:translateX(-50%);
left:0 !important
}
.grid__hp-welcome  .each-section.img-2{
position:absolute;
top:50%;
right:0 !important;
}

.grid__hp-welcome  .each-section.img-2 {
right:-5%;
z-index:-1
}
.grid__hp-welcome {
display:flex
}
}*/

@media(max-width:1600px){
	.hp-section.hp-welcome {
		/*! padding: 0; */
	}
	.grid__hp-welcome {
		display: flex;
		gap: 30px;
	}
	.grid__hp-welcome .each-section:not(.text) {
		max-width: 400px;
	}
	.grid__hp-welcome .each-section.text {
		width: 100%;
		max-width: 630px;
	}
}
/*
@media(max-width:1580px){
.grid__hp-welcome  .each-section.img-1 img,
.grid__hp-welcome  .each-section.img-2 img{
max-width:28vw;
width:100%
}
}

@media(max-width:1380px){ 
.grid__hp-welcome  .each-section.img-1 img,
.grid__hp-welcome  .each-section.img-2 img{
max-width:25vw;
}
}*/
@media(max-width:1080px){
	/*div#welcome-wrap {
	margin-top: -13%;
}*/
	.hp-welcome-bg {
		display:none
	}

	div.module-welcome.style-7.myopia-style .photo img {
		max-width: 200px !important;
		padding-top: 2em !important;
	}
	.hp-welcome-bg img{
		min-height: unset;
		object-fit:cover !important;
		height:100% !important;
	}
	.hp-section.hp-welcome {
		padding: 40px 0;
	}
	.grid__hp-welcome {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/*.grid__hp-welcome {
	display:flex;
	flex-direction:column;
	margin-top: 80px;
	position:revert;
	padding-bottom:50vw
}
	.grid__hp-welcome .each-section img {
	max-width:300px;
	width:100%
}
	.grid__hp-welcome .each-section.img-1, .grid__hp-welcome .each-section.img-2 {
	top: unset;
	transform:unset;
}
	.grid__hp-welcome .each-section .img-wrapper img{
	max-width: 500px;
	width: 100%;;
}
	.grid__hp-welcome  .each-section.img-1 {
	bottom:2%;
	left:0;
	z-index: 1;
}
	.grid__hp-welcome  .each-section.img-1 img, .grid__hp-welcome  .each-section.img-2 img {
	max-width: 45vw !important;
	width: 100%;
}

	.grid__hp-welcome  .each-section.img-2 {
	bottom:2%;
	right:0;
	z-index: 1;
}

	.hp-welcome .ry-container{
	width:90%;;
	margin-top:200px
}*/
}
/*
@media (max-width: 780px) {
.hp-section.hp-welcome {
margin-top: -50VW;
}
.hp-section.hp-welcome {
margin-top: -50VW;
}
}
@media (max-width: 500px) {
.hp-section.hp-welcome {
margin-top: -78VW;
}
#welcome-wrap {
padding-top:180px
}
.grid__hp-welcome {
padding-bottom:60vw
}
}

@media (max-width: 480px) {
.hp-section.hp-welcome {
margin-top: -400px;
}
}*/

.hp-welcome .each-section.img-1, .hp-welcome .each-section.img-2 {
	width: 40%;
}

.hp-welcome .each-section.text {
	width: 50%;
}


@media (max-width: 1080px) { 
	.hp-welcome .each-section.text {
		width: 100% !important;
		gap: 10px 0 !important;
	}
	.hp-welcome .each-section.img-1, .hp-welcome .each-section.img-2 {
		width: 100%;
		max-width: 250px;
	}

	.hp-welcome .each-section.text {
		width: 100% !important;
		gap: 10px 0 !important;
	}

	.grid__hp-welcome .each-section.text {
		max-width: 700px;
	}
}

@media (max-width: 500px) {
	.grid__hp-welcome .each-section.img-1 img,
	.grid__hp-welcome .each-section.img-2 img {
		max-width: max-content !important;
	}

	body div.module-services.custom .ry-container .ry-flex .each-block .photo img,
	.module-services.custom .ry-container .ry-flex .each-block .photo:after {
		height: 320px !important;
		border-radius: 50px !important;
		background: hsl(0deg 0% 0% / 29.02%) !important;
	}



	.grid__hp-welcome {
		gap: 10px 0 !important;
	}

	.grid__hp-welcome .each-section.text {
		width: 100% !important;
	}


	.grid__hp-welcome .each-section.img-2,
	.grid__hp-welcome .each-section.img-1 {
		position: relative;
		/*! bottom: -2rem; */
		width: 100%;
		max-width: 250px;
	}
	.grid__hp-welcome .each-section.img-1 {
		/*! top: -6rem; */
	}
	.hp-section.hp-welcome {
		margin-top: 0;
		padding: 40px 0;
	}
	div#welcome-wrap {
		margin: 0;
		padding: 0;
	}
	.grid__hp-welcome {
		padding: 0;
		margin-top: 0;
	}
	.hp-welcome .ry-container {
		margin: 0 auto;
		width: 90%;
	}
}

.hp-welcome .each-section.text .btn-wrapper {
	margin-top: 40px;
}
.module-welcome.style-7 .ry-text p {
	color: #333;
}
@media (min-width: 1081px) {
	.module-welcome.style-7 * {
		text-align: left;
	}
}

.module-welcome.style-7 .background-section:before {
	content: "";
	width: 100%;
	position: absolute;
	opacity: 1;
	height: 55%;
	inset: 0;
	top: unset;
	background: linear-gradient(to top, #092c38, transparent);
	z-index: 1;
}

/* --- WELCOME END---*/

/* START OF SERVICES */

.hp-featured-services .ry-content {
	padding: 160px 0 30rem;
}

.hp-featured-services {
	border-top-right-radius: 320px;
	overflow: hidden;
	margin-top: -15rem;
	z-index: 1;
}

.hp-featured-services .section-container {
	width: min(1600px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}


.hp-featured-services .section--cta__wrapper {
	display: flex;
	gap: 15px;
}

.hp-featured-services .section--heading h2 {
	color: #fff !important;
}

.hp-featured-services .ry-content .content-text {
	max-width: 800px;
	padding: 0 80px;
}

.hp-featured-services .ry-content .content-text .ry-text p {
	color: #fff;
}

.hp-featured-services .ry-content .content-text .ry-text {
	padding: 30px 0;
}

.mobile__cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.module--mobile__services {
	display: none;
}

@media (max-width: 1081px) {
	.module-services .desktop__services {
		display: none;
	}

	.module--mobile__services {
		display: block;
	}
}


.module-services.style-11 .background-section {
	z-index: 3;
}

@media (max-width: 1440px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
		transform: scale(.9);
	}

	.hp-featured-services .ry-content .content-text {
		padding: 0;
		max-width: 600px;
	}

	.module-services.style-11 .ry-flex {
		gap: 60px;
		padding-left: 30px;
	}
}

@media (max-width: 1366px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
		max-width: 400px;
	}

	.module-services.style-11 .ry-flex {
		gap: 0;
		padding-left: 30px;
		justify-content: space-around;
	}

	.hp-featured-services,
	.module-services .background-section img{
		border-top-right-radius: 80px;
	}

	.module-services .ry-container {
		padding-left: 30px;
	}
}

@media (max-width: 1280px) {
	.hp-featured-services,
	.module-services .background-section img{
		border-top-right-radius: 80px;
	}

	.module-services .ry-content {
		border-top-left-radius: 80px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 80px;
	}
}

@media (max-width: 1200px) {
	.module-services.style-11 .ry-flex {
		padding: 80px;
	}


	.module-services .ry-container {
		padding-left: 30px;
	}
}

@media (max-width: 1081px) {

	div.module-services.each-click.style-11.desktop__services {
		display: none;
	}

	div.hp-featured-services-col .slick-arrow {
		width: 40px;
		height: 40px;
		background: #0094cf;
		border-radius: 50px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: calc(50% - 25px);
		top: 135%;
		transform: translateX(-50%);
		transition: .3s;
		font-size: 0;
	}

	div.hp-featured-services-col .slick-next.slick-arrow {
		left: calc(50% - -25px);
	}

	div.hp-featured-services-col .slick-arrow:before {
		content: "\f061";
		position: absolute;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		font-size: 14px;
		margin: auto;
		transition: .3s;
		font-family: 'FontAwesome';
	}

	div.hp-featured-services-col .slick-next.slick-arrow:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}

	div.hp-featured-services-col .each-col-wrapper {
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		transition: 300ms ease-in-out;
		width: 100%;
		margin: 0 auto;
	}

	div.hp-featured-services-col .each-col-wrapper img {
		margin: 0 auto;
		width: 13rem;
		height: 13rem;
		object-fit: contain;
		filter: invert(1);
	}

	div.hp-featured-services-col .each-col .ry-title {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-top: 30px;
	}

	div.hp-featured-services-col .each-col .ry-title div {
		text-align: center;
		font-size: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #f5f5f5;
		font-weight: 600;
	}

	div.hp-featured-services-col .each-col .ry-title div {
		color: #000;
	}

	div.module--mobile__services {
		display: block;
		background: #fff;
		z-index: 9;
		border-top-left-radius: 100px;
		border-bottom-left-radius: 100px;
		margin-top: -20rem;
	}

	div.module-services .ry-content {
		background: transparent;
		margin-top: 0;
	}

	div.module-services .section-headline span {
		text-align: center;
	}

	div.hp-featured-services, .module-services .background-section img {
		object-position: 75%;
	}

	div.hp-featured-services-wrapper {
		padding: 80px 0 140px;
	}

	div.hp-featured-services-col .each-col-wrapper .ry-img {
		width: 280px;
		height: 280px;
		border-radius: 50%;
		margin: 0 auto;
		background: #00366a;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.module-services .ry-container {
		padding-left: 0;
	}

	.hp-featured-services .section--cta__wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.hp-featured-services .background-section img {
		object-position: 30%;
	}
}


/* END OF SERVICES */

.module-69.style2 {
	padding: 00px 0 160px;
	overflow: visible;
}
.module-69.style2 .ry-container {
	background: #f9f9f9 !important;
	margin-top: -100px;
	border-radius: 40px;
	box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

.module-69 .ry-each-right, .module-69 .ry-each-right:before {
	background: transparent !important;
}

/*TEAM SECTION*/

.hp--team--slick--wrapper {
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 2px solid var(--secondary-color);
		padding: .5rem;
		position: relative;
		z-index: 9;
		}



.hp--team--slick--wrapper .hp--team--slick {
	display: flex;
	align-items: center;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-3c428140-02a2-4c04-b9ab-e3bd97fa6d28/homepage_assets/dr_container_plain.jpg");
	background-size: cover;
	background-position: center;
	justify-content: center;
}

.hp--team--slick .slick-track .each--person {
	display: grid;
	grid-template-columns: 320px 640px;
	align-items: center;
	justify-content: center;
	gap: 95px;
	padding: 100px 0;
}

.hp--team--slick .slick-track .each--person .person--img img {
	max-width: max-content;
	margin: auto;
}

.hp--team--slick .each--person .person--info .person--name h3 {
	line-height: 1.2;
	font-size: 46px;
	letter-spacing: -1px;
	color: var(--primary-color);
		font-family: 'Noto Serif Display', serif !important;
		}

.hp--team--slick .each--person .person--title p {
	display: block;
	max-width: max-content;
	text-align: left;
	margin: 10px 0;
	font-size: 24px;
	letter-spacing: -1px;
	color: #4f4f4f;
	font-weight: 400 !important;
	font-style: italic;
}


.hp--team--slick .each--person .person--bio p {
	color: #555;
}


.hp--team--slick .slick-track .each--person:nth-child(1).slick-active .slick-dots li:nth-child(1) button,
.hp--team--slick .slick-track .each--person:nth-child(2).slick-active .slick-dots li:nth-child(2) button,
.hp--team--slick .slick-track .each--person:nth-child(3).slick-active .slick-dots li:nth-child(3) button,
.hp--team--slick .slick-track .each--person:nth-child(4).slick-active .slick-dots li:nth-child(4) button{
	background: #4295b7;
	width: 30px;
	border-radius: 30px;
}



.hp--team--slick--wrapper:before {
	content: " ";
	position: absolute;
	left: -4rem;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-ba6a0b12-22dc-476c-8b7c-056facab8fba/Assets/dr_shadow_left.png");
	width: 61px;
	height: 725px;
}

.hp--team--slick--wrapper:after {
	content: " ";
	position: absolute;
	right: -4rem;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-ba6a0b12-22dc-476c-8b7c-056facab8fba/Assets/dr_shadow_right.png");
	width: 61px;
	height: 725px;
}

.hp--team--slick .slick-track .each--person .slick-dots button {
	background-color: #c9ced2;
}

.hp--team--slick .slick--dots .slick-dots {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.hp--meet--our--team .ry-container {
	width: min(1280px, 90%);
	max-width: 100%;
	margin-top: -100px;
}

.hp--meet--our--team .person--name span.span-1 {
	font-size: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--secondary-color);
		font-weight: 400;
		}


.hp--meet--our--team {
	display: flex;
	margin-top: 0rem;
	padding: 0;
	padding-bottom: 140px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-ba6a0b12-22dc-476c-8b7c-056facab8fba/Assets/team_background_v2.jpg);
	background-position: center top;
	background-size: cover;
	margin-bottom: -1px;
}


.hp--meet--our--team ul.slick-dots {
	display: flex !important;
	position: absolute;
	list-style: none;
	padding: 0;
	gap: 5px;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.hp--meet--our--team ul.slick-dots li,
.hp--meet--our--team ul.slick-dots li button {
	font-size: 0;
	opacity: 0.302;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #444444;
}

.hp--meet--our--team ul.slick-dots li.slick-active,
.hp--meet--our--team ul.slick-dots li.slick-active button {
	opacity: 1;
	width: 30px;
	height: 11px;
	border-radius: 6px;
	background-color: #8aa4b1;
}

.hp--team--slick a.ry-btn.ry-btn-primary {
	margin-top: 30px;
}

/*.hp--meet--our--team .ry-content {
padding-bottom: 230px;
}*/


@media screen and (max-width: 1280px) {
	.hp--team--slick--wrapper {
	}

	.hp--team--slick .slick-track .each--person {grid-template-columns: 300px 600px;}


}
@media screen and (max-width: 1080px) {
	.hp--team--slick .slick-track .each--person {grid-template-columns: 1fr;padding: 2%;gap: 30px;}
	.hp--team--slick .slick--dots .slick-dots {
		justify-content: center;
		align-items: center;
	}
}


@media screen and (max-width: 1080px) {


	.hp--team--slick .slick-track .each--person .person--info *,
	.hp--team--slick .slick-track .each--person .person--info p,
	.hp--team--slick .slick-track .each--person .person--info div {
		text-align: center !important;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}


@media screen and (max-width: 680px) {


	.hp--team--slick .slick-track .each--person .person--info *,
	.hp--team--slick .slick-track .each--person .person--info p,
	.hp--team--slick .slick-track .each--person .person--info div {
		text-align: center !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	div.hp--meet--our--team {
		padding-top: 25rem;
	}


}

@media(max-width:1080px) {
	.hp--team--slick--wrapper:after, .hp--team--slick--wrapper:before {
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	div.hp--team--slick--wrapper {
		margin-top: 0 !important;
	}

	div.hp--meet--our--team {
		padding: 4em 0;
	}

	.hp--team--slick .person--bio p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

.brand-wrapper .swiper-slide .logo-wrapper {
	background: var(--secondary-color);
		}

.brand-wrapper .swiper-slide .logo-wrapper img {
	filter: brightness(0) invert(1);
}

/*----- TESTIMONIAL START -----*/

.module-testimonials.option-1 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cd88e0cd-9e55-4a93-be13-d07d216a17a4/Assets/testimonial_background.jpg);
	background-size: cover;
	background-position: top;
}

.module-testimonials.option-1:before {display: none;}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	background: transparent;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;

}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-text {
	min-height: 140px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	margin: 90px 0 20px;
}
.testimonials-wrapper .carousel-indicators li {
	background: #333333;

}

body.home .module-brand {
	background: #fafafa;
	padding-top: 0;
}
#team-wrap {
	margin-bottom: auto;
	margin-top: 0;
}
/*----- TESTIMONIAL END -----*/


@media (max-width: 1080px) {
	.module-brand .section-headline h2,
	.module-testimonials.option-1 .section-headline h2 {
		line-height: 1.2;
		font-size: 46px !important;
		letter-spacing: -1px;
		color: var(--primary-color) !important;
			font-family: 'Noto Serif Display', serif !important;
			}
	
}
@media (max-width: 620px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.grid__hp-welcome .each-section.img-1 {
		max-width: 100%;
		margin-left: -11%;
	}

	.grid__hp-welcome .each-section.text .img-wrapper img {
		max-width: 240px;
	}

	.grid__hp-welcome .each-section.img-2 {
		max-width: 100%;
		margin-right: -11%;
	}

	.hp-section.hp-welcome .ry-headline h2 span {
		color: #fff !important;
	}

	.grid__hp-welcome .each-section .text-wrapper p,
	.hp--team--slick .each--person .person--bio p {
		font-size: 16px;
		line-height: 1.6;
	}

	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		font-size: 18px;
		line-height: 1.6;
	}

	.website-info .each-info div {
		font-size: 16px !important;
	}

	.hp--meet--our--team .person--name span.span-1 {
		letter-spacing: 1px;
		font-size: 18px;
	}

	.module-66 .bnr-textbox .ry-section-title {
		font-size: 40px;
		line-height: 1.1;
	}

	.module-66 .carousel .carousel-inner .item .text-center {
		position: relative;
		padding-bottom: 90%;
	}

	.module-66 .carousel .carousel-inner .item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}

	.ry-services.style2 .each-block .title {
		bottom: 20%;
		transform: unset;
	}

	.ry-services.style2 .ry-each .photo img, .ry-services.style2 .each-block .photo img {
		top: 20%;
	}
}

/** Start Of Footer **/

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

.module-44 .social-icons .social-inner-wrap a {
	color: var(--primary-color) !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: var(--primary-color) !important;
	color: #ffffff !important;
	opacity: 1 !important;
	border-color: var(--primary-color) !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 li {
    height: 45px;
    width: 45px;
}

.module-44 .custom-social-wrapper .social-inner-wrap li {
    border: 1px solid var(--primary-color) !important;
}


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

.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 var(--primary-color) !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, .module-44 .ry-flex .ry-each .website-info .phone p {
	color: #ffffff;
	font-weight: 600 !important;
	margin-top: 8px;
	font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
} */

.module-44 .ry-flex .ry-each a, .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-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem) !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: var(--secondary-color) !important;
}


.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
	max-height: 250px;
	object-fit: contain;	
	filter: brightness(0) invert(1);
}

.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: 180px;
    text-align: start;
    white-space: nowrap;
    max-width: unset;
}

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


@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns:auto;
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px;
		gap: 0 !important;
	}
	.module-44 .ry-footer-top {
		padding-bottom: 0 !important;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction: column;
		justify-content: center;
		text-align: center !important;
		align-items: center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
}

@media (max-width: 1080px) {
	.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 !important;
	}
	.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: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
	/*.grid__hp-welcome .each-section.img-1 img,
	.grid__hp-welcome .each-section.img-2 img {
		max-width: max-content !important;
	}
	.grid__hp-welcome .each-section.img-2,
	.grid__hp-welcome .each-section.img-1 {
		position: relative;
		bottom: -2rem;
	}
	.grid__hp-welcome .each-section.img-1 {
		top: -6rem;
	}*/
}

@media (max-width: 680px) {
	.module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center !important;
	}

	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: center !important;
	}

}

.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: var(--primary-color) !important;
	width: max-content;
}
.module-44 .ry-footer-top .ul-link li a:hover:before {
	border-bottom: 1px solid var(--primary-color);
	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;
}

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

@media (max-width: 1200px) {
	.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 {
		padding-top: 62px;
		padding-left: 0;
		margin-top: 18px;
	}
	.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 {
		left: 0;
		right: 0;
		margin: 0 auto 0;
	}
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 10px;
	}
	.module-44 .ry-footer-copyright .ry-left p {
		text-align: center;
	}
	.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: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
		justify-content: flex-end;
	}
	.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
		font-size: 16px;
	}
}

.module-44 .ry-flex .ry-each .website-info .phone.fax p {
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/** End of Footer **/

body.home div#section-brands .ry-multi-item-slider {
    padding-top: 0;
    padding-bottom: 120px;
}

body.home div#section-brands .ry-multi-item-slider .ry-headline h2 span,
body.home div#section-brands .ry-multi-item-slider .fa-solid {
    color: #ffffff;
}
body.home div#section-brands {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cd88e0cd-9e55-4a93-be13-d07d216a17a4/Assets/brands_bg_v2.jpg);
    background-size: cover;
        padding-top: 70px;
    position: relative;
	    margin-top: -1px;
	    background-position: center bottom;
}
body.home div#section-brands:before {
	content: "";
	position: absolute;
}

body.home div#section-brands .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: brightness(0) invert(.85);
    max-height: 60px;
    max-width: 120px;
}
body.home #top-brands .ry-multi-item-slider .container.ry-container .item .work {
    border: 1px solid rgb(220 220 220);
    max-width: 260px;
    width: 100%;
    padding: 16px;
	border-radius: 15px;
}

body.home #top-brands .ry-multi-item-slider .container.ry-container .ry-headline h2 {
    color: #c5c3c2 !important;
}

.map__marker img {
	max-width: max-content;
}

.map__marker {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	a;
	align-items: center;
	justify-content: center;
}

.module-44 .ry-flex .ry-each ul.custom-social-wrapper li a {
    background: var(--primary-bg);
}

.custom-map {
	position: relative;
	height: 0;
	padding-bottom: 40.26%;
}

.custom-map #map-block {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

:root {
	--primary-color: #4b4b4b;
		--secondary-color: #414e69;

		--primary-bg: #4b4b4b;
		--secondary-bg: #414e69;
	}
	
.module-43.fixed .ry-right {
    flex: unset;
}

@media (max-width: 1440px) {
    .module-43 .ry-right .ry-menu .nav-menu {
        margin-top: 10px;
    }
}

	
@media (max-width: 1080px) {
	.hp-welcome .each-section.img-1, .hp-welcome .each-section.img-2  {
		z-index:2;
		max-width:unset;
		display:flex;
		justify-content:start;
		position:absolute;
		bottom:-180px;
		width:fit-content
	}
	.hp-welcome .each-section.img-1 {
		left:0
	}
	.hp-welcome .each-section.img-2 {
		right:0;
	}
	.hp-welcome .each-section.img-1 img, .hp-welcome .each-section.img-2 img {
		max-width:18vw !important;
		margin:unset
	}
	.hp-welcome .each-section.img-2 {
		justify-content:end
	}


	div.module--mobile__services {
		margin-top: -200px;
	}
	.hp-section.hp-welcome {
		padding-bottom:440px
	}
	
	   .module-services.style-11 .ry-headline h2 {
        color:var(--secondary-color) !important;
        margin-bottom:40px
    }
	.hp-featured-services-col {
		display:flex;
		flex-wrap:wrap;
		gap:20px;
		align-items:center;
		justify-content:center
	}
	.hp-featured-services-col .each-col{
		width:calc(300px - 20px)
	}
}
@media (max-width: 1300px) {
    .module-28 .ry-content {
        height: fit-content;
    }
	.module-28 .ry-content .ry-btn {
		margin-bottom:40PX
	}

}
@media (max-width: 1199px) {
.module-services.style-11 {
	padding-bottom:100px;
	position:relative
}
	.module-28::before {
		content:"";
		background:linear-gradient(#bbcfdf , 50%, #ffffffab);
		width:100%;
		height:100%;
		position:absolute;
		display:block;
		bottom:0
	}
	.module-28 .ry-headline h2,
	.module-28 .ry-headline h2 span{
		color:var(--secondary-color) !important
			}
	    .module-28 {
        padding: 20px 0 60px;
    }
}
@media(max-width:780px) {
	.hp-welcome .each-section.img-1 img, .hp-welcome .each-section.img-2 img {
		max-width:23vw !important;
	}
}

@media(max-width:580px) {
        .hp-welcome .each-section.img-1 img, .hp-welcome .each-section.img-2 img {
			max-width:50vw !important;
		}
	.hp-welcome .each-section.img-1, .hp-welcome .each-section.img-2  {
		bottom:-390px ;
	}
	div.module--mobile__services {
		margin-top: -100px;
	}
	.hp-section.hp-welcome {
		padding-bottom:70vh
    }
}