body {
    color: #404040;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}





img {
    max-width: 100%;
}

/*-------------OLD CSS---------------*/


/*-------------OLD CSS---------------*/

/*-------------HEADER---------------*/


header .custom-nav {
    background-color: #f6f9fc;
    padding: 0;
    box-shadow: 0 0 10px rgba(214, 215, 216, 1);
}

.fixed-header header {
    height: 100px;
    width: 100%;
    transition: all 0.5s;
}

.fixed-header header .custom-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

}

header .custom-nav .navbar-brand {
    max-width: 230px;
}

header .header-top .contact-no-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .custom-nav .navbar-nav .nav-item .nav-link {
    color: #303030;
    font-weight: 400;
    padding: 30px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
}

header .custom-nav .navbar-nav .nav-item .nav-link:hover {
    color: #fa8c16;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

header .custom-nav .social-media {
    font-size: 30px;
    line-height: 1;
    margin-left: 10px;
}

header .custom-nav .insta-icon i {
    color: #ffffff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .custom-nav .fb-icon:hover i {
    color: #d6249f;
}

header .custom-nav .twit-icon i {
    color: #0072b1;
}

header .custom-nav .twit-icon:hover i {
    color: #002a4f;
}

.main-slider .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .ban-slide-img {
    width: 100%;
}

.main-slider .banner-content .banner-item h3 {
    color: #efefef;
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
}

header .custom-nav .navbar-toggler {
    background-color: #fff;
}

header .custom-nav .navbar-toggler:focus {
    box-shadow: none;
}


/*-------------FOOTER---------------*/

footer {
    padding-top: 40px;
    background-color: #f6f9fc;
}


footer .footer-bottom {
    background-color: #002a4f;
    padding: 10px 0;
    margin-top: 40px;
}

footer .footer-logo {
    margin-bottom: 30px;
}

footer .footer-logo img {
    max-width: 240px;
}

footer .footer-bottom p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
}

footer .footer-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #3b3b3b;
    font-weight: 700;
}

footer .address-wrap .address {
    display: flex;
    margin-bottom: 30px;
    color: #3b3b3b;
}

footer .address-wrap .address .ftr-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 5px;
}

footer .address-wrap .address .ftr-icon i {
    font-size: 30px;
}

footer .address-wrap .address .ftr-contact {
    font-size: 19px;
    font-weight: 600;
}

footer .address-wrap .address .ftr-contact a {
    text-decoration: none;
    color: #303030;
}

footer .address-wrap .address .ftr-contact a:hover {
    color: #fa8c16;
}

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

footer .footer-content ul li {
    margin-bottom: 5px;
}

footer .footer-content ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #303030;
}

footer .footer-content ul li a:hover {
    color: #fa8c16;
}

footer .ftr-post-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

footer .ftr-post-wrap ul li {
    width: 50%;
    margin-bottom: 20px;
}

footer .ftr-post-wrap ul li .ftr-post-img {
    display: block;
}

footer .footer-content ul li .ftr-post-img img {
    max-width: 130px;
    border-radius: 5px;
}

footer .social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

footer .social-media ul li {
    margin-right: 20px;
}

footer .social-media ul li a {
    font-size: 50px;
    color: #fff;
}

footer .social-media ul li .insta-icon i {
    color: #ffffff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .social-media ul li .twit-icon i {
    color: #0072b1;
}

/*---------------FOOTER END---------------*/
.section-wrap {
    padding: 40px 0;
}

.section-wrap .mainheading {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #202020;
    text-transform: uppercase;
}

.section-wrap .mainheading span {
    color: #1379d1;
}

.section-wrap .title-decription {
    text-align: justify;
    color: #404040;
    font-size: 16px;
    margin: 0 auto;
}

.section-wrap .title-decription span {
    color: #2ba600;
}

hr.divider {
    height: 2px;
    width: 60%;
    margin: 0 auto;
    background-color: #dddddd;
    opacity: 1;
}

