@import url("https://fonts.googleapis.com/css2?family=Changa:wght@400;700&display=swap");
/* start  global style  */
.owl-prev,
.owl-next {
    font-size: 48px !important;
    border: 1px solid #fff !important;
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50px);
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #30af9b !important;
}
.owl-prev {
    left: 0 !important;
}
.owl-next {
    right: 0 !important;
}
/* end global style */
main header {
    padding: 0 !important;
}
header.style2 {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding-top: 90.302px;
}
nav {
    display: flex;
    align-items: center;
    gap: 105px;
}
nav .menu,
nav .logo {
    width: fit-content !important;
}
nav .menu {
    border: 1.5px #fff dotted;
    padding: 0 20px;
    border-radius: 19px;
}

.banner {
    background-image: url("../images/banner.png");
    height: 768px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .heading {
    text-align: right;
    position: relative;
    top: 250px;
    text-align: right;
}
.banner .heading h1 {
    color: #fff !important;
    font-size: 45px !important;
    line-height: 1.7;
    font-family: "Changa", sans-serif !important;
    width: 400px;
}
.banner .heading h1 span {
    color: #000;
}
.banner .heading p {
    color: #fff;
    font-size: 45px;
    line-height: 1.8;
    width: 500px;
}

@media (max-width: 720px) {
    .banner .heading {
        top: 150px;
    }
    .banner .heading h1,
    .banner .heading p {
        text-align: center;
        width: auto;
        font-size: 35px;
    }
    .banner .heading p {
        text-align: center;
        font-size: 35px;
    }
}
.parent-new-section {
    position: relative;
}
.parent-new-section .title {
    font-size: 24px;
    font-weight: bold;
    color: #3cb09d;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.parent-new-section .title::after,
.parent-new-section .title::before {
    content: "";
    width: 206px;
    height: 2px;
    background-color: #3cb09d;
    display: block;
    position: absolute;
}
.parent-new-section .title::before {
    left: 59%;
    margin-top: 16px;
}
.parent-new-section .title::after {
    right: 60%;
    margin-top: -16px;
}
@media (max-width: 720px) {
    .parent-new-section .title::after,
    .parent-new-section .title::before {
        display: none;
    }
}
.parent-new-section .news-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.parent-new-section .news-card {
    background-color: #204e5e !important;
    color: white;
    width: 250px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
}
/* @media (max-width: 600px) {
    .parent-new-section .news-card {
        margin: auto;
        width: 90%;
    }
}
@media (max-width: 700px) {
    .parent-new-section .news-card {
        margin: auto;
        width: 50%;
    }
}
@media (min-width: 700px) and (max-width: 1000px) {
    .parent-new-section .news-card {
        margin: auto;
        width: 33%;
    }
} */

.parent-new-section .news-image {
    background-color: white;
    color: #144d56;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.parent-new-section .news-image img {
    border-radius: 20px;
    height: 170px;
}
.parent-new-section .news-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.parent-new-section .read-more {
    display: block;
    background-color: #2ba88f;
    color: white;
    padding: 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 22px;
    border: 2px solid #fff;
    background: linear-gradient(to right, #737373, #30af9b);
}

.statistics .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #008066;
    margin-bottom: 20px;
    text-align: center;
}
.statistics .tabs {
    display: flex;
    justify-content: center;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}
.statistics .tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #008066;
}
.statistics.tab.active {
    border-bottom: 3px solid #003b4d;
    color: #003b4d;
}
.statistics .content {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
}
.statistics .stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}
.statistics .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #008066;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
@media (max-width: 720px) {
    .statistics .circle {
        width: 100px;
        height: 100px;
    }
    .statistics .content h3{
        font-size: 25px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}
.statistics .circle::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
}
.statistics .circle span {
    position: relative;
    z-index: 1;
}
.active_tab {
    color: #002380 !important;
}
/* Our Parnters section  */

.partner-box {
    width: 220px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #004d40;
    background: white;
    border-radius: 25px; /* This will now work */
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #737373, #30af9b) border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    margin: auto;
}
.partner-box img {
    width: 100% !important;
    border-radius: 20px;
}
@media (max-width: 720px) {
    .partner-box {
        width: 80%;
        margin: auto;
    }
}
@media (min-width: 720px) and (max-width: 1000px) {
    .partner-box {
        width: 100%;
        margin: auto;
    }
}
/* Our Parnters section  */
/* start  About Page  */
.about-page h3 {
    color: #30af9b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.about-page h3::before,
.about-page h3::after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #30af9b;
}
.about-page h3::before {
    margin-top: 10px;
}
/* end  About Page  */

/* start institutionalists page */
.institutionalists h3 {
    color: #30af9b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.institutionalists h3::before,
.institutionalists h3::after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #30af9b;
}
.institutionalists .team-box2:hover {
    background-color: #30af9b;
}
.institutionalists .team-box2 h4 {
    color: #30af9b;
}
/* end institutionalists page */
/* start institutionalists page */
.managers h3 {
    color: #30af9b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.managers h3::before,
.managers h3::after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #30af9b;
}
.managers .team-box2:hover {
    background-color: #30af9b;
}
.managers .team-box2 h4 {
    color: #30af9b;
}
/* end institutionalists page */

/* start  administrative-structure page */
.administrative-structure h3 {
    color: #30af9b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.administrative-structure h3::before,
.administrative-structure h3::after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #30af9b;
}
/* start text-page page */
h3 {
    color: #30af9b !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.text-page h3::before,
.text-page h3::after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #30af9b;
}
/* end  text-page page */
/* start files-page page */
.files-page .team-box2:hover {
    background-color: #30af9b;
}
.files-page .team-box2 h4 {
    color: #30af9b;
}
/* end files-page page */
/* start footer */
footer {
    background: #212121 !important;
}
.bottom-bar p {
    color: #fff !important;
}
.bottom-bar {
    background: #212121 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 720px) {
    .bottom-bar p {
        font-size: 18px;
        line-height: 1.8;
    }
}
footer .footer {
    padding: 0 !important;
}
/* icon  */
.scl a:hover {
    background-color: #30af9b;
}
/* icon  */
/* end footer */
