@charset "UTF-8";
*: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;
  -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: var(--primary);
  border-left-color: var(--primary);
  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, .entry-box-4 .entry-icon i, .entry-box .entry-icon i, .mobile-menu .social a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.page-post .page-post-container .post-tags a, .widget-1 .slider .swiper-pagination .swiper-pagination-bullet::before, .widget-style-1 .widget-header .header-link::before, .widget-style-1 .widget-header .header-link::after, .widget-style-1 .widget-header .header-link, .entry-box-2 .entry-image::before, .entry-box-1 .box2::before, .entry-box-1 .box::before, .entry-box .entry-icon, .entry-box .entry-image img, .main-header .main-menu .menu li a, .main-header .main-menu .menu li.link a::before, .main-header .main-menu .menu li.link a::after, .main-header .logo-container, .main-header .main-logo img, .main-header .main-logo, .search-box .search-toggle, .search-box, .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);
}

.marquee {
  direction: ltr;
  overflow: hidden;
}
.marquee .js-marquee-wrapper, .marquee .js-marquee {
  direction: ltr;
}
.marquee .js-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: 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;
  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: var(--orange);
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}

.swiper-fade .swiper-slide {
  position: relative;
  z-index: 1;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  z-index: 5;
}

.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;
}

.font-size-48 {
  font-size: 48px !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;
  }

  .font-size-sm-48 {
    font-size: 48px !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;
  }

  .font-size-md-48 {
    font-size: 48px !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;
  }

  .font-size-lg-48 {
    font-size: 48px !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;
  }

  .font-size-xl-48 {
    font-size: 48px !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #02232f;
  background: -webkit-linear-gradient(0deg, #02232f 0%, #02232f 48%, rgba(2, 35, 47, 0) 48%);
  background: linear-gradient(90deg, #02232f 0%, #02232f 48%, rgba(2, 35, 47, 0) 48%);
  top: 130px;
  height: 90%;
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
}
body.header-fixed .mobile-menu {
  top: 100px;
  height: 90%;
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
}
.mobile-menu .container {
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
  border-top-right-radius: 30px;
  background-color: #02232f;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu > li {
  position: relative;
}
.mobile-menu .menu > li > a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 20px;
}
.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;
}
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: 73%;
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: -o-calc(100% - 250px);
  width: calc(100% - 250px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background-color: #02232f;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 80px;
}
.search-box form input[type=search] {
  width: 100%;
  height: 80px;
  border: none;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
}
.search-box form input[type=search]::placeholder {
  color: #fff;
}
.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: 28px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  left: 0;
}
@media (max-width: 575.98px) {
  .search-box {
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -o-calc(100% - 170px);
    width: calc(100% - 170px);
  }
}

body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
body.search-active .search-box {
  visibility: visible !important;
  opacity: 1;
}
body.search-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(360deg);
}

