body {
  color: #000;
  font-family: HelveticaNeue, Helvetica, 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: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: var(--primary);
  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 var(--primary), 0 0 5px var(--primary);
  opacity: 1;
  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: var(--primary);
  border-left-color: var(--primary);
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.center, .page-video .featured-videos .entry-box .entry-icon, .page-post .tool-icn i, .widget-9 .entry-box-1 .entry-icon, .widget-8 .entry-box-1 .entry-icon, .entry-box-9 .entry-date .icn i, .entry-box-9 .entry-date .text, .entry-box .entry-icon-2 i, .entry-box .entry-icon i, .main-footer .social a i, .main-header2 .social a.social-item i, .main-header2 .social a.social-item::before, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .page-galleries .featured .entry-box, .page-videos .featured .entry-box, .page-post .post-tags a, .entry-box-8 .entry-body, .entry-box-8 .box::before, .entry-box-4 .box::before, .entry-box-1.line::before, .entry-box-1.line::after, .entry-box-1 .box::before, .entry-box .entry-icon-2, .entry-box .entry-icon, .entry-box .entry-image img, .main-menu .social a, .main-menu .menu > li > ul ~ a::before, .main-menu .menu > li.logo, .main-menu .menu li ul, .main-footer .social a, .main-header2 .social a.social-item::before, .main-header2 .social a.social-item, .main-header2 .menu > li > ul ~ a::before, .main-header2 .menu li ul, .main-header2 .main-logo img, .main-header .live-button, .search-box, .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: var(--primary);
  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;
  z-index: 51;
  width: 100%;
  height: 100%;
  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: var(--orange);
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.font-size-12 {
  font-size: 12px !important;
}

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

.font-size-15 {
  font-size: 15px !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-15 {
    font-size: 15px !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-15 {
    font-size: 15px !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-15 {
    font-size: 15px !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-15 {
    font-size: 15px !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: var(--gray-300);
  width: 100%;
  top: 62px;
  height: 90%;
  height: -o-calc(100% - 62px);
  height: calc(100% - 62px);
  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 var(--gray-400);
}
.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 var(--gray-400);
  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: var(--gray-200);
}
.mobile-menu .menu > li > ul {
  display: none;
  padding-right: 20px;
}
.mobile-menu .menu > li > ul > li {
  border-top: 1px solid var(--gray-400);
}
.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: var(--gray-400);
}
.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: #ff0000;
}
.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: #075e54;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.mobile-menu .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}
.mobile-menu .social a:hover[class*=messenger] {
  background-color: #0084ff;
}
.mobile-menu .social a:hover[class*=print] {
  background-color: #00205b;
}
.mobile-menu .social a:hover[class*=font] {
  background-color: #326bad;
}
.mobile-menu .social a:hover[class*=english] {
  background-color: #326bad;
}
.mobile-menu .social a:hover[class*=tiktok] {
  background-color: #000000;
}
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: 60%;
  height: 2px;
  background: var(--primary);
  transition: 0.35s;
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary);
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -8px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 8px);
}
.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 {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 80px;
}
.search-box form input[type=search], .search-box form input[type=text] {
  width: 100%;
  height: 80px;
  border: none;
  color: #000;
  font-size: 24px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.search-box form input[type=search]::-moz-placeholder, .search-box form input[type=text]::-moz-placeholder {
  color: #000;
}
.search-box form input[type=search]::placeholder, .search-box form input[type=text]::placeholder {
  color: #000;
}
.search-box form label {
  color: #000;
  font-size: 20px;
}
.search-box form button {
  color: #000;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 24px;
  transform: translateY(-40%);
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 51;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.95);
}
body.search-active .search-box {
  visibility: visible;
  opacity: 1;
}
body.search-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(360deg);
}

