/** GLOBAL CSS **/
:root {
    --color-primary: #03bfc8;
    --color-secondary: #0090cc;
    --color-text-headline: #454949;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}
a:hover, a:focus {
    outline: none;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.full-link, .full-link a, .ry-each-link, .ry-each-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}
.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
	gap: 10px;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline h2 {
	font-size: clamp(1.875rem, 1.5882rem + 1.1765vw, 3rem);
	line-height: 1.1;
	text-transform: capitalize;
	color: var(--color-text-headline);
	font-family: "Rammetto One";
}
body .ry-headline span {	
	display: block;
	font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.4;
	color: var(--color-primary);
	font-family: "Rubik";
}
.ry-headline {
    margin-bottom: 1.5vw;
}
.ry-padding-section {
	padding: 6rem 0;	
}
.ry-grid-center {
	display: grid;
	place-content: center;
}
.ry-flex-center {
	display: flex;
	justify-content: center;
}
body .ry-btn.ry-btn-transparent {
    background: transparent !important;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
    font-size: 18px !important;
    position: relative;
}
body .ry-btn.ry-btn-transparent:after {
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: var(--color-primary);
    display: inline
}
body .ry-btn.ry-btn-transparent:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}
body .ry-btn.ry-btn-transparent:hover:after {
    color: #fff !important;
}

/** END GLOBAL CSS **/
	
/** HEADER **/
.module-43 {
	background: #fff;
}
body.home .module-43:not(.fixed) .ry-right .ry-menu .nav-menu>li>a, body.home .module-43:not(.fixed) .ry-right .ry-leads .ry-contact .button-group a p {
    color: #000 !important;
}
.module-43 .ry-right .ry-leads .ry-contact .ry-btn.ry-btn-primary .span-1 {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    border-right: unset;
}

/** HP WELCOME **/
.ry-hp-welcome-custom {
    position: relative;
    padding: 4rem 0 0;
}
.ry-hp-welcome-custom .ry-flex {
    gap: 6rem;
    align-items: center;
}
.ry-hp-welcome-custom .ry-flex .ry-each.ry-img-wrap {
    max-width: 575px;
    width: 100%;
}
	
/** HP SERVICES **/
.ry-hp-services-custom {
    position: relative;
}
.ry-hp-services-custom .ry-flex {
    flex-direction: column;
    gap: 2rem;
}
.ry-hp-services-custom .ry-flex .ry-headline * {
    color: #fff;
}
.ry-services-grid {
    display: grid;
    place-content: center;
    gap: 3rem 20px;
    grid-template-columns: repeat(4, 1fr);
}
.ry-services-grid .ry-each {
    width: 100%;
    max-width: 237px;
    height: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 50%;
    border: 8px solid #93e5d0;
}
.ry-hp-services-custom .ry-container {
    max-width: 1020px;
    width: 90%;
}
.ry-services-grid .ry-each .ry-services-icon {
    max-width: 120px;
}
.ry-services-grid .ry-each .ry-services-name {
    position: relative;
    top: -25px;
}
.ry-services-grid .ry-each .ry-services-name p {
    font-size: 16px;
    color: var(--color-text-headline);
    line-height: 1.2;
}
.ry-services-grid .ry-each:hover {
    background: #93e5d0;
    border: 8px solid var(--color-primary);
}
.ry-services-grid .ry-each:hover .ry-services-icon img {
    filter: brightness(0) invert(1);
}
.ry-services-grid .ry-each:hover .ry-services-name p {
    color: #fff;
}
@media (min-width: 1081px) {
	.ry-hp-services-custom {
		min-height: 1180px;
		display: flex;
		align-items: center;
	}
}
	
