@import url('https://fonts.googleapis.com/css2?family=B612+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
    line-height: 1.7;
    font-size: .9rem;
    font-weight: 300;
    color: gray;
    font-family: 'Roboto', sans-serif;
}

.border-radius-0 {
    border-radius: 0px !important;
}

/*START WEBSITE LOGO*/
.site-logo {
    font-size: 10px;
}

    .site-logo img {
        height: 30px;
    }
/*END WEBSITE LOGO*/


/*START WEBSITE NAV MENU - DESKTOP AND MOBILE VIEW*/
.site-menu li {
    list-style: none;
    margin-left: 0px !important;
}

    .site-menu li a {
        color: #000;
        float: left;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        padding: 18px 12px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
    }

        .site-menu li a:hover {
            color: #00B800;
        }

.site-menu .active a {
    color: #00B800;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100%;
    background: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1050;
    padding: 20px;
}

    #sidebar .close-btn {
        font-size: 30px;
        cursor: pointer;
        display: block;
        text-align: right;
    }

    #sidebar .sidebar-nav li {
        list-style: none;
        margin: 15px 0;
    }

    #sidebar .sidebar-nav a {
        color: #000;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        padding: 18px 12px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
    }

        #sidebar .sidebar-nav a:hover {
            color: #00B800;
        }
/*END WEBSITE NAV MENU*/


/*START SLIDER*/

.slider-banner-text {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding-left: 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 130%);
}

.carousel-inner {
    background: #000;
    min-height: 365px;
}

    .carousel-inner img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }

.slider-category-title {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}



.slider-blog-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.carousel-indicators {
    bottom: 0px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: right;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 9%;
    list-style: none;
    display: -ms-flexbox;
    -ms-flex-pack: center;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    text-indent: -99px;
    cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #000000;
}

/*.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
*/
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*END SLIDER*/

.scrollable-section {
    height: 125vh;
    overflow-y: auto;
    padding-right: 10px;
}

    .scrollable-section::-webkit-scrollbar {
        display: none;
    }

.scrollable-section {
    scrollbar-width: none;
}

.scrollable-section {
    -ms-overflow-style: none;
}

.fixed-sidebar {
    position: sticky;
    top: 0;
    height: 125vh;
    overflow: hidden;
}

    .fixed-sidebar::-webkit-scrollbar {
        display: none;
    }

.fixed-sidebar {
    scrollbar-width: none;
}

.fixed-sidebar {
    -ms-overflow-style: none;
}

.section-title {
    margin: 5px 0;
}

    .section-title::before,
    .section-title::after {
        content: "";
        flex: 1;
        margin: 0 0px;
    }

    .section-title span {
        color: #00B800;
        font-weight: bold;
        font-size: 20px;
    }

.icon img {
    height: 110px;
    width: 110px;
}

.thumb-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
}



.content-col {
    border-right: 1px solid #ddd;
    padding-right: 20px !important;
}



.category-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}

    .category-title a {
        color: inherit;
        text-decoration: none;
    }

        .category-title a:hover,
        .category-title a:focus {
            color: inherit;
            text-decoration: none;
        }


