/*@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&display=swap');*/
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Almarai'), local('Almarai-Regular'),
    url(https://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnQ1iFo0C3.woff2)
      format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img { object-fit: cover;}
html,
body {
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  background: #f7f9fa;
  /*font-family: 'aljazeeraColor', serif;*/
  font-family: 'Cairo', serif !important;
  direction: rtl;
}

ul {
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #00aeef;
}
/* Layouts */
.wrapper {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: ' ';
}
.wrapper:after {
  clear: both;
}
.main-content {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
/* Start Header */
.navbar-brand {
  display: none;
}
.header {
  position: relative;
}
.header .container {
  position: relative;
}
.header .logo {
  width: 209px;
  height: auto;
  margin: 10px auto;
}

.soc-icons {
  position: absolute;
  top: 53px;
  left: 0;
}
.soc-icons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #c1334e;
  color: #fff;
}

.navbar {
  background: #14234a;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 0;
  margin-bottom: 15px;
}
.navbar-nav > li {
  font-size: 20px;
}
.navbar-nav > li:hover {
  position: relative;
}
.navbar-nav > li > a {
  color: #fff;
  margin-left: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-nav > li:hover a, li.current-post-parent a,li.active a {
  background: #c1334e;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background: #890205;
  margin-top: 20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
/* End Header */

/* Start Footer */
.footer {
  background: #EEE;
  padding-top: 15px;
}

.footer-top {
  border-bottom: 1px solid #901b13;
  margin-bottom: 15px;
}

.footer .f-logo {
  margin: 15px auto;
  text-align: center;
  max-width:110px;
}

.footer-links li {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  list-style: none;
  padding: 15px;
  margin: 0 1px;
}
.footer-links li a {
  color: #fff;
}
.footer-links li a:hover {
  color: #fff;
}
.footer .f-left {
  text-align: left;
  padding: 15px;
}
.footer-soc-icons {
  margin: 15px auto;
}
.footer-soc-icons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #c1334e;
  border-radius: 50%;
  line-height: 45px;
  margin: 5px 1px;
}
.footer-soc-icons a:hover {
  color: #ddd;
}

.footer .copyrights {
  background: #c1334e;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.footer h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.footer-soc-icons h3 {
  padding: 10px;
}
/* End Footer */
.home-section-1 {
  margin-top: 10px;
}

.main-slide {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 0px;
}
.main-slide .item {
  height: 509px;
}
.main-slide .item img {
  width: 100%;
  height: 100% !important;
}
.main-slide .item .carousel-caption {
  width: 100%;
  position: absolute;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.9)
  );
  color: #fff;
  text-align: right;
  padding: 15px;
  right: 0;
  bottom: 0px;
}
.main-slide .item .carousel-caption h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-slide .item .carousel-caption a {
  color: #fff;
  font-weight: bold;
  font-size: 18px !important;
}
.main-slide .item .carousel-caption .date {
  font-size: 12px;
}
.main-slide .carousel-indicators {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
  width: auto;
  text-align: center;
  margin: 0;
  z-index: 9999;
  padding: 0;
}
.main-slide .carousel-indicators li {
  background: #fff;
  width: 18.5%;
  height: 110px;
  border: none;
  border-radius: 5px;
  display: inline-block;
  margin: 0.5% !important;
  text-indent: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.main-slide .carousel-indicators li img {
  width: 100%;
  height: 100%;
}
.main-slide .carousel-indicators li.active {
  background: #c1334e;
}

.main-slide .carousel-indicators li .cat-name {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #030e33;
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
}
.main-slide .carousel-indicators li .cat-name a {
  color: #fff;
}
.main-slide .carousel-indicators li.active .cat-name {
  background: #cd1127;
}

.home-section-1 .box .head {
  background: #14234a;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
}
.home-section-1 .box .head a {
  color: #fff;
}
.home-section-1 .box .body {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 5px;
  height: 598px;
  overflow: hidden;
}

#vslider-1,
#vslider-2 {
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#vslider-1 .viewport,
#vslider-2 .viewport {
  height: 447px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#vslider-1 .disable,
#vslider-2 .disable {
  visibility: hidden;
}
#vslider-1 .overview,
#vslider-2 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
}

