body.default {
    background: #eef8fe;
}
.header {
    background: #fff;
    position: absolute;
}
.section-background, .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

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

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

} 

.ry-btn {
	border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

.ry-btn.ry-btn-primary:after, 
.ry-btn.ry-btn-secondary:after {
    content: "\F135";
    font-family: 'bootstrap-icons';
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    margin-left: 5px !important;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:var(--secondary-color);
}

.ry-btn.ry-btn-primary:hover:after, .ry-btn.ry-btn-secondary:hover:after {
    color: #fff;
}

/** Card Style **/

.card-group {
    padding: 0 0;
    display: flex;
    gap: 40px;
    margin-top: 58px;
}

.certified-section .card-group,
.solution-services .card-group,
.assess-delivery .card-group {
	padding: 0 10%;
}

.card-info .text-content h4 {
    color: var(--secondary-color);
    font-size: clamp(1.375rem, 1.2475rem + 0.5229vw, 1.875rem);
    line-height: 1.2;
    margin-top: 36px;
    display: inline-block;
    margin-bottom: 28px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600 !important;
    line-height: 1.1 !important;
}


.card-info {
    background: #fff;
    padding: 4em 2em;
    border-radius: 30px;
    border: 1px solid #a3b0bb;
    position: relative;
}

.card-info ul {
    margin-top: 40px;
	list-style: none;
	padding-left: 0;
}

.card-info ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-info ul li:before {
    content: "\F633";
    position: relative;
    font-family: 'bootstrap-icons';
    width: 24px;
    height: 24px;
    font-size: 18px !important;
}

.card-info .ry-img img {
    width: 170px;
    height: 138px;
    object-fit: contain;
    margin: auto;
}

/** Card End **/

.icon-title {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
}

.icon-title:not(:last-child) {
    margin-bottom: 40px;
}

.icon-title .ry-title h4 {
    color: #fff;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.2;
}

.icon-title .ry-title p {
    color: #a4bad4;
    font-size: 18px;
	line-height: 1.4;
	text-align: left;
}

.icon-title .ry-img, 
.icon-title .ry-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.header .contact-wrap a:before {
    font-size: 20px;
    margin: 0 10px 0 0;
}

/** WELCOME START **/
.hp-section.hp-welcome {
    margin: -105px 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;
}


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

.hp-welcome .ry-content {
	display: flex;
	justify-content: space-between;
	padding: 300px 0;
	align-items: flex-start;
}


.hp-welcome .ry-content .content-img {
	width: min(800px, 100%);
	padding-left: min(50px, 100%);
    padding-right: min(132px, 100%);
	position: relative;
}

.hp-welcome .ry-content .content-text {
	width: min(800px, 100%);
	max-width: 100%;
	padding-left: min(80px, 100%);
    padding-right: min(80px, 100%);
}

.hp-welcome .content-text .ry-text {
	padding: 15px 0 30px;
}

.hp-welcome .content-text .ry-text p {
	font-size: 18px;
	line-height: 30px;
	color: var(--content-color);
}
.hp-welcome .ry-headline h2 {
    text-align: left;
}

@media (max-width: 1080px) { 
	.module-welcome.style-7:before  {
		display: none !important;
	}
}
@media (max-width: 768px){
	div.hp-welcome .ry-content {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
}

.experience-info {
    background: #ffffff;
    outline: 10px solid rgb(255 255 255 / 30%);
    border-radius: 30px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 152px;
    left: 0px;
    width: 100%;
    max-width: 600px;
}

.experience-info .each-info .info-text span {
	font-family: 'Cinzel', serif !important;
	font-weight: 400;
	font-size: 28px;
	text-transform: none;
	color: var(--secondary-color);
	display: block;
}

.experience-info .each-info .info-text {
    text-transform: uppercase;
    text-align: center;
    color: #7c7e7f;
    font-size: 14px;
}
.experience-info .each-info {
	padding: 16px 0;
}
.experience-info .each-info:nth-child(2) {
    position: relative;
    border: 1px solid #eaebeb;
    border-top: 0;
    border-bottom: 0;
}


/** WELCOME END **/

/** Certified Style **/

.certified-section {
    position: relative;
    overflow: hidden;
    padding: 8em 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Site_Review_Assets/cert_bg.png);
    margin-top: -25px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.certified-section:before,
.certified-section:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	display: none;
}

/* LEFT HALF */
.certified-section:before {
	display: none;
	left: 0;
	background-position: left center;
	/* border-radius: min(6.8vw, 130px) min(6.8vw, 130px) min(6.8vw, 130px) 0; */
}

/* RIGHT HALF */
.certified-section:after {
	right: 0;
	background-position: right center;
	/* border-radius: min(6.8vw, 130px) 0px 0 min(6.8vw, 130px); */
}

.certified-section .ry-container {
    position: relative;
    z-index: 9;
}

/** Certified End **/

/** Services Start **/

.solution-services {
    padding: 150px 0 180px;
}

.solution-services .card-info .ry-flex {
    flex-direction: row-reverse;
    gap: 30px;
    align-items: center;
	margin-bottom: 30px;
	justify-content: space-between;
}

.solution-services .card-info .ry-img {
	width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-services .card-info .ry-img img {
        width: 100%;
    height: 100%;
    margin-right: unset;
    object-fit: contain;
}

.card-info p {
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.solution-services .card-info .ry-btn.ry-btn-primary:after {
    color: var(--color-primary);
}

.solution-services .card-info .text-content.card-title,
.assess-delivery .card-info .text-content.card-title {
	display: flex;
	width: calc(100% - 100px);
}

.solution-services .card-info .text-content h4,
.assess-delivery .card-info .text-content h4 {
    text-align: left !important;
    margin: 0;
}

.solution-services .ry-headline p {
    padding: 0 16%;
}

.solution-services .card-info {
    padding-bottom: 110px;
}

.solution-services .card-info p,
.assess-delivery .card-info p {
    text-align: left !important;
}

.solution-services .card-info .bottom-btn {
    position: absolute;
    bottom: 0;
	right: 0px;
}
.solution-services .card-info .ry-btn.ry-btn-primary {
    font-size: 16px !important;
    width: 100% !important;
    max-width: min(362px, 100%);
    padding: 16px 20px;
    margin: 0 0 0 auto;
}

/** Services End **/

/** Reliable Start **/

.reliable-service {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Site_Review_Assets/qc_bg.png);
    margin-bottom: -130px;
    z-index: 9;
    background-size: cover;
    background-position: center;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
}

.reliable-service:before,
.reliable-service:after {
	content: "";
	position: absolute;
	top: 0;
	width: 50.5%;
	height: 100%;
	/* background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Assets/RELIABLE_BG.jpg"); */
	background-size: 200% 100%;
	background-repeat: no-repeat;
	z-index: 0;
	display: none;
}

/* LEFT HALF */
.reliable-service:before {
	left: 0;
	background-position: left center;
	border-radius: 0;
}

/* RIGHT HALF */
.reliable-service:after {
	right: 0;
	background-position: right center;
	border-radius: 0;
}

.reliable-service .ry-container {
    position: relative;
    z-index: 9;
}

.reliable-service .ry-headline h2 {
    text-align: left;
    color: #fff !important;
}

.reliable-service .text-content p {
    text-align: left;
    color: #a4bad4;
}

.reliable-service .ry-each.ry-left {
    padding-right: 10%;
    padding-left: 20px;
}

.reliable-service .ry-each.ry-right {
    padding-left: 10%;
    padding-right: 20px;
}

/** Reliable End **/

/** Assess Delivery Start **/


div.assess-delivery .card-info {
    border: none;
}
.assess-delivery {
	position: relative;
	overflow: hidden;
	padding: 310px 0;
	background: url(https://www.royacdn.com/unsafe/smart/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Site_Review_Assets/approach_bg.jpg);
	background-size: cover;
}

.assess-delivery .card-info .ry-flex {
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
	margin-bottom: 30px;
}

.assess-delivery .card-info .ry-img {
    width: auto;
}

.assess-delivery .card-info .ry-img, .assess-delivery .card-info .ry-img img {
	width: 60px;
    height: 60px;
    margin-left: unset;
	object-fit: contain;
}

.assess-delivery .card-info {
    padding-bottom: 65px;
}

.assess-delivery .ry-headline p {
    padding: 0 26%;
}

/** Assess Delivery End **/

/** Service Areas Start **/

.service-areas {
    position: relative;
    overflow: hidden;
    padding: 180px 0 365px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Site_Review_Assets/areas_bg.png);
    margin-bottom: 0;
    margin-top: 0;
    z-index: 9;
    background-size: cover;
    background-position: center;
}

.service-areas:before,
.service-areas:after {
	content: "";
	position: absolute;
	top: 0;
	width: 50.5%;
	height: 100%;
	/* background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Assets/service_areas_bg.jpg"); */
	background-size: 200% 100%;
	background-repeat: no-repeat;
	z-index: 0;
	display: none;
}

/* LEFT HALF */
.service-areas:before {
	left: 0;
	background-position: left center;

	border-radius: 0px min(6.8vw, 130px) 0px 0;
}

/* RIGHT HALF */
.service-areas:after {
	right: 0;
	background-position: right center;

	border-radius: min(6.8vw, 130px) 0 0px 0px;
}

.service-areas .ry-container {
    position: relative;
    z-index: 9;
}

.service-areas .ry-headline h2 {
    padding: 0 22%;
}

.area-lists {
    margin-top: 30px;
}

.area-lists ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.area-lists ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-lists ul li {
    padding: 14px 30px;
    border: 1px solid #cad9e2;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: auto;
    background: #cfe8f5;
}
.area-lists ul li a {
    cursor: auto;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.area-lists ul li a:focus {
    outline: none;
    border: none;
}

/*.area-lists ul li:hover a {
    color: #fff;
    background: var(--secondary-color);
}*/

/** Service Areas End **/

/** Footer Style **/

.footer.style-3 {
    position: relative;
    z-index: 9;
}

.footer.style-3 .footer-top .ry-content,
.footer.style-3 .footer-bottom .ry-container .ry-content {
	max-width: 100%;
}

.footer.style-3 .footer-top {
	background: #133047;
	padding: 172px 0 220px;
}

.footer.style-3 .footer-top .ry-each.center-form {
    position: relative;
    overflow: hidden;
    padding: 126px 5.4% 72px;
    margin-top: calc(-172px + -82px);
    z-index: 9;
    max-width: 640px;
    margin-bottom: -220px;
    background-image: linear-gradient(180deg, #0976b8 0%, #0f4e79 100%);
    border-top-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

.footer.style-3 .footer-top .ry-each.center-form:before,
.footer.style-3 .footer-top .ry-each.center-form:after {
	content: "";
	position: absolute;
	top: 0;
	width: 50.05%;
	height: 100%;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-617e7335-1966-4031-97ba-4d0ad246b9da/Assets/center_form.jpg");
	background-size: 200% 100%;
	background-repeat: no-repeat;
	z-index: 0;
	display: none;
}

/* LEFT HALF */
.footer.style-3 .footer-top .ry-each.center-form:before {
	left: 0;
	background-position: left center;
	/* border-radius: 0px min(3vw, 60px) 0px min(3vw, 60px); */
}

/* RIGHT HALF */
.footer.style-3 .footer-top .ry-each.center-form:after {
	right: 0;
	background-position: right center;
	/* border-radius: min(3vw, 60px) 0 min(3vw, 60px) 0px; */
}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
	font-size: 18px;
    opacity: 1;
}
.footer.style-3 .footer-top .ry-each .details .svg-icon {
	background: #113e5e;
}

.footer.style-3 .footer-top .ry-each .details .text a {
	font-size: 26px;
}

.footer.style-3 .footer-top .ry-each.center-form .ry-headline, 
.footer.style-3 .footer-top .ry-each.center-form .footer-form {
    position: relative;
    z-index: 9;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
    margin: 0;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
    width: 100%;
    margin: 0px;
}

.footer.style-3 .footer-top .ry-each.center-form .ry-headline h2 {
    color: #fff !important;
	margin-bottom: 30px;
	text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
    border: none !important;
    margin-top: 5px;
    margin-left: unset;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
	border: none !important;
}

.footer.style-3 .footer-top .ry-each .form-control {
    border-top-left-radius: 28px;
}

.footer.style-3 .footer-top .ry-each .form-control {
    border-top-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
    border: 0 !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
    height: 52px;
}
.footer.style-3 .footer-top .title {
	margin-bottom: 15px;
}
.footer.style-3 .footer-top .title h3 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0px;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    width: 120px;
    margin-left: 10px;
    object-fit: contain;
	margin-bottom: -8px;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
	font-size: 14px;
	color: var(--content-color);
}
.footer.style-3 .footer-top .ry-each .details .text .span-1 {
	margin-bottom: 0px;
}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
    margin-bottom: 40px;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
    margin-bottom: 16px;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a:hover {
    background: var(--primary-color);
}

.footer.style-3 .footer-bottom {
    background: #d6e2ea;
}

.footer.style-3 form div.alert {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0px;
}

/** Footer End **/

/** Fixed Responsiveness **/

@media (max-width: 1600px) {
	.card-group {
		padding: 0 0% !important;
	}
	.certified-section .card-info .text-content h4 {
		padding: 0 8%;
	}
	.solution-services .card-info .ry-flex {
		gap: 15px;
	}
	.header .contact-wrap .text-hide {
		display: none;
	}
}

@media (max-width: 1500px) {
	
	.hp-welcome .ry-content .content-img {
		padding-left: min(20px, 100%);
		padding-right: min(52px, 100%);
	}
	
	.solution-services .ry-headline p,
	.assess-delivery .ry-headline p, 
	.service-areas .ry-headline h2 {
		padding: 0 8%;
	}
	
	.reliable-service .ry-each.ry-left,
	.reliable-service .ry-each.ry-right {
		padding: 0px;
	}
	.reliable-service .ry-flex {
		gap: 50px;
	}
	.footer.style-3 .footer-top .ry-each.center-form {
		max-width: 540px;
	}
}

@media (max-width: 1399px) {
	.header .head-logo-wrap img {
		max-width: 180px;
	}
	
	.hp-welcome .ry-content {
		padding: 220px 0 200px;
	}
	.hp-welcome .ry-content .content-text {
		padding-right: min(0px, 100%);
	}
	
	.certified-section {
		padding: 150px 0px 180px;
	}
	
	.solution-services {
		padding: 120px 0;
	}
	
	.assess-delivery {
		padding: 220px 0 250px;
	}
	
	.service-areas {
		padding: 160px 0 265px;
	}
	
	.card-group {
		gap: 25px;
	}
	
	.solution-services .card-info .ry-btn.ry-btn-primary {
		font-size: 14px !important;
		padding: 16px 18px;
	}
	
	.reliable-service {
		padding: 150px 0;
	}
	
	.icon-title .ry-title h4 {
		font-size: 18px !important;
	}
	
	.footer.style-3 .footer-top .ry-each.center-form {
		max-width: 440px;
	}
}

@media (max-width: 1199px) {
	.hp-welcome .ry-content {
		flex-direction: column-reverse;
		gap: 50px;
		justify-content: center;
		align-items: center;
	}
	
	.hp-welcome .ry-content .content-img, 
	.hp-welcome .ry-content .content-text {
		padding: 0;
	}
	
	.card-group {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.card-info {
		width: min(420px, 100%);
	}
	
	.reliable-service .ry-flex {
		flex-direction: column;
		padding: 0 8%;
	}
	
	.footer.style-3 .footer-top .ry-each.center-form {
		padding: 126px 30px 72px;
		max-width: 360px;
	}
	.hp-welcome .ry-content .content-img {
		padding: min(20px, 100%);
		width: min(600px, 100%);
	}
}

@media (max-width: 1080px) {
	.hp-section.hp-welcome *,
	.reliable-service .ry-each.ry-left * {
		text-align: center !important;
	}
	.hp-section.hp-welcome .section--cta {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.hp-welcome .ry-content .content-text {
		width: 100%;
	}
	
	.footer.style-3 .footer-top {
		padding: 172px 0 60px;
	}

	.footer.style-3 .footer-top .ry-each.center-form {
		order: 1;
		max-width: 500px;
		margin-bottom: 60px;
	}
	.footer.style-3 .footer-top .ry-each:first-child {
		order: 2;
	}
	.footer.style-3 .footer-top .ry-each:last-child {
		order: 3;
	}
}

@media (max-width: 991px) {
	.header .contact-wrap a {
		border-radius: 0 !important;
		border-top-left-radius: 18px !important;
		border-bottom-right-radius: 18px !important;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .contact-wrap a:before {
		margin: 0;
	}
	body.fixed-header .header .contact-wrap {
		gap: 10px !important;
	}
	.header .contact-wrap .head-sched-app-wrap {
		margin-right: 10px;
	}
	
	.card-info .text-content h4 {
		font-size: clamp(1.375rem, 1.1365rem + 1.1923vw, 1.875rem);
	}
	
	.certified-section {
		padding: 80px 0px 100px;
	}
}

@media (max-width: 768px) { 
	.footer.style-3 .footer-top .ry-each.center-form {
        padding: 86px 30px 72px;
	}
	
	.footer.style-3 .footer-top .ry-each.center-form:before, .footer.style-3 .footer-top .ry-each.center-form:after {
		width: 50.15%;
	}
	.service-areas {
		padding: 80px 0 265px;
	}
}

@media (max-width: 580px) {
	.solution-services .card-info .ry-flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.reliable-service {
		padding: 100px 0;
	}
	.solution-services .card-info .text-content.card-title, .assess-delivery .card-info .text-content.card-title {
		width: 100%;
	}
	
	.icon-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.solution-services .ry-headline p, .assess-delivery .ry-headline p, .service-areas .ry-headline h2 {
		padding: 0;
	}
	
	.hp-welcome .ry-content {
		padding: 221px 0 260px;
	}
	
	.experience-info .each-info .info-text {
		font-size: 10px;
		font-weight: 500 !important;
	}
	
	.experience-info .each-info .info-text span {
		font-weight: 500;
		font-size: 16px;
	}
	
	.experience-info {
		bottom: -40px;
		outline: 5px solid rgb(255 255 255 / 30%);
		border-radius: 10px;
	}
}

#menu_container .mm-listview li a,
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
	font-size: 18px;
	text-transform: uppercase;
}





div.our-services-page .card-group {
    justify-content: center;
}

body.default .header {
    position: static !important;
    border-bottom: 5px solid #fff;
}




:root {
	--primary-color: #57ba3b;
	--secondary-color: #0976b9;
	--title-color: #0976b9;
	--content-color: #596778;
}