body, 
html {
	font-family: 'Satoshi';
}

/* HEADLINE */

.section-headline h1 {
    font-size: 88px;
    font-family: 'Satoshi';
    color: #000;
}

.section-headline p {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'Satoshi';
	color: #ffffff;
}

.section-headline h2 {
    font-size: 48px;
    font-family: 'Satoshi';
	color: #3d4f61;
}

#section-contact h2 {
    color: #3d4f61;
}

#promoted p {
    color: #3d4f61;
}

/* END HEADLINE */

/* TEXT */
.ry-text p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    font-family: 'Satoshi';
}
/* 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;
}

.ry-btn.ry-btn-primary {
    background: #d5573f;
}

.ry-btn:after {
    display: none;
}

.ry-btn.ry-btn-secondary {
    background: #ffd9c6;
    color: #000;
}

.ry-btn.btn-svg-phone {
    font-weight: 600;
}
.ry-btn.btn-svg-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.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: 30px 0;
	background: #3d4f61;
}

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

.landing-header .ry-flex .ry-each.button-block {
    max-width: max-content;
}

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


.landing-header .button-wrapper {
    display: flex;
}

.landing-header .button-wrapper .ry-btn {
    margin-left: 10px;
}

/* 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;
}

.landing-hero .hero-content {
    padding: 150px 0 120px;
    position: relative;
    z-index: 2;
}

.landing-hero .hero-content .ry-flex {
    align-items: flex-end;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
    max-width: 1120px;
    width: 70%;
    padding-right: 7vw;
}

.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: 20px 0 30px;
    color: #fff;
}

.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: #3d4f61;
}

.landing-hero .section-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #0d0d0d00, #000000b8);
    width: 100%;
    height: 60%;
    z-index: 1;
}
/* END HERO */

/* WELCOME */
.landing-welcome {
    padding: 180px 0;
	background: #3d4f61a3;
}

.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;
}
/* END WELCOME */

/* FEATURED SERVICE */
.landing-featured-service {
	padding: 160px 0 30px;
	margin-bottom: 2px;
}

.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: -230px;
    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;
}
/* END SERVICES */

/* LIST SERVICES */
.landing-services {
    padding: 330px 0 140px;
	background: #3d4f61;
}

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

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

.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;
    font-family: 'Satoshi';
    text-transform: uppercase;
    background: #3d4f61;
    color: #ffffff;
    letter-spacing: 2px;
}

.landing-featured-service:after {
    position: absolute;
    content: "";
    bottom: -230px;
    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;
}
/* END LIST SERVICES */

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

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

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

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

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

.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: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #3d4f61;
    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 #3d4f61;
    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 .section-headline p {
    font-size: 18px;
	color: #000000
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
    padding-top: 70px;
    display: flex;
    justify-content: flex-end;
}

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

.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: #eab936;
    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: #000;
	margin-top: 15px;
	letter-spacing: 5px;
}

.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: 70%;
}

.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-83a731f2-e69e-4b0b-a3f6-b6829c366748/LandingTemplate/footer_shadow.png);
    background-size: contain;
    top: 0;
    right: -50px;
}


.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;
}
/* END REVIEW */

/* CONTACT */
.landing-contact {
    padding: 160px 0 170px;
}
.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: flex-end;
}

.landing-contact .ry-container .ry-content {
    max-width: 800px;
    padding: 0 8vw;
}

.landing-contact .ry-container .ry-content h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* END CONTACT */

/* FOOTER */
.landing-footer .footer-top {
	padding: 80px 0 70px;
	background: #3d4f61;
}

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

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

.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;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.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: #fff;
	font-weight: 300;
	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: #fff;
}

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

.social-block .social-icons-custom .social-inner-wrap li {
	margin-right: 5px;
}

.social-block .social-icons-custom .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #434343;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #ffd9c6;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	background: #434343;
}
.social-block .social-icons-custom .social-inner-wrap li a svg {
	width: 15px;
	fill: #3d4f61;
}

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

.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: 16px;
	font-weight: 300;
	color: #000;
	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;
}
@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) {
		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 {
		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;
	}
}
/* END FOOTER */

/* QA CHANGES */
.landing-hero .hero-content {
	display: flex;
	align-items: flex-end;
}
.landing-hero .hero-content {
	padding: 60px 0;
	min-height: calc(100vh - 130px);
}
.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: 150px 0 150px;
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a:hover {
	color: #3d4f61;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	fill: #000000;
	background: transparent;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #3d4f61;
}
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a:hover {
	text-decoration: underline !important;
}
@media (max-width: 1680px) {
	.landing-featured-service {
		margin-bottom: 5px;
	}
}


/* END QA */

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

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}

:root {
  --site-font: Playfair Display,sans-serif;
  --title-font: Playfair Display,sans-serif;
  --primary-color: #3d4f61;
  --secondary-color: #3d4f61;
}





