.hero-banner {
    background-color: #4A5B6F;
}
.main-hero-banner-image {
    padding-left: 0;
    position: absolute;
    width: 100%;
    right: 0;
    padding-right: 0;
}
.hero-banner-text {
    background-color: #4A5B6F;
    width: 100%;
    float: left;
}
.hero-banner-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}
.hero-banner-text h6 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: 'Georgia Regular font';
    margin: 15px 0;
}
.hero-banner-text p {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-family: 'din-2014';
}
.hero-banner-text span {
    color: #4a5b6f;
    background-color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.4px;
    font-weight: bold;
    width: 62px;
    height: 12px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
}
.read-more {
    font-size: 16px;
    line-height: 20px;
    color: #023465;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6.5px 15px;
    border-radius: 6px;
}
.read-more:hover {
    background-color: #023465;
    color: #fff;
}
.right-category-image .caption {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.45);
    padding: 4px 15px;
    left: 48px; 
}
.right-category-image:hover .caption {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
} 
.right-category-image .caption .credit {
    color: #fff;
    font-family: 'din-2014';
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
}

@media (max-width: 1366px){
    .right-category-image .caption {
        left: 0;
    }
}
@media (max-width: 767px){
    .right-category-image .caption .credit {
        font-size: 14px;
        line-height: 20px;
    } 
}

.hero-banner .left-category-contant .main-heading a {
    background-color: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 15px;
    margin: 0;
    max-width: calc(100% - 20px);
    text-transform: initial;
    padding: 0;
    border: 0;
    border-radius: 0px;
}
.hero-banner .left-category-contant .main-heading a:hover {
    border: 0 !important;
}

.hero-banner .left-category-contant span a {
    background-color: transparent;
    border-radius: 6px;
    color: #4a5b6f;
    letter-spacing: 0.4px;
    font-size: 8px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5px 5px;
}

.hero-banner .left-category-contant span a {
    color: #4a5b6f !important;
}

.hero-banner .left-category-contant span a:hover {
    border: 1px solid transparent;
}

.hero-banner .left-category-contant a.title-border:hover {
    text-decoration: underline;
    color: #fff;
   
}

.left-category-contant p.hero-excerpt {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Georgia Regular font';
    max-width: 417px;
    text-transform: none;
    letter-spacing: normal;
}