body, 
html {
	font-family: Poppins;
}

/* HEADLINE */

.section-headline h1 {
	color: #a6c7e6;
}

.section-headline p {
	font-size: 25px !important;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #000;
	font-weight: 400 !important;
}

.section-headline h2 {
	line-height: 1.2;
	color: #a6c7e6;
	font-size: clamp(1.875rem, 1.609rem + 1.182vw, 3.5rem);
}

a#welcome-btn {
  margin-top: 1.5em;
  max-width: 180px;
}

@media (max-width: 1660px) {
	.section-headline h1 {
		/* font-size: 60px; */
	}
	.section-headline h2 {
		/* font-size: 40px; */
	}
	.section-headline p {
		font-size: 21px !important;
		letter-spacing: 2px !important;
	}
}
@media (max-width: 1080px) {
	.section-headline h1 {
		font-size: 50px;
	}
	.section-headline h2 {
		font-size: 40px;
	}

  a#welcome-btn {
  margin: 1.5em auto 0 !important;
}

  .landing-footer .footer-top {
  padding: 3em 0 1em !important;
}


  div.landing-form-section p, .sat-hours p {
    text-align:center !important;
  }
  
  div.landing-form-section .form-wrapper {
    margin-top: 2em !important;
  }

  div.landing-form-section .form-wrapper {
  max-width: 500px;
  margin: auto;
  float: none;
  clear: both;
}

  
	.section-headline p {
		font-size: 18px;
		letter-spacing: 7px;
	}

    div.landing-form-section {
    padding: 3em 0 !important;
  }

    div.landing-form-section .ry-container .ry-flex.col2 h2 {
    text-align: center !important;
  }

  .landing-contact .ry-container .ry-content h2 {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
	.section-headline h1 {
		font-size: 30px !important;
		line-height: 1.2;
	}
	.section-headline h2 {
		font-size: 30px !important;
		line-height: 1.3 !important;
		text-align: center !important;!i;!;
	}
	.section-headline p {
		/* font-size: 18px !important; */
		letter-spacing: 2px;
		line-height: 1.5;
	}

    .button-wrapper {
      flex-direction: column !important;
    }
    
    .button-wrapper .ry-btn.ry-btn-primary {
      width: 100% !important;
      max-width: 250px !important;
      margin: auto;
      clear: both;
    }
}

/* END HEADLINE */

/* TEXT */
.ry-text p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #666;
}
@media (max-width: 480px) {
	.ry-text p {
		font-size: 16px;
	}
}
/* TEXT */
/* BUTTON */
.ry-btn {
	height: 55px;
	border: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	font-size: 19px;
	font-family: satoshi;
	border-radius: 10px;
	transition: .2s;
}

.ry-btn.ry-btn-primary {
	background: #a6c7e6 !important;
	font-size: 18px !important;
}
.ry-btn.ry-btn-primary:hover {
	background: #001a8a;
	color: #000;
	transition: .4s;
}
.ry-btn:after {
	display: none;
}

.ry-btn.ry-btn-secondary {
	background: #001a8a;
	color: #fff;
}
.ry-btn.ry-btn-secondary:hover {
	background: #001a8a;
	color: #fff;
	transition: .4s;
}
.ry-btn.btn-svg-phone {
	/* font-weight: 600; */
}
.ry-btn.btn-svg-phone:before {
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #fff;
}

.btn-center {
	margin: 0 auto;
}
/* END BUTTON */

/* FORM FIELD */
.form-control {
	height: 52px;
	border-radius: unset;
	box-shadow: unset;
	font-size: 18px;
	/*font-family: 'Satoshi';*/
	padding-left: 20px;
}

.form-group {
	margin-bottom: 10px;
}

textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: unset;
}
/* END FORM */

/* HEADER */
.landing-header {
	padding: 20px 0;
	background: transparent;
	position: absolute;
	z-index: 300;
}

.landing-header .ry-flex .ry-each:not(.button-block) {
	max-width: 230px;
}

.landing-header .ry-flex .ry-each.button-block {
	max-width: max-content;
	position: relative;
	top: 10px;
}

