/* arabic */
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
body {
  color: #000;
  font-family: Helvetica Neue W23, Arial, 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: #0e74b2;
  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 #0e74b2, 0 0 5px #0e74b2;
  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: #0e74b2;
  border-left-color: #0e74b2;
  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);
  }
}
.center, .widget-13 .widget-header .send-link i, .entry-box-1 .entry-image .entry-icon i, .main-bar .menu-toggle .menu, .main-footer .social a i, .main-header .links a.social i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .widget-style-3 .widget-header .header-title .header-link::after, .widget-style-2 .widget-header .header-title .header-link::after, .entry-box-1 .entry-image .entry-icon, .entry-box .entry-image img, .trend-box, .search-box .search-toggle, .search-box, body.prayer-times-box-active .prayer-times-box, body.weather-box-active .weather-box, body.money-box-active .money-box, body.newspaper-box-active .newspaper-box, .main-bar .menu-toggle .menu, .main-bar .menu-toggle .menu::before, .main-bar .menu-toggle .menu::after, .main-bar, .main-bar::before, .main-footer .social a, body.mobile-menu-active .mobile-menu, .mobile-menu .menu > li .submenu-toggle i, .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);
}

.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: #0e74b2;
  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.8);
  visibility: hidden;
  opacity: 0;
}

.site-container {
  padding-right: 100px;
}
@media (max-width: 575.98px) {
  .site-container {
    padding-right: 50px;
  }
}

.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: 100px;
  top: 0;
  z-index: 65;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .header {
  position: relative;
  padding-bottom: 4px;
}
.mobile-menu .header::after {
  width: 25px;
  height: 2px;
  background-color: #d0d8dd;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu > li {
  position: relative;
  border-bottom: 1px solid #eef1f4;
}
.mobile-menu .menu > li .submenu-toggle {
  width: 55px;
  height: 55px;
  color: #ced4da;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-menu .menu > li > a {
  color: #333333;
  display: block;
  font-size: 18px;
  padding: 14px 20px;
}
.mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
  background-color: #f8f9fa;
}
.mobile-menu .menu > li > ul {
  display: none;
  padding-right: 20px;
}
.mobile-menu .menu > li > ul > li {
  border-top: 1px solid #eef1f4;
}
.mobile-menu .menu > li > ul > li > a {
  display: block;
  padding: 12px 20px;
}
.mobile-menu .menu > li > ul > li > a:active, .mobile-menu .menu > li > ul > li > a:hover {
  background-color: #f8f9fa;
}
.mobile-menu .menu > li.active > a {
  background-color: #f8f9fa;
}
.mobile-menu .menu > li.active:hover > a, .mobile-menu .menu > li.active:active > a {
  background-color: #f8f9fa;
}
.mobile-menu .menu > li.active .submenu-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}
.mobile-menu .menu > li.active > ul {
  display: block;
}
@media (max-width: 575.98px) {
  .mobile-menu {
    right: 50px;
  }
}