.blog-title {
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #000000;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

    .blog-title:hover, .blog-title:active {
        text-decoration: none;
        color: #000000 !important;
    }


.entry-post {
    font-size: .9rem;
    margin-bottom: 5px;
}

.blog-details {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}


.blog-small-images {
    width: 115px;
    height: 115px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}



.view-more {
    color: #00B800;
    background-color: #ffffff;
    border: 1px solid #00B800;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

    .view-more:hover {
        color: #fff;
        background-color: #00B800;
        border: 1px solid #00B800;
    }

    .view-more:active {
        color: #fff;
        background-color: #00B800;
        border: 1px solid #00B800;
    }

    .view-more.focus, .view-more:focus {
        outline: 0;
        box-shadow: 0 0 0 1px #00B800;
    }



.section-title span {
    text-transform: uppercase;
    color: #00B800;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}


.view-all-link {
    text-decoration: none;
    color: #00B800;
    font-weight: bold;
    border: 1px solid #00B800;
    padding: 10px;
    font-size: 13px;
}

    .view-all-link:active, .view-all-link:hover {
        text-decoration: none;
        background-color: #00B800;
        color: #ffffff;
    }


.artical-category-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 2px;
}

.artical-blog-title {
    color: #000000;
    font-family: 'Oswald', sans-serif;
}


.tranding-post-category-name {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}

    .tranding-post-category-name a {
        color: inherit;
        text-decoration: none;
    }

        .tranding-post-category-name a:hover,
        .tranding-post-category-name a:focus {
            color: inherit;
            text-decoration: none;
        }

.sub-poster-content .poster-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0;
    margin-right: 0;
    font-family: 'Oswald', sans-serif;
}

    .sub-poster-content .poster-title a {
        color: inherit;
        text-decoration: none;
    }

        .sub-poster-content .poster-title a:hover,
        .sub-poster-content .poster-title a:focus {
            color: inherit;
            text-decoration: none;
        }



.post-category {
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    display: inline-block;
    float: left;
    font-size: .7rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}


.most-populer-post-title {
    color: #222;
    float: left;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -7.02em;
    line-height: 1.1;
    width: 100%;
}


    .most-populer-post-title a {
        text-decoration: none;
        color: inherit;
    }

        .most-populer-post-title a:hover,
        .most-populer-post-title a:focus {
            text-decoration: none;
            color: inherit;
        }

.most-populer-description {
    text-align: justify;
    width: 100%;
    line-height: 1.7;
}

    .most-populer-description a {
        color: inherit;
        text-decoration: none;
    }

        .most-populer-description a:hover,
        .most-populer-description a:focus {
            color: inherit;
            text-decoration: none;
        }



.post-content-container .post-content h2.post-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #000;
}

    .post-content-container .post-content h2.post-title a {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        color: #000;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
    }

.post-content-container .post-content p {
    color: #000;
}

    .post-content-container .post-content p a {
        text-decoration: none;
        color: #0a8cff;
    }




/*COMMON PADDING*/
.pr-0 {
    padding-right: 0px;
}

.pl-18 {
    padding-left: 18px;
}


/*COMMON MARGIN*/
.mb-0 {
    margin-bottom: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}


.header-top {
    position: sticky;
    top: 0;
    z-index: 2999;
    background: #fff;
}

    .header-top .container {
        padding-top: 1px;
    }



.top-social a {
    color: #000;
}

    .top-social a:hover {
        color: #777;
    }

.search-form .form-control {
    margin-right: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    outline: none;
}

.search-form .btn {
    background: #000;
    border-color: #000;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

    .search-form .btn:hover {
        background: #8bc34a;
        border-color: #8bc34a;
    }


.heart i {
    font-size: 20px;
}

/* navbar responsive */

.menu-toggle {
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    outline: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1060;
}

    .menu-toggle.hide {
        display: none !important;
    }

#sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    padding: 20px;
}

    #sidebar.active {
        right: 0;
    }

    #sidebar .close-btn {
        font-size: 36px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        left: 15px;
    }

.sidebar-nav li {
    list-style: none;
    margin: 20px 0;
}

    .sidebar-nav li a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.2rem;
    }

        .sidebar-nav li a:hover {
            color: #00B800;
        }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1049;
    display: none;
}

    .overlay.active {
        display: block;
    }

.hero-section {
    margin-bottom: 10px;
    width: 100%;
}

.hero-content-banner {
    width: 100%;
}

.main-banner {
    margin-bottom: 20px;
    padding-right: 10px;
}

.sub-banner {
    padding-left: 10px;
}

.main-poster {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-poster-img {
    height: 600px;
    background: #000;
    overflow: hidden;
    position: relative;
}

    .main-poster-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-poster-img a {
        color: inherit;
        text-decoration: none;
    }

        .main-poster-img a:hover,
        .main-poster-img a:focus {
            color: inherit;
            text-decoration: none;
        }

.main-poster-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    color: white;
}

