* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: center;
    align-items: center;
}

/* Animations */
@keyframes slideIn_other {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* padding: 10px 20px; */
}

/* 
.navbar .logo {
    height: 100px;
} */

.nav-list {
    list-style-type: none;
    display: flex;
    margin-right: 50px;
}

.nav-list li {
    padding: 0 20px;
}

.nav-list li a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease-in-out;
}

.nav-list li a:hover {
    color: #04C2E9;
}


.navbar .logo {
    height: 100px;
    width: 100px;
    /* Adjust to maintain aspect ratio */
    margin-left: 75px;
    /* Maximum height to align with the navbar height */
    float: left;
    /* Adjust width automatically */
    /* Remove padding if necessary */
}

.nav-list li a.Active {
    color: #04C2E9;
    /* or any other color you want for the active state */
    font-weight: bold;
    /* optional, if you want to make it bold */
}

/* Banner Header */
.about_header{
    position: relative;
    min-height: 50vh;
    background-image: url(../assets/images/about_header.jpg);
    position: relative;
    width: 100%;
    display: flex;
    display: flex;
    text-align: center;
    opacity: 1;
    justify-content: right;
    background-position: center center;
    background-size: cover;
    align-items: center;
    background-size: cover;
    overflow: hidden;
}

.timeline-title{
    color: #252525;
    font-size: 45px;
    font-weight: bolder;
    text-align: center;
}
.timeline-title-1{
    color: #252525;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Geneva';
}
.timeline-para{
    color: #252525;
    font-family: 'Times New Roman';
    justify-content: center;
    text-align: center;
    padding-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
}


.footer {
    /* background: #252525; */
    background-image: url(../assets/images/Web_Footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    line-height: 20px;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 20px; */
}

ul {
    list-style: none;

}

.footer-col_corner,
.footer-col {
    margin-left: 78px;
    width: 15%;
    /* padding: 0 8px; */
}


.footer-col_corner h4,
.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col_corner h4::before,
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #84A052;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col_corner ul li a,
.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;

}

.footer-col_corner ul li,
.footer-col ul li {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col_corner ul li:hover,
.footer-col ul li:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col_corner ul li a:hover .footer-col ul li a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #fff;
}

.footercopyright {
    width: 100%;
    background-color: #33B6EA;
    height: 30px;
    justify-self: center;
}