.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%;
}
.main-header {
  background: #fff url("../images/header-bg.png") center top repeat-x;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  min-height: 120px;
}
.main-header .time-toggle, .main-header .search-toggle {
  color: var(--primary);
  font-size: 24px;
}
.main-header .live-button {
  color: #fff;
  font-size: 16px;
  position: relative;
  border-radius: 30px;
  padding: 4px 16px 4px 60px;
  background-color: #fc4c49;
}
.main-header .live-button .badge {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 14px;
  color: #000;
  border-radius: 30px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #fff;
  transform: translateY(-50%);
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: opacity;
  animation-duration: 1s;
}
.main-header2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 50;
}
.main-header2, .main-header2 > [class*=container], .main-header2 > [class*=container] > div {
  height: 120px;
}
.main-header2 .menu-toggle .icon, .main-header2 .menu-toggle .icon::before, .main-header2 .menu-toggle .icon::after {
  background: #fff;
}
.main-header2 .main-logo img {
  width: 104px;
  height: auto;
}
.main-header2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header2 .menu li {
  position: relative;
}
.main-header2 .menu li ul {
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
}
.main-header2 .menu li ul::before {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  right: 0;
  content: "";
}
.main-header2 .menu li ul li a {
  display: block;
  color: #9496dc;
  font-size: 14px;
  padding: 4px 20px;
}
.main-header2 .menu li ul li a:hover {
  color: #fff;
  background-color: #161735;
}
.main-header2 .menu > li > a {
  color: #fff;
  font-size: 18px;
}
.main-header2 .menu > li:hover > a, .main-header2 .menu > li > a:hover, .main-header2 .menu > li > a.current, .main-header2 .menu > li > a.active {
  color: var(--orange);
}
.main-header2 .menu > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0d0e20;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.main-header2 .menu > li > ul ~ a::before {
  visibility: hidden;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
}
.main-header2 .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.main-header2 .datetime {
  color: #c5c5c5;
  font-size: 13px;
}
.main-header2 .social a.social-item {
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
}
.main-header2 .social a.social-item::before {
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.main-header2 .social a.social-item i {
  z-index: 2;
}
.main-header2 .social a.social-item[class*=facebook]::before {
  background-color: #3b5998;
}
.main-header2 .social a.social-item[class*=twitter]::before {
  background-color: #1da1f2;
}
.main-header2 .social a.social-item[class*=youtube]::before {
  background-color: #ff0000;
}
.main-header2 .social a.social-item[class*=rss]::before {
  background-color: #f26522;
}
.main-header2 .social a.social-item[class*=instagram]::before {
  background-color: #c13584;
}
.main-header2 .social a.social-item[class*=google]::before {
  background-color: #dd4b39;
}
.main-header2 .social a.social-item[class*=whatsapp]::before {
  background-color: #075e54;
}
.main-header2 .social a.social-item[class*=telegram]::before {
  background-color: #0088cc;
}
.main-header2 .social a.social-item[class*=apple]::before {
  background-color: #1e1e1e;
}
.main-header2 .social a.social-item[class*=messenger]::before {
  background-color: #0084ff;
}
.main-header2 .social a.social-item[class*=print]::before {
  background-color: #00205b;
}
.main-header2 .social a.social-item[class*=font]::before {
  background-color: #326bad;
}
.main-header2 .social a.social-item[class*=english]::before {
  background-color: #326bad;
}
.main-header2 .social a.social-item[class*=tiktok]::before {
  background-color: #000000;
}
.main-header2 .social a.social-item:hover {
  color: #fff;
}
.main-header2 .social a.social-item:hover::before {
  width: 100%;
  height: 100%;
}
.main-header2 .social a.social-item:hover[class*=facebook] {
  border-color: #3b5998;
}
.main-header2 .social a.social-item:hover[class*=twitter] {
  border-color: #1da1f2;
}
.main-header2 .social a.social-item:hover[class*=youtube] {
  border-color: #ff0000;
}
.main-header2 .social a.social-item:hover[class*=rss] {
  border-color: #f26522;
}
.main-header2 .social a.social-item:hover[class*=instagram] {
  border-color: #c13584;
}
.main-header2 .social a.social-item:hover[class*=google] {
  border-color: #dd4b39;
}
.main-header2 .social a.social-item:hover[class*=whatsapp] {
  border-color: #075e54;
}
.main-header2 .social a.social-item:hover[class*=telegram] {
  border-color: #0088cc;
}
.main-header2 .social a.social-item:hover[class*=apple] {
  border-color: #1e1e1e;
}
.main-header2 .social a.social-item:hover[class*=messenger] {
  border-color: #0084ff;
}
.main-header2 .social a.social-item:hover[class*=print] {
  border-color: #00205b;
}
.main-header2 .social a.social-item:hover[class*=font] {
  border-color: #326bad;
}
.main-header2 .social a.social-item:hover[class*=english] {
  border-color: #326bad;
}
.main-header2 .social a.social-item:hover[class*=tiktok] {
  border-color: #000000;
}

body.main-header2-small .main-header2 {
  background-color: var(--primary);
}
body.main-header2-small .main-header2, body.main-header2-small .main-header2 > [class*=container], body.main-header2-small .main-header2 > [class*=container] > div {
  height: 62px;
}
body.main-header2-small .main-header2 .main-logo img {
  width: 60px;
}
body.main-header2-small .main-header2 .menu > li > ul {
  background-color: var(--primary);
}
body.main-header2-small .main-header2 .menu > li > ul > li > a {
  color: #fff;
}
body.main-header2-small .main-header2 .menu > li > ul > li > a:hover {
  background-color: #285589;
}
.main-footer {
  background-color: #2c5ea3;
}
.main-footer .social a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.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*=youtube] {
  background-color: #ff0000;
}
.main-footer .social a:hover[class*=rss] {
  background-color: #f26522;
}
.main-footer .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.main-footer .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.main-footer .social a:hover[class*=whatsapp] {
  background-color: #075e54;
}
.main-footer .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}
.main-footer .social a:hover[class*=messenger] {
  background-color: #0084ff;
}
.main-footer .social a:hover[class*=print] {
  background-color: #00205b;
}
.main-footer .social a:hover[class*=font] {
  background-color: #326bad;
}
.main-footer .social a:hover[class*=english] {
  background-color: #326bad;
}
.main-footer .social a:hover[class*=tiktok] {
  background-color: #000000;
}

