@charset "UTF-8";
.container {
  width: 1180px;
  margin: auto;
  max-width: 100%;
  padding: 0 10px;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}
*[disabled] {
  opacity: 0.65 !important;
  pointer-events: none !important;
  cursor: default !important;
}

html, body {
  margin: 0;
  font-family: "DroidKufi", "arial";
  font-size: 15px;
  width: 100%;
  min-height: 100%;
  direction: rtl;
  position: relative;
}
html.active, body.active {
  overflow: hidden;
}

ul, ol {
  margin-bottom: 10px;
  padding-left: 5px;
  overflow: hidden;
  list-style: none;
}
ul li, ol li {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
}
ul li:before, ol li:before {
  margin-right: 10px;
}

ul li:before {
  content: "•";
}

ol {
  counter-reset: li;
}
ol li {
  counter-increment: li;
}
ol li:before {
  content: counter(li) ".";
}

form {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.input {
  outline: none;
  border: 0;
  width: 100%;
  padding: 0;
  resize: none;
  padding: 3px 7px;
}

.img-holder {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  display: flex;
}
.img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  display: block;
}

button, .btn {
  outline: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  padding: 5px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
button .icon, .btn .icon {
  margin: 0 10px 0 0;
  font-size: 1.5em;
}
button.btn1, .btn.btn1 {
  background-color: #56084d;
  color: #fff;
}
button.btn2, .btn.btn2 {
  background-color: #f09800;
  color: #fff;
}
button.btnR, .btn.btnR {
  background-color: tomato;
  color: #fff;
}

.btn.clear {
  background-color: #ff6347;
}
.btn.clear:active {
  background-color: #ff3814;
}
.btn.send {
  background-color: #56084d;
}
.btn.send:active {
  background-color: #270423;
}
.btn.down {
  background-color: transparent;
  color: #56084d;
  border: 1px solid #56084d;
}

.clear {
  clear: both;
}

.btn-holder {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 20px;
}
.btn-holder button, .btn-holder .btn {
  font-weight: 600;
}

.fb {
  background-color: #4267b2 !important;
}

.gg {
  background-color: #4285f4 !important;
}

.tw {
  background-color: #1da1f2 !important;
}

.pt {
  background-color: #bd081b !important;
}

.is {
  background-color: #f7630d !important;
}

.img-holder .img[style="background-image: url('img/default.png');"] {
  background-color: #56084d;
  background-size: contain;
}

.item-holder2 {
  display: flex;
  flex-wrap: wrap;
}
.item-holder2 .item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .item-holder2 .item {
    width: 50%;
  }
}
.item-holder2 .item .imgholder {
  width: 100%;
  height: 100px;
}
.item-holder2 .item .imgholder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  background-color: #eee;
}

.titlefile {
  padding: 15px 10px;
  display: flex;
  background-color: #eee;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 0px;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.info-holders .info {
  display: flex;
  color: #847d7d;
  align-items: center;
}
.info-holders .info .icon {
  padding: 0 5px;
}

.nomurgent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.nomurgent .item {
  border-bottom: 4px solid transparent;
}
.nomurgent .item:hover {
  background-color: #eee;
  border-color: #56084d;
}

#urgentitem .data {
  background-color: #f9f9f9;
}
#urgentitem .name {
  padding: 15px;
}
#urgentitem .info-holdersu {
  background: #fff;
}
#urgentitem .info-holdersu .info {
  display: flex;
  width: 176px;
  background: #232323;
  padding: 10px 0;
  color: #fff;
  align-items: center;
}
#urgentitem .info-holdersu .info .icon {
  padding: 0 5px;
}

.homemediasec {
  padding: 60px 0;
  background-color: #1c202a;
}

#side-watched .ad-holder {
  background-color: #eee;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
#side-watched .ad-holder .img {
  background-size: contain;
}
#side-watched .data {
  height: 77px;
  overflow: hidden;
}

.urgent {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 2;
}
.urgent .btnR {
  padding: 10px;
  background-color: #000;
  color: #f09800;
  font-weight: 700;
}
.urgent .marquee {
  display: flex;
  background-color: #f09800;
  color: #000;
  font-weight: 700;
  width: 100%;
  height: 50px;
}
.urgent .marquee .item {
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
  display: block;
}

