@font-face {
    font-family: roboto;
    src: url(../font/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: raleway;
    src: url(../font/Raleway/static/Raleway-Regular.ttf) format('truetype');
}

@font-face {
    font-family: raleway-bold;
    src: url(../font/Raleway/static/Raleway-Bold.ttf) format('truetype');
}
.dropdown-menu li {
    margin-top: 15px;
}

.nav-link {
    font-weight: bold;
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.navbar-nav {
    margin-left: 5%;
    width: 100%;
}
/* Navbar end */
.instruction{
    padding: 30px;
    font-size: 18px;
    font-weight: 400;
}
.form{
    padding:20px;
}
.enroll-title{
    color:#2783e5;
    font-family: raleway-bold;
    font-weight: 600;
    font-size: 25px;
    margin-top: 2%;
}
.button {
    margin-top: 20px;
    margin-bottom: 5px;
}
.quick-links{
    padding:30px;
    border: 1px solid #dadada;
}
.quick-links h2{
    font-family: raleway-bold;
    font-size: 29px;
    font-weight: 700;
    color:#2783e5;
}
.quick-links ul li a{
    text-decoration: none;
    color:black;
    font-size: 16px;
    
}
.quick-links ul li{
    margin-top: 10px;
    list-style-type: none;
}
body {
    font-family: roboto;
    overflow-x: hidden;
}

.contact-list {
    padding: 10px;
}

.contact-list ul li {
    list-style-type: none;
    float: left;
    margin-left: 3%;
    color: white;
    font-size: 13px;
    padding: 8px;
}

.first_row {
    padding: 5px;
    background-color: #009fda;
}

.social_list a img {
    margin-left: 20px;
    margin-top: 20px;
}
.form-box h1 {
    font-family: raleway-bold;
    font-weight: 700;
}
.account h3 {
    font-family: raleway-bold;
    font-weight: 700;
    font-size: 29px;
}
.logo-head {

    margin-bottom: 0px;
    background: #ffffff;
}

.logo-title {
    margin-top: 10px;
    padding-left: 20px;
    display: block;
}

.logo-title span {
    font-size: 18px;
    color: black;
}

.vertical {
    margin-top: 20px;
}

.vertical span {
    height: 50px;
}


#footer {
    background-color: #0245b6;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.info {
    margin-left: 5%;
    color: ghostwhite;
    font-weight: bolder;
    margin-top: 30px;
}

.location {
    margin-top: 20%;
    color: ghostwhite;
}

.campus {
    margin-top: 20%;
    color: ghostwhite;
}

.newsEvent {
    margin-top: 24%;
    color: ghostwhite;
}

.location ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.location ul li a {
    text-decoration: none;
    color: white;
}

.campus ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.campus ul li a {
    text-decoration: none;
    color: white;
}

.container {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: disc;

}

.slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0% {
        top: 10em
    }

    100% {
        top: -14em
    }
}

.blur .slider {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}

.blur:before,
.blur::before,
.blur:after,
.blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;

}

.blur:after,
.blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before,
.blur::before {
    top: 0;
}

.terms {
    background-color: #0245b6;
    padding: 20px;
}

.cookie {
    position: absolute;
    width: 500px;
    right: 0px;
}

.cookie ul li {
    list-style-type: none;
    float: left;
    margin-left: 20px;
    color: #EBEBEB;
}

.cookie ul li a {
    text-decoration: none;
    color: #EBEBEB;
    font-size: 12px;
}

.about-title {
    margin-left: 2%;
    margin-top: 5%;
    margin-bottom: 0px;
}

.about-title span {
    font-size: 3rem;
    color: ghostwhite;
    font-weight: bolder;
    margin-top: 50px;
}

.linking {
    height: 35px;
    border: 1px solid #ffffff;
    width: fit-content;
    margin: 5px;
}

.linking p {
    color: #ffffff;
    font-weight: bolder;
    padding: 5px;
}

.main {
    height: 350px;
    background: rgb(3, 130, 180) url(../images/university.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;

}
.recognition ul li {
    color:grey;
}
.recognition{
    width: 70%;
    text-align: justify;
    font-size: 18px;
}
.recognition p{
    color:gray;
}


/*  Fixed facebook instagram  */
#part-3 {
    z-index: 1;
    position: fixed;
    bottom: 10%;
    left: 2%;
    display: block;
    width: 50px;
    height: 50px;

}

#part-3 img {
    padding: 5px;
    width: 55px;
}



/* ---------------Responsive Fixing------------------ */

@media screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    .social_list {
        margin-bottom: 15px;
    }

}