.banner-image {
    background: url('../images/banner/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner .form-area {
    background: rgba(000, 000, 000, 0.6);
    color: white;
}

.main-banner .form-area .form-control::placeholder {
    color: white;
}

.main-banner .form-area .form-control {
    background: rgba(000, 000, 000, 0.5);
    color: white;
    border: 1px solid #333 !important;
}

.main-banner .form-area .form-control:focus {
    border: 1px solid #ccc !important;
}

.main-banner .form-area button {
    width: 100%;
    background: #FD7E14;
    border: #FD7E14;
    color: white;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 600;
    padding: 10px;
}

.main-banner .banner-content div {
    color: white;
    font-weight: bold;
    font-size: 35px;
    font-family: sans-serif;
    line-height: 55px;
}

.main-banner .banner-content div:first-child {
    font-size: 55px;
    font-weight: 600;
    color: #FFF;
    line-height: 60px;
}


.main-banner .banner-content div .custom-bg {
    background: rgba(000, 000, 000, 0.5);
    padding: 5px;
}

.main-banner .banner-content div .custom-font {
    font-size: 40px;
    font-weight: bold;
    /*            font-family: Roboto;*/
}

.main-banner .banner-content div .custom-size {
    font-size: 50px;
    font-weight: bold;
}

@media only screen and (max-width: 786px) {
    .banner-image {
        background-position: center;
    }

    .banner-inner {
        position: absolute;
        background: rgba(000, 000, 000, 0.2);
        height: 100%;
        width: 100%;
    }

    .main-banner .banner-content div {
        font-size: 25px;
        line-height: 45px;
    }

    .main-banner .banner-content div:first-child {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .main-banner .banner-content div .custom-font {
        font-size: 30px;
    }
}