.tag {
  color: #fff;
  background-color: #56084d;
  padding: 3px 6px;
  font-size: 0.9em;
  display: block;
}

.ad-holder {
  background-color: #eee;
  width: 100%;
  margin-top: 20px;
}
.ad-holder .img {
  background-size: contain;
}

.item-holder2 {
  display: flex;
  flex-wrap: wrap;
}
.item-holder2 .item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .item-holder2 .item {
    width: 50%;
  }
}
.item-holder2 .item .imgholder {
  width: 100%;
  height: 100px;
}
.item-holder2 .item .imgholder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  background-color: #eee;
}

.titlefile {
  padding: px 0;
  display: flex;
  background-color: #eee;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 0px;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-holder {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 320px;
  grid-gap: 20px;
  margin-top: 20px;
  width: 100%;
}
.main-holder .main {
  overflow: hidden;
}
.main-holder #side .module {
  margin-top: 20px;
}
.main-holder #side .module:first-of-type {
  margin-top: 0;
}
.main-holder #side .ad-holder {
  height: 250px;
}

.sec-title {
  display: flex;
  background-color: #eee;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 0px;
  align-items: center;
  margin-bottom: 15px;
}
.sec-title.icon2 {
  border-right: 8px solid #56084d;
  padding: 20px 5px;
}
.sec-title .icon {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #56084d;
  margin-left: 10px;
  font-size: 26px;
}

.sec-title2 {
  text-align: center;
  font-size: 4em;
  line-height: 72px;
  background-color: transparent;
  margin-bottom: 40px;
}

