.home-section1 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:100px 0 600px 0;
    position: relative;
}

.hs1-upper {
    text-align: center;
}

.hs1-lower {
    position: absolute;
    bottom:65px;
    left:0;
    background-color: rgba(255,255,255,0.70);
    padding:20px 20px 20px 50px;
    border-radius: 0 20px 20px 0;
    color:var(--red-color);
    text-align: right;
    max-width:100%;
}

.hs1-upper h1 {
    color:var(--red-color);
    font-size: 58px;
}

.hs1-lower p {
    color:#000;
    font-weight: bold;
}
.hs1-lower .btn {
    margin-top:15px;
    margin-left:20px;
}

.home-section2 {
    padding:75px 0;
    background-color: #f6f6f6;
}

.hs2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.hs2-col1,
.hs2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hs2-col1 h2 {
    color:var(--red-color);
}

.home-section3 {
    padding:100px 0;
    background-color: #f6f6f6;
}

.hs3-header {
    text-align: center;
    margin-bottom:50px;
}

.hs3-header h2 {
    margin:0;
}

.hs3-blocks {
    max-width:1250px;
    margin:0 auto;
    columns:4;
    column-gap: 15px;
}

.hs3-single-block {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
    border-radius: 15px;
    width:300px;
    padding:15px;
    margin-bottom:15px;
    width: calc(100% / 1);
    -webkit-column-break-inside: avoid-column;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.hs3sb-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items : center;
}

.hs3sb-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50px;
    max-width: 50px;
}

.hs3sb-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
}

.sb-col1 img {
    border-radius: 50px;
}

.hs3sbc1-dot {
    width:50px;
    height:50px;
    border-radius: 50%;
    background-color: #000;
}

.hs3sbb-stars {
    color:var(--red-color);
    margin:10px 0;
    font-size: 12px;
}
.hs3sbb-stars .fas {
    padding:0 2px;
}

.hs3sbc2-location {
    font-size: 16px;
    color:#959595;
    font-weight: normal;
}

.home-section4 {
    padding:100px 0 0 0;
}

.hs4-header {
    margin:0 0 35px 0;
}

.hs4-header h2 {
    color:var(--red-color);
}
.hs4-header h3 {
    font-size: 200%;
}

.hs4-container {

}

.wpcp-carousel-section.nav-vertical-center .swiper-pagination ~ .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-pagination ~ .swiper-button-prev {
    margin-top: 0;
    
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    top: -45px;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    right: 36px;
}

#sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-prev i, #sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-next i {
    color: #FFF !important;
    background-color:var(--red-color) !important;
    border-radius: 35px !important;
    font-weight: bold !important;
}
#sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-prev i {
    padding:4px 15px 5px 13px !important;
} 
#sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-next i {
    padding:4px 13px 5px 15px !important;
}

#sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-prev i:hover, #sp-wp-carousel-free-id-1250.sp-wpcp-1250 .swiper-button-next i:hover {
    color: #fff !important;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    right: 90px !important;
    left:unset !important;
}

.wpcp-carousel-section .wpcp-single-item img {
    border-radius: 35px !important;
}


.hs4-col1 {
    float:left;
    width:30%;
}

.hs4-col2 {
    float:right;
    width:62%;
    background-color: #ededed;
    border-radius: 40px;
    padding:30px;
}

.hs4c2-single {
    display: none;
}

.service-bubble {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    align-items : center;
    background-color:var(--red-color);
    border-radius: 70px;
    padding:15px;
    color:#fff;
    font-size:24px;
    font-weight: 600;
    margin-bottom:15px;
}
.service-bubble.active,
.service-bubble:hover {
    background-color: #000;
}

.sb-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    max-width: 100px;
}

.sb-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hs4c2-header {
    padding:0 26px;
}

.hs4c2-header h2 {
    color:var(--red-color);
}