#mobasher {
  height: 580px;
  width: 100%;
  overflow-y: scroll;
  position: relative;
}
.home-section-1 .box .body li {
  padding: 5px;
  margin: 2px 0;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e3e3e3;
}
.home-section-1 .box .body li h3 {
  color: #3e3e3e;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
}
.home-section-1 .box .body li h3 a {
  color: #3e3e3e;
  margin-bottom: 8px;
}
.home-section-1 .box .body li h3.b-n a {
  color: #c0090f;
  font-weight: bold;
}
.home-section-1 .box .body li .date {
  color: #da0109;
  font-size: 12px;
  font-weight: bold;
  margin-top:10px;
}

.mpp-single-latest-post {
  padding: 5px;
  margin: 2px 0;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e3e3e3;
}
.home-section-1 .box .body .media h5 {
  color: #3e3e3e;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
}
.home-section-1 .box .body .media h5 a {
  color: #3e3e3e;
  margin-bottom: 8px;
}

/* Start Section 2 */
.home-section-2 {
  padding: 45px 0px;
}

.home-section-2 .box {
  margin-bottom: 15px;
}
.home-section-2 .box .head {
  color: #111;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0px;
}
.home-section-2 .box .head a {
  color: #111;
}
.home-section-2 .box .body {
  background: #fff;
  overflow: hidden;
}
.home-section-2 .box .item-1 {
  margin-bottom: 10px;
  position: relative;
}
.home-section-2 .box .item-1 .image {
  width: 100%;
  height: 210px;
}
.home-section-2 .box .item-1 .image img {
  width: 100%;
  height: 100%;
}
.home-section-2 .box .item-1 .caption {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.9)
  );
  color: #fff;
  text-align: right;
  padding: 15px;
  right: 0;
  bottom: 0px;
}
.home-section-2 .box .item-1 .caption a {
  color: #fff;
}
.home-section-2 .box .item-2:last-child,.home-section-5 .box .item-2:last-child { border:none;}

.home-section-2 .box .item-2 {
  border-bottom: 1px solid #e9ebec;
  padding: 8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 88px;
  overflow: hidden;
}
.home-section-2 .box .item-2:hover {
  background: #f9f9f9;
}
.home-section-2 .box .item-2 img {
  float: right;
  width: 110px;
  height: 70px;
  border-radius: 3px;
  margin-left: 15px;
  object-fit:cover;
}
.home-section-2 .box .item-2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  line-height: 22px;
}
.home-section-2 .box .item-2 h3 a {
  color: #111;
}
.home-section-2 .box .item-2 h3:hover a {
  color: #c1334e;
}

/* Start Section 3 */
.home-section-3 {
  background: #13161f;
  padding-bottom: 35px;
  margin-bottom: 15px;
  color: #fff;
}
.home-section-3 .container {
  background: url(../images/section-3-title-bg.png) no-repeat right top;
  padding:45px 0px;
}
.home-section-3 .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  border-right: 3px solid #c1334e;
  padding: 10px;
}
.home-section-3 .title a {
  color: #fff;
}

.home-section-3 .item {
  padding: 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.home-section-3 .item .image {
  width: 100%;
  height: 160px;
  position: relative;
}
.home-section-3 .item img {
  width: 100%;
  height: 100%;
}
.home-section-3 .item .image .overlay {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  border-radius: 1px;
}
.home-section-3 .item:hover .image .overlay {
  visibility: visible;
  background: rgba(0, 0, 0, 0.7);
}
.home-section-3 .item .image .fa {
  position: absolute;
  top: 48%;
  right: 48%;
  font-size: 22px;
  color: #fff;
}
.home-section-3 .item h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  position: relative;
  padding-top: 10px;
}
.home-section-3 .item h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.home-section-3 .item:hover h3 a {
  color: #ccc;
}
.home-section-3 .item .date {
  color: #ccc;
  font-size: 10px;
  text-align:right;
  font-weight: bold;
  margin-top:15px;
}

/* Start Section 4 */
.home-section-4 {
  padding-top: 10px;
}