.category-name span {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.poster-title {
    font-size: 3.1rem;
    line-height: 1.1;
}

.poster-content {
    font-size: 1rem;
    line-height: 1.4;
}

.sub-poster {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 290px;
    margin-bottom: 5px;
}

    .sub-poster a {
        text-decoration: none;
        color: inherit;
    }

        .sub-poster a:hover,
        .sub-poster a:focus {
            text-decoration: none;
            color: inherit;
        }


.sub-poster-img {
    height: 290px;
    background: #000;
    overflow: hidden;
    position: relative;
}

sub-poster-img a {
    color: inherit;
    text-decoration: none;
}

    sub-poster-img a:hover,
    sub-poster-img a:focus {
        color: inherit;
        text-decoration: none;
    }

.sub-poster-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-poster-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    color: white;
}


    .sub-poster-content .category-name span {
        color: #ffffff;
    }

.popular-category {
    background: #f5f7fa;
    padding: 100px 0px;
}

.section-title {
    margin-bottom: 40px;
}

    .section-title h3 {
        color: #001d38;
        font-size: 38px;
        font-weight: 400;
        position: relative;
        margin-bottom: 0;
        z-index: 0;
        /*font-family: "Roboto", sans-serif;*/
    }

.popular-category .single-category {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 38px 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    /*font-family: "Roboto", sans-serif;*/
}

    .popular-category .single-category:hover {
        transform: scale(1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .popular-category .single-category a {
        text-decoration: none;
        color: #1f1f1f;
    }

        .popular-category .single-category a h4 {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 1.2em;
            transition: 0.2s;
        }

    .popular-category .single-category p {
        font-size: 16px;
        font-weight: 400;
        color: #aab1b7;
        line-height: 28px;
        margin-bottom: 0;
    }

        .popular-category .single-category p span {
            font-size: 16px;
            font-weight: 400;
            margin-right: 10px;
            border-radius: 5px;
            color: #0a8cff;
            background: #e6f3ff;
            padding: 6px 17px;
        }

.site-section {
    padding: 4em 0;
}

.title {
    color: #000;
    margin-bottom: 50px;
}

    .title h2 {
        font-size: 20px;
        font-weight: 400;
        position: relative;
        border-bottom: 1px solid #222;
        display: inline-block;
        /*font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    }

        .title h2::before {
            content: '';
            position: absolute;
            background: #777;
            height: 1px;
        }


.news-section {
    position: relative;
    background: #f5f7fa;
    padding: 70px 0 70px;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

    .sec-title h2 {
        position: relative;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 500;
        color: #202124;
        display: block;
        /*font-family: "Roboto", sans-serif;*/
    }

    .sec-title .text {
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
        position: relative;
        font-weight: 400;
        color: dimgray;
    }

.news-block {
    position: relative;
    margin-bottom: 25px;
}

    .news-block .inner-box {
        background: #fff;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
        box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    }

    .news-block .image-box {
        position: relative;
    }

        .news-block .image-box .image {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 0;
        }

            .news-block .image-box .image img {
                color: transparent;
                width: 100%;
                display: block;
                object-fit: cover;
                min-height: 468px;
                transition: all .3s ease;
            }

        .news-block .image-box:hover img {
            transform: scale(1.1);
        }

    .news-block .lower-content {
        padding: 20px 20px 16px;
        position: relative;
    }

    .news-block .meta-post {
        margin-bottom: 10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

        .news-block .meta-post li {
            position: relative;
            color: dimgray;
            font-size: 14px;
            margin-bottom: 5px;
            margin-right: 15px;
            padding-left: 20px;
            line-height: 24px;
        }

            .news-block .meta-post li:first-child {
                margin-left: 0;
                padding-left: 0;
            }

            .news-block .meta-post li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px;
                height: 6px;
                width: 6px;
                border-radius: 5px;
                background: dimgray;
            }

            .news-block .meta-post li:first-child::before {
                display: none;
            }

            .news-block .meta-post li a,
            .news-block .meta-post li a:hover {
                color: inherit;
                text-decoration: none;
            }

    .news-block .lower-content h3 {
        font-size: 18px;
        font-weight: 500;
        color: #202124;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

        .news-block .lower-content h3 a {
            color: #202124;
            transition: all .3s ease;
            text-decoration: none;
        }

            .news-block .lower-content h3 a:hover {
                color: #1967d2;
            }

    .news-block .image-regular .image img {
        min-height: 163px;
    }

    .news-block.small-news-block .lower-content {
        padding: 20px 10px 16px;
        position: relative;
    }

        .news-block.small-news-block .lower-content h3 {
            font-size: 17px;
            font-weight: 500;
            color: #202124;
            margin-bottom: 6px;
            text-transform: capitalize;
        }


.footer {
    font-size: 1rem;
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 0;
    background: #222;
}



.footer-menu {
    margin: 2rem 0 0;
}



    .footer-menu a {
        color: #ccc;
        margin: 0 1rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }



        .footer-menu a:hover {
            color: #00B800;
        }



.footer .copyright {
    background: #111;
    padding: 1.5rem 0;
    position: relative;
    top: 31px;
}



    .footer .copyright p {
        margin-bottom: 0;
    }



/* Category Page */

.main-contain #content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sticky-content,
.sticky-sidebar {
    position: relative;
    overflow: visible;
    min-height: 1px;
    box-sizing: border-box;
}

.zig-zag-container {
    height: 100%;
}

.zig-zag-category {
    width: 100%;
}

.zig-zag-post {
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    opacity: 1;
    transform: translate(0px, 0px);
    padding: 0;
    position: relative;
}

    .zig-zag-post .post-container {
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }

        .zig-zag-post .post-container .inner-post {
            min-width: 0;
            min-height: 100%;
        }

            .zig-zag-post .post-container .inner-post .thumbnail {
                margin: 0;
                padding: 0px;
                border: 0;
                border-radius: 0;
                position: relative;
                overflow: hidden;
                align-self: flex-start;
            }

.thumbnail img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    object-fit: cover;
    opacity: 1;
}

.post-content-container .post-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.post-content-container .post-category a {
    text-decoration: none;
    color: inherit;
}

    .post-content-container .post-category a:hover,
    .post-content-container .post-category a:focus {
        text-decoration: none;
        color: inherit;
    }


/* .post-content-container .post-content .top-content {
        font-size: 13px;
        font-weight: 400;
        text-align: inherit;
        color: #7a7a7a;
        line-height: 20px;
        letter-spacing: 0px;
    }

        .post-content-container .post-content .top-content a {
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 400;
            color: #444444;
            text-decoration: none;
            line-height: 20px;
        }*/
.category-container {
    padding-top: 0px;
    padding-bottom: 1px;
    position: static;
    transform: none;
}

.dynamic-sidebar {
    padding: 0 0 20px 20px;
}

    .dynamic-sidebar .categories-list,
    .dynamic-sidebar .latest-job {
        border: 1px solid #f4f4f4;
        background: #fff;
        padding: 40px 30px 40px;
        border-radius: 3px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    }

        .dynamic-sidebar .categories-list .categories-list-title,
        .latest-job .latest-job-title {
            margin-bottom: 30px;
            color: #0d1e50;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            display: inline-block;
            position: relative;
            z-index: 1;
            padding-bottom: 5px;
        }

            .dynamic-sidebar .categories-list .categories-list-title::before,
            .latest-job .latest-job-title::before {
                content: '';
                position: absolute;
                right: 0;
                top: 12px;
                background: #333;
                width: 80px;
                height: 1px;
                left: 100%;
                margin-left: 30px;
                opacity: .2;
            }

            .dynamic-sidebar .categories-list .categories-list-title::after,
            .latest-job .latest-job-title::after {
                content: '';
                position: absolute;
                right: 0;
                top: 16px;
                background: #333;
                width: 60px;
                height: 1px;
                left: 100%;
                margin-left: 30px;
                opacity: .2;
            }

.category-items .category-item {
    margin: 0;
    border: none;
    background: #fff;
    box-shadow: none;
}

    .category-items .category-item .category-part {
        padding: 20px 30px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center top;
    }

/*.category-items .category-item .category-part.administrative {
    background-image: url('../Images/Administrative/apps-website-tester.webp');
}

.category-items .category-item .category-part.creative {
    background-image: url('../Images/Creative/content-writer.webp');
}

.category-items .category-item .category-part.e-commerce {
    background-image: url('../Images/Ecommerce/text-book-seller.webp');
}

.category-items .category-item .category-part.finance-legal {
    background-image: url('../Images/Finance_legal/insurance-claims.webp');
}

.category-items .category-item .category-part.freelance {
    background-image: url('../Images/Freelance/camp-counselor.webp');
}

.category-items .category-item .category-part.marketing {
    background-image: url('../Images/Marketing/social-media-influencer.webp');
}

.category-items .category-item .category-part.teaching {
    background-image: url('../Images/Teaching/online-tutor.webp');
}

.category-items .category-item .category-part.technology {
    background-image: url('../Images/Technology/web-designer.webp');
}*/

.category-items .bg-overlay {
    position: absolute;
    background: #000;
    opacity: .6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category-items .category-item .single-category .category-part .category {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

    .category-items .category-item .single-category .category-part .category a {
        color: #fff;
        text-decoration: none;
    }

    .category-items .category-item .single-category .category-part .category span {
        display: block;
        padding: 0;
        background: #00B800;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        line-height: 40px;
    }

/* Single Category Page */


.primary.content-area {
    padding: 10px 0 60px;
}

.category-filter-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .category-filter-box select {
        border-radius: 4px;
    }

.category-list-box {
    margin-bottom: 20px;
}

    .category-list-box:last-child {
        margin-bottom: 0px;
    }

.category-box * {
    box-sizing: border-box;
}

.category-image {
    position: relative;
}

    .category-image .category-image-thumbnail {
        overflow: hidden;
        position: relative;
    }

        .category-image .category-image-thumbnail a {
            color: #444444;
            transition: all 0.3s ease 0s;
            text-decoration: none;
        }

            .category-image .category-image-thumbnail a:hover {
                text-decoration: none;
                outline: none;
            }

        .category-image .category-image-thumbnail img {
            max-width: 100%;
            height: auto;
            border-radius: 0;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }


.favourite-btn {
    position: absolute;
    top: 16px;
    right: 123px;
    height: 40px;
    width: 40px;
    background: rgb(71 69 69 / 66%);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 3;
    overflow: visible;
}



    .favourite-btn:focus {
        outline: none;
    }



    .favourite-btn i {
        transition: color 0.3s ease, transform 0.3s ease;
    }



    /* Active State */

    .favourite-btn.active i {
        color: #e74c3c;
        animation: bounce 0.6s ease-in-out;
        text-shadow: 0 0 8px rgba(231, 76, 60, 0.5);
    }



@keyframes bounce {

    0% {
        transform: scale(1);
    }



    30% {
        transform: scale(1.6);
    }



    60% {
        transform: scale(0.95);
    }



    100% {
        transform: scale(1);
    }
}



.favourite-btn.active::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.25), transparent 70%);
    animation: pulse-glow 0.6s ease-out;
    z-index: -1;
}



@keyframes pulse-glow {

    0% {
        opacity: 0.8;
        transform: scale(0.6);
    }



    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}



/* Sparkle particles */

.favourite-btn.active::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    pointer-events: none;
    background-image: radial-gradient(circle, gold 2px, transparent 2px), radial-gradient(circle, #fff6cc 1.5px, transparent 1.5px), radial-gradient(circle, #ffdd66 1px, transparent 1px);
    background-size: 12px 12px;
    animation: particles 0.6s ease-out forwards;
    top: -30px;
    left: -30px;
    opacity: 0.9;
}



@keyframes particles {

    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 1;
    }



    100% {
        transform: scale(1.6) rotate(40deg);
        opacity: 0;
    }
}