.article-holder.norm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.article-holder.norm .item {
  border-bottom: 4px solid transparent;
}
.article-holder.norm .item:hover {
  background-color: #eee;
  border-color: #56084d;
}
.article-holder.norm .item .data {
  padding: 5px;
}
.article-holder.side .item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.article-holder.side .item:last-of-type {
  border-bottom: 0;
}
.article-holder.side .item .img-holder {
  width: 114px;
  height: 72px;
  margin-left: 5px;
}
.article-holder.side .item .tag {
  position: static;
  background-color: transparent;
  border-right: 2px solid #56084d;
  color: #7e869c;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8em;
}
.article-holder.side .item .info-holder {
  display: none;
}
.article-holder.side .item .name {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
}
.article-holder.thumb .item .info-holder {
  display: none;
}
.article-holder.thumb .item .desc {
  display: none;
}
.article-holder.thumb .item .name {
  color: #fff;
  font-size: 0.9em;
  margin-top: 5px;
}
.article-holder.thumb .item .img-holder {
  height: 130px;
}
.article-holder.thumb .item .tag {
  position: absolute;
  top: 0;
  right: 0;
}
.article-holder.cover .item {
  height: 100%;
  width: 100%;
}
.article-holder.cover .item .img-holder {
  height: 100%;
  width: 100%;
}
.article-holder.cover .item .info-holder {
  display: none;
}
.article-holder.cover .item .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  font-weight: 600;
}
.article-holder.cat {
  direction: rtl;
  display: flex;
  flex-direction: column;
}
.article-holder.cat .item {
  height: 100%;
  width: 100%;
}
.article-holder.cat .item .img-holder {
  height: 100%;
  width: 100%;
}
.article-holder.cat .item .info-holder {
  display: none;
}
.article-holder.cat .item .name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.article-holder.cat .item:nth-of-type(1) .img-holder {
  width: 100%;
  height: 175px;
}
.article-holder.cat .item:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.article-holder.cat .item:nth-of-type(1n + 2) {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.article-holder.cat .item:nth-of-type(1n + 2):last-of-type {
  border-bottom: 0;
}
.article-holder.cat .item:nth-of-type(1n + 2) .img-holder {
  width: 114px;
  height: 90px;
  margin-left: 5px;
}
.article-holder.cat .item:nth-of-type(1n + 2) .tag {
  position: static;
  background-color: transparent;
  border-right: 2px solid #56084d;
  color: #7e869c;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8em;
}
.article-holder.cat .item:nth-of-type(1n + 2) .info-holder {
  display: none;
}
.article-holder.cat .item:nth-of-type(1n + 2) .name {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  color: #000;
  position: static;
  background: initial;
  padding: 0;
}
.article-holder.cat .item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-holder.media {
  direction: rtl;
  display: flex;
  flex-direction: column;
}
.article-holder.media .item {
  height: 100%;
  width: 100%;
}
.article-holder.media .item .img-holder {
  height: 100%;
  width: 100%;
}
.article-holder.media .item .info-holder {
  display: none;
}
.article-holder.media .item .name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.article-holder.media .item:nth-of-type(1) {
  display: flex;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.article-holder.media .item:nth-of-type(1) .img-holder {
  width: 114px;
  height: 90px;
  margin-left: 5px;
}
.article-holder.media .item:nth-of-type(1) .tag {
  position: static;
  background-color: transparent;
  border-right: 2px solid #f09800;
  color: #7e869c;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8em;
}
.article-holder.media .item:nth-of-type(1) .info-holder {
  display: none;
}
.article-holder.media .item:nth-of-type(1) .name {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  color: #fff;
  position: static;
  background: initial;
  padding: 0;
}
.article-holder.media .item:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.article-holder.media .item:nth-of-type(1n + 2) {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.article-holder.media .item:nth-of-type(1n + 2):last-of-type {
  border-bottom: 0;
}
.article-holder.media .item:nth-of-type(1n + 2) .img-holder {
  width: 114px;
  height: 90px;
  margin-left: 5px;
}
.article-holder.media .item:nth-of-type(1n + 2) .tag {
  position: static;
  background-color: transparent;
  border-right: 2px solid #f09800;
  color: #7e869c;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8em;
}
.article-holder.media .item:nth-of-type(1n + 2) .info-holder {
  display: none;
}
.article-holder.media .item:nth-of-type(1n + 2) .name {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  color: #fff;
  position: static;
  background: initial;
  padding: 0;
}
.article-holder.media .item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-holder.infographic .item .tag {
  display: none;
}
.article-holder.infographic .item .img-holder {
  height: calc(50vw - 280px);
}
.article-holder.infographic .item .info-holder {
  margin-top: 10px;
}
.article-holder.infographic .item .info .icon {
  font-size: 1.2em;
}
.article-holder.infographic .item .info .value {
  font-size: 0.9em;
}
.article-holder.infographic .item .name {
  font-size: 1.3em;
  font-weight: 600;
}
.article-holder .item {
  position: relative;
}
.article-holder .item .img-holder {
  height: 175px;
  display: block;
}
.article-holder .item .tag {
  position: absolute;
  top: 0;
  right: 0;
}
.article-holder .item .info-holder {
  display: flex;
  flex-wrap: wrap;
}
.article-holder .item .info-holder .info {
  display: flex;
  color: #7e869c;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.article-holder .item .info-holder .info .icon {
  margin-left: 5px;
}
.article-holder .item .info-holder .info .value {
  font-size: 0.8em;
}
.article-holder .item .name {
  font-size: 1em;
  font-weight: 600;
}

.load-more {
  color: #56084d;
  background-color: #fff;
  border: 2px solid #56084d;
  width: 100%;
  margin-top: 20px;
  font-size: 1.3em;
}

.search-holder {
  display: flex;
  border: 1px solid #56084d;
}
.search-holder .icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #56084d;
  color: #fff;
  flex-shrink: 0;
}
.loader {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6em;
  color: #56084d;
  position: absolute;
  z-index: 1;
}

.more {
  display: inline-block;
  margin: 10px auto 0;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #f09800;
  color: #fff;
  font-size: 1.5em;
}

@media (max-width: 1023px) {
  .main-holder {
    grid-template-columns: auto;
  }
  .article-holder.cat .item:nth-of-type(1) .img-holder {
    height: calc(55vw - 200px);
  }
  .article-holder.thumbs .item .img-holder {
    height: calc(33vw - 100px);
  }
  .article-holder.infographic .item .img-holder {
    height: calc(50vw - 90px);
  }
}
@media (max-width: 767px) {
  .article-holder.norm {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-holder.cat .item:nth-of-type(1) .img-holder {
    height: calc(100vw - 200px);
  }
  .article-holder.thumb .item .img-holder {
    height: calc(50vw - 80px);
  }
  .article-holder.infographic .item .img-holder {
    height: calc(100vw - 100px);
  }
  .main-holder {
    display: flex;
    flex-direction: column;
  }
  .main-holder #side {
    width: auto;
    margin: 20px 0 0 0;
    flex-shrink: 0;
  }
}
@media (max-width: 374px) {
  .article-holder.norm {
    grid-template-columns: repeat(1, 1fr);
  }
  .article-holder.thumbs .img-holder {
    height: 200px;
  }
}
#article .article .desc {
  margin-top: 10px;
  line-height: 25px;
}

@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
#header {
  padding: 10px 0;
  background-image: linear-gradient(to right, #b311a1, #56084d);
}
#header .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  height: 70px;
}
#header .date {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

