h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
}

h2 {
    font-size: 23px;
    font-weight: 700;
}

.btn {
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 1em;
}

.banner {
    max-height: 500px;
    overflow: hidden;
}

.relative {
    position: relative;
}

.banner .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -130px;
    top: 0;
    bottom: 0;
    transform: skew( -20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    z-index: 8;
}

.banner .content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    text-align: right;
    position: absolute;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    color: #fff;
    z-index: 10;
}

.banner .caption {
    max-width: 65%;
}

.banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.banner .caption {
    position: relative;
    z-index: 99;
    top: 15%;
    right: 5%;
}

.banner .caption p {
    margin: 20px 0;
}

.contacts-info {
    padding: 1.5em 0;
    color: #fff;
    text-align: center;
}

.contacts-info ul li,
.contacts-info ul li a {
    color: rgba(255, 255, 255, .67);
    margin-left: 15px;
}
.contacts-info ul li:hover, .contacts-info ul li a:hover {
    color: #fb7246;
}
.contacts-icon {
    margin-left: 5px;
}

.our-services {
    padding: 4em 0 1em;
    overflow: hidden;
    background: #ECECEC;
    position: relative;
}

.our-services .single-service-home {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 260px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-services .single-service-home p {
    color: #7c7c7c;
    font-size: 13px;
}

.our-services .single-service-home .sub-title a {
    color: #333;
}

.col-sm-6,
.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.our-services .plumber-man {
    bottom: 0;
    position: absolute;
    top: auto;
}

.single-regular {
    border: 1px solid rgba(4, 4, 4, .15);
    height: 100px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    margin-right: 2rem;
    display: block;
    background: #fff
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
}

.splide__arrows {
    display: block;
    width: 96px;
    height: 49px;
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 0;
    line-height: 25px;
    border-radius: 5px;
    right: 0;
    margin: auto
}

.section-title {
    position: relative;
    color: #fff;
    text-align: center;
    padding-bottom: 4em;
}

.video-blog {
    padding: 4em 0;
}

.video-wrapper {
    height: 424px;
    text-align: center;
    margin-bottom: 3em;
    position: relative;
}

.video-wrapper .yt-ico {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    top: 45%;
    margin: auto;
    font-size: 60px;
}

.tips-blog {
    padding-right: 25px;
}

.tips-blog li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.tips-blog li a {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.tips-blog li p {
    color: #7b7b7b
}

.tips-blog li .card-excerpt {
    margin: 10px 0;
    font-size: 14px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    background: #fff;
}

.modal-header {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.modal-content {
    position: relative;
    z-index: 22;
    width: 88%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 11px;
    margin: 0 auto;
    padding: 17px 10px 10px;
    background-color: #fff;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    outline: none;
    background: 0 0;
    font-size: 24px;
    color: #f82462;
    font-weight: 700;
}

.modal-wrap.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    display: block;
}

@media (max-width: 425px) {
    .video-wrapper {
        height: 220px;
    }
    .footer-flex {
        justify-content: center;
    }
}

@media only screen and (max-width: 982px) {
    h1 {
        font-size: 1em;
    }
    .banner .caption p {
        margin: 0.75em 0;
        font-size: 0.75em;
    }
    .banner {
        max-height: 200px;
    }
    .banner .content {
        width: 100%;
    }
    .banner .caption {
        top: 0;
        right: 0;
    }
    .banner .caption {
        max-width: 100%;
        padding: 0.75em;
    }
    .btn {
        padding: 0.75em;
        font-size: 0.75em;
    }
    .banner .content:before {
        right: 0;
        transform: skew( 0deg);
    }
    .plumber-man {
        display: none;
    }
    .our-services .single-service-home {
        height: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left
    }
    .col-sm-6 {
        width: 50%;
    }
    .modal-content {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left
    }
    .col-md-6 {
        width: 50%
    }
}