/* 07-07 */
.project-section .wrap {
    width: 100%;
}

.project-section .wrap article#post {
    float: unset !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 2% !important;
}

.project-section .wrap hgroup {
    text-align: center;
    border: none !important;
    margin: 60px 0 !important;
}


.project-list {
    display: flex;
    flex-wrap: wrap;
}

.project-list li {
    margin: 0 !important;
    float: unset !important;
    flex: 0 0 auto;
    width: 25% !important;
}

.project-list:before,
.project-list:after {
    display: none !important;
}

.project-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;

}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-5 {
    margin-top: 5em;
}

@media not all and (min-resolution: 0.001dpcm) {
    .project-card img {
        max-height: 350px;
    }
}

.project-card .project-card-img {
    position: relative;
}

.project-card .project-card-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, rgba(16, 37, 63, 0.8), transparent); */
    /* background: linear-gradient(220deg, rgba(73, 188, 77, 0.25) 0%, rgba(73, 188, 77, 0.85) 100%); */
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.project-card .project-card-desc {
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-decoration: none;
    left: 35px;
    bottom: 30px;
    color: #fff !important;
    font-weight: normal;
    font-family: 'BigNoodle', sans-serif;
    font-size: 48px;
    line-height: 46px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    visibility: visible;
    transition: all .3s ease !important;
}

.project-card:hover .project-card-desc {
    opacity: 0 !important;
    visibility: hidden !important;
}

.project-card {
    position: relative;
}


.project-card .project-card-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, rgba(16, 37, 63, 0.8), transparent); */
    background: linear-gradient(230deg, rgba(16, 37, 63, 0) 0%, rgba(16, 37, 63, 0.85) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.project-card:hover .project-card-img:after {
    opacity: 0;
}

.project-card:hover .project-card-img:before {
    opacity: 0.4;
}


/*Single project*/
.project-heading-section .default-container {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.project-heading-section .default-container h1,
.default-container h2 {
    margin: 0;
    font-weight: normal;
    font-size: 4.4em;
    font-family: 'BigNoodle', sans-serif;
}

.project-heading-section .default-container h3 {
    margin: 5px 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
}

.project-heading-section {
    padding: 60px 0;
}

.project-heading-section .default-container p {
    font-size: 1em;
    line-height: 1.7em;
}

.project-heading-section .default-container p:last-child {
    margin-bottom: 0;
}

.new-project-section {
    background: #ebecee;
    padding: 60px 0;
    position: relative;
}

.text-center {
    text-align: center;
}

.feature-project-card {
    background: #fff;
    padding: 50px;
    /* filter: blur(5px); */
    transition: all 0.3s ease;
}

.fp-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.fp-row .fp-content {
    flex: 0 0 auto;
    max-width: 50%;
    word-break: break-word;
}

.fp-row .fp-content p {
    padding-right: 100px;
}

.fp-row .fp-image {
    flex: 0 0 auto;
    width: 50%;
}

.fp-row .fp-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #10253f;
    margin-top: 20px;
    margin-bottom: 30px;
}

.fp-image img {
    max-width: 100%;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    cursor: pointer;
}

.fp-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #10253f;
}

.fp-row>div {
    padding: 0 15px;
}

.fp-row .fp-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fp-row .fp-content ul li i {
    color: #49bc4d;
    margin-right: 5px;
}

.fp-row .fp-content ul li {
    font-weight: 600;
    margin-bottom: 10px;
}

.fp-row .fp-content .certified-badge li {
    display: inline-block;
    margin-left: 5px;
}

.fp-row .fp-content .certified-badge {
    float: right;
}

.fp-row .fp-content .certified-badge li img {
    width: 52px;
}

.project-slider .slick-slide {
    padding: 0 30px;
    position: relative;
}

.project-slider {
    margin-bottom: 0;
    margin-top: 30px;
}

.project-slider .slick-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: transparent;
    backdrop-filter: blur(5.461359977722168px);
    --webkit-backdrop-filter: blur(5.461359977722168px);
    background-color: rgba(16, 37, 63, 0.55);
}

.project-slider .slick-slide.slick-center:before {
    opacity: 0;
}

.project-slider .slick-slide.slick-center .feature-project-card {
    position: relative;
    z-index: 9;
}