.landing-header .ry-flex {
	/* align-items: center; */
}


.landing-header .button-wrapper {
	display: flex;
	flex-direction: row !important;
	gap: 0 10px;!i;!;
}

.landing-header .button-wrapper .ry-btn {
 background: #6db7ff !important;
}


@media (max-width: 1080px) {
	.landing-header .button-wrapper:not(.mobile-wrapper) {
		display: none;
	}

  
	.landing-header .button-wrapper .icon-button {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #6db7ff;
		border-radius: 50%;
	}

	.landing-header .button-wrapper .icon-button svg {
		width: 18px;
		fill: #fff;
	}

	.landing-header .button-wrapper .icon-button:not(:last-child) {
		margin-right: 10px;
	}
}
@media (min-width: 1081px) {
	.landing-header .button-wrapper.mobile-wrapper {
		display: none;
	}
}
/* END HEADER */

/* HERO CONTENT */
.landing-hero .section-background, 
.landing-hero .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.landing-hero .hero-content {
	position: relative;
	z-index: 2;
}

.landing-hero .hero-content .ry-flex {
	align-items: flex-end;
	max-width: 1000px;
	margin: 0 auto 1em;
	float: none;
	clear: both;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
	max-width: 480px;
	min-width: 480px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
	padding: 50px 55px;
	background: #fff;
	border: 1px solid #cdc8ca;
}


.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
	margin: 15px 0 30px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
	margin-left: auto;
	margin-right: auto;
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
	margin: 15px 0 0;
	color: #fff;
	font-size: 18px !important;
	font-weight: 300 !important;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
	margin-top: 5px;
	color: #fff;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
	color: #a6c7e6;);
	text-transform: initial;
	line-height: 1;
	margin-bottom: 15px;
	font-size: clamp(2.188rem, 1.574rem + 2.727vw, 5.938rem);
}
.landing-hero .hero-content .field-wrapper {
	margin-bottom: 20px;
}
.landing-hero .section-background:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #0d0d0d00, rgb(0 0 0 / 45%));
	width: 100%;
	height: 60%;
	z-index: 1;
}

@media (max-width: 1080px) {
	.landing-hero .hero-content {
		padding: 3em 0 0;
		background: #fff;
		height: auto !important;
	}

  .landing-header .ry-flex {
  align-items: center;
}


  .landing-header .ry-flex .ry-each.button-block {
   top: 0 !important;
    
  }
  
  .landing-welcome .ry-container .ry-content .ry-each:nth-child(1) img {
    height: auto !important;
  }

  .landing-header .ry-flex .ry-each:not(.button-block) img {
    max-width: 100px !important;
  }
	.landing-hero .hero-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
		width: 100%;
		/* padding-right: 0; */
		/* padding-bottom: 30px; */
	}
	.landing-hero .hero-content .ry-flex .ry-each .section-headline h1, 
	.landing-hero .hero-content .ry-flex .ry-each .section-headline p, 
	.landing-hero .hero-content .ry-flex .ry-each .ry-text p {
		text-align: center;
	}

  .landing-header {
    position: static;
  }
  
  .landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    color: #333;
  }
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		min-width: unset;
		width: 80%;
	}
	.landing-hero .section-background img {
		object-position: center;
	}
	.landing-hero .section-background {
		position: relative;
		padding-bottom: 75%;
	}
	.landing-hero .section-background:before {
		opacity: 0;
		background: transparent;
		display: none;
	}
}
@media (max-width: 620px) {
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
		padding: 50px 30px;
	}
}
/* END HERO */