.home-section-4 .box {
  margin-bottom: 15px;
}
.home-section-4 .box .head {
  background-image: linear-gradient(#edf1f2, #c7cfd6);
  color: #111;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 15px;
  border: 1px solid #d9dcdd;
}
.home-section-4 .box .head a {
  color: #111;
}
.home-section-4 .box .body {
  border: 1px solid #e9ebec;
  background: #fff;
  overflow: hidden;
}
.home-section-4 .box .item-1 {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e9ebec;
}
.home-section-4 .box .item-1 .image {
  width: 100%;
  height: 210px;
}
.home-section-4 .box .item-1 .image img {
  width: 100%;
  height: 100%;
}
.home-section-4 .box .item-1 .caption {
  height: 50px;
  overflow: hidden;
  margin-top: 8px;
}
.home-section-4 .box .item-1 .caption h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  padding: 8px;
  line-height: 22px;
}
.home-section-4 .box .item-1 .caption a {
  color: #111;
}
.home-section-4 .box .item-1:hover h3 a {
  color: #c1334e;
}

.home-section-4 .box .item-2 {
  border-bottom: 1px solid #e9ebec;
  padding: 8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 88px;
  overflow: hidden;
}
.home-section-4 .box .item-2:hover {
  background: #f9f9f9;
}
.home-section-4 .box .item-2 img {
  float: right;
  width: 110px;
  height: 70px;
  border-radius: 3px;
  margin-left: 8px;
}
.home-section-4 .box .item-2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  line-height: 22px;
}
.home-section-4 .box .item-2 h3 a {
  color: #111;
}
.home-section-4 .box .item-2 h3:hover a {
  color: #c1334e;
}

/* Start Section 5 */
.home-section-5 {
  padding-top: 10px;
}

.home-section-5 .box {
  margin-bottom: 15px;
}

.home-section-5 .box .body {
  border: 1px solid #e9ebec;
  background: #fff;
  overflow: hidden;
}
.home-section-5 .box .item-1 {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e9ebec;
}
.home-section-5 .box .item-1 .image {
  width: 100%;
  height: 210px;
}
.home-section-5 .box .item-1 .image img {
  width: 100%;
  height: 100%;
}
.home-section-5 .box .item-1 .cat-name {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 80px;
  text-align: center;
  padding: 3px 10px;
  background: #c1334e;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  font-weight: bold;
}
.home-section-5 .box .item-1 .cat-name a {
  color: #fff;
}
.home-section-5 .box .item-1 .caption {
  height: 50px;
  overflow: hidden;
  margin-top: 8px;
}
.home-section-5 .box .item-1 .caption h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  padding: 8px;
  line-height: 22px;
}
.home-section-5 .box .item-1 .caption a {
  color: #111;
}
.home-section-5 .box .item-1:hover h3 a {
  color: #c1334e;
}

.home-section-5 .box .item-2 {
  border-bottom: 1px solid #e9ebec;
  padding: 8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 88px;
  overflow: hidden;
}
.home-section-5 .box .item-2:hover {
  background: #f9f9f9;
}
.home-section-5 .box .item-2 img {
  float: right;
  width: 110px;
  height: 70px;
  border-radius: 3px;
  margin-left: 8px;
  object-fit:cover;
}
.home-section-5 .box .item-2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  line-height: 22px;
}
.home-section-5 .box .item-2 h3 a {
  color: #111;
}
.home-section-5 .box .item-2 h3:hover a {
  color: #c1334e;
}

/* Start Section 6 */
.home-section-6 {
  padding-top: 10px;
}

.home-section-6 .box {
  margin-bottom: 15px;
}

.home-section-6 .box .body {
  border: 1px solid #e9ebec;
  background: #fff;
  overflow: hidden;
}
.home-section-6 .box .item-1 {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e9ebec;
}
.home-section-6 .box .item-1 .image {
  width: 100%;
  height: 250px;
}
.home-section-6 .box .item-1 .image img {
  width: 100%;
  height: 100%;
}
.home-section-6 .box .item-1 .cat-name {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 80px;
  text-align: center;
  padding: 3px 10px;
  background: #c1334e;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  font-weight: bold;
}
.home-section-6 .box .item-1 .cat-name a {
  color: #fff;
}
.home-section-6 .box .item-1 .caption {
  height: 50px;
  overflow: hidden;
  margin-top: 8px;
}
.home-section-6 .box .item-1 .caption h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  padding: 8px;
  line-height: 22px;
}
.home-section-6 .box .item-1 .caption a {
  color: #111;
}
.home-section-6 .box .item-1:hover h3 a {
  color: #c1334e;
}

