@charset "UTF-8";
body {
  color: #000;
  font-family: palestinenow, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  background-color: #ffffff;
  direction: rtl;
  text-align: right;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #23374d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #23374d, 0 0 5px #23374d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #23374d;
  border-left-color: #23374d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1300px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.center, .widget-16 .swiper-pagination .swiper-pagination-bullet::before, .widget-6 .swiper-button i, .entry-box .entry-icon i, .main-header .social a.search-toggle i, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .page-post .post-tags a, .page-article .post-tags a, .widget-16 .swiper-pagination .swiper-pagination-bullet::before, .entry-box-6 .entry-image .box, .entry-box-6 .entry-image img, .entry-box-1 .box::before, .entry-box .entry-icon, .main-header .main-menu .menu > li > ul, .main-header .main-menu .menu > li > a, .main-header .main-logo img, .top-bar .weather .box-menu, .top-bar .currency .box-menu, .search-box form .line, .search-box form label, .mobile-menu .menu > li .submenu-toggle i, .mobile-menu, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}

.swiper-container .swiper-wrapper {
  opacity: 1;
}
.swiper-container .swiper-wrapper.opacity {
  opacity: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #23374d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.site-overlay .close {
  width: 32px;
  display: none;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background-color: #fff;
  left: 30px;
}
.site-overlay .close::before, .site-overlay .close::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.site-overlay .close::before {
  top: 16px;
  transform: rotate(45deg);
}
.site-overlay .close::after {
  bottom: 15px;
  transform: rotate(-45deg);
}
.site-overlay .close:hover {
  background-color: #fc4c49;
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

@media (min-width: 576px) {
  .font-size-sm-12 {
    font-size: 12px !important;
  }

  .font-size-sm-14 {
    font-size: 14px !important;
  }

  .font-size-sm-16 {
    font-size: 16px !important;
  }

  .font-size-sm-18 {
    font-size: 18px !important;
  }

  .font-size-sm-20 {
    font-size: 20px !important;
  }

  .font-size-sm-22 {
    font-size: 22px !important;
  }

  .font-size-sm-24 {
    font-size: 24px !important;
  }

  .font-size-sm-26 {
    font-size: 26px !important;
  }

  .font-size-sm-28 {
    font-size: 28px !important;
  }

  .font-size-sm-30 {
    font-size: 30px !important;
  }

  .font-size-sm-32 {
    font-size: 32px !important;
  }

  .font-size-sm-34 {
    font-size: 34px !important;
  }

  .font-size-sm-36 {
    font-size: 36px !important;
  }

  .font-size-sm-38 {
    font-size: 38px !important;
  }

  .font-size-sm-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-12 {
    font-size: 12px !important;
  }

  .font-size-md-14 {
    font-size: 14px !important;
  }

  .font-size-md-16 {
    font-size: 16px !important;
  }

  .font-size-md-18 {
    font-size: 18px !important;
  }

  .font-size-md-20 {
    font-size: 20px !important;
  }

  .font-size-md-22 {
    font-size: 22px !important;
  }

  .font-size-md-24 {
    font-size: 24px !important;
  }

  .font-size-md-26 {
    font-size: 26px !important;
  }

  .font-size-md-28 {
    font-size: 28px !important;
  }

  .font-size-md-30 {
    font-size: 30px !important;
  }

  .font-size-md-32 {
    font-size: 32px !important;
  }

  .font-size-md-34 {
    font-size: 34px !important;
  }

  .font-size-md-36 {
    font-size: 36px !important;
  }

  .font-size-md-38 {
    font-size: 38px !important;
  }

  .font-size-md-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-12 {
    font-size: 12px !important;
  }

  .font-size-lg-14 {
    font-size: 14px !important;
  }

  .font-size-lg-16 {
    font-size: 16px !important;
  }

  .font-size-lg-18 {
    font-size: 18px !important;
  }

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .font-size-lg-22 {
    font-size: 22px !important;
  }

  .font-size-lg-24 {
    font-size: 24px !important;
  }

  .font-size-lg-26 {
    font-size: 26px !important;
  }

  .font-size-lg-28 {
    font-size: 28px !important;
  }

  .font-size-lg-30 {
    font-size: 30px !important;
  }

  .font-size-lg-32 {
    font-size: 32px !important;
  }

  .font-size-lg-34 {
    font-size: 34px !important;
  }

  .font-size-lg-36 {
    font-size: 36px !important;
  }

  .font-size-lg-38 {
    font-size: 38px !important;
  }

  .font-size-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-12 {
    font-size: 12px !important;
  }

  .font-size-xl-14 {
    font-size: 14px !important;
  }

  .font-size-xl-16 {
    font-size: 16px !important;
  }

  .font-size-xl-18 {
    font-size: 18px !important;
  }

  .font-size-xl-20 {
    font-size: 20px !important;
  }

  .font-size-xl-22 {
    font-size: 22px !important;
  }

  .font-size-xl-24 {
    font-size: 24px !important;
  }

  .font-size-xl-26 {
    font-size: 26px !important;
  }

  .font-size-xl-28 {
    font-size: 28px !important;
  }

  .font-size-xl-30 {
    font-size: 30px !important;
  }

  .font-size-xl-32 {
    font-size: 32px !important;
  }

  .font-size-xl-34 {
    font-size: 34px !important;
  }

  .font-size-xl-36 {
    font-size: 36px !important;
  }

  .font-size-xl-38 {
    font-size: 38px !important;
  }

  .font-size-xl-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 1280px) {
  .font-size-xls-12 {
    font-size: 12px !important;
  }

  .font-size-xls-14 {
    font-size: 14px !important;
  }

  .font-size-xls-16 {
    font-size: 16px !important;
  }

  .font-size-xls-18 {
    font-size: 18px !important;
  }

  .font-size-xls-20 {
    font-size: 20px !important;
  }

  .font-size-xls-22 {
    font-size: 22px !important;
  }

  .font-size-xls-24 {
    font-size: 24px !important;
  }

  .font-size-xls-26 {
    font-size: 26px !important;
  }

  .font-size-xls-28 {
    font-size: 28px !important;
  }

  .font-size-xls-30 {
    font-size: 30px !important;
  }

  .font-size-xls-32 {
    font-size: 32px !important;
  }

  .font-size-xls-34 {
    font-size: 34px !important;
  }

  .font-size-xls-36 {
    font-size: 36px !important;
  }

  .font-size-xls-38 {
    font-size: 38px !important;
  }

  .font-size-xls-40 {
    font-size: 40px !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #dee2e6;
  width: 100%;
  top: 90px;
  height: 90%;
  height: -moz-calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: -o-calc(100% - 90px);
  height: calc(100% - 90px);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu > li {
  position: relative;
  border-bottom: 1px solid #ced4da;
}
.mobile-menu .menu > li .submenu-toggle {
  width: 63px;
  height: 63px;
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ced4da;
  background-color: #d8dde2;
}
.mobile-menu .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 18px 20px;
}
.mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
  background-color: #e9ecef;
}
.mobile-menu .menu > li > ul {
  display: none;
  padding-right: 20px;
}
.mobile-menu .menu > li > ul > li {
  border-top: 1px solid #ced4da;
}
.mobile-menu .menu > li > ul > li > a {
  display: block;
  padding: 12px 20px;
}
.mobile-menu .menu > li.active:hover, .mobile-menu .menu > li.active:hover > a, .mobile-menu .menu > li.active:active, .mobile-menu .menu > li.active:active > a {
  background-color: #d8dde2;
}
.mobile-menu .menu > li.active .submenu-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}
.mobile-menu .menu > li.active > ul {
  display: block;
}
.mobile-menu .bar {
  background-color: #ced4da;
}
.mobile-menu .bar, .mobile-menu .bar .social {
  min-height: 50px;
}
.mobile-menu .social a {
  width: 34px;
  height: 34px;
  display: block;
  color: #222222;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
}
.mobile-menu .social a:hover {
  color: #ffffff;
}
.mobile-menu .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.mobile-menu .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.mobile-menu .social a:hover[class*=youtube] {
  background-color: #cd201f;
}
.mobile-menu .social a:hover[class*=rss] {
  background-color: #f26522;
}
.mobile-menu .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.mobile-menu .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.mobile-menu .social a:hover[class*=whatsapp] {
  background-color: #43d854;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
body.mobile-menu-active {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-active .mobile-menu {
  opacity: 1;
  visibility: visible !important;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: relative;
}
.menu-toggle .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 90%;
  height: 1px;
  background: #23374d;
  transition: 0.35s;
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #23374d;
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -12px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 12px);
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  transform-origin: 50% 0%;
}
body.mobile-menu-active .menu-toggle .icon, .menu-toggle .icon.active {
  background: transparent;
}
body.mobile-menu-active .menu-toggle .icon:before, .menu-toggle .icon.active:before {
  transform: translate(-50%, 0) rotate(45deg);
}
body.mobile-menu-active .menu-toggle .icon:after, .menu-toggle .icon.active:after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.search-box {
  position: fixed;
  top: 50%;
  z-index: 32;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  right: 50%;
  transform: translate(50%, -50%);
}
.search-box form {
  height: 60px;
  position: relative;
}
.search-box form input {
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #e2e6ea;
  background-color: transparent;
}
.search-box form input:focus ~ .line, .search-box form input.not-empty ~ .line {
  width: 100%;
}
.search-box form input:focus ~ label, .search-box form input.not-empty ~ label {
  top: -10px;
  font-weight: 300;
  font-size: 12px;
}
.search-box form input:focus ~ label .typed-cursor, .search-box form input.not-empty ~ label .typed-cursor {
  visibility: hidden;
}
.search-box form label {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  transform: translateY(-50%);
  right: 0;
}
.search-box form .line {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--yellow);
  right: 50%;
  transform: translateX(50%);
}
.search-box form button {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 24px;
  border: none;
  background: none;
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@-webkit-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@-moz-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@-o-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
body.search-active .search-box {
  visibility: visible;
  -webkit-animation: search 1.2s forwards;
  -moz-animation: search 1.2s forwards;
  -o-animation: search 1.2s forwards;
  animation: search 1.2s forwards;
}

body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
.widget-breaking {
  background-color: #a60202;
}
.widget-breaking .header-title {
  color: #f6ed36;
  font-weight: 700;
  font-size: 30px;
}
.widget-breaking .header-icon {
  color: #ffffff;
  font-size: 32px;
}
.widget-breaking .item {
  color: #ffffff;
  font-size: 20px;
}
.widget-breaking .close {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.widget-breaking .close, .widget-breaking .close::before, .widget-breaking .close::after {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.widget-breaking .close::before, .widget-breaking .close::after {
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #ffffff;
}
.widget-breaking .close::before {
  transform: translate(50%, -50%) rotate(45deg);
}
.widget-breaking .close::after {
  transform: translate(50%, -50%) rotate(-45deg);
  transition-duration: 0.8s;
}
.widget-breaking .close:hover {
  background-color: #da1514;
}
.widget-breaking .close:hover::before {
  transform: translate(50%, -50%) rotate(45deg) scale(1.5);
}
.widget-breaking .close:hover::after {
  transform: translate(50%, -50%) rotate(-45deg) scale(1.5);
}
.widget-breaking.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
.top-bar {
  background-color: #1e2f42;
}
.top-bar, .top-bar > [class*=container], .top-bar > [class*=container] > div {
  height: 42px;
}
.top-bar .currency i {
  color: #FFB400;
  font-size: 16px;
}
.top-bar .weather, .top-bar .currency {
  position: relative;
  height: 42px;
  cursor: default;
}
.top-bar .weather .lds-ellipsis div, .top-bar .currency .lds-ellipsis div {
  background-color: #fff;
}
.top-bar .weather .swiper-slide, .top-bar .currency .swiper-slide {
  background-color: #1e2f42;
}
.top-bar .weather .box-menu, .top-bar .currency .box-menu {
  width: 200px;
  position: absolute;
  top: 100%;
  z-index: 55;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  right: 0;
}
@media (min-width: 768px) {
  .top-bar .weather:hover .box-menu, .top-bar .currency:hover .box-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.top-bar .newsbar .newsbar-content {
  padding-right: 26px;
}
.top-bar .newsbar .newsbar-content .swiper-slide {
  background-color: #1e2f42;
}
.top-bar .newsbar .lds-ellipsis div {
  background-color: #fff;
}
.top-bar .links a {
  display: block;
  color: #fff;
  line-height: 42px;
}
.top-bar .links a.live {
  background-color: #fc4c49;
}
.top-bar .links a.live.active i {
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: opacity;
  animation-duration: 1s;
}
.top-bar .links a:hover {
  background-color: #23374d;
}
.top-bar .links a:hover.live {
  background-color: #fc3330;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-header {
  position: relative;
  width: 100%;
  z-index: 50;
  background-color: #23374d;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 90px;
}
.main-header .menu-toggle .icon, .main-header .menu-toggle .icon::before, .main-header .menu-toggle .icon::after {
  background: #fff;
}
.main-header .main-logo a {
  display: inline-flex;
}
.main-header .main-logo img {
  height: 70px;
}
.main-header .main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-header .main-menu .menu > li {
  position: relative;
}
.main-header .main-menu .menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  .main-header .main-menu .menu > li > a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.main-header .main-menu .menu > li .more {
  width: 30px;
  height: 9px;
  text-align: center;
  position: relative;
}
.main-header .main-menu .menu > li .more .icn-dots {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  transform: translate(50%, -50%);
}
.main-header .main-menu .menu > li .more .icn-dots, .main-header .main-menu .menu > li .more .icn-dots::before, .main-header .main-menu .menu > li .more .icn-dots::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.main-header .main-menu .menu > li .more .icn-dots::before, .main-header .main-menu .menu > li .more .icn-dots::after {
  content: "";
  position: absolute;
}
.main-header .main-menu .menu > li .more .icn-dots::before {
  right: -9px;
}
.main-header .main-menu .menu > li .more .icn-dots::after {
  left: -9px;
}
.main-header .main-menu .menu > li:hover > a, .main-header .main-menu .menu > li > a:hover, .main-header .main-menu .menu > li > a.active, .main-header .main-menu .menu > li > a.current {
  color: #03d5d5;
}
.main-header .main-menu .menu > li > ul {
  width: 200px;
  position: absolute;
  top: 100%;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  right: 0;
}
.main-header .main-menu .menu > li > ul > li a {
  display: block;
  font-size: 14px;
  padding: 6px 20px;
}
.main-header .main-menu .menu > li > ul > li a:hover {
  color: #fff;
  background-color: #23374d;
}
.main-header .main-menu .menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .social a {
  color: #fff;
  font-size: 16px;
}
.main-header .social a.nabd {
  font-size: 12px;
}
.main-header .social a.search-toggle {
  width: 44px;
  height: 44px;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  background-color: #1c2c3e;
}
.main-header .social a:hover {
  color: #03d5d5;
}

body.main-header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
body.main-header-fixed .main-header, body.main-header-fixed .main-header > [class*=container], body.main-header-fixed .main-header > [class*=container] > div {
  height: 60px;
}
body.main-header-fixed .main-header .main-logo img {
  height: 48px;
}
body.main-header-fixed .main-header-height {
  height: 90px;
}

.main-footer .links a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-footer .subscribe input {
  color: #fff;
}
.main-footer .social a {
  color: #fff;
  font-size: 16px;
}
.main-footer .social a:hover {
  color: #03d5d5;
}

.entry-box .entry-image {
  position: relative;
}
.entry-box .entry-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  color: #fff;
  background-color: #03d5d5;
}
.entry-box .entry-icon.c-2 {
  color: #000;
  background-color: #FFB400;
}
.entry-box:hover .entry-icon {
  color: #000;
  background-color: #FFB400;
}
.entry-box:hover .entry-icon.c-2 {
  color: #fff;
  background-color: #03d5d5;
}

.entry-box-1 {
  position: relative;
  overflow: hidden;
}
.entry-box-1 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.entry-box-1 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1:hover .box::before {
  height: 100%;
  background: #23374d;
  background: -webkit-linear-gradient(bottom, #23374d, rgba(35, 55, 77, 0));
  background: linear-gradient(to top, #23374d, rgba(35, 55, 77, 0));
}
.entry-box-1:hover .entry-title a {
  color: #FFB400 !important;
}
.entry-box-2 .entry-title {
  padding-right: 10px;
  position: relative;
}
.entry-box-2 .entry-title::before {
  width: 3px;
  height: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 2;
  background-color: #fc4c49;
}
.entry-box-2 .entry-title:hover, .entry-box-2 .entry-title a:hover {
  text-decoration: underline;
}

.entry-box-3 .entry-image {
  position: relative;
}
.entry-box-3 .entry-image .entry-category {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.entry-box-3.width-b {
  border-bottom: 2px solid #e7edf2;
}
.entry-box-3.width-b:hover {
  background-color: #f4f5f7;
  border-bottom-color: #23374d;
}

.entry-box-4 {
  position: relative;
}
.entry-box-4 .entry-icon {
  width: 35px;
  height: 35px;
}
.entry-box-4 .entry-icon {
  top: 50%;
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.entry-box-5 .entry-icon {
  width: 45px;
  height: 45px;
}

.entry-box-6 .entry-image .box {
  display: block;
  border-radius: 50%;
  border: 2px solid #e7edf2;
}
.entry-box-6 .entry-image img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.entry-box-6 .entry-author, .entry-box-6 .entry-author a {
  color: #336caa;
}
.entry-box-6:hover .entry-image .box {
  border-color: #23374d;
}
.entry-box-6:hover .entry-image img {
  transform: rotate(5deg) translate(4px, -4px);
}

.widget-style-1 .widget-header .header-link {
  position: relative;
}
.widget-style-1 .widget-header .header-link::after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 115%;
  content: "";
  transform: translateY(-50%);
  background-color: #03d5d5;
}

.widget[data-gutters="10"] .row {
  margin-right: -10px;
  margin-left: -10px;
}
.widget[data-gutters="10"] .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-1 [data-featured].hidden {
  display: none;
}
@media (min-width: 768px) {
  .widget-1 .col-xls-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .widget-1 .col-xls-half {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

.widget-choice.widget-style-1 .widget-header .header-link {
  color: #03d5d5;
}

.widget-3 .widget-body {
  counter-reset: section;
}
.widget-3 .entry-box .entry-image {
  position: relative;
}
.widget-3 .entry-box .entry-image .box::before {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #03d5d5;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  transform: translate(50%, 50%);
  counter-increment: section;
  content: counter(section);
}

.widget-6 .widget-body {
  position: relative;
}
.widget-6 .swiper-button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #23374d;
}
.widget-6 .swiper-button-disabled {
  cursor: default;
  background-color: rgba(35, 55, 77, 0.5);
}
.widget-6 .swiper-button:not(.swiper-button-disabled):hover {
  color: #000;
  background-color: #FFB400;
}
@media (max-width: 1379px) {
  .widget-6 .swiper-button {
    top: -56px;
  }
  .widget-6 .swiper-button-prev {
    left: 60px;
  }
  .widget-6 .swiper-button-next {
    left: 10px;
  }
}
@media (min-width: 1380px) {
  .widget-6 .swiper-button {
    top: 50%;
  }
  .widget-6 .swiper-button-prev {
    right: -50px;
  }
  .widget-6 .swiper-button-next {
    left: -50px;
  }
}

.widget-16 {
  position: relative;
}
.widget-16 .widget-header {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 6;
}
.widget-16 .widget-header .header-link {
  color: #fff;
}
.widget-16 .widget-header .header-link::after {
  background-color: #fff;
}
.widget-16 .item {
  position: relative;
  padding: 100px 40px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-16 .item svg, .widget-16 .item svg image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.widget-16 .item > div {
  position: relative;
  z-index: 2;
}
.widget-16 .swiper-slide {
  position: relative;
  z-index: 1;
}
.widget-16 .swiper-slide-active {
  z-index: 3;
}
.widget-16 .swiper-pagination {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 6;
}
.widget-16 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #fff;
}
.widget-16 .swiper-pagination .swiper-pagination-bullet::before {
  width: 0;
  height: 0;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
.widget-16 .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  height: 100%;
}

.widget-18 .widget-body {
  counter-reset: section;
}
.widget-18 .entry-box .entry-image {
  position: relative;
}
.widget-18 .entry-box .entry-image .box::before {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #03d5d5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  transform: translate(50%, -50%);
  counter-increment: section;
  content: counter(section);
}

.load-more-btn i {
  display: inline-block;
  color: var(--primary-light);
  -webkit-animation: reload 2s linear infinite;
  -moz-animation: reload 2s linear infinite;
  -o-animation: reload 2s linear infinite;
  animation: reload 2s linear infinite;
}
@-webkit-keyframes reload {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes reload {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes reload {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reload {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-articles .entry-box-6 {
  border: 1px solid #e7edf2;
}

.page-post figure figcaption, .page-article figure figcaption {
  padding-right: 8px;
  border-right: 2px solid #cecece;
}
.page-post figure, .page-article figure {
  position: relative;
}
.page-post figure figcaption, .page-article figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-post .post-text-container > p, .page-post .post-text-container > span, .page-post .post-text-container > div, .page-article .post-text-container > p, .page-article .post-text-container > span, .page-article .post-text-container > div {
  margin-bottom: 30px;
}
.page-post .post-text-container p, .page-post .post-text-container span, .page-post .post-text-container div, .page-article .post-text-container p, .page-article .post-text-container span, .page-article .post-text-container div {
  color: #343a40;
  font-size: 18px;
}
.page-post .blockquote, .page-post blockquote, .page-article .blockquote, .page-article blockquote {
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote::before, .page-post blockquote::before, .page-article .blockquote::before, .page-article blockquote::before {
  color: #FFB400;
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
  right: 4px;
  top: 4px;
  transform: rotate(0);
}
.page-post .blockquote > *, .page-post blockquote > *, .page-article .blockquote > *, .page-article blockquote > * {
  margin: 0;
  display: inline;
  line-height: 1.9;
  border-bottom: 2px solid var(--yellow);
}
.page-post .related, .page-article .related {
  border-top: 2px solid #b9b9b9;
  border-bottom: 2px solid #b9b9b9;
}
.page-post .author-profile, .page-article .author-profile {
  transform: translateY(-45%);
}
.page-post .author-profile img, .page-article .author-profile img {
  border: 5px solid #fff;
}
.page-post .post-tags a, .page-article .post-tags a {
  font-size: 16px;
  padding: 2px 18px 8px;
  border-radius: 30px;
  background-color: #f7f7f7;
}
.page-post .post-tags a:hover, .page-article .post-tags a:hover {
  color: #fff;
  background-color: #23374d;
}
.page-post .related-posts header, .page-article .related-posts header {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.page-post .related-posts header::after, .page-article .related-posts header::after {
  width: 70%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e9e9e9;
}
.page-post .related-posts article a:hover, .page-article .related-posts article a:hover {
  text-decoration: underline;
}

.notice--cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #23374d;
  direction: rtl;
  text-align: right;
}
.notice--cookie .container {
  position: relative;
}
.notice--cookie p {
  margin: 0;
  color: #fff;
  padding-left: 40px;
}
.notice--cookie a {
  color: #03d5d5;
}
.notice--cookie .close {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.notice--cookie .close::before, .notice--cookie .close::after {
  position: absolute;
  width: 18px;
  height: 2px;
  content: "";
  top: 10px;
  right: 3px;
  background-color: #fff;
}
.notice--cookie .close::before {
  transform: rotate(45deg);
}
.notice--cookie .close::after {
  transform: rotate(-45deg);
}
.notice--cookie.hidden {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