/* WELCOME */
.landing-welcome {
	padding: 6em 0;
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.landing-welcome .ry-container {
	display: flex;
	justify-content: center;
}

.landing-welcome .ry-container .ry-content {
	max-width: 1280px;
}

.landing-welcome .ry-container .ry-content .ry-each {
	width: 50%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
	max-width: 51%;
	width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
	width: 49%;
	padding-left: 5vw;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
	margin-bottom: 15px;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
	margin-bottom: 30px;
}

.landing-welcome .ry-container .ry-content .ry-flex {
	align-items: center;
}

@media (max-width: 1080px) {
	.landing-welcome {
		padding: 2em 0 4em;
		margin-bottom: 0 !important;
	}

	.landing-welcome .ry-flex {
		flex-direction: column;
	}

  .landing-welcome .ry-container .ry-content .ry-each:nth-child(1) img {
    height: auto;
  }

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 80%;
	}

    a#landing-welcome-btn {
    margin: 2em auto 0 !important;
  }

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.landing-welcome .ry-container .ry-content .ry-each .section-headline h2, 
	.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
		text-align: center !important;
	}

	.landing-welcome .ry-container .ry-content .ry-each .ry-text p {
		text-align: center;
	}

	.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
		margin-bottom: 20px;
	}
}
/* END WELCOME */

/* FEATURED SERVICE */
.landing-featured-service {
	padding: 7em 0 0;
	background: #fff;
}

.landing-featured-service .section-headline p {
	margin-top: 15px;
	margin-bottom: 50px;
}

.landing-featured-service .photo {
	max-width: 1280px;
	margin: 0 auto;
}

.landing-featured-service .ry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.landing-featured-service .ry-content .ry-text {
	max-width: 860px;
	margin-top: 50px;
}

.landing-featured-service:after {
	position: absolute;
	content: "";
	bottom: -225px;
	left: 0;
	width: 100%;
	height: 30vw;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 230px solid #fff;
	z-index: 9;
}
@media (max-width: 1080px) {
	.landing-featured-service {
		padding: 60px 0;
		!i;!;
	}
	.landing-featured-service .section-headline p {
		margin-bottom: 20px;
	}
	.landing-featured-service:after {
		border-top: 100px solid #fff !important;
		bottom: -100px !important;
		display: none;
	}
}
/* END SERVICES */

/* LIST SERVICES */
.landing-services {
	padding: 330px 0 140px;
	background: #001a8a;
	display: none;
}

.landing-services .section-headline h2 {
	color: #fff;
}

.landing-services .section-headline p {
	margin-top: 15px;
	color: #fff;
}

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

.landing-services .ry-flex {
	max-width: 1280px;
	/* margin: 0 auto; */
	width: calc(100% + 30px);
	margin-left: -30px;
}

.landing-services .section-headline {
	margin-bottom: 60px;
}

.landing-services .ry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.landing-services .ry-flex .ry-each {
	margin-left: 30px;
	width: 25%;
}

.landing-services .ry-flex .ry-each .title {
	clear: both;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	
	text-transform: uppercase;
	background: #00caff;
	color: #fff;
	letter-spacing: 2px;
	transition: .2s;
}
.landing-services .ry-flex .ry-each:hover .title {
	background: #fff;
	color: #001a8a;
	transition: .5s;
}

.landing-services .slick-dots {
	position: absolute;
	bottom: -60px;
	padding-left: 0;
	list-style: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, 0);
}

.landing-services .slick-dots li button {
	text-indent: -9999999px;
	padding: 0;
	width: 50px;
	height: 2px;
	box-shadow: unset;
	border: unset;
	background: #00caff !important;
}

.landing-services .slick-dots li {
	margin: 0 5px;
	opacity: .5;
}

.landing-services .slick-dots li.slick-active {
	opacity: 1;
}

.landing-services .ry-flex {
	width: 100%;
	margin-left: 0;
}

.landing-services .ry-flex .slick-list {
	margin-left: -30px;
	width: calc(100% + 30px);
	overflow: hidden;
}
@media (max-width: 1080px) {
	.landing-services {
		padding: 180px 0 100px;
		background: #001a8a;
	}
	.landing-services .section-headline {
		margin-bottom: 30px;
	}


}
/* END LIST SERVICES */

/* REVIEW */
.landing-reviews {
	padding: 150px 0 130px;
}

.landing-reviews .ry-container {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	width: 90%;
}