.widget-breaking {
  width: 100%;
  height: 80px;
  padding-top: 26.5px;
  position: relative;
  z-index: 45;
  background: #b1190c url("../images/breaking-bg.jpg") center top no-repeat;
}
.widget-breaking .header {
  width: 82px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.widget-breaking .item, .widget-breaking .item a {
  color: #fff;
  font-size: 18px;
}
.widget-breaking .header, .widget-breaking .content- {
  position: absolute;
  top: 50%;
}
.widget-breaking .header {
  transform: translate(-100%, -50%);
}
body.breaking-fixed .widget-breaking {
  position: fixed;
  bottom: 0;
  right: 0;
}
body.breaking-fixed .widget-breaking + .widget-breaking-height {
  height: 80px;
}
body.breaking-fixed .widget-breaking ~ .widget-latest {
  bottom: 80px;
}

.widget-latest {
  width: 100%;
  height: 80px;
  padding-top: 26.5px;
  position: relative;
  z-index: 45;
  background: #ffd52b url("../images/latest-bg.jpg") center top no-repeat;
}
.widget-latest .header {
  width: 119px;
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.widget-latest .item, .widget-latest .item a {
  color: #000;
  font-size: 18px;
}
.widget-latest .header, .widget-latest .content- {
  position: absolute;
  top: 50%;
}
.widget-latest .header {
  transform: translate(-100%, -50%);
}
body.latest-fixed .widget-latest {
  position: fixed;
  bottom: 0;
  right: 0;
}
body.latest-fixed .widget-latest + .widget-latest-height {
  height: 80px;
}
body.latest-fixed .widget-latest ~ .widget-breaking {
  bottom: 80px;
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 50;
  background: #02232f;
  background: -webkit-linear-gradient(0deg, #02232f 0%, #02232f 48%, rgba(2, 35, 47, 0) 48%);
  background: linear-gradient(90deg, #02232f 0%, #02232f 48%, rgba(2, 35, 47, 0) 48%);
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 80px;
}
.main-header > [class*=container] {
  position: relative;
  background-color: #02232f;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.main-header .main-logo {
  width: 227px;
  height: 100px;
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.main-header .main-logo a {
  display: flex;
}
.main-header .main-logo::after {
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -20px;
  content: "";
  background-color: #053648;
  transform: translateY(-50%);
}
.main-header .logo-container {
  width: 250px;
}
.main-header .main-menu ul {
  padding-right: 0;
  list-style: none;
}
.main-header .main-menu .menu li.link a {
  font-size: 16px;
}
.main-header .main-menu .menu li.link a::before, .main-header .main-menu .menu li.link a::after {
  content: "/";
  display: inline-block;
  opacity: 0;
}
.main-header .main-menu .menu li.link a::before {
  margin-left: 6px;
}
.main-header .main-menu .menu li.link a::after {
  margin-right: 6px;
}
.main-header .main-menu .menu li.link a:hover::before, .main-header .main-menu .menu li.link a:hover::after {
  opacity: 1;
}
.main-header .main-menu .menu li.social {
  margin-right: 15px;
}
.main-header .main-menu .menu li.social a {
  font-size: 14px;
}
.main-header .main-menu .menu li.search {
  margin-right: 15px;
}
.main-header .main-menu .menu li.search a {
  font-size: 16px;
}
.main-header .main-menu .menu li a {
  color: #fff;
}
.main-header .main-menu .menu li a:hover {
  color: #38b9eb;
}
.main-header .menu-toggle .icon, .main-header .menu-toggle .icon::before, .main-header .menu-toggle .icon::after {
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-header .main-menu .menu li.link {
    margin-left: 5px;
  }
  .main-header .main-menu .menu li.link a::before, .main-header .main-menu .menu li.link a::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .main-header .main-logo::after {
    display: none;
  }
  .main-header .main-menu li.link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .main-header .logo-container {
    width: 180px;
  }
  .main-header .main-logo {
    width: 154px;
    height: 68px;
    right: -4px;
  }
}
@media (max-width: 390px) {
  .main-header .main-menu .menu .social {
    display: none;
  }
}

body.header-fixed .main-header {
  position: fixed;
  right: 0;
  top: 10px;
}
body.header-fixed .main-header .logo-container {
  width: 180px;
}
body.header-fixed .main-header .main-logo {
  right: -4px;
}
body.header-fixed .main-header .main-logo, body.header-fixed .main-header .main-logo img {
  width: 154px;
  height: 68px;
}
body.header-fixed .main-header + .main-header-height {
  height: 80px;
}

.main-footer, .main-footer > [class*=container], .main-footer > [class*=container] > div {
  min-height: 100px;
}
.entry-box {
  position: relative;
}
.entry-box .entry-image {
  position: relative;
}
.entry-box .entry-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.entry-box .entry-category a {
  padding: 3px 11px 2px;
  border-radius: 8px;
}
.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-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 {
  -webkit-filter: grayscale(1);
  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 .entry-image {
  position: relative;
}
.entry-box-1 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.entry-box-1 .box2::before {
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: black;
  background: -webkit-linear-gradient(right, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}
.entry-box-1 .entry-image {
  position: relative;
}
.entry-box-1 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1 .entry-body2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1:hover .box::before {
  height: 100%;
}
.entry-box-1:hover.line::before {
  width: 0;
}
.entry-box-1:hover.line::after {
  width: 100%;
}
@media (max-width: 767.98px) {
  .entry-box-1 {
    background-color: #000;
  }
  .entry-box-1 .entry-body2 {
    position: static;
  }
  .entry-box-1 .box2::before {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: "";
    background: black;
    background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  }
}

.entry-box-2 .entry-image {
  position: relative;
}
.entry-box-2 .entry-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  transform: translate(5px, -5px);
  background: url("../images/eb2-bg.png") 0 0 no-repeat;
}
.entry-box-2 .entry-image img {
  position: relative;
  z-index: 2;
}
.entry-box-2:hover .entry-image::before {
  transform: translate(0, 0);
}

.entry-box-3 {
  background-color: #ffefdc;
}
.entry-box-3 .entry-title a {
  color: #02232f;
}

.entry-box-4 {
  background-color: #ddf4ff;
}
.entry-box-4 .entry-image::before {
  width: 75px;
  height: 25px;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 2;
  content: "";
  background: url("../images/icn-bg.png") 0 0 no-repeat;
}
.entry-box-4 .entry-icon {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 25px;
  bottom: -16px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background-color: #02232f;
}
.entry-box-4 .entry-title a {
  color: #02232f;
}
.entry-box-4.d-flex .entry-image::before {
  right: auto;
  bottom: auto;
  top: 30px;
  left: -25px;
  transform: rotate(90deg);
}
.entry-box-4.d-flex .entry-icon {
  right: auto;
  bottom: auto;
  top: 25px;
  left: -16px;
}
.entry-box-4:hover .entry-icon {
  background-color: #38b9eb;
}

.entry-box-5 .entry-title a {
  display: inline-block;
  padding-right: 20px;
}
.entry-box-5 .entry-title a::before {
  content: "/";
  color: #38b9eb;
  margin-left: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}
.entry-box-5 .entry-title a:hover {
  color: #38b9eb;
}

.widget-style-1 .widget-header {
  border-bottom: 1px solid #f2f5f8;
}
.widget-style-1 .widget-header .header-title {
  font-size: 18px;
}
.widget-style-1 .widget-header .header-link {
  color: #111111;
}
.widget-style-1 .widget-header .header-link::before, .widget-style-1 .widget-header .header-link::after {
  content: "/";
  color: #38b9eb;
  display: inline-block;
}
.widget-style-1 .widget-header .header-link::before {
  margin-left: 6px;
}
.widget-style-1 .widget-header .header-link::after {
  margin-right: 6px;
}
.widget-style-1 .widget-header .header-link:hover {
  color: #38b9eb;
}

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

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

.widget-1 .slider .swiper-slide {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 500ms;
}
.widget-1 .slider .swiper-slide-active {
  z-index: 5;
  opacity: 1;
}
.widget-1 .slider .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-left: 10px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #938f89;
}
.widget-1 .slider .swiper-pagination .swiper-pagination-bullet::before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 50%;
  z-index: 2;
  content: "";
  transform: translateX(50%);
  background-color: #fff;
}
.widget-1 .slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
}
.widget-1 .slider .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
}
@media (max-width: 575.98px) {
  .widget-1 .slider .swiper-pagination {
    display: none !important;
  }
}

.widget-2 .weather {
  min-height: 180px;
}
.widget-2 .currency, .widget-2 .gold {
  position: relative;
  user-select: none;
}
.widget-3.widget-style-1 .widget-header .header-link, .widget-3.widget-style-1 .widget-header .header-link::before, .widget-3.widget-style-1 .widget-header .header-link::after {
  color: #dd3333;
}
.widget-3 .entry-box:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f5f8;
}

.widget-9 {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
.widget-9::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: black;
  background: -webkit-linear-gradient(left, black 55%, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, black 55%, rgba(0, 0, 0, 0));
}
.widget-9 .content {
  position: relative;
  z-index: 2;
}
.widget-9 .entry-box:not(:last-child) {
  margin-bottom: 30px;
}
.widget-9 .entry-box .entry-title a::before {
  color: #dd3333;
}
@media (max-width: 767.98px) {
  .widget-9::before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.page-post .page-post-container .post-slider {
  position: relative;
}
.page-post .page-post-container .post-slider .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 60px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.page-post .page-post-container .post-slider .swiper-button i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-post .page-post-container .post-slider .swiper-button-disabled {
  cursor: default;
}
.page-post .page-post-container .post-slider .swiper-button-prev {
  right: 0;
}
.page-post .page-post-container .post-slider .swiper-button-next {
  left: 0;
}
.page-post .page-post-container .post-slider .swiper-pagination {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  border-radius: 30px;
  padding: 3px 14px 4px;
  background-color: #38b9eb;
}
.page-post .page-post-container .post-slider .swiper-pagination, .page-post .page-post-container .post-slider .swiper-pagination span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-post .page-post-container .post-slider {
    margin-right: 80px;
    margin-left: 80px;
  }
}
.page-post .page-post-container .post-text > p, .page-post .page-post-container .post-text > span, .page-post .page-post-container .post-text > div {
  margin-bottom: 30px;
}
.page-post .page-post-container .post-text p, .page-post .page-post-container .post-text span, .page-post .page-post-container .post-text div {
  font-size: 18px;
}
.page-post .page-post-container .post-text a {
  color: var(--primary);
}
.page-post .page-post-container .blockquote, .page-post .page-post-container blockquote {
  padding: 20px 54px 20px 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #f0fbff;
}
.page-post .page-post-container .blockquote::before, .page-post .page-post-container blockquote::before {
  color: #38b9eb;
  font-size: 26px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
  right: 18px;
  top: 20px;
}
.page-post .page-post-container .blockquote > p:last-child, .page-post .page-post-container blockquote > p:last-child {
  margin-bottom: 0 !important;
}
.page-post .page-post-container .post-read-more {
  background-color: #f0fbff;
}
.page-post .page-post-container .post-read-more .header {
  color: #38b9eb;
}
.page-post .page-post-container .post-read-more .content a {
  color: #000;
}
.page-post .page-post-container .post-read-more .content a:hover {
  text-decoration: underline;
}
.page-post .page-post-container .post-tags a {
  font-size: 14px;
  padding: 6px 18px 10px;
  border-radius: 30px;
  background-color: #f1f1f1;
}
.page-post .page-post-container .post-tags a:hover {
  color: #fff;
  background-color: #02232f;
}
.page-post .page-post-container .short-link {
  height: 42px;
  border: 1px solid #e0e0e0;
}
.page-post .page-post-container .short-link .text {
  height: 42px;
  color: #6c757d;
  font-size: 16px;
  padding-top: 6px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}
.page-post .page-post-container .short-link input[type=text] {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  border: none;
  direction: ltr;
  background: none;
}
.page-post .page-post-container .short-link-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.page-post .page-post-container .short-link-message.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

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