* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

del {
    text-decoration: line-through;
}

body {
    font-family: "../fonts/poppinsregular";
    font-size: 17px;
    color: #000;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
}

body::-webkit-scrollbar {
    display: none;
}

input,
textarea,
select {
    font-family: "../fonts/poppinsregular";
    font-weight: 500;
}

a {
    color: #000;
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

p {
    line-height: 1.3em;
    font-size: 15px;
    font-family: "montserratregular";
    font-weight: 500;
    color: #999;
}

.hidden {
    display: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1350px;
}

.title-box {
    margin-bottom: 20px;
}

.title-box h4 {
    font-size: 25px;
    font-family: "montserratsemibold";
}

.button a {
    color: #fff;
    background: blue;
    padding: 10px;
    border-radius: 35px;
}

.learn-button a {
    background-color: #5bba64;
    display: inline-block;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 30px;
    color: #fff;
}

#menu-icon {
    display: none;
    width: 35px;
}

.active {
    display: block !important;
}

#menu-icon img {
    width: 100%;
    display: block;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0px;
    background: #fff;
    padding: 30px;
    z-index: 2;
    bottom: 0;
    display: none;
    /* width: 225px; */
    width: 90%;
    padding-top: 55px;
    transition: all 0.4s ease-in;
}

#mobile-menu ul {}

#mobile-menu ul li {
    margin-bottom: 25px;
    font-family: "montserratregular";
}

#mobile-menu ul li:hover {
    opacity: 0.5;
}

#mobile-menu ul li a {}

span.close {
    position: absolute;
    right: 23px;
    top: 18px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 2;
}

span.close img {
    display: block;
    width: 100%;
}

#overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

nav.active {
    right: 0;
}

header div.nav-bar ul li {
    font-size: 14px;
    color: #ffffff;
    font-family: "montserratlight";
}

header div.nav-bar ul li a {
    color: #fff;
}

div.spotlight {
    display: flex;
    justify-content: center;
    padding: 150px 0px 100px;
    background: url(../images/bg-spotlight-jne.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-position: center;
    opacity: 1;
    background-color: #0000008a;
}

div.spotlight h4 {
    color: #fff;
    font-size: 35px;
    font-family: "montserratsemibold";
}

#about-us {
    padding: 70px 0;
}

#about-us section.wrapper {}

#about-us section.wrapper div.sub-container {
    display: flex;
    justify-content: space-between;
}

#about-us section.wrapper div.sub-container div.about-left {
    width: 40%;
}

#about-us section.wrapper div.sub-container div.about-left div.ripple-img {
    width: 30%;
    margin-bottom: 40px;
}

#about-us section.wrapper div.sub-container div.about-left div.ripple-img img {}

#about-us section.wrapper div.sub-container div.about-left div {}

#about-us section.wrapper div.sub-container div.about-left div h3 {
    font-family: "montserratsemibold";
    font-size: 25px;
    color: #252525;
    width: 70%;
    margin-top: 20px;
}

#about-us section.wrapper div.sub-container div.about-left div p {
    font-size: 17px;
    margin-top: 25px;
}

#about-us section.wrapper div.sub-container div.about-left div button.learn-button {
    margin-top: 45px;
}

#about-us section.wrapper div.sub-container div.about-left div button.learn-button a {}

#about-us section.wrapper div.sub-container div.about-right {
    padding: 20px;
    width: 40%;
    background: #fafffa;
    border-top: 1px dashed #409047;
    border-bottom: 1px dashed #409047;
}

#about-us section.wrapper div.sub-container div.about-right div.about-top {}

#about-us section.wrapper div.sub-container div.about-right div.about-top h3 {
    font-family: "montserratsemibold";
    text-align: center;
    margin-bottom: 20px;
}

#about-us section.wrapper div.sub-container div.about-right div.about-top p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
}

#about-us section.wrapper div.sub-container div.about-right div.about-bottom {}

#about-us section.wrapper div.sub-container div.about-right div.about-bottom h3 {
    font-family: "montserratsemibold";
    text-align: center;
    margin-bottom: 20px;
}

#about-us section.wrapper div.sub-container div.about-right div.about-bottom p {
    text-align: center;
    font-size: 17px;
}

#team {
    padding: 45px 0 70px;
}

#team section.wrapper {}

#team section.wrapper div.team-topbox {
    margin-bottom: 40px;
}

#team section.wrapper div.team-topbox div.title-box {}

#team section.wrapper div.team-topbox div.title-box h4 {
    text-align: center;
}

#team section.wrapper div.team-topbox p {
    font-size: 17px;
    font-family: "montserratregular";
    text-align: center;
    width: 78%;
    margin: 0 auto;
}