.category-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 430px;
    padding: 60px 20px 20px;
    color: white;
    transition: all 0.3s ease-in-out;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);*/
}

.category-image .top-content {
    font-size: 21px;
    font-weight: 700;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 1.1;
    margin-right: 0;
    margin-bottom: 9px;
}

    .category-image .top-content a {
        text-decoration: none;
        color: #007bff;
    }

.category-image .heading {
    font-size: 15px;
    font-weight: 700;
    margin-right: 0;
    color: #fff;
    line-height: 1.1;
    /*font-family: "Roboto", sans-serif;*/
}

    .category-image .heading a {
        text-decoration: none;
        color: #fff;
    }

.category-content::before {
    content: '';
    display: table;
    table-layout: fixed;
}

.category-content::after {
    content: '';
    clear: both;
    display: table;
    table-layout: fixed;
}

.category-content .inner-content {
    padding: 25px;
    padding-left: 0px;
}

    .category-content .inner-content .text p {
        margin: 0 0 20px 0;
        line-height: 1.8;
    }

        .category-content .inner-content .text p a {
            text-decoration: none;
            color: #0a8cff;
        }

    .category-content .inner-content .read-more-btn {
        color: #444444;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

        .category-content .inner-content .read-more-btn:hover {
            color: #646464;
        }

        .category-content .inner-content .read-more-btn i {
            color: #cccccc;
            margin-left: 8px;
            font-size: 12px;
        }

        .category-content .inner-content .read-more-btn:hover i {
            animation: leftRightMoveMent 0.5s;
        }

@keyframes leftRightMoveMent {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

/* Job Details Page */

.job-details-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .job-details-container .job-details {
        padding: 0;
        padding-top: 26px;
        box-shadow: none;
    }

.job-details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
    /*font-family: "Roboto", sans-serif;*/
}

.job-details ul {
    margin: 0px;
    padding: 0px;
}

.job-details .job-category-name li {
    float: left;
    font-size: 14px;
    list-style: none;
}

    .job-details .job-category-name li a {
        color: #999;
        text-decoration: none;
    }

        .job-details .job-category-name li a:hover {
            color: #0a8cff;
        }

    .job-details .job-category-name li i {
        font-size: 13px;
        margin-right: 5px;
    }

.job-details .job-category-name::after {
    content: '';
    clear: both;
    display: table;
}

.job-details p {
    font-size: 15px;
    color: #000000 !important;
    font-weight: normal;
    text-align:justify;
}

.job-details blockquote {
    position: relative;
    color: rgb(13, 30, 80);
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    padding: 55px 40px 40px;
    z-index: 1;
    margin: 40px 0px;
    background: rgb(240, 241, 245);
    overflow: hidden;
}

    .job-details blockquote p.excert {
        color: rgb(13, 30, 80);
        font-size: 24px;
        font-weight: 600;
        line-height: 33px;
    }

    .job-details blockquote p:last-child {
        margin-bottom: 10px;
    }

    .job-details blockquote i {
        position: absolute;
        opacity: 0.1;
        font-size: 150px;
    }

    .job-details blockquote em {
        display: block;
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
        color: rgb(87, 87, 92);
    }

.job-details .block-list {
    margin: 10px 0;
    list-style: disc;
    color: rgb(80, 97, 114);
}

    .job-details .block-list li {
        margin-left: 50px;
        padding: 5px 0px;
    }

        .job-details .block-list li strong {
            font-weight: bold;
        }

.dynamic-sidebar .latest-job {
    margin-top: 30px;
}

.latest-job-items > div + div {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.latest-job-item .job-img {
    width: 100px;
    float: left;
    padding-right: 15px;
}

.latest-job-item::before {
    content: '';
    display: table;
}

.latest-job-item::after {
    clear: both;
    content: '';
    display: table;
}

.latest-job-item .job-img img {
    height: 100%;
    max-width: 100%;
    border-radius: 3px;
}

.latest-job-item .job-content {
    overflow: hidden;
}

    .latest-job-item .job-content .job-desc {
        padding: 0;
    }

        .latest-job-item .job-content .job-desc a {
            margin-bottom: 0px;
            max-width: 160px;
            display: block;
            line-height: 24px;
            color: #0d1e50;
            font-size: 16px;
            font-weight: 600;
        }

/* Contact Page */

.contact-section {
    padding: 80px 0px;
}

    .contact-section iframe {
        max-width: 100%;
        width: 100%;
    }

    .contact-section .contact-title {
        font-size: 27px;
        font-weight: 600;
        color: #0d1e50;
        margin-bottom: 20px;
        margin-top: 0px;
        /*font-family: "Roboto", sans-serif;*/
    }

.contact-form .form-group {
    margin-bottom: 30px;
}

    .contact-form .form-group .form-control {
        border: 1px solid #e5e6e9;
        border-radius: 0px;
        height: 48px;
        padding-left: 18px;
        background: transparent;
        font-size: 13px;
    }

    .contact-form .form-group textarea.form-control {
        height: 100%;
    }

.btn-box {
    color: #00B800;
    background: #fff;
    border: 1px solid #00B800;
    padding: 18px 44px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    letter-spacing: 1px;
    /*font-family: "Roboto", sans-serif;*/
}

    .btn-box:hover {
        color: #fff;
        background: #00B800;
        border: 1px solid #00B800;
    }

.contact-info {
    margin-bottom: 25px;
}

.contact-info-icon {
    margin-right: 20px;
}

    .contact-info-icon i {
        color: #8f9195;
        font-size: 27px;
    }

.contact-info .media-body h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #2a2a2a;
    /*font-family: "Roboto", sans-serif;*/
}

.contact-info .media-body p {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    /*font-family: "Roboto", sans-serif;*/
    margin-top: 0;
}






/* Blog not available page */

.no-blog-img {
    max-width: 400px;
    margin-bottom: 20px;
}

.no-blog-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}