@media (max-width: 767px) {
  #header {
    display: none;
  }
}
#menu {
  background-color: #eee;
}
#menu #social-media2 {
  display: none;
}
@media (max-width: 1023px) {
  #menu .flexx {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#menu .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #menu .holder {
    display: block;
  }
}
#menu .right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #menu .right {
    display: block;
    background-color: #56084d;
  }
}
#menu .logo-holder {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#menu .logo-holder .logo {
  display: none;
}
@media (max-width: 767px) {
  #menu .logo-holder .logo {
    height: 60px;
    display: grid;
  }
}
#menu .menu-holder {
  display: flex;
}
#menu .menu-holder .item-holder {
  display: flex;
  border-left: 1px solid #d5d5d5;
}
#menu .menu-holder .item-holder:last-of-type {
  border: 0;
}
#menu .menu-holder .item-holder.active {
  background-color: #56084d;
  color: #fff;
}
#menu .menu-holder .item-holder.parent {
  position: relative;
}
#menu .menu-holder .item-holder.parent:hover .sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
#menu .menu-holder .item-holder.parent .item:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-size: 0.8em;
}
#menu .menu-holder .item-holder .item {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  transition: ease 0.3s all;
}
#menu .menu-holder .item-holder .item:hover {
  background-color: #56084d;
  color: #fff;
}
#menu .menu-holder .item-holder .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 200px;
  border: 1px solid #eee;
  top: 100%;
  transform-origin: top;
  transition: ease 0.3s all;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
#menu .menu-holder .item-holder .sub-menu .item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #000;
}
#menu .menu-holder .item-holder .sub-menu .item:hover {
  color: #fff;
}
#menu .menu-holder .item-holder .sub-menu .item:last-of-type {
  border: 0;
}
#menu .menu-holder .item-holder .sub-menu .item:after {
  content: "";
}
#menu .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #56084d;
  color: #fff;
  font-size: 1.7em;
  display: none;
}
#menu .mobile-head {
  flex-shrink: 0;
  padding: 5px;
  background-position: 24% 28%;
  background-repeat: no-repeat;
  display: none;
}
#menu .mobile-head .top {
  display: flex;
  justify-content: space-between;
}
#menu .mobile-head .close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 1.4em;
  color: #fff;
  background-color: rgba(255, 99, 71, 0.7);
}
#menu .mobile-head .date {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#menu .mobile-logo {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-shrink: 0;
}
#menu .mobile-logo .logo {
  height: 50px;
}
#menu .mobile-search {
  flex-shrink: 0;
  margin: 10px 0;
  display: none;
}
#menu .btn-holder {
  grid-gap: 10px;
  grid-auto-columns: auto;
}

.marquee {
  background-color: #f09800;
  color: #fff;
  height: 40px;
}
@media (max-width: 767px) {
  .marquee {
    height: 80px;
  }
}
.marquee .item {
  text-align: center;
  padding: 5px 0;
  display: block;
}

