:root {
    --theme-color:#0E569D;
    --color-dark: #0E569D ;
}
.hero-single .hero-content .hero-title {
    font-size: 40px;
    font-weight: 400;
}

.site-title {
    font-weight: 400;
    font-size: 25px;
}

.partner-area {
background: #0E569D;
}

.partner-area .site-heading .site-title-tagline{
 text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    position: relative;
    border-bottom: 2px solid white;
}
.blog-author-img {
    width: 500px;
}
 
.whatsapp-chat {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 60px;
    z-index: 9999;
}

@media only screen and (max-width: 426px) {
.blog-author-img {
    width: 350px;
}
}