.content-item ul.partners-logo {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.content-item ul.partners-logo li img {
    max-width: 150px;
}

.content-item ul.partners-logo li {
    border: 1px solid #ededed;
    width: 50%;
    text-align: center;
}

.info-area-left {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.info-area-right {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.section-wrap .mainheading img {
    max-width: 45px;
    margin-right: 20px;
}

/*---------------GALLERY---------------*/
.gallery-wrapper .gallery-image {
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid #ffffff;
}

.gallery-wrapper {
    padding: 40px 0;
    position: relative;
}

.gallery-wrapper .container {
    position: relative;
    z-index: 10;
}

.section-wrap .content-item {
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0 7px 30px rgba(64, 64, 64, 0.1);
    box-shadow: 0 7px 30px rgba(64, 64, 64, 0.1);
}

.section-wrap h6.name {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fa8c16;
    text-transform: uppercase;
}

.section-wrap .info .opinion {
    font-size: 16px;
}

.section-wrap .download-file-btn {
    margin-top: -25px;
    display: inline-block;
    border-radius: 100%;
    background-color: #ffffff;
    padding: 7px 0 0;
    font-size: 30px;
    color: #2ba600;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2ba600;
    width: 70px;
    height: 70px;
}

.aboutme-wrapper {
    padding: 90px 0;
    background-color: #fff;
}

.aboutme-wrapper p {
    line-height: 2;
}

.discription-wrap {
    padding: 90px 0;
}

.gallery-image {
    position: relative;
    overflow: hidden;
}

.gallery-image .single-imgs img {
    height: 100%;
    width: 100%;
}

.section-wrap .project-misson {
    margin-bottom: 20px;
    border-radius: 20px;
}

.gallery-image .img-gal-popup {
    position: relative;
    display: block;
    cursor: zoom-in;
}

.img-style-1 {
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.img-style-1 .single-imgs img {
    border-radius: 20px;
    border: 3px solid #2ba600;
}

.img-style-1 .pdf-wrapper {
    position: relative;
    overflow: hidden;

}

.img-style-1 .pdf-wrapper .pdf-view {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #2ba600;
    margin: 0 auto;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    padding-top: 9px;
    border: 3px solid #008d6c;
    line-height: 1;
    transition: all 0.3s;
}

.img-style-1 .pdf-wrapper:hover .pdf-view {
    bottom: 5px;
}

.section-wrap .recog-pdf {
    border: 4px solid #878787;
}





/*---------------PAGES---------------*/
.custom-wrap {
    padding: 100px 0;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
}

.btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid #e1ffd6;
    background: #257707;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-square i {
    font-size: 30px;
    color: #ffffff;
}

.content-detail {
    display: flex;
    align-items: center;
    padding-left: 20%;
    margin-bottom: 30px;
}

.content-detail p {
    font-size: 18px;
}

.main-heading {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

h1.mainheading {
    font-weight: 800;
}

.detail-wrap p {
    line-height: 1.7;
}

.filedata {
    position: relative;
    overflow: hidden;
}

.filedata .filedata-view {
    position: absolute;
    width: 100%;
    left: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    bottom: -50px;
}

.filedata:hover .filedata-view {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.gray-bg {
    background: #f2f5f7;
}

ul.content-list {
    padding: 0 0 0 24px;
}

ul.content-list li {
    padding-left: 10px;
    margin-bottom: 8px;
    text-align: justify;
}

ul.content-list li::marker {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #22b3c1;
}

.subheading {
    color: #0a909d;
}

.carousel-control-next-icon {
    background-image: url("../images/Arrow.png");
}

.carousel-control-prev-icon {
    background-image: url("../images/Arrow.png");
    transform: rotate(180deg);
}

.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background: linear-gradient(90deg, rgba(0, 160, 160, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel-control-next:focus,
.carousel-control-next:hover {
    background: linear-gradient(-90deg, rgba(0, 160, 160, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.btn-report-file {
    background-color: #2ba600;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.btn-report-file:hover {
    background-color: #257707;
    color: #ffffff;
}

.btn-web-link {
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    color: #2ba600;
    font-weight: 600;
}

.top-banner {
    min-height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-banner .container {
    z-index: 10;
}

.top-banner h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 50px;
}

.outreach-bg {
    background-image: url('./images/art/banner-img-2.jpg');
}

.top-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0.3;
}

.pdf-wrapper iframe {
    border-radius: 20px;
}

ul.btn-list-group {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

ul.btn-list-group li {
    margin: 0 5px 10px;
}

.fly {
    opacity: 0;
    transition: all 600ms ease-in-out;
    transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
    opacity: 1;
    transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.section-wrap .my-card-style {
    border-top: 5px solid #2ba600;
}

.section-wrap .my-card-style iframe {
    height: 200px;
}


/*--------Animation----------*/
.scroll {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.scroll-hidden {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
}

nav.sticky-menu-links {
    top: 90px;
    background-color: #f7f7f7;
    border-radius: 0px;
    box-shadow: rgba(45, 35, 66, 0.1) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    list-style: none;
    padding-left: 16px;
    padding-right: 16px;
    transition: box-shadow .15s, transform .15s;
    will-change: box-shadow, transform;
    z-index: 88;
}

nav.sticky-menu-links .navbar-nav .nav-item a {
    color: #174a5b;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

nav.sticky-menu-links .navbar-nav .nav-item a:hover {
    color: #fa8c16;
}

.sticky-menu-links .navbar-nav .nav-item a.active {
    color: #fa8c16;
}

nav.sticky-menu-links .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}

.sticky-menu-links .container-fluid {
    justify-content: center;
}

.section-wrap .my-card-style .my-card-pdf-1 {
    height: 300px;
    overflow: overlay;
}

.section-wrap .my-card-style .my-card-pdf-2 {
    height: 230px;
    overflow: overlay;
}


.bg-style-5 .my-card-style .my-card-pdf-1 {
    height: 350px;
    overflow: overlay;
    border-top: 4px solid #2ba600;
}

.bg-style-5 .my-card-style .card-title {
    font-weight: 500;
    font-size: 18px;
}

.bg-style-5 .my-card-style .btn-report-file {
    background-color: transparent;
    color: #2ba600;
    font-weight: 500;
    border: 2px solid #2ba600;
    padding: 5px 20px;
    font-size: 14px;
    transition: all 0.2s;
}

.bg-style-5 .my-card-style .btn-report-file:hover {
    background-color: #2ba600;
    color: #ffffff;
}

.section-wrap form.custom-email-form {
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 30px;
}

.section-wrap form.custom-email-form input {
    padding: 10px 15px;
}

.section-wrap form.custom-email-form input:focus,
.section-wrap form.custom-email-form textarea:focus {
    box-shadow: none;
}

.section-wrap .content-detail a {
    color: #404040;
    text-decoration: none;
}

.about-column p {
    text-align: justify;
}

#zoom {
    width: 100%;
    height: 100%;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    cursor: grab;
}

.earlyear-wrap ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.collage-mob-img {
    display: none;
}

.social-content-wrap {
    overflow: auto;
    height: 450px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.socialslider .carousel-control-next,
.socialslider .carousel-control-prev {
    width: 5%;
    display: none;
}

.solslider-wrap .owl-carousel .owl-nav button.owl-prev,
.solslider-wrap .owl-carousel .owl-nav button.owl-next {
    top: 40%;
    width: 30px;
    height: 70px;
    font-size: 60px;
    color: #fff;
}

.solslider-wrap .owl-carousel .owl-nav button.owl-next span,
.solslider-wrap .owl-carousel .owl-nav button.owl-prev span {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-top: 10px;
}

.social-list-item li span {
    color: #1379d1;
}

.heading-two {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #1379d1;
    font-weight: 700;
}

.heading-two span {
    color: #000000;
}



/*-----------------------------------------------------------------------------------*/
/*	31. RESPONSIVE
/*-----------------------------------------------------------------------------------*/


@media (min-width: 992px) {
    .scroll-hidden {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .custom-nav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
}


@media (max-width: 1199px) {
    nav.sticky-menu-links .navbar-nav .nav-item a {
        padding: 5px 20px;
        font-size: 14px;
    }
}

@media (max-width: 1165px) {}

@media (max-width: 991px) {

    footer .address-wrap .address .ftr-contact {
        font-size: 16px;
    }

    header .custom-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 10px;
        border-bottom: 1px solid #ccc;
    }

    .section-wrap .prodetail-img {
        margin-bottom: 30px;
    }

    header .custom-nav .navbar-collapse {
        padding: 0 0 20px;
    }

    nav.sticky-menu-links {
        top: 64px;
    }

    header .custom-nav .navbar-nav .nav-item .nav-link:hover {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    footer .ftr-post-wrap {
        margin-top: 40px;
    }

    nav.sticky-menu-links {
        display: none;
    }

    .content-detail {
        padding-left: 0;
        flex-direction: column;
    }

    .btn-square {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    header .custom-nav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .earlyear-wrap ul {
        flex-wrap: wrap;
    }

    .earlyear-wrap {
        display: none;
    }

    .collage-mob-img {
        display: block;
    }

    footer .ftr-post-wrap ul li:not(last-child) {
        padding-right: 15px;
    }

}

@media (max-width: 575px) {
    footer .bottom-menu {
        margin-top: 40px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    .main-slider .banner-content .banner-item h3 {
        font-size: 16px;
    }

    .section-wrap .mainheading img {
        max-width: 60px;
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }

}