
* {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

.nav-top-bar {
    background-color: #8E0000;
    border-bottom: 1px solid #4c0101;
}

.nav-top-bar a {
    color: white !important;
}

.navbar-main{
    background-color: #8E0000 !important;
    padding: 0;
}

.header .logo-text {
    color: #8E0000;
    font-weight: 600;
    font-size: 33px;
}

.header .sub-text {
    color: black;
    font-weight: 600;
    font-size: 27px;
}

.header .logo {
    width: 100%;
}

.sidebar{
    background-color: #4c0101 !important;
    width: 80%;
}

.sidebar .offcanvas-header{
    background-color: #320101!important;
}

.sidebar .offcanvas-header i{
    font-size: 20px;
    
}

.sidebar .nav-link{
    font-size: 20px;
    margin-left: 20px;
} 

.sidebar .nav-link i{
    font-size: 19px;
    padding-right: 10px;

} 

.navbar-main .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
}

.navbar-main i{
    font-size: 17.6px;
}

.navbar-main .nav-link:hover {
    color: white;
}

.navbar-main .active {
    /* background-color: #4c0101; */
    color: white;
    font-weight: bold;
}

.header .follow-link a i {
    font-size: 20px;
}

.header .follow-link a {
    text-decoration: none;
}

.header .follow-link a:hover {
    text-decoration: none;
}

.dropdown-toggle::after{
    vertical-align: 0.155em;
}

.search-input{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color:#8E0000 ;
}


#footer {
    background-color: #fff3f3 !important;
    border-top: 1px solid #4c0101;
}

#footer h4 {
    color: black;
    font-weight: 600;
}

#footer a {
    color: #4c0101;
    text-decoration: none;
    font-size: 18px;
}

#footer a:hover {
    color: #4c0101;
    text-decoration: underline;
}

#footer i {
    font-size: 18px;
}

#footer .college-map {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

#footer .college-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
}

#footer .footer-end a i{
    font-size: 25px;
}

#footer .footer-end{
    background-color: #4c0101;
}

.btn-facebook,.fa-facebook-square {
    color: #3b5998 !important;
}

.btn-telegram {
    color: #0088cc !important;
}

.btn-phone {
    color: #14c053 !important;
}

.btn-twitter {
    color: #00acee !important;
}

.btn-mail {
    color: #E34133 !important;
}


.btn-search {
    background-color: #8E0000;
    color: white;
}

.pop-up .modal-body a{
    color: #4c0101;
    text-decoration: none;
}
.pop-up .modal-content{
    border-color:#4c0101 !important ;
}
.pop-up .modal-header{
    background-color:#8E0000 ;
    color: white;
}
.pop-up .modal-footer .btn{
    background-color:#8E0000 ;
    color: white;
    font-weight: bold;
}

@media (max-width: 1400px) {
    .navbar-main .nav-link{
        padding-left: 2px ;
        padding-right: 5px;
        margin-right: 32.7px;
    }
}

@media (max-width: 1280px){
    .navbar-main .nav-link {
        padding-left: 18px;
        padding-right: 17px;
        margin-right: 15px;
    }
}

@media (max-width: 1250px){
    .navbar-main .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .navbar-main .nav-link{
        padding-left: 15px ;
        padding-right: 15px;
        margin-right: 12px;
    }
}


@media (max-width: 991px) {
    .navbar-main {
        padding: 15px 0px;
    }
}


@media (max-width: 768px) {
    .header .logo{
        width: 90%;
    }

    .header .college-name{
        margin-top: 8px;
    }
    .navbar-main {
        padding: 10px 0px;
    }

    .follow-link {
        display: none;
    }
    

}
@media (max-width: 600px) {
    .header .college-name{
        margin-top: 0px;
    }

    .header .logo{
        width: 95%;
    }
    .header .logo-text {
        margin-top: 2px !important;
        font-size: 18px;
    }
    .header .sub-text {
        font-size: 16px;
    }  

}

@media (max-width: 500px) {

    .header .logo{
        width: 95%;
    }

    .header .logo-text {
        font-size: 16px;
    }
    .header .sub-text {
        font-size: 15px;
    }
    .navbar-main{
        padding: 5px 0px;
    }

    #footer a{
        font-size: 17px;
    }
    #footer i{
        font-size: 17px;
    }

    #footer .copyright{
        font-size: 17px !important;
    }

    #footer .footer-end a i{
        font-size: 22px;
    }
    #footer .footer-end a {
        padding: 0px 10px;
    }

}

@media (max-width: 450px) {

    .header .logo{
        width: 100%;
    }

    .header .college-logo{
        padding: 0 8px;
    }
    .header .college-name{
        margin-top: 5px;
    }
    
    .header .logo-text {
        font-size: 14.2px;
        font-weight: 500;
    }

    .header .sub-text {
        font-size: 13px;
        font-weight: 500;
    }

    .navbar-main{
        padding: 4px 0px;
    }
}


@media (max-width: 400px) {

    .header .college-name{
        padding: 0px 3px;
    }

    .header .college-logo{
        padding: 0 7px;
    }
    .header .college-name{
        margin-top: 2.5px;
    }

    .header .logo-text {
        font-size: 13px;
        margin-top: 2px !important;
    }

    .header .sub-text {
        font-size: 12px;
    }

    #footer h4{
        font-size: 18px;
    }
    #footer a{
        font-size: 16px;
    }
    #footer i{
        font-size: 16px;
    }
    #footer .copyright{
        font-size: 16px !important;
    }

    #footer .footer-end a i{
        font-size: 21px;
    }
}

@media (max-width: 355px) {

    .header .college-logo{
        padding: 0px 8px;
    }

    .header .college-name{
        margin-top: 1px;
    }

    .header .logo-text {
        font-size: 11.5px;
        /* margin-top: 2px !important; */
    }

    .header .sub-text {
        font-size: 11px;
    }

    .sidebar .nav-link{
        font-size: 18px;
    } 

    .navbar-main{
        padding: 3px 0px;
    }
   
    #footer h4{
        font-size: 16px;
    }

    #footer a{
        font-size: 15px;
    }
    #footer i{
        font-size: 15px;
    }
    #footer .copyright{
        font-size: 12px !important;
    }

    #footer .footer-end a i{
        font-size: 18px;
    }

} 