    * {
        box-sizing: border-box;
        text-align: center;
        font-size: 17px;
    }
    
    body {
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    a :hover {
        text-decoration: none;
        color: black;
    }
    
    .responsive-img {
        width: 100%;
        height: 480px;
    }
    
    .menu {
        background-color: #416BA9;
        overflow: hidden;
    }
    
    .background-menu {
        background-color: #416BA9;
    }
    
    p a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        font-size: 17px;
    }
    
    p a:hover {
        background-color: #f2f2f2;
        color: #416BA9;
    }
    
    .menu a.active {
        background-color: #B81F26;
        color: white;
    }
    
    video {
        width: 100%;
        height: auto;
    }
    
    .header {
        border: 1px solid red;
        padding: 15px;
    }
    
    .container {
        align-items: center;
    }
    
    .row {
        align-content: center;
    }
    
    .row::after {
        content: "";
        clear: both;
        display: table;
    }
    
    [class*="col-"] {
        float: left;
        padding-left: 2px;
        padding-right: 2px;
    }
    
    [class*="col-"] {
        width: 100%;
        padding-left: 2px;
        padding-right: 2px;
    }
    
    @media only screen and (min-width: 768px) {
        /* For desktop: */
        .col-1 {
            width: 8.33%;
        }
        .col-2 {
            width: 16.66%;
        }
        .col-3 {
            width: 25%;
        }
        .col-4 {
            width: 33.33%;
        }
        .col-5 {
            width: 41.66%;
        }
        .col-6 {
            width: 50%;
        }
        .col-7 {
            width: 58.33%;
        }
        .col-8 {
            width: 66.66%;
        }
        .col-9 {
            width: 75%;
        }
        .col-10 {
            width: 83.33%;
        }
        .col-11 {
            width: 91.66%;
        }
        .col-12 {
            width: 100%;
        }
        .menu .icon {
            display: none;
        }
    }
    
    @media screen and (max-width: 768px) {
        .menu a {
            display: none;
        }
        .menu a.icon {
            float: right;
            display: block;
        }
    }
    
    @media screen and (max-width: 768px) {
        .menu.responsive {
            position: relative;
            width: 100%;
        }
        .menu.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .menu.responsive a {
            float: left;
            display: block;
            text-align: center;
            margin-right: 0px;
        }
    }
    
    .col-centered {
        float: none;
        margin: 0 auto;
    }
    
    .admission {
        float: none;
        padding-top: 12rem;
        padding-bottom: 12rem;
        margin-top: 50px;
    }
    
    .margin-top {
        margin-top: 40px;
    }
    
    .admission a {
        width: 100%;
    }
    
    .banner {
        background-image: url("../img/aeccsticky.png");
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    
    .banner-text {
        text-align: center;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        background-color: lightslategray;
        opacity: 0.5;
    }
    
    .banner-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #ddd;
        text-align: center;
        cursor: pointer;
    }
    
    .banner-text a:hover {
        background-color: #555;
        color: white;
    }
    
    .fsNavParentPage a {
        color: black;
    }
    
    .black-text {
        color: black !important;
    }
    
    .background-nav {
        background-color: #416BA9 !important;
        text-align: center;
        width: 100%;
    }
    
    .background-nav li {
        background-color: #416BA9 !important;
        text-align: center;
        padding-left: 0px;
        color: white;
    }
    
    .background-nav li :hover {
        background-color: white !important;
        text-align: center;
        padding-left: 0px;
        color: #416BA9 !important;
    }
    
    .fsNavParentPage a {
        color: white;
    }
    
    .fsMenu {
        height: auto;
    }
    
    ul {
        height: auto;
    }
    
    li {
        height: auto;
    }
    
    nav {
        height: auto;
    }
    
    .fsHeader .main-header .header-portals {
        height: auto !important;
    }
    
    .float-left {
        float: left;
    }
    
    .float-right {
        float: right;
    }
    
    .margin-top-ul {
        margin-top: 25px;
    }
    
    .margin-left {
        margin-left: 10px;
    }
    
    .bigtext {
        font-size: 50px;
    }
    
    .justified {
        text-align: justify !important;
    }
    
    .button-background {
        background-color: #B81F26;
        border-style: solid;
        border: 4px solid black;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .button-text {
        color: white;
    }
    
    .left-justified {
        text-align: left;
    }
    
    .right-justified {
        text-align: right;
    }
    
    .center-justified {
        text-align: center;
    }
    
    .btn_background {
        background-color: #416BA9;
        opacity: 0.8;
        border-radius: 35px 35px 35px 35px;
        -webkit-border-radius: 35px 35px 35px 35px;
        -moz-border-radius: 35px 35px 35px 35px;
        text-align: center;
    }
    
    .button {
        background-color: #4CAF50;
        /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }
    
    .box {
        border-style: solid;
        border-width: 2px;
        border-color: #555;
    }
    
    .form {
        padding: 5px;
    }
    
    .logo-img {
        width: 120px;
        height: 120px;
    }
    
    .border-bottom {
        border-bottom: 5px solid black;
    }