body {
  font-family: "Tajawal", sans-serif;
  /* overflow-x: hidden; */

}

.navbar-nav li > ul.dropdown-menu {
  opacity: 0;
}

.navbar-nav li:hover > ul.dropdown-menu {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: -5px;
  right: 100%;
}

.bg-gold{
    background-color:#EBD367CC;
}

.about-h{
    min-height:623px;
}

.about{
    background: url(../images/section-2.png) no-repeat left top, url(../images/section-1.png) no-repeat right bottom;
    background-size: 160px;
}

.border-line{
    background-image:url(../images/line-border.png);
    padding-bottom:10px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.latest-news{
    background-color:#EBD367CC;
    color:#FFF;
}

.more-outline{
    border: 1px solid #EBD367CC;
    border-radius: 17px;
    width: 100px;
}

.activity{
    width: 125px;
    position: absolute;
    left: 10px;
    top: -10px;
}

.lib-label{
    position: absolute;
    text-align: center;
    background-color: #ebd367;
    border-radius: 0 0 10px 10px;
    top: 0px;
    left: 10px;
    padding: 2px 10px;
}

.date-color{
    color:#65798C;
}

.card-title-color{
    color: #36532E;
}

.btn-more{
    background-color:#EBD367;
    width:200px;
    color:#FFF;
}

.contact-us-input{
    position: relative;
    top: 30px;
    right: 15px;
}

.text-justify{
    text-align: justify;
}

.text-gold{
    color:#EBD367;
}
