header.header_banner {
    padding-top: 40px;
}
header.header_banner .navbar-links li a.active {
   /* background-color: transparent !important;*/
}
header.header_banner .wamed {
    animation: none;
}
.accessibility_icons {
   /* top: 80px;*/
}
.owl-stage {
    padding-bottom: 0 !important;
}

section.hero_section_about {
    margin-top: 20px !important;
    position: relative;
    z-index: 9;
}
.fsescon_wrap {
    text-align: center;
}
.fsescon_wrap a {
    display: inline-block;
}
.fsescon_wrap img {
    width: 210px;
    margin-bottom: 1rem;
}
.fsescon_wrap h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}
section.hero_section_award {
    text-align: center;
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    z-index: 9;
    margin-top: 1rem;
}
section.hero_section_award h4 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

#dateCount {
    display: flex;
    justify-content: center;
    /*flex-direction: row-reverse;*/
}
.date_item {
    text-align: center;
    margin: 0 15px;
    position: relative;
}
@keyframes glowing {
    to {
        opacity: 1;
    }
  }
.date_indicators {
    font-weight: bold;
    line-height: 30px;
    color: #c59943;
    font-size: 5rem;
    width: 10px;
    margin-right: 7px;
    text-shadow: 0px 0px 18px #f7f7f7;
    opacity: 0;
    animation: glowing .5s infinite alternate;
}

.date_item h5 {
    font-weight: bold;
    line-height: 0.5;
    color: #c59943;
    font-size: 3rem;
    min-width: 20px;
}
.date_item p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}
.hero-owl .item span.hero_owl_title  {
    color: #c59943;
}


.hero_section_about .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10px !important;
}
.hero_section_about .hero-owl.owl-theme .owl-dots {
    transform: translatey(-20px) !important;
}
.hero_section_about .btn {
    color: #c69a47;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #c69a47;
    border-radius: 50px;
    padding: 0px 17px;
    margin-left: 10px;
}

@media only screen and (max-width: 540px) {
    section.hero_section_award {
        margin-top: 50px;
    }
    .hero_section_about .hero-owl.owl-theme .owl-dots {
        transform: translatey(20px) !important;
    }
    .hero-owl .item .hero_owl_desc  {
        height: 185px;
    }
}


@keyframes done_t {
to  {
    text-shadow: 0px 0px 5px #fff;
    }
}
.done_txt {
color: #fff;
font-size: 1.4rem;
margin-top: 30px;
text-shadow: 0px 0px 0px #fff;
animation: done_t .5s infinite alternate;
}
.done_txt a {
color: #c69a47;
margin: 0 5px;
}
.hero_section_about .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
.hero-owl .item .hero_owl_desc {
    font-family: Tajawal;
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    text-align: justify;
    line-height: 132.5%;
    /*height: 116px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0 3rem;
}
.hero_section_about .btn {
    color: #fff;
    background-color: #c69a47;
    font-weight: bold;
    border: 1px solid #c69a47;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-flex;
    width: fit-content;
    justify-content: center;
}
.hero-owl .item h4 {
color: #c69a47;
font-family: Tajawal,sans-serif;
font-weight: bold;
}

.hero-owl .item span {
  display: block;
  font-size: 1.2rem;
}

.hero_section_about .btn {
  /*margin-bottom: 2rem;*/
}
.hero_section_about .king_name {
  width: 300px !important;
  margin: 0 auto 1rem;
}
.hero_section_about .conf_logo {
  width: 300px !important;
  margin: 0 auto 1rem;
}
img.Bookfair {
    width: 150px !important;
    display: block;
    margin: 0 auto 10px;
}
.more_btn {
    margin: 20px auto 0 !important;
    display: block !important;
}
.confLogo{
      width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.Prince{
      width: 425px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 7px;
}
.under{
    font-size:21px;
}
@media only screen and (max-width: 540px) {
    .Prince {
        width: 100%;
    }
}