@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, .page-post .tool-icn i, .widget-1 .swiper-button i, .entry-box .entry-icon i, .main-footer .social a i, .main-header .search-toggle i, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-post .post-tags a, .entry-box .entry-icon, .entry-box .entry-image img, .main-footer .social a, .main-header .search-toggle, .main-header .main-logo img, .main-header .container, .main-header, .search-box .search-toggle, .search-box, .mobile-menu .menu > li .submenu-toggle i, .mobile-menu, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 500ms, color 200ms;
}

.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(34, 34, 34, 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;
  right: 30px;
}
.site-overlay .close::before, .site-overlay .close::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 15px;
  height: 1px;
  background-color: #222222;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-size-xl-40 {
    font-size: 40px !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--gray-300);
  width: 100%;
  top: 120px;
  height: 90%;
  height: -moz-calc(100% - 120px);
  height: -webkit-calc(100% - 120px);
  height: -o-calc(100% - 120px);
  height: calc(100% - 120px);
  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: #222222;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 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: #cd201f;
}
.mobile-menu .social a:hover[class*=rss] {
  background-color: #f26522;
}
.mobile-menu .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.mobile-menu .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.mobile-menu .social a:hover[class*=whatsapp] {
  background-color: #43d854;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.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: 90%;
  height: 1px;
  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: 1px;
  background: var(--primary);
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -12px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 12px);
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  transform-origin: 50% 0%;
}
body.mobile-menu-active .menu-toggle .icon, .menu-toggle .icon.active {
  background: transparent;
}
body.mobile-menu-active .menu-toggle .icon:before, .menu-toggle .icon.active:before {
  transform: translate(-50%, 0) rotate(45deg);
}
body.mobile-menu-active .menu-toggle .icon:after, .menu-toggle .icon.active:after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.search-box {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  left: 0;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 120px;
}
.search-box form input[type=search] {
  width: 100%;
  height: 120px;
  border: none;
  color: #222222;
  font-size: 24px;
  background-color: transparent;
  padding-left: 50px;
}
.search-box form input[type=search]::placeholder {
  color: #222222;
}
.search-box form label {
  color: #222222;
  font-size: 20px;
}
.search-box form button {
  color: #222222;
  border: none;
  outline: none;
  background: none;
}
.search-box .search-toggle {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #222222;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  left: 0;
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
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 {
  width: 100%;
  position: relative;
  z-index: 50;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 120px;
}
.main-header .main-logo img {
  width: auto;
  height: 75px;
}
.main-header .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .main-menu .menu > li > a {
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-header .main-menu .menu > li:hover > a, .main-header .main-menu .menu > li > a.active {
  color: var(--primary);
}
.main-header .search-toggle {
  display: block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  border-radius: 50%;
  background-color: #6b6c6e;
}
body.header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
}
body.header-fixed .main-header-height {
  height: 120px;
}
body.header-fixed.main-header-small .main-header {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
body.header-fixed.main-header-small .main-header, body.header-fixed.main-header-small .main-header > [class*=container], body.header-fixed.main-header-small .main-header > [class*=container] > div {
  height: 70px;
}
body.header-fixed.main-header-small .main-header .main-logo img {
  height: 48px;
}
body.search-active .main-header .container {
  opacity: 0;
}

.main-footer {
  background-color: #1b1b1b;
}
.main-footer .about-text {
  color: #b8b8b8;
}
.main-footer .links a {
  color: #b8b8b8;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}
.main-footer .links a:hover {
  color: var(--primary);
}
@media (max-width: 767.98px) {
  .main-footer .links a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .main-footer .links a {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.main-footer .social a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #2d2d2d;
}
.main-footer .social a:hover {
  color: #ffffff;
}
.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: #cd201f;
}
.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: #43d854;
}
.main-footer .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}

.entry-box .entry-image {
  position: relative;
  overflow: hidden;
}
.entry-box .entry-icon {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--primary);
}
.entry-box .entry-icon i {
  z-index: 5;
}
.entry-box .entry-icon.s1 {
  width: 40px;
  height: 40px;
}
.entry-box .entry-icon.s2 {
  width: 38px;
  height: 38px;
}
.entry-box:hover .entry-image img {
  transform: scale(1.058);
}
.entry-box-1 .entry-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.entry-box-2 a {
  display: block;
  position: relative;
  padding: 22px 16px 22px 50px;
}
.entry-box-2 a::before {
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  top: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary);
  counter-increment: section;
  content: counter(section);
}
.entry-box-4 .entry-title a::before {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background-color: var(--primary);
}
.entry-box-4 .entry-title a:hover::before {
  background-color: #222222;
}