.home-section-6 .box .item-2 {
  border-bottom: 1px solid #e9ebec;
  padding: 8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 88px;
  overflow: hidden;
}
.home-section-6 .box .item-2:last-child { border:none;}
.home-section-6 .box .item-2:hover {
  background: #f9f9f9;
}
.home-section-6 .box .item-2 img {
  float: right;
  width: 110px;
  height: 70px;
  border-radius: 3px;
  margin-left: 8px;
object-fit:cover;
    
}
.home-section-6 .box .item-2 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin: 0;
  line-height: 22px;
}
.home-section-6 .box .item-2 h3 a {
  color: #111;
}
.home-section-6 .box .item-2 h3:hover a {
  color: #c1334e;
}

.home-section-6 .item-box {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.home-section-6 .item-box .image {
  position: relative;
  height: 238px;
  overflow: hidden;
}
.home-section-6 .item-box img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.home-section-6 .item-box .caption {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.9)
  );
  color: #fff;
  text-align: right;
  padding: 15px;
  right: 0;
  bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-section-6 .item-box:hover .caption {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(179, 9, 9, 0.7),
    rgba(179, 9, 9, 0.9)
  );
}
.home-section-6 .item-box .caption a {
  color: #fff;
}

.home-section-6 .item-box .cat-name {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 80px;
  text-align: center;
  padding: 3px 10px;
  background: #14234a;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.home-section-6 .item-box .cat-name a {
  color: #fff;
}

/* Start Page Content */
.page-content {
  padding: 10px;
  background: #fff;
  color: #0a0a0a;
}
.page-content .h1 {
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 2px #ddd solid;
  position: relative;
  margin-bottom: 20px;
  padding-right: 30px;
}
.page-content .h1:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  content: '';
  width: 15%;
  height: 2px;
  background: #ea301b;
}
.page-content .h1::before {
  position: absolute;
  content: '';
  background: url('../images/sm-icon.png');
  right: 0px;
  width: 21px;
  height: 24px;
}

.page-content .post-item {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 315px;
  border-bottom: 1px solid rgba(185, 43, 34, 0.2);
}

.page-content .post-item .imgthumb {
  overflow: hidden;
  height: 225px;
}
.page-content .post-item .imgthumb img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page-content .post-item:hover .imgthumb img {
  transform: rotate(10deg) scale(1.2, 1.3);
  -webkit-transform: rotate(10deg) scale(1.2, 1.3);
  -moz-transform: rotate(10deg) scale(1.2, 1.3);
  -o-transform: rotate(10deg) scale(1.2, 1.3);
}
.page-content .post-item .info {
  color: #666;
  font-size: 10px;
  font-weight: bold;
}
.page-content .post-item .content {
  padding-top: 10px;
}
.page-content .post-item .content h2 {
  font-size: 16px;
  margin: 8px 0;
  line-height: 26px;
  font-weight: bold;
}
.page-content .post-item .content h2 a {
  color: #14234a;
}
.page-content .post-item .content h2:hover a {
  color: #14234a;
}
.page-content .post-item .content p {
  font-size: 10px;
  color: #222;
}

.media-post-item {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 220px;
}
.media-post-item .imgthumb {
  height: 100%;
}
.media-post-item .imgthumb img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.media-post-item:hover .imgthumb img {
  ransform: rotate(10deg) scale(1.2, 1.3);
  -webkit-transform: rotate(10deg) scale(1.2, 1.3);
  -moz-transform: rotate(10deg) scale(1.2, 1.3);
  -o-transform: rotate(10deg) scale(1.2, 1.3);
}
.media-post-item .content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(177, 26, 38, 0.7);
  color: #fff;
  padding: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.media-post-item .content h2 {
  margin-top: 25%;
  font-size: 18px;
  color: #fff;
}
.media-post-item .content h2 a {
  color: #fff;
}
.media-post-item:hover .content {
  opacity: 1;
}

/* End Page Content */

/* Start Single Content */
.single-content {
  background: #fff;
  padding: 25px;
  color: #0a0a0a;
}
h1.title { margin-top:10px !important;}
.single-content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
}
.single-content .info {
  font-size: 12px;
  font-family: Cairo;
  color: #999;
}
.single-content .info span {
  display: inline-block;
  padding: 10px 5px;
}
.single-content .info span i {
  color: #db060e;
}

