/*
    
TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/

@import url(fontawesome.css);
@import url("<link href="https: //fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");
body {
    font-family: 'Montserrat', sans-serif;
}


/* Basic */

a {
    color: #3CF;
    text-decoration: none;
}

a:hover {
    color: #FC3;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-size: 13px;
    line-height: 22px;
}

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading h2:before {
    width: 1px;
    height: 100px;
    background-color: rgba(250, 250, 250, 0.1);
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid rgba(250, 250, 250, 0.1);
}


/* Buttons */

.main-button a {
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
}

a.menu-link {
    display: none;
}

@media screen and (max-width: 950px) {
    a.menu-link {
        font-size: 30px !important;
        float: right;
        display: block;
        font-size: 36px;
        color: #fff;
        padding-right: 30px;
        padding-top: 15px;
    }
    nav[role="navigation"] {
        clear: both;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .js nav[role="navigation"] {
        overflow: hidden;
        max-height: 0;
    }
    nav[role="navigation"].active {
        max-height: 20em;
        height: 20em;
        overflow-y: scroll;
    }
    nav[role="navigation"] ul {
        top: 0;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(250, 250, 250, 0.25);
        background-color: rgba(22, 34, 57, 0.99);
    }
    nav[role="navigation"] li a {
        display: block;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.25);
        text-align: center;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.5;
    }
    nav[role="navigation"] li:hover a,
    nav[role="navigation"] li.active a {
        color: #f5a425;
    }
    @media screen and (min-width: 951px) {
        .js nav[role="navigation"] {
            max-height: none;
        }
        nav[role="navigation"] li {
            display: inline-block;
            margin: 0 0.25em;
        }
        nav[role="navigation"] li a {
            border: 0;
        }
    }
}


/* Header */

@media screen and (max-width: 1050px) {
    .main-header .logo {
        padding-left: 30px!important;
    }
    .main-menu {
        padding-right: 30px!important;
    }
    .main-menu li {
        margin-left: 5px!important;
    }
}

.main-header {
    /* background-color: rgba(222, 176, 66, 0.95); */
    background-color: rgba(0, 0, 0, 0.80);
    height: 80px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}

.main-header .logo {
    float: center;
    line-height: 80px;
    padding-left: 60px;
    text-align: center;
}

.main-header .logo a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.main-header .logo a em {
    font-style: normal;
    color: #f5a425;
}

.main-menu {
    float: right;
    padding-right: 60px;
}

.main-menu li {
    display: inline-block;
    line-height: 79px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
    display: none;
}

.main-menu li .sub-menu {
    position: absolute;
    width: 160px;
    background-color: #18233a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu li .sub-menu li {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #121b2f;
}

.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu li .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
}

.main-menu li .sub-menu li a:hover {
    color: #f5a425;
    border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
    border: 2px solid #f5a425;
}

@media (max-width: 950px) {
    .main-nav li:hover a,
    .main-nav li.active a {
        border: 2px solid transparent;
        border-bottom: 1px solid rgba(250, 250, 250, 0.25);
    }
}


/* Slider */

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 90vh;
    max-width: 100%;
    max-height: 90vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(22, 34, 57, 0.85);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main-banner .caption > form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;

    padding: 20px;
    background-color: #152036;
    border: 1px black solid;

}

.main-banner .caption > form > label {
    color: white;
    font-family: 'Montserrat', sans-serif;
    align-self: flex-start;
}

.main-banner .caption > form > span {
    color: red;
    font-family: 'Montserrat', sans-serif;
    align-self: flex-start;

    display: none;
}

.main-banner .caption > form > .show{
    display: block !important;
}

.main-banner .caption > form > input {
    color: #152036;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;

    border-radius: 2px;
    border-style: none;
    padding: 10px;
    outline: none;
}

.main-banner .caption > form > input:hover {
    border-style: none;
}

.main-banner .caption > form > button {
    color: white;
    background-color: #f5a425;
    align-self: flex-start;
    width: 100%;
    margin-top: 10px;

    border-radius: 2px;
    border-style: none;
    padding: 10px;
    outline: none;
    border: 1px transparent solid;
    transition: 0.3s linear;
}

.main-banner .caption > form > button:hover {
    color: #f5a425;
    background-color: #152036;
    border: 1px #f5a425 solid;
    transition: 0.3s linear;
}

@media screen and (max-width: 992px) {
    .main-banner .caption > form {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .main-banner .caption > form {
        width: 90%;
    }
}


/* Footer */

footer {
    background-color: #152036;
    text-align: center;
}

footer p {
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

footer p a,
footer p a:hover {
    color: #f5a425;
}

@media screen and (max-width: 992px) {
    .features {
        background-color: #0c1228;
    }
    .features-content {
        position: relative;
    }
    .features-post {
        border-left: 0
    }
}

@media screen and (max-width: 950px) {
    .main-menu {
        padding-right: 0!important;
    }
    .main-menu li {
        display: block;
        line-height: 1;
        margin-left: 0 !important;
    }
    .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .main-menu li .sub-menu li:last-child {
        border-bottom: 1px solid rgba(250, 250, 250, 0.25);
    }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
    nav[role="navigation"].active {
        max-height: calc(80px + 100vh);
        overflow-y: auto;
    }
}

@media screen and (max-width: 767px) {
    footer p {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.25px;
    }
}

.login-container {
}