@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-6 .swiper-button i, .entry-box-4 .entry-icon i, .entry-box-2 .entry-share a i, .entry-box-2 .entry-icon i, .entry-box-2 .entry-icon2 i, .social-fixed a i, .social-fixed a img, .main-footer .social a i, .main-header .search-form button 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-post-2 .entry-image .entry-icon, .entry-box-4 .entry-icon, .entry-box-2 .entry-icon, .entry-box-2 .entry-icon2, .entry-box-1 .box::before, .entry-box .entry-image img, .social-fixed a, .main-footer .social a, .main-menu .menu > li > ul ~ a::before, .main-menu .menu li ul, .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;
  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;
  right: 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;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-row > .col-lg-8 {
    flex: 0 0 65.45557%;
    max-width: 65.45557%;
  }
  .site-row > .col-lg-3 {
    flex: 0 0 292px;
    max-width: 292px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .site-row > .col-lg-8 {
    flex: 0 0 68.45557%;
    max-width: 68.45557%;
  }
  .site-row > .col-lg-3 {
    flex: 0 0 292px;
    max-width: 292px;
    margin-left: auto;
  }
}

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

.font-size-13 {
  font-size: 13px !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-13 {
    font-size: 13px !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-13 {
    font-size: 13px !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-13 {
    font-size: 13px !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-13 {
    font-size: 13px !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: 115px;
  height: 90%;
  height: -moz-calc(100% - 115px);
  height: -webkit-calc(100% - 115px);
  height: -o-calc(100% - 115px);
  height: calc(100% - 115px);
  opacity: 0;
  visibility: hidden;
}
body.header-fixed.header-small .mobile-menu {
  top: 70px;
  height: 90%;
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  height: -o-calc(100% - 70px);
  height: calc(100% - 70px);
}
.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;
  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: #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;
}
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);
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #fff;
  border-top: 5px solid #25cf6c;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 115px;
}
.main-header .search-form {
  position: relative;
}
.main-header .search-form form {
  height: 37px;
}
.main-header .search-form input, .main-header .search-form button {
  height: 37px;
}
.main-header .search-form button {
  width: 37px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-header {
    border-bottom: 1px solid #eeeeee;
  }
  .main-header .main-logo img {
    max-width: 250px;
  }
}

body.header-fixed {
  padding-top: 115px;
}
body.header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
}
body.header-fixed.header-small .main-header {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
body.header-fixed.header-small .main-header, body.header-fixed.header-small .main-header > [class*=container], body.header-fixed.header-small .main-header > [class*=container] > div {
  height: 70px;
}
body.header-fixed.header-small .main-header .main-logo img {
  height: 50px;
}

.main-menu {
  width: 100%;
  position: relative;
}
.main-menu, .main-menu > [class*=container], .main-menu > [class*=container] > div {
  height: 40px;
}
.main-menu .container- {
  border: 1px solid #eeeeee;
}
.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:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.main-menu .menu > li {
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.main-menu .menu > li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.main-menu .menu > li > a {
  display: block;
  color: #4c4c4c;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}
.main-menu .menu > li > a:hover {
  color: #fff;
  background-color: #25cf6c;
}
.main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  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;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.main-footer .social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.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;
}

.widget-updates {
  width: 100%;
  position: relative;
  padding-left: 110px;
  background-color: #25cf6c;
}
.widget-updates, .widget-updates > [class*=container], .widget-updates > [class*=container] > div {
  height: 40px;
}
.widget-updates .head {
  width: 110px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

.social-fixed {
  width: 40px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 35;
  transform: translateY(-50%);
}
.social-fixed a {
  display: block;
  width: 38px;
  height: 38px;
  color: #25cf6c;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #25cf6c;
}
.social-fixed a.pen {
  color: #000;
}
.social-fixed a:hover {
  color: #fff;
  background-color: #25cf6c;
}
@media (max-width: 575.98px) {
  .social-fixed {
    display: none;
  }
}

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

.entry-box-1 {
  position: relative;
  overflow: hidden;
}
.entry-box-1 .box::before {
  width: 100%;
  height: 100%;
  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 .entry-body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1:hover .box::before {
  height: 100%;
}
@media (max-width: 767.98px) {
  .entry-box-1 .entry-body {
    position: static;
    background-color: #000;
  }
}
.entry-box-2 .entry-image {
  position: relative;
}
.entry-box-2 .entry-icon, .entry-box-2 .entry-icon2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-box-2 .entry-icon2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entry-box-2 .entry-share a {
  width: 38px;
  height: 38px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
}
.entry-box-2 .entry-share a[class*=facebook] {
  background-color: #3b5998;
}
.entry-box-2 .entry-share a[class*=twitter] {
  background-color: #1da1f2;
}
.entry-box-2 .entry-share a[class*=youtube] {
  background-color: #ff0000;
}
.entry-box-2 .entry-share a[class*=rss] {
  background-color: #f26522;
}
.entry-box-2 .entry-share a[class*=instagram] {
  background-color: #c13584;
}
.entry-box-2 .entry-share a[class*=google] {
  background-color: #dd4b39;
}
.entry-box-2 .entry-share a[class*=whatsapp] {
  background-color: #075e54;
}
.entry-box-2 .entry-share a[class*=telegram] {
  background-color: #0088cc;
}
.entry-box-2 .entry-share a[class*=apple] {
  background-color: #1e1e1e;
}
.entry-box-2 .entry-share a[class*=messenger] {
  background-color: #0084ff;
}
.entry-box-2 .entry-share a:hover[class*=facebook] {
  background-color: #2e4677;
}
.entry-box-2 .entry-share a:hover[class*=twitter] {
  background-color: #0c89d5;
}
.entry-box-2 .entry-share a:hover[class*=youtube] {
  background-color: #d10000;
}
.entry-box-2 .entry-share a:hover[class*=rss] {
  background-color: #d94f0d;
}
.entry-box-2 .entry-share a:hover[class*=instagram] {
  background-color: #9d2b6b;
}
.entry-box-2 .entry-share a:hover[class*=google] {
  background-color: #c63422;
}
.entry-box-2 .entry-share a:hover[class*=whatsapp] {
  background-color: #04332e;
}
.entry-box-2 .entry-share a:hover[class*=telegram] {
  background-color: #00699e;
}
.entry-box-2 .entry-share a:hover[class*=apple] {
  background-color: #070707;
}
.entry-box-2 .entry-share a:hover[class*=messenger] {
  background-color: #006cd1;
}
.entry-box-2:hover .entry-icon, .entry-box-2:hover .entry-icon2 {
  background-color: #25cf6c;
}

.entry-box-3 .entry-title {
  position: relative;
}
.entry-box-3 .entry-title::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 5px;
  z-index: 2;
  content: "";
  border-radius: 50%;
  border: 2px solid #25cf6c;
}
.entry-box-3 > a {
  padding: 14px 14px 14px 32px;
}

.entry-box-4 .entry-image {
  position: relative;
}
.entry-box-4 .entry-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-box-4 .entry-body {
  border-bottom: 3px solid #25cf6c;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.entry-box-4:hover .entry-icon {
  background-color: #25cf6c;
}

.widget-style-1 .widget-header {
  border-bottom: 3px solid #25cf6c;
}
[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-4 {
  border: 1px solid #eeeeee;
}
.widget-4 .overview {
  width: 100%;
}
.widget-4 .entry-box {
  border-bottom: 1px solid #eeeeee;
}

.widget-6 .swiper-button {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  cursor: default;
  background-color: #333333;
  transform: translateY(-50%);
}
.widget-6 .swiper-button:not(.swiper-button-disabled):hover {
  cursor: pointer;
  background-color: #25cf6c;
}
.widget-6 .swiper-button-prev {
  left: 0;
}
.widget-6 .swiper-button-next {
  right: 0;
}

.entry-post-1 .entry-title a::before {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background-color: var(--primary);
}
.entry-post-1 .entry-title a:hover {
  color: var(--orange);
}
.entry-post-1 .entry-title a:hover::before {
  background-color: var(--orange);
}

.entry-post-2 {
  position: relative;
}
.entry-post-2 .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-post-2 .entry-image .entry-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.entry-post-2 .entry-body {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.entry-post-2:hover .entry-icon {
  background-color: var(--orange);
}

.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;
}
.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-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  border-radius: 30px;
  padding: 2px 14px 4px;
  background-color: #000;
}
.page-post .post-slider .swiper-pagination, .page-post .post-slider .swiper-pagination span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.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: #4a4a4a;
  font-weight: 500;
  font-size: 16px;
}
.page-post .blockquote, .page-post blockquote {
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.page-post .blockquote::before, .page-post blockquote::before {
  color: #25cf6c;
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  transform: scale(1, -1);
}
.page-post .blockquote::before, .page-post blockquote::before {
  display: inline-block !important;
}
.page-post .blockquote *, .page-post blockquote * {
  color: #000 !important;
  font-weight: 700 !important;
}
.page-post .blockquote > :last-child, .page-post blockquote > :last-child {
  margin-bottom: 0 !important;
}
.page-post .blockquote > :last-child::after, .page-post blockquote > :last-child::after {
  display: inline;
  color: #25cf6c;
  font-size: 24px;
  content: "";
  margin-left: 6px;
  font-family: "icons" !important;
}
@media (min-width: 768px) {
  .page-post .blockquote, .page-post blockquote {
    width: 40%;
    float: right;
    margin-left: 10px;
  }
}
.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: #25cf6c;
}
.page-post .tool-icn {
  width: 34px;
  height: 34px;
  display: block;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
}
.page-post .tool-icn[class*=facebook] {
  background-color: #3b5998;
}
.page-post .tool-icn[class*=twitter] {
  background-color: #1da1f2;
}
.page-post .tool-icn[class*=youtube] {
  background-color: #ff0000;
}
.page-post .tool-icn[class*=rss] {
  background-color: #f26522;
}
.page-post .tool-icn[class*=instagram] {
  background-color: #c13584;
}
.page-post .tool-icn[class*=google] {
  background-color: #dd4b39;
}
.page-post .tool-icn[class*=whatsapp] {
  background-color: #075e54;
}
.page-post .tool-icn[class*=telegram] {
  background-color: #0088cc;
}
.page-post .tool-icn[class*=apple] {
  background-color: #1e1e1e;
}
.page-post .tool-icn[class*=messenger] {
  background-color: #0084ff;
}
.page-post .tool-icn:hover[class*=facebook] {
  background-color: #2e4677;
}
.page-post .tool-icn:hover[class*=twitter] {
  background-color: #0c89d5;
}
.page-post .tool-icn:hover[class*=youtube] {
  background-color: #d10000;
}
.page-post .tool-icn:hover[class*=rss] {
  background-color: #d94f0d;
}
.page-post .tool-icn:hover[class*=instagram] {
  background-color: #9d2b6b;
}
.page-post .tool-icn:hover[class*=google] {
  background-color: #c63422;
}
.page-post .tool-icn:hover[class*=whatsapp] {
  background-color: #04332e;
}
.page-post .tool-icn:hover[class*=telegram] {
  background-color: #00699e;
}
.page-post .tool-icn:hover[class*=apple] {
  background-color: #070707;
}
.page-post .tool-icn:hover[class*=messenger] {
  background-color: #006cd1;
}
.page-leader .leader-box {
  position: relative;
}
.page-leader .leader-box .entry-icon {
  width: 163px;
  height: 113px;
  background: url("../images/icn-quote.png");
  position: absolute;
  right: 30px;
  bottom: -12px;
  z-index: 2;
}
.page-leader .leader-box .entry-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
}
.page-leader .leader-box .entry-image img {
  position: relative;
  z-index: 2;
}
.page-leader .leader-box .entry-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  z-index: 1;
  border-radius: 50%;
  background-color: #ececec;
}
@media (max-width: 767.98px) {
  .page-leader .leader-box .entry-image {
    width: 90px;
    height: 90px;
  }
}

.page-leaders .leader-box {
  position: relative;
}
.page-leaders .leader-box .entry-image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
}
.page-leaders .leader-box .entry-image img {
  position: relative;
  z-index: 2;
}
.page-leaders .leader-box .entry-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  z-index: 1;
  border-radius: 50%;
  background-color: #ececec;
}
@media (max-width: 767.98px) {
  .page-leaders .leader-box .entry-image {
    width: 90px;
    height: 90px;
  }
}

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