.logo img {
    height: 70px;
}

.footer-area-wrapper-one {
    display: flex;
    justify-content: center;
    grid-gap: 190px;
}


.content {
    position: relative;
    z-index: 1;
    /* Bring content in front of the video */
    color: white;
    /* Example text color */
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rts-section-gap {
    padding: 85px 0;
}

.bg-light {
    background: #e0e0e0 !important;
}

.left-swiper-area-start .single-left-banner-swiper-start {
    background: rgb(49 56 63 / 80%) !important;
}

.rts-footer-area {
    background: rgb(49 56 63 / 100%) !important;
}

.title-process-stock-text .stock-text-1 {
    -webkit-text-stroke-color: #000000 !important;
}

#get-contact {
    background-color: #F0F0F0;
}

#menu-btn {
    padding: 10px 20px;
}

.message_sent {
    color: red;
    margin-top: 10px;
    text-align: center;
}

.form-8 textarea,
.form-8 input {
    border: 1px solid #7D7D7D !important;
    padding: 15px 15px;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 991px) {
    .left-swiper-area-start {
        top: 45%;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    #banner {
        max-width: none;
        max-height: 500px;
    }
    .left-swiper-area-start {
        top: 55%;
    }
    .mySwiper-banner-one {
        padding-bottom: 0px !important;
    }
}