/*update*/
/*GLOBAL*/
h1,h2,h3,h4,h5,h6 {
	font-family:var(--title-font) !important;
	font-style:italic
}

.section-headline h2 {
	font-size: clamp(2.5rem, 2.2725rem + 0.9709vw, 3.4375rem);
color: #041c30;
font-weight: 600;
}

.section-headline p {
font-size: 20px;
line-height: 1.5;
text-transform: uppercase;
color: #a69c9b;
font-family: "Satoshi";
	letter-spacing:1px
}


.landing-welcome .ry-text p {
font-size: 18px;
line-height: 1.5;
color: #333333;
font-family: "Satoshi";
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
    margin: 25px 0 10px;
}
.landing-welcome {
    padding: 180px 0 500px;
    background-color:unset;
      background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/bg_1.png);
    background-position:center;
    background-size:cover;;
	
}
.landing-services {
    background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/bg_2.png);
    background-position:top center;
    background-size:cover;
    margin-top:-600px;
    background-color: unset;
}

.landing-hero .hero-content {
	padding: 60px 0;
	min-height:100vh;
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1{
	font-size: clamp(2.8125rem, 2.4029rem + 1.7476vw, 4.5rem) !important;
	line-height: 1.1;
	color: #ffffff;
	font-weight: 700;
	font-style: italic;
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
	font-size: 24px;
	color: #ffffff;
	font-family: "Satoshi";
	letter-spacing:2px;
	margin-top:20px
}


@media(min-width:1080px) {

	.landing-header {
		background:transparent;
		position:absolute;
		z-index:99
	}
}

	
	.ry-btn.btn-svg-calendar:before {
    content: "\f073";
}

.ry-btn.btn-svg-calendar:before, .ry-btn.btn-svg-phone:before {
        font-family: 'FontAwesome';
    margin-right: 20px;
    font-size: 19px;
}

.ry-btn.btn-svg-calendar {
    background-color: #a69c9b !important
}

.landing-header .button-wrapper a p {
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    line-height:1.2;
    text-transform:uppercase;
    font-weight:600;
}

.landing-header .button-wrapper a p .span-1{
    font-weight:300;
    font-size: 14px !important;
}

.landing-header .button-wrapper .ry-btn {height: 70px;min-width: 256px !important;}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text {
    margin-bottom:20px;
    font-size: 18px;
    color: #333333;
    
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
    font-size: clamp(1.875rem, 1.636rem + 0.9804vw, 2.8125rem) !important;
    font-weight: 500;
    line-height:1.1
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    margin: 10px 0;
    color: #fff;
	font-size:23px;
	line-height:1.2
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
border-radius: 25px;
    padding-block:40px
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn{
    margin-top:20px;
    margin-bottom:-10px;
    font-size: 18px !important;
    color: #ffffff !important;
    font-family: "Satoshi";
    text-align: center;
    text-transform:uppercase;
    font-weight:400;
    min-width: 208px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 155px;
}

/*WELCOME*/
.landing-welcome .ry-container .ry-content {
	display:flex;
	flex-direction:column;
	gap:100px
}

/*SERVICES*/
.landing-services .ry-content {
	margin-top:200px
}

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

.landing-services .section-headline p {
	color:#fff !important;
	opacity: 0.502;
}

.landing-services .ry-flex .ry-each .title {
	padding: 20px 15px;
	line-height:1.2;
	filter: drop-shadow(0 0 31px rgba(0,0,0,0.08));
	background-color: #a69c9b;
	height: 80px;
	display:flex;
	align-items:center;
	justify-content:center
}

.landing-services .slick-prev,
.landing-services .slick-next {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  background:transparent;
  box-shadow:unset;
  border:unset
}

.landing-services .slick-prev:hover,
.landing-services .slick-next:hover {
  opacity: 1;
}

.landing-services .slick-prev {
  left: -60px;
}

.landing-services .slick-next {
  right: -60px;
}


.landing-services .ry-flex .ry-each {
    margin:0 15px;
}
.landing-services .ry-flex {
margin:auto;
width: 90%;
}

/*REVIEW SECTION*/
.landing-reviews {
    background:#3d4f61
}

.landing-reviews *{
    color:#fff !important
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
    background:#ffffff;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
font-size: 24px;
line-height: 1.3;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
font-size: 24px;
line-height: 1.5;
color: #ffffff;
font-family: "Satoshi" !important;
font-style:unset;
text-align: center;
letter-spacing:1px;
text-transform:capitalize
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5:before {
    content:"—";
    margin-right:10px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
        display:none
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p{
    margin-bottom:20px;
    margin-top:80px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
    left:50%;
    transform:translateX(-50%);
    opacity: 0.200;
    font-size: 269px;
    color: #000000;
}
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    display:none
}

    .landing-reviews {
    padding: 100px 0;
}
.landing-reviews .ry-container .ry-content a.ry-btn {
    background-color: #a69c9b !important;
    font-size:18px !important;
color: #ffffff;
font-family: "Satoshi";
text-align: center;;
    font-weight:400;
    margin:20px auto 0 ;
    
}


.landing-reviews .ry-container .ry-content .ry-each.review-container {
    flex-direction:column;
    align-items:center;
    max-width:640px;
    width:100%;
    justify-content:start
}

.landing-reviews .ry-container .slick-track {
    height:300px
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
    height:fit-content;
       overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
    height:fit-content;
    margin:20px auto;
    text-align:center
    
    
}

.landing-reviews .ry-container .each-comment {
    display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}

	.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
		top: -40px;
	}
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/shadow.png);
		background-repeat:no-repeat;

	}
	

