.main-header, .section.main-header:nth-child(odd) {
    background: url(../../img/paralax.jpg);
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}

.main-header::after {
    content: '';
    display: block;
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    background-color: #486fb2;
    background-color: #40b4d7;
    opacity: 0.85;
}

.main-header .wrapper {
    position: relative;
    z-index: 3;
}

.main-header .row {
    padding: 0;
    min-height: 260px;
    padding-top: 60px;
    padding-bottom: 60px;

}

.main-header .col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
} 

.main-header .h1 {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 18px;
    color: white;
    font-size: 54px;
    font-weight: 800;    
    text-transform: capitalize;
}

.main-header .breadcrumb {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.main-header .breadcrumb * {
    color: white;
}

@media screen and (max-width: 890px) {


    .main-header .h1 {
        margin-bottom: 12px;
        font-size: 44px;
      }

    .main-header .breadcrumb {
        display: flex;
    }

}