* {
    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;
}

header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5.5px);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

header head-card {
    position: absolute;
    z-index: 2;
    left: 242px;
}

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

header head-card div.logo a {}

header head-card div.logo a img {
    width: 100%;
    display: block;
}

header div.nav-bar {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header div.nav-bar ul.screen-menu {
    display: flex;
    width: 50%;
    justify-content: space-between;
    position: absolute;
    right: 223px;
}

#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: 16px;
    color: #ffffff;
    font-family: "montserratlight";
}

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

header div.spotlight {
    display: flex;
    justify-content: center;
    padding: 100px 0px;
}

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

#institution {
    padding: 70px 0px;
}

#institution section.wrapper {}

#institution div.title-box {
    margin-bottom: 40px;
}

#institution div.title-box h4 {}

#institution div.institute-cards {}

#institution div.institute-cards div.institution-card {
    display: flex;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 10px;
    gap: 35px;
    border-radius: 12px;
    margin-bottom: 25px;
}

#institution div.institute-cards div.institution-card:hover {
    transition: 0.2s ease-in all;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px transparent solid;
}

#institution div.institute-cards div.institution-card div.left-card {
    width: 27%;
}

#institution div.institute-cards div.institution-card div.left-card div.left-img-box {}

#institution div.institute-cards div.institution-card div.left-card div.left-img-box img {
    aspect-ratio: 10/10;
    flex-grow: 1;
    object-fit: cover;
    border-radius: 12px;
}

#institution div.institute-cards div.institution-card div.right-card {
    width: 60%;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.left-box {
    width: 70px;
    margin-right: 15px;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.left-box img {}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box {}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box h5 {
    font-family: "montserratsemibold";
    font-size: 18px;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box div.pin {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box div.pin div.pin-img {}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box div.pin div.pin-img img {
    width: 12px;
}

#institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box div.pin span {
    font-family: "montserratlight";
    font-size: 15px;
}

#institution div.institute-cards div.institution-card div.right-card div.miidle-box {
    margin-top: 30px;
}

#institution div.institute-cards div.institution-card div.right-card div.miidle-box p {
    font-family: "montserratregular";
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#institution div.institute-cards div.institution-card div.right-card div.miidle-box button.learn-button {
    margin-top: 30px;
    position: absolute;
    bottom: 14px;
}

#institution div.institute-cards div.institution-card div.right-card div.miidle-box button.learn-button a {}

#institution div.pagination {
    display: flex;
    justify-content: flex-end;
}

#institution div.pagination a {
    font-family: "montserratregular";
    font-size: 16px;
}

#institution div.pagination a span {
    color: #888888;
}

#institution div.pagination a span.first {
    margin-right: 5px;
}

#institution div.pagination a span.last {
    margin-left: 5px;
}

#institution div.pagination a span:hover {
    color: #5bba64;
}

#institution div.pagination a button {
    background: #f5f5f5;
    display: inline-block;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    color: #888888;
}

#institution div.pagination a button:hover {
    background-color: #5bba64;
    color: #fff;
}

footer {
    background: #161616;
    padding: 45px 0 20px 0;
}

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: 7px;
}

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 {
    color: #04a5ff;
    margin-left: 5px;

}

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

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

    #institution div.institute-cards div.institution-card div.left-card {
        width: 38%;
    }

    #institution div.institute-cards div.institution-card div.right-card div.miidle-box button.learn-button {
        position: unset;
    }

    #institution div.institute-cards div.institution-card {
        gap: 48px;
    }

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

@media all and (max-width: 1080px) {
    header div.nav-bar ul li {
        font-size: 14px;
    }

    header head-card {
        left: 142px;
    }

    section.spotlight section.wrapper div.main-bar {
        bottom: 67px;
        width: 80%;
    }

    header div.nav-bar ul.screen-menu {
        right: 160px;
    }

    #institution div.institute-cards div.institution-card div.right-card {
        width: 48%;
    }

    #institution div.institute-cards div.institution-card div.left-card {
        width: 48%;
    }

    #institution div.institute-cards div.institution-card {
        gap: 27px;
    }

    #institution div.institute-cards div.institution-card div.right-card div.top-box {
        align-items: flex-start;
    }

    #institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box {
        width: 68%;
    }

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

@media all and (max-width: 980px) {
    header head-card div.logo {
        width: 90px;
    }

    header head-card {
        left: 75px;
    }

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

    #institution div.institute-cards div.institution-card {
        flex-wrap: wrap;
    }

    #institution div.institute-cards div.institution-card div.left-card {
        width: 100%;
    }

    #institution div.institute-cards div.institution-card div.right-card {
        width: 100%;
    }

    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;
    }

    #institution {
        padding: 48px 0px;
    }

    #institution div.title-box {
        margin-bottom: 28px;
    }
}

@media all and (max-width: 640px) {
    header div.nav-bar {
        display: none;
    }

    header head-card {
        left: 27px;
    }

    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) {
    footer section.wrapper section.content div.news {
        margin-bottom: 50px;
    }

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

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

@media all and (max-width: 360px) {
    header div.spotlight h4 {
        font-size: 30px;
    }

    #institution div.institute-cards div.institution-card div.right-card div.top-box div.right-box h5 {
        font-size: 17px;
    }

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

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