@media (max-width: 1023px) {
  #menu {
    padding: 10px 0;
    background-color: #fff;
  }
  #menu .holder {
    justify-content: space-between;
  }
  #menu .logo-holder .logo {
    margin: 0;
  }
  #menu .menu-icon {
    display: flex;
  }
  #menu .menu-holder {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: #56084d;
    padding: 10px;
    overflow: auto;
    z-index: 4;
    transition: ease 0.3s all;
    transform: translateY(-100%);
  }
  #menu .menu-holder.show {
    transform: translateY(0);
  }
  #menu .menu-holder .item-holder {
    border: 0;
    flex-direction: column;
    flex-shrink: 0;
  }
  #menu .menu-holder .item-holder .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-shrink: 0;
    border-bottom: 1px solid #eee !important;
    color: #fff;
  }
  #menu .menu-holder .item-holder .sub-menu {
    color: #000;
    position: static;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: initial;
    border: 0;
    width: 100%;
    background-color: #850c77;
    display: none;
  }
  #menu .menu-holder .item-holder .sub-menu .item {
    border-color: #fff !important;
  }
  #menu .mobile-head {
    display: block;
  }
  #menu .mobile-search {
    display: flex;
  }
}
@media (max-width: 767px) {
  #menu .holder {
    flex-direction: column;
    align-items: flex-start;
  }
  #menu .btn-holder {
    margin-top: 15px;
    width: 100%;
  }
  #menu #social-media2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
  }
  #menu #social-media2 a {
    margin: 3px 6px;
  }
  #menu #social-media2 .icon {
    font-size: 21px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
  }
}
#side-tags .holder {
  display: flex;
  flex-wrap: wrap;
}
#side-tags .holder .tag {
  margin-left: 5px;
  margin-bottom: 5px;
}

#aside-poll {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#aside-poll .pollItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#aside-poll .form {
  margin-bottom: 15px;
}
#aside-poll .desc {
  font-size: 16px;
  color: #000;
}
#aside-poll .pollOption {
  display: flex;
  align-items: flex-start;
}
#aside-poll .ans {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#aside-poll .ans .radio {
  margin-top: 6px;
}
#aside-poll .ans .label {
  margin-left: 20px;
  color: #56084d;
}
#aside-poll .ans .stat {
  margin-top: 5px;
  color: #f09800;
}
#aside-poll .btnpoll {
  background-color: #56084d;
}

#contact1 .btn {
  background-color: #f09800;
}
#contact1 .holder {
  display: flex;
}
#contact1 .holder .contact-form {
  width: 60%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px 0;
}
#contact1 .holder .contact-form .desc {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}
#contact1 .holder .contact-form .item {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
#contact1 .holder .contact-form .item .label {
  font-size: 14px;
}
#contact1 .holder .contact-form .item .input {
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px;
  font-size: 15px;
}
#contact1 .holder .contact-form .item .input.message {
  height: 150px;
  resize: none;
}
#contact1 .holder #contact-map {
  padding: 40px 0;
  width: 30%;
  line-height: 32px;
}

@media (max-width: 1023px) {
  #contact1 .holder {
    flex-direction: column;
  }
  #contact1 .holder .contact-form {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #contact1 .holder #contact-map {
    width: 100%;
    padding: 2px 0;
  }
}
#home-cover {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 185px);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
}
#home-cover .item {
  width: 100%;
  position: relative;
}
#home-cover .item:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
#home-cover .item .tag {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  #home-cover {
    direction: rtl;
    display: flex;
    flex-direction: column;
  }
  #home-cover .item:nth-of-type(1) .img-holder {
    width: 100%;
    height: 300px;
  }
  #home-cover .item:nth-of-type(2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  #home-cover .item:nth-of-type(1n + 2) {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  #home-cover .item:nth-of-type(1n + 2):last-of-type {
    border-bottom: 0;
  }
  #home-cover .item:nth-of-type(1n + 2) .img-holder {
    width: 114px;
    height: 72px;
    margin-left: 5px;
  }
  #home-cover .item:nth-of-type(1n + 2) .tag {
    position: static;
    background-color: transparent;
    border-right: 2px solid #56084d;
    color: #7e869c;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8em;
  }
  #home-cover .item:nth-of-type(1n + 2) .info-holder {
    display: none;
  }
  #home-cover .item:nth-of-type(1n + 2) .name {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    color: #000;
    position: static;
    background: initial;
    padding: 0;
  }
  #home-cover .item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#home-cats .cat-holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
}
#home-cats .category {
  padding-bottom: 34px;
}
@media (max-width: 1023px) {
  #home-cats .cat-holder {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #home-cats .cat-holder {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 5px;
  }
}

