@import url("./assets/fonts/montaserrat/stylesheet.css");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Montserrat-Arabic';
  font-weight: 400;
  color: #fafafa;
}

.bg-dark {
  /* background-color: #0a0a0aed !important; */
  background-color: #2e2e2e !important;
}

a {
  text-decoration: none;
  color: #92c83e;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #668d27;
  transition: all 0.2s;
}


@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

@media (min-width: 2200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1800px;
  }
}

@media (min-width: 2560px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2150px;
  }
}

@media (min-width: 3840px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2600px;
  }
}

.bg-content {
  background: #00000057;
}

.bg-dark-100 {
  background-color: rgba(145, 145, 145, 10%);
}

.bg-dark-200 {
  background-color: rgba(145, 145, 145, 20%);
}

.bg-dark-300 {
  background-color: rgba(145, 145, 145, 30%);
}

.bg-dark-400 {
  background-color: rgba(145, 145, 145, 40%);
}

.bg-dark-500 {
  background-color: rgba(145, 145, 145, 50%);
}

.bg-dark-600 {
  background-color: rgba(145, 145, 145, 60%);
}

.bg-dark-700 {
  background-color: rgba(145, 145, 145, 70%);
}

.bg-dark-800 {
  background-color: rgba(145, 145, 145, 80%);
}

.bg-dark-900 {
  background-color: rgba(145, 145, 145, 90%);
}

.text-shabab-green {
  color: #92c83e !important;
}

.text-shabab-green:hover {
  color: #668d27 !important;
}

.text-shabab-orange {
  color: #f27d21 !important;
}

.text-shabab-orange:hover {
  color: #ac5819 !important;
}

.text-shabab-blue {
  color: #3573b4 !important;
}

.text-shabab-blue:hover {
  color: #1d4b7c !important;
}

.bg-shabab-green {
  background-color: #92c83e;
}

.bg-shabab-blue {
  background-color: #3573b3;
}

.bg-shabab-orange {
  background-color: #f17d21;
}

.bg-black {
  background-color: #101010;
}

.text-green {
  color: #92c83e !important;
}

.text-orange {
  color: #f17d21 !important;
}

.border-orange {
  border-color: #f17f215b !important;
}
.text-muted-light{
	color:#cdd4db !important
}
/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

#main-navbar, #news-navbar {
  z-index: 100;
}

#main-navbar * , #news-navbar *{
  font-size: 1rem !important;
}

.rtl .navbar-nav .nav-item+.nav-item, [dir=rtl] .navbar-nav .nav-item+.nav-item {
  margin-right: 0;
}

#main-navbar img, #news-navbar img {
  max-width: 120px;
}

.navbar-nav .nav-link {
  color: #fafafa !important;
  /* font-size: 1.2rem; */
  transition: all ease-out 0.15s;
}

#main-navbar .nav-link:hover, #news-navbar .nav-link:hover{
  color: #92c83e !important;
  transition: all ease-out 0.15s;
}

#main-navbar .dropdown-menu, #news-navbar .dropdown-menu {
  color: #fafafa !important;
  background-color: #3f3f3f;
  border: none;
}

#main-navbar .dropdown-menu .dropdown-item, #news-navbar .dropdown-menu .dropdown-item{
  color: #fafafa !important;
  ;
}

#main-navbar .dropdown-menu .dropdown-item:hover,#news-navbar .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  ;
}

#main-navbar .dropdown-item:focus, #main-navbar .dropdown-item:hover 
#news-navbar .dropdown-item:focus, #news-navbar .dropdown-item:hover {
  background-color: #92c83e;
}

@media (min-width: 992px) {
  #main-navbar .navbar-collapse, #news-navbar .navbar-collapse {
    height: 100% !important;
  }
  #main-navbar .nav-item, #news-navbar .nav-item {
    display: flex!important;
  }
}

@media (max-width:575px) {
  #main-navbar .nav-item:not(:last-child) {
    border-bottom: 1px solid #cfcfcf5b;
  }
  #news-navbar .nav-item:not(:last-child) {
    border-bottom: 1px solid #cfcfcf5b;
  }
}

#main-ad-banner {
  height: 150px;
}

.mh-100 {
  max-height: 100% !important;
}