.footer-links {
  background-color: #2f63ac;
}
.footer-links .links a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-links .links a:hover {
  color: var(--orange);
}
@media (max-width: 767.98px) {
  .footer-links .links a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-links .links a {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .footer-links .links a {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .footer-links .links a {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}

.main-menu {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}
.main-menu, .main-menu > [class*=container], .main-menu > [class*=container] > div {
  min-height: 62px;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu li {
  position: relative;
}
.main-menu .menu li ul {
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
}
.main-menu .menu li ul::before {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  right: 0;
  content: "";
}
.main-menu .menu li ul li a {
  display: block;
  font-size: 14px;
  padding: 4px 20px;
}
.main-menu .menu li ul li a:hover {
  background-color: #f9f9f9;
}
.main-menu .menu > li.logo {
  width: 0;
  overflow: hidden;
}
.main-menu .menu > li + li::before {
  content: "|";
  color: #dee2e6;
  margin-left: 20px;
  margin-right: 20px;
}
.main-menu .menu > li:nth-child(2)::before {
  display: none !important;
}
.main-menu .menu > li > a {
  color: var(--primary);
  font-size: 18px;
}
.main-menu .menu > li:hover > a, .main-menu .menu > li > a:hover, .main-menu .menu > li > a.current, .main-menu .menu > li > a.active {
  color: var(--orange);
}
.main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
.main-menu .menu > li > ul ~ a::before {
  visibility: hidden;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
}
.main-menu .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.main-menu .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #ecf4fd;
}
.main-menu .social a:hover {
  color: #fff;
}
.main-menu .social a:hover svg {
  fill: #fff;
}
.main-menu .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.main-menu .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.main-menu .social a:hover[class*=youtube] {
  background-color: #ff0000;
}
.main-menu .social a:hover[class*=rss] {
  background-color: #f26522;
}
.main-menu .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.main-menu .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.main-menu .social a:hover[class*=whatsapp] {
  background-color: #075e54;
}
.main-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.main-menu .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}
.main-menu .social a:hover[class*=messenger] {
  background-color: #0084ff;
}
.main-menu .social a:hover[class*=print] {
  background-color: #00205b;
}
.main-menu .social a:hover[class*=font] {
  background-color: #326bad;
}
.main-menu .social a:hover[class*=english] {
  background-color: #326bad;
}
.main-menu .social a:hover[class*=tiktok] {
  background-color: #000000;
}
body.mobile-menu-active .main-menu .social {
  transition: opacity 0.2s;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu .menu > li + li::before {
    margin-left: 14px;
    margin-right: 14px;
  }
}

body.main-menu-fixed .main-menu {
  position: fixed;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ececec;
}
body.main-menu-fixed .main-menu ul.menu li.logo {
  width: 46px;
}
body.main-menu-fixed .main-menu ul.menu li:nth-child(2)::before {
  display: inline-block !important;
}
body.main-menu-fixed .main-menu .social {
  display: none !important;
}
body.main-menu-fixed .main-menu-height {
  height: 62px;
}

.entry-box {
  position: relative;
}
.entry-box .entry-image {
  position: relative;
}
.entry-box .entry-icon {
  border-radius: 50%;
  z-index: 3;
  color: #fff;
}
.entry-box .entry-icon.s-1 {
  width: 50px;
  height: 50px;
  font-size: 18px;
}
.entry-box .entry-icon.s-2 {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.entry-box .entry-icon.s-3 {
  width: 36px;
  height: 36px;
  font-size: 13px;
}
.entry-box .entry-icon.video {
  background-color: rgba(211, 26, 32, 0.75);
}
.entry-box .entry-icon.gallery {
  background-color: rgba(255, 123, 5, 0.75);
}
.entry-box .entry-icon-2 {
  border-radius: 50%;
  color: #fff;
  background-color: #326bad;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.entry-box .entry-icon-2.s-1 {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.entry-box .entry-icon-2.s-2 {
  width: 33px;
  height: 33px;
  font-size: 14px;
}
.entry-box .entry-type {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  border-radius: 3px;
  padding: 1px 8px 2px;
}
.entry-box .entry-caption span {
  display: inline-block;
  color: #fff;
  padding: 1px 10px 2px;
  background-color: var(--orange);
}
.entry-box .entry-living span {
  display: inline-block;
  color: #fff;
  padding: 4px 14px 4px;
  background-color: #e91328;
}
.entry-box:hover .entry-image img {
  filter: grayscale(1);
}
.entry-box:hover .entry-icon.video {
  background-color: #d31a20;
}
.entry-box:hover .entry-icon.gallery {
  background-color: #ff7b05;
}

.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: 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.line::before, .entry-box-1.line::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  height: 3px;
}
.entry-box-1.line::before {
  width: 100%;
  background-color: #326bae;
}
.entry-box-1.line::after {
  width: 0;
  background-color: var(--orange);
}
.entry-box-1:hover .box::before {
  height: 100%;
}
.entry-box-1:hover.line::before {
  width: 0;
}
.entry-box-1:hover.line::after {
  width: 100%;
}
.entry-box-4 {
  position: relative;
  overflow: hidden;
}
.entry-box-4 .box::before {
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.entry-box-4 .entry-body {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
}
.entry-box-4:hover .box::before {
  width: 100%;
}
.entry-box-5 {
  position: relative;
  overflow: hidden;
}
.entry-box-5 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: #ecf4fd;
}
.entry-box-6 {
  position: relative;
  overflow: hidden;
}
.entry-box-6 .entry-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  background-color: rgba(50, 107, 173, 0.85);
}
.entry-box-6:hover .box::before {
  height: 100%;
}
.entry-box-7 {
  padding: 15px;
  background-color: var(--light);
}
.entry-box-7 .entry-body {
  padding-right: 15px;
}
.entry-box-7 .entry-time {
  color: #fff;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  background-color: #fc4c49;
}
.entry-box-7:hover {
  background-color: var(--primary);
}
.entry-box-7:hover .entry-title a {
  color: #fff;
}

.entry-boxes-timeline {
  position: relative;
  padding: 14px 0;
}
.entry-boxes-timeline::before {
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #bdbdbd;
}
.entry-boxes-timeline .entry-box .entry-title {
  display: block;
  padding-right: 20px;
  position: relative;
}
.entry-boxes-timeline .entry-box .entry-title::before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  background-color: #fc4c49;
}