.landing-reviews .ry-container .ry-content {
	max-width: 1280px;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
	max-width: 500px;
	/* min-width: 400px; */
	/* padding-right: 80px; */
	/* padding-top: 70px; */
	/* padding-bottom: 110px; */
	position: relative;
	width: 50%;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
	text-align: center;
	color: #fff;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 18px;
}

.landing-reviews .ry-container .ry-content .ry-each  .carousel-navigation-slide {
	display: flex;
	justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	/* transform: rotate(-45deg); */
	/* -webkit-transform: rotate(-45deg); */
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev {
	margin-right: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:hover {
	background: #fff;
	cursor: pointer;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:hover:before {
	border-color: #a6c7e6;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
	font-size: 23px !important;!i;!;
	color: rgb(102 102 102 / 76%);
	letter-spacing: 0 !important;!i;!;
	text-transform: initial !important;!i;!;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
	/* padding-top: 70px; */
	display: flex;
	width: 50%;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel {
	max-width: 767px;
	position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate svg {
	width: 20px;
	fill: #f3dda4;
	margin: 0 2px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: var(--clr-primary);
	margin-top: 15px;
	letter-spacing: 5px;
	color: #fff;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
	text-align: center;
	margin-bottom: 50px;
	/* max-width: 580px; */
	margin-left: auto;
	margin-right: auto;
	width: auto;
	color: #fff;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
	content: "";
	width: 50px;
	height: 449px;
	position: absolute;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-df6f8a80-211f-4bcd-b2d4-3eb54e11f05a/LandingTemplate/footer_shadow.png);
	background-size: contain;
	top: -94px;
	left: -60px;
}

/*
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before, 
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
content: '“';
font-family: 'Satoshi';
font-size: 230px;
opacity: .2;
position: absolute;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
top: -28px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
content: "”";
right: 0;
bottom: -40px;
}
*/
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before, 
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
	content: '“';
	font-family: 'Satoshi';
	font-size: 230px;
	opacity: 1;
	position: absolute;
	filter: brightness(0) invert(1);
	top: -25px;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before {
	display: none;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
	content: "”";
	right: 0;
	bottom: -40px;
	display: none;
}
@media (max-width: 1280px) {
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 300px;
		min-width: 300px;
		padding-right: 40px;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		width: calc(100% - 300px);
	}
}
@media (max-width: 1080px) {
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
	}

	.landing-reviews .ry-container .ry-content .ry-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column !important;!i;!;
		top: 0 !important;!i;!;
	}

	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
		width: 100% !important;!i;!;
		max-width: 100%;
		min-width: unset;
		padding-right: 0;
		padding: 0;
	}

	.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
		text-align: center;
	}

  .landing-reviews {
    padding: 4em 0 !important;
    background-position: center !important;!i;!;!i;!;
  }

	.landing-reviews .ry-container .ry-content .ry-each .carousel-navigation-slide {
		justify-content: center;
	}

	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		/* padding-top: 30px; */
		width: 100%;
		justify-content: center;
		margin-top: 7em;
	}

	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
		width: 100%;
	}

	.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before,
	.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
		opacity: 0;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:before, 
	.landing-reviews .ry-container .ry-content .ry-each.review-container:after {
		content: '“';
		font-family: 'Satoshi';
		font-size: 230px;
		opacity: .2;
		position: absolute;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:after {
		content: "”";
		right: 0;
		bottom: -100px;
		display: none;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:before {
		top: -60px;
		left: 0;
	}
}
/* END REVIEW */

/* CONTACT */
.landing-contact {
	padding: 7em 0;
}
.landing-contact .section-background, 
.landing-contact .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-contact .ry-container {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	width: 90%;
}

.landing-contact .ry-container .ry-content {
	max-width: 900px;
	margin: auto;
	color: #fff;
}

.landing-contact .ry-container .ry-content h2 {
	/* text-align: center; */
	margin-bottom: 20px;
}
@media (max-width: 1080px) {

	.landing-contact {
		margin-top: 0 !important;
	}

   .button-wrapper .ry-btn.ry-btn-primary {
    margin: 0;
  }

	.landing-contact .section-background {
		height: 100%;
		bottom: 0;
		top: unset;
	}

	.landing-contact:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: linear-gradient(to right, #f5f5f5, rgb(255 255 255 / 83%)); */
		z-index: 1;
		/* opacity: 0; */
	}

  .button-wrapper {
    justify-content: center !important;
    gap: 0 !important;
  }
  
    div.landing-contact .ry-text p {
    text-align: center !important;
  }

	.landing-contact .ry-container {
		position: relative;
		z-index: 2;
	}

	.landing-contact .section-background img {
		object-position: 90%;
	}

	.landing-contact .ry-container .ry-content {
		padding: 0;
		/* max-width: 320px; */
		margin: auto;
	}
}
@media (max-width: 768px) {
	.landing-contact {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: -30px;
	}

   .button-wrapper .ry-btn.ry-btn-primary {
    margin: 0 auto !important;
  }

    div.landing-contact .ry-text p {
    color: #333 !important;
  }

 

  .landing-contact:before {
    display:none;
  }

	.landing-contact .section-background {
		position: relative;
		padding-bottom: 75%;
	}

	.landing-contact .ry-container {
		justify-content: center;
		padding: 3em 0;
	}

}

@media (max-width: 500px) {
  .landing-header .ry-flex .ry-each:not(.button-block) img {
    max-width: 100px !important;
  }

  .landing-contact .ry-container .ry-content .button-wrapper >div {
  flex-direction: column;
}

}

/* END CONTACT */

/* FOOTER */
.landing-footer .footer-top {
	padding: 5em 0 2em;
	background: #fff;
}

.landing-footer .footer-top .ry-flex {
	/* align-items: center; */
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
	max-width: 320px;
	align-items: center;
	display: flex;
	gap: 2em;
}

.landing-footer .footer-top .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-top .ry-container .ry-content {
	max-width: 1280px;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
	max-width: max-content;
	width: 33.33%;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-title {
	font-size: 25px !important;
	color: #a6c7e6;
	margin-bottom: 20px;
	text-transform: initial !important;
	font-weight: 400 !important;
}

.landing-footer .footer-top .ry-flex .ry-each  .footer-details.hours-list ul {
	list-style: none;
	padding-left: 0;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
	display: flex;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	min-width: 160px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	/*font-family: 'Satoshi';*/
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
	font-size: 18px;
	color: #333;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:not(:last-child) {
	margin-bottom: 25px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .phone, 
.landing-footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-details .span-1 {
	font-weight: 600;
}

.social-block .social-icons-custom {
	display: flex;
	list-style: none;
	padding-left: 0;

}

.social-block .social-icons-custom .social-inner-wrap {
	display: flex;
	gap: 0 8px;
}

.social-block .social-icons-custom .social-inner-wrap li {
}

.social-block .social-icons-custom .social-inner-wrap li a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #a6c7e6;
	color: #a6c7e6;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #fff;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	background: transparent;
	fill: #a6c7e6;
}
.social-block .social-icons-custom .social-inner-wrap li a svg {
	width: 15px;
	fill: #acdffe;
}

.landing-footer .footer-top .ry-flex .ry-each {
	flex-direction: column;
	display: flex;
}

.landing-footer .footer-bottom {
	padding: 20px 0;
}

.landing-footer .footer-bottom .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-bottom .ry-container .ry-content {
	max-width: 1280px;
	border-top: 1px solid rgb(102 102 102 / 26%);	1px
	border: solid;
	padding-top: 20px;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
	font-size: 15px;
	/* font-weight: 300; */
	color: #333;
	font-family: 'Satoshi';
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
	display: flex;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) img {
	width: 120px;
	margin-left: 5px;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each {
	max-width: max-content;
}

/* QA CHANGES */
.landing-hero .hero-content {
	display: flex;
	align-items: flex-end;
}
.landing-hero .hero-content {
	height: 100vh;
}
.landing-hero .hero-content .form-wrapper .alert li, 
.landing-hero .hero-content .form-wrapper .alert {
	font-size: 14px;
	line-height: 1;
	text-align: left;
}
.landing-hero .hero-content .form-wrapper .alert li:last-child {
	margin-bottom: 0;
}
.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
	text-align: left;
}
.landing-reviews {
	padding: 16em 0 9em;
	background: #a6c7e6;
	background-size: cover;
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a:hover {
	color: var(--clr-secondary);
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	fill: #fff;
	background: transparent;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #a6c7e6;
}
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1080px) {
	.landing-footer .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
	}

  
  .landing-footer .footer-top .ry-flex .ry-each:nth-child(1) .photo img {
    max-width: 150px !important;
    margin: auto;
  }

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
		max-width: 280px;
	}

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-title {
		text-align: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a, div#footer-fax {
		text-align: center;
	}

	.social-block .social-icons-custom {
		justify-content: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul {
		max-width: max-content;
		margin:  auto;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) .powered-text {
		margin: 10px 0;
	}
}
@media (max-width: 620px) {
	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
		text-align: center;
		line-height: 1.3;
		font-weight: normal !important;!i;!;
	}
}
/* END FOOTER */



