html {
    scroll-behavior: smooth;
}
#heroVideo {
    position: relative;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.hero-section {
    position: absolute;
    right: 15%;
    z-index: 2;
    top: 10%;
}

.video-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    bottom: -9%;
}
.hero-button {
    font-size: 18px;
    line-height: 1;
    font-weight: 100 !important;
    display: block;
    padding: 11px 25px;
    border: 2px solid #f9be3c;
    background-color: transparent;
    color: #fff;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 25px;
}
.hero-button:hover {
    background-color: #f9be3c;
    color: #212529;
}
#hero {
    height: auto !important;
    padding-top: 50px !important;
}
.nutshell-bg,
.experience-v-three,
.testimonials-v-three,
.features-v-three {
    padding-top: 20px !important;
}
#visionCarousel {
    height: auto;
}
.testimonials-v-three {
    min-height: auto !important;
    height: auto;
}
.menuModal {
    position: fixed;
}
.section-title{
    padding: 0 !important;
}
.contact {
    padding: 130px 0;
    background: none;
    background-color: #ffffff;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #fff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    /*background: #f9be3b;*/
    /*color: #ffffff;*/
        background: var(--brandcolours);
    color: #000000;
    margin-left: 30%;
    width: 40%;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .info i {
    background: none;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

#header {
    padding: 0 10px 15px !important;
}
.section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.nutshell-bg{
    height: auto;
}
hr{
    width: 40%;
}
.hero-v-three .img-cover-v-three .placeholder{
    top: 0 !important;
}
@media (max-width: 1024px) {
    .col-ms-4 {
        width: 50% !important;
    }
    .gallery-img-side {
        height: 100%;
    }
    section {
        padding: 20px 0;
    }
    .hero-section {
        position: absolute;
        left: 10%;
        z-index: 2;
        top: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 90%;
        text-align: left;
    }
    .experience-v-three{
        height: auto;
    }
    #visionCarousel{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .features-v-three{
        min-height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-title{
        font-size: 30px;
        margin-bottom: 0;
    }
    .testimonials-v-three .owl-nav {
        position: relative;
        left: 0;
        right: 0;
    }
    .testimonial-heading {
        font-size: 20px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: auto;
        bottom: 6px;
        opacity: 1;
    }
    .carousel-control-prev{
        left: 40%;
    }
    .carousel-control-next {
        right: 40%;
    }
    .logo img, .logo {
        height: 40px;
        margin-top: 10px !important;
    }
}
@media(max-width:767){
    .arrow {
        top: 157%;
    }
 
}





.fast-section {
       position: absolute;
    z-index: 2;
    top: -427px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: 66px;
   
}