/** HP TEAM & TESTIMONIALS **/
.ry-hp-team-testi-custom {
    position: relative;
    padding: 8rem 0 20rem;
}
.ry-hp-team-testi-custom .ry-section-background, .ry-hp-team-testi-custom .ry-section-background img {
    object-position: bottom;
	object-fit: contain;
}
.ry-hp-team-testi-custom .ry-container {
    max-width: 1280px;
    width: 90%;
}
.ry-hp-team-testi-custom .ry-content {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.ry-hp-team-testi-custom .ry-content .ry-flex {
    align-items: center;
    gap: 6rem;
}
.ry-hp-team-testi-custom .ry-content .ry-flex:nth-child(even) {
    flex-direction: row-reverse;
}
.ry-hp-team-testi-custom .ry-content .ry-flex .ry-img-wrap {
    max-width: 526px;
    width: 100%;
}
.ry-hp-team-testi-custom .ry-content .ry-flex .ry-text-wrap {
    max-width: 520px;
}
	
/** FOOTER CUSTOM **/
.module-44:before {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-64d623d5-c2e2-4d34-940f-3244a579ec07/HP_Redesign/footer_bg.png);
    background-color: transparent;
}
.module-44 {
    background: transparent;
    margin-top: -14rem;
	padding-top: 6rem;
}
.module-44 .ry-footer-copyright {
    background: #000;
    padding: 0;
}
.module-44 .ry-container {
    max-width: 1440px;
    width: 90%;
}
.module-44 .ry-footer-copyright .ry-container * {
    color: #fff;
    font-size: 17px !important;
}
.module-44 .ry-footer-copyright .ry-left, .module-44 .ry-footer-copyright .ry-right {
    width: max-content;
}
.module-44 .ry-footer-copyright .ry-container {
    display: flex;
    justify-content: space-between;
}
.footer-emergency-text p {
    color: #fff;
}