.entry-box-5 {
  position: relative;
}
.entry-box-5 .entry-image .box::before {
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.entry-box-5 .entry-image .entry-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.entry-box-5 .entry-body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.widget-style-1 .widget-header .header-link {
  position: relative;
}
.widget-style-1 .widget-header .header-link::before {
  width: 3px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-color: var(--primary);
}

[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 {
  position: relative;
  z-index: 1;
}
.widget-1 .swiper-slide {
  position: relative;
  z-index: 1;
}
.widget-1 .swiper-slide.swiper-slide-active {
  z-index: 5;
}
.widget-1 .entry-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.widget-1 .entry-box::before {
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.widget-1 .entry-box .container {
  position: relative;
  z-index: 2;
}
.widget-1 .entry-box .entry-title, .widget-1 .entry-box .entry-title a, .widget-1 .entry-box .entry-title + p {
  color: #fff;
}
.widget-1 .entry-box .entry-title:hover, .widget-1 .entry-box .entry-title a:hover, .widget-1 .entry-box .entry-title + p:hover {
  color: #d2484c;
}
.widget-1 .entry-box .entry-author .social a {
  color: #fff;
  font-size: 14px;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=facebook] {
  color: #3b5998;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=twitter] {
  color: #1da1f2;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=youtube] {
  color: #cd201f;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=rss] {
  color: #f26522;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=instagram] {
  color: #c13584;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=google] {
  color: #dd4b39;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=whatsapp] {
  color: #43d854;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=telegram] {
  color: #0088cc;
}
.widget-1 .entry-box .entry-author .social a:hover[class*=apple] {
  color: #1e1e1e;
}
.widget-1 .swiper-buttons {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 5;
  font-size: 18px;
  background-color: #ffffff;
}
.widget-1 .swiper-buttons .line {
  width: 1px;
  height: 20px;
  background-color: #e4e2e7;
}
.widget-1 .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 60px;
  height: 100px;
  color: #fff;
  font-size: 32px;
  transform: translateY(-50%);
  background-color: rgba(34, 34, 34, 0.6);
}
@media (max-width: 575.98px) {
  .widget-1 .swiper-button {
    width: 40px;
    height: 40px;
    top: 0;
    transform: translateY(0);
  }
  .widget-1 .swiper-button-next {
    right: auto;
    left: 40px;
  }
}
.widget-1 .swiper-button-prev {
  left: 0;
}
.widget-1 .swiper-button-next {
  right: 0;
}
.widget-1 .swiper-button:not(.swiper-button-disabled) {
  cursor: pointer;
}
.widget-1 .swiper-button:not(.swiper-button-disabled):hover {
  background-color: #222222;
}
@media (max-width: 991.98px) {
  .widget-1 .entry-box, .widget-1 .entry-box > [class*=container], .widget-1 .entry-box > [class*=container] > div {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .widget-1 .entry-box, .widget-1 .entry-box > [class*=container], .widget-1 .entry-box > [class*=container] > div {
    height: 600px;
  }
}

.widget-3 .widget-body {
  counter-reset: section;
}

.widget-4 .entry-box {
  padding-bottom: 20px;
}
.widget-4 .entry-box:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.widget-5 .widget-body {
  position: relative;
}

.widget-7 {
  background: #fff url("../images/subscribe-bg.png") 0 bottom;
  background-repeat: no-repeat;
  height: 180px;
}
.widget-7 .form .form-group {
  position: relative;
}
.widget-7 .form input {
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
}
.widget-7 .form label {
  position: absolute;
  left: 14px;
  top: 13px;
  z-index: 2;
}
.widget-7 .form button {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 2;
}

.page-post .post-thumb {
  position: relative;
}
.page-post .post-thumb .post-tools {
  position: absolute;
  top: 50%;
  left: -44px;
  z-index: 3;
  transform: translateY(-50%);
}
.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: #222222;
  font-size: 18px;
}
.page-post .blockquote, .page-post blockquote {
  border: 1px solid #d2484c;
  border-radius: 8px;
  padding: 24px 40px 18px 60px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote::before, .page-post .blockquote::after, .page-post blockquote::before, .page-post blockquote::after {
  color: #d2484c;
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
}
.page-post .blockquote::before, .page-post blockquote::before {
  left: 14px;
  top: 12px;
}
.page-post .blockquote::after, .page-post blockquote::after {
  bottom: 15px;
  right: 14px;
  transform: scale(-1);
}
.page-post .post-tags a {
  color: #979797;
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 30px;
  background-color: #f2f2f2;
}
.page-post .post-tags a:hover {
  color: #fff;
  background-color: #d2484c;
}
.page-post .tool-icn {
  width: 34px;
  height: 34px;
  display: block;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  background-color: #2d2d2d;
}
.page-post .tool-icn:hover {
  color: #fff;
  background-color: var(--primary);
}
.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;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.page-post .short-link-message.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

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