:root {
    --clr-primary: #722d4a;
    --clr-theme: #b07743;
}
.main-header .header-upper .logo-box .logo {
    max-width: 230px;
}
.copyright-text a {
    color: #fff;
}
.team-section .sec-title .sub-title {
    color: #fff;
}
.instagram-widget .wrapper-box .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top center;
}
.team-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 12px;
}

.team-section .owl-dots .owl-dot {
    position: relative;
    margin: 0px 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 2px solid #e3e3e3;
    background-color: #e3e3e3;
    vertical-align: middle;
}

.team-section .owl-dots .owl-dot:hover,
.team-section .owl-dots .owl-dot.active {
    background-color: transparent;
}
.main-footer .links-widget {
    margin-left: 60px;
}
.service-details-page.home-page .tab-content .content .list li {
    background: var(--clr-primary);
    padding: 10px 0 10px 25px;
    color: #fff;
}

.service-details-page.home-page .tab-content .content .list li::before {
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.video-wrap video {
    width: 100%;
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .banner-section.style-five .content-box h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner-section.style-five .content-box {
        min-height: 500px;
    }
    .banner-section .content-box .text {
        line-height: 28px;
    }
    .facts-block .count-box {
        font-size: 48px;
    }
    .about-section-four .facts-block .inner {
        padding: 70px 20px 20px;
    }
    .about-section-four .facts-block {
        max-width: 200px;
        left: 20px;
        top: 20px;
        transform: unset;
    }
    .about-section-four .facts-block .icon {
        font-size: 24px;
    }
    .facts-block .icon {
        width: 56px;
        height: 56px;
        line-height: 52px;
    }
    .about-section-four .image-two {
        text-align: left;
        margin-top: -95px;
    }
    .why-choose-us-block .icon {
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 32px;
        line-height: 60px;
    }
    .why-choose-us-block .inner-box {
        padding-left: 80px;
        margin-bottom: 30px;
        padding-bottom: 0px;
        margin-right: 0px;
    }
    .service-details-page .tab-content .content .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .service-details-page .tab-content .content .list li {
        font-size: 16px;
    }
    .main-footer .links-widget {
        margin-left: 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .scroll-to-top {
        right: 15px;
    }
    .page-title .content-box {
        padding: 80px 0;
    }
    .testimonial-block-two .inner-box {
        padding: 30px 20px;
    }
    .border-shape {
        display: none;
    }
    .testimonial-block-two h4 {
        font-size: 20px;
    }
    .testimonial-block-two .text {
        text-align: justify;
    }
    .service-details-page h3 {
        font-size: 20px;
    }
    .contact-form-section.style-four .contact-info .icon-box .text {
        font-size: 15px;
    }
    .contact-form-section.style-four .contact-info .icon-box .icon {
        font-size: 36px;
        left: 20px;
    }
    .contact-form-section.style-four .contact-info .icon-box {
        padding-left: 75px;
        padding-right: 10px;
    }
    .contact-form-section .wrapper-box {
        padding: 40px 20px;
    }
    .page-title {
        background-position: right center;
    }
}
