.banner-post-grid,
.banner-post-grid .banner-grid-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.gradient-black-overlay {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.gradient-black-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, transparent 75%);
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}
.banner-post-title > a:hover {
    color: #d2d2d2;
}
.independent-banner {
    position: relative;
}
span.banner-as-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-grid-item,
.banner-inner-parent {
    overflow: hidden;
    float: left;
}
.banner-grid-itemw2 {
    width: 50%;
}
.banner-grid-itemw4 {
    width: 25%;
}
.independent-banner .banner-grid-parent {
    height: 400px;
    overflow: hidden;
}
.banner-inner-parent,
.banner-grid-item,
.banner-grid-parent .banner-grid-item .banner-post-grid,
.banner-grid-thumb,
.banner-grid-parent .banner-grid-item .banner-grid-thumb a {
    height: 100%;
}
.banner-grid-25x100 {
    height: 100%;
}
.banner-grid-25x50 {
    height: 50%;
}
.banner-grid-itemw4 .banner-grid-25x50 {
    width: 100%;
}
.banner-post-grid {
    position: relative;
}
.banner-post-grid .banner-grid-details {
    padding: 0 25px 25px 25px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-grid-thumb {
    overflow: hidden;
}
.banner-post-title,
.banner-author-meta {
    margin-bottom: 0;
}
.banner-post-title {
    margin-top: 15px;
}
.banner-author-meta {
    margin-top: 4px;
}
.banner-grid-item span.before-icon {
    padding-right: 8px;
    font-weight: normal;
}
.post-title {
    margin-bottom: 0;
}
.independent-block-title {
    border-bottom: 2px solid #2d2d2d;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.independent-block-title span {
    line-height: 28px;
}
.independent-block {
    position: relative;
}
.post.post-grid.independent-block-post.clearfix:first-child {
    padding-top: 0;
}
.gradient-black-overlay {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.gradient-black-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, transparent 75%);
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8) 0%,
        transparent 75%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}
.independent-block-title-pack {
    position: relative;
}
.tab-content.independent-content {
    overflow: hidden;
    position: relative;
}
.independent-content .tab-pane,
.independent-news {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.independent-content .tab-pane.active,
.independent-news.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.animate-news-fade-in-up .independent-content .tab-pane.active,
.animate-news-fade-in-up .independent-news.active {
    animation-duration: 0.7s;
    animation-name: newsFadeInUp;
}
.post-list.independent-block-post {
    display: block;
}
.post-list.independent-block-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.post-list-thumb {
    margin-right: 15px;
}
.post-list-content {
    -ms-flex: 1;
    flex: 1;
}
.post-list-content li {
    display: inline-block;
}
.independent-block-list > .post-list {
    margin-bottom: 30px;
}
.independent-block .post-list-content > div {
    margin-bottom: 0;
}
.independent-block .post-list-content > div:last-child {
    margin-bottom: 0;
}
ul.post-meta.right-meta {
    float: right;
}
.news-meta-wrapper > .nav {
    display: inline-block;
    float: left;
}
.news-meta-wrapper > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 1;
}
.news-meta-wrapper > ul > li:last-child {
    padding-right: 0;
}
.news-meta-wrapper > ul > li:first-child {
    padding-right: 0;
    padding-left: 0;
}
.news-meta-wrapper > ul > li:last-child {
    margin-right: 0;
}
.independent-content > div {
    margin-bottom: 30px;
}
.post-thumb-wrapper {
    position: relative;
    overflow: hidden;
}
.independent-block .post-grid > .post-thumb-wrapper {
    overflow: unset;
}
.independent-block-overlay {
    position: absolute;
    padding: 0 25px 25px 25px;
    bottom: 0;
    right: 0;
    left: 0;
}
.independent-block-overlay > * {
    margin-bottom: 0;
}
.independent-block-overlay > *:last-child {
    margin-bottom: 0;
}
.independent-block .post-thumb-wrapper .post-thumbnail {
    max-height: 100%;
    max-width: 100%;
}
.post-grid.independent-block-post {
    margin-bottom: 30px;
}
.independent-block-overlay .post-title > a:hover {
    color: #d2d2d2;
}
.independent-content > div:last-child {
    margin-bottom: 0;
}
.independent-block .post-grid > div {
    margin-bottom: 5px;
}
.independent-block .post-grid > .post-thumb-wrapper {
    margin-bottom: 28px;
}
.independent-block .post-list-content > div:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .independent-block-list > .post-list {
        margin-bottom: 15px;
    }
    .independent-block .post-list-content > div {
        margin-bottom: 5px;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h2.post-title {
        font-size: 24px;
        line-height: 1.4;
    }
    h6.post-title {
        font-size: 14px;
        line-height: 23px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .independent-block.independent-block-2 .post-thumb-wrapper .post-thumbnail {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .independent-block-list > .post-list:last-child {
        margin-bottom: 30px;
    }
    .independent-block .post-thumb-wrapper .post-thumbnail {
        width: 100%;
    }
    .vc_row .vc_column_container > .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    .wpb_row .wpb_column:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 380px) {
    .independent-block .independent-block-title span {
        font-size: 17px !important;
    }
}
.independent-block h2.post-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
}
.widget {
    color: #6b6b6b;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.widget .widget-title {
    color: #272727;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.container {
    width: 1240px;
}
.site-footer {
    color: #c6c6c6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
}
.site-footer .widget {
    color: #c6c6c6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
}
.site-footer a {
    color: #ffffff;
}
.site-footer a:hover {
    color: #0172ff;
}
.site-footer a:hover {
    color: #0172ff;
}
.footer-middle-wrap {
    background: rgba(17, 17, 17, 1);
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #2e2e2e;
    padding-top: 80px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
}
.footer-middle-wrap .widget .widget-title {
    color: #ffffff;
}
.footer-bottom {
    color: #949494;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    background: rgba(0, 0, 0, 1);
    padding-top: 33px;
    padding-right: 60px;
    padding-bottom: 33px;
    padding-left: 60px;
}
.footer-bottom a {
    color: #ffffff;
}
.footer-bottom a:hover {
    color: #0172ff;
}
.footer-bottom a:active {
    color: #0172ff;
}
::selection {
    background: #0172ff;
}
.nav-link:focus,
.nav-link:hover {
    color: #0172ff;
}
.widget.independent_latest_post_widget a:hover {
    color: #0172ff;
}
.back-to-top > i {
    background: #0172ff;
}
.widget .widget-title:before {
    background-color: #0172ff;
}
.widget-title {
    border-top-color: #0172ff;
}
ul.social-icons.social-h-theme > li a:hover {
    color: #0172ff;
}
ul.social-icons > li {
    text-align: center;
    text-align: -webkit-center;
    padding: 0;
}
ul.social-icons > li > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 40px;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
}
ul.social-icons.social-white > li a,
ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}
ul.social-icons.social-bg-own > li a.social-fb {
    background: #5d82d2;
}
ul.social-icons.social-bg-own > li a.social-twitter {
    background: #4ac2f6;
}
ul.social-icons.social-bg-own > li a.social-instagram {
    background: #e4405f;
}
ul.social-icons.social-bg-own > li a.social-pinterest {
    background: #bd081c;
}
ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}
ul:last-child {
    margin-bottom: 0px;
}
.widget-area .widget {
    margin-bottom: 40px;
    border: solid 1px #d9d9d9;
    padding: 30px;
    transition: ease-in-out 0.2s;
}
.widget {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.widget .nav {
    display: block;
}
.widget-area .widget .widget-title {
    margin-bottom: 40px;
}
.widget-title {
    position: relative;
    text-transform: uppercase;
}
.widget .widget-title:after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -15px;
    position: absolute;
}
.widget .widget-title:after {
    background: #2d2d2d;
}
.widget-title {
    margin: 0;
    margin-bottom: 48px;
    display: block;
    padding: 0px;
    border-bottom: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
}
.widget ul li {
    padding: 5px 0;
}
.widget ul:last-child {
    margin-bottom: 0;
}
.widget-area ul.social-icons > li {
    padding: 0;
    margin: 0;
}
.widget-area ul.social-icons > li > a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    width: 50px;
}
.widget-area .widget.zozo_social_widget {
    padding-bottom: 18px;
}
.widget-area ul.social-icons > li > a:first-child {
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .widget-area .widget {
        padding: 15px;
    }
}