.project-slider .slick-prev, .project-slider .slick-next {
    background: #10253f;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.project-slider .slick-prev i, .project-slider .slick-next i {
    font-size: 34px;
    color: #fff;
}

.project-slider .slick-prev {
    left: 280px;
    width: auto;
    height: auto;
    padding: 5px 10px;
}

.project-slider .slick-next {
    right: 280px;
    width: auto;
    height: auto;
    padding: 5px 10px;
}

.project-slider .slick-prev:before, .project-slider .slick-next::before {
    display: none;
}

.project-slider .slick-prev:hover, .project-slider .slick-next:hover {
    background: #10253f;
}

.project-slider .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.project-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.project-slider .slick-dots li button:before {
    width: auto;
    height: auto;
    font-size: 10px;
    transition: all 0.3s ease;
}

.project-slider .slick-dots li button:hover:before {
    color: #10253f;
}

.project-slider .slick-dots {
    bottom: -30px;
}

.education-project-section {
    padding: 60px 0;
}

.education-project-section .heading-area {
    margin-bottom: 30px;
}

.row.ep-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}

.row.ep-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .row.ep-row .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .row.ep-row .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.ep-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    /* height: 380px;  */
    aspect-ratio: 1/1;
}

.ep-card {
    position: relative;
    display: block;
}

.ep-card:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #10253f;
    opacity: 0.65;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* .ep-card:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #49bc4d, #49bc4d47);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
} */

.ep-card:hover:before {
    /* background: #49bc4d; */
    opacity: 0;

}

/* .ep-card:hover:after {
    opacity: 0.4;
} */

.ep-card .ep-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -35%);
    z-index: 9;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 302px;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
}

.ep-card:hover .ep-desc {
    opacity: 0;
    visibility: hidden;
}

.ep-card .ep-desc h2, .ep-card .ep-desc p {
    color: #fff;
}

.ep-card .ep-desc p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.ep-card .ep-desc h2 {
    margin: 0;
    font-size: 48px;
    font-family: 'BigNoodle', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.ep-card .ep-desc .btn-area {
    margin-top: 20px;
}

.ep-card .ep-desc .btn-area {
    margin-top: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.ep-card .badge-btm {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
}

.ep-card .badge-btm img {
    width: 58px;
}

/* .ep-card:hover .ep-desc {
    transform: translate(-50%, -50%);
} */

.ep-card:hover .btn-area {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#load-more-button, .fp-content .green, .ep-card .green {
    transition: all 0.3s ease-in-out;
    padding: 17px 35px !important;
}


/* Modal gallery  */
/* Modal container */
.modal {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    outline: 0;
}

/* Modal content */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 80%;
}

/* Close button */
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal .slick-slide img {
    max-width: 100%;
    height: auto;

}

.modal .slick-prev, .modal .slick-next {
    z-index: 9;
}

.modal .slick-prev {
    left: -30px;
}

.modal .slick-next {
    right: -30px;
}

.modal-container {
    position: relative;
    width: auto;
    margin: 0 auto;

}

.main-slider img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.nav-slider .slick-list {
    padding: 0 !important;
}

.nav-slider {
    margin-top: 30px;
}

.modal .slick-slide {
    padding: 0 10px;
}


.nav-slider img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

/* Safari-specific media query */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .nav-slider img {
            height: 176px;
        }
    }
}

.modal .slick-arrow:before {
    font-size: 0;
}

.modal .slick-arrow i {
    font-size: 34px;
    color: #fff;
}

.modal .nav-slider .slick-arrow i {
    font-size: 18px;
}

@media (min-width: 576px) {
    .modal-container {
        max-width: 1000px;
    }
}

@media (max-width: 1600px) {
    .project-slider .slick-prev {
        left: 110px;
    }

    .project-slider .slick-next {
        right: 110px;
    }
}

@media (max-width: 1199px) {
    .project-slider .slick-prev {
        left: 60px;
    }

    .project-slider .slick-next {
        right: 60px;
    }
}