#home-media .sec-title2 {
  color: #FFF;
}
#home-media .sec-title.icon2 {
  border-right: 8px solid #f09800;
  padding: 20px 5px;
}
#home-media .cat-holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
}
#home-media .category {
  padding-bottom: 34px;
}
@media (max-width: 1023px) {
  #home-media .cat-holder {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #home-media .cat-holder {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 5px;
  }
}

#social-media {
  position: fixed;
  left: 0;
  top: 23.5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #social-media {
    display: none;
  }
}
#social-media .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  background-color: #56084d;
  border-radius: 0 20px 20px 0;
  margin-bottom: 3px;
}
#social-media .icon.social {
  transition: ease 0.3s all;
  height: 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
#social-media .icon.menu {
  cursor: pointer;
}
#social-media .icon.menu:before {
  content: "\f1e0";
  transform: rotate(0);
  transition: ease 0.5s all;
}
#social-media .icon.fa-facebook {
  background-color: #4267B2;
}
#social-media .icon.fa-twitter {
  background-color: #1DA1F2;
}
#social-media .icon.fa-youtube {
  background-color: #FF0000;
}
#social-media.expand .menu:before {
  content: "\f00d";
  transform: rotate(360deg);
}
#social-media.expand .social {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 50px;
}
#social-media.expand .social:nth-of-type(2) {
  transition-delay: 0.05s;
}
#social-media.expand .social:nth-of-type(3) {
  transition-delay: 0.1s;
}
#social-media.expand .social:nth-of-type(4) {
  transition-delay: 0.15s;
}

#home-gallery {
  background-color: #1c202a;
  padding: 40px 0;
  margin-top: 20px;
}
#home-gallery .sec-title {
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 4em;
  line-height: 72px;
  background-color: transparent;
  margin-bottom: 40px;
}
#home-gallery .holder {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
#home-gallery .video-holder {
  display: flex;
}
#home-gallery .video-holder .loader {
  color: #fff;
  font-size: 50px;
  position: absolute;
}
#home-gallery .video-holder .ytHolder {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  max-width: 100%;
}
@media (max-width: 767px) {
  #home-gallery .video-holder .ytHolder {
    width: 100%;
  }
}
#home-gallery .video-holder .video {
  width: 100%;
  height: 414px;
  position: relative;
  z-index: 2;
}
#home-gallery .video-holder .tag {
  position: absolute;
  top: 0;
  left: 276px;
}
#home-gallery .video-holder .data {
  width: 400px;
  height: 414px;
  color: #fff;
  background-color: #303749;
  padding: 10px;
  overflow: hidden;
}
#home-gallery .video-holder .data .name {
  font-size: 12px;
  padding: 0 10px;
}
#home-gallery .video-holder .data .name:hover {
  color: #fb9f00;
}
#home-gallery .video-holder .data .desc {
  color: #909bb5;
  margin-top: 20px;
}
#home-gallery .video-holder .data .item {
  display: flex;
  padding-top: 10px;
}
#home-gallery .video-holder .data .item.active .play {
  display: none;
}
#home-gallery .article-holder .img-holder {
  height: 70px;
  cursor: pointer;
  width: 150px;
}
#home-gallery .article-holder .img-holder .icon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  text-shadow: 0px 0px 10px #0e0e0e;
}
#home-gallery .article-holder .tag {
  position: absolute;
  top: 0;
  right: 0;
}
#home-gallery .info {
  width: 67%;
  padding: 10px 0px;
}
#home-gallery .info .tag1 {
  padding: 0 5px;
  border-right: 3px solid #a20000;
  color: rgba(255, 255, 255, 0.48);
  margin: 5px 0px;
}
#home-gallery .info .name {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.6em;
}

