/*
    
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; */
    font-family: 'Poppins', Helvetica, 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: #008B8B;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;   
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    border: 3px;
} */

.main-button a {
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #8b80f9;
    border-radius: 3px;
    padding: 1rem 2rem;
    display: inline-block;
    font-family: Verdana;
    letter-spacing: 5px;
    user-select: none;
    color: #8b80f9;
    transition: all .195s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}

.main-button a:hover {
    border: 2px solid #8b80f9;
    box-shadow: #8b80f9 0px 0px 12px 1px inset, #8b80f9 0px 0px 12px 1px;
    border-radius: 15px;
}


/* Slider */

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-img {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-img::-webkit-media-controls {
    display: none !important;
}

.img-overlay {
    position: absolute;
    background-color: rgba(22, 34, 57, 0.85);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-banner .caption {
    text-align: center;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
    margin-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h5 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 550;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h1 em {
    font-style: normal;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 1180px) {
    .main-banner .caption h6 {
        font-weight: 500;
    }
    .main-banner .caption h5 {
        font-weight: 600;
    }
    .main-banner .caption h1 {
        font-size: 58px;
    }
}

@media screen and (max-width: 767px) {
    #bg-img {
        background-color: rgba(22, 34, 57, 0.85);
    }
    #bg-img img {
        display: none;
    }
    .main-banner .caption h6 {
        font-weight: 500;
    }
    .main-banner .caption h5 {
        font-weight: 600;
    }
    .main-banner .caption h1 {
        font-size: 36px;
    }
}


/* 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;
}