.go-home {
    background-color: #00b3da;
    color: #fff;
}

    .go-home:hover {
        color: #fff;
    }

/* Favourite page */

#favouritesContainer .no-blog-img {
    text-align: center;
}

#favouritesContainer .no-favourite {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}





/* Responsive Media Query */



@media (max-width: 1200px) {

    .favourite-btn {
        right: 40px;
    }
}

@media (min-width: 991.98px) {
    #sidebar {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .site-logo {
        margin-bottom: 10px;
    }

    .hero-section {
        margin-top: 10px;
    }

    .favourite-btn {
        right: 250px;
    }
}

@media (max-width: 768px) {
    .news-block .image-box .image-large img {
        min-height: 200px;
    }

    .main-banner,
    .sub-banner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-poster-img {
        height: auto;
    }

    .main-poster-content {
        padding: 40px 15px 15px;
    }

    .poster-title {
        font-size: 2rem;
    }

    .sub-poster-img {
        height: auto;
    }

    .sub-poster-content {
        padding: 5px 5px 5px 5px;
    }

        .sub-poster-content .poster-title {
            font-size: 1.3rem;
        }

    .category-image-content {
        width: 431px;
    }



    .favourite-btn {
        right: 70px;
    }
}


@media(max-width: 550px) {

    .favourite-btn {
        right: 60px;
    }
}



