﻿/* style for news pages only. */
html {
    background: #fff;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333;
}

.container {
    max-width: 1200px !important;
    padding: 0px;
}

.no-padding {
    padding: 0px !important;
}

.news-header {
    background-color: #0E1B0F;
}

.news-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-header ul li {
    color: #fff;
    display: inline-block;
}

.news-header .top-ban ul li:not(:last-child) {
    padding-right: 24px;
}

.news-header .top-ban ul li a {
    color: #fff;
}

.news-header .top-ban ul li i {
    padding-right: 18px;
    font-size: 15px;
}

.news-header .btn-link ul li a:hover {
    cursor: pointer;
}

.top-ban {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.top-ban .contact-info {
    flex-basis: 60%;
}

.top-ban .btn-link {
    flex-basis: 40%;
}

.top-ban .btn-link ul {
    display: flex;
}

.top-ban .btn-link ul li {
    align-self: flex-end;
    width: 176.48px;
}

    .top-ban .btn-link ul li a {
        
    }

    .top-ban .btn-link ul li a img {
        flex-basis: 176.48px;
        height: 45.61px;
    }

.top-ban .btn-link ul li:not(:last-child) {
    margin-right: 8px;
    padding: 0;
}

.navbar {
    padding: 0;
    background-color: #152817 !important;
}

.navbar .navbar-brand {
    margin: 0px;
    padding: 0px;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav .nav-item .dropdown {
    padding: 30px 0px !important;
}

.navbar-nav .nav-item .dropdown:hover {
    cursor: pointer;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding: 13px 20px;
    font-weight: 500;
    transition: .3s all ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #CBCD16;
}

.navbar-nav .nav-item.active .nav-link {
    color: #CBCD16;
}

.navbar-nav .nav-item .dropdown button {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    padding: 13px 20px;
    font-weight: 500;
    transition: .3s all ease-in-out;
    background: none;
    border: none;
    transition: .3s all ease-in-out;
}

.navbar-nav .nav-item .dropdown button:hover {
    color: #CBCD16;
}

.navbar-nav .nav-item .dropdown.show button {
    color: #CBCD16;
}

.navbar-nav .nav-item .dropdown button i {
    padding-left: 6px;
}

.navbar-nav .nav-item:nth-child(1),
.navbar-nav .nav-item:nth-child(4),
.navbar-nav .nav-item:nth-child(5),
.navbar-nav .nav-item:nth-child(7) {
    padding: 30px 0px !important;
}

.navbar-nav .nav-item:hover {
    cursor: pointer;
}

.navbar-nav .nav-item .dropdown .dropdown-menu.show {
    top: 160% !important;
}

.navbar-nav .nav-item .dropdown .dropdown-menu {
    border-radius: 0px;
    border: none;
    background-color: #f3f3f3;
    padding: 0px;
}

.navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
    color: #333;
    padding: 8px 20px;
    font-weight: 500;
}

.navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #CBCD16;
}

.navbar-nav .nav-item .dropdown:hover .dropdown-menu {
    display: block;
}

footer {
    padding: 40px 0px;
    background-color: #131313;
}

footer .flex-footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

footer .flex-footer .item-footer {
    flex-basis: 25%;
    flex-grow: 0;
}

footer h1 {
    font-size: 18px;
    line-height: 24px;
    color: #CBCD16;
    font-weight: 500;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 8px;
}

footer ul li i {
    padding-right: 4px;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    transition: .3s all ease-in-out;
}

footer ul li a:hover {
    color: #CBCD16;
}

footer p {
    color: #fff;
}

footer .flex-footer .item-footer .socmed li {
    display: inline-block;
    position: relative;
}

footer .flex-footer .item-footer .socmed li a {
    height: 44px;
    width: 44px;
    border-radius: 22px;
    position: relative;
    margin-right: 8px;
    display: block;
}

footer .flex-footer .item-footer .socmed li:nth-child(1) a {
    background-color: #3b5998;
}

footer .flex-footer .item-footer .socmed li:nth-child(1) a i {
    top: 9px;
    right: 4.2px;
}

footer .flex-footer .item-footer .socmed li:nth-child(2) a {
    background-color: #262626;
}