.module-44 .ry-headline h2 {
    color: #fff;
}
.ry-footer-locations .ry-location-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
	margin: 2rem 0 0;
	padding-bottom: 4rem;
	border-bottom: 1px solid #ffffff61;
}
.ry-footer-locations .ry-location-flex .ry-each {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 330px;
    border-radius: 12px;
    border: 1px solid #ffffff;
    padding: 2rem 1.5rem;
}
.ry-footer-locations .ry-location-flex .ry-each .ry-map-marker-icon {
    width: 43px;
    height: 43px;
    border-radius: 22px;
    background-color: #93e5d0;
    display: grid;
    place-content: center;
}
.ry-footer-locations .ry-location-flex .ry-each .ry-location-name h4 {
    font-size: 22px;
    color: #ffffff;
    font-family: "Rubik" !important;
    font-weight: bold !important;
}
.ry-location-address p {
    font-size: 20px;
    line-height: 1.4;
}
.module-44 .social-icons .social-inner-wrap li .fa:hover {
    background: #93e5d0 !important
}
.ry-footer-locations .ry-location-flex .ry-each:hover {
    background: #00c3ca;
    border: 1px solid #00c3ca
}
.module-44 .section-footer-bot .website-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.module-44 .section-footer-bot .website-info *,
.module-44 .section-footer-bot .website-info a {
    color: #fff !important;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.module-44 .section-footer-bot .website-info a:before,
.module-44 .section-footer-bot .website-info .fax:before {
    content: '';
    font-family: fontAwesome;
    color: #00bfc8;
    font-size: 22px;
}
.module-44 .section-footer-bot .website-info .phone a:before {
    content: '\f095';
}
.module-44 .section-footer-bot .website-info .email a:before {
    content: '\f0e0';
}
.module-44 .section-footer-bot .website-info .fax:before {
    content: '\f1ac';
}
	
	
	
/** LOCATION PAGE **/
.ry-top-location-details {
    position: relative;
    margin-bottom: 4rem;
    padding: 2rem 4rem;
    background: #f2f8f8;
    border-radius: 20px;
    border: 1px solid #e5e8e9;
}
.ry-top-location-details .ry-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.ry-top-location-details .ry-flex-wrap .ry-each {
    position: relative;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.ry-top-location-details .ry-flex-wrap .ry-each .ry-svg-wrap svg {
    width: 60px;
    height: 60px;
}
.ry-top-location-details .ry-flex-wrap .ry-each .ry-text p {
    line-height: 1.4;
    font-size: 16px;
}
.ry-top-location-details .ry-flex-wrap .ry-each:not(:last-child):after {
    content: '';
    position: absolute;
    right: -1.5rem;
    background: #eaeeef;
    width: 2px;
    height: 100%;
}
.ry-flex-map-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.ry-flex-map-section .ry-each-map {
    max-width: 750px;
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e8e9;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    gap: 20px;
}
.ry-flex-map-section .ry-each-map .ry-map {
    border-radius: 10px;
    overflow: hidden;
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details .ry-phone-address {
    padding-left: 30px;
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details .ry-phone-address a {
    position: relative;
    display: block;
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details .ry-phone-address a:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--color-primary);
    position: absolute;
    left: -25px;
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details .ry-phone-address a:first-child:before {
    content: '\f041';
}
.ry-flex-map-section .ry-each-map .ry-map-loc-details .ry-phone-address a:nth-child(3):before {
    content: '\f095';
}
.ry-check-list ul {
    list-style: none;
}
.ry-check-list ul li {
    position: relative;
}
.ry-check-list ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--color-primary);
    position: absolute;
    left: -25px;
}
body[data-page-name="locations"] .ry-team-cta-section .ry-each {
    display: flex;
    gap: 10px;
}
body[data-page-name="locations"] .ry-team-cta-section .ry-flex {
    align-items: flex-start;
    margin-top: 2rem;
}
body[data-page-name="locations"] .ry-team-cta-section .ry-flex p {
    line-height: 1.4;
    font-size: 16px
}
/** END LOCATION PAGE **/

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {
	.module-43 {
		display: none;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a img {
		filter: brightness(0) invert(1);
		width: 20px;
	}
	.ry-btn-wrap {
		justify-content: center;
	}

	.ry-hp-welcome-custom .ry-flex {
		flex-direction: column;
		gap: 4rem;
	}
	.ry-hp-welcome-custom .ry-flex .ry-each.ry-text-wrap * {
		text-align: center;
	}
	
	.ry-services-grid {
		grid-template-columns: repeat(3, 1fr);
		margin: 0 auto;
	}
	.ry-services-grid .ry-each {
		margin: 0 auto;
	}

	.ry-hp-team-testi-custom {
		padding: 4rem 0;
	}
	.ry-hp-team-testi-custom .ry-content {
		gap: 6rem;
	}
	.ry-hp-team-testi-custom .ry-content .ry-flex {
		flex-direction: column !important;
		gap: 4rem;
	}
	.ry-hp-team-testi-custom .ry-flex .ry-each.ry-text-wrap * {
		text-align: center;
	}

	.module-44 {
		margin-top: 0;
	}
	.module-44:before {
		background-position: center;
	}
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
	}
	.module-44 .ry-footer-copyright .ry-left, .module-44 .ry-footer-copyright .ry-right {
		width: 100%;
	}
	.module-44 .ry-footer-copyright .ry-container * {
		text-align: center;
	}
	.module-44 .ry-footer-copyright .ry-right .powered {
		justify-content: center;
		flex-direction: column;
	}
	.module-44 .section-footer-bot .website-info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 90px;
	}
}

@media (max-width: 768px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title p {
		text-align: center;
	}
	.ry-services-grid {
		display: flex;
		flex-direction: column;
		gap: 10px;
		max-width: 240px;
	}
	.ry-services-grid .ry-each {
		max-width: unset;
	}
	.ry-services-grid .slick-dots {
		display: flex !important;
		justify-content: center;
		align-items: center;
		list-style-type: none;
		gap: 7px;
		margin-top: 2vw;
		padding-left: 0;
	}
	.ry-services-grid .slick-dots li {
		opacity: 0.200;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #000000;
	}
	.ry-services-grid .slick-dots button {
		opacity: 0.200;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		padding: 0;
		border: none;
	}
	.ry-services-grid .slick-dots li.slick-active {
		background-color: #03bfc8;
		opacity: 1;
	}
}

@media (max-width: 560px) {
	.module-44 .section-footer-bot .website-info *, .module-44 .section-footer-bot .website-info a {
		width: 100%;
		flex-direction: column;
		gap: 0;
	}
	.module-44 .section-footer-bot .website-info .email a {
		font-size: 18px;
	}
}