@font-face {
    font-family: 'co_text_arabicbold';
    src: url('../fonts/co_text_arabic_bold-webfont.woff2') format('woff2'),
         url('../fonts/co_text_arabic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (min-width: 768px) {
  .ucap {font-size: 60px !important;}
  .color-w{color: white;}
}

@media only screen and (max-width: 767px) {
  #slider {height: 50vh !important;}
  .hidden-xs{display: none;}
}

@media only screen and (min-width:768px) and (max-width:970px) {
  .topbar .top-left {max-width: 100% !important;}
}

.cookies_section {
    background: #fff;
    padding: 15px 15px 0 15px;
    width: 60%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    box-shadow: 1px 1px 20px -3px #777;
}

.borderrr {
    border: 1px solid #666;
        border-bottom-color: rgb(102, 102, 102);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: none;
    padding-bottom: 20px;
}

.close_cookie {
    background: #ffde5a !important;
    font-size: 16px !important;
    padding: 1px 9px !important;
    position: absolute;
    right: -15px;
    top: -25px;
    width: auto !important;
    font-weight: bold !important;
    color: #000 !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
}

.cookies_controls {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4px;
}

.read-cookie {
    background: #015b96;
    box-shadow: none;
    color: #ffffff;
    border: 0;
    text-align: center;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
    margin: 0 5px;
    margin-top: 0px;
    width: 192px;
    height: 28px !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}

.read-cookie:hover{
    color: #FFF;
}

.cookies_section h3 {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 2px 0 5px 0;
        margin-top: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.cookies_section p {
    color: #000000;
    padding: 2px 20px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    width: 84%;
}

.margi-l-0{
    margin-left: 0 !important;
}

.search-wrap {
  display: block !important;
  background: 0 0;
  padding: 0;
  text-align: right;
  position: absolute;
  width: 242px;
  z-index: 300;
  top: 0px;
}

.search-wrap input.search-box {
  background-color: #0000003d;
  border: 0;
  color: #fff;
  /*padding: 10px 20px 10px 10px;*/
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 100;
  margin-top: 6px;
}