footer .flex-footer .item-footer .socmed li:nth-child(2) a i {
    top: 8.8px;
    right: 7.5px;
}

footer .flex-footer .item-footer .socmed li:nth-child(3) a {
    background-color: #cd201f;
}

footer .flex-footer .item-footer .socmed li:nth-child(3) a i {
    top: 8.8px;
    right: 4.1px;
}

footer .flex-footer .item-footer .socmed li:nth-child(4) a {
    background-color: #0077b5;
}

footer .flex-footer .item-footer .socmed li:nth-child(4) a i {
    top: 8.8px;
    right: 7.1px;
}

footer .flex-footer .item-footer .socmed li i {
    font-size: 26px;
    position: absolute;
}
.footer-note {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    border-top: 1px solid #666666;
    margin-top: 32px;
    padding-top: 32px;
}

.item-fnote {
    flex-basis: 50%;
    flex-grow: 0;
}

.item-fnote a {
    display: block;
    text-align: end;
    color: #CBCD16;
    transition: .3s all ease-in-out;
    font-size: 15px;
    line-height: 23px;
}

.item-fnote a:hover {
    color: #666;
}

.item-fnote p {
    color: #CBCD16;
    font-size: 15px;
    line-height: 23px;
}

.news-page {
    padding: 56px 0px;
    background-color: #fff;
}

.news-page .btn-back {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-page .btn-back a {
    padding: 8px 24px;
    background-color: #60B358;
    color: #fff;
    transition: .3s all ease-in-out;
    height: 100%;
}

    .news-page .btn-back h1 {
        font-family: Montserrat;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        color: #60b358;
    }

    .news-page .btn-back a:hover {
        background-color: #333;
    }

.news-page .page-title {
    padding-bottom: 32px;
}

.news-page .page-title h1 {
    color: #60B358;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.news-page .post-news .share-holder {
    padding: 40px 0px;
}

.news-page .post-news .share-holder .fb-share,
.news-page .post-news .share-holder .twitter-share {
    
    color: #fff;
    border: none;
    padding: 8px 24px;
    font-family: inherit;
    transition: .3s all ease-in-out;
}

.news-page .post-news .share-holder .fb-share {
    background-color: #4267B2;
}

.news-page .post-news .share-holder .twitter-share {
    background-color: #000;
}   

.news-page .post-news .share-holder .fb-share i,
.news-page .post-news .share-holder .twitter-share i {
    font-size: 14px;
    margin-right: 4px;
}

.news-page .text-pink,
.post-news .text-pink {
    text-align: center;
    display: block;
}

.flex-topic {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.flex-topic .item-topic {
    flex-basis: 25%;
    flex-grow: 0;
    padding: 16px 8px;
}

.flex-topic .item-topic a {
    display: block;
}

.flex-topic .item-topic img {
    width: 96%;
    height: 100%;
    max-height: 87.7px;
    object-fit: contain;
}

.post-news {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 32px;
}

.post-news .item-container {
    width: 70%;
    flex-grow: 1;
}

.post-news .item-container .item-post {
    background-color: #f7f7f7;
    padding: 24px;
    margin-bottom: 32px;
}

.post-news .item-container .item-post p {
    display: block;
    max-width: 80%;
}

.post-news .item-container .item-post .img-holder {
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
}

.post-news .item-container .item-post .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-news .item-container .item-post h1 {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 4px 0px;
}

.post-news .item-container .item-post .publish-date {
    color: #60B358;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 16px;
}

.post-news .item-container .item-post .btn-cmor {
    color: #60B358;
    font-weight: 500;
    transition: .3s all ease-in-out;
    font-size: 15px;
}

.post-news .item-container .item-post .btn-cmor:hover {
    color: #333;
}

.post-news .item-container .pagination {
    width: 100%;
    display: block;
    text-align: center;
}

.post-news .item-container .pagination ul li {
    display: inline-block;
}

.post-news .item-container .pagination ul li {
    display: inline-block;
    font-weight: 500;
    padding: 0 2px;
}

.post-news .item-container .pagination ul li a {
    color: #555;
}

.post-news .item-container .pagination ul li.active a {
    color: #60B358;
}

.post-news aside {
    width: 30%;
    flex-grow: 1;
}

.post-news aside .title h1 {
    color: #60B358;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.post-news aside .aside-post {
    padding: 16px 0px;
    border-bottom: 1px solid #ddd;
}

.post-news aside .aside-post a {
    color: #333;
    transition: .3s all ease-in-out;
    display: block;
}

.post-news aside .aside-post a h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    margin: 0;
}

.post-news aside .aside-post p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.post-news aside .aside-post .btn-cmor {
    color: #60B358;
    font-size: 15px;
    font-weight: 500;
}

.post-news aside .aside-post .btn-cmor:hover {
    color: #333;
}

.post-news #frmUserDetails {
    flex-basis: 70%;
    flex-grow: 0;
}