.single-content .img-thumb {
  max-width: 100%;
  margin: 25px auto;
  text-align: center;
}
.single-content .img-thumb img {
  max-width: 100%;
  height: auto;
}
.single-content .views-box {
  background: #f9f9f9;
  padding: 3px;
  text-align: center;
  margin-bottom: 8px;
}
.single-content .views-box .dashicons {
  color: #db060e;
}
.single-content p {
  font-size: 20px;
  line-height: 1.8;
  text-align:justify;
}
.single-content .share-box {
  margin-top: 15px;
  text-align: center;
  border-top: 1px #dfdfdf solid;
  padding: 8px;
}
.single-content .share-box ul {
  list-style: none;
}
.single-content .share-box ul li {
  display: inline-block;
  margin: 3px;
  text-align: center;
}
.single-content .share-box ul li a {
  color: #333;
  font-size: 18px;
}
.single-content .share-box ul li a:hover {
  color: #c1334e;
}
.single-content .video-media {
  max-width: 650px;
  margin: 10px auto;
}
.single-content .last-text li {
  list-style: inside;
  list-style-type: square;
  color: #000;
  font-size: 18px;
}
.single-content .last-text a {
  color: #c1334e;
}
.single-content a {
  color: #c1334e;
}
.single-content .content iframe {
  margin: 10px auto;
  max-width: 100%;
}
/* End Single Content */

/* End Single Content */

/* Comments */
#comments-box {
  margin: 0 auto 20px;
  background: #fff;
  border: 1px #ddd solid;
}
#comments-box .title {
  color: #111;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #ddd solid;
}
#comments-box .title i {
  color: #111;
  float: right;
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 35px;
}
#comments-box .title a {
  color: #000000;
}
#comments-box .title a:hover {
  color: #c1334e;
}
#comments-box .conntennt {
  background: #f9f9f9;
  padding: 15px;
}
#comments-box .conntennt form#commentform input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#comments-box .conntennt form#commentform input:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#comments-box .conntennt form#commentform textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  font-size: 15px;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#comments-box .conntennt form#commentform textarea:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#comments-box .conntennt form#commentform button {
  background-color: #39b54a;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
#comments-box .conntennt form#commentform button:hover {
  background-color: #1d9e2e;
  color: #fff;
}
#comments-box .conntennt .wellc {
  color: #555555;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto 10px;
}

.tablee {
  margin: 0 auto 20px;
}
.tablee .title {
  background-color: #112a3e;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font: bold 13px 'Tajawal', 'play', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding: 10px 18px;
  position: relative;
}
.tablee .content2 {
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
#respond {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 0;
}
#commm {
  display: block;
  margin: -39px auto 0;
  padding: 0;
}
#commentss {
  display: block;
  margin: 20px auto 0;
}
#commentss #commm {
  display: block;
  margin: 0 auto 10px;
}
#commm h3#comments,
#respond h3 {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #d9d9d9;
  color: #333333;
  display: block;
  font-size: 14px;
  margin: 0 auto 5px;
  padding: 2px;
  text-align: center;
}
#respond form p {
  display: block;
  font: 14px 'Tajawal', 'play', Arial, Helvetica, sans-serif;
  margin: 0 auto 10px;
}
#commentform #cke_comment {
  clear: both;
  display: block;
  margin: 10px auto;
  width: 100%;
}
.commentlist {
  padding: 0;
}
#commentform p a:hover {
  text-decoration: underline;
}
.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  margin-left: 5px;
}
.commentlist cite,
.commentlist cite a {
  color: #1c3943;
  font: 13px 'Tajawal', 'play', Arial, Helvetica, sans-serif;
  height: 16px;
  margin-bottom: 3px;
  padding: 2px 0 0;
}
.commentlist p {
  color: #333;
  direction: rtl;
  font-family: 'Cairo', 'play', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 5px 0;
  padding: 0 9px;
}
.alt {
  padding: 10px;
}
.commentlist {
  margin: 0;
  text-align: justify;
  width: 99.8%;
}
.commentlist li {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #f2f2f2 #f2f2f2 #ddd;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 5px;
}
.commentlist li:last-child {
  margin: 0 auto;
}
.children {
  padding: 0;
}
p.nocomments {
  color: #3d933a;
  font-size: 18px;
  text-align: center;
}
/* End Comments */
/* Pagination */
.pagination {
  display: table;
  margin: 15px auto;
  position: relative;
}
.pagination span,
.pagination a {
  background: #ed1c24;
  color: #fff;
  display: block;
  float: right;
  font-size: 16px;
  height: auto;
  line-height: 25px;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.pagination a:hover {
  background: #b5030a;
  color: #ffffff;
}
.pagination .current {
  background: #b5030a;
  color: #ffffff;
}
/* end Pagination */

/* error404 */
.error404-page {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000000;
  display: block;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}
.error404-page h1 {
  margin: 0 auto;
}
.error404-page h2 {
  font-weight: bold;
}

.error404-page form {
  display: block;
  margin: 20px auto;
  width: 320px;
  text-align: center;
}

/* End Wrong */

#TabsPostsTabber ul.TabsPostsTabs li {
  float: right !important;
  font-size: 16px;
}
#TabsPostsTabber .TabsPostsInside div {
  padding: 10px 0;
}
.widget_media_image {
  list-style: none;
  text-align: center;
}
.widget_media_image img {
  max-width: 100%;
}
#st_gdpr_iframe {
  display: none;
}
.s-b li,
.widget_text,
.ct-font-resizer {
  list-style: none;
}

