body {
  color: #000;
  font-family: Helvetica Neue W23, Helvetica, sans-serif, 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: #1572ab;
  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 #1572ab, 0 0 5px #1572ab;
  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: #1572ab;
  border-left-color: #1572ab;
  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);
  }
}
::selection {
  background: #dbdbdb;
}

::-moz-selection {
  background: #dbdbdb;
}

.center, .widget-9 .swiper-button i, .widget-hashtag .widget-title .icn i, .widget-1 .swiper-container .swiper-button i, .entry-box-6 .entry-icon, .entry-box-6 .entry-icon i, .entry-box-4 .entry-icon i, .entry-box-2 .entry-box-icon, .entry-box-2 .entry-box-icon i, .social-fixed a i, .social-fixed a img, .top-bar .link-icn .icn i, .main-footer .social a i, .menu-toggle svg, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i, .gototop i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .widget-7 input, .widget-hashtag .widget-title .icn i, .widget-style-2 .widget-header .header-link::before, .entry-box-8 .entry-image .box img, .entry-box-8 .entry-image .box::before, .entry-box-7 .entry-image:before, .entry-box-7 .entry-image:after, .entry-box-6 .entry-icon, .entry-box-2 .entry-box-icon, .entry-box-2 .playing-text, .entry-box-2 .entry-box-image::before, .entry-box-1 .box::before, .entry-box .entry-image img, .social-fixed a, .latest-bar .live-button, .top-bar .link-icn .icn i, .top-bar .weather .box-menu, .top-bar .currency .box-menu, .main-footer .social a, .main-header .live-button, .main-header .main-menu .menu li ul, .main-header .main-menu .menu > li > a, .main-header .main-logo img, .search-box .search-toggle, .search-box, .mobile-menu .menu > li .submenu-toggle i, .mobile-menu, .gototop, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 6px;
}

.radius2 {
  border-radius: 8px;
}

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

.marquee {
  direction: ltr;
  overflow: hidden;
}
.marquee > * {
  direction: rtl;
}

.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: #1572ab;
  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: #b8001c;
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}

.bar-loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.bar-loader::before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #1572ab;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@-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;
  }
}
.gototop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  border-radius: 50%;
  color: #000;
  font-size: 28px;
  background-color: #ffcb05;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.gototop:active {
  transform: scale(0.9) !important;
}
.gototop.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.gototop:hover {
  color: #fff;
  background-color: #343a40;
}

.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;
  }
}
.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: 110px;
  height: 90%;
  height: -moz-calc(100% - 110px);
  height: -webkit-calc(100% - 110px);
  height: -o-calc(100% - 110px);
  height: calc(100% - 110px);
  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: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.menu-toggle svg {
  width: 200%;
  height: 200%;
}
.menu-toggle path {
  fill: none;
  stroke: #1572ab;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-toggle circle {
  fill: rgba(21, 114, 171, 0.2);
  opacity: 0;
}
.menu-toggle:hover circle {
  opacity: 1;
}
body.mobile-menu-active .menu-toggle svg .line--1,
body.mobile-menu-active .menu-toggle svg .line--3, .menu-toggle.active svg .line--1,
.menu-toggle.active svg .line--3 {
  --length: 22.627416998;
}
body.mobile-menu-active .menu-toggle svg .line--2, .menu-toggle.active svg .line--2 {
  --length: 0;
}
.menu-toggle .line--1,
.menu-toggle .line--3 {
  --total-length: 126.64183044433594;
}
.menu-toggle .line--2 {
  --total-length: 70;
}
body.mobile-menu-active .menu-toggle .line--1,
body.mobile-menu-active .menu-toggle .line--3, .menu-toggle.active .line--1,
.menu-toggle.active .line--3 {
  --offset: -94.1149185097;
}
body.mobile-menu-active .menu-toggle .line--2, .menu-toggle.active .line--2 {
  --offset: -50;
}