.zozo_social_widget .social-widget > li > a:hover,
.zozo_social_widget .social-widget > li > a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    color: #fff;
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-16x9 {
    padding-top: 56.25%;
}
.ratio-4x3 {
    padding-top: 75%;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
    .banner-grid-item,
    .banner-inner-parent {
        overflow: hidden;
        float: left;
    }
    .banner-grid-itemw2 {
        width: 50%;
    }
    .banner-grid-itemw4 {
        width: 25%;
    }
    .independent-banner .banner-grid-parent {
        height: 400px;
        overflow: hidden;
    }
    .banner-grid-25x100 {
        height: 100%;
    }
    .banner-grid-25x50 {
        height: 50%;
    }
    .banner-grid-itemw4 .banner-grid-25x50 {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h3.banner-post-title {
        font-size: 22px;
        line-height: 1.4;
    }
    h5.banner-post-title {
        font-size: 15px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 768px) {
    .banner-post-grid .banner-grid-details {
        padding: 0 15px 15px 15px;
    }
    h3.banner-post-title {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .banner-grid-item,
    .banner-inner-parent {
        overflow: hidden;
        float: left;
        width: 100% !important;
        display: block;
    }
    .vc_row .vc_column_container > .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .independent-banner.independent-banner-as-bg .banner-grid-item {
        height: 250px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .wpb_row .wpb_column:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 380px) {
    .banner-post-grid .banner-grid-details {
        padding: 0 15px 15px 15px;
    }
}
@media (max-width: 767.98px) {
    .independent-banner .banner-grid-parent {
        height: auto !important;
    }
}

@media (max-width: 575.98px) {
    .information {
        width: 100%;
        text-align: center !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .information {
        width: 100%;
        text-align: center !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .information {
        width: 100%;
        margin-right: auto;
        display: inline-flex;
        justify-content: center !important;
    }
    .navbar-nav {
        flex-direction: row !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .information {
        width: 100%;
        margin-right: auto;
        display: inline-flex;
        justify-content: flex-end !important;
    }
    .navbar-toggler {
        display: block !important;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar-nav {
        flex-direction: row !important;
        margin-left: auto;
    }
    .information {
        width: 100%;
        display: inline-flex;
        justify-content: flex-end !important;
    }
    .navbar-toggler {
        display: block !important;
    }
}
