.homepage13-body .header-area.homepage13 .site-logo img {
    width: auto;
    height: 45px;
}
.hero13-section-area {
    height: 100vh;
}
.mr-1{
    margin-right:10px;
}
.footer13-section-area .footer-logo-area img {
    margin-bottom: 16px;
    width: auto;
    height: 48px;
}
.heading2 h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: #FF0A53;
}
.works-inner-section-area {
    background: #F8F6FC;
}
.login-bg{
    background:url(../images/login-bg.png) no-repeat;
    background-size:cover;
    height:100vh;
    display:flex;
    align-items:center;
}
.text_rt{
    text-align:right;
}
.page-links a {
    color: #ff0a54;
}
.mobile-header.mobile-haeder13 .mobile-logo img {
    width: auto;
    height: 40px;
}
.mobile-sidebar.mobile-sidebar13 .logos img {
    width: auto;
    height: 40px;
}

@media (max-width: 767px) {

    .offset-3 {
        margin-left: 0%;
    }
}