
@font-face {
    font-family: kufi;
    src: url(../fonts/DroidKufi-Regular.ttf);
    font-weight: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url(../images/bg-1.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

h1, h2, h3, h4, h5, p, span, a, button, label, th, td {
    font-family: 'kufi', sans-serif !important;
}

h1 {
    color: #454545;
}

.form-control, .input-group-text {
    border: 1px solid #aaa;
    width: 100%;
    height: 3em;
}



.login-btn, .reg-btn, .welcome-btn {
    background-color: #7b7202 !important;
    border: 1px solid #c4be73 !important;
    color: white !important;
    width: 200px !important;
    padding: 25px 30px !important;
}
.login-btn{
    float:right;   
}
.reg-btn {
    float:left;
}
.login-btn:hover, .reg-btn:hover {
        background-color: #8d0008 !important;
        border: 1px solid #dc7373 !important;
        color: white !important;
        width: 200px !important;
        padding: 25px 30px !important;
    }

.dropdown-btn-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.containerdiv {
    background-color: rgb(235 235 235 / 70%);
    padding: 30px 0;
}

input, select {
    background-color: white !important;
}

.btn-primary {
    background-color: #4A896C !important;
    padding: 0.5em;
    color: white;
    border: none;
}

.div-overflow {

    overflow-x: auto;
}

table {
    background: rgb(255 255 255 / 80%);
    width: 100%;
}

td {
    padding: 10px;
}

.pb-3 {
    /*background:#fff;*/
    background: rgb(255 255 255 / 80%);
    padding: 30px;
}

.cnt-padding {

    padding: 10px 20px;
}

.float-container {
    padding: 10px;
}

.main-cnt {
    padding: 10px;
    margin: 20px;
}

.left-ct {
    float: left;
}

.mcd-menu li a {
    display: block;
    text-decoration: none;
    padding: 20px !important;
    color: #777;
    text-align: left;
    height: auto !important;
    position: relative;
    border-bottom: 1px solid #EEE;
}

.leftShadowEng, .leftShadowHealth, .leftShadowbasic, .leftShadowhum {
    width: 250px;
    height: 100px;
    position: relative;
    border: solid 1px #dedcdc;
    background-color: white;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 10px #c9c9c9;
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    float: left;
}
.leftShadowHealth{
 background: rgb(0, 150, 166);
}
.leftShadowEng {
    background: rgb(210, 46, 46);
}
.leftShadowbasic {
    background: rgb(55, 141, 59);
}

.leftShadowhum {
    background: rgb(96, 96, 96);
}

.snumber {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: serif;
    font-size: x-large;
    color: #fbfbfb;
    font-size: 28px !important;
}

.buttom-menu {
    align-items: center;
    width: 100%;
    float: left;
    padding: 0 25px;
    background: rgba(123,115,2,1);
    background: -moz-linear-gradient(top, rgba(123,115,2,1) 0%, rgba(41,41,41,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,115,2,1)), color-stop(100%, rgba(41,41,41,1)));
    background: -webkit-linear-gradient(top, rgba(123,115,2,1) 0%, rgba(41,41,41,1) 100%);
    background: -o-linear-gradient(top, rgba(123,115,2,1) 0%, rgba(41,41,41,1) 100%);
    background: -ms-linear-gradient(top, rgba(123,115,2,1) 0%, rgba(41,41,41,1) 100%);
    background: linear-gradient(to bottom, rgba(123,115,2,1) 0%, rgba(41,41,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7302', endColorstr='#292929', GradientType=0 );
}

.collegename {
    position: absolute;
    top: 10px;
    font-family: serif;
    left: 10px;
    color: #fff;
}

::-webkit-scrollbar {
    width: 7px;
    height:7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media screen and (max-width: 992px) 
{
.login-btn, .reg-btn {
    float: none;
}

 .left-ct {
        float: none;
    }

    .pb-3 {
        /* background: #fff; */
        background: rgb(255 255 255 / 80%);
        padding: 0px;
    }

}