.site-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.site-shape-top {
    top: -1px
}

.site-shape-bottom {
    bottom: -1px
}

.site-shape[data-negative=false].site-shape-bottom, .site-shape[data-negative=true].site-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.site-shape .site-shape-fill {
    fill: #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
.site-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.s-hero > .site-background-overlay,
.home-page .home-hero > .site-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner-statement-1,
.banner-statement-2,
.banner-statement-3 {
	display: none;
	transition: all .25s;
	color: #fff;
}
.banner-statement-1:visited,
.banner-statement-2:visited,
.banner-statement-3:visited {
	color: #fff;
}
.banner-statement-1,
.banner-statement-2 {
 color: #e43919;
}
.slider-home {
	padding-top: 140px;
}
@media screen and (min-width: 1180px) {
.banner-statement-1 {
	position: absolute;
    top: 14%;
    left: 9%;
    background-color: #e43919a6;
    color: #fff;
    padding: 10px;
    transform: rotate(-25deg);
    max-width: 168px;
    text-align: center;
    font-size: 15px;
}
.banner-statement-2 { 
    position: absolute;
    top: 74%;
    left: 17%;
    background-color: #e43919a6;
    color: #fff;
    padding: 10px;
    transform: rotate(8deg);
    max-width: 168px;
    text-align: center;
    font-size: 15px;
}

.banner-statement-3 { 
     position: absolute;
    top: 5%;
    right: 34%;
    background-color: #e43919a6;
    color: #fff;
    padding: 10px;
    transform: rotate(8deg);
    max-width: 193px;
    text-align: center;
    font-size: 15px;

}
.banner-statement-1,
.banner-statement-2,
.banner-statement-3 {
		transition: all .25s;
}
.banner-statement-1:hover,
.banner-statement-2:hover {
	color: #fff;
	background-color: #000;
}
.banner-statement-1:visited,
.banner-statement-2:visited,
.banner-statement-3:visited {
	color: #fff;
}
}
.home-page .home-hero {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    padding-top: 115px;
    padding-left: 28px;
    padding-right: 28px;
	padding-bottom: 80px;
}
.home-page .home-hero > .site-shape {
	z-index: 99;
}
.home-page .home-hero > .site-shape-top .site-shape-fill,
.home-page .home-hero > .site-shape-bottom .site-shape-fill {
    fill: #e43919;
	z-index: 99;
}

.home-page .home-hero > .site-shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 175px;
    transform: translateX(-50%) rotateY(180deg);
}

.home-page .home-hero-section > .container-fluid {
    min-height: 700px;
    display: flex;
    align-content: center;
    align-items: center;
}

.home-page .home-hero-section {
    background-position: 25% center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
}
.home-page .home-hero-section > .container-fluid > .row {
    width: 100%;
}
.home-page .home-hero-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;
}

.home-page .home-hero-section > .site-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.home-page .home-hero__content {
    text-align: left;
}
.home-page .home-hero__heading-block h1{
    line-height: 1;
    font-weight: 600;
    color: #e43919;
	max-width: 100%;
}

.home-page .home-hero__heading-block,
.home-page .home-hero__heading-desc-block{
    padding: 0.4rem 2rem;
    background-color: rgba(0, 0, 0, 0.33);
    margin-bottom: 0.8rem;
	
}
.home-page .home-hero__heading-desc-block{
    margin-bottom: 35px;
}

.home-page .home-hero__heading-desc-block {
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    text-transform: capitalize;
	font-family: "Source Code Pro", Sans-serif;
	line-height: 1.2;
}

.home-page .home-hero__btn-block {
    margin-top: 55px;
}
.home-page .home-hero__btn-block a {
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e43919;
    padding: 20px 40px;

}
.home-page .home-hero__btn-block a:hover {
    background-color: rgba(0, 0, 0, 0.28);
}





.home-page .home-nav-cards{
    background-color: #ffffff;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 0px 50px 0px;
    z-index: 5;
}

.home-page .home-nav-cards > .site-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-page .home-nav-cards .site-shape-fill {
    fill: #e43919;
}

.home-page .home-nav-cards > .site-shape-top svg {
    width: calc(100% + 1.3px);
    height: 224px;
    transform: translateX(-50%) rotateY(180deg);
}

.home-page .home-nav-cards > .site-shape-top {
    z-index: 2;
    pointer-events: none;
}

.site-bc-flex-widget .home-page .home-nav-card__left-column.site-column .site-column-wrap {
    align-items: flex-end;
}