.hs4c2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.hs4c2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hs4c2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.hs4-prev, .hs4-next {
    background-color: var(--red-color);
    color:#fff;
    display: inline-block;
    border-radius: 35px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.hs4-prev {
    padding:10px 17px 10px 15px;
    margin-right:20px;
} 
.hs4-next {
    padding:10px 14px 10px 17px;
}

.hs4c2-slideshow {
    margin-top:30px;
}


/* Service Image Slider */

.my-slide {
    padding:28% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    border-radius: 25px;
    display: unset;
}
.splide {
   
}

.container {
    width:100%;
}

.carousel-item {
    width:300px;
}

.outer-container {
    max-width:886px;
}

.splide__slide img {
  width: 100%;
  height: auto;
}


/* Service Image Slider */

.home-section5 {
    padding:100px 0;
}

.hs5-bubble {
    background-color: var(--red-color);
    border-radius: 20px;
    color:#fff;
    padding:75px;
}

.hs5b-header {
    text-align: center;
    margin-bottom:50px;
}

.hs5b-header h2 {
    font-size: 31px;
    max-width:1000px;
    margin:0 auto;
}

.hs5b-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.hs5b-col1,
.hs5b-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    color:#000;
    border-radius: 25px;
    padding:50px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.35);
}

.hs5bc-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    align-items : center;
}

.lhs5bc-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 150px;
    max-width: 150px;
}

.lhs5bc-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 25px;
    font-weight: bold;
}

.lhs5bc-col1 img {
    height:150px;
}

.hs5b-footer {
    text-align: center;
    margin-top:50px;
}

.home-section6 {
    padding:100px 0;
    background-color: #f6f6f6;
}

.hs6-header {
    text-align: center;
    margin-bottom:50px;
}

.hs6-header h2 {
    font-size: 55px;
}

.hs6-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    align-items : center;
}

.hs6-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width:600px;
}

.hs6-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hs6-col2 h3 {
    font-size: 38px;
    max-width:600px;
}

.hs6-col2 p {
    color:var(--red-color);
    font-size: 22px;
    font-weight: 600;
}

.hs6c2-single {
    display: none;
}

.hs6c1-button-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    align-items : center;
    flex-wrap: wrap;
}

.hs6c1-button-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:45%;
}

.hs6c1-button-column .btn {
    font-size: 35px;
    padding:35px 25px;
}
.hs6c1-button-column .btn.active,
.hs6c1-button-column .btn:hover {
    background-color:var(--red-color);
}

.home-section7 {
    padding:100px 0;
    background-image: url('../images/map-bg2.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.hs7-bubble {
    background-color: rgba(0,0,0,0.85);
    color:#fff;
    border-radius: 45px;
    text-align: center;
    padding:50px;
}
.hs7-bubble h2 {
   margin:0 0 35px 0; 
   font-size: 36px;
}

.hs7-bubble .btn {
    padding:35px 65px;
    border-radius: 20px;
}

.hs7-bub-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    align-items : center;
    flex-wrap:wrap;
}

.hs7-bub-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:20%;
    max-width:25%;
}

.hs7-bub-col a {
    color:var(--red-color);
    font-weight: bold;
    font-size: 24px;
}



@media only screen and (max-width: 1600px) {
    .outer-container {
        max-width:860px;
    }
}


