﻿/*.overlay {
    background-color: rgba(0,0,0,0.3);
}*/

/* BEGIN footer */

footer {
    margin: 0;
    background: #213B34;
    padding: 5vw 0;
}

    footer .fab {
        /*font-family: 'Font Awesome 5 Free';*/
        font-size: 18px;
        margin: 0 5px;
        color: #213B34;
        background: #ffffff;
        border-radius: 50%;
    }

    footer .fa-facebook-f {
        padding: 6px 8px 6px 7px;
    }

    footer .fa-linkedin-in {
        padding: 7px 9px;
    }

    footer .fa-instagram {
        padding: 6px 8px;
    }

    footer .fa-youtube {
        padding: 6px;
    }

/* BEGIN footer column padding */

@media screen and (max-width: 991px) {
    /*body {
        padding-top: 30px;
    }*/
    .pl3vw {
        padding-left: 0;
    }

    .pl5vw {
        padding-left: 0;
    }

    .lg-border {
        border-left: none;
        border-right: none;
    }
}

@media screen and (min-width: 992px) {
    .pl3vw {
        padding-left: 3vw;
    }

    .pl5vw {
        padding-left: 5vw;
    }

    .lg-border {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
}

/* END footer column padding */
/* END footer */



/* BEGIN SCREEN FIX */

/* TEMPORARY responsive fix */

@media screen and (max-width: 1022px) and (min-width: 992px) {
    .container {
        max-width: 90vw !important;
    }
}

/* TEMPORARY responsive fix */


@media screen and (max-width: 768px) {
    .img-sm {
        width: 50% !important;
        margin: 0 auto !important;
    }

    .reverse {
        flex-direction: row-reverse;
    }
}


@media (min-width: 1425px) {
    .toplogo {
        padding-right: 4rem;
    }

    .toplogosm {
        padding-right: 3rem;
    }
}

footer {
    margin-top: 36px;
}

/* END SCREEN FIX */

input[type=text] {
    margin-bottom: 10px;
}

/* BEGIN Video player */
#html5-watermark {
    display: none !important;
}

.html5-elem-wrap {
    background-color: #464646 !important;
}

/* END Video player */
/* BEGIN Filter Buttons*/
.filter-button {
    font-size: 0.9em;
    font-weight: bold;
}

.btn.filter-button:active,
.btn.filter-button:hover,
.btn.filter-button:focus {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(44, 97, 44, 0.7);
}
/* END Filter Buttons*/

/* BEGIN TabGallery */
.tab-gallery .thumb {
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}

    .tab-gallery .thumb:hover {
        transform: scale(1.2);
        opacity: 1;
    }

.tab-gallery .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* END TabGallery */

/* BEGIN Smooth scroll and back-to-top */
html {
    scroll-behavior: smooth;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #ffffff;
    outline: none;
    background-color: #2c612c;
    color: white;
    cursor: pointer;
    height: 45px;
    width: 45px;
    /*padding: 15px;*/
    border-radius: 50%;

}

    #toTop:hover {
        color: #2c612c;
        background-color: #ffffff;
        border: 2px solid #000000;
        box-shadow: none;
    }
/* END Smooth scroll and back-to-top */



/* BEGIN Accordion ripple effect */

