* {
    margin: 0;
    padding: 0;
}

.navbar-style {
    text-transform: uppercase;
}

.logo {
    height: 80px;
    padding: 12px 10px;
}

.icon-bar {
    background: #3e739e;
    margin-top: 20px;
}

li a {
    color: #000000;
    margin: 10px 5px;
    font-family: "Exo 2", sans-serif;
    margin-top: 20px;
}

li a:hover {
    border: none;
    color: #04070a;
    background-color: #3e739e; 
    transition: 0.5s;
}



/* 2011 - 2013 ACCOMPLISHMENT */


.container-contents {
    max-width: 910px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.custom-hr {
    width: 55%;
    margin: 30px auto;
    border: 2px solid #106896;
    margin-top: 10px;
    margin-bottom: 20px;
}

.container-content {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
}

.content-row {
    margin-bottom: 20px;
    overflow: hidden; 
}

.content-row img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0 20px 20px 0;
}

.image-left {
    float: left;
}

.image-right {
    float: right;
    margin: 0 0 20px 20px; 
}

.center img {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.text-content {
    font-size: 16px;
    color: #333;
    overflow: hidden; 
    
}

.content-row2 {
    margin-bottom: 20px;
    overflow: hidden; 
}

.text-content2 {
    font-size: 16px;
    color: #333;
    overflow: hidden; 
    text-align: center;
    
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

@media (max-width: 768px) {
    .content-row img {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }

    h1 {
        font-size: 1.5rem;
    }
}



/* 2014 ACCOMPLISHMENT */



.reached {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
}

.reached p {
    font-size: 20px;
    color: #333;
    text-align: justify;
    text-align: center;
}

.reached-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.reached-images img {
    max-width: 48%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .reached-images img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}



/* 2015 ACCOMPLISHMENT */


.site2-hr {
    width: 65%;
    margin: 30px auto;
    border: 2px solid #106896;
    margin-top: 10px;
    margin-bottom: 10px;
}


.site2 {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden; 
}

.site2 {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
}

.text-site2 {
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .site2 {
        margin-bottom: 10px;
    }
}


/* 2018 ACCOMPLISHMENT */


.centered-heading {
    text-align: center; 
    margin: 20px 0;
    font-family: "Exo 2", sans-serif;
}

.image-certificate {
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap; 
}

.left-image, .right-image {
    width: 400px; 
    height: auto; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    border-radius: 2px; 
    margin: 10px; 
}

@media (max-width: 600px) {
    .left-image, .right-image {
        width: 100%; 
        margin-bottom: 10px; 
        margin: 0; 
    }
}


/* FOOTER */



.footer {
    background-color: #4682B4;
    color: #fff;
    padding: 50px 0;
    z-index: 1;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-section {
    flex: 1;
    padding: 0 20px;
}

.footer-section h2 {
    margin-bottom: 10px;
    text-align: left;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: none;
    color: #b9bdbe;
}

.contact-input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: black;
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color:#335f84b4;
    color: #000000;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover {
    background-color: #72b6eefd;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    background-color: #2c5272;
    color: #ffffff;
    height: 50px; 
    line-height: 50px; 
    margin-top: 10px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-section {
        margin-bottom: 20px;
    }
}