section {
  /*   background-color: #00000029; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*footer*/

footer {
  width: 100%;
  background-color: #101010;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
  text-align: right;
  direction: rtl;
  font-size: 0.9rem;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  /* font-size: 13px; */
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer-ul {
  margin: 0px;
  list-style-type: none;
  /* font-size: 14px; */
  padding: 0px 0px 10px 0px;
}

.footer-ul li {
  padding: 0px 0px 5px 0px;
}

.footer-ul li a {
  color: #CCC;
}

.footer-ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer-ul-2 {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer-ul-2 li p {
  display: table;
}

.footer-ul-2 li a:hover {
  text-decoration: none;
}

.footer-ul-2 li i {
  margin-top: 5px;
}

.footer .border-bottom {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.footer .bottom-ul {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.footer .bottom-ul li {
  display: inline;
}

.footer .bottom-ul li a {
  color: #999;
  margin: 0 12px;
}

.footer .social-ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  padding: 0;
}

.footer .social-ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

/* .footer a, .footer i {
  color: #92c83e;
} */

.footer p {
  color: #fafafa;
}

.divider {
  border: 0.5rem solid #c6681d;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.navbar-nav {
  padding-right: 0;
}

.section-title {
  color: #f17d21;
}

/* .section-title {
  width: 70%;
  overflow: hidden;
  font-weight: 300;
} */

/* .section-title::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-left: -100%;
  border-bottom: 1px solid #f17d21;
}
 */

#home-page section .swiper-slide .card {
  /*background-color: #00000054; */
  background-color: transparent;
  padding: 0.05rem 0;
  border-radius: 1rem;
  /* border: 1px solid #92c83e; */
  box-shadow: 0px 0px 10px 0px #fff3;
}

.rounded-1 {
  border-radius: 0.25rem;
}

.rounded-2 {
  border-radius: 0.5rem;
}

.rounded-3 {
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 1.25rem;
}

.rounded-5 {
  border-radius: 2rem;
}

@media(max-width:720px) {
  .n2-section-smartslider {
    display: none;
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #91c73e;
}

.wp-list-table {
  width: 100%;
}

.wp-list-table .font-weight-normal label {
  font-weight: 400 !important;
}

/* breadcrumb */

.breadcrumb {
  background: transparent;
  border: 0;
  padding: 0.5rem 0;
  color: #a7a6a6;
}

.breadcrumb li a {
  color: #fff;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  padding: 0 0.5em;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  padding-right: 0.5em;
  content: "\00bb\00a0";
}

.page-link {
  color: #1b1b1b;
}

.page-link:hover {
  color: #f17d21;
}

.page-item.active .page-link {
  background-color: #92c83e;
  border-color: #92c83e;
}

#fb-videos-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#programs-list .card, #shabab-plus-list .card, #on-air-list .card {
  box-shadow: 0 0px 0.3rem 0px #f17f216b !important
}

.program-header {
  border-radius: 1rem;
  box-shadow: 0 0 5px 1px #92c83ea8;
}

.darker {
  background-color: #00000029;
}

.modal-content {
  background-color: #191919;
}

.font-normal {
  font-size: 1rem;
  ;
}

.font-smaller {
  font-size: 0.9rem;
}

.btn-orange {
  color: #fff;
  background-color: #e87820;
  border-color: #e87820;
}

.btn-orange:hover {
  color: #fff;
  background-color: #a7591a;
  border-color: #a7591a;
}

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #a7591a;
  border-color: #a7591a;
  box-shadow: 0 0 0 0.2rem #d06d1b77
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #e87820;
  border-color: #e87820;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a7591a;
  border-color: #a7591a;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show>.btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d06d1b77
}

.news-card-img {
  height: 270px;
}

.b-0 {
  bottom: 0;
}

.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
  bottom: 0;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.zoom img {
  transition: all 0.2s linear;
}

.zoom:hover img {
  /*   -webkit-transform: scale(1.1);
  transform: scale(1.1); */
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.latest-news-area .nav-tabs {
  margin-bottom: 31px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  justify-content: end;
  background: none;
}

.latest-news-area .nav-tabs .nav-item {
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.latest-news-area .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 0 10px;
  transition: all 0.2s;
  color: #fafafa !important;
  background: none;
}

.latest-news-area .nav-tabs .nav-link:hover {
  color: #91c73e !important;
  transition: all 0.2s;
}

.latest-news-area .nav-tabs .nav-link.active {
  color: #f17d21 !important;
  background: none;
}

#featured .carousel-control-next {
  left: -15%;
}

#featured .carousel-control-prev {
  right: -15%;
}

audio::-webkit-media-controls-timeline {
  display: none;
}

#audio-player {
  transition: all 0.2s;
  color: #92c83e;
  /*border: 1px solid #de74208f;*/
  border-radius: 0.5rem;
}

#audio-player:hover {
  transition: all 0.2s;
  color: #759e34;
}

#weather.card {
  border-color: #d7dfe3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

#weather .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.font-light {
  font-weight: 300
}