.home-page .home-nav-card__right-column a,
.home-page .home-nav-card__left-column a {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ffffff;
    transition: background 1s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.home-page .home-nav-card__left-column a:hover {
    background-color: #000000;
    background-position: top left;
    background-size: 100% auto;
}

.home-page .home-nav-card__left-column {
    z-index: 6;
}

.home-page .home-nav-card__left-column a {
    height: 440px;
}

.home-page .home-nav-card__right-column {
    z-index: 2;
}


.home-page .home-nav-card__right-column .row .col-12:nth-child(1) a:hover {
    background-color: #000000;
    background-position: bottom left;
    background-size: 100% auto;
}

.home-page .home-nav-card__right-column .row .col-12:nth-child(2) a:hover {
    background-color: #000000;
    background-position: center right;
    background-size: cover;
}


.home-page  .home-nav-card__right-column a{
    height: 210px;
}
.home-page  .home-nav-card__left-column a h5,
.home-page  .home-nav-card__right-column a h5{
    padding: 30px 30px 30px 30px;
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    margin: 0;
    color: #e43919
}
.home-page .home-navcards__bottom{
    background-color: #ffffff;
}

.home-page .home-navcards__bottom {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px 0px;
}

.home-page .home-navcards__bottom-text-wrap {
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 16px 0px;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
}
.home-page .home-navcards__bottom-text-wrap .cta {
    background-color: #000;
	color: #fff;
	display: block;
	max-width: 350px;
	text-align: center;
	border-color: #fff;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.home-page .home-navcards__bottom-text-wrap .cta:hover,
.home-page .home-navcards__bottom-text-wrap .cta:active,
.home-page .home-navcards__bottom-text-wrap .cta:focus{
	background-color: #e43919;
	color: #fff;
}

.home-page .benefits {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



.home-page .benefits {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 60px 0px;
}

.home-page .benefits > .site-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-page .benefits > .site-shape-top .site-shape-fill {
    fill: #ffffff;
}

.home-page .benefits > .site-shape-top svg {
    width: calc(100% + 1.3px);
    height: 105px;
    transform: translateX(-50%) rotateY(180deg);
}
.benefits .container {
    padding-top: 60px;
    padding-bottom: 30px;
}
.benefits .benefits__list-heading {
    color: #e43919;
}
.benefits .benefits__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.benefits .benefits__list .benefits__list-item i {
    color: #e43919;
    margin-right: 20px;
}
.benefits  .benefits__list  .benefits__list-item {
    color: #c9c9c9;
    padding-left: 5px;
}
.benefits .button-block {
    margin-top: 40px;
}
.cta {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e43919;
    background-color: rgba(178,167,92,0);
}
.cta:hover {
    background-color: #e43919;
}
.cta:visited {
    color: #fff;
}
.benefits__right-content {
    color: #e5e3e3;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e43919;
    margin-top: 45px;
}
.benefits__right-content ul{
	margin: 0 0 20px;
}
.page-template-maintenance-template h1, .page-template-maintenance-template h2, .page-template-maintenance-template h3, .page-template-maintenance-template h4, .page-template-maintenance-template h5, .page-template-maintenance-template h6{
	color: #fff;
}
.happy-clients {
    padding: 60px 0;
}
.happy-clients__testimonial {
    margin: 0px -27px 0px 0px;
    padding: 50px 60px 50px 60px;
    background-color: #ffffff;
    box-shadow: 15px 15px 0px 0px #e43919;
    color: #443f3f;
    font-weight: 600;
    margin: 10px 0 24px;
    font: 24px/1.1 "Raleway", sans-serif;
    text-align: center;
    z-index: 10;
}
.happy-clients__photo{
    height: 488px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-left: -45px;
}
.cta-section {
    position: relative;
    padding-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-section .site-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e43919;
    opacity: 0.86;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.cta-section__img img{
    margin-bottom: -80px;
}
.cta-section__right-content h2{
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.cta-section .cta {
    display: block;
    max-width: 194px;
    background-color: #000;
    padding: 18px 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: all .25s;
    margin-top: 30px;

}
.cta-section .cta:hover {
    color: #ffffff;
    background-color: rgba(0,0,0,0.29);
    border-color: #000;
    transform: scale(1.08);
}
.go-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition:  all .25s;
}
.go-top.show {
    opacity: 1;
}

.s-hero {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.s-hero__content h1 {
    font-size: 4.6rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 0;
}
.s-hero__content h3{
    color: #e43919;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
.s-hero .site-shape-bottom .site-shape-fill {
    fill: #e43919;

}
.s-hero .site-shape-bottom svg {
    width: calc(140% + 1.3px);
    height: 87px;
}

.two-column-light {
    position: relative;
    background-color: #fff;
    padding: 90px 0px 60px 0px;
}
.two-column-light .site-shape-top svg {
    width: calc(140% + 1.3px);
    height: 50px;
    transform: translateX(-50%) rotateY(180deg);
}
.two-column-light .site-shape-fill {
    fill: #e43919;
}
.two-column-light h2{
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #e43919;
    font-weight: 400;
}
.features .two-column-light h2 {
    font-size: 28px;
	text-align: center;
}
.two-column-light h5 {
    color: #7a7a7a;
    font-weight: 400;
}
.two-column-light p {
    color: #000;
    font-family: "Roboto", Sans-serif;
}
.features .two-column-light p { 
	text-align: center;
}
.two-column-dark {
    padding-top: 60px;
}
.two-column-dark .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.two-column-dark .two-column-dark__header h2 {
    text-align: center;
    color: #e43919;
    line-height: 1;
    font-size: 32px;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.two-column-dark .two-column-dark__header h3 {
    font-size: 19px;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.two-column-dark .two-column-dark__text-content {
    background-color: rgba(0,0,0,0.6);
    padding: 60px;
}
.two-column-dark .two-column-dark__text-content h4 {
    line-height: 1;
    color: #e43919;
    margin-bottom: 20px;
}
.two-column-dark .two-column-dark__text-content  p {
    color: #e5e3e3;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.two-column-dark .two-column-dark__img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.two-column-dark .two-column-dark__text-content .button-block {
    margin-top: 45px;
}
.flip-cards{
    margin-top: -70px;
    padding-bottom: 60px;
}
.flip-cards__header h2{
    color: #e43919;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    line-height: 1;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 30px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-card-front h2 {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    margin: 0;
}

/* Style the back side */
.flip-card-back {
    background-color: #000000;
    color: white;
    transform: rotateY(180deg);
}

.tx-glance {
    background-color: #000;
    position: relative;
    padding: 60px 0;
}
.tx-glance  .site-shape-bottom svg {
    width: calc(140% + 1.3px);
    height: 60px;
    transform: translateX(-50%) rotateY(180deg);
}
.tx-glance  .site-shape-fill {
    fill: #fff;
}
.tx-glance__header h2{
    color: #e43919;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    line-height: 1;
}
.tx-glance__header h5 {
    color: #fff;
}
.cab-detail {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.comfort {
    padding: 60px;
    position: relative;
}
.comfort .site-shape-fill {
    fill: #fff;
}
.comfort .site-shape-top svg {
    width: calc(140% + 1.3px);
    height: 93px;
}
.comfort__list-header h2{
    color: #e43919;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
}
.comfort__list-header h5{
    color: #fff;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
}
.comfort-list__img img{
    height: 100%;
    width: auto;
    padding: 5px;
}
.comfort__right-content {
    display: flex;
}
.comfort-list__img:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 55%;
}
.comfort-list__img:nth-child(1) img {
    height: 460px;
    object-fit: cover;
    width: 100%;
}
.comfort-list__img:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 45%;
}
.comfort-list__img:nth-child(2) img {
    height: 205px;
    object-fit: cover;
    width: 100%;
}
.comfort__list {
    padding: 0;
    margin-left: 0;
    list-style-type: none;
    margin-top: 50px;
}
.comfort__list-item {
    display: flex;
}
.comfort__list i {
    color: #e43919;
    margin-right: 70px;
}
.comfort__list li {
    margin-bottom: 30px;
}
.comfort__list p {
    margin-top: -2px;
    line-height: 1.5em;
    color: #fff;
    font-size: 1rem;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.comfort__list p em {
    color: #999999;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.maintenance__two-column {
    background-attachment: fixed;
    color: #e5e3e3;
    padding: 180px 0;
}

.column-wrap {
    padding: 25px;
    background-image: linear-gradient(180deg, #000000 0%, #212121 100%);
}
.column-wrap {
    height: 415px;
}
.contact-us h3 {
    color: #e43919;
    font-family: "Source Code Pro", Sans-serif;
    font-weight: 400;
}
.contact-us .column-wrap p {
    color: #fff;
}
.contact-us__form-block {
    padding: 60px;
}
.contact-us__form-block h3 {
    color: #e43919;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}
.social-block {
    display: flex;
}
.social-block a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    width: 44px;
    height: 44px;
    background-color: #007bff;
    font-size: 22px;
}
.social-block a.facebook {
    background-color: #3b5998;
}
.social-block a.twitter {
    background-color: #1da1f2;
}

.column-wrap iframe {
    width: 100%;
    height: 290px;
}
.footer-copy .site-logo {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
    .home-page .site-element-693de7f {
        width: 32.368%;
    }

    .home-page .site-element-9bf486a {
        width: 67.632%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .home-page .home-hero__content {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .home-page .benefits {
        background-attachment: fixed;
    }

}
@media (max-width: 1400px) {
	.home-page .home-hero__heading-block h1 {
		max-width: 100%;
	}
	.home-page .home-hero__heading-desc-block h2 {
		font-size: 1.1rem;
	}
}

@media (max-width: 1024px) {
    .home-page .home-hero{
        background-position: center center;
		align-items: flex-start;
    }
	.home-page .home-hero__heading-block h1 {
		margin-left: auto;
		margin-right: auto;
	}
    .home-page .home-hero {
        margin-top: 0px;
        margin-bottom: 0px;
    }
	.home-page .home-hero {
		padding-top: 40px;
		padding-left: 28px;
		padding-right: 28px;
		padding-bottom: 150px;
	}
	.home-page .home-hero-section {
		    background-position: 0 270px;
	}
	.home-page .home-hero-section > .container-fluid {
		align-items: flex-start;
	}
    .home-page .home-hero__content-wrap > .site-element-populated {
        margin: 0px 0px 0px 0px;
    }

    .home-page .home-hero-section{
        background-repeat: no-repeat;
        background-size: contain;
    }

    .site-bc-flex-widget .home-page .home-hero__content.site-column .site-column-wrap {
        align-items: flex-start;
    }

    .home-page .home-hero__content.site-column.site-element[data-element_type="column"] > .site-column-wrap.site-element-populated > .site-widget-wrap {
        align-content: flex-start;
        align-items: flex-start;
    }

    .home-page .home-hero__content > .site-element-populated {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .home-page .home-hero__heading-block {
        text-align: center;
    }


    .home-page .site-element-64e0d2b2 {
        width: initial;
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .home-page .home-hero > .container-fluid {
        min-height: 260px;
    }
	.slider-home {
		padding-top: 0;
	}
    .home-page .home-hero__content {
        padding: 0;
    }
	.home-page .home-hero__btn-block {
		text-align: center;
	}
	.home-page .home-hero__heading-block,
	.home-page .home-hero__heading-desc-block{
		padding: 0.4rem 0.5rem;
		font-size: 1rem;
	}
    .home-page .home-navcards__bottom-text-wrap,
    .home-navcards__bottom .row,
    .home-page .home-hero-section > .container-fluid > .row {
        margin: 0;
    }

    .home-page .home-hero > .container-fluid:after {
        content: "";
        min-height: inherit;
    }

    .home-page .home-hero > .site-shape-bottom svg {
        height: 24px;
    }
	.home-page .home-hero-section {
		background-position: 0 414px;
		height: 100%;
		padding-top: 40px;
		padding-bottom: 180px;
	}
	
    .home-page .home-hero {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        position: relative;
    	align-items: flex-start;
	}

    .home-page .home-hero__content-wrap > .site-element-populated {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .home-page .home-hero-section > .container-fluid {
        min-height: 0px;
    }

    .home-page .home-hero__content > .site-element-populated {
        padding: 4em 2em 4em 2em;
    }

    .home-page .home-hero__heading-block {
        text-align: center;
    }

    .home-page .home-hero__heading-desc-block {
        text-align: center;
    }
    .happy-clients__photo {
        margin-left: 0;
    }
    .cta-section__img img {
        margin-bottom: 0;
    }
    .s-hero__content h1 {
        font-size: 36px;
    }
    .two-column-dark .two-column-dark__img {
        height: 240px;
    }
    .comfort {
        padding: 30px 15px;
    }
    .comfort-list__img:nth-child(1) img {
        height: 340px;
    }
    .comfort-list__img:nth-child(2) img {
        height: 150px;
    }
	.s-hero{
		display: flex;
    align-items: flex-start;
    margin-top: 0px;
	padding-top: 60px;
	min-height: 520px;
	}
}