.search-box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  right: 0;
}
.search-box, .search-box > [class*=container], .search-box > [class*=container] > div {
  height: 110px;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 70px;
}
.search-box form input[type=search], .search-box form input[type=text] {
  width: 100%;
  height: 70px;
  border: none;
  color: #1572ab;
  font-size: 26px;
  background-color: transparent;
}
.search-box form input[type=search]::placeholder, .search-box form input[type=text]::placeholder {
  color: #e9ecef;
}
.search-box form label {
  color: #1572ab;
  font-size: 20px;
}
.search-box form button {
  color: #1572ab;
  border: none;
  outline: none;
  background: none;
}
.search-box .search-toggle {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #1572ab;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  left: 0;
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  height: 100%;
}
body.search-active .search-box {
  visibility: visible;
  opacity: 1;
}
body.search-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(450deg);
}

.widget-breaking {
  background-color: #a60202;
  padding-top: 8px;
  padding-bottom: 8px;
}
.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::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);
}
.widget-breaking .close:hover {
  background-color: #da1514;
}
body.breaking-fixed .widget-breaking {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 50;
  width: 100%;
}
body.breaking-fixed .widget-breaking .header-title {
  font-size: 18px;
}
body.breaking-fixed .widget-breaking .item {
  font-size: 14px;
}
body.breaking-fixed .widget-breaking .close {
  width: 24px;
  height: 24px;
}
body.breaking-fixed .widget-breaking .close::before, body.breaking-fixed .widget-breaking .close::after {
  height: 10px;
}
.main-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: #fff;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 110px;
}
.main-header .main-logo img {
  height: 64px;
}
.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;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  .main-header .main-menu .menu > li > a {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.main-header .main-menu .menu > li.search > a {
  font-size: 22px;
}
.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: #000;
  background-color: #ffcb05;
}
.main-header .main-menu .menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .main-menu .menu li ul {
  width: 200px;
  position: absolute;
  top: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffcb05;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  border: 1px solid #fac600;
  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 {
  background-color: #ffd229;
}
.main-header .main-menu .menu li ul > li > ul {
  top: 0;
  right: 100%;
}
.main-header .main-menu .menu li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .live-button {
  font-size: 16px;
  position: relative;
  border-radius: 30px;
  padding: 4px 16px 4px 60px;
  background-color: #f1f1f1;
}
.main-header .live-button .badge {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: opacity;
  animation-duration: 1s;
}
.main-header .live-button:hover {
  color: #fff;
  background-color: #b8001c;
}
.main-header .live-button:hover .badge {
  color: #b8001c;
  background-color: #fff;
}
.main-header .post-title-inheader .post-title {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.main-header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  border-bottom: 1px solid #eeeeee;
}
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: 32px;
}
body.main-header-fixed .main-header + .main-header-height {
  height: 110px;
}
body.main-header-fixed .main-header .main-menu .menu > li > a {
  font-size: 14px;
}
body.main-header-fixed .main-header .main-menu .menu > li > ul > li a {
  font-size: 12px;
}
@media (min-width: 992px) {
  body.main-header-fixed .main-header.page-post-title-active .post-title-inheader {
    display: block !important;
  }
  body.main-header-fixed .main-header.page-post-title-active .main-menu-container {
    display: none !important;
  }
}

.main-footer {
  background-color: #111111;
}
.main-footer .social a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #222222;
}
.main-footer .social a:hover {
  color: #fff;
}
.main-footer .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.main-footer .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.main-footer .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.main-footer .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=whatsapp] {
  background-color: #43d854;
}
.main-footer .social a:hover[class*=youtube] {
  background-color: #cd201f;
}
.main-footer .atyafco {
  color: #fff;
}
.main-footer .atyafco span {
  color: #ff2e63;
}