.card-text:last-child {
  margin-bottom: 0
}

#weather .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13)
}

.text-info {
  color: #1e88e5 !important
}

.display-6 {
  font-size: 36px
}

#weather .mdi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.m-l-20 {
  margin-left: 20px
}

.m-b-0 {
  margin-bottom: 0px
}

small {
  font-size: 80%;
  font-weight: 400
}

.single-content {
  line-height: 2.5rem;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 300;
  word-spacing: 0.25rem;
}

.btn-facebook {
  background-color: #4267B2;
  color: #ffffff;
}

.btn-facebook:hover {
  background-color: #324d85;
  color: #ffffff;
}

.btn-twitter {
  background-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover {
  background-color: #1DA1F2;
  color: #ffffff;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #1c9c4b;
  color: #ffffff;
}

.facebook {
  color: #4267B2;
}

.facebook:hover {
  color: #324d85;
}

.twitter {
  color: #1DA1F2;
}
.twitter:hover {
  color: #1DA1F2;
}

.whatsapp {
  color: #25D366;
}

.whatsapp:hover {
  color: #1c9c4b;
}
.instagram {
  color: #c32aa3;
}

.instagram:hover {
  color: #7232bd;
}

.youtube {
  color: #ff0000;
}
.youtube:hover {
  color: #ad1818;
}
.telegram {
  color: #0088cc;
}
.telegram:hover {
  color: #0f628b;
}
.tiktok {
  color: #69c9d0;
}
.tiktok:hover {
  color: #4d9ca1;
}


.featured-content .card .position-absolute {
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(0,0,0);
  /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
  background: linear-gradient(0deg, rgb(0 0 0 / 78%) 35%, rgba(255,255,255,0) 100%);
  padding: 0.2rem 0.5rem;
}
.wp-block-image {
    margin: 0;
}

.header-adv-banner img{
    height: auto !important;
}
.text-sm{
  font-size:0.85rem;
}
.text-xs{
  font-size:0.7rem;
}
.text-gray{
  color:#9b9b9b !important;
}
.sam-widget{
  display: flex;
}
.sam-widget figure{
  margin-top:auto;
  margin-bottom:auto;
}
.wp-block-image.size-large{
  margin-bottom:0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-article{
  font-size:1.2rem;
  line-height: 2rem;
}
#featured .badge-top,#featured-2 .badge-top{
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 99;
}
#featured .badge-top:hover,#featured-2 .badge-top:hover{
  color:#ffffff !important;
  font-size:0.95rem;
  transition:all 0.2s;
}

@media (max-width: 1400px) {
  body{
    font-size:0.85rem;
  }
  #main-navbar *, #news-navbar * {
    font-size: 0.85rem !important;
  }
}

#shabab-plus-list iframe{
  background-color:#ffffff;
}
.card{
  box-shadow:none !important;
}
.facebook{
  color:#1877f2;
}
.facebook:hover{
  color:#1f57a0;
}
.fa-stack {
  display: inline-block;
  height: 3em !important;
  line-height: 3em !important;
  position: relative;
  vertical-align: middle;
  width: 3em !important;
}
.fa-stack-2x {
  font-size: 3em !important;
}
#searchform{
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
#home-page .card-img, #home-page .card-img-top{
  border-radius: 0 !important;
}

/* #featured .featured-main{
  height: 425px;
}
#featured .featured-box{
  height: 200px;
} */

.card-text p{
  margin-bottom:0;
}
.wp-block-image.size-large{
  margin-bottom:0 !important;
  margin-top:0 !important
}
.vertical .sam-widget figure{
  margin-top:0;
  margin-bottom:0;
}
#top-navbar .fa-2x{
  font-size:1.25rem;
}

#header-watch-us > .d-flex{
  flex-direction: column;
}
@media (max-width: 768px) {
  
  #header-watch-us > .d-flex{
    flex-direction: row;
    justify-content: center;
  }
}
.form-check-input:checked {
  background-color: #9bc31a;
  border-color: #9bc31a;
}
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}


.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.25rem;
  width: calc(1.5rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.widget_text .textwidget {
  width: 100%;
}

.weatherwidget-io{
	width:100% !important
}

#pills-watch-us-servers.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #92c83e;
}

#pills-watch-us-servers .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #92c83e;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#pills-watch-us-servers .nav-link:focus, .nav-link:hover {
    color: #ffffff !important;
}
.FullscreenButton.defaultElement, .FullscreenButton.defaultElement.hideElement {
  display: block !important;
}

#shabab-live .tab-pane{
  width: 100%;
  height: 50vh;
}