.entry-box-8 {
  position: relative;
  overflow: hidden;
}
.entry-box-8 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.entry-box-8 .entry-icon {
  top: 10px;
  left: 10px;
  right: auto;
  transform: scale(0);
}
.entry-box-8 .entry-image img {
  filter: grayscale(0);
}
.entry-box-8 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  transform: translateY(70%);
}
.entry-box-8:hover {
  z-index: 3;
}
.entry-box-8:hover .box::before {
  height: 100%;
  opacity: 1;
}
.entry-box-8:hover .entry-icon {
  transform: scale(1);
}
.entry-box-8:hover .entry-image img {
  filter: grayscale(1);
}
.entry-box-8:hover .entry-body {
  opacity: 1;
  transform: translateY(0);
}
.entry-box-9 {
  position: relative;
  border-bottom: 1px solid #ecf4fd;
}
.entry-box-9 .entry-date {
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  background-color: #ecf4fd;
}
.entry-box-9 .entry-date .text {
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.entry-box-9 .entry-date .icn {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #2d2d2d;
}
.entry-box-9.breaking .entry-date {
  color: #fff;
  background-color: #fc4c49;
}
.widget-style-1 .widget-header .header-link {
  color: var(--dark);
}

[data-gutters="8"] .row, [data-gutters="8"] .d-flex {
  margin-right: -4px;
  margin-left: -4px;
}
[data-gutters="8"] .row > [class*=col-], [data-gutters="8"] .d-flex > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}

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

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