body.mobile-menu-active {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.mobile-menu-active .mobile-menu {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible !important;
}
body.mobile-menu-active .main-bar {
  background-color: #0e74b2;
}
body.mobile-menu-active .main-bar::before {
  background-color: #fff;
  width: 300px;
  right: 100px;
}
@media (max-width: 575.98px) {
  body.mobile-menu-active .main-bar::before {
    right: 50px;
  }
}

.main-header {
  width: 100%;
  border-bottom: 1px solid #eef1f4;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 120px;
}
.main-header .latest-news {
  padding-right: 70px;
  position: relative;
}
.main-header .latest-news .header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-header .links a {
  display: block;
  position: relative;
  background-color: #e6edf2;
}
.main-header .links a.social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.main-header .links a.social:hover {
  color: #ffffff;
}
.main-header .links a.social:hover[class*=facebook] {
  border-color: #324c82;
  background-color: #3b5998;
}
.main-header .links a.social:hover[class*=twitter] {
  border-color: #0d92e3;
  background-color: #1da1f2;
}
.main-header .links a.social:hover[class*=instagram] {
  border-color: #a92e74;
  background-color: #c13584;
}
.main-header .links a.social:hover[class*=telegram] {
  border-color: #0074ad;
  background-color: #0088cc;
}
.main-header .links a.social:hover[class*=whatsapp] {
  border-color: #2bd13e;
  background-color: #43d854;
}
.main-header .links a.social:hover[class*=youtube] {
  border-color: #b21c1b;
  background-color: #cd201f;
}
.main-header .links a.link {
  line-height: 40px;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-header .links a.link .badge {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -14px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #0e74b2;
}
.main-header .links a.link:hover {
  color: #fff;
  background-color: #0e74b2;
}
@media (max-width: 575.98px) {
  .main-header {
    height: auto;
  }
  .main-header .main-logo img {
    height: 48px;
  }
}

.main-footer {
  border-top: 2px solid #e6edf2;
}
.main-footer .links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-footer .links li a {
  display: block;
  color: #666666;
  font-weight: 700;
  font-size: 16px;
}
.main-footer .links li a:hover {
  color: #0e74b2;
}
.main-footer .social a {
  width: 40px;
  height: 40px;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #eef1f4;
}
.main-footer .social a:hover {
  color: #ffffff;
}
.main-footer .social a:hover[class*=facebook] {
  border-color: #3b5998;
  background-color: #3b5998;
}
.main-footer .social a:hover[class*=twitter] {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.main-footer .social a:hover[class*=instagram] {
  border-color: #c13584;
  background-color: #c13584;
}
.main-footer .social a:hover[class*=telegram] {
  border-color: #0088cc;
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=whatsapp] {
  border-color: #43d854;
  background-color: #43d854;
}
.main-footer .social a:hover[class*=youtube] {
  border-color: #cd201f;
  background-color: #cd201f;
}
.main-footer .social a:hover[class*=google-play] {
  border-color: #34a853;
  background-color: #34a853;
}
.main-footer .social a:hover[class*=app-store] {
  border-color: #0a84ff;
  background-color: #0a84ff;
}
@media (max-width: 767.98px) {
  .main-footer .links li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .main-footer .links li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.main-bar {
  width: 100px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 60;
  padding-top: 24px;
}
.main-bar::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #0e74b2;
}
.main-bar .bar-content {
  position: relative;
  z-index: 2;
}
.main-bar ul.menu > li {
  text-align: center;
}
.main-bar ul.menu > li a {
  display: block;
  color: #fff;
}
.main-bar ul.menu > li a.active {
  color: #ffd03d;
}
.main-bar .menu-toggle {
  width: 100px;
  height: 60px;
  display: block;
  position: relative;
  cursor: pointer;
}
.main-bar .menu-toggle .menu {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.main-bar .menu-toggle .menu::before, .main-bar .menu-toggle .menu::after {
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  content: "";
}
.main-bar .menu-toggle .menu::before {
  top: 5px;
}
.main-bar .menu-toggle .menu::after {
  bottom: 5px;
  width: 0;
}
.main-bar .menu-toggle:hover .menu::before, .main-bar .menu-toggle:hover .menu::after {
  width: 100%;
}
body.mobile-menu-active .main-bar .menu-toggle .menu, body.trend-box-active .main-bar .menu-toggle .menu, body.search-box-active .main-bar .menu-toggle .menu, body.newspaper-box-active .main-bar .menu-toggle .menu, body.money-box-active .main-bar .menu-toggle .menu, body.weather-box-active .main-bar .menu-toggle .menu, body.prayer-times-box-active .main-bar .menu-toggle .menu, .main-bar .menu-toggle.active .menu {
  background-color: transparent;
}
body.mobile-menu-active .main-bar .menu-toggle .menu::before, body.mobile-menu-active .main-bar .menu-toggle .menu::after, body.trend-box-active .main-bar .menu-toggle .menu::before, body.trend-box-active .main-bar .menu-toggle .menu::after, body.search-box-active .main-bar .menu-toggle .menu::before, body.search-box-active .main-bar .menu-toggle .menu::after, body.newspaper-box-active .main-bar .menu-toggle .menu::before, body.newspaper-box-active .main-bar .menu-toggle .menu::after, body.money-box-active .main-bar .menu-toggle .menu::before, body.money-box-active .main-bar .menu-toggle .menu::after, body.weather-box-active .main-bar .menu-toggle .menu::before, body.weather-box-active .main-bar .menu-toggle .menu::after, body.prayer-times-box-active .main-bar .menu-toggle .menu::before, body.prayer-times-box-active .main-bar .menu-toggle .menu::after, .main-bar .menu-toggle.active .menu::before, .main-bar .menu-toggle.active .menu::after {
  width: 100%;
}
body.mobile-menu-active .main-bar .menu-toggle .menu::before, body.trend-box-active .main-bar .menu-toggle .menu::before, body.search-box-active .main-bar .menu-toggle .menu::before, body.newspaper-box-active .main-bar .menu-toggle .menu::before, body.money-box-active .main-bar .menu-toggle .menu::before, body.weather-box-active .main-bar .menu-toggle .menu::before, body.prayer-times-box-active .main-bar .menu-toggle .menu::before, .main-bar .menu-toggle.active .menu::before {
  top: 0;
  transform: rotate(-45deg);
}
body.mobile-menu-active .main-bar .menu-toggle .menu::after, body.trend-box-active .main-bar .menu-toggle .menu::after, body.search-box-active .main-bar .menu-toggle .menu::after, body.newspaper-box-active .main-bar .menu-toggle .menu::after, body.money-box-active .main-bar .menu-toggle .menu::after, body.weather-box-active .main-bar .menu-toggle .menu::after, body.prayer-times-box-active .main-bar .menu-toggle .menu::after, .main-bar .menu-toggle.active .menu::after {
  bottom: 0;
  transform: rotate(45deg);
}
.main-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main-bar {
    width: 50px;
  }
  .main-bar .menu-toggle {
    width: 50px;
  }
  .main-bar .bar-content {
    width: 50px;
  }
}

.main-box {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 65;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-box .header {
  position: relative;
  padding-bottom: 4px;
}
.main-box .header::after {
  width: 25px;
  height: 2px;
  background-color: #d0d8dd;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
@media (max-width: 575.98px) {
  .main-box {
    right: 50px;
  }
}

body.newspaper-box-active {
  overflow: hidden;
  position: relative;
}
body.newspaper-box-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.newspaper-box-active .newspaper-box {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible !important;
}
body.newspaper-box-active .main-bar {
  background-color: #0e74b2;
}
body.newspaper-box-active .main-bar::before {
  background-color: #fff;
  width: 300px;
  right: 100px;
}
@media (max-width: 575.98px) {
  body.newspaper-box-active .main-bar::before {
    right: 50px;
  }
}

body.money-box-active {
  overflow: hidden;
  position: relative;
}
body.money-box-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.money-box-active .money-box {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible !important;
}
body.money-box-active .main-bar {
  background-color: #0e74b2;
}
body.money-box-active .main-bar::before {
  background-color: #fff;
  width: 300px;
  right: 100px;
}
@media (max-width: 575.98px) {
  body.money-box-active .main-bar::before {
    right: 50px;
  }
}

body.weather-box-active {
  overflow: hidden;
  position: relative;
}
body.weather-box-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.weather-box-active .weather-box {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible !important;
}
body.weather-box-active .main-bar {
  background-color: #0e74b2;
}
body.weather-box-active .main-bar::before {
  background-color: #fff;
  width: 300px;
  right: 100px;
}
@media (max-width: 575.98px) {
  body.weather-box-active .main-bar::before {
    right: 50px;
  }
}

body.prayer-times-box-active {
  overflow: hidden;
  position: relative;
}
body.prayer-times-box-active .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.prayer-times-box-active .prayer-times-box {
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible !important;
}
body.prayer-times-box-active .main-bar {
  background-color: #0e74b2;
}
body.prayer-times-box-active .main-bar::before {
  background-color: #fff;
  width: 300px;
  right: 100px;
}
@media (max-width: 575.98px) {
  body.prayer-times-box-active .main-bar::before {
    right: 50px;
  }
}

.search-box {
  width: 100%;
  position: fixed;
  top: 50%;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  right: 0;
}
.search-box, .search-box > [class*=container], .search-box > [class*=container] > div {
  height: 80px;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 40px;
  position: relative;
}
.search-box form input[type=search], .search-box form input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  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: #fff;
  font-size: 20px;
}
.search-box form button {
  color: #fff;
  border: none;
  outline: none;
  background: none;
}
.search-box .search-toggle {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  left: 0;
}
body.search-box-active {
  overflow: hidden;
}
body.search-box-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  height: 100%;
}
body.search-box-active .search-box {
  visibility: visible;
  opacity: 1;
}
body.search-box-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(450deg);
}

.trend-overlay {
  width: 0;
  height: 0;
  position: fixed;
  left: -30%;
  top: -30%;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  border-radius: 50%;
  background-color: #fff;
  transition: all 300ms, border-radius 500ms;
}

.trend-box {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 70;
  width: 97%;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media (max-width: 575.98px) {
  .trend-box {
    width: 97%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

body.trend-box-active {
  overflow: hidden;
}
body.trend-box-active .trend-overlay {
  width: 200%;
  height: 200%;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
body.trend-box-active .trend-box {
  visibility: visible !important;
  opacity: 1;
}

.entry-box:hover .entry-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.entry-box-1 .entry-image {
  position: relative;
}
.entry-box-1 .entry-image .entry-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  color: #222222;
  background-color: rgba(255, 255, 255, 0.8);
}
.entry-box-1:hover .entry-image .entry-icon {
  color: #fff;
  background-color: #0e74b2;
}

.entry-box-2 .entry-title a {
  display: block;
  position: relative;
  padding-right: 14px;
}
.entry-box-2 .entry-title a::before {
  width: 2px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 6px;
  content: "";
  transform: rotate(45deg);
  background-color: #0e74b2;
}

.entry-box-3 .entry-image, .entry-box-3 .entry-image img {
  border-radius: 10px;
}
.entry-box-3 .entry-body {
  border-radius: 8px;
  background-color: #f5f6f8;
}

.entry-box-4 {
  position: relative;
  border-radius: 8px;
  background-color: #f5f6f8;
}
.entry-box-4 > a {
  padding: 20px 50px 20px 14px;
}
.entry-box-5 {
  position: relative;
  overflow: hidden;
}
.entry-box-5 .box {
  position: relative;
}
.entry-box-5 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.entry-box-5 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.entry-box-5 .month-year {
  position: absolute;
  bottom: 10px;
  right: 150px;
}
.entry-box-5 .day, .entry-box-5 .month-year {
  color: #fff;
  font-weight: 700;
  transition: all 300ms;
}
.entry-box-5 .day {
  font-size: 110px;
  position: relative;
  bottom: -30px;
}
.entry-box-5 .month {
  font-size: 20px;
}
.entry-box-5 .year {
  font-size: 20px;
}
.entry-box-5:hover .day {
  font-size: 140px;
}
.entry-box-5:hover .month-year {
  right: 180px;
  bottom: 20px;
}

.widget-style-1 .widget-header .header-title {
  line-height: 50px;
}
.widget-style-2 .widget-header .header-title .header-link {
  position: relative;
  padding-bottom: 8px;
}
.widget-style-2 .widget-header .header-title .header-link::after {
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #d0d8dd;
}
.widget-style-2 .widget-header .header-title .header-link:hover::after {
  width: 100%;
}
.widget-style-2 .widget-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget-style-2 .widget-header .header-tabs li > a {
  color: #797f8c;
  font-weight: 700;
  font-size: 16px;
}
.widget-style-2 .widget-header .header-tabs li > a.selected, .widget-style-2 .widget-header .header-tabs li > a.active {
  color: #0e74b2;
}

.widget-style-3 .widget-header .header-title .header-link {
  position: relative;
  color: #212529;
  padding-bottom: 8px;
}
.widget-style-3 .widget-header .header-title .header-link::after {
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #0e74b2;
}
.widget-style-3 .widget-header .header-title .header-link:hover::after {
  width: 100%;
}

.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-12 .widget-body {
  counter-reset: section;
}
.widget-12 .entry-box::before {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 0;
  color: #0e74b2;
  font-size: 34px;
  transform: translateY(-50%);
  counter-increment: section;
  content: counter(section);
}
.widget-12 .entry-box > a {
  position: relative;
  z-index: 2;
}

.widget-13 .widget-header .send-link {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #0088cc;
}
.widget-13 .widget-header .send-link:hover {
  background-color: #00699e;
}

.widget-14 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-14, .widget-14 > .container {
  min-height: 200px;
}
.widget-14 .entry-box-2 .entry-title {
  text-shadow: 1px 1px 0 #fff;
}
.widget-14 .entry-box-2 .entry-title > a {
  color: #444444;
}
.widget-14 .entry-box-2 .entry-title > a::before {
  background-color: #444444;
}
@media (max-width: 1199.98px) {
  .widget-14 {
    background-size: cover;
  }
}

.widget-15.widget-style-2 .widget-header .header-title .header-link::after {
  width: 25px;
}

.container-1 {
  position: relative;
}

.ads-fixed {
  position: absolute;
  display: none;
  top: 0;
  z-index: 20;
  min-width: 120px;
}
.ads-fixed.right {
  right: 0;
  transform: translateX(100%);
}
.ads-fixed.left {
  left: 0;
  transform: translateX(-100%);
}
.ads-fixed.fixed.fix {
  position: fixed;
}
@media (min-width: 1560px) {
  .ads-fixed {
    display: block;
  }
}

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