.news {
    padding-bottom: 120px;
    margin-top: -65px;
}
.news .single-news {
    margin-bottom: 50px;
    display: none;
    cursor: pointer;
}
.news .single-news .left {
    width: 50%;
    padding: 0;
}
.news .single-news .right {
    width: 50%;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    transition: all 0.5s;
}
.news .single-news .left .image {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.news .single-news .right .date {
    font-family: var(--ibm);
    font-size: var(--fs13);
    color: var(--medium-black);
    padding-bottom: 10px;
}
.news .single-news .right .title {
    font-family: var(--roboto);
    font-size: var(--fs25);
    color: var(--blue);
    font-weight: var(--fwb);
    line-height: var(--fs35);
    padding-bottom: 30px;
}
.news .border-btn {
	color: var(--blue);
	border: 1px solid var(--blue);
    margin: auto;
    margin-top: 90px;
}
.news .single-news:hover .right {
    background-color: #1C337F;
    transition: all 0.5s;
}
.news .single-news:hover .date {
    color: var(--white);
}
.news .single-news:hover .title {
    color: var(--white);
}
.news .single-news:hover .blue-btn {
    background-color: #1993DD;
}


.inner {
    padding-bottom: 120px;
    margin-top: -65px;
}
.inner .top {
    background-color: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 100px;
}
.inner .date {
    font-family: var(--roboto);
    font-size: var(--fs13);
    color: var(--medium-black);
    padding-bottom: 10px;
}
.inner .title {
    font-family: var(--roboto);
    font-size: var(--fs26);
    color: var(--blue);
    font-weight: var(--fwb);
    line-height: var(--fs35);
    padding-bottom: 30px;
}
.inner .image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
.inner .border-btn {
	color: var(--blue);
	border: 1px solid var(--blue);
    margin: auto;
    margin-top: 70px;
}
.inner .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    padding-bottom: 40px;
}
.inner .author {
    font-family: var(--roboto);
    font-size: var(--fs14);
    color: #19356F;
    padding-bottom: 40px;
}
.inner .share {
    /* text-align: end; */
    display: flex;
    justify-content: end;
    align-items: center;
}
/* .inner .share .text span {
    font-family: var(--roboto);
    font-size: var(--fs14);
    color: #19356F;
    font-style: italic;
    padding-right: 20px;
} */
.inner .share .text {
    font-family: var(--roboto);
    font-size: var(--fs14);
    color: #19356F;
    font-style: italic;
    padding-right: 20px;
}
.inner .share .sfsi_shortcode_container {
    float: right!important;
    height: 47px!important;
    min-height: 5px!important;
}
.inner .share .norm_row {
    width: 180px!important;
}
.inner .share .sfsi_shortcode_container .sfsi_wicons {
    margin-bottom: 0!important;
}



.bars {
    display: flex;
}
.bars .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 5px;
}
.bars .second {
    width: 20%;
    background-color: var(--blue);
    height: 5px;
}
.bars .third {
    width: 20%;
    background-color: #147CBF;
    height: 5px;
}
.bars .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 5px;
}
.bars .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 5px;
}
.bars .sixth {
    width: 12%;
    background-color: var(--purple);
    height: 5px;
}
.bars .seventh {
    width: 10%;
    background-color: var(--red);
    height: 5px;
}




/* Responsive */
@media screen and (max-width: 1680px) {
}

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

@media screen and (max-width: 1536px) {
    .news {
        padding-bottom: 70px;
    }
    .news .single-news .right .date {
        font-size: var(--fs12);
        padding-bottom: 5px;
    }
    .news .single-news .right .title {
        font-size: var(--fs22);
    }
    .news .single-news .left .image {
        height: 300px;
    }


    .inner {
        padding-bottom: 70px;
    }
    .inner .top {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .inner .date {
        font-size: var(--fs12);
        padding-bottom: 5px;
    }
    .inner .title {
        font-size: var(--fs22);
        padding-bottom: 20px;
    }
    .inner .image {
        height: 375px;
        margin-bottom: 20px;
    }
    .inner .description {
        font-size: var(--fs14);
        padding-bottom: 30px;
    }
    .inner .author {
        font-size: var(--fs13);
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .news, .inner {
        margin-top: -60px;
    }
}

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

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

@media screen and (max-width: 1280px) {
    .news, .inner {
        margin-top: -58px;
    }
}

@media screen and (max-width: 1024px) {
    .news, .inner {
        margin-top: -47px;
    }
    .news .single-news .left .image {
        height: 250px;
    }
    .news .single-news .right {
        padding: 0 50px;
    }


    .inner .image {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .inner .image {
        height: 350px;
    }
}

@media screen and (max-width: 850px) {
    .news, .inner {
        margin-top: -39px;
    }
}

@media screen and (max-width: 768px) {
    .news, .inner {
        margin-top: -35px;
    }
    .news .single-news .left .image {
        height: 200px;
    }
    .news .single-news .right {
        padding: 0 25px;
    }
    .news .single-news .right .title {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 428px) {
    .news, .inner {
        padding-bottom: 50px;
        margin-top: -20px;
    }
    .news .single-news {
        margin-bottom: 30px;
    }
    .news .single-news .left {
        width: 100%;
    }
    .news .single-news .right {
        width: 100%;
    }
    .news .single-news .right {
        padding: 20px;
    }
    .news .single-news .right .title {
        font-size: var(--fs18);
        line-height: var(--fs28);
        padding-bottom: 20px;
    }
    .news .border-btn {
        margin-top: 40px;
    }


    .inner {
        padding-bottom: 50px;
    }
    .inner .top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner .title {
        font-size: var(--fs20);
        line-height: var(--fs28);
    }
    .inner .description {
        padding-bottom: 15px;
    }
    .inner .image {
        height: 200px;
    }
    .inner .share {
        justify-content: center;
    }
    /* .inner .share .text span {
        font-size: var(--fs13);
        padding-right: 10px;
    } */
    .inner .share .text {
        font-size: var(--fs13);
        padding-right: 10px;
    }
    .inner .author {
        padding-bottom: 20px;
    }
    .inner .border-btn {
        margin-top: 40px;
    }
    /* .inner .share .fb {
        width: 80px;
        height: 22px;
    } */
}

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

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

@media screen and (max-width: 375px) {
    .news, .inner {
        margin-top: -17px;
    }

    /* .inner .share .fb {
        width: 63px;
    } */
}

@media screen and (max-width: 360px) {
    /* .inner .share .linked {
        width: 50px;
        height: 22px;
    }     */
}

@media screen and (max-width: 320px) {
    .news, .inner {
        margin-top: -15px;
    }
    .news .single-news .left .image {
        height: 175px;
    }

    .inner .image {
        height: 150px;
    }
    .inner .share .text {
        display: none;
    }
    /* .inner .share .fb {
        width: 60px;
    }
    .inner .share .twitter {
        width: 40px;
        height: 22px;
    }
    .inner .share .pin {
        width: 40px;
        height: 22px;
    }
    .inner .share .linked {
        width: 46px;
    } */
}
/* Responsive */