/*FOOTER UPDATE*/
.landing-footer .footer-top {
    background:url('https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/bg_3.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.landing-footer .footer-top .ry-flex {
    align-items: self-start;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
    align-items:center;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) img{
    margin:auto
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
    min-width: 150px;
    text-align:end;
    padding-right:50px;
    text-transform:uppercase !important
}


.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(2) .ry-text p:before{
    content: "\f3c5";
    font-family: 'FontAwesome';
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text {
    display:flex;
    gap:10px
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text:before{
    content: "\f095";
    font-family: 'FontAwesome';
    color:#fff
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text a {
    color:#fff;
    background: unset !important;
}

.social-block .social-icons-custom .social-inner-wrap li a svg {
    fill:#fff
}
.landing-footer .footer-top .ry-flex .ry-each .footer-title {
    font-weight: bold;
}

.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: 16px;
color: #333333;
font-weight: 500 !important;
}


/* MEDIA QUERIES */
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.ry-container {
		max-width: 95%;
	}
}

@media(max-width:1080px) {
	.landing-hero .section-background, .landing-hero .section-background img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.landing-hero .hero-content {
		background:#3d4f61
	}
	.landing-hero .hero-content .ry-flex {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:30px
	}

	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) *{
		text-align:center 
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
		padding:0;
		width:100%
	}

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

	.landing-header {
		padding: 30px 0;
		background: #3d4f61;
	}
	.landing-header .button-wrapper .ry-btn {
		border:solid 1px #fff
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
		width: 100%;
	}
	.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details:nth-child(3) .ry-text {
		display: flex;
		gap: 10px;
		align-items:center;
		justify-content:center
	}
	.landing-footer .footer-top .ry-flex {
		justify-content:center;
		align-items:center
	}
/*REVIEWS*/
	.landing-reviews .ry-flex {
		flex-direction:column;
		gap:30px;
		align-items:center;
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each {
		min-width:unset !important;
		width:100%;
		max-width:100% !important;
		padding:0 !IMPORTANT
	}

	.landing-reviews .ry-container .ry-content .ry-each * {
		text-align:center !important
	}

	.landing-reviews .ry-container .ry-content .ry-each .carousel-navigation-slide {
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		justify-content:center
	}
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
			display:none
	}

}

@media(max-width:980px) {
	.landing-header .button-wrapper a p {
		display:none;
	}

	.landing-header .button-wrapper .ry-btn {
		min-width:55px !important;
		height:55px;
		padding:0;
		display:flex;
		justify-content:center;
		align-items:center
	}
	.ry-btn.btn-svg-calendar:before, .ry-btn.btn-svg-phone:before {
		margin:unset;
		font-size:25px 
	}

	/*WELCOME SECTION 980PX*/

	.landing-welcome .ry-container .ry-content .ry-flex {
		flex-direction:column;
		gap:30px;
		align-items:center;
		justify-content:center
	}
	.landing-welcome .ry-container .ry-content .ry-flex *{
		text-align:center !important
	}

	.landing-welcome .ry-container .ry-content .ry-each {
		max-width: 700px !important;
		width: 100% !important;
		margin:auto;
		padding:0 !important
	}

	.landing-welcome .ry-container .ry-content .ry-flex:nth-child(2) {
		flex-direction:column-reverse;
	}

	

}
@media(max-width:780px) {
	.landing-services {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-83a731f2-e69e-4b0b-a3f6-b6829c366748/Landing_Page/bg_2.png);
		background-position: top center;
		background-size: cover;
		margin-top: -730px;
		background-color: unset;
	}    
	.landing-welcome {
		padding: 100px 0px 500px;
	}
}
@media(max-width:480px) {
	.landing-header .ry-flex .ry-each:not(.button-block) {
		max-width: 180px;
	}
	.landing-header .button-wrapper .ry-btn {
		min-width:50px !important;
		height:50px;
	}

	/*SERVICES*/
	.landing-services .slick-prev {
		left: -40px;
	}

	.landing-services .slick-next {
		right: -40px;
	}

}



