body {
  margin: 0;
  font-family: Almarai;
}

a { text-decoration: none;}
#mainHeader { border-bottom: 2px solid #ccc;}

.header-top {
  background: #f0f0f0;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;

}

.gray-bg { background-color: #1792b1; height: 40px; width:100%}

	.header-top-social { padding-top: 5px; text-align: left}
	.header-top-social a { color:#2f4959; font-size: 25px; display: inline-block; padding-left: 5px; padding-right: 5px;}
	.site-date { color:#fff; padding-top: 7px;}

.logo {
  max-height: 70px;
  float: right;
}

/* Hamburger (dash) */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
	margin-right:0px;
}

/* Navigation Menu */
.menu {
  background: #fff;
  padding: 0 20px;
	
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;	
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
	flex-direction: row-reverse
}

.menu li a {
  color: #333;
  text-decoration: none;
  padding: 15px;
  display: block;font-weight: bold;
}

.menu li.home {
  background-color: #efefef;
/*  text-decoration: none;
  padding: 15px;*/
  display: block;
}

	.home img { height: 30px;}


/* Sticky menu on desktop */

  .sticky-menu {
    position: fixed;
    top: 0;
	  
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	 animation: .7s slide-down;
	max-width: 100%;
  }


/* Close Button in Mobile Menu */
.close-btn {
  display: none;
  font-size: 28px;
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 2000;
}

.info { margin: 0px; padding: 0px; list-style: none}
.info li { text-align: center; width:33.3333%; float: right; }
.info li a { color:#fff; display: block; padding: 5px;}



.mt50 { margin-top: 50px;}
.mb50 { margin-bottom: 50px;}

.main-story img{width:100%; border-radius: 8px; margin-bottom: 10px; height: 328px;}
.main-story .title { text-align: right; direction: rtl; font-size: 25px; font-weight: bold}
.main-story .title a{ color:#000}

.sub-story { overflow: hidden; margin-bottom: 10px;}
.sub-story img{width:100%; border-radius: 8px; margin-bottom: 10px; height: 180px; }
.sub-story .title { text-align: right; direction: rtl;font-size: 16px; font-weight: bold}
.sub-story .title a { color:#000}


.sub-story2 img{width:100px; height: 80px; border-radius: 8px; margin-bottom: 10px; float: right; margin-left: 10px;}
.sub-story2 .title { text-align: right; direction: rtl;font-size: 14px; font-weight: bold}
.sub-story2 .title a { color:#000}



.big-story { overflow: hidden; margin-bottom: 20px;}
.big-story img{width:100%; border-radius: 8px; margin-bottom: 10px;  height: 155px;}
.big-story .title { text-align: right; direction: rtl;font-size: 16px; font-weight: bold}
.big-story .title a { color:#000}


.half-content:nth-child(3) .big-story {
    margin-left: 10px;
    height: 100px;
}
.half-content:nth-child(3) .big-story .title, .half-content:nth-child(4) .big-story .title, .half-content:nth-child(5) .big-story .title, .half-content:nth-child(6) .big-story .title {
	font-size: 14px;
	}
	
	
.half-content:nth-child(3) .big-story img, .half-content:nth-child(4) .big-story img, .half-content:nth-child(5) .big-story img, .half-content:nth-child(6) .big-story img {
    width: 120px;
    height: 90px;
    margin-left: 10px;
    float: right;
    border-radius: 8px;
	
}




.home-section { text-align: right; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.home-section a { color:#000; border-right: 10px solid #333; display: block; padding-right: 10px;}


.footer { background-color: #1792b1; overflow: hidden; padding-top: 0px; padding-bottom: 50px;}
.copyright { text-align: center; color:#fff; margin-bottom: 35px;}
.footer-logo { text-align: center;}
.footer-logo img { width:200px}



.search-box {
    position: relative; margin-top: 15px;
}
	.search-field { border:1px solid #ccc; border-radius: 4px; text-align: right; direction: rtl; padding: 5px; }
	.search-btn {
    height: 20px;
    position: absolute;
    left: 7px;
    top: 5px;
}
	
.note{ font-size: 40px; font-weight: bold; text-align: center; padding-top: 20px; color:#BF0E11}


	#main-news { position: relative;}
	.owl-prev { position: absolute; top:30%; left: 0; z-index: 999; width:50px; height: 50px; border-radius: 50%; background-color: #fff !important;  }
	.owl-next { position: absolute; top:30%; right: 0; z-index: 999;width:50px; height: 50px; border-radius: 50%; background-color: #fff !important; }
	
	
	.country {  list-style: none; direction: rtl; overflow: hidden; border:1px solid #ccc; border-radius: 10px; background-color: #1792b1}
	.country li { padding: 10px; border-bottom: 1px solid #ccc;}

	.country li a { color:#fff; font-weight: bold; display: block; }


	.banner-home { overflow: hidden; margin-bottom: 10px; }
	.banner-home img { width:100%; border-radius: 6px; height: 90px; }



	.breaking-news{background-color:#cd090c;height:60px;padding:10px;position:fixed;bottom:0;width:100%;z-index:99999}
	.breaking-news a  { display: inline-block; direction: rtl; font-family:'Almarai'; font-size: 22px; color: #fff; font-weight: bold;}
	.breaking-news img {  padding: 5px ;  margin-left: 10px;}
	
	.ticker-icon { height: 35px;}
/* ========== Mobile Styles ========== */
@media (max-width: 768px) {
	
	.menu li.home { text-align: center;}	
	.menu li { text-align: right;}
	.menu li a { color:#fff;}
	
.footer-logo { text-align: center;}	
.footer-logo img { width:125px; margin-bottom: 20px;}	
	
.main-story { overflow: hidden; margin-bottom: 20px; }
.sub-story .title  { font-size:20px; }
.sub-story2 .title  { font-size:20px; }
	
.sub-story img { height: auto;}
	
.sub-story2 img {
    width: 130px;
    height: 110px;
    float: right;
    margin-left: 10px;
}	

.big-story { overflow: hidden; margin-bottom: 20px;}	
.big-story .title  { font-size:20px; }	
.big-story img { height: auto;}
	
	
.half-content:nth-child(3) .big-story img, .half-content:nth-child(4) .big-story img, .half-content:nth-child(5) .big-story img, .half-content:nth-child(6) .big-story img {
    width: 130px;
    height: 110px;
    margin-left: 10px;
    float: right;
    border-radius: 8px;
}	
	
	
.half-content:nth-child(3) .big-story .title, .half-content:nth-child(4) .big-story .title, .half-content:nth-child(5) .big-story .title, .half-content:nth-child(6) .big-story .title {
    font-size: 20px;
}	
	
	
.offset { margin-top: 80px;}
	
 .header-top {
        position: fixed;
        top: 0;
        z-index: 100;
		  width:100%;
      }	
	
	
	.search-box { display: none;}
	
.logo {
  max-height: 60px;
	margin-right: 50px;

}	
	
	
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background: #333;
    flex-direction: column;
    transition: right 0.3s ease;
    padding-top: 60px;
    z-index: 1500;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu li a {
    padding: 15px 20px;
  }

  .menu.open {
    right: 0;
  }

  .menu-toggle {
    display: block;
	  width:50px;
	  
font-size: 28px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    position: absolute;
    right: 20px;
    top: 22px;	  
  }

  .close-btn {
    display: block;
  }

  /* On mobile: menu should not stick on scroll */
  .menu.sticky-menu {
    position: fixed;
    right: -100%;
  }
}
