@font-face {
    font-family: arabic;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

* {
    font-family: "arabic";
    font-size: 13px;
    font-weight: bold;
}

body {
    min-height: 700px;
    padding-top: 0px !important;
}

#wrapper {
    min-height: 700px !important;
}

#topBar {
    /*background: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

.sticky-side {
    z-index: 9999;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-arabic {
    font-family: "arabic" !important;
}

.dark-blue {
    color: #3c0a03 !important;
}

.light-blue {
    color: #0091b5 !important;
}

.white {
    color: #fff !important;
}

.display-inline {
    display: inline-block;
}

.margin-10-auto {
    margin: 10px auto;
}

#topNav ul.dropdown-menu li.active>a,
#topNav ul.dropdown-menu li.active:hover>a,
#topNav ul.dropdown-menu li.active:focus>a,
#topNav ul.dropdown-menu li:hover>a,
#topNav ul.dropdown-menu li:focus>a,
#topNav ul.dropdown-menu li:focus>a,
#topMain.nav-pills>li>a:hover,
#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus>a {
    color: #fff !important;
    background-color: #3c0a03;
}

.centered {
    display: block;
    margin: 5px auto !important;
}

.form-login-container {
    background-color: rgba(0, 0, 0, .4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    padding: 50px;
}

.form-login {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    width: 50%;
    margin: 10% auto;
    /*  position: absolute;
    z-index: 99999;
    top: 46%;
    left: 0%;*/
}

.cancel {
    cursor: pointer;
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    z-index: 999999999999;
    margin-bottom: 10px;
}

.cancel:hover {
    border: 1px solid #3c0a03;
    color: #3c0a03;
}

#header ul.nav-second-main {
    margin-top: 0px !important;
    line-height: 44px;
    border-right: none;
}

#header ul.nav-second-main li>a {
    padding: 10px 10px;
}

.login>a span {
    padding: 10px 5px !important;
    color: #fff !important;
    background-color: #3c0a03 !important;
    border-radius: 3px;
}

.activity img {
    height: 400px;
    width: 100%;
}

div.heading-title h1 {
    font-size: 24px;
}

.img-holder {
    padding-top: 10px;
    padding-right: 0px;
}

.img-holder img {
    height: 100px;
    width: 100%;
}

.news-page .img-holder img {
    height: 100px;
    width: 100%;
}

.news-single .news-content {
    padding-bottom: 10px;
}
.news-single .img-holder img {
    height: auto;
    width: 100%;
}
.news-content {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 1px 0px rgba(17, 0, 76, .3);
    border-radius: 5px;
    height: auto;
}

.news-container {
    padding: 5px;
}

.hover-content {
    padding: 5px 0px;
    height: auto;
}

.news-single .hover-content p , .news-single .hover-content .details {
    height: auto;
    line-height: 38px !important;
    margin: 25px;
}

.hover-content p {
    height: 50px;
    overflow: hidden;
    margin: 0px;
}

.blue-btn {
    color: #fff !important;
    background-color: #3c0a03;
    border-color: #fff;
    transition: .4s;
    margin-bottom: 5px;
}

.blue-btn:hover {
    color: #3c0a03 !important;
    background-color: #fff;
    border: 1px solid #3c0a03;
}

.center-block {
    display: block;
    margin: 20px auto;
}

.news {
    padding-bottom: 40px;
}

.event-img {
    height: 300px;
    position: relative;
}

.event-img img {
    height: 250px;
    width: 100%;
}

.event-img h4 {
    transition: .5s;
}

.event-img:hover h4 {
    background-color: #3c0a03;
    color: #fff !important;
}

.hover-event {
    background-color: rgba(14, 0, 61, .6);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
}

.student .img-hover {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    padding: 1px;
}

.student .img-hover img {
    height: 220px;
    width: 100%;
}

.student .student-hover {
    padding: 1px;
    border-radius: 2px;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: rgba(14, 0, 61, .8);
    width: 100%;
    height: 100%;
    display: none;
}

#footer {
    background: #3c0a03;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a.social-icon.social-icon-border {
    color: #fff !important;
}

#footer .play-store {
    height: 75px;
    border: 1px solid #fff;
    border-radius: 5px;
}

#toTop {
    left: auto;
    right: 6px;
}

