 body {
  background: #fff;
  background-image: url("https://file.mexat.org/uploads/176440416130461.png");
}
h2 a:hover {
  color: #bd0000;
}
a {
  text-decoration: none;
  color: #676767;
}
a:hover {
  color: #bd0000;
}
.logo-wrapper {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
}
.navbar-two-col {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  margin-bottom: 0;
    background-image: url("https://file.mexat.org/uploads/17650964320021.png");
  
}
.navbar-two-col .nav-link {
  padding: .5rem 2rem;
  color: #676767;
  
}
.navbar-two-col .nav-link:hover {
  color: #bd0000;
}
#navbar-sticky {
  /*overflow: hidden;*/
  z-index: 9999;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  opacity: .9;
}
.sticky + .well {
  padding-top: 72px;
}

#logo-install {
  text-align: center;

}

.custom-breadcrumb {
  margin-top: 15px;
}
.footer { color:#fff; background:#2d3032; }
.footer a { color:#effdce ; }
.footer a:hover { color:#bd0000 !important; }
.footer-wrapper { padding: 15px 0; }
.powered { text-align:center; background:#1f1f1f; padding:15px 0; color:#fff; }
.powered a { text-align:center; margin:10px 0 0 0; color:#bd0000 ;  }

.text-justify {
  text-align: justify;
}

.footer-wrapper h1, .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper h4, .footer-wrapper h5, .footer-wrapper h6 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.footer-wrapper ul {
  margin-bottom: 0;
}
.footer-wrapper a:hover {
  color: #effdce;
}

.signup { text-align:center; }
.email-wrapper { margin-bottom:10px; }

.top_ads { padding:0; margin:0 0 20px 0; }
.top_ads img { border:none; max-width:1000px; }

.ads-row { margin-bottom: 15px; }

.incategory { padding:0; margin:0px 5px 0 0; }
.categories_with_sites ul li ul li .incategory, .just_categories ul li .incategory { margin:0px 0px 0 0; }
.incategory a, .categories_with_sites ul li .incategory a, .just_categories ul li .incategory a { color:green; }

.well { margin-top: 15px; }

.hover {width:48px; height:48px; background: url('images/star.png') no-repeat; z-index: 1000; }
.rating_v { display: block;	margin: 5px 0 5px 0; position:relative; left:0; top:2px; line-height:20px; }
.rating_v img { width:48px; height:48px; }
.rating_v span { cursor: pointer; width:24px;}

.rate-post {
  border-radius: 7px;
  margin-top: 15px;
}
.article-top-navbar {
  background-color: #bd0000;
  color: #fff;
  border-bottom: 0 solid #ccc;
}
.article-top-navbar a.nav-link, .article-top-navbar .list-inline-item a {
  color: #fff;
}
.article-top-navbar .navbar-toggler {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.article-top-navbar .dropdown-item {
    color: #212529 !important;
}
.top-menu-align {
  /*
	margin-right: auto!important;
	margin-left: unset !important;
  */
}
.featured-site a {
  font-weight: 700;
  color: #FA9A85;
}
.sticky-site a {
  font-weight: 700;
  color: #DD4132;
}
.category-featured-site {
  background: #FFD662 !important;
  padding: 10px 15px 0 15px !important;
  color: #000;
  border-radius: 7px;
  margin-bottom: 15px !important;
}
.category-featured-site a {
  color: green !important;
}
.category-featured-site h1 a {
  font-weight: 700;
  color: #000 !important;
}
.category-sticky-site {
  background: #FF6F61 !important;
  padding: 10px 15px 0 15px !important;
  color: #fff;
  border-radius: 7px;
  margin-bottom: 15px !important;
}
.category-sticky-site a {
  color: yellow !important;
}
.category-sticky-site h1 a {
  font-weight: 700;
  color: #fff !important;
}
.full-screen-category {
  margin-bottom: 30px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
}
.full-screen-category h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #bd0000;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.full-screen-category h2 a {
  color: #bd0000;
  border-bottom: 1px solid #ff8a29;
  padding-bottom: 15px;
}
.full-screen-category .list-inline-item:not(:last-child) {
  margin-left: 1rem;
  margin-right: 0;
  margin-bottom: 10px;
}
.custom-field-social {
  /*
  background: #deeaee;
  border: 1px solid #dfdfdf;
  padding: 5px;
  border-radius: 7px;
  */
  margin-bottom: 15px;
  text-align: center;
}
.custom-field-social a {
  margin: 0 7px;
  font-size: 40px;
  color: #666;
}
.custom-field-logo {
  margin-bottom: 15px;
  text-align: center;
}
iframe {
  width: 100%;
  height: 400px;
  border: none;
}
#password-message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}
.valid {
  color: green;
}
.valid:before {
  position: relative;
  left: -10px;
  content: "✔";
}
.invalid {
  color: red;
}
.invalid:before {
  position: relative;
  left: -10px;
  content: "✖";
}
.login-control {
  text-align: center;
}
.login-control .login-control-icon {
  font-size: 60px;
  margin-bottom: 7px;
}
.widget-content {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 15px;
}
.post-block {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
  padding: 15px;
  margin-bottom: 15px;
}
.post-block-last {
  border-bottom: none;
  margin-bottom: 0;
}
.post-card .post-block {
  padding: 0 !important;
  padding-bottom: 15px !important;
}
.post-card h2 {
  font-size: 18px;
  font-weight: 600;
}
.post-card .post-block-last {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.post-container {
  background-color: #fff;
  padding: 15px;
}
.post-card .post-container {
  background-color: #fff;
  padding: 0 !important;
}
.post-info {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.post-image {
  margin-bottom: 15px;
}
.post-title {
  margin-bottom: 15px;
}
.related-posts {
  margin-top: 30px;
}
.related-posts h5 {
  margin-bottom: 15px;
}
.comment-form {
  margin-top: 15px;
}
.post-comment {
  margin-bottom: 15px;
}
.post-comment-last {
  margin-bottom: 0;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
}
.carousel-caption {
  color: #ddd !important;
}
.carousel-caption h5, .carousel-caption h5 a {
  color: #fff !important;
  font-size: 25px;
  margin-bottom: 15px;
}
.carousel-col-control {
  position: relative;
  background-color: #fff;
  padding: 5px;
  height: 50px;
}
.carousel-col .carousel-control-next, .carousel-col .carousel-control-prev {
    position: relative;
    display: inline;
    width: 100%;
    padding: 0;
    color: #fff;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-col .indicators {
  position: absolute;
  top: 3px;
  left:20%;
  right:20%;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: pointer;
  background-color: #fff;
  opacity: .9;
  transition: opacity .6s ease;
}
.carousel-col .indicators span {
  margin-left: 3px;
  margin-bottom: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #bd0000 !important;
  opacity: 1;
}

.carousel-col .indicators .active {
  opacity: .6 !important;
}
.control-col-prev {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.control-col-next {
  position: absolute;
  left: 15px;
  cursor: pointer;
}
.carousel-dark .carousel-indicators button {
  background-color: #ddd !important;
}
.post-card .bg-primary {
  background-color: #bd0000 !important;
}
.control-col-prev .fas, .control-col-next .fas {
  font-size: 30px;
  color: #bd0000;
}
.container-home {
  padding: 30px 0;
}
.container-home .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}
.container-home .subtitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #999;
}

.container-home .title a { color: #bd0000; border-bottom: 1px solid #666666;   }
.container-home .title a:hover { color: #666666; border-bottom: 1px solid #bd0000; }

p.post-description {
  text-align: justify;
  margin-bottom: 0;
}
.post-image-tpl {
  position: relative;
}
.post-image-tpl img {
  display: block;
  width: 100%;
  height: auto;
}
.icon-md {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: .8rem;
  position: absolute;
  left: 15px;
  top: 15px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #bd0000;
  display: none;
}

.post-image-tpl:hover .overlay {
  opacity: .9;
}
.overlay-text {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.overlay-text a {
  font-size: 25px;
  color: #fff;
}
.overlay-text a:hover {
  color: #000;
}

.overlay-navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-navigation-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-navigation .navbar-nav {
  float: unset;
  margin-bottom: 15px;
  	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.overlay-navigation .dropdown-menu {
  left: 50% !important;
  right: 50% !important;
}
.overlay-navigation a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay-navigation a:hover, .overlay-navigation a:focus {
  color: #f1f1f1;
}

.overlay-navigation .dropdown-menu a:hover, .overlay-navigation .dropdown-menu a:focus {
  color: #666;
}

.overlay-navigation .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.post-video {
  /*
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  */
  width: 100%;
}
.book-source, .book-download {
  margin-top: 15px;
}
.book-source h5, .book-download h5 {
  margin-bottom: 10px;
}
.book-info {
  margin-top: 15px;
}
.book-info span {
  color: #000;
}
.post-content img {
  max-width: 100%;
}
.owl-posts {

}
.owl-posts .item {
  padding: 30px;
  margin: 15px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-posts .item img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.owl-posts .item h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0 0 0;
}
.owl-posts .item h4 {
  margin: 15px 0 0 0;
  font-size: 17px;
  font-weight: 300;
}

.owl-orange .item, .owl-orange-item {
	background: #ff8a3c;
}
.owl-darkCyan .item, .owl-darkCyan-item {
	background: #42bdc2;
}
.owl-forestGreen .item, .owl-forestGreen-item {
	background: #7fc242;
}
.owl-yellow .item, .owl-yellow-item {
	background: #ffd800;
}
.owl-dodgerBlue .item, .owl-dodgerBlue-item {
	background: #388bd1;
}
.owl-skyBlue .item, .owl-skyBlue-item {
	background: #a1def8;
}
.owl-zombieGreen .item, .owl-zombieGreen-item {
	background: #3fbf79;
}
.owl-violet .item, .owl-violet-item {
	background: #db6ac5;
}
.owl-yellowLight .item, .owl-yellowLight-item {
	background: #fee664;
}
.owl-steelGray .item, .owl-steelGray-item {
	background: #cad3d0;
}

.owl-darkCyan .item a, .owl-darkCyan .item a:hover, .owl-darkCyan-item a, .owl-darkCyan-item a:hover,
.owl-forestGreen .item a, .owl-forestGreen .item a:hover, .owl-forestGreen-item a, .owl-forestGreen-item a:hover,
.owl-orange .item a, .owl-orange .item a:hover, .owl-orange-item a, .owl-orange-item a:hover,
.owl-yellow .item a, .owl-yellow .item a:hover, .owl-yellow-item a, .owl-yellow-item a:hover,
.owl-dodgerBlue .item a, .owl-dodgerBlue .item a:hover, .owl-dodgerBlue-item a, .owl-dodgerBlue-item a:hover,
.owl-skyBlue .item a, .owl-skyBlue .item a:hover, .owl-skyBlue-item a, .owl-skyBlue-item a:hover,
.owl-violet .item a, .owl-violet .item a:hover, .owl-violet-item a, .owl-violet-item a:hover,
.owl-yellowLight .item a, .owl-yellowLight .item a:hover, .owl-yellowLight-item a, .owl-yellowLight-item a:hover,
.owl-steelGray .item a, .owl-steelGray .item a:hover, .owl-steelGray-item a, .owl-steelGray-item a:hover,
.owl-zombieGreen .item a, .owl-zombieGreen .item a:hover .owl-zombieGreen-item a, .owl-zombieGreen-item a:hover {
  color: #fff;
}

.container-home-white { background: #fff; }
.container-home-gray { background: #f7f7f7; }
.flat-turquoise, .container-home-a1 { color: #FDE482; background-color: #1abc9c; }
.flat-green-sea, .container-home-a2 { color: #FDE482; background-color: #16A085; }
.flat-emerald, .container-home-a3 { color: #FDE482; background-color: #2ecc71; }
.flat-nephritis, .container-home-a4 { color: #FDE482; background-color: #27AE60; }
.flat-peter-river, .container-home-a5 { color: #FDE482; background-color: #3498db; }
.flat-belize-hole, .container-home-a6 { color: #FDE482; background-color: #2980B9; }
.flat-wet-asphalt, .container-home-a7 { color: #FDE482; background-color: #34495e; }
.flat-midnight-blue, .container-home-a8 { color: #FDE482; background-color: #2C3E50; }
.flat-highlighter-pink, .container-home-a9 { color: #FDE482; background-color: #EA4C88; }
.flat-sizzling-red, .container-home-a10 { color: #FDE482; background-color: #CA2C68; }
.flat-amethyst, .container-home-a11 { color: #FDE482; background-color: #9b59b6; }
.flat-wisteria, .container-home-a12 { color: #FDE482; background-color: #8E44AD; }
.flat-sun-flower, .container-home-a13 { color: #FDE482; background-color: #f1c40f; }
.flat-orange, .container-home-a14 { color: #FDE482; background-color: #F39C12; }
.flat-alizarin, .container-home-a15 { color: #FDE482; background-color: #e74c3c; }
.flat-pomegranate, .container-home-a16 { color: #FDE482; background-color: #C0392B; }
.flat-clouds, .container-home-a17 { color: #000; background-color: #ecf0f1; }
.flat-sliver, .container-home-a18 { color: #000; background-color: #BDC3C7; }
.flat-concrete, .container-home-a19 { color: #fff; background-color: #95A5A6; }
.flat-asbestos, .container-home-a20 { color: #fff; background-color: #7F8C8D; }
.flat-carrot, .container-home-a21 { color: #FDE482; background-color: #e67e22; }
.flat-pumpkin, .container-home-a22 { color: #FDE482; background-color: #d35400; }

.flat-yellow-light { color: #FDE482; background-color: #FACB0E; }
.flat-marigold { color: #FDE482; background-color: #FDAC53; }
.flat-cerulean { color: #FDE482; background-color: #9BB7D4; }
.flat-rust { color: #FDE482; background-color: #B55A30; }
.flat-illuminating { color: #FDE482; background-color: #F5DF4D; }
.flat-french-blue{ color: #FDE482; background-color: #0072B5; }
.flat-green-ash { color: #FDE482; background-color: #A0DAA9; }
.flat-burnt-coral { color: #FDE482; background-color: #E9897E; }
.flat-mint { color: #FDE482; background-color: #00A170; }
.flat-amethyst-orchid{ color: #FDE482; background-color: #926AA6; }
.flat-raspberry-sorbet { color: #FDE482; background-color: #D2386C; }
.flat-inkwell{ color: #FDE482; background-color: #363945; }
.flat-ultimate-gray { color: #FDE482; background-color: #939597; }
.flat-buttercream { color: #FDE482; background-color: #EFE1CE; }
.flat-desert-mist { color: #FDE482; background-color: #E0B589; }
.flat-willow { color: #FDE482; background-color: #9A8B4F; }

.counter { opacity: 0.8; text-align: center; padding: 30px; border-radius: 7px; background-color: #f2f2f2; border: 1px solid #ddd; }
.counter h3 { padding: 1rem 0 0.4rem 0; font-size: 2rem; font-weight: 400; color: #676767; }
.counter h6 { font-size: 1.5rem; padding-bottom: 0; color: #676767; }
.counter-icon { width: auto; font-size: 40px; color: #bd0000; }
.counter-icon img { max-width: 100%; }

.custom-counter { padding: 15px; margin-bottom: 30px; }
.container-home .custom-counter { margin-bottom: 0; }

.share { text-align:center; margin-top: 10px;  margin-bottom: 20px; border: 1px solid #ddd; padding: 15px; }
.share h5 { margin-bottom: 15px; }
.share a { margin: 0 15px; font-size: 35px; color: #3499cc; }

@media screen and (max-height: 450px) {
  .overlay-navigation a {font-size: 20px}
  .overlay-navigation .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-wrapper h1, .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper h4, .footer-wrapper h5, .footer-wrapper h6 {
    margin-top: 15px;
  }
}
/* arabic */
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/notonaskharabic/v36/RrQKbpV-9Dd1b1OAGA6M9PkyDuVBeN2DHV20Lg.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
#wrapper-1{
	max-width : 1050px;
	margin :0 auto;	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
/* ---------------------------------- */
/* 1. حاوية الأيقونات */
/* ---------------------------------- */
.social-icons-footer {
    display: flex; /* لترتيب الأيقونات في صف واحد */
    justify-content: center; /* لتوسيط الأيقونات في الفوتر */
    gap: 15px; /* مسافة بين الأيقونات */
    padding: 20px 0; /* مسافة داخلية من الأعلى والأسفل */
}

/* ---------------------------------- */
/* 2. تصميم الأيقونة الأساسي */
/* ---------------------------------- */
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px; /* عرض الأيقونة */
    height: 38px; /* ارتفاع الأيقونة */
    border-radius: 50%; /* لجعلها دائرة */
    color: #fff; /* لون الأيقونة (الأبيض) */
    background-color: #333; /* لون خلفية دائرة الأيقونة (رمادي داكن) */
    font-size: 18px; /* حجم الأيقونة */
    transition: background-color 0.3s, transform 0.3s; /* تأثير النقل السلس */
}

/* ---------------------------------- */
/* 3. تأثير التمرير (Hover Effect) */
/* ---------------------------------- */
.social-icon:hover {
    transform: translateY(-3px); /* رفع الأيقونة قليلاً عند التمرير */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* إضافة ظل خفيف */
}

/* ---------------------------------- */
/* 4. ألوان خاصة بكل موقع (اختياري) */
/* ---------------------------------- */
.social-icon.facebook:hover {
    background-color: #3b5998; /* لون فيسبوك */
}

.social-icon.twitter:hover {
    background-color: #000000; /* لون X */
}

.social-icon.instagram:hover {
    /* لون متدرج (Gradient) لإنستغرام */
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-icon.pinterest:hover {
    background-color: #bd081c; /* لون بينترست */
}

.social-icon.rss:hover {
    background-color: #f26522; /* لون RSS */
}

.social-icon.threads:hover {
    background-color: #000000; /* لون Threads */
}

.social-icon.bsky:hover {
    background-color: #2785ff; /* لون BlueSky */
}