.other h1 {
    font-size: 35px;
}

.other h2 {
    font-size: 28px;
}

.other h3 {
    font-size: 25px;
}

.other p, .other li {
    font-size: 18px;
}

#header a, .dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #454d5d !important;
    font-weight: 300;
    font-size: 18px;
    padding: 10px;
}

#header {
    border-bottom: 5px solid #ff9c00;
    height: auto;
}

#body-wrapper .container {
    padding-top: 0;
}

.first {
    background: url(../images/indexbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding: 0 40px;
}

.first h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.007em;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.first p {
    font-size: 21px;
    font-weight: 300;
    margin: 15px 0;
    line-height: 32px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.first .desc, .first .form {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first .form {
    padding: 5px 100px;
}

form {
    width: 100%;
}

.form-control {
    border-color: #d0d4d9;
    padding: 20px 15px;
    font-weight: 100;
    font-size: 16px;
    color: black;
    height: 50px;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 
ease-in-out .15s, -webkit-box-shadow 
ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
}

.btn {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 50px;
}

.btn-primary {
    background-color: #ff9c00 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 5px solid #d48202 !important;
}

.enroll {
    text-align: right;
    width: 100%;
}

.btn-default {
    background-color: #fff;
    border: 1px solid gray;
    border-bottom: 5px solid #ff9c00;
    font-weight: 400;
    color: #007ee5;
    display: block;
    margin-top: 20px;
    height: 40px;
}

#footer {
    padding: 20px 0;
}

#footer section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer section img {
    width: 220px;
    height: 70px;
}

#footer section ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#footer section ul li {
    list-style: none;
    text-align: left;
}

@media(max-width: 992px) {
    .first {
        flex-direction: column;
    }

    .first .desc, .first .form {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .first {
        gap: 10px;
        height: auto;
        padding-top: 20px;
    }

    .first .form {
        padding: 0;
    }

    .first h1 {
        font-size: 25px;
        text-align: center;
    }

    .first p {
        font-size: 18px;
        text-align: center;
    }

    #footer section {
        flex-direction: column;
    }

    #footer section ul {
        margin-top: 20px;
    }

    .other h1 {
        font-size: 28px;
    }

    .other h2 {
        font-size: 25px;
    }

    .other h3 {
        font-size: 22px;
    }

    .other p, .other li {
        font-size: 18px;
    }

    #footer section img {
        margin-left: 0;
        margin-right: auto;
    }

    #footer section ul {
        flex-direction: column;
    }

    #footer section {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.overlay {
    background-color: white;
}

.mobile-menu .button_container span {
    background: black !important;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover, .treemenu li a {
    color: black !important;
}

.treemenu .toggler {
    display: none;
}