.top-bar {
  background-color: #00081e;
}
.top-bar, .top-bar > [class*=container], .top-bar > [class*=container] > div {
  height: 40px;
}
.top-bar .currency i {
  color: #ffcb05;
  font-size: 16px;
}
.top-bar .weather, .top-bar .currency {
  position: relative;
  height: 40px;
  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: #00081e;
}
.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 .link-icn .icn {
  width: 25px;
  height: 25px;
  color: #00081e;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  background-color: #ffcb05;
}
.top-bar .link-icn:hover .icn {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .top-bar .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .top-bar .container > .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .top-bar .container > .row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.latest-bar {
  background-color: #051a52;
}
.latest-bar .item, .latest-bar .item a {
  color: #fff;
}
.latest-bar .item .time {
  color: #ffcb05 !important;
}
.latest-bar .live-button {
  font-size: 16px;
  position: relative;
  border-radius: 30px;
  padding: 4px 16px 4px 60px;
  background-color: #ffcb05;
}
.latest-bar .live-button .badge {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: opacity;
  animation-duration: 1s;
}
.latest-bar .live-button:hover {
  color: #fff;
  background-color: #b8001c;
}
.latest-bar .live-button:hover .badge {
  color: #b8001c;
  background-color: #fff;
}

.social-fixed {
  width: 40px;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 55;
  transform: translateY(-50%);
}
.social-fixed a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.social-fixed a.pen {
  color: #000;
}
.social-fixed a[class*=facebook] {
  background-color: #3b5998;
}
.social-fixed a[class*=twitter] {
  background-color: #1da1f2;
}
.social-fixed a[class*=instagram] {
  background-color: #c13584;
}
.social-fixed a[class*=telegram] {
  background-color: #0088cc;
}
.social-fixed a[class*=whatsapp] {
  background-color: #43d854;
}
.social-fixed a[class*=youtube] {
  background-color: #cd201f;
}
.social-fixed a[class*=pen] {
  background-color: #ffcb05;
}
.social-fixed a:hover[class*=facebook] {
  background-color: #2e4677;
}
.social-fixed a:hover[class*=twitter] {
  background-color: #0c89d5;
}
.social-fixed a:hover[class*=instagram] {
  background-color: #9d2b6b;
}
.social-fixed a:hover[class*=telegram] {
  background-color: #00699e;
}
.social-fixed a:hover[class*=whatsapp] {
  background-color: #29c43a;
}
.social-fixed a:hover[class*=youtube] {
  background-color: #a51a19;
}
.social-fixed a:hover[class*=pen] {
  background-color: #d6aa00;
}
.entry-box:hover .entry-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.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%;
}
.entry-box-2 {
  background-color: #292929;
}
.entry-box-2 .entry-box-image {
  position: relative;
}
.entry-box-2 .entry-box-image img {
  width: 100%;
}
.entry-box-2 .entry-box-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.entry-box-2 .playing-text {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transform: translate(50%, -100%);
}
.entry-box-2 .entry-box-icon {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(255, 203, 5, 0.7);
}
.entry-box-2 .entry-box-icon, .entry-box-2 .entry-box-icon i {
  z-index: 5;
}
.entry-box-2 .entry-box-icon.size-1 {
  width: 55px;
  height: 55px;
}
.entry-box-2 .entry-box-icon.size-2 {
  width: 38px;
  height: 38px;
}
.entry-box-2 .entry-box-title, .entry-box-2 .entry-box-title a {
  color: #fff;
}
.entry-box-2.playing {
  background-color: #ffcb05;
}
.entry-box-2.playing .entry-box-image::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.entry-box-2.playing .entry-box-image .entry-box-icon {
  opacity: 0;
}
.entry-box-2.playing .entry-box-title, .entry-box-2.playing .entry-box-title a {
  color: #292929;
}
.entry-box-2.playing .playing-text {
  opacity: 1;
  transform: translate(50%, -50%);
}
.entry-box-2:hover .entry-box-icon {
  color: #343a40;
  background-color: #ffcb05;
}

