#homeBanner {
    min-height: 80vh;
    background-image: linear-gradient(to right, rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.7)), url("../images/banner.gif") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#missionBanner {
    background-image: linear-gradient(to right, rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.7)), url('../images/mission-banner.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
}

.mainNavbar {
    position: relative;
    z-index: 1000;
}

.dropdown-menu {
    z-index: 10000;
}


.mainNavbar .nav-link {
    color: seashell !important;
    text-shadow: 2px 1px #000;
    font-size: 19px;

}

.nav-link {
    font-size: 19px;
}

.active {
    color: #36b348 !important;
}


.theme-color {
    color: #36b348;
}

.bg-theme {
    background-color: #36b348;
}

.mainNavbar #google_translate_element * {
    color: aliceblue !important;
}

.mainNavbar #google_translate_element select {
    color: black !important;
}

.mainNavbar #google_translate_element option {
    color: black !important;
}

#solutionsDiv a {
    text-decoration: none;
    color: black;
}

#solutionsDiv img {
    width: 200px;
}

.footer a {
    text-decoration: none;
}

.dropdown-menu .active {
    background-color: #36b348;
    color: white !important;
}

.missionBannerDiv {
    background-image: url('../images/mission-banner.jpg');
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lightgrey {
    height: 1px;
    border-width: 0;
    color: gray !\; background-color: gray;
    display: block;
    margin: auto;
    width: 60%;
}

.teamContainer a {
    text-decoration: none;
}

.mediaBox {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 12px;
}

.articleDiv h1 {
    text-align: center;
}

.articleDiv span {
    display: flex;
    justify-content: center;
    text-align: center !important;
    color: #777777;
}

.feedDiv {
    padding: 0px 16px;
}

.articleDiv iframe {
    display: block;
    margin: auto;
}

.articleDiv em {
    text-align: center !important;
    display: block;
}

.articleDiv .summary {
    padding: 10px 0px;
}

.articleDiv p,
.feedDiv p {
    font-weight: 400;
}

.imageMedia {
    padding: 10px !important;
    margin: 0 auto;
}

.imageMedia p {
    padding: 0px;
    margin: 0px;
    line-height: 150%;
}

.imgCaption,
.imgCopyright {
    margin: 0px !important;
    padding: 0px !important;
    font-style: italic !important;
    font-size: 86%;
    line-height: 150%;
    color: #888;
}

.imgCopyright {
    color: #555 !important;
}

.newsPager {
    padding: 0px;
}

.newsPager li {
    display: inline;
    padding-right: 20px;
}

.newsfeedRow {
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.newsfeedRow .col-md-8 {
    padding: 20px;
}

.newsfeedRow img {
    padding: 0px;
    margin: 0px;
}

.newsfeedRow img,
.headlineItem img {
    border: 1px solid #EEEEEE;
}

.newsfeedRow img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.articleImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h3 {
    font-size: 150%;
    font-weight: bolder;
}

h3 a,
.articleDiv h1 {
    font-weight: 400;
    text-decoration: none;
    color: #36b348;
}

.content strong {
    color: #36b348 !important;
}

.mediaLink {
    text-decoration: none !important;
    color: black;
}

.mediaLink:visited {
    color: black;
}

.mediaBox:hover {
    color: #36b348;
}

.mediaBox:hover img {
    transform: scale(1.1);
}

.mediaBox img {
    transition: transform 0.5s;
}

@media only screen and (max-width: 550px) {
    .articleDiv h1 {
        font-size: 160%;
    }

    .articleDiv .summary {
        font-weight: 400;
        font-size: 120%;
    }

    .articleDiv p {
        font-weight: 300;
        font-size: 130%;
    }

    .feedDiv p {
        font-size: 120%;
    }

    .imgCaption {
        font-weight: 300;
        font-size: 84%;
    }

    .newsDate {
        color: #777777;
    }
}

@media only screen and (max-width: 767px) {
    .name {
        text-align: center;
        margin-top: 10px;
    }

    .desc {
        text-align: justify;
    }

    .downloadBtn {
        display: block;
        margin: auto;
    }

    .eventImage {
        width: 100%;
    }

    .event-image {
        width: 26%;
    }

    .mediaBox {
        margin-top: 27px;
    }

    .carousel-item img {
        height: 70vh !important;
        object-fit: cover;
    }

    #navbar-brand {
        width: 125px;
    }

    .solutionsDiv {
        margin-top: 30px;
        text-align: justify;
    }

}

.video-container {
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 450px;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .circle-play {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .circle-play svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.carousel-item img {
    filter: brightness(50%);
}

.shadowText {
    text-shadow: 1px 3px #000000;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    margin: auto;
}

.main-content {
    padding: 0;
}

.main-content figure {
    padding: 0 !important;
    width: auto !important;
    margin-bottom: 20px;
}

.main-content img {
    width: auto !important;
}


.page_404 img {
    width: 100%;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

/* .contant_box_404 {
    margin-top: -50px;
} */
/* 
.four_zero_four_bg{
 
    background-image: url(https://www.freepik.com/free-vector/404-error-with-landscape-concept-illustration_20602785.htm#query=404%20page%20found&position=14&from_view=keyword&track=ais);
       height: 400px;
       background-position: center;
    } */

@media only screen and (max-width: 850px) {
    .imageMediaimg-fluid {
        width: 100% !important;
        height: auto;
    }

    div {
        width: 100% !important;
    }
}

.imageMediaimg-fluid {
    margin-bottom: 5px;
}

.imgCaption {
    padding: 0px 5px;
    font-size: 14px;
}


.projectPhotos img {
    object-fit: cover;
    height: 240px !important;
    width: 100%;
    border-radius: 7px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 2000;
}

.dropdown .show {
    /* display: block; */
    z-index: 2000 !important;
    /* position:absolute; */
}


.feedDiv a {
    color: #36b348;
    font-size: 23px;
    text-decoration:none;
    margin-bottom:4px;
    font-weight: 400;
}

.feedDiv a:hover {
    color: #0066ff;
}

.event-link  a{
    font-size:14px !important;
    color: #0066ff !important;

}
.captcha-option.selected {
    border: 3px solid #28a745;
}
.btn-light{
    border: 3px solid #fff;
    padding:0px;
}

.events-container {
    min-height: 72vh;
}

.no-decoration {
    text-decoration: none;
}