{
    margin: 0;
    padding: 0;
}
#nav-bar
{
    position: sticky;
    top: 0
    z-index: 10;
}
.navbar
{
    background-image: linear-gradient(to right, #a517ba,#5f1782);
    padding: 0 !important;
}
.dropdown-menu
{
    background-image: linear-gradient(to right, #a517ba,#5f1782);
    padding: 0 !important;
}
.navbar-brand img
{
    height: 100px;
    padding-left: 20px;
}
.navbar-nav li a
{
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}
.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}
.navbar-toggler
{
    outline: none !important;
}

/*--------banner section--------*/

#banner
{
    background-image:linear-gradient(to right, #a517ba,#5f1782); 
    color: #fff;
    padding-top: 5%;
}
.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}
.play-btn
{
    width: 45px;
    font-weight: 600;
    margin-top: 100px;
}
#banner a{
    color: #fff;
    text-decoration: none;
}
.col-md-6 text-center
{
    height: 10px;
    padding-center: 20px;
}

/*------------ABOUT US-----------*/

#subjects
{
    padding: 80px 0;
}
.about-img
{
    width: 100px;
    margin-top: 20px;
}
.about_us
{
    padding: 20px;
}
.about_us h4
{
    padding: 20px;
    margin-top: 25px;
    text-transform: uppercase;
}
.title::before
{
    content: '';
    background: #5f1782;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after
{
    content: '';
    background: #5f1782;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}
#subjects .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image:linear-gradient(to right, #a517ba,#5f1782); 
    margin: 0 auto;
}
#about_us
{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-title
{
    font-size: 30px;
    font-weight: 600;
    margin-top: 8%; 
}
#about_us ul li
{
    margin: 10px 0;
}

/*----------Contact Us-------------*/

#staff
{
    margin: 10px 0;
}
.contact
{
    border-left: 4px solid #5f1782;
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact img
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0
}
.contact
{
    font-size: 12;
}

/*-----------Social Media------------*/

#social_media
{
    background: #f8f9fa;
    padding: 100px 0;
}
#social_media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.social-icons img
{
    width: 100px;
    transition: 0.5s;
}
.social-icons a:hover img
{
    transform: translateY(-10px);
}

/*----------Footer-------------*/

#footer
{
    background-image:linear-gradient(to right, #a517ba,#5f1782); 
    color: #fff;
}
.footer_box
{
    padding: 20px;
    font-size: 15px;
    text-align: left;
}
.footer_box img
{
    width: 120px;
    margin-bottom: 20px;
}
.footer_box .fa
{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image:linear-gradient(to right, #a517ba,#5f1782); 
}
.footer_box .form-control
{
    box-shadow: none !important; 
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}
.footer_box .btn-primary
{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image:linear-gradient(to right, #a517ba,#5f1782); 
}
hr
{
    background: #fff;
}
.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}