/*
PPC FONT:
Poppins
Dancing Script
*/
.section-headline h1,
.section-headline h2,
.landing-services .ry-flex .ry-each .title {
	font-family: 'Poppins';
}
.section-headline p,
.ry-text p,
.form-control,
.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5,
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1,
.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
	font-family: Poppins !important;
}
@media (max-width: 1680px) {
	.landing-featured-service {
		margin-bottom: 5px;
	}
}


a#header-phone {
  background: transparent !important;
  color: #000 !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  padding: 0 !important;!i;!;
  margin-right: 20px;
}

a#header-phone:before {
  color: var(--clr-secondary);
}

.section-headline span {
  color: var(--clr-secondary);
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline span {
  margin-left: 10px;
}

.landing-welcome .section-headline span {
  display: block;
}

.landing-featured-service h2 {
  color: #a6c7e6;
}

div#promoted .ry-text p {
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

a#landing-welcome-btn {
  margin: 2em  0;
  !im;!i;!;
  font-weight: 600 !important;
}

.landing-reviews span {
  display: block;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) .photo img {max-width: 280px;}

div.landing-contact .section-headline span {
  margin: 0 10px;
}

a#landing-serv-btn {
  background: var(--clr-secondary) !important;
  margin: 2em auto 0;
  color: var(--clr-primary) !important;
  font-weight: 900 !important;
  max-width: 170px;
}