.s-b .widgettitle {
  border-bottom: 2px solid #0e9749;
  margin-top: 0;
}
.s-b .media {
  border-bottom: 1px solid #dfdfdf;
}
.s-b .media img {
  margin-left: 5px;
}
.mpp-single-latest-post .media img {
  width: 100px;
  height: 72px;
}
.s-b .media .meta-time {
  font-size: 12px !important;
  color: #a67c52 !important;
}
.s-b .media .media-body h5 {
  font-size: 14px !important;
}
.mpp-single-latest-post {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.post-widget img {
  max-width: 100%;
}

.single-content .tags {
  margin: 10px 0;
}
.single-content .tags a {
  background: #14234a;
  padding: 3px 10px;
  margin: 3px;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
}

@media only screen and (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-slide .carousel-indicators li {
    width: 135px;
    height: 120px;
  }
}
@media only screen and (max-width: 949px) {
  .main-slide .carousel-indicators li {
    width: 100px;
    height: 80px;
  }
  .home-section-2 .box .item-2,
  .home-section-4 .box .item-2,
  .home-section-5 .box .item-2,
  .home-section-6 .box .item-2 {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
  }
  .navbar-brand {
    display: block;
    height: auto;
    border-radius: 5px;
    margin: 5px;
    padding: 2px;
  }
  .navbar-brand img {
    height: 60px;
  }
  .navbar-toggle {
    margin-top: 20px;
  }
  .navbar-nav > li {
    font-size: 18px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }
  .main-content {
    margin-top: 75px;
  }
  #mobasher {
    height: 290px;
  }
  .home-section-1 .box .body {
    height: auto;
  }

  .home-section-2 .box .item-1 .image {
    height: 350px;
  }
  .home-section-3 .item .image,
  .home-section-4 .box .item-1 .image,
  .home-section-5 .box .item-1 .image,
  .home-section-6 .box .item-1 .image,
  .home-section-6 .item-box .image {
    height: 300px;
  }
  .home-section-3 .item h3 {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 2px;
  }

  .home-section-1 .row {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @supports (flex-wrap: wrap) {
    .home-section-1 .row {
      display: flex;
    }
  }

  .home-section-1 .slider {
    width: 100%;
  }
  .home-section-1 .live-box {
    -webkit-flex-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 8px;
    width: 100%;
  }
  .home-section-1 .popular {
    -webkit-flex-order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .footer-top {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-slide .item {
    height: 250px;
  }
  .main-slide .carousel-indicators li {
    width: 18%;
    height: 45px;
  }
  .home-section-2 .box .item-1 .image {
    height: 250px;
  }
  .home-section-3 .item .image,
  .home-section-4 .box .item-1 .image,
  .home-section-5 .box .item-1 .image,
  .home-section-6 .box .item-1 .image,
  .home-section-6 .item-box .image {
    height: 220px !important;
  }
}