@media (max-width: 767px) {
  #home-gallery .all {
    display: flex;
    flex-direction: column-reverse;
  }
  #home-gallery .all .name {
    font-size: 1em;
    font-weight: 100;
  }
  #home-gallery .video-holder {
    flex-direction: column;
  }
  #home-gallery .video-holder .video {
    max-width: 100%;
    height: 300px;
  }
  #home-gallery .video-holder .data {
    width: 100%;
  }
  #home-gallery .sec-title {
    font-size: 30px;
    line-height: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 425px) {
  #home-gallery .video-holder .data {
    padding: 10px;
  }
  .main-holder .main {
    width: 100%;
  }
}
#home-info {
  background-color: #eee;
  padding: 30px 0;
}
#home-info .home-info {
  background-color: #eee;
  padding: 40px 0;
  margin-top: 10px;
}
#home-info .holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  #home-info .holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home-info .holder .sec-title {
  background-color: #fff;
}
#home-info .holder .item {
  background-color: #fff;
  overflow: hidden;
}
#home-info .holder .item .img-holder {
  width: 100%;
  height: 250px;
}
#home-info .holder .item .info {
  padding: 10px;
  min-height: 90px;
  background-color: #fff;
  overflow: hidden;
}
#home-info .holder .item .info .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
#home-info .holder .item .info .desc {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}

#home-infom {
  padding: 30px 0;
}
#home-infom .sec-title {
  color: #fff;
}
#home-infom .home-info {
  background-color: #eee;
  padding: 40px 0;
  margin-top: 10px;
}
#home-infom .sec-title.icon2 {
  border-right: 8px solid #f09800;
  padding: 20px 5px;
}
#home-infom .holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  #home-infom .holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home-infom .holder .sec-title {
  background-color: #303749;
}
#home-infom .holder .item {
  background-color: #fff;
  overflow: hidden;
}
#home-infom .holder .item .img-holder {
  width: 100%;
  height: 250px;
}
#home-infom .holder .item .info {
  padding: 10px;
  min-height: 90px;
  background-color: #303749;
  overflow: hidden;
}
#home-infom .holder .item .info .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#home-infom .holder .item .info .desc {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}

.home-prog {
  padding: 40px 0;
  background-color: #1c202a;
  color: #fff;
  margin-top: 20px;
}
.home-prog .slider {
  padding: 0 15px;
}
.home-prog .info-holder {
  background-color: #262c39;
  font-size: 0.9em;
}
.home-prog .info-holder .date {
  text-align: center;
  background-color: #303749;
  padding: 5px 0;
}
.home-prog .info-holder .time {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  padding-bottom: 4px;
  text-align: center;
}
.home-prog .img-holder {
  height: calc(15vw - 60px);
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home-prog .img-holder {
    height: calc(20vw - 20px);
  }
}
@media (max-width: 767px) {
  .home-prog .img-holder {
    height: calc(50vw - 50px);
  }
}

#category {
  margin: 20px 0;
}
#category .cat-title {
  display: flex;
  padding-bottom: 30px;
}
#category .cat-title .article-holder {
  width: 600px;
  height: 320px;
  padding: 0 5px;
}
#category .cat-title .article-holder .info {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #a2a1a2;
}
#category .cat-title .article-holder .icon {
  margin-left: 5px;
}
#category .cat-title .sec-data {
  background-color: #eee;
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
#category .cat-title .sec-data .name {
  font-size: 3em;
  font-weight: bold;
}
#category .cat-title .sec-data .desc {
  flex-grow: 1;
}
#category .cat-title .sec-data .info-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #49648b;
  grid-column-gap: 1px;
}
#category .cat-title .sec-data .info-holder .info {
  background-color: #263448;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
#category .cat-title .sec-data .info-holder .info .value {
  font-size: 1.5em;
  letter-spacing: 2px;
}
#category .cat-title .sec-data .info-holder .info .label {
  margin-top: -5px;
}
#category .cat-holder {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0px;
}
@media (max-width: 1023px) {
  #category .cat-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #category .cat-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  #category .cat-title {
    flex-direction: column;
  }
  #category .cat-title .sec-data .name {
    font-size: 2em;
  }
  #category .cat-title .sec-data .info-holder {
    margin-top: 20px;
  }
  #category .cat-title .article-holder {
    width: 100%;
    margin-top: 35px;
  }
}
#article .main-holder {
  margin-bottom: 20px;
}
#article .article .article-name {
  font-size: 1.7em;
  font-weight: 600;
}
#article .article .info-holder {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#article .article .info-holder .info {
  display: flex;
  color: #7e869c;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
