.banner-image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-image{
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
     background-image: linear-gradient(to right, rgba(0, 13, 68, 0.82), rgba(0, 68, 9, 0.65));
}

.banner-data{
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px ;
}

.banner-title{
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
}


.banner-title:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.banner-text{
    font-size: 13px;
    width: 70%;
    padding: 25px 0;
}

.banner-link{
    color: #fff;
    font-size: 14px;
}


.banner-right{
    align-items: end;
    text-align: right;
}

.banner-right .banner-text{
    margin-left: auto;
}

.banner-right .banner-title:after{
    right: 0;
    left: auto;
}

.title-big.banner-title{
    font-size: 46px;
}

.banner-title-top{
    color: #3db3d8;
    font-weight: 500;
}

.banner-top {
    display: block;
    font-size: 20px;
    color: #2f333a;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.overlay-none{
    background-image: none;
}

.banner-title-big{
        display: block;
    font-size: 72px;
    color: #2f333a;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
}
.banner-title-big span {
    display: block;
}

.banner-title-big span em {
    font-style: normal;
    font-weight: 300;
}

.banner-p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #2f333a;
    margin-top: 28px;
}

.module-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.module-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.module-title h2 {
    position: relative;
    display: inline-block;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0 30px;
    background: #fff;
    letter-spacing: -0.5px;
}


/*News latter*/

.news-latter-subscribe-container {
    text-align: center;
    background: url('../../../assets/img/bkg_newletter.jpg') top center no-repeat;
    background-size: cover;
    padding: 110px 15px;
    position: relative;
    border-radius: 3px;
}

.news-latter-title {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-top: 0;
    margin-bottom: 22px;

}

.news-latter-subscribe{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    flex-direction: column;
    margin: 0 auto;
}

.news-latter-subscribe label {
    font-size: 16px;
    line-height: 24px;
    color: #bbbbbb;
    max-width: 640px;
    margin-bottom: 50px;
    font-weight: 600;
}

.subscribe-input{
    padding: 0 55px 0 25px;
    height: 50px;
    border-radius: 3px;
    font-size: 13px;
    border: 2px solid #bbbbbb;
    z-index: 1;
    background: #fff;
    color: #bbbbbb;
}

@media (max-width: 767px) {
    .banner-data {
        padding: 15px;
    }

    .banner-text {
        font-size: 13px;
        width: 70%;
        padding: 15px 0;
    }

    .banner-top {
        display: block;
        font-size: 15px;
    }

    .banner-title-big {
        font-size: 16px;
    }

    .banner-image img{
        height: 300px;
    }

    .banner-p {
        font-size: 14px;
    }
}