.entry-box-4 .entry-icon {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #e7e7e7;
}
.entry-box-4[class*=facebook] .entry-icon {
  color: #3b5998;
}
.entry-box-4[class*=facebook]:hover .entry-icon {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.entry-box-4[class*=twitter] .entry-icon {
  color: #1da1f2;
}
.entry-box-4[class*=twitter]:hover .entry-icon {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.entry-box-5 .entry-image {
  position: relative;
}
.entry-box-5 .entry-image img.main {
  border-radius: 8px 8px 0 0;
}
.entry-box-5 .entry-image .author {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.entry-box-5 .entry-image .box::before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: #1572ab;
  background: -webkit-linear-gradient(bottom, #1572ab, rgba(21, 114, 171, 0));
  background: linear-gradient(to top, #1572ab, rgba(21, 114, 171, 0));
}

.entry-box-6 .entry-image {
  position: relative;
}
.entry-box-6 .entry-icon {
  display: block;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  z-index: 5;
  border-radius: 50%;
  background-color: rgba(184, 0, 28, 0.7);
}
.entry-box-6:hover .entry-icon {
  background-color: #b8001c;
}

.entry-box-7 .entry-image {
  position: relative;
}
.entry-box-7 .entry-image img {
  position: relative;
  z-index: 2;
}
.entry-box-7 .entry-image:before, .entry-box-7 .entry-image:after {
  content: "";
  width: 112%;
  height: 112%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.entry-box-7 .entry-image:before {
  right: -6px;
}
.entry-box-7 .entry-image:after {
  right: 0;
}
.entry-box-8 .entry-image .box {
  position: relative;
}
.entry-box-8 .entry-image .box img {
  position: relative;
  z-index: 2;
}
.entry-box-8 .entry-image .box::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
}
.entry-box-8 .entry-body {
  position: relative;
  z-index: 2;
}
.entry-box-8 .btn-download {
  border-radius: 30px;
  background-color: #d2413a;
}
.entry-box-8 .btn-download:hover {
  color: #fff;
  background-color: #b53029;
}
.entry-box-8:hover .entry-image .box img {
  transform: translateY(-4px);
}
.entry-box-8:hover .entry-image .box::before {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  background-color: #fff;
  transform: translate(-4px, 4px) rotate(-2deg);
}

.widget-style-1 .widget-header .header-link {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
.widget-style-1 .widget-header .header-link[class*=c-white] {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.widget-style-1 .widget-header .header-link[class*=c-primary] {
  color: #1572ab;
  border-bottom-color: rgba(21, 114, 171, 0.5);
}
.widget-style-1 .widget-header .header-link[class*=c-facewbook] {
  color: #3b5998;
  border-bottom-color: rgba(59, 89, 152, 0.5);
}
.widget-style-1 .widget-header .header-link[class*=c-twitter] {
  color: #1da1f2;
  border-bottom-color: rgba(29, 161, 242, 0.5);
}

.widget-style-2 .widget-header .header-link {
  position: relative;
  padding-bottom: 10px;
}
.widget-style-2 .widget-header .header-link::before {
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #ffcb05;
}
.widget-style-2 .widget-header .header-link:hover::before {
  width: 100%;
}

.widget .widget-header-tabs .tabs .swiper-slide {
  width: auto;
  display: block;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.widget .widget-header-tabs .tabs .swiper-slide.selected, .widget .widget-header-tabs .tabs .swiper-slide.active {
  background-color: #ffcb05;
}

div[data-gutters="10"] .row {
  margin-right: -5px;
  margin-left: -5px;
}
div[data-gutters="10"] .row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
div[data-gutters="20"] .row {
  margin-right: -10px;
  margin-left: -10px;
}
div[data-gutters="20"] .row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
div[data-gutters="30"] .row {
  margin-right: -15px;
  margin-left: -15px;
}
div[data-gutters="30"] .row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.widget-1 .swiper-container .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.widget-1 .swiper-container .swiper-button.size-1 {
  width: 40px;
  font-size: 24px;
}
.widget-1 .swiper-container .swiper-button.size-2 {
  width: 60px;
  font-size: 28px;
}
.widget-1 .swiper-container .swiper-button-prev {
  right: 0;
}
.widget-1 .swiper-container .swiper-button-next {
  left: 0;
}

.widget-hashtag {
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.widget-hashtag .widget-title .icn {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  background-color: #ffcb05;
}
.widget-hashtag .widget-body {
  padding-left: 85px;
  position: relative;
}
.widget-hashtag .widget-body img {
  position: absolute;
  z-index: 1;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: space;
}
.widget-hashtag .widget-body img.img-1 {
  bottom: -15px;
  left: -7px;
  animation-duration: 3s;
}
.widget-hashtag .widget-body img.img-2 {
  bottom: 75px;
  left: 42px;
  animation-duration: 5s;
}
.widget-hashtag .widget-body img.img-3 {
  bottom: 76px;
  left: 5px;
  animation-duration: 4s;
}
.widget-hashtag nav {
  position: relative;
  z-index: 2;
}
.widget-hashtag nav a {
  font-size: 16px;
  color: #555555;
  padding: 6px 14px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.widget-hashtag nav a:hover {
  color: #fff;
  background-color: #1572ab;
}
@media (max-width: 575.98px) {
  .widget-hashtag .widget-body {
    padding-left: 0;
  }
  .widget-hashtag .widget-body img {
    opacity: 0.3;
  }
}
@-webkit-keyframes space {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-moz-keyframes space {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-o-keyframes space {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes space {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}

.widget-2 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.widget-2 .row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.widget-2 .row.no-gutters > .col, .widget-2 .row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.widget-3 .entry-box-3.d-flex {
  padding: 20px;
}
@media (max-width: 575.98px) {
  .widget-3 .entry-box-3.d-flex {
    padding: 10px;
  }
}

.widget-4 {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.widget-4 .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.widget-4 .vote-item {
  position: relative;
}
.widget-4 label.vote-item {
  cursor: pointer;
}

.widget-4 .vote-item .vote-content {
  border-radius: 6px;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.widget-4 .vote-item .vote-content .text {
  position: relative;
  z-index: 2;
}
.widget-4 .vote-item .bar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.widget-4 .vote-item .percentage {
  font-size: 24px;
}
.widget-4 .vote-item input[type=radio] {
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0;
}
.widget-4 .vote-item input[type=radio]:checked ~ .vote-content {
  background-color: #e6e6e6;
}
.widget-4 .vote-item input[type=radio]:checked ~ .vote-content .text {
  text-decoration: underline;
}
.widget-4 .vote-item.active .vote-content {
  background-color: #e6e6e6;
}
.widget-4 .vote-item.active .text {
  text-decoration: underline;
}
.widget-4 .vote-item[class*=color-1] .bar {
  background-color: rgba(255, 82, 83, 0.1);
}
.widget-4 .vote-item[class*=color-2] .bar {
  background-color: rgba(74, 217, 127, 0.1);
}
.widget-4 .vote-item[class*=color-3] .bar {
  background-color: rgba(255, 158, 115, 0.1);
}
.widget-4.loading .loader {
  opacity: 1;
}

.widget-5 .scrollable.default-skin .scroll-bar.vertical {
  left: 15px;
}

.widget-7 {
  background: #ddf2ff url("../images/subscribe-bg.png") 0 bottom no-repeat;
}
.widget-7 form {
  height: 45px;
  position: relative;
}
.widget-7 input {
  height: 45px;
  border: 1px solid transparent;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 30px;
  background-color: #fff;
}
.widget-7 input:focus, .widget-7 input.not-empty {
  border-color: #1572ab;
}
.widget-7 input:focus ~ label, .widget-7 input.not-empty ~ label {
  visibility: hidden;
}
.widget-7 label {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #999999;
  font-size: 14px;
  cursor: text;
  transform: translateY(-50%);
}
.widget-7 button {
  margin: 0;
  padding: 0;
  border: none;
  color: #1572ab;
  font-size: 16px;
  background: none;
  position: absolute;
  left: 10px;
  top: 0;
  height: 45px;
}

.widget-8 .entry-box-5 {
  border-bottom: 1px solid #f0f0f0;
}
.widget-8 .entry-box-5:last-child {
  border-bottom: 0;
}

.widget-9 .widget-body {
  position: relative;
}
.widget-9 .lds-ellipsis div {
  background-color: #fff;
}
.widget-9 .swiper-button {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 48px;
  width: 30px;
  height: 100%;
}
.widget-9 .swiper-button-prev {
  right: -50px;
}
.widget-9 .swiper-button-next {
  left: -50px;
}
@media (max-width: 575.98px) {
  .widget-9 .swiper-button {
    width: 40px;
    height: 40px;
    top: -64px;
  }
  .widget-9 .swiper-button-prev {
    right: auto;
    left: 50px;
  }
  .widget-9 .swiper-button-next {
    left: 0;
  }
}

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