.post-news #frmUserDetails h1 {
    color: #60B358;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.post-news #frmUserDetails .publish-date {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    margin-bottom: 32px;
    color: #60B358;
}

.post-news #frmUserDetails .image-holder {
    position: relative;
    margin-bottom: 32px;
    height: 100%;
    width: 100%;
}


.post-news #frmUserDetails .image-holder ul {
    margin: 0px;
    padding: 0px;
}

.post-news #frmUserDetails .image-holder ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.post-news #frmUserDetails .image-holder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-news #frmUserDetails .content-holder p {
    color: #333;
}

.map-section {
    padding: 40px 0px !important;
}

.map-section-page-title {
    padding: 40px;
}

.map-section {
    padding: 0px 16px 0px 0px;
    background-color: #Fff;
}

.map-section .map {
    margin-top: 24px;
}

.map-section .dvmap-holder {
    margin-top: 32px;
}

    .map-section .dvmap-holder #featured-images-container img {
        object-fit: cover;
        cursor: pointer;
        width: 160px;
        height: 160px;
    }

.map-section .write-up {
    text-align: justify;
}

.map-section .table-responsive {
    margin-top: 40px;
    position: relative;
}
.map-section .table-responsive .city-holder {
    position: absolute;
    z-index: 9999;
    width: 30%;
    display: flex;
    gap: 12px;
    align-items: center;
    top: 9px;
}
.map-section .table-responsive .city-holder {
    margin: 0;
}
.map-section .table-responsive #list_wrapper {
    margin: 16px 0px;
}

.map-section .table-responsive #list_wrapper #list {
    margin-top: 16px !important;
}

.map-section .flex-details {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.map-section .flex-details .item-details {
    flex-basis: 50%;
}

.map-section .flex-details .item-button {
    flex-basis: 50%;
    text-align: right;
}

.event-calendar {
    padding: 40px 0px;
    background: #fff;
}

.event-calendar h1,
.map-section h1
{
    color: #11522E;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

.event-calendar p {
    color: #333;
}

.calendarpublic {
    background-color: #fff;
    padding: 40px 0px;
}

.challenge-section {
    padding: 40px 0px;
}

.challenge-section .page-details {
    padding: 20px 0px 20px 0px;
}


.challenge-section .page-title-box h1 {
    color: #11522E;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    white-space: unset !important;
    text-overflow: unset !important;
}

.event-calendar .img-holder {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.event-calendar .img-holder img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.challenge-section .details-holder {
    padding: 16px;
}

.challenge-section #clientInfoModal {
    padding-right: 0px;
}


.challenge-section #clientInfoModal {
    padding-left: 17px;
}

.challenge-section .modal-dialog {
    max-width: 32em !important;
}
.fc-list-event-time {
    display: none;
}

.zoomed-view {
    background-color: #00000099;
}

    .zoomed-view .img-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin-inline: auto;
        background: #000c;
    }

        .zoomed-view .img-container img {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: contain;
            min-width: 450px;
            max-width: 800px;
            margin: auto;
            background: unset;
        }

        .zoomed-view .img-container .close {
            margin-left: auto;
            position: absolute;
        }

    .zoomed-view .modal-dialog {
        height: 100%;
        width: 100%;
        max-width: unset;
        pointer-events: unset !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .zoomed-view button {
        font-size: 1rem;
        color: #fff;
        opacity: 1;
        z-index: 2;
        position: absolute;
        right: 0;
        padding: .5rem 1rem;
        background: #00000066;
        border-radius: 100%;
        margin: 10px;
        font-weight: 200;
        width: 50px;
        height: 50px;
        position: relative;
        border: none;
    }

        .zoomed-view button:hover {
            color: #ccc;
            background: #00000066;
        }

    .zoomed-view #prevImage {
        left: 0;
        position: absolute;
        top: 46%;
        background: #00000066;
    }

    .zoomed-view #nextImage {
        right: 0;
        position: absolute;
        top: 46%;
        background: #00000066;
    }