@media (max-width: 530px) {

    .favourite-btn {
        right: 40px;
    }
}



@media (max-width:500px) {

    .category-image-content {
        width: 320px;
    }



    .favourite-btn {
        right: 18px;
    }
}



@media (min-width: 767px) {
    .job-details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {

    .header-top .container {
        /*padding-top: 5px;*/
        padding-top: 1px;
    }

    .site-logo {
        margin-bottom: 10px;
    }

    .search-form .form-control {
        padding-right: 60px;
        height: 43px;
    }

    .category-image-content {
        width: 300px;
        padding: 45px 20px 15px;
    }

    .category-image .top-content {
        font-size: 17px;
    }

    .category-image .heading {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }

    .category-list-box {
        margin-bottom: 0px;
    }

    .category-content .inner-content {
        padding-bottom: 0px;
        padding-top: 15px;
    }

        .category-content .inner-content .text p {
            line-height: 1.5;
        }
}

@media (max-width: 320px) {

    .search-form .form-control {
        padding-right: 22px;
        height: 40px;
    }

    .category-image-content {
        width: 261px;
        padding: 32px 20px 10px;
    }

    .category-image .heading {
        font-size: 1rem;
    }

    .category-image .top-content {
        font-size: 16px;
        margin-bottom: 4px;
    }
}




/*URVISH */

@media (min-width: 768px) {
    .mb15-res {
        margin-bottom: 15px;
    }

    .mb20-res {
        margin-bottom: 20px;
    }

    .pl5-res {
        padding-left: 5px;
    }

    .pr0-res {
        padding-right: 0px;
    }

    .pl15-res {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {

    .mb5-res {
        margin-bottom: 5px;
    }

    .pr15-res {
        padding-right: 15px !important;
    }
}


@media (max-width: 576px) {
    .col-sm-4 {
        margin-top: 15px; /* space between stacked cols */
    }

    .col-lg-4 {
        margin-top: 15px; /* space between stacked cols */
    }

    .col-md-4 {
        margin-top: 15px; /* space between stacked cols */
    }
}

/* Mobile menu styles */
@media (max-width: 991px) {
    .site-menu {
        display: none; /* hide by default */
        flex-direction: column;
        background: #f8f9fa;
        padding: 10px;
    }

        .site-menu.show {
            display: flex; /* show when toggled */
        }

        .site-menu li {
            margin: 10px 0;
        }

            .site-menu li a {
                color: #000;
                font-weight: 500;
                text-decoration: none;
            }
}


.article-card .card-body {
    display: flex;
    flex-direction: column;
}


.article-card a {
    color: inherit;
    text-decoration: none;
}

    .article-card a:hover,
    .article-card a:focus {
        color: inherit;
        text-decoration: none;
    }

.article-card .read-more {
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
}

    .article-card .read-more:hover {
        text-decoration: underline;
    }

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

#myCarousel .carousel-item a {
    background: #F47735;
    font-size: 14px;
    color: #FFF;
    padding: 13px 32px;
    display: inline-block;
}

    #myCarousel .carousel-item a:hover {
        background: #394fa2;
        text-decoration: none;
    }

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px;
}