.landing-contact .ry-container .ry-content .button-wrapper >div {
  display: flex;
  gap: 10px;
  margin-top: 2em;
  justify-content: center;
}

div#footer-fax {
  font-size: 18px;
  color: #333;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text {
  font-size: 14px !important;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) img {
  border-radius: 30px;
  height: 700px;
  max-width: 550px;
  margin: auto;
}

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

div.landing-form-section {
  padding: 6em 0;
}

div.landing-form-section .ry-container {
  max-width: 1200px;
  width: 90%;
}

div.landing-form-section .ry-container .ry-flex.col2 {
  gap: 0 5em;
  align-items: center;
}

div.landing-form-section .form-wrapper {
  padding: 3em;
  background: #fff;
  border-radius: 30px;
}

div.landing-form-section .form-wrapper input#recaptcha_ppc_landing_form {
  margin: 10px auto 0;
  max-width: 180px !important;
  width: 100%;
  background: #9dbedd !important;
}

div.landing-form-section .ry-container .ry-flex.col2 h2 {
  color: #fff;
  margin-bottom: 15px;
}

div.landing-form-section p {
  color: #fff;
}

.landing-contact .ry-container .ry-content p {
  text-align: center;
  color: #fff;
}

a.ry-btn.ry-btn-primary.btn-svg-calendar:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: relative;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  margin: 0 7px;
}

.landing-reviews .ry-container .ry-content .ry-flex {
  flex-direction: row-reverse;
  position: relative;
  top: 4em;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container:before {
  content: '“';
  font-family: 'Satoshi';
  font-size: 230px;
  opacity: 1;
  position: absolute;
  filter: brightness(0) invert(1);
  top: -108px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.sat-hours p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}


/* END QA */