.challenge-section .btn-eco-container {
    display: flex;
    flex-wrap: wrap;
}

.challenge-section .btn-eco-container .btn-eco {
    flex-basis: 33.33%;
    font-size: 20px;
    font-weight: 700;
    color: #11522E;
    border: 1px solid #ccc;
    padding: 16px 32px;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    text-align: center;
}

.challenge-section .btn-eco-container .btn-eco img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 16px auto;
}

.challenge-section .btn-eco-container .btn-eco:last-child {
    border-left: none;
}

.challenge-section .btn-eco-container .btn-eco:hover {
    background-color: #11522E;
    color: #fafafa;
}

.challenge-section .flex-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 8px;
    margin: 40px 0px;
    padding: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.challenge-section .flex-row .item-filter {
    flex-basis: 20%;
}

.challenge-section .flex-row .item-filter button {
    border-radius: 0.2rem;
    padding: 6px 0px;
    color: #fff;
    width: 100%;
    transition: .3s all ease-in-out;
    
}

.challenge-section .flex-row .item-filter #btnChallengeFilter:hover {
    background-color: #333 !important;
    
}

.challenge-section .flex-row .item-filter .select2-container .select2-selection--single {
    height: 37px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 4px 8px;
}


.challenge-section .section-video {
    text-align: center;
}

.challenge-section #milestoneContainer #divGrid,
.challenge-section #challengeContainer #divGrid,
.challenge-section #challengeContainer .section-progress {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
    margin-bottom: 58px !important;
    gap: 16px 32px;
    margin: 0px;
    flex-wrap: wrap;
    align-self: center;
    justify-content: flex-start;
	width: 100%;
}

.challenge-section #milestoneContainer #divGrid .pb-3,
.challenge-section #challengeContainer #divGrid .pb-3,
.challenge-section #challengeContainer .section-progress .pb-3 {
    padding: 0px;
    margin: 0px;
    flex: 0 0 31%;
    max-width: 31%;
}

.challenge-section #milestoneContainer .img-container,
.challenge-section #challengeContainer .img-container {
    height: 300px;
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    padding: 16px;
}

.challenge-section #milestoneContainer .img-container img,
.challenge-section #challengeContainer .img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.challenge-section #milestoneContainer .card-body,
.challenge-section #challengeContainer .card-body {
    padding: 16px;
}

.challenge-section #milestoneContainer .card-footer,
.challenge-section #challengeContainer .card-footer {
    padding: 16px;
}

.challenge-section #milestoneContainer .card-title, .challenge-section #milestoneContainer #divGrid .pb-3, .challenge-section #challengeContainer #divGrid .pb-3, .challenge-section #challengeContainer .section-progress .pb-3
.challenge-section #challengeContainer .card-title {
    font-size: 16px;
    line-height: 24px;
}

.challenge-section .page-details .img-logo {
    width: 160px;
    margin: 16px 0px 40px 40px;
}

.challenge-section .page-details .img-logo img {
    width: 100%;
}

.challenge-section .carousel-section {
    margin: 80px 0px;
}

.challenge-section .carousel-indicators .active {
    background-color: #11522E;
}

.challenge-section .carousel-control-prev, .carousel-control-next {
    filter: invert(100%);
}

.challenge-section .carousel-control-prev {
    left: -120px;
}

.challenge-section .carousel-control-next {
    right: -120px;
}

.challenge-section .carousel-indicators {
    bottom: -56px;
}

.challenge-section .carousel-indicators li {
    background-color: #777;
}

.challenge-section .btn-sponsor {
    padding: 12px 32px;
    background-color: #60B358;
    border-radius: 4px;
    transition: .3s all ease-in-out;
    color: #fff;
}

.challenge-section .btn-sponsor:hover {
    background-color: #333;
}

.challenge-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 24px auto;
}

.swal2-show {
    right: 8px;
}