@media only screen and (max-width: 1400px) {
    .hs6c1-button-column .btn {
        font-size: 30px;
    }
    .hs6-col1 {
        max-width: 525px;
    }
    .hs6-container {
        gap: 50px;
    }
}
@media only screen and (max-width: 1300px) {
    .hs4-col1 {
        width:31%;
    }
    .hs4-col2 {
        width: 64%;
    }
    .hs6c1-button-column .btn {
        font-size: 26px;
        padding: 25px 25px;
    }
    .hs6-col1 {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .hs4-col1 {
        width:32%;
    }
    .hs4-col2 {
        width: 64%;
    }
    .hs6c1-button-column .btn {
        font-size: 20px;
        padding: 19px 25px;
    }
    .hs6-col1 {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1100px) {
    .hs3-blocks {
        columns: 3;
    }
    .hs4-col1 {
        float: none;
        width: 100%;
    }
    .hs4-col2 {
        float: none;
        width: 100%;
    }
    .service-bubble {
        padding: 5px 15px 5px 5px;
    }
    .sb-col1 {
        min-width: 60px;
        max-width: 60px;
    }
    .service-bubble {
        padding: 8px 15px 4px 8px;
        margin-bottom:10px;
    }
    .hs6-container {
        flex-direction: column;
    }
    .hs6-col1 {
        max-width: 100%;
    }
    .hs6c1-button-container {
        gap: 10px 15px;
    }
    .hs6c1-button-column .btn {
        font-size: 20px;
        padding: 10px 25px;
    }
    .hs5b-container {
        flex-direction: column;
        gap: 40px;
    }
    .lhs5bc-col1 img {
        height: 100px;
    }
    .lhs5bc-col1 {
        min-width: 115px;
        max-width: 115px;
    }
    .hs5b-col1, .hs5b-col2 {
        padding: 30px 25px;
    }
    .home-section2 {
        padding: 75px 0 0 0;
    }
}

@media only screen and (max-width: 900px) {
    .hs2-container {
        flex-direction: column;
        gap:25px;
    }
    .hs2-container img {
        width:100%;
    }
    .btn-xl {
        font-size: 34px;
        padding: 28px 60px;
    }
}

@media only screen and (max-width: 800px) {
    .hs1-lower {
        left:25px;
        right:25px;
        padding:20px;
        border-radius: 20px;
        text-align: center;
    }
    .hs3-blocks {
        columns: 2;
    }
    .hs7-bubble h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 700px) {
    .btn-xl {
        font-size: 27px;
    }
    .lhs5bc-col1 {
        min-width: 90px;
        max-width: 90px;
    }
    .lhs5bc-col1 img {
        height: 80px;
    }
    .hs5bc-container {
        gap: 25px;
    }
    .lhs5bc-col2 {
        font-size: 21px;
    }
    .hs5-bubble {
        padding: 40px;
    }
    .hs7-bubble h2 {
        font-size: 22px;
    }
    .hs7-bubble .btn {
        padding: 20px 65px;
    }
    .hs1-upper h1 {
        font-size: 48px;
    }   
    .hs6-header h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .hs7-bubble h2 {
        font-size: 19px;
    }
    .hs1-upper h1 {
        font-size: 44px;
    }
    .hs1-lower .btn {
        margin-left: 0;
    }
    .hs1-lower .btn {
        display: block;
    }
    .home-section2,
    .home-section3,
    .home-section4,
    .home-section5,
    .home-section6 {
        padding: 50px 0;
    }
    .home-section5 {
        padding:0 0 50px 0;
    }
}
@media only screen and (max-width: 500px) {
    .hs6c1-button-column .btn {
        font-size: 16px;
        padding: 5px 20px;
    }
    .hs6c1-button-container {
        gap: 8px;
    }
    .lhs5bc-col2 {
        font-size: 17px;
    }
    .hs5b-col1, .hs5b-col2 {
        padding: 20px;
    }
    .lhs5bc-col1 {
        min-width: 75px;
        max-width: 75px;
    }
    .lhs5bc-col1 img {
        height: 70px;
    }
    .hs5bc-container {
        gap: 20px;
    }
    .hs3-blocks {
        columns: 1;
    }
    .hs7-bubble h2 {
        font-size: 16px;
    }
    .hs1-upper h1 {
        font-size: 35px;
    }
    .home-section1 {
        padding: 70px 0 395px 0;
    }
    .hs6-header h2 {
        font-size: 30px;
    }
}

/* REVERSED */
@media only screen and (min-width: 1800px) {
    .home-section1 {
        padding: 130px 0 691px 0;
    }
}

@media only screen and (min-width: 2000px) {
    .home-section1 {
        background-position: center -142px;
        padding: 140px 0 625px 0
    }
}

@media only screen and (min-width: 2200px) {
    .home-section1 {
        padding: 156px 0 653px 0;
    }
}

@media only screen and (min-width: 2200px) {
    .home-section1 {
        padding: 185px 0 708px 0;
    }
}

@media only screen and (min-width: 2400px) {
    .home-section1 {
        padding: 190px 0 779px 0;
    }
}

@media only screen and (min-width: 2600px) {
    .home-section1 {
        padding: 206px 0 889px 0;
    }
}

@media only screen and (min-width: 3000px) {
    .home-section1 {
        padding: 217px 0 1000px 0;
    }
}

@media only screen and (min-width: 3200px) {
    .home-section1 {
        padding: 234px 0 1193px 0;
    }
}