[data-gutters="16"] .row, [data-gutters="16"] .d-flex {
  margin-right: -8px;
  margin-left: -8px;
}
[data-gutters="16"] .row > [class*=col-], [data-gutters="16"] .d-flex > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 1200px) {
  .widget-1-4 .col1 {
    flex: 0 0 510px;
    max-width: 510px;
  }
  .widget-1-4 .col2 {
    flex: 0 0 330px;
    max-width: 330px;
  }
  .widget-1-4 .col3 {
    flex: 0 0 320px;
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .widget-1-6 .col1 {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .widget-1-6 .col2 {
    flex: 0 0 330px;
    max-width: 330px;
  }
}

@media (min-width: 1200px) {
  .widget-1-7 .col1 {
    flex: 0 0 510px;
    max-width: 510px;
  }
  .widget-1-7 .col2 {
    flex: 0 0 320px;
    max-width: 320px;
  }
  .widget-1-7 .col3 {
    flex: 0 0 330px;
    max-width: 330px;
  }
}

.widget-5 .entry-box .entry-title a:hover {
  color: var(--danger);
}
@media (max-width: 1199.98px) {
  .widget-5 {
    background: #27415e;
    background: linear-gradient(to bottom, #27415e 20%, #ecf4fd 20%);
  }
}
@media (min-width: 992px) {
  .widget-5 {
    background: #27415e;
    background: linear-gradient(to bottom, #27415e 50%, #ecf4fd 50%);
  }
}

.widget-1-9 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
}
@media (min-width: 1200px) {
  .widget-1-9 .col1 {
    flex: 0 0 825px;
    max-width: 825px;
  }
  .widget-1-9 .col2 {
    flex: 0 0 335px;
    max-width: 335px;
  }
}

.widget-1-10 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
}
.widget-13 {
  background-color: #ecf4fd;
  padding: 24px 50px;
  margin-bottom: 80px;
}
.widget-13 .title {
  color: #326bad;
  font-weight: bold;
  font-size: 34px;
}
.widget-13 .text {
  color: #326bad;
  font-weight: bold;
  font-size: 16px;
}
.widget-13 form input {
  width: 100%;
  height: 58px;
  border: none;
  padding: 0 20px;
  background-color: #fff;
}
.widget-13 form button {
  width: 120px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
.widget-13 form button:hover {
  color: #fff;
}

.widget-14 .widget-body {
  margin-bottom: 80px;
}
.widget-14 .item {
  height: 100%;
}
.widget-14 .item label.item-parent {
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.widget-14 .item .item-box {
  height: 100%;
  padding: 24px;
  border: 1px solid #D2D2D2;
  background-color: #fff;
}
.widget-14 .item .image {
  width: 90px;
  height: 90px;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(117, 144, 178, 0.3);
}
.widget-14 .item .image .percentage {
  position: absolute;
  top: 100%;
  right: 100%;
  z-index: 2;
  transform: translate(50%, -50%);
}
.widget-14 .item .percentage {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF7B05;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.widget-14 .item .text {
  font-size: 16px;
  font-weight: bold;
}
.widget-14 .item input:checked ~ .item-box {
  border-color: #FF7B05;
}
.widget-14 .item input:checked ~ .item-box .text {
  color: #FF7B05;
}

.load-more-btn .btn {
  color: #000;
  border-color: #dee2e6;
}
.load-more-btn i {
  display: inline-block;
  color: #000;
  animation: reload 2s linear infinite;
}
@keyframes reload {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

form textarea {
  min-height: 190px;
  resize: vertical;
}
form .custom-file-label > span {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
form .form-control ~ label.error {
  color: var(--danger);
  font-size: 10px;
  top: 110%;
}

.page-post figure > a, .page-post .post-thumb > a {
  position: relative;
  display: block;
}
.page-post figure > a [class*=icon-], .page-post .post-thumb > a [class*=icon-] {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  color: #fff;
  font-size: 24px;
}
.page-post figure figcaption, .page-post .post-thumb figcaption {
  color: #777777;
  margin-top: 5px;
  padding-right: 10px;
  border-right: 2px solid #777777;
}
.page-post .post-slider {
  position: relative;
}
.page-post .post-slider .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 60px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-post .post-slider .swiper-button i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-post .post-slider .swiper-button-disabled {
  cursor: default;
}
.page-post .post-slider .swiper-button-prev {
  right: 0;
}
.page-post .post-slider .swiper-button-next {
  left: 0;
}
.page-post .post-slider .swiper-button:not(.swiper-button-disabled):hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-post .post-video .embed-responsive {
  display: none;
}
body.post-video-fixed .page-post .post-video .video-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  width: 350px;
  height: 197px;
}
body.post-video-fixed .page-post .post-video .embed-responsive {
  display: block;
}
.page-post .post-text > p, .page-post .post-text > span, .page-post .post-text > div {
  margin-bottom: 30px;
}
.page-post .post-text p, .page-post .post-text span, .page-post .post-text div {
  color: #111111;
  font-size: 18px;
}
.page-post .blockquote, .page-post blockquote {
  padding-right: 60px;
  position: relative;
  width: 50%;
  float: left;
  margin-right: 15px;
}
.page-post .blockquote::before, .page-post blockquote::before {
  color: #326bad;
  font-size: 24px;
  content: "\e921";
  font-family: "icons" !important;
  position: absolute;
}
.page-post .blockquote::before, .page-post blockquote::before {
  right: 14px;
  top: 12px;
}
.page-post .blockquote, .page-post .blockquote *, .page-post blockquote, .page-post blockquote * {
  color: var(--primary) !important;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote > *:last-child, .page-post blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.page-post .read-more a {
  text-decoration: underline;
}
.page-post .post-tags a {
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 30px;
  background-color: #ebf1f5;
}
.page-post .post-tags a:hover {
  color: #fff;
  background-color: #326bad;
}
.page-post .tool-icn {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  background-color: #ecf4fd;
}
.page-post .tool-icn:hover {
  color: #fff;
}
.page-post .tool-icn:hover[class*=facebook] {
  background-color: #3b5998;
}
.page-post .tool-icn:hover[class*=twitter] {
  background-color: #1da1f2;
}
.page-post .tool-icn:hover[class*=youtube] {
  background-color: #ff0000;
}
.page-post .tool-icn:hover[class*=rss] {
  background-color: #f26522;
}
.page-post .tool-icn:hover[class*=instagram] {
  background-color: #c13584;
}
.page-post .tool-icn:hover[class*=google] {
  background-color: #dd4b39;
}
.page-post .tool-icn:hover[class*=whatsapp] {
  background-color: #075e54;
}
.page-post .tool-icn:hover[class*=telegram] {
  background-color: #0088cc;
}
.page-post .tool-icn:hover[class*=apple] {
  background-color: #1e1e1e;
}
.page-post .tool-icn:hover[class*=messenger] {
  background-color: #0084ff;
}
.page-post .tool-icn:hover[class*=print] {
  background-color: #00205b;
}
.page-post .tool-icn:hover[class*=font] {
  background-color: #326bad;
}
.page-post .tool-icn:hover[class*=english] {
  background-color: #326bad;
}
.page-post .tool-icn:hover[class*=tiktok] {
  background-color: #000000;
}
.page-post .short-link {
  height: 40px;
  border-radius: 30px;
  border: 1px solid #e8ebf8;
  background-color: #f9faff;
}
.page-post .short-link .text {
  font-weight: 300;
  font-size: 14px;
}
.page-post .short-link input[type=text] {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  border: none;
  direction: ltr;
  background: none;
}
.page-post .short-link-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  font-size: 16px;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  border-radius: 30px;
  transition: all 500ms;
}
.page-post .short-link-message.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.post-widget-1 .entry-box .entry-title a {
  color: #1e314b;
}
.post-widget-1 .entry-box .entry-title a:hover {
  text-decoration: underline;
}

.widget-post-2 .widget-body {
  counter-reset: section;
}
.widget-post-2 .entry-box .entry-image {
  position: relative;
}
.widget-post-2 .entry-box .entry-image .box::before {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #326bad;
  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);
}
.widget-post-2 .entry-box:hover .entry-image .box::before {
  background-color: #ff7b05;
}

@media (min-width: 992px) {
  .page-category .featured .col1 {
    flex: 0 0 325px;
    max-width: 325px;
  }
  .page-category .featured .col2 {
    flex: 0 0 510px;
    max-width: 510px;
  }
}
.page-category .widget-most-read .row {
  counter-reset: section;
}
.page-category .widget-most-read [class*=col-] .entry-box .entry-image {
  position: relative;
}
.page-category .widget-most-read [class*=col-] .entry-box .entry-image .box::before {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #326bad;
  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);
}
.page-category .widget-most-read [class*=col-] .entry-box:hover .entry-image .box::before {
  background-color: #ff7b05;
}
.page-galleries .featured .swiper-container, .page-videos .featured .swiper-container {
  padding-bottom: 50px;
  padding-top: 40px;
}
.page-galleries .featured .swiper-slide, .page-videos .featured .swiper-slide {
  width: auto;
}
.page-galleries .featured .entry-box:hover, .page-videos .featured .entry-box:hover {
  transform: scale(1.05);
}
.page-galleries .featured .loader .lds-ellipsis div, .page-videos .featured .loader .lds-ellipsis div {
  background: #fff;
}
.page-galleries .more-galleries .entry-box .entry-icon, .page-videos .more-galleries .entry-box .entry-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.page-special-file .special-file-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-special-file .special-file-cover::before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .page-special-file .special-file-cover {
    height: 755px;
  }
}
@media (max-width: 991.98px) {
  .page-special-file .special-file-cover {
    height: 355px;
  }
}
.page-special-file .page-special-file-entries > .container {
  padding-right: 4px;
  padding-left: 4px;
}
.page-special-file .page-special-file-entries .entry-box {
  margin-bottom: 8px;
}
.page-special-file .page-special-file-entries .entry-box .entry-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media (min-width: 1200px) {
  .page-special-file .page-special-file-entries .container {
    max-width: 1400px;
  }
  .page-special-file .page-special-file-entries .col1 {
    flex: 0 0 49.714%;
    max-width: 49.714%;
  }
  .page-special-file .page-special-file-entries .col2 {
    flex: 0 0 25.143%;
    max-width: 25.143%;
  }
}

.page-specialFile {
  position: relative;
  background-color: #F7F7F7;
}
.page-specialFile .special-file-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 1040px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-specialFile .special-file-container {
  position: relative;
  z-index: 2;
  min-height: 1040px;
}
.page-specialFile .special-file-container .breadcrumb-container {
  padding-top: 120px;
}
.page-specialFile .special-file-container .breadcrumb-container + .special-file-container-padding {
  padding-top: 279px;
}
.page-specialFile .special-file-container .special-file-container-padding {
  padding-top: 450px;
}
.page-specialFile .breadcrumb li,
.page-specialFile .breadcrumb li a {
  color: #fff;
  font-size: 18px;
}
.page-specialFile .breadcrumb li + li::before {
  color: #ff7b05;
}
.page-specialFile .SP-post-featured {
  position: relative;
}
.page-specialFile .SP-post-featured .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.page-specialFile .SP-post-featured .image {
  position: relative;
}
.page-specialFile .SP-post-featured .image::before {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-specialFile .SP-post-featured .details .post-title {
  padding-right: 28px;
  border-right: 4px solid #ff7b05;
}
.page-specialFile .SP-post-featured .details .post-title a {
  color: #fff;
}
.page-specialFile .SP-post-featured .details .post-caption {
  color: #fff;
  padding: 9px 13px;
  background-color: #ff7b05;
}
.page-specialFile .SP-post-featured .entry-icon {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 992px) {
  .page-specialFile .SP-post-featured .details {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .page-specialFile .SP-post-featured .image::before {
    width: 70%;
    background: linear-gradient(to right, #2f63ac 50%, rgba(47, 99, 172, 0));
  }
  .page-specialFile .SP-post-featured .details {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-specialFile .SP-post-featured .entry-icon {
    right: 30%;
  }
}
@media (max-width: 767.98px) {
  .page-specialFile .SP-post-featured .image::before {
    width: 100%;
    background: linear-gradient(to top, #2f63ac 0, rgba(47, 99, 172, 0));
  }
  .page-specialFile .SP-post-featured .details {
    padding: 20px;
    background-color: #2F63AC;
  }
  .page-specialFile .SP-post-featured .entry-icon {
    right: 50%;
  }
}
.page-specialFile .SP-post-featured-more {
  padding: 20px;
  background-color: #2F63AC;
}
.page-specialFile .SP-post-featured-more .entry-box .entry-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-specialFile .special-file-reports {
  background: transparent url("../images/reports-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.page-specialFile .special-file-reports .widget-body {
  min-height: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-specialFile .SP-post-more .entry-box .entry-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-specialFile .entry-box-media .entry-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.page-video .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #b2b2b2;
}
.page-video .breadcrumb .breadcrumb-item a {
  color: #b2b2b2;
}
.page-video .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
.page-video .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.page-video .widget-video .entry-box .entry-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}/*# sourceMappingURL=style.css.map */