@font-face {
  font-family: helveticaneuereg;
  font-display: swap;
  src: url(../fonts/HelveticaNeueW23forSKY-Reg_T02.eot), url(../fonts/HelveticaNeueW23forSKY-Reg_T02.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueMEforSKYW21-Rg_web.woff2) format("woff2"), url(../fonts/HelveticaNeueMEforSKYW21-Rg_web.woff) format("woff"), url(../fonts/HelveticaNeueMEforSKYW21-Rg_web.ttf) format("truetype"), url(../fonts/HelveticaNeueW23forSKY-Reg_T02.svg#HelveticaNeueW23forSKY-Reg_T02) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: helveticaneuebold;
  font-display: swap;
  src: url(../fonts/HelveticaNeueW23forSKY-Bd_T02.eot), url(../fonts/HelveticaNeueW23forSKY-Bd_T02.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueMEforSKYW21-Bd_web.woff2) format("woff2"), url(../fonts/HelveticaNeueMEforSKYW21-Bd_web.woff) format("woff"), url(../fonts/HelveticaNeueMEforSKYW21-Bd_web.ttf) format("truetype"), url(../fonts/HelveticaNeueW23forSKY-Bd_T02.svg#HelveticaNeueW23forSKY-Bd_T02) format("svg");
  font-weight: 800;
  font-style: normal
}
body {
  background-color: #e9ebef;
  font-family: helveticaneuebold
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.top-menu {
  margin-top: 10px
}
.top-menu li {
  float: right;
  padding-left: 7px;
  padding-right: 7px
}
.top-menu li a {
  color: #fff
}
.header-date {
  margin-top: 10px;
  color: #fff
}
.search-text {
  text-align: right;
  font-family: helveticaneuebold;
  font-size: 13px;
  border: none;
  width: 80%;
  outline: 0;
  padding: 10px 15px 10px 7px;
  box-shadow: 0 1.5px 3px 2px rgba(0, 35, 64, .1);
  margin: 0;
  height: 100%;
  float: right
}
.swichermainbx {
  max-width: 100%;
  margin: 0 auto 0 auto
}
.swichermainleft {
  width: 50%;
  float: left;
  margin-bottom: 25px
}
.swichermainright {
  width: 50%;
  float: left;
  margin-bottom: 25px
}
.swichermainright.swichertxt {
  width: 100%;
  float: none;
  margin-bottom: 25px
}
.swichertxt02 {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff
}
.wscolorcode:hover {
  color: #fff;
  text-decoration: none
}
.wscolorcode {
  width: 12.5%;
  margin: 0;
  color: #fff;
  float: left;
  padding: 4px 12px 4px 12px;
  margin: 0;
  height: 30px;
  line-height: 22px;
  background-color: #333;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center
}
.wscolorcode.cblack {
  width: 16.66%
}
.wscolorcode.active {
  border-bottom: solid 2px #333;
  opacity: 1
}
.wscolorcode.cblack.active {
  border-bottom: solid 2px #da4b38;
  opacity: 1
}
.wscolorcode i {
  font-size: 15px;
  color: #fff
}
.wscolorcode.cblue {
  background-color: #1991eb
}
.wscolorcode.corange {
  background-color: #fb872b
}
.wscolorcode.cred {
  background-color: #d7412e
}
.wscolorcode.cpink {
  background-color: #eb65a0
}
.wscolorcode.cgreen {
  background-color: #80c133
}
.wscolorcode.cpurple {
  background-color: #967adc
}
.wscolorcode.cgry {
  background-color: #ccc
}
.wscolorcode.cyellow {
  background-color: #ffd452
}
.wscolorcode.grd-green {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#49c4a4), to(#97b832));
  background: -webkit-linear-gradient(left, #49c4a4, #97b832);
  background: -moz-linear-gradient(left, #49c4a4, #97b832);
  background: -o-linear-gradient(left, #49c4a4, #97b832);
  background: -ms-linear-gradient(left, #49c4a4, #97b832);
  background: linear-gradient(left, #49c4a4, #97b832);
  background-color: #49c4a4
}
.wscolorcode.grd-blue {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#31c8b1), to(#4ec7ff));
  background: -webkit-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -moz-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -o-linear-gradient(left, #31c8b1, #4ec7ff);
  background: -ms-linear-gradient(left, #31c8b1, #4ec7ff);
  background: linear-gradient(left, #31c8b1, #4ec7ff);
  background-color: #4ec7ff
}
.wscolorcode.grd-red {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d90647), to(#eb402c));
  background: -webkit-linear-gradient(left, #d90647, #eb402c);
  background: -moz-linear-gradient(left, #d90647, #eb402c);
  background: -o-linear-gradient(left, #d90647, #eb402c);
  background: -ms-linear-gradient(left, #d90647, #eb402c);
  background: linear-gradient(left, #d90647, #eb402c);
  background-color: #d90647
}
.wscolorcode.grd-light-green {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#29bb92), to(#69cbb0));
  background: -webkit-linear-gradient(left, #29bb92, #69cbb0);
  background: -moz-linear-gradient(left, #29bb92, #69cbb0);
  background: -o-linear-gradient(left, #29bb92, #69cbb0);
  background: -ms-linear-gradient(left, #29bb92, #69cbb0);
  background: linear-gradient(left, #29bb92, #69cbb0);
  background-color: #29bb92
}
.wscolorcode.grd-pink {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c659a7), to(#fd67a0));
  background: -webkit-linear-gradient(left, #c659a7, #fd67a0);
  background: -moz-linear-gradient(left, #c659a7, #fd67a0);
  background: -o-linear-gradient(left, #c659a7, #fd67a0);
  background: -ms-linear-gradient(left, #c659a7, #fd67a0);
  background: linear-gradient(left, #c659a7, #fd67a0);
  background-color: #cc48d4
}
.wscolorcode.grd-orange {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5183), to(#ff754b));
  background: -webkit-linear-gradient(left, #ff5183, #ff754b);
  background: -moz-linear-gradient(left, #ff5183, #ff754b);
  background: -o-linear-gradient(left, #ff5183, #ff754b);
  background: -ms-linear-gradient(left, #ff5183, #ff754b);
  background: linear-gradient(left, #ff5183, #ff754b);
  background-color: #ff5183
}
.wscolorcode.grd-black {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#383d41), to(#5d6069));
  background: -webkit-linear-gradient(left, #383d41, #5d6069);
  background: -moz-linear-gradient(left, #383d41, #5d6069);
  background: -o-linear-gradient(left, #383d41, #5d6069);
  background: -ms-linear-gradient(left, #383d41, #5d6069);
  background: linear-gradient(left, #383d41, #5d6069);
  background-color: #5d6069
}
.wscolorcode.grd-gry {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#e4e4e4));
  background: -webkit-linear-gradient(left, #ccc, #e4e4e4);
  background: -moz-linear-gradient(left, #ccc, #e4e4e4);
  background: -o-linear-gradient(left, #ccc, #e4e4e4);
  background: -ms-linear-gradient(left, #ccc, #e4e4e4);
  background: linear-gradient(left, #ccc, #e4e4e4);
  background-color: #ccc
}
.header {
  width: 100%;
  display: block;
  min-height: 214px;
  padding-top: 0
}
.headerwp {
  max-width: 90%;
  margin: 0 auto;
  padding: 0
}
.posrlt {
  position: relative
}
.headtoppart {
  display: block;
  width: 100%;
  background-color: #406280;
  height: 69px;
  margin: 0 auto;
  padding: 0 0;
  min-width: 320px;
  color: #fff !important
}
.headertopleft {
  width: 50%;
  float: left
}
.headertopright {
  width: 50%;
  float: right;
  text-align: right
}
.headertopright a {
  line-height: 39px;
  color: #5f5f5f;
  font-size: 14px;
  padding: 0 12px;
  float: right
}
.headertopright a:first-child {
  font-size: 12px
}
.headertopright a:hover {
  background-color: #272b37;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.headertopright a.facebookicon:hover {
  background-color: #3b5998;
  color: #fff
}
.headertopright a.twittericon:hover {
  background-color: #55acee;
  color: #fff
}
.headertopright a.linkedinicon:hover {
  background-color: #0077b5;
  color: #fff
}
.headertopright a.googleicon:hover {
  background-color: #dd4b39;
  color: #fff
}
.address {
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #b6b6b6
}
.address a {
  color: #747373
}
.address span {
  margin-right: 9px;
  color: #747373
}
.address i {
  margin-right: 6px;
  margin-left: 6px;
  color: #5f5f5f
}
.norlt {
  position: static
}
.menuwrapper {
  position: relative
}
.show-grid {
  background-color: #fff
}
.btn-border {
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -moz-user-select: none;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  padding: 15px 40px
}
.btn-border:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9
}
.btn-border:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9
}
.mobiletext02 {
  display: none
}
@media only screen and (min-width:230px) and (max-width:991px) {
  .headtoppart {
    display: none
  }
  .swichermainbx {
    width: 100%;
    margin-top: 55px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .swichermainleft {
    width: 98%;
    margin: 1% 1%
  }
  .swichermainright {
    width: 98%;
    margin: 1% 1%
  }
  .wscolorcode {
    width: 12.5%
  }
  .swichertxt {
    display: none
  }
  .swichertxt02 span {
    display: none
  }
}
.top-news-box {
  background-color: #fff;
  border-bottom: 2px solid #ccc
}
.top-news {
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden
}
.top-news img {
  width: 110px !important;
  height: 75px !important;
  border-radius: 4px;
  float: right;
  margin-left: 10px
}
.top-news .title {
  text-align: right;
  direction: rtl;
  font-family: helveticaneuebold;
  font-weight: 700
}
.top-news .title a {
  color: #000;
  font-size: 14px;
  font-family: helveticaneuebold;
  font-weight: 700
}
.owl-next, .owl-prev {
  position: absolute;
  top: 0;
  height: 100%
}
.owl-prev {
  left: -45px;
  top: -10px
}
.owl-next {
  right: -45px;
  top: -10px
}
.overflow-hidden {
  overflow: hidden
}
#main-news {
  margin-top: 15px
}
.top-story {
  position: relative;
  margin-left: 15px
}
.top-story img {
  width: 100%;
  border-radius: 5px;
  height: 425px !important;
  border: 1px solid #ccc
}
.top-story .shadw-box {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  width: 100%;
  font-family: helveticaneuebold;
  font-size: 24px;
  padding: 10px;
  text-align: right;
  direction: rtl;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}


.top-story-2 {
  margin-bottom: 15px;
  position: relative
}
.top-story-2 img {
  width: 100%;
  border-radius: 5px;
  height: 205px !important;
  border: 1px solid #ccc
}
.top-story-2 .shadw-box {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  width: 100%;
  font-family: helveticaneuebold;
  font-size: 18px;
  padding: 10px;
  text-align: right;
  direction: rtl;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}
.shadw-box a {
  color: #fff;
  font-weight: 700
}
.top-story .cat-title, .top-story-2 .cat-title {
  border-radius: 4px;
  background-color: #be2f21;
  color: #fff;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
  font-family: helveticaneuebold;
  font-size: 12px
}
.top-home:nth-child(1) .top-story-2, .top-home:nth-child(3) .top-story-2 {
  margin-bottom: 15px;
  position: relative;
  margin-left: 8px
}
.top-home:nth-child(2) .top-story-2, .top-home:nth-child(4) .top-story-2 {
  margin-bottom: 15px;
  position: relative;
  margin-right: 8px
}






.top-story-3 {
  margin-bottom: 15px;
  position: relative
}
.top-story-3 img {
  width: 100%;
  border-radius: 5px;
  height: 205px !important;
  border: 1px solid #ccc
}
.top-story-3 .shadw-box {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
  width: 100%;
  font-family: helveticaneuebold;
  font-size: 18px;
  padding: 10px;
  text-align: right;
  direction: rtl;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.top-story .cat-title, .top-story-3 .cat-title {
  border-radius: 4px;
  background-color: #be2f21;
  color: #fff;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
  font-family: helveticaneuebold;
  font-size: 12px
}


.top-home:nth-child(1) .top-story-3, .top-home:nth-child(2) .top-story-3 
{
	
margin-left: 15px;	
}

.top-home:nth-child(3) .top-story-3
{
	margin-left: 7px;
	
}

.top-home:nth-child(4) .top-story-3
{
	margin-right: 8px;
	
}






.blue-bg {
  background-color: #406280;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px
}
.black-bg {
  background-color: #000;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px
}
.home-section {
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: helveticaneuebold;
  float: right;
  font-weight: 700;
  font-size: 25px;
  padding-right: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 0
}
.home-section a {
  color: #000;
  padding: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: -1px;
  float: right;
  font-weight: 700;
  border-right: 10px solid #41617f
}
.home-section-orange {
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: helveticaneuebold;
  float: right;
  font-weight: 700;
  font-size: 25px;
  padding-right: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 0
}
.home-section-orange a {
  color: #000;
  padding: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: -1px;
  float: right;
  font-weight: 700;
  border-right: 10px solid #fb752e
}
.home-section-green {
  direction: rtl;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: helveticaneuebold;
  float: right;
  font-weight: 700;
  font-size: 25px;
  padding-right: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 0
}
.home-section-green a {
  color: #000;
  padding: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: -1px;
  float: right;
  font-weight: 700;
  border-right: 10px solid #86ae3e
}
.home-section-white {
  padding: 0;
  text-align: center;
  font-family: helveticaneuebold;
  float: right;
  font-weight: 700;
  font-size: 25px;
  padding-right: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 0
}
.home-section-white a {
  color: #fff;
  padding: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: -1px;
  float: right;
  border-right: 8px solid #ce2b2b;
  font-weight: 700
}
.home-section-black {
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: helveticaneuebold;
  float: right;
  font-weight: 700;
  font-size: 25px;
  padding-right: 0;
  width: 100%;
  text-align: right;
  padding-bottom: 0
}
.home-section-black a {
  color: #000;
  padding: 0;
  padding-left: 15px;
  padding-right: 10px;
  margin-right: -1px;
  float: right;
  font-weight: 700;
  border-right: 10px solid #000
}
.local-news {
  overflow: hidden;
  padding-bottom: 10px;
  height: 285px;
  margin-left: 6px;
  margin-right: 6px
}
.local-news img {
  width: 100%;
  height: 190px;
  border-radius: 4px;
  margin-bottom: 10px
}
.local-news .title {
  font-family: helveticaneuebold;
  font-size: 16px;
  direction: rtl;
  text-align: right
}
.local-news .title a {
  color: #000;
  font-weight: 700
}
.box-white {
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden
}
.box-black {
  background-color: #000;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden
}
.sport-bg {
  padding: 10px;
  border-radius: 4px;
  background-color: #41617f;
  padding-left: 5px;
  padding-right: 5px
}
.white-link {
  border-right: 8px solid #ce2b2b
}
.box-white-inner {
  background-color: #fff;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px
}
.thumb-right {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  margin-top: 0
}
.thumb-right li {
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: right
}
.thumb-right li img {
  width: 130px;
  height: 90px;
  border-radius: 4px;
  float: right;
  margin-left: 10px
}
.thumb-right li .title {
  font-family: helveticaneuebold;
  font-size: 14px;
  direction: rtl;
  text-align: right
}
.thumb-right li .title a {
  color: #000;
  font-weight: 700
}
.thumb-right li:last-child {
  border-bottom: none
}
.thumb-right-mix li {
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px
}
.thumb-right-mix li img {
  width: 130px;
  height: 90px;
  border-radius: 4px;
  float: right;
  margin-left: 10px
}
.thumb-right-mix li .title {
  font-family: helveticaneuebold;
  font-size: 14px;
  direction: rtl;
  text-align: right
}
.thumb-right-mix li .title a {
  color: #000;
  font-weight: 700
}
.thumb-right-mix li:last-child {
  border-bottom: none
}
.thumb-right-mix li:first-child {
  overflow: visible;
  margin-bottom: 15px;
  height: 310px
}
.thumb-right-mix li:first-child img {
  width: 100%;
  height: 190px;
  overflow: none;
  margin-bottom: 10px;
  margin-left: 0
}
.thumb-right-mix li:first-child .title {
  height: 70px
}
.thumb-right-mix li:first-child a {
  font-size: 20px
}
.thumb-right-writers {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  margin-top: 0
}
.thumb-right-writers li {
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px
}
.thumb-right-writers li img {
  width: 90px;
  height: 81px;
  border-radius: 4px;
  float: right;
  margin-left: 10px
}
.thumb-right-writers li .title {
  font-family: helveticaneuebold;
  font-size: 14px;
  direction: rtl;
  text-align: right
}
.thumb-right-writers li .title a {
  color: #000;
  font-weight: 700
}
.thumb-right-writers li:last-child {
  border-bottom: none
}
.thumb-right-writers li .writer {
  text-align: right;
  font-family: helveticaneuebold;
  font-size: 14px
}
.thumb-right-writers li .writer a {
  color: #ef6e29
}
.wide-news-sport {
  margin-bottom: 15px;
  margin: 4px;
  height: 255px
}
.wide-news-sport img {
  width: 100%;
  border-radius: 5px;
  height: 175px
}
.wide-news-sport .shadw-box {
  width: 100%;
  font-family: helveticaneuebold;
  font-size: 16px;
  padding: 5px;
  text-align: right;
  direction: rtl;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 10px
}
.wide-news-sport .shadw-box a {
  color: #fff
}
.wide-news-3-white {
  margin-bottom: 15px;
  margin: 4px;
  height: 280px
}
.wide-news-3-white img {
  width: 100%;
  border-radius: 5px;
  height: 175px
}
.wide-news-3-white .shadw-box {
  width: 100%;
  font-family: helveticaneuebold;
  font-size: 17px;
  padding: 5px;
  text-align: right;
  direction: rtl;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 10px
}
.wide-news-3-white .shadw-box a {
  color: #fff
}
.copyrights {
  font-family: helveticaneuebold;
  direction: rtl;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 15px
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none
}
.footer-menu li {
  width: 25%;
  float: right;
  padding-bottom: 10px;
  text-align: right
}
.footer-menu li a {
  display: block;
  padding: 5px;
  color: #fff;
  font-family: helveticaneuebold;
  font-size: 16px
}
.footer-logo {
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px
}
.footer-logo img {
  width: 140px;
  margin-top: 15px
}
.social-icons {
  list-style: none;
  padding-top: 4px;
  text-align: center;
  margin: 0;
  padding: 0
}
.social-icons li {
  font-size: 24px;
  padding-right: 15px;
  display: inline-block
}
.social-icons li a {
  color: #efefef
}
.bullet-list {
  margin: 0;
  padding: 10px;
  margin-right: 10px;
  color: #fff
}
.bullet-list li {
  text-align: right;
  direction: rtl;
  padding: 5px;
  height: 50px
}
.bullet-list li a {
  font-family: helveticaneuebold;
  font-size: 14px;
  color: #fff
}
.wide-banner {
  text-align: center;
  padding: 5px
}
.wide-banner img {
  width: 100%;
  height: 120px
}
.home-banner {
  text-align: center;
  padding: 5px
}
.home-banner img {
  width: 100%;
  height: 80px
}
.inner-banner {
  text-align: center;
  padding: 5px
}
.inner-banner img {
  width: 70%;
  height: 80px
}
.post-content {
  text-align: justify;
  direction: rtl;
  font-family: helveticaneuebold;
  font-size: 17px;
  font-weight: 700
}
.post-content h1 {
  text-align: right !important;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: helveticaneuebold
}
.post-content .post-image {
  text-align: center;
  margin-bottom: 15px
}
.post-content .post-image img {
  width: 75%;
  border-bottom: 3px solid #ff9c02
}
.post-content .source {
  color: #ff9c02
}
.post-meta {
  overflow: hidden;
  padding-bottom: 10px
}
.post-meta ul {
  margin: 0;
  padding: 0
}
.post-meta ul li a {
  color: #999
}
.post-meta ul li .fas {
  margin-left: 5px
}
.post-meta ul li {
  font-size: 13px;
  color: #999;
  font-weight: 700;
  overflow: hidden;
  margin-right: 10px;
  direction: rtl
}
.post-photos {
  list-style: none;
  margin: 0;
  padding: 0
}
.post-photos li {
  text-align: center;
  margin-bottom: 20px
}
.post-photos li img {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
.google-news {
  text-align: center
}
.google-news img {
  height: 45px
}
.adsense {
  margin-top: 15px;
  text-align: center
}
.adsense-side {
  margin-top: 48px;
  margin-bottom: 15px
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.box-white-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  overflow: hidden
}
.post-image img {
  border-radius: 4px
}
.post-content {
  text-align: right !important;
  direction: rtl
}
.date {
  font-size: 13px;
  color: #fb752e
}
.category {
  list-style: none;
  margin: 0;
  padding: 0
}
.category li {
  width: 50%;
  float: right
}
.category li img {
  width: 170px;
  height: 120px;
  float: right;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #ccc
}
.category li .wide-news-category {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px
}
.category li .wide-news-category a {
  color: #000 !important
}
.home-section-green {
  direction: rtl
}
.category li:first-child img {
  float: none;
  width: 100%;
  overflow: hidden;
  height: 250px;
  margin-bottom: 5px
}
.category li:nth-child(2) img {
  float: none;
  width: 100%;
  overflow: hidden;
  height: 250px;
  margin-bottom: 5px
}
.category li:first-child .shadw-box, .category li:nth-child(2) .shadw-box {
  height: 65px
}
.pagination {
  clear: both;
  font-family: arial;
  overflow: hidden;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 15px
}
.pagination ul {
  list-style: none outside none;
  margin: 0
}
.pagination ul li {
  float: right
}
.currenttext, .pagination a:hover {
  background: none repeat scroll 0 0 #fb752e;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  float: right;
  line-height: 1.2em;
  margin: 0 5px 0 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none
}
.pagination a {
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #d81d28;
  color: #000;
  display: inline-block;
  float: right;
  line-height: 1.2em;
  margin: 0 5px 0 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .25s linear 0s;
  background-color: #fff
}
.pagination a:hover {
  background: none repeat scroll 0 0 #fb752e;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px
}
.pagination a.pagearrow {
  border: 1px solid #d81d28;
  color: #64a7fe;
  display: inline-block;
  float: right;
  line-height: 1.2em;
  margin: 0 5px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .25s linear 0s
}
.pagination a.pagearrow:hover {
  background: none repeat scroll 0 0 #64a7fe;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px
}
.owl-next span, .owl-prev span {
  color: #00193d;
  position: absolute
}
.overflow-visible {
  overflow: visible
}

.mobile-ads { display: none; text-align: center}
.desktop-ads {display: block; text-align: center}
@media (max-width:575px) {

	.home-section-green { font-size: 17px !important;}
	.post-content h1 { font-size: 18px !important;}
	.inner-banner img { height: 50px !important;}
	.mt20 { margin-top: 7px;}
	
.mobile-ads { display: block; text-align: center}
	.desktop-ads {display: none; text-align: center}
  .top-story {
    position: relative;
    margin-left: 0;
    margin-bottom: 10px
  }
  .top-home:nth-child(1) .top-story-2, .top-home:nth-child(3) .top-story-2 {
    margin-left: 0
  }
  .top-home:nth-child(2) .top-story-2, .top-home:nth-child(4) .top-story-2 {
    margin-right: 0
  }
  .top-story img, .top-story-2 img {
    height: 260px !important
  }
  .h1, h1 {
    font-size: 1.5rem
  }
  .top-news-box {
    padding-left: 10px;
    padding-right: 10px
  }
  .inner-banner {
    text-align: center;
    padding: 5px
  }
  .inner-banner img {
    width: 100%;
    height: 80px
  }
}
.social-side {
  float: left;
  margin-top: 8px
}
.social-side img {
  width: 28px;
  border-radius: 4px
}
.social-side a {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 5px
}
.overflow-hidden {
  overflow: hiddin
}
.menu-wrap {
  display: none
}
@media (max-width:890px) {
  .menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #efefef;
    z-index: 9999;
    position: fixed;
    width: 100%
  }
  .logo-img {
    height: 35px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
  }
  .menu-icon {
    font-size: 2.4em;
    color: #000;
    line-height: 50px
  }
  nav {
    position: absolute;
    background-color: #cfcfcf;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10
  }
  nav ul {
    list-style-type: none;
    max-height: 0;
    overflow-y: scroll;
    transition: all .5s
  }
  nav ul li {
    padding: 0 15px;
    text-align: right
  }
  nav ul li a {
    display: inline-block;
    padding: 12px;
    color: #000;
    text-decoration: none;
    letter-spacing: .05em
  }
  nav ul li a:focus, nav ul li a:hover {
    color: #eb6f4a
  }
  #checkbox {
    display: none
  }
  #checkbox:checked ~ nav ul {
    max-height: 500px;
    padding: 15px 0;
    transition: all .5s
  }
}
.logo-link {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.alexa {
  display: none
}
.home-banners-container {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 15px;
}