#article .article .info-holder .info .icon {
  margin-left: 5px;
}
#article .article .info-holder .info .value {
  font-size: 1em;
}
#article .article .info-holder .social-holder .social {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #263448;
  border-radius: 50%;
  font-size: 1.5em;
  box-shadow: 0 0 1px 1px #263448;
  transition: ease 0.3s all;
}
#article .article .info-holder .social-holder .social:hover {
  transform: scale(0.9);
}
#article .article .info-holder .social-holder .social.fb {
  background-color: #4267B2;
  box-shadow: 0 0 1px 1px #4267B2;
}
#article .article .info-holder .social-holder .social.twit {
  background-color: #1DA1F2;
  box-shadow: 0 0 1px 1px #1DA1F2;
}
#article .article .info-holder .social-holder .social.g {
  background-color: #D93025;
  box-shadow: 0 0 1px 1px #D93025;
}
#article .article .article-media {
  width: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  position: relative;
}
#article .article .media {
  position: relative;
  z-index: 2;
  width: 100%;
  display: none;
}
#article .article .media.active {
  display: block;
}
#article .article .article-video {
  height: 360px;
}
#article .article .slider {
  margin-top: 10px;
}
#article .article .slider .item {
  cursor: pointer;
}
#article .article .cat-holder {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #56084d;
}
#article .article .cat-holder .icon {
  margin-left: 5px;
}
#article .article .desc {
  margin-top: 10px;
}
#article .article .tag-holder {
  display: flex;
  flex-wrap: wrap;
}
#article .article .tag-holder .tag {
  margin-left: 5px;
  margin-bottom: 5px;
}
#article .related {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #article .article .article-name {
    font-size: 1.5em;
  }
  #article .article .info-holder {
    flex-direction: column;
  }
  #article .article .info-holder .social-holder {
    margin: 0;
  }
  #article .article .info-holder .social-holder .social {
    margin: 0 0 0 5px;
  }
  #article .article .img-holder {
    height: 280px;
  }
}
.radio {
  margin-top: 20px;
}
.radio .player {
  height: 500px;
  width: 100%;
  background-image: url("../img/live.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.live {
  margin-top: 20px;
}

#contact1 .btn {
  background-color: #f09800;
}
#contact1 .holder {
  display: flex;
}
#contact1 .holder .contact-form {
  width: 60%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px 0;
}
#contact1 .holder .contact-form .desc {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}
#contact1 .holder .contact-form .item {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}
#contact1 .holder .contact-form .item .label {
  font-size: 14px;
}
#contact1 .holder .contact-form .item .input {
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px;
  font-size: 15px;
}
#contact1 .holder .contact-form .item .input.message {
  height: 150px;
  resize: none;
}
#contact1 .holder #contact-map {
  padding: 40px 0;
  width: 30%;
  line-height: 32px;
}

@media (max-width: 1023px) {
  #contact1 .holder {
    flex-direction: column;
  }
  #contact1 .holder .contact-form {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #contact1 .holder #contact-map {
    width: 100%;
    padding: 2px 0;
  }
}
.top-footer .holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.top-footer .item {
  background-color: #eee;
  padding: 10px;
  display: flex;
  align-items: center;
}
.top-footer .item.social-holder {
  flex-direction: column;
  justify-content: center;
}
.top-footer .item.social-holder .data {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 10px;
  justify-items: center;
  align-items: center;
  font-size: 1.5em;
  color: #fff;
}
.top-footer .item.social-holder .data .icon {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #56084d;
  border-radius: 3px;
}
.top-footer .item .data {
  flex-grow: 1;
}
.top-footer .item .text {
  margin-bottom: 10px;
}
.top-footer .item .img-holder {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.top-footer .item .img-holder .img {
  height: auto;
}
.top-footer .item .name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.top-footer .item .btn-holder {
  width: 100%;
}
.top-footer .item .btn-holder .fab {
  font-size: 1.5em;
}
@media (max-width: 1023px) {
  .top-footer .holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .top-footer .holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

#footer {
  background-color: #56084d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
#footer .copy {
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */