/* ===== GLOBAL STYLES ===== */
    .container-wider {
        width: 90%;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    h1,h2,h3,h4,h5,h6 {
        font-family: 'Livvic', sans-serif;
        color: #181b31;
        font-weight: 600;
        line-height: 1.4;
    }
    .w-100-vw {
        width: 100vw;
    }
    .h-100-vh {
        height: 33vh;
    }
    .page-heading-title {
        position: relative;
        display: block;
        font-weight: 700;
        line-height: 50px;
    }
    h1.page-heading-title {
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    h2.page-heading-title {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    h3.page-heading-title {
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    h4.page-heading-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    h5.page-heading-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    h6.page-heading-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        display: block;
    }
    .hr-bottom {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .hr-top {
        border-top: 1px solid rgba(0,0,0,0.2);
    }


/* ===== INDEX PAGE ===== */
    /* === HEADER === */
        .head-top-bar {
            background-color: rgba(0,0,0,0.3);
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }
        .head-bottom-bar {
            background-color: rgba(0,0,0,0.3);
            border-top: 1px solid rgba(255,255,255,0.2);
        }
        .head-top-bar ul.list-inline {
            margin: 0;
            padding: 0;
        }
        .head-top-bar ul.list-inline li a {
            color: #FFFFFF;
            padding: 5px 10px;
            display: block;
        }
        .head-bottom-bar ul.nav > li.nav-item > a.nav-link {
            padding: 12px 20px;
        }

        .cover-bg, .cover-bg-footer {
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
    /* === FOOTER === */
        .footer-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.9);
            z-index: 0;
        }
        .footer-abs-img {
            position: absolute;
            bottom: 15px;
            right: 25px;
            transform: rotate(35deg);
            opacity: 0.5;
        }
    /* === NEWS SECTION === */
        .article-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 50%, rgba(0,0,0,1));
            z-index: 1;
        }
        .article-meta {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding: 12px;
        }
        .article-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding: 10px;
            height: auto;
        }
        .article-meta span::after {
            content: '/';
            padding: 0 5px;
        }
        .article-meta span:last-child::after {
            content: '';
        }

/* ===== ABOUT PAGE ===== */
    /* === OFFICERS SECTION === */
        .officer-img {
            border: 5px solid #00ACC1;
        }

/* ===== CONTACT PAGE ===== */
    #google-map {
        width: 100%;
        height: 771px;
        border: 1px solid #CCC;
    }
    .map-img {
        border: 5px solid #00ACC1;
    }

/* ===== GALLERY ===== */
    a.gallery-img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .gal-img-overlay {
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 100%);
    }
    .img-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gallery-items figure figcaption {
        display: none;
    }
    .gallery-items figure {
        margin: 0;
    }
    .img-gallery-item {
        height: 120px;
    }
    .gallery-image-img {
        height: 300px;
    }
    #owl-img-gallery .owl-nav button:hover {
        background: transparent;
        color: #00ACC1;
        transition: all 0.3s ease-in-out;
    }

    #owl-img-gallery .owl-nav button {
        font-size: 25px;
        margin: 0;
    }
    #imgOverlay {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%, transparent 100%);
    }
    #imgText {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #FFF;
        font-size: 20px;
        padding: 15px 20px;
        z-index: 2;
    }
.image-upload-wrapper form.dropzone {
    padding: 30px;
    border: 2px dashed #039be5;
    border-radius: 4px;
    height: 250px;
    position: relative;
    overflow: scroll;
}

.image-upload-wrapper form.dropzone .dz-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
.image-upload-wrapper form.dropzone .dz-message span {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 28px;
    color: #039be5;

}

/* ===== NEWS ===== */
.news-post-block-recent > a img, figure.fig-container img {
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.news-post-block-recent:hover > a img, figure.fig-container a:hover img {
    transform: scale(1.1);
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.media-body:hover ~ .fig-container a img {
    transform: scale(1.1);
}

.np-post-block .post-title .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 180px;
}
.post-author.with-img {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.post-author.with-img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    -o-object-fit: cover;
    margin-right: 10px;
    border-radius: 100%;
}

/* ===== NEWS ITEM */
.main-body h1,
.main-body h2,
.main-body h3,
.main-body h4,
.main-body h5,
.main-body h6 {
    font-family: 'Poppins', sans-serif;
    color: #121213;
    font-weight: 600;
}
.main-body h1 {font-size: 32px;}
.main-body h2 {font-size: 30px;}
.main-body h3 {font-size: 28px;}
.main-body h4 {font-size: 26px;}
.main-body h5 {font-size: 24px;}
.main-body h6 {font-size: 22px;}

.main-body p, .main-body ul li, .main-body ol li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #494E51;
    font-weight: 400;
}
.main-body figcaption {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #6B7074;
    font-weight: 400;
}
.main-body blockquote {
    padding: 50px 75px;
    margin: 50px 0;
    background-color: #F9F9F9;
    border-left: none;

}
.main-body blockquote, .main-body blockquote p {
    font-family: 'Poppins', sans-serif;
    color: #121213;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.main-body blockquote p {
    position: relative;
    padding: 0;
    margin: 0;
}
.main-body blockquote p::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: 'Roboto', sans-serif;
    color: #FF2C54;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
}
.main-body ul, .main-body ol {
    display: block;
}
.main-body ul li, .main-body ol li {
    margin-bottom: 10px;
}
.main-body ul li a, .main-body ol li a, .main-body a {
    color: rgba(122,7,239,0.6);
    text-decoration: none;
}
.main-body ul li a:hover, .main-body ol li a:hover, .main-body a:hover {
    color: rgba(122,7,239,1);
    text-decoration: underline;
}

.post-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-shares .title {
    font-size: 18px;
    color: #121213;
    font-weight: 700;
    line-height: 22px;
    margin: 0 30px 10px 0;

}
ul.social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.social-share li {
    margin: 0 10px 10px 0;
}
ul.social-share li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    padding: 8px 40px 7px 40px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    z-index: 1;
    font-size: 14px;
    color: #fff;
}
ul.social-share li a i {
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    top: -1px;
}

.about-the-author a img {
    max-width: 105px;
    margin: 0 40px 20px 0;
    vertical-align: middle;
}
ul.social-rotate li a:hover i {
    transform: rotate(36deg);
    transition: all 0.5s;
}


.nl-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255,44,84,0.1);
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}
.nl-icon i {
    color: rgb(255,44,84);
    font-size: 22px;
    font-weight: 400;
    line-height: 62px;
}

.sc-widget .social-share-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc-widget .social-share-list-wrapper li {
    width: 25%;
    height: 92px;
    padding: 5px;
    color: #FFF;
    font-weight: 600;
}
.sc-widget .social-share-list-wrapper li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sc-widget .social-share-list-wrapper li .counts {
    font-size: 14px;
    line-height: 22px;
}
.sc-widget .social-share-list-wrapper li .title {
    font-size: 10px;
    line-height: 13px;
}
.widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0.1rem solid #D3D7DA;
}

.tag-list-wrapper {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;

}

.tag-list-wrapper li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #7B7B7B;
    border-color: #7B7B7B;
    padding: 6px 15px;
    border-width: 2px;
    border-style: solid;
}
.tag-list-wrapper li a:hover {
    background-color: #00ACC1;
    border-color: #018C9B;
    color: #FFF;
}
.sc-widget .social-share-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc-widget .social-share-list-wrapper li {
    width: 25%;
    height: 92px;
    padding: 5px;
    color: #FFF;
    font-weight: 600;
}
.sc-widget .social-share-list-wrapper li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sc-widget .social-share-list-wrapper li .counts {
    font-size: 14px;
    line-height: 22px;
}
.sc-widget .social-share-list-wrapper li .title {
    font-size: 10px;
    line-height: 13px;
}
.bgc-facebook-blue {background-color: #3A579A;}
.bgc-youtube-red {background-color: #B31217 ;}
.bgc-linkedin-blue {background-color: #0077B5 ;}
.bgc-twitter-blue {background-color: #00ABF0;}
.bgc-vimeo-blue {background-color: #1ab7ea;}
.bgc-pintrest-red {background-color: #bd081c ;}
.bgc-twitch-purple {background-color: #0077B5 ;}
.bgc-insta-pink {background-color: #e4405f;}
.bgcH-facebook-blue:hover {
    background-color: #283D6B;
}

.bgcH-twitter-blue:hover {
    background-color: #0077A8;
}
.bgc-gplus-red {
    background-color: #EC453E;
}
.bgcH-gplus-red:hover {
    background-color: #bc2a25;
}

.ov-h {
    overflow: hidden !important;
}
.l-0 {left: 0 !important;}
.b-0 {bottom: 0 !important;}




.news-post-block-recent > a img, figure.fig-container img {
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.news-post-block-recent:hover > a img, figure.fig-container a:hover img {
    transform: scale(1.1);
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.media-body:hover ~ .fig-container a img {
    transform: scale(1.1);
}

#latest-news .news-post-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.news-post-block > a {
    align-self: flex-start !important;
}
.news-post-block img.sml-img {
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.post-cat-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.more-recent {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.more-recent::before, .more-recent::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #141414;
    position: absolute;
    left: 100%;
    bottom: 0;
    transition: all 0.5s;
    transform: translateX(-100%);
}

.more-recent::after {
    left: -100%;
}

.ts-post-block a img {
    transition: all 0.5s;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ts-post-block:hover > a > img {
    transform: scale(1.1);
}
.ts-post-block > a .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grad-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), to(#121213));
    background: -webkit-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: -o-linear-gradient(top, rgba(18, 18, 19, 0) 0%, #121213 100%);
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 100%);
}
.ts-post-block .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 3rem;
}
.ts-post-block .media__big {
    padding: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ts-post-block .media__sml {
    padding: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.video-play-btn {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.video-play-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    z-index: 9;
}
.video-play-btn__big {
    width: 100px;
    height: 100px;
}
.ts-post-block .video-play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-play-btn::after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #000000;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}