.img-container .img-thumbnail {
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .5);
    border-radius: 10px;
    width: 100%;
    height: 250px;
}

.owl-carousel {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .5);
    background-color: #0091b5;
    padding: 5px;
}

.gallery-activity .owl-theme .owl-controls .owl-buttons div {
    color: #ffffff;
    background: #0091b5;
    border: #0091b5 1px solid;
}

.lightblue {
    color: #0091b5 !important;
}

.gallery-activity img {
    height: 150px;
}

.gallery-activity .overlay {
    border-radius: 10px;
}

.gallery-activity .item-box {
    border-radius: 10px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .5);
    margin: auto 10px;
}

.nav-tabs.nav-stacked>li>a {
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #fff;
    color: #3c0a03;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border: 1px solid rgba(0, 145, 181, .1) !important;
    border-radius: 5px !important;
}

.nav-tabs.nav-stacked>li.active>a {
    background-color: #3c0a03;
    color: #fff !important;
}

div.tab-content.tab-stacked {
    padding: 17px;
    border: 1px solid rgba(0, 145, 181, .1);
    height: 100%;
    overflow: overlay;
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
}

.msg-content {
    display: none;
}

.msg-title {
    cursor: pointer;
    color: #0091b5;
}

.msg-title td:first-child {
    width: 80%;
}

.msg-content td {
    font-size: 12px;
    line-height: 22px !important;
    color: #3c0a03;
}

.tab-img {
    border-radius: 10px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.24);
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.tab-img img {
    height: 120px;
    width: 100%;
}

.box-icon .box-icon-title>h2 {
    color: #fff;
}

.box-flip .box1 {
    background-color: #0091b5;
}

.box-flip img {
    height: 250px;
    width: 100%;
    border-radius: 3px;
}

.box-flip .box2,
.box-flip .box1 {
    height: 326px !important;
}

#map iframe {
    height: 350px;
    width: 100%;
}

.header-text {
    /*margin-right: 130px !important;*/
    margin-top: 20px !important;
}

.header-text img {
    width: 12%;
}

@media only screen and (max-width:768px) {
    .logo img {
        height: 100px !important;
        margin-left: 0px;
    }
    .header-text {
        margin-right: 0px !important;
    }
}

#topMain>li>a>span.theme-color {
    padding: 10px 8px;
}

#topMain.nav-pills>li.active>a>span.theme-color {
    color: #fff;
}

.logo img {
    height: auto !important;
    width: 100px;
}

#topMain.nav-pills>li {
    margin: 0px !important;
}

#header {
    border-top: solid 2px #7d0708;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 2px #7d0708;
}

#header.fixed #topNav a.logo>img {
    width: 60px !important;
}

section {
    padding: 25px 0px;
}
.library .box-image img{
    height: 280px;
}
.datepicker{
    direction: ltr !important;
}
.visible-none{
    visibility: hidden;
}
.dalel .table-bordered>tbody>tr>td:nth-child(2){
    border-right: none;
    text-align: left;
}
.dalel .table-bordered>tbody>tr>td:nth-child(2):before{
    clear: both;
}
.dalel .table-bordered>tbody>tr>td:first-child{
    border-left: none;
}
.gallery-activity{
    margin-top: 20px;
}
.main_cat { 
    color: #3C0A03;
}
#message .alert
{
position:relative;
}
#message .alert .fa.fa-times {
    left: 15px;
    position: absolute;
    top: 15px;
cursor:pointer;
}
#topBar ul.top-links>li{transition:.6s;}#topBar ul.top-links>li.active ,#topBar ul.top-links>li:hover{color:#fff;background-color:#3c0a03;}
#topBar ul.top-links>li.active i
{
opacity:1;
}
#topBar ul.dropdown-menu>li>a {padding: 8px 20px;font-size: 12px;}

@media only screen and (max-width: 992px){
    #header {
    height: 100% !important;
}
}
@media only screen and (max-width: 920px){#topMain.nav-pills>li>a {line-height: 20px !important;}#topMain>li>a>span{display:inline-block !important;}#header.fixed #topNav #topMain>li>a{text-align:right;}}
.top-image{
    margin-top:-16px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 28px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.tp-bgimg {    background-position: unset !important;    background-size: unset !important;}