@media screen and (max-width: 1500px) {
    .aks-accordion {
        width: 100%;
    }

    .aks-accordion-item-content {
        padding-left: 11px;
        width: 98%;
    }
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

.dropdown-divider {
    border-top: 1px solid #2c612c !important;
}
/* END Accordion ripple effect */

/* BEGIN Theme Styling */
.buttons a {
    display: block;
}

sup {
    font-size: 0.7em;
}

a {
    color: #2c612c;
    font-weight: bold;
}

    a:hover {
        color: #000000;
    }

.bg-wht {
    background: #ffffff;
}

.bg-blk {
    background: #000000;
}

.bg-dc {
    background: #dcdcdc;
}

.bg-vgrn {
    background: #2c612c;
}

.bg-vblue {
    background: #244c5a;
}

.bg-vgrey {
    background: #464646;
}

.glow-wht {
    text-shadow: 0 0 11px #ffffff !important;
}

.glow-blk {
    text-shadow: 0 0 7px #000000 !important;
}

.color-vgrn {
    color: #2c612c;
}

.color-wht {
    color: #ffffff;
}

.hrgrn {
    border: none;
    height: 3px;
    color: #2c612c;
    background-color: #2c612c;
    margin-top: 32px;
    margin-bottom: 64px;
}
/* BEGIN btn styles */
.btn-vgrn {
    background: #2c612c;
    color: #ffffff;
    font-weight: bold;
    border: 3px solid #2c612c;
}

    .btn-vgrn:hover {
        background: #ffffff;
        color: #000000;
        text-decoration: underline;
        text-underline-position: under;
        border: 3px solid #000000;
        text-decoration-color: #2c612c;
    }

.btn-wht {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    border: 3px double #2c612c;
}

    .btn-wht:hover {
        background: #ffffff;
        color: #000000;
        text-decoration: underline;
        text-underline-position: under;
        border: 3px solid #000000;
        text-decoration-color: #2c612c;
    }
/* END btn styles */
/*.row {
    margin-bottom: 1rem;
}

    .row .row {
        margin-top: 1rem;
        margin-bottom: 0;
    }*/

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.full-row {
    padding: 16px 0;
}

/* END Theme Styling */

/* BEGIN smooth transition FADE slider */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
/* END smooth transition FADE slider */

/* BEGIN image hover effect */
.img-hover:hover {
    opacity: 0.7;
}
/* END image hover effect */

/* BEGIN Navigation */

/*.navbar {
    background-color: #ffffff;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 2px 3px rgba(0,0,0,.15);
}*/

/* ============ only desktop view ============ */
/*@media all and (min-width: 1200px) {
    .navbar {
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: row;
    }

        .navbar .dropdown-menu-end {
            right: 0;
            left: auto;
        }

        .navbar .nav-item .dropdown-menu {
            display: inline-block;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            margin-top: 0;
        }



        .navbar .dropdown-menu.fade-down {
            top: 90%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transition: .5s;
            opacity: 1;
            visibility: visible;
            top: 100%;
            transform: rotateX(0deg);
        }

    .dropdown-large {
        min-width: 650px;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .dropdown-mega {
        left: 5%;
        right: 5%;
        width: 90%;
        margin-top: -20px !important;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap !important;
    }
}*/

/* ============ desktop view .end// ============ */

/* ============ mobile view .start// ============ */

/*@media screen and (max-width: 1200px) {

    .dropdown-menu .catagory {
        border-bottom: 3px solid #2c613c;
    }
}*/

/* ============ mobile view .end// ============ */

/*.dropdown-mega li:hover {
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.nav-link {
    color: #000000;
}

    .nav-link:hover {
        color: #2c612c;
    }

.dropdown-item {
    font-weight: bold;
}

.nav-item-ext .nav-link {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1em;
    padding: 0.7rem 0;
}

.dropdown-item:hover {
    color: #2c612c;
}

.nav-item a:hover {
    text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 3px;
}

.active {
    text-decoration: underline;
    text-decoration-color: #2c612c;
    text-decoration-thickness: 3px;
}

.catagory {
    font-size: 1.1em;
}

.navbar {
    border-bottom: 1px solid #2c612c;
}

.nonav:hover {
    background-color: #ffffff !important;
}*/


.form-control:focus {
    color: #000000 !important;
    border-color: #2c612c !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(44 97 44 / 25%) !important;
    font-weight: 500;
}

html {
    position: relative;
    min-height: 100%;
}

/*footer {
    background: #dcdcdc;
    position: relative;
    bottom: 0 !important;
    width: 100%;
    padding: 20px 0;
}

    footer::before {
        margin-top: 200px;
    }*/
/* END Footer*/
/* BEGIN Design Tools iframe */
.embed-container {
    position: relative;
    /*height: 2000px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* END Design Tools iframe */



/* BEGIN Carousel fade transition */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}
/* END Carousel fade transition */

/* BEGIN Project thumbnail group & hover effect */
.projectcard {
    width: 175px;
    height: auto;
    display: inline-flex;
    transition: all 0.2s ease;
    cursor: pointer;
}

.projectcard-lg {
    transition: all 0.2s ease;
    cursor: pointer;
}

    .projectcard-lg img, .projectcard img {
        padding: 5px;
    }

    .projectcard-lg:hover, .projectcard:hover {
        box-shadow: 0 0 5px 5px #e9ecef;
        transform: scale(1.1);
    }

.projectgroup .title {
    text-align: right;
    padding-right: 12px;
    font-weight: bold;
}

.projectcard-lg {
    transition-duration: 0.5s;
    animation: cardanimation 0.5s;
}

@keyframes cardanimation {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    75% {
        opacity: 1
    }
}

/* END Project thumbnail group & hover effect */

/* BEGIN accordion style */

@media screen and (max-width: 500px) {
    .aks-accordion {
        width: 100%;
    }

    .aks-accordion-item-content {
        padding-left: 11px;
        width: 99%;
    }
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.5;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

[data-ripple] {
    position: relative;
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 9999px;
    animation: ripple-animation 2s;
}


.aks-accordion {
    border-top: 1px solid #2c612c;
    width: 100%;
    margin: 0 auto;
}

.aks-accordion-row {
}

.aks-accordion-item {
    width: 100%;
    border-bottom: 1px solid #2c612c;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 12px;
    padding-left: 5px;
    cursor: pointer;
}

.aks-accordion-item-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aks-accordion-item-icon {
    width: 20px;
    height: 20px;
    background: #2c612c;
    border-radius: 9999px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    text-align: center;
}

    .aks-accordion-item-icon svg {
        width: 12px;
        fill: #ffffff;
        margin: 0 auto;
    }

.aks-accordion-item-title {
    width: 90%;
    text-align: left;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.aks-accordion-item-title {
    margin: 0;
}

.aks-accordion-item-content {
    display: none;
    width: 100%;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    overflow: hidden;
    word-break: break-word;
    width: 95%;
    text-align: left;
    line-height: 1.5;
}

.aks-accordion-item.opened .aks-accordion-item-icon-open {
    display: none;
}

.aks-accordion-item-icon-close {
    display: none;
}

.aks-accordion-item.opened .aks-accordion-item-icon-close {
    display: block;
}

.aks-accordion ul {
    list-style-type: none;
    color: #2c612c;
    font-size: 1.1rem;
    line-height: 1.1;
}

    .aks-accordion ul a {
        color: #000000;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

        .aks-accordion ul a:hover {
            color: #2c612c;
            text-decoration-color: #2c612c;
        }

    .aks-accordion ul i {
        color: #2c612c;
        padding-right: 12px;
    }

    .aks-accordion ul a:hover > i {
        color: #000000;
    }
/* END accordion style */

/* BEGIN Timeline style */
.main-timeline {
    position: relative;
}

    .main-timeline:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #c6c6c6;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .main-timeline .timeline {
        margin-bottom: 40px;
        position: relative;
    }

        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both;
        }

    .main-timeline .icon {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .main-timeline .icon:before,
        .main-timeline .icon:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.33s ease-out 0s;
        }

        .main-timeline .icon:before {
            background: #2c612c;
            border: 2px solid #2c612c;
            left: -3px;
        }

        .main-timeline .icon:after {
            border: 2px solid #c6c6c6;
            left: 3px;
        }

    .main-timeline .timeline:hover .icon:before {
        left: 3px;
    }

    .main-timeline .timeline:hover .icon:after {
        left: -3px;
    }

    .main-timeline .date-content {
        width: 50%;
        float: left;
        margin-top: 22px;
        position: relative;
    }

        .main-timeline .date-content:before {
            content: "";
            width: 36.5%;
            height: 2px;
            background: #c6c6c6;
            margin: auto 0;
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0;
        }

    .main-timeline .date-outer {
        width: 125px;
        height: 125px;
        font-size: 16px;
        text-align: center;
        margin: auto;
        z-index: 1;
    }

        .main-timeline .date-outer:before,
        .main-timeline .date-outer:after {
            content: "";
            width: 125px;
            height: 125px;
            margin: 0 auto;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            transition: all 0.33s ease-out 0s;
        }

        .main-timeline .date-outer:before {
            background: #2c612c;
            border: 2px solid #2c612c;
            left: -6px;
        }

        .main-timeline .date-outer:after {
            border: 2px solid #c6c6c6;
            left: 6px;
        }

    .main-timeline .timeline:hover .date-outer:before {
        left: 6px;
    }

    .main-timeline .timeline:hover .date-outer:after {
        left: -6px;
    }

    .main-timeline .date {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 27%;
        left: 0;
    }


    .main-timeline .year {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        line-height: 56px;
    }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 20px 0 20px 50px;
        float: right;
    }

    .main-timeline .title {
        font-size: 19px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 0 15px 0;
        padding: 0 10px;
    }

    .main-timeline .description {
        padding: 0 10px;
        margin-bottom: 0;
    }

    .main-timeline .timeline:nth-child(2n) .date-content {
        float: right;
    }

        .main-timeline .timeline:nth-child(2n) .date-content:before {
            left: 10px;
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 20px 50px 20px 0;
        text-align: right;
    }

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px;
    }

        .main-timeline .date-content:before {
            width: 22.5%;
        }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }

    .main-timeline .title {
        font-size: 17px;
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }

    .main-timeline .timeline {
        margin-bottom: 20px;
    }

        .main-timeline .timeline:last-child {
            margin-bottom: 0;
        }

    .main-timeline .icon {
        margin: auto 0;
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }

        .main-timeline .date-content:before {
            display: none;
        }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px;
    }

        .main-timeline .date-outer:before,
        .main-timeline .date-outer:after {
            width: 110px;
            height: 110px;
        }

    .main-timeline .date {
        top: 30%;
    }

    .main-timeline .year {
        font-size: 24px;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }

    .main-timeline .title {
        margin-bottom: 10px;
    }
}

/* END Timeline style */

/*  BEGIN responsive ul columns  */


@media only screen and (max-width: 600px) {
    .responsive-col {
        column-count: 1;
    }
}
@media only screen and (min-width: 600px) {
    .responsive-col {
        column-count: 2;
    }
}
@media only screen and (min-width: 768px) {
    .responsive-col {
        column-count: 2;
    }
}
/*@media only screen and (min-width: 1024px) {
    .responsive-col {
        column-count: 3;
    }
}
@media only screen and (min-width: 1440px) {
    .responsive-col {
        column-count: 3;
    }
}*/