.blog-header-style1 {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
}

.blog-header-style1 li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.blog-header-style1 li:first-child {
    border-right: 4px solid #074ea0;
}

.blog-header-style1 li:last-child {
    border-left: 4px solid #074ea0;
}

.blog-header-style1 li .blog-banner {
    display: block;
    position: relative;
    height: 100%;
}

.blog-header-style1 li .hover-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 65px;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
}

.blog-header-style1 li:last-child .hover-btn {
    right: 0;
    left: auto;
    text-align: end;
}

.blog-header-style1 li.blog-column-active .hover-btn {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
}

.blog-header-style1 li .hover-btn .btn {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.blog-header-style1 li.blog-column-active .hover-btn .btn {
    opacity: 1;
    transition-delay: 0.5s;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.blog-header-style1 li.blog-column-active .hover-btn .btn:hover {
    transition-delay: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.blog-header-style1 li.blog-column-active {
    width: 68%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.blog-header-style1 li .blog-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-third-screen {
    height: 100vh;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.bg-extra-dark-gray {
    background-color: #1c1c1c;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.font-weight-600 {
    font-weight: 600;
}

.text-white-2,
.btn.text-white-2 {
    color: #FFF;
}

.text-extra-small {
    font-size: 11px;
    line-height: 14px;
}
.w-600px {
    width: 600px;
}

.w-70px {
    width: 70px !important;
}

.margin-25px-bottom {
    margin-bottom: 25px;
}

.text-extra-large {
    font-size: 20px;
    line-height: 26px;
}

.login-center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    width: 300px;
    border: 8px solid #074ea0;
    border-top: 0px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}

.login-center.bottom {
    top: auto;
    bottom: 0;
    left: 50%;
    border-bottom: 0px;
    border-top: 8px solid #000000;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    transition: all .2s ease;
}

.login-center.bottom:hover {
    width: 600px;
}

.login-contact-info {
    padding: 50px;
    opacity: 0;
    display: none;

}

.login-center.bottom:hover .login-contact-info {
    opacity: 1;
    display: block;
}


.login-category {
    position: absolute;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.login-category h2{
    font-size: 50px;
    transform: translateX(35%);
    transition: all .5s ease;
}
.login-category p{
    opacity: 0;
    transform: translateY(200%);
    transition: all .5s ease;
}

.blog-header-style1 li.blog-column-active .login-category.left h2{
    transform: translateX(0%);
}

.blog-header-style1 li.blog-column-active .login-category.right h2{
    transform: translateX(80%);
}

.blog-header-style1 li.blog-column-active .login-category.left p{
    left: 0px;
    opacity: 1;
    transform: translateY(50%);
}

.blog-header-style1 li.blog-column-active .login-category.right p{
    right: 0px;
    opacity: 1;
    transform: translateY(50%);

}

.pl60 {
    padding-left: 60px;
}

.pr60 {
    padding-right: 60px;
}

.btn.btn-white {
    background: transparent;
    border-color: #ffffff;
    color: #fff;
}

.btn.btn-very-small {
    font-size: 13px;
    padding: 5px 15px;
    line-height: 22px;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    border-radius: 50px;
}

.text-webkit-right {
    text-align: -webkit-right;
}

@media (max-width: 1199px) {
    .blog-header-style1 li .hover-btn {
        padding: 30px;
    }

    .demo-heading {
        font-size: 35px;
        line-height: 41px;
    }

    .text-extra-large {
        font-size: 18px;
        line-height: 24px;
    }

    .lg-w-180px {
        width: 180px !important;
    }
    .blog-header-style1 li.blog-column-active .login-category.right p {
        transform: translateY(10%);
    }
    .blog-header-style1 li.blog-column-active .login-category.left p {
        transform: translateY(10%);
    }
    .login-category h2 {
        transform: translateX(30%);
    }
    .blog-header-style1 li.blog-column-active .login-category.right h2 {
        transform: translateX(65%);
    }
}

@media (max-width: 991px) {
    .blog-header-style1 {
        display: block;
    }

    .blog-header-style1 li {
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-header-style1 li.blog-column-active {
        width: 100%;
    }

    .md-h-450px {
        height: 450px !important;
    }

    .md-w-100 {
        width: 100% !important;
    }

    .md-margin-seven-bottom {
        margin-bottom: 7%;
    }
    .login-center {
        width: 190px;
    }
    .login-center img{
        width: inherit;
    }
    .blog-header-style1 li.blog-column-active .login-category.left p,
    .blog-header-style1 li.blog-column-active .login-category.right p {
        transform: translateY(15%);
    }
    .login-category h2 {
        transform: translateX(38%);
    }
}

@media (max-width: 767px) {
    .one-third-screen {
        height: 350px;
    }

    .sm-w-100 {
        width: 100% !important;
    }
    .login-center {
        width: 150px;
    }
    .blog-header-style1 li.blog-column-active .login-category.left p,
    .blog-header-style1 li.blog-column-active .login-category.right p {
        display: none;
    }
    .login-category h2 {
        transform: translate(-30%, 500%);
        margin-top: 55px;
        width: max-content;
    }
    .blog-header-style1 li .hover-btn {
        display: none;
    }
    .blog-header-style1 li.blog-column-active .login-category.right h2 {
        transform: translateX(58%);
    }
}