@media (max-width: 1024px) {
    .project-list li {
        width: 33.33% !important;
    }

    .fp-row .fp-content .certified-badge {
        float: unset;
        margin-top: 20px;
    }

    .fp-row .fp-content p {
        padding-right: 0px;
    }

    .modal .slick-prev {
        left: 0;
    }

    .modal .slick-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .project-slider .slick-prev {
        left: 40px;
    }

    .project-slider .slick-next {
        right: 40px;
    }

    .modal .slick-list {
        padding: 0 15px;
    }

    .nav-slider .slick-list {
        padding: 0 10px !important;
    }

    .modal-container {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;

        /* Using flexbox */
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
    }

    .modal-container>div {
        width: calc(100% - 30px);
        order: 0;
        flex: 0 1 auto;
        align-self: center;
    }

    .project-card .project-card-desc {
        font-size: 34px;
        left: 25px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .project-list li {
        width: 100% !important;
    }

    .project-card img {
        aspect-ratio: auto;
    }

    .project-heading-section .default-container h1, .default-container h2 {
        font-size: 54px;
    }

    .project-heading-section .default-container h3 {
        font-size: 17px;
    }

    .project-heading-section {
        padding: 60px 15px;
    }

    /* .new-project-section {
        padding: 60px 0;
    } */

    .slick-dotted.slick-slider {
        margin-top: 20px;
    }

    .project-heading-section .default-container p {
        margin-bottom: 0;
    }

    .feature-project-card {
        padding: 20px;
    }

    .fp-content h2 {
        font-size: 40px;
    }

    .fp-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .fp-row .fp-image {
        margin-bottom: 30px;
    }

    .fp-row .fp-content, .fp-row .fp-image {
        width: 100%;
        max-width: 100%;
        flex: 0 auto;
    }

    .project-slider .slick-slide {
        padding: 0 15px;
    }

    .project-slider .slick-prev, .project-slider .slick-next {
        display: none !important;
    }

    .education-project-section {
        padding: 60px 0;
    }

    .education-project-section .heading-area {
        margin-bottom: 20px;
    }

    .modal .slick-arrow i {
        font-size: 20px;
    }

    .project-section .wrap hgroup {
        margin: 30px 0 !important;
        padding-bottom: 0 !important;
    }

    .project-card .project-card-desc, .ep-card .ep-desc h2 {
        font-size: 38px;
    }

    #content #post hgroup h1 {
        font-size: 3.4em;
    }

    #content #post hgroup h2 {
        font-size: 1.1em;
    }

    .project-heading-section .default-container p, .fp-row .fp-content p, .fp-row .fp-content ul li {
        font-size: 0.9em;
    }

    .fp-row .fp-content p {
        line-height: 1.4;
    }

    .ep-card .ep-desc h2 {
        margin-bottom: 10px;
    }
}

/* Modal gallery  end */
/* 07-07 end */
.gallery-slide .slick-arrow {
    z-index: 9;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 0;
}

.gallery-slide:hover .slick-arrow {
    opacity: 1;
}

.gallery-slide .slick-prev {
    left: 10px;
}

.gallery-slide .slick-next {
    right: 20px;
}

.gallery-slide .nivo-lightbox {
    width: auto !important;
    height: auto !important;
    display: block !important;
}

.gallery-slide .nivo-lightbox a {
    max-height: unset !important;
}

.gallery-slide .nivo-lightbox a img {
    height: 225px !important;
    width: 100% !important;
    object-fit: cover;
}

.gallery-slide .slick-arrow:before {
    display: none;
}

.gallery-slide .slick-arrow i {
    font-size: 14px;
    color: #000;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content #post.community-involvement .photo-gallery li a:after {
    position: absolute;
    content: '\f00e';
    font-family: 'FontAwesome';
    left: 50%;
    top: 50%;
    font-size: 2.5rem;
    color: #FFF;
    line-height: 1;
    margin-left: -20px;
    margin-top: -18px;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-shadow: 0 0 10px black;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#content #post.community-involvement .photo-gallery li:hover a:after {
    opacity: 1;
}

#content #post.community-involvement .photo-gallery li:after {
    display: none;
}

@media (max-width:991px) {
    .gallery-slide .slick-arrow {
        opacity: 1;
    }

    .gallery-slide .nivo-lightbox a img {
        max-height: 400px !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }

    .gallery-slide .slick-slide {
        padding: 8px 5px;
    }
}

@media (max-width:767px) {

    .gallery-slide .nivo-lightbox a img {
        max-height: 200px !important;
    }

    .gallery-slide .slick-prev {
        left: 0;
    }

    .gallery-slide .slick-next {
        right: 6px;
    }

    .gallery-slide .slick-arrow i {
        width: 25px;
        height: 25px;
    }
}