/*#myCarousel {
    position: relative;
    z-index: 1;
    background: url(https://i.imgur.com/6axE29k.jpg) center center no-repeat;
    background-size: cover;
}*/


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}



/*LOAD MORE - START */
.load-more {
    color: #00B800;
    background-color: #ffffff;
    border: 1px solid #00B800;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

    .load-more:hover {
        color: #fff;
        background-color: #00B800;
        border: 1px solid #00B800;
    }

    .load-more:active {
        color: #fff;
        background-color: #00B800;
        border: 1px solid #00B800;
    }

    .load-more.focus, .load-more:focus {
        outline: 0;
        box-shadow: 0 0 0 1px #00B800;
    }
/*LOAD MORE - END */

.a-over-right {
    color: inherit;
    text-decoration: none;
}

    .a-over-right:hover,
    .a-over-right:focus{
        color: inherit;
        text-decoration: none;
    }



.ffo {
    font-family:'Oswald', sans-serif;
}



.mb20{
    margin-bottom:20px;
}
.mt20 {
    margin-top: 20px;
}




.site-menu .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
}

.site-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.site-menu .dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

    .site-menu .dropdown-item:hover,
    .site-menu .dropdown-item:focus {
        background-color: #fff !important;
    }

.sidebar-nav .submenu {
    display: none;
    padding-left: 15px;
}

.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}