#team section.wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
    width: 100%;
    grid-gap: 15px;
    /* grid-row-gap: 210px; */
}

#team section.wrapper ul li {
    position: relative;
    max-width: 24%;
}

#team section.wrapper ul li div.team-imgbox {
    width: 100%;
}

#team section.wrapper ul li div.team-imgbox img {
    aspect-ratio: 10/10;
    flex-grow: 1;
    object-fit: cover;
    border-radius: 12px;
}

#team section.wrapper ul li div.team-content {
    border-radius: 16px;
    background: #f9f9f9;
    padding: 15px;
    position: relative;
    bottom: 19px;
    width: 100%;
    max-width: 100%;
    /* max-height: 230px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

#team section.wrapper ul li div.team-content:hover {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#team section.wrapper ul li div.team-content:hover div.social-icons div.social-img img {
    filter: revert;
}

#team section.wrapper ul li div.team-content h2 {
    font-family: "montserratsemibold";
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

#team section.wrapper ul li div.team-content h5 {
    font-family: "montserratregular";
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}

#team section.wrapper ul li div.team-content p {
    font-size: 17px;
    text-align: center;
    color: #888888;
    margin-bottom: 10px;
}

#team section.wrapper ul li div.team-content div.social-icons {
    width: 65%;
    display: flex !important;
    gap: 15px;
    margin: 0 auto;
    justify-content: center;
}

#team section.wrapper ul li div.team-content div.social-icons div.social-img {
    width: 25%;
}

#team section.wrapper ul li div.team-content div.social-icons div.social-img img {
    filter: grayscale(1);
}

footer section.wrapper {}

footer section.wrapper section.content {
    display: flex;
    justify-content: space-between;
}

footer section.wrapper section.content div.news {
    width: 24%;
}

footer section.wrapper section.content div.news h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 20px;
}

footer section.wrapper section.content div.news p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.news div.time {
    display: flex;
    align-items: center;
}

footer section.wrapper section.content div.news div.time div.clock-container {
    width: 15px;
    margin-right: 5px;
}

footer section.wrapper section.content div.news div.time div.clock-container img {}

footer section.wrapper section.content div.news div.time p {
    color: #ececec;
    margin-bottom: 0;
}

footer section.wrapper section.content div.menu {}

footer section.wrapper section.content div.menu h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.menu p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.info {}

footer section.wrapper section.content div.info h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.info p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.about {
    width: 24%;
}

footer section.wrapper section.content div.about h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.about p {
    color: #ececec;
    margin-bottom: 20px;
}

footer section.wrapper section.content div.about div.icons {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

footer section.wrapper section.content div.about div.icons div.icon {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 29px;
}

footer section.wrapper section.content div.about div.icons div.icon img {
    height: 16px;
}

footer div.bottom-line {
    border-top: 1px solid #ffffff;
}

footer div.bottom-line div.details {}

footer div.bottom-line div.details p {
    margin-top: 20px;
    text-align: center;
}

footer div.bottom-line div.details p span {
    margin-left: 5px;
    color: #04a5ff;
}

#gallery .top-gallery.category-card ul li span {
    border: 1px solid #409048;
    color: #409048 !important;
    border-radius: 35px;
    padding: 6px 10px;
    display: inline-block;
    min-width: 150px;
}

#gallery .top-gallery.category-card ul li {
    margin-right: 5px;
    width: max-content;
    margin-bottom: 5px;
}

#gallery .top-gallery.category-card ul li.active span {
    color: #fff !important;
    background-color: #409048;
}

#gallery .top-gallery.category-card ul {
    display: flex !important;
    flex-wrap: wrap;

}

@media all and (max-width: 1280px) {
    header head-card {
        left: 156px;
    }

    header div.nav-bar ul {
        width: 60%;
        right: 80px;
    }

    #team section.wrapper ul li div.team-content h2 {
        font-size: 19px;
    }

    #team section.wrapper ul li div.team-content h5 {
        font-size: 16px;
    }

    footer section.wrapper section.content {
        margin-bottom: 14px;
    }
}

@media all and (max-width: 1080px) {
    header div.nav-bar ul {
        right: 176px;
    }

    #team section.wrapper ul {
        grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
    }

    #team section.wrapper div.team-topbox p {
        width: 100%;
    }

    footer section.wrapper section.content div.about {
        width: 26%;
    }
}

@media all and (max-width: 980px) {
    header head-card {
        left: 61px;
    }

    header div.nav-bar ul {
        width: 63%;
        right: 75px;
    }

    #team section.wrapper ul li div.team-content h2 {
        font-size: 18px;
    }

    #about-us section.wrapper div.sub-container div.about-left div h3 {
        width: 100%;
    }

    #about-us section.wrapper div.sub-container div.about-left div.ripple-img {
        width: 40%;
    }

    #about-us section.wrapper div.sub-container div.about-right {
        padding: 9px;
        width: 55%;
    }

    #about-us section.wrapper div.sub-container div.about-left div p {
        font-size: 16px;
    }

    #about-us section.wrapper div.sub-container div.about-right div.about-bottom p {
        font-size: 16px;
    }

    footer section.wrapper section.content {
        flex-wrap: wrap;
    }

    footer section.wrapper section.content div.news {
        width: 90%;
        margin-bottom: 60px;
    }

    footer section.wrapper section.content div.about {
        width: 39%;
    }

    footer section.wrapper section.content {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 768px) {
    header head-card {
        left: 47px;
    }

    header div.nav-bar {
        position: relative;
        justify-content: flex-end;
        padding-right: 20px;
    }

    header div.nav-bar ul {
        width: 70%;
        right: 32px;
    }

    header div.nav-bar ul.screen-menu {
        display: none;
    }

    #menu-icon {
        display: block;
    }

    header nav.menu {
        display: none;
    }

    header div.nav-bar ul {
        display: none;
    }

    #team {
        padding: 45px 50px 250px;
    }

    #about-us section.wrapper div.sub-container div.about-left div.ripple-img {
        margin-bottom: 15px;
    }

    #about-us section.wrapper div.sub-container div.about-left div h3 {
        font-size: 22px;
    }

    #about-us section.wrapper div.sub-container div.about-left div p {
        font-size: 15px;
        margin-top: 12px;
    }

    #about-us section.wrapper div.sub-container div.about-left {
        width: 42%;
    }

    #about-us section.wrapper div.sub-container div.about-right div.about-top p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #about-us section.wrapper div.sub-container div.about-right div.about-bottom p {
        font-size: 15px;
    }

    #team section.wrapper ul li {
        max-width: 45%;
    }
}

@media all and (max-width: 640px) {
    #about-us {
        padding: 50px 0;
    }

    div.spotlight {
        padding: 120px 0px 80px;
    }

    header head-card div.logo {
        width: 77px;
    }

    #about-us section.wrapper div.sub-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    #about-us section.wrapper div.sub-container div.about-left {
        width: 100%;
    }

    #about-us section.wrapper div.sub-container div.about-right {
        width: 100%;
    }

    #about-us section.wrapper div.sub-container div.about-left div h3 {
        font-size: 21px;
        text-align: center;
    }

    #about-us section.wrapper div.sub-container div.about-left div p {
        text-align: center;
    }

    #about-us section.wrapper div.sub-container div.about-left div button.learn-button {
        margin: 20px auto;
        display: block;
    }

    #team {
        padding: 70px 0px 240px;
    }

    #team section.wrapper ul li {
        position: relative;
        max-width: 80%;
        margin: 0 auto;
    }

    #team section.wrapper div.team-topbox p {
        font-size: 16px;
    }

    footer section.wrapper section.content div.about {
        width: 100%;
        margin-top: 48px;
    }

    footer section.wrapper section.content div.about div.icons {
        width: 40%;
    }

    footer div.bottom-line div.details p {
        font-size: 14px;
    }

    footer section.wrapper section.content div.info h5 {
        margin-bottom: 18px;
    }

    footer section.wrapper section.content div.about h5 {
        margin-bottom: 18px;
    }
}

@media all and (max-width: 480px) {

    div.spotlight h4 {
        font-size: 30px;
    }

    header head-card {
        left: 24px;
    }

    footer section.wrapper section.content {
        display: flex;
        flex-wrap: wrap;
    }

    #about-us section.wrapper div.sub-container div.about-left div.ripple-img {
        display: none;
    }

    #about-us section.wrapper div.sub-container div.about-left div h3 {
        font-size: 23px;
    }

    #team {
        padding: 50px 0px 50px;
    }

    footer section.wrapper section.content div.news {
        margin-bottom: 30px;
    }

    footer section.wrapper section.content div.about {
        margin-top: 30px;
    }

    footer section.wrapper section.content div.about div.icons {
        width: 50%;
    }
}

@media all and (max-width: 360px) {
    #about-us section.wrapper div.sub-container div.about-left div p {
        font-size: 14px;
    }

    #team section.wrapper ul li {
        position: relative;
        max-width: 100%;
    }

    footer section.wrapper section.content div.news {
        width: 95%;
    }
}

@media all and (max-width: 320px) {}