.marquee_image {
    width: 120px;
}
.style-three .hero-content p {
    width: 100%;
    color: #000000;
}
.links {
    font-weight: 600;
}
.section-title.style-foure h1.section-main-title {
    font-size: 36px;
}
.about_title{
    color: #FFFFFF !important;
}

.section-title.style-foure p.description {
    color: #FFFFFF; 
}
.about-area.style-foure .about-title h3 {
   color: #FFFFFF;  
}



.hero-area {
    background: #000;
}

.hero-video {
    background: #000;
}

.style-two.feature-area .row.add-marging {
    margin-top: -90px;
    position: relative;
    z-index: 2;
}
.hero-area.style-one {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: none !important;
}

.hero-area .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-area .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 2;
}

.hero-area .container {
    position: relative;
    z-index: 3;
    padding-left: 50px;
    padding-right: 50px;
}

.hero-content {
    max-width: 900px;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 18px;
    margin: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
    .hero-area .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .style-one .hero-content h1  {
        font-size: 30px !important;
        line-height: 25px !important;
    }
    .style-one .hero-content h4 {
        font-size: 25px !important;
    }
    
    .about-area.style-foure {
        padding: 50px 0 50px;
    }
    .section-title.style-foure h1.section-main-title {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .style-two .single-feature-box{
        margin-top: 70px !important;
    }
    .work-area.style-foure {
      background-color: #F9F9F9;
      padding: 50px 0 0px !important;
    }
    .style-one.work-process-area {
        padding: 50px 0 50px !important;
    }
    .style-two.working-proces-area{
        padding: 50px 0 50px !important;
        margin-top: 0px !important;  
    }
    .style-two.section-title h4 {
        font-size: 22px !important;
    }
    .style-one.section-title h1 {
        font-size: 30px !important;
    }
    .style-one.blog-area.style-three {
        background: #F3F8FC;
        padding: 50px 0 320px !important;
        margin-top: 0 !important;
    }
    .marquee-section {
         padding: 0px 0 0px !important; 
    }
    .style-two.section-title h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .style-one.footer-area.home-three {
       padding: 350px 0 32px !important;
    }
    .style-one .footer-bottom-area {
         margin-top: 0px !important; 
    }
    .style-one .footer-bottom-area {
        margin-top: 0px !important; 
        padding-top: 0px !important; 
    }
    .hero-content {
        margin-top: 250px !important;
    }
    .style-one.hero-area {
        height: 670px !important;
    }
    .massage-sent-button{
        margin-top: 15px !important;
    }
}

.hero-area.bg-1 {
    background: url(/plugins/images/home/vp_banner1.png) no-repeat center/cover;
    height: 640px;
}

.hero-area.bg-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
    z-index: 1;
}


.hero-area.bg-1 > * {
    position: relative;
    z-index: 2;
}

.hero-area.bg-2 {
    position: relative;
    background: url(/plugins/images/home/vp_banner2.jpeg) no-repeat center/cover;
    height: 640px;
}


.hero-area.bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
    z-index: 1;
}


.hero-area.bg-2 > * {
    position: relative;
    z-index: 2;
}

.style-foure.hero-button{
    position: relative;
    left: 350px;
    text-align: start;
}
.hero_list .owl-nav {
    margin-top: 74px;
}
.style-foure .hero-content h4 {
    font-size: 25px;
}

.style-foure .hero-content h4::before {
    top: 5px;
    left: -30px;
}
.style-foure .hero-content h4::after {
    top: 5px;
}
.style-two.feature-area .row.add-marging {
    margin-top: -150px;
}