/** Banner */

.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
    position: relative;
}

.inner-banner {
    background: rgba(000, 000, 000, 0.5);
}

.banner-btns {
    margin-top: 30px;
}

.banner-text hr {
    width: 40%;
    padding: 3px;
    border-radius: 2px;
    background: #E8AF73;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.banner-text h6 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25.67px;
    color: white;
}

.banner-text h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 48.86px;
    color: white;
}

/** About Us */

section.aboutus > .container {
    background: #EEF0F6;
}

section.aboutus .section-heading-bordered {
    margin-bottom: 20px;
}

section.aboutus img {
    border-radius: 50px;
}

section.aboutus ul {
    margin: 0;
    padding: 0;
}

section.aboutus ul li {
    margin-bottom: 5px;
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
}

/** Features */

section.features .single-feature {
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
    text-align: center;
}

section.features .single-feature img {
    height: 150px;
    width: 50%;
    object-fit: contain;
}

section.features .single-feature h6 {
    color: #E8AF73;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.444em;
}

section.features .single-feature p {
    color: #63656F;
    font-size: 14px;
    line-height: 1.825em;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

/** Services */

section.services .single-service {
    color: #E8AF73;
}

section.services > .container > .col-md-8 {
    border: 2px solid #E8AF73;
}

section.services .single-service h6 {
    color: #333;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.444em;
}

section.services .single-service p {
    color: #777;
    font-size: 14px;
    line-height: 1.825em;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

section.services .single-service:nth-child(1),
section.services .single-service:nth-child(2) {
    border-bottom: 2px solid #E8AF73;
}

/** Testimonials */

.testimonials .owl-item .review {
    font-size: 14px;
    line-height: 1.778em;
}

.testimonials .owl-stage {
    display: flex;
}

.testimonials .owl-item {
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    display: flex;
    flex: 1 0 auto;
    color: #555;
}

.testimonials .owl-item .testimonial {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #E8AF73;
    border-radius: 15px;
}

.testimonials .owl-item .testimonial .review-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonials .owl-item .testimonial .review-by {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    text-align: right;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;
}

/** Contact */

section.contact img {
    object-fit: contain;
}

section.contact .contact-heading {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 28px;
    letter-spacing: 0.03em;
}

section.contact .contact-text {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    .banner-text h1 {
        font-size: 45px;
    }

    .banner-text .btn-main,
    .banner-text .btn-main-alt,
    section.app-banner button {
        width: 100%;
    }

    .home-banner-image img:nth-child(2) {
        position: absolute;
        right: 15px;
        bottom: 0px;
        max-width: 126px;
    }

    section.home-brands .brands .single-brand {
        width: 33.333%;
        max-width: 33.333%;
        flex: 33.333%;
        margin-bottom: 20px;
    }

    section.home-features .single-feature {
        margin-bottom: 1.5rem !important;
    }

    section.home-blogs .btn-main-alt {
        margin-top: 20px;
        width: 100%;
    }

    .descriptive-two .col-md-7 img {
        position: inherit !important;
    }
