@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "color.css";

:root {
  --font-body: "Nunito Sans", sans-serif;
  --font-title: "Barlow", sans-serif;
  --font-meta: "Montserrat", sans-serif;
  --font-alt: "Poppins", sans-serif;
  --font-branding: "Poppins", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --color-primary: #2C8EDD;
  --color-secondary : #404292;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-blue : #007aff;
  --color-border: #e5e5e5;
  --color-border-rgb: 229, 229, 229;
  --color-cat-normal: #7a7e83;
  --color-cat-normal-rgb: 122, 126, 131;
  --color-meta-normal: #222;
  --color-meta-normal-rgb: 165, 166, 170;
  --color-gray: #f7f7f7;
  --color-gray-rgb: 247, 247, 247;
  --color-body: #363636;
  --color-body-rgb: 108, 111, 114;
  --color-body-bg: #fff;
  --border-radius-xs: 3px;
  --border-radius-sm: 5px;
  --border-radius-md: 7px;
  --border-radius-lg: 11px;
  --border-radius-xl: 17px;
  --color-fb: #1559c2;
  --color-tw: #000;
  --color-in: #3f729b;
  --color-vm: #2cc0eb;
  --color-pn: #3b5998;
  --color-wh: #43ce13;
  --color-dr: #f65e97;
  --color-dw: #ff6b10;
  --color-yu: #ed1d25;
  --swiper-navigation-color: #00437d;
}

.color-primary {color: var(--color-primary) !important;}
.color-secondary {color: var(--color-secondary) !important;}
.bg-primary {background: var(--color-primary) !important;}
.bg-secondary {background: var(--color-secondary) !important;}
/* pulseShadow */
@-webkit-keyframes pulseShadowlgprimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@keyframes pulseShadowlgprimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
            box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
            box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowsmwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowxlwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowxlwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowlgwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowlgwhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmgray {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
@keyframes pulseShadowsmgray {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
            box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
            box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
            box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
/* pulseScale */
@-webkit-keyframes pulseScale {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulseScale {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*read more button animation*/
@-webkit-keyframes qode-button-cap-out {
  0%, 50% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
  }
  100%, 51% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap-out {
  0%, 50% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
  }
  100%, 51% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
}
@-webkit-keyframes qode-button-cap-fake-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  49%, 51% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-cap-fake-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  49%, 51% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes qode-button-line {
  0%, 100% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
  46%, 55% {
    -webkit-transform: translateX(0) scaleX(0.5);
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    -webkit-transform: translateX(-13px) scaleX(0.6);
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-line {
  0%, 100% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
  }
  46%, 55% {
    -webkit-transform: translateX(0) scaleX(0.5);
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    -webkit-transform: translateX(-13px) scaleX(0.6);
    transform: translateX(-13px) scaleX(0.6);
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*Import Fonts */
/* Typography */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
/*  overflow: hidden;*/
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-body);
  background-color: var(--color-body-bg);
}

main {
  position: relative;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 2;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 10px;
    background:var(--color-secondary);
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.Premiumlock {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

/*  heading fonts setup  */
h1,h2,h3,h4,h5,h6 {
  color: var(--color-black);
  font-family: var(--font-title);
  line-height: 1.4;
  font-weight: 500;
}

h1 {
  font-size: 2.281rem;
  line-height: 1.333;
}

h2 {
  font-size: 1.802rem;
}

h3 {
  font-size: 1.424rem;
}

h4 {
  font-size: 1.266rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/*  gutter  */
.gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.gutter-20 > li,
.gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.gutter-30 > li,
.gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.gutter-40 > li,
.gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.gutter-50 > li,
.gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.gutter-60 > li,
.gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.gutter-70 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.gutter-70 > li,
.gutter-70 > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.gutter-24 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.gutter-24 > li,
.gutter-24 > div {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.gutter-15 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

.gutter-15 > li,
.gutter-15 > div {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}

.gutter-10 {
  margin: -5px !important;
}

.gutter-10 > li,
.gutter-10 > div {
  padding: 5px !important;
}

.esp_gutter-5 {
  margin: -2.5px !important;
}

.esp_gutter-5 > li,
.esp_gutter-5 > div {
  padding: 2.5px !important;
}

.esp_gutter-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.esp_gutter-10 > li,
.esp_gutter-10 > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/*  text color & bg color  */
.text--primary {
  color: #2962ff !important;
}

.bg--primary {
  background-color: #2962ff !important;
}

.text--white {
  color: #fff !important;
}

.bg--white {
  background-color: #fff !important;
}

.text--black {
  color: #000 !important;
}

.bg--black {
  background-color: #000 !important;
}

.text--gray {
  color: #f7f7f7 !important;
}

.bg--gray {
  background-color: #f7f7f7 !important;
}

/* Global styles */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: var(--color-primary);
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: var(--color-secondary);
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {font-weight: bold;}

input,
textarea,
select,
:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-padding-2 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section,
.section {
  position: relative;
}
/* flaticon */
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}

/* back-to-top */
#back-to-top {
  font-size: 1rem;
  color: var(--color-white);
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
#back-to-top:hover {
  color: var(--color-white);
  background: #0034c2;
}
#back-to-top:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/* section-heading */
.esp_section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -3px;
  gap: 16px;
  font-size: 1.1625rem;
  font-family: var(--font-meta);
  color: var(--color-primary);
  font-weight: 700;
}
.esp_section-heading.style-2 {
  font-size: 0.9625rem;
  margin-top: 0px;
}
.esp_section-heading.style-3 {
  font-size: 1.625rem;
  text-transform: uppercase;
  margin-top: 0px;
}
.esp_section-heading.white-style .esp_section-text {
  color: var(--color-white);
}
.esp_section-heading.white-style .esp_section-line {
  border-color: #595959;
}
.esp_section-heading .esp_section-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  display: inline-block;
}
.esp_section-heading .esp_section-line {
  border: 1px solid var(--color-border);
  border-width: 1px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
}

/*esp-section-heading-style-2*/
.esp_section-heading-style-2 {
  margin-bottom: 34px;
}
.esp_section-heading-style-2 .sub-title {
  font-size: 0.875rem;
  color: #646464;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.esp_section-heading-style-2 .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.esp_section-heading-style-2 .heading-tilte {
  margin-bottom: 15px;
  font-size: 1.802rem;
}
.esp_section-heading-style-2 p {
  margin-bottom: 10px;
}
.esp_section-heading-style-2 p:last-of-type {
  margin-bottom: 0;
}
.esp_section-heading-style-2 > .btn-wrap {
  margin-top: 32px;
}

/* Utility Class */
.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.img-link {
  width: 100%;
  height: 100%;
}

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

.after-before, .insta-gallery .galleryitem > a::before, .footer.footer-style-3::after, .content-single-wrapper .product-img-view ul.tab-nav-list li a::before, .shop-box-style-1 .figure-box:before, .ft-section-video .ft-video-bg::after, .video-slide::after, .video-box-style-1 .item-img::after, .cat-overlayegories a::after, .esp_cart-item .item-img::after, .about-video-wrap-style-1 .item-img::after, .banner.banner-style-7::before, .banner.banner-style-7::after, .banner.banner-style-3::after, .banner.banner-techno::after, .header_main-style .humburger-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.border-with-spacer-1 {
  border: 1px solid var(--color-border);
  margin-bottom: 35px;
}

.esp_gradient-overaly {
  position: relative;
  z-index: 1;
}
.esp_gradient-overaly::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.font-alt {font-family: var(--font-alt);}
.cat-normal {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: var(--color-primary);
  display: inline-block;
  font-family: var(--font-meta);
}

.esp_date {
  font-size: 0.75rem;
  color: #8f8f8f;
  font-weight: 500;
  display: inline-block;
}

.post-xl .esp_date {
  color: #d0d0d0;
}
.post-thumb .esp_date {
  color: var(--color-white);
}
.esp_date .icon {
  margin-right: 2px;
}

.discrount-badge {
  font-size: 0.75rem;
  color: #fff;
  border-color: var(--color-primary);
  display: inline-block;
  border-radius: 4px;
  border-radius: 3px;
  padding: 2px 8px;
  font-weight: 600;
}

.anim-overflow {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.slider-navigation .slider-btn {
  position: relative;
  z-index: 1;
  font-size: 1.0625rem;
  color: var(--color-black);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.slider-navigation .slider-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: var(--color-black);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-navigation .slider-btn:hover {
  color: var(--color-white);
/*  border-color: transparent;*/
}
.slider-navigation .slider-btn:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-navigation .slider-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider-navigation .slider-btn.btn-next {
  margin-left: 3px;
}

.slider-navigation.style-2 .slider-btn {
  font-size: 0.9375rem;
  width: 36px;
  height: 36px;
}

.slider-navigation.style-2 .slider-btn.btn-next {
  margin-left: -3px;
}
.slider-navigation.style-2 .slider-btn:hover {
  /*-webkit-box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
          box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);*/
}

/*.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bfa99a;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white);
}
*/
.swiper-wrapper {
  padding: 0 0 20px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  right: 0 !important;
  left: inherit !important;
  transform: translateX(0) !important;
}

.swiper-pagination-bullet {
  /*width: 8px;
  height: 8px;
  text-align: center;
  line-height: 12px;*/
  opacity: 1;
  background: #bed62a;
}

.swiper-pagination-bullet-active {
  background: #005982;
  /*width: 10px;
  height: 10px;*/
}

.swiper-button-next, .swiper-button-prev {
/*  background-color: rgb(68, 30, 112);*/
  color: var(--color-white);
/*  border-radius: 50%;*/
  width: 34px;
  height: 44px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
  text-shadow: 2px 0px 0px var(--color-secondary);
}

/*gap*/
.gap-top-90 {
  margin-top: 90px;
}

.gap-top-70 {
  margin-top: 70px;
}

/*button*/
.esp_btn-primary {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
.esp_btn-primary:hover {
  color: var(--color-white);
  background-color: #0034c2;
}
.esp_btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.esp_eye-btn-gray {
  font-size: 1.25rem;
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
.esp_eye-btn-gray:hover {
  color: #000;
  background-color: #d7d7d7;
}
.esp_eye-btn-gray:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*read more button*/
.top-btn_right, .header-btn_subscribe {
  padding: 5px 0 5px 15px;
  font-size: 0.7541rem;
  font-weight: 500;
  height: 42px;
  color: #fff !important;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
}
.top-btn_right:hover {
  color: var(--color-white) !important;
/*  height: 46px;*/
}

.header-btn_subscribe {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: transparent;
  height: 46px;
}

.top-btn_right-white {
  background-color: var(--color-white);
  color: #282828;
  border-color: transparent;
  height: 46px;
}
.top-btn_right-white:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: transparent;
}

.top-btn_right rect.esp_button-line, .top-btn_right-primary rect.esp_button-line, .header-btn_subscribe rect.esp_button-line, .top-btn_right-white rect.esp_button-line {
  height: 1.5px;
  y: 7;
}

.top-btn_right svg, .top-btn_right-primary svg, .header-btn_subscribe svg, .top-btn_right-white svg,
.top-btn_right svg {
  fill: currentColor;
  vertical-align: middle;
  margin-left: 7px;
  width: 22px;
}

.top-btn_right .esp_button-line, .top-btn_right-primary .esp_button-line, .header-btn_subscribe .esp_button-line, .top-btn_right-white .esp_button-line {
  stroke: currentColor;
  stroke-width: 0.5;
}

.top-btn_right .esp_button-cap-fake, .top-btn_right-primary .esp_button-cap-fake, .header-btn_subscribe .esp_button-cap-fake, .top-btn_right-white .esp_button-cap-fake {
  stroke: currentColor;
  stroke-width: 1;
}

.top-btn_right .esp_button-cap, .top-btn_right-primary .esp_button-cap, .header-btn_subscribe .esp_button-cap, .top-btn_right-white .esp_button-cap,
.top-btn_right .esp_button-line,
.top-btn_right-primary .esp_button-line,
.header-btn_subscribe .esp_button-line,
.top-btn_right-white .esp_button-line {
  -webkit-transform: translateX(-13px);
  transform: translateX(-13px);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-btn_right:hover .esp_button-line, .top-btn_right-primary:hover .esp_button-line, .header-btn_subscribe:hover .esp_button-line, .top-btn_right-white:hover .esp_button-line {
  -webkit-animation: qode-button-line 0.4s ease forwards;
  animation: qode-button-line 0.4s ease forwards;
}

.top-btn_right:hover .esp_button-cap, .top-btn_right-primary:hover .esp_button-cap, .header-btn_subscribe:hover .esp_button-cap, .top-btn_right-white:hover .esp_button-cap {
  -webkit-animation: qode-button-cap 0.4s ease forwards;
  animation: qode-button-cap 0.4s ease forwards;
}

.esp_button-animation-out .esp_button-cap-fake {
  -webkit-animation: qode-button-cap-fake-out 0.35s linear;
  animation: qode-button-cap-fake-out 0.35s linear;
}

.esp_button-animation-out .esp_button-cap {
  -webkit-animation: qode-button-cap-out 0.35s ease-in-out;
  animation: qode-button-cap-out 0.35s ease-in-out;
}

.esp_button-line {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  stroke-width: 0.1;
  stroke: currentColor;
}

.esp_button-cap,
.esp_button-line {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}

.esp_play-btn, .play-btn-transparent_2, .play-btn-transparent, .play-btn-gray_2, .play-btn-gray-rectangle, .play-btn-gray, .play-btn-white_md, .play-btn-white_lg-2, .play-btn-white_lg, .play-btn-white_xl, .play-btn-white, .play-btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.play-btn-primary {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.125rem;
  -webkit-animation: pulseShadowlgprimary 2000ms linear infinite;
          animation: pulseShadowlgprimary 2000ms linear infinite;
}
.play-btn-primary:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-white {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 0.875rem;
  -webkit-animation: pulseShadowsmwhite 2000ms linear infinite;
          animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-white_xl {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: #282828;
  font-size: 1.25rem;
  -webkit-animation: pulseShadowxlwhite 2000ms linear infinite;
          animation: pulseShadowxlwhite 2000ms linear infinite;
}
.play-btn-white_xl:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-white_lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: #282828;
  font-size: 1.125rem;
  -webkit-animation: pulseShadowlgwhite 2000ms linear infinite;
          animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white_lg:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-white_lg-2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.25rem;
  -webkit-animation: pulseShadowlgwhite 2000ms linear infinite;
          animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white_lg-2:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-white_md {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 1.125rem;
  -webkit-animation: pulseShadowsmwhite 2000ms linear infinite;
          animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white_md:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-gray {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #acacac;
  color: var(--color-white);
  font-size: 0.875rem;
  -webkit-animation: pulseShadowsmgray 2000ms linear infinite;
          animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-gray-rectangle {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9375rem;
}
.play-btn-gray-rectangle:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-gray_2 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #646462;
  color: var(--color-white);
  font-size: 0.875rem;
  -webkit-animation: pulseShadowsmgray 2000ms linear infinite;
          animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray_2:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-transparent {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(var(--color-black-rgb), 0.7);
  color: var(--color-white);
  font-size: 1rem;
  -webkit-animation: pulseShadowsmgray 2000ms linear infinite;
          animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

.play-btn-transparent_2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--color-black-rgb), 0.7);
  color: var(--color-white);
  font-size: 0.8125rem;
  -webkit-animation: pulseShadowsmgray 2000ms linear infinite;
          animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent_2:hover {
  background-color: #0034c2;
  color: var(--color-white);
}

/* post meta */
ul.post-meta, .post-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
ul.post-meta li, .post-meta ul li {margin-right: 13px;line-height: 13px;}
ul.post-meta li:last-child, .post-meta ul li:last-child {margin-right: 0;}
.post-meta.style-2 .esp_post-meta, .post-meta.style-2 .esp_meta {color: #fff;}
.post-meta.style-2 .esp_post-meta a, .post-meta.style-2 .esp_meta a {color: #fff;}
.post-meta.style-2 .esp_post-meta a.name, .post-meta.style-2 .esp_meta a.name {color: var(--color-white);}
.post-meta.style-2 .esp_post-meta a.name:hover, .post-meta.style-2 .esp_meta a.name:hover {color: var(--color-primary);}

.esp_post-meta, .esp_meta {
  font-size: 0.7712rem;
  font-family: var(--font-meta);
  font-weight: 500;
  color: var(--color-cat-normal);
}

.single-post-banner .esp_meta, .esp_post-overlay .esp_meta, .video-slide .esp_meta {color: #fff;}
.post-thumb .esp_meta {color: var(--color-white);}
.esp_meta .icon {margin-right: 5px;font-size: 0.775rem;}
.esp_meta a {display: inline-block; text-transform: capitalize;}
.esp_meta a.name {font-weight: 600;color: var(--color-black);}
.single-post-banner .esp_meta a, .esp_post-overlay .esp_meta a, .video-slide .esp_meta a {color: var(--color-gray) !important;}
.single-post-banner .esp_meta a.name, .esp_post-overlay .esp_meta a.name, .video-slide .esp_meta a.name {color: var(--color-white) !important;}
.single-post-banner .esp_meta a.name:hover, .esp_post-overlay .esp_meta a.name:hover, .video-slide .esp_meta a.name:hover {color: var(--color-primary);}
.grid-meta .esp_meta a.name {color: #444444;}
.grid-meta .esp_meta a.name:hover {color: var(--color-primary);}

/* template-search */
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.template-search .search-form input[type=search] {
  width: 60%;
  color: var(--color-white);
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid var(--color-border);
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
  background-color: transparent;
}
.template-search .search-form .search-btn {
  padding: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: var(--color-white);
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: translateX(-50px) translateY(-10px);
          transform: translateX(-50px) translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input::-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #cfcfcf;
}
.template-search .close {
  position: fixed;
  top: 35px;
  right: 70px;
  color: var(--color-white);
  border: none;
  opacity: 0.3;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.template-search .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
  background-color: transparent;
}
.template-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

/* button */
/*shop button*/
.esp_shop-btn, .btn-white-sm {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 122, 128, 0.22);
          box-shadow: 0px 8px 27px 0px rgba(20, 122, 128, 0.22);
}
.esp_shop-btn:hover, .btn-white-sm:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-white-sm {
  color: var(--color-black);
  background-color: var(--color-white);
  height: 38px;
  font-family: var(--font-title);
}

/* Off canvas menu */
.offcanvas-menu-wrap {
  max-width: 425px;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-scrollbar-width: none;
}
.offcanvas-menu-wrap::-webkit-scrollbar {
  display: none;
}
.offcanvas-menu-wrap[data-position=right] {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  padding: 50px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.offcanvas-menu-wrap .offcanvas-content.offcanvas-content-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 40px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn a {
  color: var(--color-white);
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget {
  margin-bottom: 40px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget:last-child {
  padding-bottom: 40px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .offcanvas-widget-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
  line-height: 24px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p:last-child {
  margin-bottom: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list {
  margin-top: -5px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item {
  color: #646464;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item .list-icon {
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 4px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a {
  padding-left: 0;
  line-height: 1.5;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a::after {
  display: none;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-link {
  color: #646464;
}
.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-header {
  margin-bottom: 60px;
}
.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-bottom-area .offcanvas-widget {
  padding-top: 40px;
  margin-bottom: 0;
}

div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


div#wrapper.open-cart > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrapper {
  position: relative;
  z-index: 1;
}
.wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.wrapper.open:before {
  width: 100%;
}

/* common pair elements */
.common-pair-elemnets {
  position: relative;
}
.common-pair-elemnets .element-list li {
  position: absolute;
  z-index: -1;
}
.common-pair-elemnets .element-list li:nth-child(1) {
  left: -36px;
  bottom: -36px;
}
.common-pair-elemnets .element-list li:nth-child(2) {
  right: -36px;
  bottom: -30px;
}

/* esp-pagination */
.esp_pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esp_pagination .page-item {
  margin-right: 4px;
}
.esp_pagination .page-item i {
  font-size: 0.875rem;
  font-weight: 600;
}
.esp_pagination .page-item:last-child {
  margin-right: 0;
}
.esp_pagination .page-item.prev {
  margin-right: 14px;
}
.esp_pagination .page-item.next {
  margin-left: 10px;
}
.esp_pagination .page-link {
  width: 48px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  color: var(--color-black);
  border-radius: 3px;
}
.esp_pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Modal */
#rtModal {
  padding-left: 17px;
}
#rtModal .esp_modal-wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #fff;
}
#rtModal .esp_modal-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
/*  background-image: url("../../media/gallery/newsletter-bg_1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#rtModal .modal-content {
  border: none;
  border-radius: 0;
}
#rtModal .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #313131;
  -webkit-clip-path: circle(100% at 100% 0);
  clip-path: circle(100% at 100% 0);
  z-index: 1;
  text-align: center;
  border: none;
  cursor: pointer;
}
#rtModal .close:focus {
  outline: none;
}
#rtModal .modal-body {
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#rtModal .modal-body .content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 50px;
}
#rtModal .modal-body .content-box .title {
  font-size: 2.25rem;
  line-height: 1.22;
  margin-bottom: 25px;
  color: #000;
}
#rtModal .esp_form-group {
  margin-bottom: 15px;
  position: relative;
}
#rtModal .esp_form-group i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#rtModal .form-control {
  padding: 5px 30px;
  height: 50px;
  color: #959595;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
}
#rtModal .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#rtModal .form-check-label {
  color: #959595;
  font-size: 0.875rem;
}
#rtModal .form-check-input[type=checkbox] {
  border: 1px solid #acacac;
  margin-right: 10px;
}
#rtModal .form-check-input[type=checkbox]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#rtModal .submit-btn {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 30px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#rtModal .submit-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
}
#rtModal .submit-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#rtModal input.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #959595;
}

/* pre-loader */
#preloader {
  background: url() rgba(255, 255, 255, 0.99) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

/* tooltip overwrite */
.bs-tooltip-top {
  margin-top: 20px;
}

.tooltip-inner {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 200px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), 0.31);
          box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), 0.31);
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--color-primary);
}

/* theme-swithcer-box */

.theme-switch-box {
  display: -ms-grid;
  display: inline-flex;
/*  gap: 13px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-switch-box::before, .theme-switch-box::after {content: ''; border-left: 1px solid rgba(255,255,255, 0.7); display: inline-block;height: 18px; margin: 0 15px;}

.theme-switch-box__label {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.theme-switch-box__main {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.theme-switch-box__main::before {
  position: absolute;
  content: "\f185";
  font-family: var(--font-awesome);
  font-size: 1.2rem;
  color: #fff !important;
  width: 34px;
  height: 24px;
  left: 18px;
  bottom: 6px;
  -webkit-transform: translateX(-50%) translateY(3px);
          transform: translateX(-50%) translateY(3px);
}
.theme-switch-box__input, .theme-switch-box__mobile {
  display: none;
}
.theme-switch-box__input:checked + .theme-switch-box__main::before, .theme-switch-box__mobile:checked + .theme-switch-box__main::before {
  content: "\f186";
  font-family: var(--font-awesome);
  font-size: 1.2rem;
  color: #fff !important;
}
.theme-switch-box span {font-size: 11px; display: block; margin-right: 10px;}
.theme-switch-box .search, .theme-switch-box .account {color: #fff;}
.switch-lalbel {color: #fff;font-size: 8px;width:30px;line-height: 10px;}

.theme-switch-box .search i {font-size: 1.1rem !important; padding: 0 !important;}

/* header */
.esp_header {
  position: relative;
  z-index: 9;
  background-color: var(--color-white);
}



.site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-branding .light-logo {
  display: none;
}
.site-branding a img {height: 38px;}
.logo-right img {max-width: 105px; }
.site-name {font-size: 1.5rem; font-weight: 100; color: #fff; text-transform: uppercase;line-height: 20px;font-family: var(--font-branding); padding-left: 7px;}
/*.site-name {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 3px;
  font-family: var(--font-meta);
  position: absolute;
  bottom: -3px;
  right: -2px;
  display: flex;
  justify-content: space-between;
}*/
/* topbar */
.topbar {min-height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;background-color: var(--color-blue);}

.subnav-menu .lead-item {font-size: 0.875rem;line-height: 1.0625rem;color: var(--color-black);font-weight: 700;-webkit-letter-spacing: 0.5px;-moz-letter-spacing: 0.5px;-ms-letter-spacing: 0.5px;letter-spacing: 0.5px;transition: color 0.6s ease;}
.subnav-menu ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: inline-flex;gap: 13px;}
.subnav-menu ul li.item {font-size: 0.8125rem;line-height: 1rem;font-weight: 500;}
.subnav-menu ul li.item a {color: var(--color-black, #121212);}
.section-subnav {border-top: none;padding: 9px 0;}
.header-main:after {/*content: "";*/ display: block;width: 980px;margin: 0 auto;height: 1px;background-image: linear-gradient(270deg, transparent, var(--color-primary) 50%, transparent);}
.section-subnav .subnav-menu .lead-item {font-size: 0.835rem;line-height: 1.0625rem;color: var(--color-gray);font-weight: 700;-webkit-letter-spacing: 0.5px;-moz-letter-spacing: 0.5px;-ms-letter-spacing: 0.5px;letter-spacing: 0.5px;transition: color 0.6s ease;}
.section-subnav .subnav-menu ul {display: -webkit-box; /*display: -webkit-flex;display: -ms-flexbox;display: inline-flex;*/ gap: 4px; scrollbar-width: none;white-space: nowrap;}
.section-subnav .subnav-menu ul li.item {font-size: 0.712rem;line-height: 1rem;font-weight: 300;width: fit-content;}
.section-subnav .subnav-menu ul li.item a {font-family: var(--font-body); color: var(--color-gray); text-transform: uppercase; align-items: center}
.section-subnav .subnav-menu ul li.item a:hover {text-decoration: underline;}
.section-subnav .subnav-menu ul li:before {content: ''; border-right: 1px solid var(--color-gray);display: inline-block;height: 8px;margin: 0 4px;}
.section-subnav .subnav-menu ul li:first-child:before {border-right: none;margin: 0;}
.section-subnav .subnav-menu ul li a.active {color: var(--color-secondary);font-weight: 800;}

/* bottom nav bar scroll */
.scroll-btn {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -4px;
}

#scroll-left {
  left: 0;
}

#scroll-right {
  right: 0;
}

.scroll-btn:hover {
  color: #ff6600;
}

.esp_trending-style-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.esp_live {
  height: 40px;
  text-align: left;
  margin: 0;
}
.esp_live .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.esp_trending .trending-title {
  font-size: 0.8125rem;
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esp_trending .trending-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: var(--color-white);
}
.esp_trending .trending-title .icon {
  font-size: 0.75rem;
  background: #00000047;
  color: var(--color-white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
}
.esp_trending .trending-slide-title {
  font-size: 13px;
  color: #e0e0e0;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0;
}
.esp_trending .trending-slide-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffc107;
}
.esp_trending .trending-slide-title a {color: #e0e0e0;}
.esp_topbar, .esp_topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esp_topbar-right .esp_date-style-1 {
  font-size: 1rem;
  color: #bebdbd;
  font-weight: 300;
  line-height: 2.1;
}
.esp_topbar-right .esp_date-style-1 .icon {
  color: var(--color-white);
  margin-right: 5px;
}

.currentDate {color: #fff;font-size: 0.815rem;}
.esp_top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: end;
  position: relative;
  padding-left: 17px;
  margin-left: 15px;
  line-height: 18px;
}
.esp_top-social::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff;
}
.esp_top-social .follow {
  font-size: 0.7425rem;
  text-transform: capitalize;
  margin-right: 12px;
  color: var(--color-gray);
  font-family: var(--font-meta);
}
.esp_top-social li {
  margin-right: 12px;
}
.esp_top-social li:last-child {
  margin-right: 0;
}
.esp_top-social a {
  font-size: 0.8125rem;
  color: #fff;
}
.esp_top-social a:hover {
  color: var(--color-secondary);
}

.navbar-wrap {
  background-color: var(--color-white);
}
.sticky .navbar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sticky .navbar-wrap.header_main-style {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.98);
}
.main-menu:before, .footer-bottom:before {
    display: block;
/*    width: 850px;*/
    margin: 0 auto;
    height: 1px;
    background-image: linear-gradient(270deg, transparent, #21435f 50%, transparent);
    content: "";
}
.header_main-style {background-color: var(--color-black);
/*  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.8);*/
}
.header_main-style .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.header_main-style .logo-area {
  padding-left: 20px;
  margin-left: 70px;
  position: relative;
}
.header_main-style .logo-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header_main-style .humburger-area {
  padding-right: 0;
  position: relative;
}
.header_main-style .humburger-area::after {
  border: 1px solid rgba(255, 255, 255, 0.625);
  border-radius: 50%;
  -webkit-transform: scale(1.375) translateX(-3px);
          transform: scale(1.375) translateX(-3px);
  z-index: 1;
}
.header_main-style .humburger-area .humburger span, .header_main-style .humburger-area .humburger::after, .header_main-style .humburger-area .humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header_main-style .humburger-area .humburger span {
  width: 16px;
}

.main-menu__nav ul li {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 7px;
}
.main-menu__nav ul li.active > a {
  color: var(--color-secondary);
  font-weight: 700;
  border-bottom: 1px solid;
}
.main-menu__nav ul li.home > a i {color: var(--color-secondary); line-height: 18px;}
.main-menu__nav ul li:last-child {
  margin-right: 0;
}
.main-menu__nav ul li:hover .main-menu__dropdown {
  opacity: 1;
  position: static !imporatant;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.main-menu__nav ul li > a {
  color: #fff;
  font-size: 0.8461rem;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  padding: 21px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-meta);
}

.main-menu__nav ul li > a::before{
  position: absolute;
  content: "";
  height: 1px;
  background: var(--color-secondary);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
  transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.main-menu__nav ul li:hover > a {
  color: var(--color-secondary);
}
.main-menu__nav ul li:hover > a::before {
  background: var(--color-secondary);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.main-menu__nav ul li ul {
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}
.main-menu__nav ul li ul li {
  display: block;
  padding: 0 10px;
  margin: 0;
}
.main-menu__nav ul li ul li.menu-drop-icon > a {
  position: relative;
}
.main-menu__nav ul li ul li ul {
  left: 100%;
  top: 0;
}
.main-menu__nav ul li ul li a {
  display: block;
  padding: 8px 10px;
  color: #656567;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}

.main-menu__nav ul li ul li a::after {
  float: right;
}
.main-menu__nav ul li ul li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: #2962ff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-menu__nav ul li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.main-menu__nav ul li ul li:hover a::before {
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.mega-menu {position: static !important;}
.mega-menu:hover .mega-menu-content {display: block;}
.mega-menu .all-item {font-weight: 700 !important;color: #fff !important;}
.mega-menu .mega-menu-content {
  display: none;
  position: absolute;
  background-color: var(--color-white);
  width: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-meta); z-index: 1;box-sizing: border-box;padding: 35px;
  border-radius: 8px;
}
.mega-menu .mega-menu-content .dropdown-header {color: var(--color-black); display: inline-block; font-size: 1rem; font-weight: 600; margin-bottom: 8px; white-space: inherit; padding: 0 40px; border-bottom: none; text-transform: uppercase;}
.mega-menu .mega-menu-content a {text-align: left; font-size: 0.8512rem; color: var(--color-black); padding:5px 40px; text-transform: capitalize; margin: 0; display: block; position: relative; overflow: hidden; left: 0; letter-spacing: 0.5px;font-weight: 500;font-family: var(--font-meta);}
.mega-menu .mega-menu-content a:hover {margin-left: 5px; transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;color: var(--color-pn);}
.mega-menu .mega-menu-content a i {font-size: 12px;vertical-align: middle;width: 27px;}

.main-menu__nav_sub > a::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 800;
  vertical-align: middle;
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-top: 2px ;
}
.main-menu__nav_sub:hover > a::after {
  color: var(--color-secondary);
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  width: 210px;*/
}
.header-action-items .item {margin-right: 10px;}
.header-action-items .item:last-child {margin-right: 0;}
.header-action-items .item i {color: #fff;font-size: 0.8rem; padding: 0 5px;}
.header-action-items .item .subscribe {height:26px;}
.header-btn_subscribe:hover {background-color: var(--color-tw) !important;transition: 0.7s;}
/*.header-action-items::before {content: ""; position: absolute;width: 1px; height: 15px;background-color: var(--color-border);margin-left: -15px;}*/
.humburger {
  position: relative;
  z-index: 4;
  width: 24px;
  height: 20px;
  display: block;
  cursor: pointer;
/*  margin-top: 5px;*/
  align-self: center;
}
.humburger.layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.humburger.layout-2 .menu-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 40px;
  color: #292929;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.humburger span, .humburger::after, .humburger::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.humburger > span {
  top: 50%;
  margin-top: -1px;
}
.humburger::before {
  top: 2px;
}
.humburger::after {
  bottom: 1px;
}
.humburger:hover span, .humburger:hover::after, .humburger:hover::before {
  background-color: #fff;
}
.humburger:hover .menu-text {
  color: #2962ff;
}
.open .humburger span {
  visibility: hidden;
  opacity: 0;
}
.open .humburger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.open .humburger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 8px;
}

.icon-two {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.hamburger-two:before,
.hamburger-two:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon-two.active-two .hamburger-two {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.icon-two.active-two .hamburger-two:before {
  top: -9px;
  right: -5px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.icon-two.active-two .hamburger-two:after {
  top: 9px;
  right: -5px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

/*  Mobile menu */
.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .menu > li > a {
  background-color: transparent;
  padding: 12px 0;
}
.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}
.offscreen-navigation .sub-menu li.menu-item-has-children > a::after, .offscreen-navigation .sub-menu li.menu-item-has-children > a::before {
  right: 40px;
}
.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding: 7px 40px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  padding-left: 30px;
}
.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(var(--color-primary-rgb), 0.05);
}
.offscreen-navigation .sub-menu li .sub-menu li a {
  padding: 7px 50px;
}
.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li > a:hover {
  color: #2962ff;
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
  color: #999999;
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 0;
  visibility: hidden;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  opacity: 1;
  visibility: visible;
}

.esp_slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
  top: 100%;
  z-index: 99;
}

.esp_mobile-header {
  position: relative;
  z-index: 999;
}
.mobile-top-bar {background-color: var(--color-primary);}
.mobile-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin: 0 10px;
  padding: 3px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-top-list .icon {
  color: var(--color-white);
  padding-right: 5px;
}
.mobile-top-list li {
  margin-right: 18px;
}
.mobile-top-list li:last-of-type {
  margin-right: 0;
}
.mobile-top-list .left-nav, .mobile-top-list .right-nav  {color: #fff;font-size: 0.8125rem;}
.mobile-top-list .right-nav a {color: #fff;letter-spacing: 1px;}
.mobile-menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
}
.mobile-menu-bar .logo img {
  max-width: 202px;
/*  margin-left: 10px;*/
  max-height: 18px;
}

.mobile-sticky .mobile-menu-bar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mobile-sticky .mobile-menu-bar-wrap.header_main-style {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.98);
}

body .sidebarBtn {
  display: block;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
/*  background: #000000;*/
  height: 2px;
  width: 25px;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
  width: 20px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(6px, -6px);
}

.header-middlebar.header-middlebar-style-8 {
  padding: 25px 0;
}

.search-wrapper {
  position: relative;
  max-width: 190px;
}
.search-wrapper .search-form-box .form-group {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  border-radius: unset;
  border: none;
}
.search-wrapper .search-form-box .form-group .esp_search-control {
  font-size: 14px;
  font-weight: 400;
  color: #e7e7e7;
  border: none;
  background-color: transparent;
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .esp_search-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .esp_search-control::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .esp_search-control:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .esp_search-control::-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .esp_search-control::placeholder {
  color: #fff;
  text-transform: capitalize;
}
.search-wrapper .search-form-box .form-group .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-wrapper .search-form-box .form-group .search-submit:hover {
  background-color: transparent;
  color: #fff;
}
.search-wrapper.search-wrapper-style-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}
.search-wrapper.search-wrapper-style-2::after {
  display: none;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  border: none;
  background-color: transparent;
  height: 43px;
  padding: 5px 30px;
  padding-right: 30px;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control::-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .esp_search-control::placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .search-submit {
  color: #9b9b9b;
  font-size: 20px;
}
.search-wrapper.search-wrapper-style-2 .search-form-box .form-group .search-submit:hover {
  color: var(--color-primary);
}

/* banner */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 1;
}
.banner.banner-techno {
  height: 700px;
  background-repeat: no-repeat;background-size: cover;background-position: center center;
}
.banner.banner-techno::after {
  background-color: rgba(24, 24, 24, 0.5);
  z-index: -1;
}
.banner.banner-style-3 {
  min-height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}
.banner.banner-style-3::after {
  background-color: rgba(var(--color-black-rgb), 0.3);
  z-index: -1;
}
.banner.inner-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  padding: 10px 0;
}
.banner.author-banner {
  position: relative;
  z-index: 1;
}
.banner.banner-style-7 {
  min-height: 850px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.banner.banner-style-7 .social-share-box-style-7 {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 1;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social {
  padding: 0;
  margin: 0;
  display: block;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social::after {
  display: none;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social li {
  display: inline-block;
  margin-right: 10px;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social a {
  font-size: 1.0625rem;
  color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: var(--color-primary);
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social .follow {
  position: relative;
  display: block;
  margin-top: 10px;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social .follow span {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
.banner.banner-style-7 .social-share-box-style-7 .esp_top-social .follow span::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.banner.banner-style-7::before, .banner.banner-style-7::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-4.45%, #000000), color-stop(66.48%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 -4.45%, rgba(0, 0, 0, 0) 66.48%);
  z-index: -1;
  height: 100%;
}
.banner.banner-style-7::after {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.45%, #000000), color-stop(66.48%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 -4.45%, rgba(0, 0, 0, 0) 66.48%);
}

.banner-section-style-3 {
  position: relative;
}
.banner-section-style-3 .banner-thumnail-area-3 {
  counter-reset: post-counter;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: auto;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 44;
  padding: 40px 0;
}
.banner-section-style-3 .banner-thumnail-area-3 .swiper-container {
  position: static;
}
.banner-section-style-3 .banner-thumnail-area-3 .post-sm .post-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.banner-section-style-3 .banner-thumnail-area-3 .swiper-slide.swiper-slide-active .post-sm .post-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.banner-section-style-3 .banner-thumnail-area-3 .slider-navigation {
  position: absolute;
  left: -55px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.banner-section-style-3 .banner-thumnail-area-3 .slider-navigation .slider-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 55px;
  height: auto;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 0px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.banner-section-style-3 .banner-thumnail-area-3 .slider-navigation .slider-btn::after {
  display: none;
}
.banner-section-style-3 .banner-thumnail-area-3 .slider-navigation .slider-btn:hover {
  color: var(--color-primary);
}
.banner-section-style-3 .swiper-slide-active .sports-slider-bg-image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.banner-section-style-3 .swiper-slide-active .banner-content.style-7 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.banner-section-style-3 .sports-slider-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease-in-out;
  transition: -webkit-transform 7000ms ease-in-out;
  transition: transform 7000ms ease-in-out;
  transition: transform 7000ms ease-in-out, -webkit-transform 7000ms ease-in-out;
  z-index: -1;
}
.banner-section-style-3 .banner-content.style-7 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 2;
}

.banner-content .banner-title {
  color: var(--color-white);
}
.banner-content .banner-title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), color-stop(98%, var(--color-white)));
  background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.banner-content .banner-title:hover a {
  background-size: 100% 2px;
}
.banner-content.style-2 .banner-title {
  color: var(--color-white);
  font-size: 2rem;
  line-height: 2.5rem;
}
.banner-content.style-2 .banner-title a {
  color: inherit;
}
.banner-content.style-7 .banner-title {
  color: var(--color-white);
  font-size: 2.25rem;
}
.banner-content.style-7 .banner-title a {
  color: inherit;
}

.banner-thumb-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
}
.banner-thumb-area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-black-rgb), 0.5);
  z-index: -1;
}
.thumb-list {
  height: 390px;
  max-width: 55%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 56px;
  overflow-y: scroll;
}
.thumb-list .list-item {
  margin-bottom: 35px;
}
.thumb-list .list-item:last-child {
  margin-bottom: 0;
}
.thumb-list::-scrollbar {
  width: 2px;
}
.thumb-list::-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #2e3240;
          box-shadow: inset 0 0 5px #2e3240;
  border-radius: 10px;
}
.thumb-list::-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 15px;
}
.thumb-list::-webkit-scrollbar {
  width: 2px;
}
.thumb-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 20px rgba(var(--color-white), 0.2);
          box-shadow: inset 0 0 20px rgba(var(--color-white), 0.2);
}
.thumb-list::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/*inner banner breadcrumb*/
.esp_breadcrumb-wrap .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item {
  font-size: 0.8125rem;
  padding-left: 8px;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  font-size: 0.8125rem;
  color: #646464;
  text-transform: capitalize;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-primary);
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item a i {
  font-size: 0.715rem;
  margin-right: 2px;
  display: inline-block;
  font-weight: 600;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
  color: var(--color-primary);
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  padding-right: 8px;
  color: #646464;
  content: "¦";
  font-family: var(--font-awesome);
  font-size: 0.6125rem;
  font-weight: 600;
  margin-top: 1px;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.esp_breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.esp_text-truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*author-big-box-style-1*/
.author-big-box-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-big-box-style-1 .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
.author-big-box-style-1 .author-img img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 5px solid #fff;
  object-fit: cover;
}
.author-big-box-style-1 .author-content .title {
  color: var(--color-black);
  margin-bottom: 4px;
  font-size: 1.875rem;
}
.author-big-box-style-1 .author-content .designation {
  color: var(--color-black);
  display: block;
  font-family: var(--font-title);
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.author-big-box-style-1 .author-content .designation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: var(--color-primary);
}
.author-big-box-style-1 .author-content p {
  color: var(--color-black);
  font-size: 1.165rem;
  line-height: normal;
}
.author-big-box-style-1 .author-social-area {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.section-teknologi {
  position: relative;
  border-radius: var(--border-radius-md);
}
.section-teknologi .banner-content.style-2 {padding: 150px 50px 150px 50px;}
.section-teknologi .banner-content .esp_meta, .section-teknologi .banner-content .esp_meta a {color: var(--color-white);}
.section-teknologi .thumbnail-area-techno {
  position: absolute;
  bottom: 20px;
  right: 12px;
  width: 130px;
  height: 420px;
  z-index: 2;
}
.section-teknologi .thumbnail-area-techno::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(38deg, #512da8 0%, #2962ff 100%);
  z-index: -1;
  padding-right: 10px;
  border-top-left-radius: 5px;
}
.section-teknologi .thumbnail-area-techno .swiper-pagination {
  left: auto;
  right: 0;
}
.section-teknologi .thumbnail-area-techno .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-primary);
}
.section-teknologi .slider-tumbnail-techno {
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
}
.banner-slider-thumbnail-style-3 .esp_post.post-sm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* who we are */
.who-we-are-style-1 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 105px;
}
.about-img-gallery-style-1 {
  position: relative;
  min-height: 690px;
  margin-right: 20px;
}
.about-img-gallery-style-1 .about-img-gallery-list li {
  position: absolute;
  overflow: hidden;
}
.about-img-gallery-style-1 .about-img-gallery-list li:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 400px;
  width: 100%;
}
.about-img-gallery-style-1 .about-img-gallery-list li:nth-child(2) {
  right: 0;
  top: 75px;
  max-width: 300px;
  width: 100%;
}
.about-img-gallery-style-1 .about-img-gallery-list li:nth-child(3) {
  right: 0;
  bottom: 0;
  max-width: 520px;
  width: 100%;
  border: 25px solid var(--color-white);
}
.about-img-gallery-style-1 .shape-list li {
  position: absolute;
  z-index: -1;
}
.about-img-gallery-style-1 .shape-list li:nth-child(1) {
  right: 60px;
  top: 28px;
}
.about-img-gallery-style-1 .shape-list li:nth-child(2) {
  left: 83px;
  bottom: 115px;
}

/*skill wrap layou t2*/
.skills-wrap-layout-1 .single-skill {
  margin-bottom: 16px;
}
.skills-wrap-layout-1 .title-bar .title {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: var(--color-black);
  font-family: var(--font-body);
  font-weight: 400;
}
.skills-wrap-layout-1 .skill-bar {
  height: 6px;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.skills-wrap-layout-1 .skill-bar .skill-per {
  position: relative;
  height: 6px;
  width: 0;
  border-radius: 4px;
  background-color: var(--color-primary);
  -webkit-transition: 2s linear;
  transition: 2s linear;
}
.skills-wrap-layout-1 .skill-bar .skill-per::before {
  content: attr(data-per);
  position: absolute;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-black);
  bottom: 12px;
  right: 0;
  font-family: var(--font-body);
}
.skills-wrap-layout-1 .skill-bar .skill-per::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6b92ff;
  -webkit-box-shadow: 0 9px 10px 0 rgba(41, 98, 255, 0.42);
          box-shadow: 0 9px 10px 0 rgba(41, 98, 255, 0.42);
}

/*about-content-area-2*/
.about-content-area-2 {
  max-width: 88%;
  width: 100%;
}

/*about-video-wrap-style-1*/
.about-video-wrap-style-1 {
  margin: 0 45px;
  position: relative;
}
.about-video-wrap-style-1 .shape {
  position: absolute;
  right: -35px;
  bottom: -32px;
  z-index: 1;
}
.about-video-wrap-style-1 .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-video-wrap-style-1 .item-img::after {
  background-color: rgba(var(--color-black), 0.2);
}
.about-video-wrap-style-1 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.about-video-wrap-style-1 .item-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-video-wrap-style-1 .item-img .esp_play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

/* team-seciton-style-1 */
.team-seciton-style-1 {
  position: relative;
  overflow: hidden;
}
.team-seciton-style-1 .shape-circle {
  position: absolute;
  right: 0;
  top: -120px;
  z-index: -1;
}

/* team-box-style-1 */
.team-box-style-1 .team-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.team-box-style-1 .team-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.team-box-style-1 .team-content {
  text-align: center;
  padding: 10px;
}
.team-box-style-1 .team-content .name {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.team-box-style-1 .team-content .name a {
  color: var(--color-black);
}
.team-box-style-1 .team-content .name a:hover {
  color: var(--color-primary);
}
.team-box-style-1 .team-content .designation {
  display: block;
  margin-bottom: 15px;
}
.team-box-style-1:hover .team-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/*  rt-post */
.esp_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esp_post.post-thumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esp_post.post-thumb .post-img {
  border-radius: 0;
}
.esp_post.post-thumb .post-img img {
  border-radius: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 102px;
  height: 102px;
}
.swiper-slide-thumb-active .esp_post.post-thumb .post-img {
  position: relative;
}
.swiper-slide-thumb-active .esp_post.post-thumb .post-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.esp_post.post-thumb .cat-normal {
  color: var(--color-white);
}
.esp_post.post-thumb .post-title {
  color: var(--color-white);
  font-weight: 600;
}
.esp_post.post-thumb:hover .post-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.esp_post.white-style .post-title a {
  color: var(--color-white);
}
.esp_post .post-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
}
.esp_post .post-img .esp_play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.esp_post .post-img img {
  border-radius: var(--border-radius-xs);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.esp_post .post-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.esp_post:hover .post-img img, .post-md:hover .post-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.post-title {
  color: var(--color-black);
  font-weight: 700;
}
.post-title a,
.post-title .title-ex {
  color: inherit;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  line-height: normal;
}
.post-title a:hover {color: var(--color-secondary);}
.post-title.title-ex_2 {
  font-size: 1.25rem;
}
.post-title.title-ex_2 a {
  background-size: 0 2px;
}
.post-title.title-ex_2:hover a {
  background-size: 100% 2px;
}
.post-title.bold-underline a {
  background-size: 0 2px;
}
.post-title.bold-underline:hover a {
  background-size: 100% 2px;
}
.post-title:hover a {
  background-size: 100% 1px;
}

/*  feature-section-style-1 */
.feature-section-style-1 {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
  counter-reset: post-counter;
}
.feature-section-style-2 {
  padding-top: 15px;
  padding-bottom: 15x;
  counter-reset: post-counter;
  background-color: var(--color-white);
}

/* post-sm */
.post-sm .post-content .post-title {
  font-size: 1rem;
  line-height: normal;
}
.post-sm.style-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-sm.style-1 .post-img {
  border-radius: 50%;
  overflow: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.post-sm.style-1 .post-img::after {
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #555555;
  font-size: 0.75rem;
  color: #fff;
  counter-increment: post-counter;
  content: counter(post-counter);
  font-weight: 500;
}
.post-sm.style-1 .post-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.post-sm.style-1:hover .post-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.post-sm.style-2 .post-img {
  margin-left: 24px;
}
.post-sm.style-2 .post-img::after {
  left: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  border-top-right-radius: 3px;
  background-color: var(--color-white);
  font-size: 1rem;
  color: var(--color-primary);
  counter-increment: post-counter;
  content: counter(post-counter);
  font-weight: 500;
}
.whats-new-wrap .post-sm.style-2 .post-img::after {
  background-color: var(--color-black);
  color: var(--color-white);
}
.post-sm.style-2.layout-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-sm.style-2.layout-2 .post-img {
  margin-left: 0;
  margin-right: 24px;
}
.post-sm.style-2.layout-2 .post-img::after {
  display: none;
}
.post-sm .post-img {
  position: relative;
}
.post-sm .post-img::after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.right-siderbar .post-sm .post-img {
  max-width: 100px;
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.right-siderbar .post-sm .post-img  img {object-fit: cover;width: 100px;height: 100px;}
.post-sm.white-style .post-img {
  border-radius: 6px;
}
.post-sm.white-style .post-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
}
.post-sm.white-style .post-title a {
  color: #ebebeb;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), color-stop(98%, var(--color-white)));
  background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.post-sm.white-style .cat-normal {
  color: #d0d0d0;
}
.post-sm.white-style .esp_meta {
  color: #d0d0d0;
}
.post-sm.white-style .post-img::after {
  display: none;
}
.post-sm.white-style:hover .post-title a {
  background-size: 100% 1px;
}
.post-sm.style-3 .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 216px;
          flex: 0 0 216px;
  border-radius: 0;
}
.post-sm.style-3 .post-img a {
  height: 100%;
}
.post-sm.style-3 .post-img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-sm.style-3 .post-content {
  border: 1px solid var(--color-border);
  border-right: none;
  padding: 20px;
}
.post-sm.style-3 .post-content .post-title {
  font-size: 1.267rem;
  line-height: normal;
}
.post-sm.style-4 .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  border-radius: 0;
}
.post-sm.style-4 .post-img a {
  height: 100%;
}
.post-sm.style-4 .post-img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-sm.style-4 .post-content {
  padding: 20px;
}
.post-sm:hover .post-img::after {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.whats-new-wrap .post-sm:hover .post-img::after {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*  rt-post-overlay */
/*rt-post-overlay*/
.esp_post-overlay {
  position: relative;
  height: 100%;
}
.esp_post-overlay .post-img {
  height: 100%;
  position: relative;
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  height: 450px;
}
.block-data .esp_post-overlay .post-img  {height: 100%;}
.block-data .esp_post-overlay .post-img img {max-height: 100%;}
.block-data .esp_post-overlay.esp_overlay-default .post-title {font-size: 1rem;}

.esp_post-overlay .post-img > a:first-of-type {
  position: relative;
  display: block;
}
.esp_post-overlay .post-img > a:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0.2)), to(#096ab8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 49%, #096ab8 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: var(--border-radius-xs);
  border-bottom-right-radius: var(--border-radius-xs);
}
.esp_tending-slider-style-2 .esp_post-overlay .post-img > a:first-of-type::after {
  border-radius: 0;
}
.esp_post-overlay .post-img .esp_play-over-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.esp_post-overlay .post-img .esp_play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.esp_post-overlay .post-img .right-top {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
}
.esp_post-overlay .post-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}
.esp_post-overlay .post-img + .post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 25px;
}
.esp_post-overlay .post-content .post-title {
  font-size: 1.424rem;
  margin-bottom: 0;
  color: #fff;
  line-height: normal;
}
.esp_post-overlay .post-content .post-title a {
  color: #fff !important;
  background-size: 0 2px;
}
.esp_post-overlay .post-content .post-title:hover {
  color: #fff;
}
.esp_post-overlay .post-content .post-title:hover a {
  background-size: 100% 2px;
}
.esp_post-overlay .esp_meta .icon {color: #fff !important;}
.esp_post-overlay.esp_overlay-slider .post-img + .post-content {
  padding: 50px 25px;
}
.esp_post-overlay.esp_overlay-slider .post-title {
  font-size: 1.324rem;
  line-height: normal;
}
.esp_post-overlay.esp_overlay-slider.layout-1 .post-title {
  font-size: 1.476rem;
  line-height: normal;
}
.esp_post-overlay.esp_overlay-slider.layout-2 .post-title {
/*  font-size: 1.75rem;*/
}
.esp_post-overlay.ex-layout .post-img img {
  min-height: 370px;
}
.esp_post-overlay.esp_overlay-default .post-title {
  font-size: 1.5rem;
  line-height: normal;
}
.esp_post-overlay.esp_overlay-default.layout-4 .post-img img {
  min-height: 400px;
}
.esp_post-overlay.esp_overlay-default.layout-4 .post-title {
  font-size: 1.251rem;
  line-height: normal;
}
.esp_post-overlay.esp_overlay-default.layout-6 .post-img img {
  min-height: 520px;
}
.esp_post-overlay.esp_overlay-default.layout-6 .post-title {
  font-size: 1.375rem;
  line-height: normal;
}
.esp_post-overlay.esp_post-overlay-md .post-img img {
  min-height: 350px;
}
.esp_post-overlay.esp_post-overlay-md .post-title {
  font-size: 1.25rem;
}
.esp_post-overlay.esp_post-overlay-md.layout-3 {
  height: inherit;
}
.sports-section .layout-2 .post-img a{height: 585px;}
.sports-section .layout-2 .post-img {height: 585px;}
.sports-section .layout-2 .post-img img {max-height: 585px;}

.otomotif-section .esp_post-grid .post-img, .otomotif-section .esp_post-grid .post-img  img {height: 270px;}
.foto-section .esp_post-overlay .post-img {height: 450px;}
.foto-section .esp_post-overlay.esp_post-overlay-md .post-img {height: 450px;}
.foto-section .esp_post-overlay.esp_post-overlay-md .post-img img {height: 450px;}

.foto-grid-section .esp_post-overlay .post-img {height: 340px;}
.foto-grid-section .esp_post-overlay.esp_post-overlay-md .post-img {height: 340px;}
.foto-grid-section .esp_post-overlay.esp_post-overlay-md .post-img img {height: 340px;}

.esp_post-overlay.esp_post-overlay-md.layout-3 .post-img {
  height: auto;
}
.esp_post-overlay.esp_post-overlay-md.layout-3 .post-img img {
  min-height: 290px;
  height: 290px;
}
.esp_post-overlay.esp_post-overlay-md.layout-3 .post-title {
  font-size: 1rem;
  line-height: 1.2rem;
}
.esp_post-overlay.esp_post-overlay-md.layout-4 {
  -webkit-box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-xs);
}
.esp_post-overlay.esp_post-overlay-md.layout-4 .post-img img {
  min-height: 520px;
}
.esp_post-overlay.esp_post-overlay-md.layout-6 .post-img img {
  min-height: 480px;
}
.esp_post-overlay.esp_post-overlay-sm .post-title {
  font-size: 1.125rem;
}
.esp_post-overlay.esp_post-overlay-sm .post-title a {
  background-size: 0 1px;
}
.esp_post-overlay.esp_post-overlay-sm .post-title:hover .post-title a {
  background-size: 100% 1px;
}
.esp_post-overlay.esp_post-overlay-sm:hover .post-title a {
  background-size: 100% 1px;
}
.esp_post-overlay:hover .post-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.esp_post-overlay.post-trending .post-img {
  border-radius: 0;
}
.esp_post-overlay.post-trending .post-img img {
  min-height: 600px;
  border-radius: 0;
}
.esp_post-overlay.post-trending .post-img::after {
  border-radius: 0;
}
.esp_post-overlay.single-post-overlay .post-img {
  border-radius: 0;
}
.esp_post-overlay.single-post-overlay .post-img img {
  border-radius: 0;
}
.esp_post-overlay.single-post-overlay .post-img::after {
  border-radius: 0;
}

/*post md*/
.post-md .post-img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
}
.post-md .post-img img {
  border-radius: var(--border-radius-xs);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  filter: contrast(105%) brightness(105%);
  color-rendering: optimizequality;
  image-rendering: -webkit-optimize-contrast;
}
.post-md .post-content {
  padding-left: 24px;
}
.post-md .post-content .post-title {
  font-size: 1.125rem;
  line-height: normal;
}
.post-md.style-2 .post-img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 350px;
  max-width: 350px;
  width: 100%;
}
.post-md.style-2 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-2 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-2 .post-img .esp_play-over-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #6a6a6a;
}
.post-md.style-2 .post-img .esp_play-over-right-bottom:hover {
  background-color: var(--color-primary);
}
.post-md.style-2 .post-content {
  padding-left: 24px;
}
.post-md.style-2 .post-content .post-title {
  font-size: 1.375rem;
}
.post-md.style-2 .post-content .post-title a {
  background-size: 0 2px;
}
.post-md.style-2 .post-content .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-md.style-3 .post-img {
  max-width: 220px;
  width: 100%;
}
.post-md.style-3 .post-title {
  font-size: 1.8rem;
}
.post-md.style-3.layout-2 .post-img {
  max-width: 210px;
}
.post-md.style-4 .post-img {
  max-width: 50%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.post-md.style-4 .post-content {
  text-align: center;
}
.post-md.style-4 .post-meta ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-md.style-5 {
  display: block;
}
.post-md.style-5 .post-img {
  max-width: 100%;
}
.post-md.style-5 .post-content {
  padding: 15px 0;
}
.post-md.style-5 .post-title {
  font-size: 1.4rem;
}
.post-md.style-5 .post-title a {
  background-size: 0 2px;
}
.post-md.style-5 .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-7 .post-img {position: relative;max-height: 430px;overflow: hidden;aspect-ratio: 5 / 3; border-radius: var(--border-radius-sm);}
.post-img img {width: 100%;max-width: 100%; /*object-fit: cover;*/ object-position: center center;max-height: 525px; /*aspect-ratio: 5 / 3;*/}
.post-img a {display: flex;}
.post-img a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-md.style-7 .post-content {
  padding-left: 0;
}
.post-md.style-7 .post-content p, .item-content p, .single-item p, .item .post-content p, .post-md.style-5 .post-content p {font-size: 0.8213rem;margin-bottom: 0;line-height: 1rem;}

p.caption {font-size: 0.56rem; text-align: right; color: var(--color-body);line-height: normal;margin-bottom: 15px;}
.post-md.style-7 .post-title {
  font-size: 1.375rem;
  line-height: normal;
}
.post-md.style-7 .post-title a {
  background-size: 0 2px;
}
.post-md.style-7 .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-7 h2.post-title, .post-md.style-10 h2.post-title {font-size: 1.265rem;line-height: normal;}
.post-md.style-7 h3.post-title, .post-md.style-10 h3.post-title {font-size: 1rem;line-height: normal;}
h4.post-title {font-size: 1rem !important;line-height: normal}

.post-md.style-6 .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 100%;
}
.post-md.style-6 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-6 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-6 .post-content {
  padding-left: 24px;
}

.post-md.style-8 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-md.style-8 .post-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-md.style-8 .post-content {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
.post-md.style-8 .post-title {
  font-size: 1rem;
}
.post-md.style-9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post-md.style-9 .post-img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 350px;
  min-width: 350px;
}
.post-md.style-9 .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-9 .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-9 .post-content {
  padding: 0;
  padding-right: 24px;
}
.post-md.style-9 .post-title {
  font-size: 1.375rem;
}
.post-md.style-9 .post-title a {
  background-size: 0 2px;
}
.post-md.style-9 .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-10 {
/*  margin-bottom: 10px;*/
  align-items: center;
  display: flex;
}
.post-md.style-10 .post-img {
  min-width: 150px;
  max-width: 150px;
  border-radius: var(--border-radius-xs);
}
.post-md.style-10 .post-img > a:first-of-type {
  width: 100%;
  display: block;
  height: 100%;
}
.post-md.style-10 .post-img > a:first-of-type img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-md.style-10 .post-content {
  padding-left: 20px;
}
.block-rekomendasi .post-md.style-10:nth-child(even) {border-right: none !important;}

.post-md.style-12 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-md.style-12 .post-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.post-md.style-12 .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  padding-left: 24px;
}
.post-md.style-12 .post-title {
  font-size: 1.375rem;
}
.post-md.style-12 .post-title a {
  background-size: 0 2px;
}
.post-md.style-12 .post-title:hover a {
  background-size: 100% 2px;
}

.post-md.style-13 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aebda03d;
  border-radius: var(--border-radius-md);
  overflow: hidden;
}
.post-md.style-13 .post-img {
  -webkit-box-flex: 1.68;
      -ms-flex: 1.68;
          flex: 1.68;
  border-radius: 0;
}
.post-md.style-13 .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.post-md.style-13 .post-title {
  font-size: 1.687rem;
}
.post-md.style-13 .post-title a {
  background-size: 0 2px;
}
.post-md.style-13 .post-title:hover a {
  background-size: 100% 2px;
}
.post-md.style-13 p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

.post-md.style-related .post-img {
  min-width: 110px;
  max-width: 110px;
  margin-left: 15px;
}
.post-md.style-related .post-img > a:first-of-type {
  width: 100%;
  display: block;
  height: 100%;
}
.post-md.style-related .post-img > a:first-of-type img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-md.style-related .post-content {
  padding: 0;
}
.post-md.style-latest {align-items: center;}
.post-md.style-latest .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  width: 100%;
}
.post-md.style-latest .post-img > a:first-of-type {
  width: 100%;
  height: 100%;
  display: block;
}
.post-md.style-latest .post-img > a:first-of-type img {
  height: 100%;
}
.post-md.style-latest .post-content {
  padding-left: 24px;
}
.post-md.style-latest .post-content .post-title {font-size: 1.467rem;}
.post-md.style-latest .post-content p {font-size: 0.8571rem;}
/* Top stories */
.top-stories-style-1 {
  padding-bottom: 35px;
  background-color: #fbf8f5;
  overflow: hidden;
}
.top-stories-style-1 .element-list li {
  position: absolute;
}
.top-stories-style-1 .element-list li:nth-child(1) {
  left: 115px;
  top: 50%;
}
.top-stories-style-1 .element-list li:nth-child(2) {
  right: 80px;
  top: 0;
}
.top-stories-style-1 .element-list li:nth-child(3) {
  right: 0;
  bottom: 0;
}

/*rt-post-grid-xl*/
.esp_post-grid-xl .post-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.esp_post-grid-xl .post-img img {
  border-radius: var(--border-radius-xs);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.esp_post-grid-xl .post-img .post-cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.esp_post-grid-xl .post-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.esp_post-grid-xl .post-title {
  font-size: 1.125rem;
}
.sidebar-wrap .esp_post-grid-xl .post-title {
  font-size: 1rem;
}
.esp_post-grid-xl p {
  margin-top: 15px;
}
.esp_post-grid-xl .cat-list .post-title {
  font-size: 0.9375rem;
}
.esp_post-grid-xl .cat-list li {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  padding-bottom: 20px;
}
.esp_post-grid-xl .cat-list li:last-child {
  padding-bottom: 0;
}

/*rt-post-grid*/
.esp_post-grid {margin-bottom: 10px;}
.esp_post-grid .post-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  position: relative;
}
.esp_post-grid .post-img img {
  border-radius: var(--border-radius-xs);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.esp_post-grid .post-img .cat-overlay, .post-img .cat-overlay  {
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: var(--font-meta);
}
.esp_post-grid .post-img .cat-overlay-left-bottom {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.esp_post-grid .post-img .esp_play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.esp_post-grid .post-content {
  padding: 10px 0;
}
.esp_post-grid .post-content h1.post-title {
  font-size: 1.3124rem;
  line-height: normal;
}
.esp_post-grid .post-content .post-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: normal;
}
.esp_post-grid:hover .post-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.esp_post-grid.post-grid-md .post-content {
  padding: 15px 0;
  padding-right: 0;
}
.esp_post-grid.post-grid-md .post-title {
  font-size: 1rem;
  line-height: normal;
}
.esp_post-grid.cat-post .post-img .post-cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.esp_post-grid.cat-post p {
  margin-top: 15px;
}
.esp_post-grid.cat-post .cat-list .post-title {
  font-size: 0.9375rem;
  line-height: normal;
}
.esp_post-grid.cat-post .cat-list li {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  padding-bottom: 20px;
}
.esp_post-grid.cat-post .cat-list li:last-child {
  padding-bottom: 0;
}
.esp_post-grid.post-grid-lg-style-1 .post-content {
  margin: 0 auto;
  padding: 30px 90px;
  text-align: center;
  position: relative;
}
.esp_post-grid.post-grid-lg-style-1 .post-content .shape-13 {
  position: absolute;
  left: -45px;
  top: -80px;
  z-index: -1;
}
.esp_post-grid.post-grid-lg-style-1 .post-meta ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esp_post-grid.post-grid-lg-style-1 .post-title {
  font-size: 1.75rem;
  line-height: normal;
}
.esp_post-grid.post-grid-lg-style-1 .post-title a {
  background-size: 0 2px;
}
.esp_post-grid.post-grid-lg-style-1 .post-title:hover a {
  background-size: 100% 2px;
}
.esp_post-grid.esp_post-grid-style-3, .esp_post-grid.esp_post-grid-style-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.esp_post-grid.esp_post-grid-style-3 .post-img, .esp_post-grid.esp_post-grid-style-4 .post-img {
  height: 100%;
}
.esp_post-grid.esp_post-grid-style-3 .post-img a, .esp_post-grid.esp_post-grid-style-4 .post-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.esp_post-grid.esp_post-grid-style-3 .post-img img, .esp_post-grid.esp_post-grid-style-4 .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esp_post-grid.esp_post-grid-style-3 .post-content, .esp_post-grid.esp_post-grid-style-4 .post-content {
  padding: 25px;
  border: 1px solid var(--color-border);
  border-top: none;
}
.esp_post-grid.esp_post-grid-style-3 .post-content .post-title, .esp_post-grid.esp_post-grid-style-4 .post-content .post-title {
  font-size: 1.375rem;
}
.esp_post-grid.esp_post-grid-style-3 .post-content .post-title a, .esp_post-grid.esp_post-grid-style-4 .post-content .post-title a {
  background-size: 0 2px;
}
.esp_post-grid.esp_post-grid-style-3 .post-content .post-title:hover a, .esp_post-grid.esp_post-grid-style-4 .post-content .post-title:hover a {
  background-size: 100% 2px;
}
.esp_post-grid.esp_post-grid-style-4 .post-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.esp_post-grid.esp_post-grid-style-4 .post-content {
  background-color: #f8f8f8;
  border-color: transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.section-sport .post-title {margin-bottom: 0;}

/* whats-new-wrap-style-1 */
.featured-area-style-1 {
  counter-reset: post-counter;
}
.featured-sticky {
  position: sticky;
  top: 0;
}

.featured-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.featured-tab-title .esp_section-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  margin-right: 8px;
}
.esp_tab-menu {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.right-siderbar .esp_tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.right-siderbar .esp_tab-menu .menu-item {
  width: 50%;
  text-align: center;
}
.right-siderbar .esp_tab-menu .menu-link {
  width: 100%;
  padding: 13px 20px;
  text-transform: uppercase;
}
.esp_tab-menu .menu-item {
  margin: 0;
}
.esp_tab-menu .menu-item:first-child .menu-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px;
}
.esp_tab-menu .menu-item:last-child .menu-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.esp_tab-menu .menu-link {
  font-size: 0.875rem;
  color: #929292;
  font-weight: 600;
  display: inline-block;
  padding: 9px 20px;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-title);
  text-transform: capitalize;
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
}
.esp_tab-menu .menu-link.active, .esp_tab-menu .menu-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
          box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}

/*post-wrap*/
.post-wrap .post-item {
/*  padding-bottom: 20px;*/
  margin-bottom: 22px;
/*  border-bottom: 1px solid var(--color-border);*/
  align-items: center;
}
.post-wrap .post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* post-style-data */
.post-style-data {
  overflow: hidden;
  padding-top: 0;
}
/* featured-area-style-5 */
.featured-area-style-5 {
/*  margin-right: 16px;*/
}

.news-list-style-2 .item {
  border-top: 1px solid var(--color-border);
  padding: 15px 0;
}
.news-list-style-2 .item .post-title {
  font-size: 1rem;
}

/* most-popular-section-style-1 */
.most-popular-section-style-1 {
  margin-top: 25px;
}
.titile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-grid-list-style-6 .item {
  padding-bottom: 22px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--color-border);
}
.post-grid-list-style-6 .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.post-grid-list-style-6 .item:last-child .post-content {
  padding-bottom: 0;
}

/* feature-section-style-6 */
.featured-wrapper-style-6 {
  padding: 40px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f7f7f7;
  counter-reset: post-counter;
  position: relative;
}
.featured-wrapper-style-6 .shape-14 {
  position: absolute;
  right: -90px;
  top: -90px;
  z-index: -1;
}

/*news-feature-sec-gap*/
.news-feature-sec-gap {
  padding: 100px 0;
}
.esp_sidebar-section-layout-1 {
  padding-top: 60px;
  padding-bottom: 130px;
}
.esp_sidebar-section-layout-2 {
  padding-top: 10px;
  padding-bottom: 30px;
}
/*post-list-style-4*/
.post-list-style-4 .post-item {
  margin-bottom: 40px;
}
.post-list-style-4 .post-item:last-child {
  margin-bottom: 0;
}

video {
  max-width: 100%;
  height: auto;
}

.esp_post-video-overlay .post-video {
  height: 100%;
}
.esp_post-video-overlay .post-video video {
  height: 100%;
}

[class*=sports-section-] .post-img,
[class*=sports-section] .post-img {
/*  border-radius: 0;*/
}
[class*=sports-section-] .post-img a:first-of-type::after,
[class*=sports-section] .post-img a:first-of-type::after {
/*  border-radius: 0;*/
}

/*rt-post-list-style-4*/
.esp_post-list-style-4 .post-title {
  font-size: 1.125rem;
}
.esp_post-list-style-4 .item {
  padding-bottom: 16px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}
.esp_post-list-style-4 .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*rt-post-with-listing-style-4*/
.esp_post-with-listing-style-4 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

/* single post area */
/*main post */
.esp_main-post-single {
  position: relative;
}
.esp_main-post-single .post-share-style-1 {
  position: absolute;
  height: calc(100% - 45px);
  left: 22px;
}
.layout-2 .post-share-style-1{
  margin-left: -90px !important;
}
.esp_main-post-single .post-share-style-1 .share-text {
  text-align: center;
  margin-bottom: 18px;
}
.esp_main-post-single .post-share-style-1 .share-text i,
.esp_main-post-single .post-share-style-1 .share-text span {
  display: block;
}
.esp_main-post-single .post-share-style-1 .share-text i {
  color: #a5a6aa;
  margin-bottom: 10px;
}
.esp_main-post-single .post-share-style-1 .share-text span {
  font-size: 0.75rem;
  color: var(--color-black);
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.esp_main-post-single .post-share-style-1 .inner {
  position: sticky;
  top: 125px;
}
.esp_main-post-single .post-header {
  margin-bottom: 25px;
}
.esp_main-post-single .post-header h1.title , .single-post-content h1.post-title {
  margin-bottom: 20px;
  font-size: 1.961rem;
  line-height: 2.375rem;
  font-weight: 700;
}
.esp_main-post-single .post-meta {
/*  margin-bottom: 30px;*/
}

.esp_main-post-single .post-meta .esp_meta, .single-post-content .post-meta .esp_meta {
  font-size: 0.865rem;
}
.esp_main-post-single > .post-img {
  margin-bottom: 40px;
  border-radius: var(--border-radius-xs);
}
.esp_main-post-single > .post-img img {
  border-radius: var(--border-radius-xs);
}

.esp_main-post-single .post-body > p:first-child {
  float: left;
}
.esp_main-post-single .post-body > p:first-child::first-letter {
  font-size: 60px;
  line-height: 0.8;
  color: var(--color-black);
  font-weight: 900;
  float: left;
  padding: 5px 22px;
  vertical-align: top;
}
.esp_main-post-single .post-body p {
  margin-bottom: 30px;
  font-size: 1.215rem;
  line-height: 1.875rem;
  text-align: left !important;
}

.esp_main-post-single .post-body p a {color: var(--color-blue);}
.esp_main-post-single .post-body p a:hover {color: var(--color-secondary);}
.esp_main-post-single .post-body.normal p {font-size: 1.215rem;}
.esp_main-post-single .post-body.medium p {font-size: 1.375rem !important; line-height: 2rem;}
.esp_main-post-single .post-body.large p {font-size: 1.565rem!important; line-height: 2.3rem;}
.esp_main-post-single .post-body p.content-promote {display: block; padding: 5px; font-size: 15px; line-height: 23px; background: var(--color-border); font-weight: 700; border-radius: 5px; color: #44474a; margin: 10px 0 10px 0;}
.esp_main-post-single .post-body p.content-promote a {color: var(--color-black);}
.esp_main-post-single .post-body p:last-of-type {
/*  margin-bottom: 0;*/
}
.esp_main-post-single .post-body .esp_blockquote-area {
  max-width: 85%;
  width: 100%;
  margin: 45px auto;
}
.esp_main-post-single .post-body p em strong, .esp_main-post-single .post-body p strong em {
  display: block;
  position: relative;
  padding: 0 15px;
  font-size: 1rem;;
  border-left: 3px solid var(--color-border);
  font-weight: 600;
  margin: 10px 0;
  font-style: normal;
  font-family: var(--font-meta);
  line-height: 1.4rem;
}
.esp_main-post-single .post-body p em strong span {
  position: absolute;
  margin-top: -15px;
  font-style: normal !important;
  font-weight: 200;
  right: 10px;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}
.esp_main-post-single .post-body p em strong a, .esp_main-post-single .post-body p strong em a {font-weight: 600;color: var(--color-primary);display: inline;}
.esp_main-post-single .post-body p em strong a:hover, .esp_main-post-single .post-body p strong em a:hover {color: var(--color-blue);}

.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote {
  background-color: #f7f7f7;
  padding: 30px 50px;
  position: relative;
}
.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 180px);
  height: 3px;
  right: 0;
  margin: 0 auto;
  background-color: var(--color-primary);
}
.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote i {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  color: #e4e4e4;
}
.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote p {
  font-size: 1.125rem;
  line-height: 1.555;
  color: #444444;
  font-style: italic;
  position: relative;
  margin: 15px 0;
}
.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote .name {
  font-size: 1rem;
  font-weight: 700;
  color: #444444;
  display: block;
  position: relative;
  padding-left: 40px;
}
.esp_main-post-single .post-body .esp_blockquote-area .esp_blockquote .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 2px;
  background-color: #c1c1c1;
}
.esp_main-post-single .list-style-6 {
  margin-left: 5px;
}
.esp_main-post-single .list-style-6.layout-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.esp_main-post-single .single-content {
  position: relative;
}
.esp_main-post-single .post-body > p:first-child {
  float: left;
}
.esp_main-post-single .post-body > p:first-child::first-letter {
  font-size: 50px;
  color: var(--color-black);
  font-weight: 900;
  float: left;
  padding: 10px 22px;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--color-border);
  margin-right: 20px;
}

.esp_main-post-single .single-content ul, .esp_main-post-single .single-content ol {
  margin-bottom: 30px;
}
.esp_main-post-single .single-content ol li {list-style-type: decimal;}
.esp_main-post-single .single-content ul li {list-style-type: square;margin-left: 2rem;}
.esp_main-post-single .single-content ul li h1, .esp_main-post-single .single-content ul li h2, .esp_main-post-single .single-content ul li h3, .esp_main-post-single .single-content ul li h4 {font-size: 1.3rem; font-weight: 500;}
.esp_main-post-single .post-body .content-message {
  border-left: 3px solid #999;
  margin: 30px 0;
  padding-left: 10px;
  font-size: 1rem;
}
.esp_main-post-single .post-body .content-message a {font-size: 1rem;}
.esp_main-post-single .post-body h2, .esp_main-post-single .post-body h3, .esp_main-post-single .post-body h4 {font-size: 1.424rem;}
.esp_main-post-single .post-body .single-content iframe {max-width: 100%; display: block; margin: 0 auto 30px auto !important;}

.esposai{background:#e4eef7;border-radius:16px;padding:16px 16px 0}
.esposaiHeader{align-items:center;display:flex;justify-content:space-between}
.esposaiHeaderContent.-main{align-items:center;color:#000;display:flex;font-size:18px;font-weight:700;gap:8px;letter-spacing:.22px;text-transform:capitalize}
.esposaiBodyContent.-summary{margin:10px 0 0}
.esposaiBodyContent.-summary ul{list-style:none;padding-left:0; margin-bottom: 10px !important;}
.esposaiBodyContent.-summary ul li{color:#222;font-size:16px;font-weight:400;line-height:22px;margin-bottom:8px;overflow:hidden;padding-left:32px;position:relative; margin-left: 0 !important;}
.esposaiBodyContent.-summary ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 12.08c-4.182 0-7-2.85-7-7.08 0 4.23-2.818 7.08-7 7.08 4.182 0 7 2.786 7 6.92 0-4.134 2.818-6.92 7-6.92Z' fill='%234E66FF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:24px;left:0;position:absolute;top:0;width:24px}
.esposaiBodyContent.-news{align-items:start;display:flex;justify-content:space-between}
.esposaiBodyContent.-news .esposaiBodyContentCard{background:#fff;border-radius:12px;box-shadow:0 -1px 2px 0 rgba(59,96,190,.04),0 2px 4px 0 rgba(59,96,190,.08);padding:12px;width:250px}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapTitle{color:#222;font-size:16px;font-weight:600;line-height:22px;margin-bottom:8px;text-transform:capitalize}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapDesc,.esposaiBodyContent.-news .esposaiBodyContentCardWrapTitle{-webkit-box-orient:vertical;-webkit-line-clamp:3;align-self:stretch;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapDesc{color:#3d3d3d;font-size:13px;font-weight:500;letter-spacing:.39px;margin-bottom:12px}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapLink{align-items:center;display:flex;justify-content:space-between}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapLink a{color:#791aff;font-size:12px;font-weight:500;letter-spacing:.96px;text-decoration:none;text-transform:capitalize}
.esposaiBodyContent.-news .esposaiBodyContentCardWrapLink a:hover{text-decoration:underline}.esposaiFooter{align-items:center;display:flex;justify-content:space-between}
p.esposaiFooterText{color:#0d6efd;font-size:12px !important;font-style:italic;font-weight:400;margin-bottom: 10px !important;}

.list-style-6.layout-3 li::before {
  background-color: var(--color-primary);
}
.list-style-6.layout-5 li {
  font-size: 1rem;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 18px;
  margin-bottom: 3px;
}
.list-style-6.layout-5 li:last-child {
  margin-bottom: 0;
}
.list-style-6.layout-5 li::before {
  background-color: var(--color-primary);
}

/*thumb-post-area*/
.thumb-post-area .item-img {
  position: relative;
  border-radius: var(--border-radius-sm);
}
.thumb-post-area .item-img .esp_play-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.esp_main-post-single .single-content .post-img {max-height: 525px;overflow: hidden;border-radius: var(--border-radius-sm);aspect-ratio: 5 / 3;}
.esp_main-post-single .single-content .post-img img {border-radius: var(--border-radius-sm); object-fit: cover; object-position: top center;aspect-ratio: 5 / 3;}
.esp_main-post-single .single-content.plus .post-img, .esp_main-post-single .single-content.plus .post-img img {max-height: inherit !important;}
.esp_main-post-single .single-content .caption, .caption span {font-size: 0.8rem;text-align: start; padding-top: 3px;line-height: 15px;font-style: italic;}
.fotoZoom {
  align-items: center;
  background: rgba(31, 31, 31, .75);
  border-radius: var(--border-radius-xs);
  color: #fff;
  display: flex;
  font-family: var(--font-alt);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: normal;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
}

.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 10px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}
.alignright {
  display: inline;
  float: right;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 5px 0 10px 20px;
  border-radius: var(--border-radius-sm);
}
.aligncenter, .size-full {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--border-radius-sm);
}
.alignnone {
  display: inline;
  margin: 5px 20px 10px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}
.wp-caption {
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin: 0 auto 1rem auto;
}
.wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}
p.wp-caption-text, .wp-caption figcaption, figure figcaption {
  color: #666;
  font-size: 13px !important;
  line-height: 15px !important;
  font-style: italic;
  margin: 5px 0 25px 0;
  text-align: right;
}

.meta-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.meta-nav .avatar {width: 42px; height: 42px;}
.meta-nav .avatar img {border-radius: 50%;}
.meta-nav .author, .meta-nav .date, .author {font-family: var(--font-meta); font-size: 0.9213rem;line-height: 1.5rem;}
.meta-nav .author {font-weight: 600; color: var(--color-secondary);}
.meta-nav .author li a, .author li a {color: var(--color-primary);font-weight: 600;}
.meta-nav .author li a:hover, .author li a:hover {text-decoration: underline;}
.meta-nav .author li:not(:last-child)::after{content: ","; margin-right: 5px; margin-left: -3px; color: var(--color-primary); font-weight: 600; }
.esp_meta a:hover {text-decoration: underline;}
.esp_meta a:not(:last-child)::after {content: ","; margin-right: 3px; color: var(--color-primary); font-weight: 600; }
.editor-section .author a {font-weight: 600;}
.editor-section img {width: 45px; height:45px;border-radius: 50%;object-fit: cover;}
.list-inline-item:not(:last-child) {margin-right: 0;}
.article-share {
    display: inline-block;
    font-family: var(--font-meta);
  }

  .article-share a {
    font-size: 0.8513rem;
    font-weight: 600;
    padding: 3px 12px;
    margin-right: 8px;
    background-color: var(--color-primary);
    border-radius: 4px;
    color: var(--color-white);
    cursor: pointer;
    text-align: center;
  }

  .article-fsz {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }
  .article-fsz:before {
      position: absolute;
      top: 6px;
      left: 0;
      height: 24px;
      border-left: 1px solid var(--color-border);
      content: "";
  }
  .article-fsz button {
    position: relative;
    overflow: hidden;
    width: 32px;
    height: 32px;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    vertical-align: bottom;
    border: none;
    background-color: transparent;
    font-family: var(--font-title);
  }
    .article-fsz button.normal {font-size: 1rem; }
  .article-fsz button.medium {font-size: 1.25rem;}
  .article-fsz button.large {font-size: 1.5rem;}
  .main-fsz:before {
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: block;
    width: 17px;
    border-bottom: 1px solid var(--color-border);
    content: "";
    transform: translate(-50%);}

  .main-fsz:after {
      position: absolute;
      bottom: 2px;
      left: 50%;
      display: block;
      content: "a";
      text-indent: 0;
      text-transform: uppercase;
      transform: translate(-50%);
  }

  .main-fsz.active, .main-fsz:hover {
      color: #0d6efd;
  }

.esp_main-post-single .post-body .baca-juga-wrapt {
  border-top: 2px solid var(--color-secondary);
  border-bottom: 2px solid var(--color-primary );
  margin: 50px 0;
  padding: 0 10px 10px;
  position: relative;
}
.esp_main-post-single .post-body .baca-juga-title {
  position: relative;
  font-size: 0.9125rem;
  color: var(--color-primary);
  line-height: 1.25;
  font-weight: 700;
  background-color: var(--color-white);
  top: -15px;
  left: -10px;
  width: 110px;
  text-transform: uppercase;
}
.esp_main-post-single .post-body .baca-juga-inner>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.esp_main-post-single .post-body .baca-juga-inner>ul li {
  margin-left: 65px;
  display: flex;
  line-height: 19px !important;
  margin-bottom: 20px;
  padding: 0;
}
.esp_main-post-single .post-body .baca-juga-inner>ul li:before {
  content: "\f35a";
  top: 0;
  font-family: var(--font-awesome);
  color: var(--color-secondary);
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.esp_main-post-single .post-body .baca-juga-inner ul>li a {
  padding-left: 5px;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  font-family: var(--font-title);
  color: var(--color-primary);
}
.esp_main-post-single .post-body .baca-juga-inner ul>li a:hover {
  color: var(--color-secondary);
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: -webkit-fill-available;
    position: relative;
    font-size: 1rem;
    margin-bottom: 30px;
    margin-top: 20px;

  }
  tbody {overflow: auto;}
  th,
  td {
    border: 1px solid var(--color-border);
  }
  /*tbody tr:hover {
    background-color: var(--color-gray);
  }*/
  th {
    background-color: var(--color-border);
    color: var(--color-black);
  }
  tfoot {
    background-color: var(--color-border);
    color: var(--color-black);
  }
  table td strong {font-size: 0.86rem;line-height: inherit;}

/* konten premium */
.subscribe-plus {
  background-color: var(--color-white);
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-md);

}
.subscribe-plus .header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}
.subscribe-plus .top-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.subscribe-plus .header-box .logo {
  width: 120px;
}
.subscribe-plus .header-box .login {
  font-family: var(--font-meta);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.02em;
  color: #f29b27;
}
.subscribe-plus .header-box .login a {color: var(--color-primary);}
.subscribe-plus .button-container a:hover, .inverse:hover { color: var(--color-secondary);}
.subscribe-plus .lead {
  font-size: 21px;
  font-family: var(--font-meta);
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2E2E2E;
  margin: 5px auto 10px auto;
}
.subscribe-plus .sublead {
  text-align: center;
  margin: 0 auto 15px auto;
  font-size: 12px;
  font-family: var(--font-title);
  line-height: 19px;
}
.subscribe-plus .button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto;
}
.subscribe-plus .checkout-button {
  display: inline-block;
  width: 325px;
  height: 40px;
  padding: 8px 32px;
  border: 1px solid var(--color-primary);
  font-family: var(--font-meta);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  margin: 0 auto 15px auto;
}
.subscribe-plus .inverse {
  color: var(--color-primary) !important;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
}
.subscribe-plus .button-container a {
  font-family: var(--font-meta);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.subscribe-plus .footer-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
}
.subscribe-plus .callout {
  display: block;
  font-family: var(--font-meta);
  font-weight: 500;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.intro-subscribe {background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);height:10rem;width:100%;position:relative;margin-top:-160px;}
.intro-content {background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);height:5rem;width:100%;position:relative;margin-top:-80px;}

.pricingTable{
    color: #aaa;
    background-color: #fff;
    font-family: var(--font-meta);
    text-align: center;
    position: relative;
    border: 1px solid #eee;
}
.pricingTable:before{
    content: "";
    background:#6c757d;
    width: 50px;
    height: 80px;
    opacity: 0.8;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
}
.pricingTable .title{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}
.pricingTable-header {background-color: #00437d;padding: 7px;}
.pricingTable-header p {font-size: 13px !important;line-height: 17px !important;margin-bottom: 0 !important;font-family: font-family: var(--font-meta);color: #fff !important;}
.pricingTable ul.pricing-content{
    text-align: left;
    padding: 7px 7px 0;
    margin: 10px 0 15px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #777;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 12px;
    position: relative;
    line-height: 1;
    font-family: var(--font-meta);
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li:before{
    color: #018d24;
    font-weight: 900;
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: transparent;
}
.pricingTable .pricing-content li.disable:before{
    color: #e93e41;
}
.pricingTable .price-value{
    color: #777;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 25px;
    position: relative;
}
.pricingTable .small{
    font-size: 15px;
    position: absolute;
    top: -5px;
}
.pricingTable .pricingTable-signup{
    background: #00437d;
    padding: 22px 0;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-decoration: underline;
}
.pricingTable.green:before{ background-color: #069e86; }
.pricingTable.red:before{ background-color: #eb2445; }
.pricingTable.red .pricingTable-signup, .pricingTable.red .pricingTable-header {background-color:#c52540;}

/*author-box-style-1*/
.author-box-style-1 {
  background-color: #f7f7f7;
  padding: 60px;
}
.author-box-style-1 .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
.author-box-style-1 .author-img img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-box-style-1 .author-content .author-name {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.author-box-style-1 .author-content .author-role {
  display: block;
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 500;
}
.author-box-style-1 .author-content .user-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #646464;
  margin: 14px 0;
  padding-right: 20px;
}
.social-style-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-style-5 li {
  margin-right: 15px;
}
.social-style-5 li:last-child {
  margin-right: 0;
}
.social-style-5 a {
  font-size: 1rem;
  color: var(--color-black);
}
.social-style-5 a:hover {
  color: var(--color-primary);
}

.share-box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-share-box-2 .conent-block .block-tile {
  font-size: 1rem;
}

.social-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-share-box .share-text {
  margin-right: 13px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xs);
  padding: 7px 20px;
}

.social-share-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-share-style-1 li {
  margin-right: 6px;
}
.social-share-style-1 a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: var(--color-primary);
  width: 36px;
  height: 30px;
  border-radius: var(--border-radius-xs);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-share-style-1 a.fb {
  background-color: #1559c2;
}
.social-share-style-1 a.fb:hover {
  background-color: #0b2f66;
}
.social-share-style-1 a.tw {
  background-color: #000;
}
.social-share-style-1 a.tw:hover {
  background-color: #333;
}
.social-share-style-1 a.yu {
  background-color: #ed1d25;
}
.social-share-style-1 a.yu:hover {
  background-color: #980c11;
}
.social-share-style-1 a.dr {
  background-color: #f65e97;
}
.social-share-style-1 a.dr:hover {
  background-color: #e10d5c;
}
.social-share-style-1 a.dw {
  background-color: #0e76a8;
}
.social-share-style-1 a.dw:hover {
  background-color: #a94000;
}
.social-share-style-1 a.wh {
  background-color: #43ce13;
}
.social-share-style-1 a.wh:hover {
  background-color: #25710a;
}
.social-share-style-1.layout-2 a {
  color: #7a7e83;
  background-color: transparent;
  border: 1px solid #cccccc;
}

.single-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-social-share li {
  margin-bottom: 8px;
}
.single-social-share li:last-child {
  margin-bottom: 0;
}
.single-social-share a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid var(--color-border);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-social-share a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-social-share a.fb {
  color: #1559c2;
}
.single-social-share a.fb:hover {
  color: #0b2f66;
}
.single-social-share a.tw {
  color: #000;
}
.single-social-share a.tw:hover {
  color: #333;
}
.single-social-share a.yu {
  color: #ed1d25;
}
.single-social-share a.yu:hover {
  color: #980c11;
}
.single-social-share a.dr {
  color: #f65e97;
}
.single-social-share a.dr:hover {
  color: #e10d5c;
}
.single-social-share a.dw {
  color: #0e76a8;
}
.single-social-share a.dw:hover {
  color: #a94000;
}
.single-social-share a.wa {
  color: #43ce13;
}
.single-social-share a.wa:hover {
  color: #25710a;
}

/*pagination*/
.next-prev-wrap {
  border: 1px solid #e1e1e1;
  padding: 40px;
}
.next-prev-wrap.next-wrap {
  text-align: right;
}
.next-prev-wrap.next-wrap .item-icon i {
  margin-right: 0;
  margin-left: 8px;
}
.next-prev-wrap .item-icon {
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
.next-prev-wrap .item-icon a {
  color: #7a7e83;
}
.next-prev-wrap .item-icon a:hover {
  color: var(--color-primary);
}
.next-prev-wrap .item-icon i {
  margin-right: 8px;
}
.next-prev-wrap .content .title {
  font-weight: 600;
  font-size: 1rem;
  color: #111111;
  line-height: normal;
}
.next-prev-wrap .content .title a {
  color: inherit;
}
.next-prev-wrap .content .title:hover {
  color: var(--color-primary);
}

/*single-post-banner*/
.single-plus-image {
  width: 1300px;
  min-height: 650px;
  position: relative;
  border-radius: var(--border-radius-md);

}
.single-plus-image img {object-fit: cover;width: 100%;border-radius: var(--border-radius-md);}
.single-plus-image .single-post-content .title {
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #fff;
}
/* cat-slider-style-1 */
.cat-overlayegory-slider-style-1 {
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
.cat-slider-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(10, 10, 10, 0.14);
          box-shadow: 0px 0px 49px 0px rgba(10, 10, 10, 0.14);
  padding: 40px;
  position: relative;
}
.cat-slider-area .cat-title-wrap {
  max-width: 270px;
  width: 100%;
}
.cat-slider-area .cat-title-wrap .title {
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 1.424rem;
}
.esp_cart-item {
  overflow: hidden;
}
.esp_cart-item .item-img {
  position: relative;
  border-radius: var(--border-radius-xs);
}
.esp_cart-item .item-img img {
  border-radius: var(--border-radius-xs);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.esp_cart-item .item-img::after {
  background-color: rgba(var(--color-black-rgb), 0.7);
  border-radius: var(--border-radius-xs);
}
.esp_cart-item .item-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
          transform: translateX(-50%) translateY(15px);
  bottom: 0;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}
.esp_cart-item .title {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--color-white);
}
.esp_cart-item .title a {
  color: inherit;
}
.esp_cart-item .title:hover {
  color: var(--color-primary);
}
.esp_cart-item .count {
  font-size: 0.875rem;
  color: var(--color-white);
  overflow: hidden;
  margin-bottom: 0;
}
.esp_cart-item:hover .item-content {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.esp_cart-item:hover .anim-overflow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* top-categories-grid-style-1 */
.top-categories-grid-style-1 {
  display: -ms-grid;
  display: grid;
  gap: 2px;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.top-categories-grid-style-1 .cat-item {
  overflow: hidden;
}
.top-categories-grid-style-1 .item-img img {
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* top-games-section-style-1 */
.top-games-section-style-1 {
  padding-bottom: 95px;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 2;
}
.top-games-section-style-1 .game-text {
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}
/*slidebar*/
.sidebar-wrap {
  counter-reset: post-counter;
  overflow: hidden;
}
.sidebar-wrap a img {max-width: 100% !important;} /* max-width: 306px !important; */
.social-connection li {
  display: block;
  border-radius: 3px;
  margin-bottom: 5px;
}
.social-connection li:last-child {
  margin-bottom: 0;
}
.social-connection li:nth-child(1) a {
  background-image: -webkit-gradient(linear, right top, left top, from(#2c6dd2), to(#1155bf));
  background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
  background-image: -ms-linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.social-connection li:nth-child(2) a {
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(#333));
  background-image: linear-gradient(-90deg, #000 0%, #333 100%);
  background-image: -ms-linear-gradient(-90deg, #000 0%, #333 100%);
}
.social-connection li:nth-child(3) a {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff5252), to(#ed1c24));
  background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
  background-image: -ms-linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.social-connection li:nth-child(4) a {
  background-image: -webkit-gradient(linear, right top, left top, from(#4982dd), to(#1155bf));
  background-image: linear-gradient(-90deg, #4982dd 0%, #1155bf 100%);
  background-image: -ms-linear-gradient(-90deg, #4982dd 0%, #1155bf 100%);
}
.social-connection li:nth-child(5) a {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff9656), to(#ff6b10));
  background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
  background-image: -ms-linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.social-connection li:nth-child(6) a {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f43079), to(#f7679d));
  background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
  background-image: -ms-linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.social-connection a {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 62px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-connection a:hover i.facebook {
  background-color: var(--color-white);
  color: #2a67c6;
}
.social-connection a:hover i.twitter {
  background-color: var(--color-white);
  color: #000;
}
.social-connection a:hover i.youtube {
  background-color: var(--color-white);
  color: #f1383e;
}
.social-connection a:hover i.cloud {
  background-color: var(--color-white);
  color: #ff7e2f;
}
.social-connection a:hover i.linkedin {
  background-color: var(--color-white);
  color: #0A66C2;
}
.social-connection a:hover i.instagram {
  background-color: var(--color-white);
  color: #ff7e2f;
  /* color: #F56040; */
}
.social-connection a:hover i.tiktok {
  background-color: var(--color-white);
  color: #f872a4;
  /* color: #25F4EE; */
}
.social-connection a:hover i.dribbble {
  background-color: var(--color-white);
  color: #f872a4;
}
.social-connection a i {
  font-size: 0.875rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.social-connection a i.facebook {
  background-color: #2a67c6;
}
.social-connection a i.twitter {
  background-color: #000;
}
.social-connection a i.youtube {
  background-color: #f1383e;
}
.social-connection a i.cloud {
  background-color: #ff7e2f;
}
.social-connection a i.linkedin {
  background-color: #0A66C2;
}
.social-connection a i.instagram {
  /* background-color: #F56040; */
  background-color: #ff7e2f;
}
.social-connection a i.tiktok {
  /* background-color: #25F4EE; */
  background-color: #f872a4;
}
.social-connection a i.dribbble {
  background-color: #f872a4;
}
.social-connection a .text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.social-connection a .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: var(--color-white);
}
.social-connection a .text span {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.social-connection-style-2 {
  display: -ms-grid;
  display: grid;
}
.social-connection-style-2 li {
  margin-bottom: -1px;
}
.social-connection-style-2 a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8a8a;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-connection-style-2 a:hover {
  color: var(--color-primary);
}
.social-connection-style-2 a:hover .icon-box i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.social-connection-style-2 a:hover .text-box {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.social-connection-style-2 .icon-box {
  font-size: 1rem;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #d0d0d0;
  overflow: hidden;
}
.social-connection-style-2 .icon-box i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-connection-style-2 .text-box {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.social-connection-style-2 .count-box {
  border-left: 1px solid #d0d0d0;
  padding-left: 10px;
  padding-right: 20px;
  color: #222222;
  line-height: 1.2;
}

.post-list .item {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.post-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post-list-box-style-2 .post-list .item {
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.post-list-box-style-2 .post-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-list-box-style-2 .post-list .item:hover .icon-box i {
  -webkit-animation: toRightFromLeft 0.5s forwards;
          animation: toRightFromLeft 0.5s forwards;
}
.post-list-box-style-2 .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-list-box-style-2 .title-wrap .icon-box {
  color: #b5b5b5;
  font-size: 1.0625rem;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.post-list-box-style-2 .post-title {
  font-size: 1rem;
}

.sidebar-wrap.sidebar-wrap-with-bg {
  background-color: #f7f7f7;
  padding: 30px;
}

/*subscribe-content*/
.subscribe-box-style-1 {
  background-color: #f4f4f4;
  border-radius: var(--border-radius-xs);
}

.subscribe-content {
  text-align: center;
  padding: 40px 35px;
}
.subscribe-content .title {
  position: relative;
  padding-bottom: 20px;
  font-size: 1.375rem;
}
.subscribe-content .title::after, .subscribe-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: var(--color-primary);
  height: 1px;
}
.subscribe-content .title::before {
  width: 74px;
  bottom: 8px;
}
.subscribe-content .title::after {
  width: 44px;
}
.subscribe-content > p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.subscribe-content p,
.subscribe-content .small-text {
  font-size: 0.875rem;
  color: #646464;
}
.subscribe-content .small-text {
  color: #acabab;
  margin-top: 15px;
}

.subscribe-form .esp_form-group {
  margin-bottom: 15px;
}
.subscribe-form .esp_form-control {
  font-size: 0.875rem;
  color: var(--color-body);
  height: 53px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  background-color: var(--color-white);
  text-align: center;
  width: 100%;
}
.subscribe-form .esp_form-control::-webkit-input-placeholder {
  color: var(--color-body);
}
.subscribe-form .esp_form-control::-moz-placeholder {
  color: var(--color-body);
}
.subscribe-form .esp_form-control:-ms-input-placeholder {
  color: var(--color-body);
}
.subscribe-form .esp_form-control::-ms-input-placeholder {
  color: var(--color-body);
}
.subscribe-form .esp_form-control::placeholder {
  color: var(--color-body);
}
.subscribe-form .esp_form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.esp_submit-btn {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  height: 53px;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  border: none;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.esp_submit-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.esp_submit-btn:hover {
  color: var(--color-white);
  background-color: #0034c2;
}

/*rt-categories*/
.cat-overlay-categories li {
  display: block;
  margin-bottom: 6px;
}
.cat-overlay-categories li:last-child {
  margin-bottom: 0;
}
.cat-overlay-categories li:hover a {
  background-position: left 50%;
}
.cat-overlay-categories li:hover .count {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.cat-overlay-categories li:hover .cat-name {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.cat-overlay-categories a {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 75px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--border-radius-xs);
}
.cat-overlay-categories a::after {
  background-color: rgba(var(--color-black-rgb), 0.5);
  z-index: -1;
  border-radius: var(--border-radius-xs);
}
.cat-overlay-categories .cat-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cat-overlay-categories .count {
  font-size: 0.875rem;
  color: var(--color-body);
  background-color: var(--color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.featured-news-box-style-1 .inner {
  border: 1px solid var(--color-border);
}
.featured-news-box-style-1 .item {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.featured-news-box-style-1 .item img {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
  border: 1px solid var(--color-border);
}
.featured-news-img-slider-style-1 {max-height: 216px; overflow: hidden;}

.feature-content {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  margin: 0 10px;
  margin-top: -10px;
  padding: 20px;
}
.featured-news-box-style-1 .inner .newspaper {font-size: 0.875rem; color: #fff;font-weight: 600; margin-bottom: 15px;text-decoration: underline; text-transform: uppercase;}
.featured-list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.featured-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.featured-list .post-title {
  font-size: 1.5rem;
  color: var(--color-white);
}
.featured-list .post-title a {
  color: inherit;
}

.video-box-style-1 .item-img {
  position: relative;
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
  z-index: 1;
}
.video-box-style-1 .item-img img {
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.video-box-style-1 .item-img::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
  border-top-left-radius: var(--border-radius-xs);
  border-top-right-radius: var(--border-radius-xs);
}
.video-box-style-1 .item-img .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  width: 100%;
}
.video-box-style-1 .item-img .item-content .post-title {
  font-size: 1rem;
}
.video-box-style-1 .item-img .item-content .post-title a {
  color: var(--color-white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), color-stop(98%, var(--color-white)));
  background-image: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 98%);
}
.video-box-style-1 .item-img .item-content .esp_meta {
  color: #d0d0d0;
}
.video-box-style-1 .item-img .item-content .esp_meta .icon {
  color: #d0d0d0;
}
.video-box-style-1 .video-content {
  border: 1px solid var(--color-border);
  padding: 10px 20px;
  padding-top: 20px;
}
.video-box-style-1 .video-content-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-box-style-1 .video-content-list .post-title {
  font-size: 0.9375rem;
}
.video-box-style-1 .video-item-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.video-box-style-1 .video-item-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/*top-headline-box-style-1*/
.top-headline-box-style-1 .title {
  font-size: 1.0625rem;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}
.top-headline-box-style-1 .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background-color: var(--color-primary);
}
.top-headline-box-style-1 .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.top-headline-box-style-1 .item .post-title {
  font-size: 1rem;
}
.top-headline-box-style-1 .item:last-child {
  border-bottom: none;
}
.top-headline-box-style-1 .item-content {
/*  padding: 0 30px;*/
}

.sidebar-post-style-5 .item-img {
  border-radius: var(--border-radius-xs);
  overflow: hidden;
}
.sidebar-post-style-5 .item-img img {
  border-radius: var(--border-radius-xs);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.sidebar-post-style-5 .post-title {
  font-size: 1.2rem;
}
.sidebar-post-style-5 .item-content {
  padding-top: 10px;
}
.sidebar-post-style-5 .item-title-list .single-item, .single-item {
  padding: 15px 0;
  border-top: 1px solid var(--color-border);
}
.sidebar-post-style-5:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*rt-social-style-2*/
.esp_social-style-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.esp_social-style-2 a {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-border);
  padding: 15px;
  border-radius: var(--border-radius-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.esp_social-style-2 a span {
  display: block;
  font-weight: 500;
  color: #111111;
  margin-top: 10px;
}
.esp_social-style-2 .social-icon {
  font-size: 1.5rem;
}
.esp_social-style-2 .social-icon.fb {
  color: #1559c2;
}
.esp_social-style-2 .social-icon.tw {
  color: #1ea9e9;
}
.esp_social-style-2 .social-icon.yu {
  color: #ed1d25;
}
.esp_social-style-2 .social-icon.dw {
  color: #ff6b10;
}
.esp_social-style-2 .social-icon.dr {
  color: #f65e97;
}
.esp_social-style-2 .social-icon.vm {
  color: #2cc0eb;
}

/*tag-list*/
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list .tag-link {
  font-size: 0.875rem;
  color: #646464;
  border: 1px solid #d7d7d7;
  padding: 5px 8px;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: lowercase;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
}
.tag-list.style-2 .tag-link {
  font-size: 0.75rem;
  color: #a5a5a5;
  border: 1px solid #363636;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--border-radius-xs);
}
.tag-list.style-2 .tag-link:hover {
  color: var(--color-white);
}
.vote-status-box {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.vote-status-box .vote-status-box-item {
  position: relative;
  z-index: 1;
  height: 40px;
  background: #eeeeee;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-black);
}
.vote-status-box .vote-status-box-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: #ddeaed;
  border-radius: 4px 0px 0px 4px;
  z-index: -1;
}
.vote-status-box .vote-status-box-item:nth-child(2)::after {
  background: #eddde3;
  width: 80%;
}
.vote-status-box .vote-status-box-item:nth-child(3)::after {
  background: #dddfed;
  width: 40%;
}
.vote-status-box .vote-status-box-item .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.vote-status-box .vote-status-box-item .radio-box [type=radio] {
  display: none;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #80d6e9;
  position: relative;
  z-index: 1;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle::after {
  content: "";
  position: absolute;
  background: #80d6e9;
  z-index: -1;
  inset: 3px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle.custom-radio-circle_2 {
  border-color: #e98080;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle.custom-radio-circle_2::after {
  background-color: #e98080;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle.custom-radio-circle_3 {
  border-color: #828cd3;
}
.vote-status-box .vote-status-box-item .radio-box .custom-radio-circle.custom-radio-circle_3::after {
  background-color: #828cd3;
}
.vote-status-box .vote-status-box-item .radio-box [type=radio]:checked + .custom-radio-circle::after {
  visibility: visible;
  opacity: 1;
}
.sidebar-wrap.voting-wrap {
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xs);
}
.sidebar-wrap.voting-wrap .esp_submit-btn {
  font-size: 0.875rem;
  height: 40px;
  border-radius: 4px;
}
.sidebar-wrap.voting-wrap .post-img img {
  width: 100%;
  height: auto;
}

/* esp-ad-banner-style-1 */
.ad-banner-img {
  border-radius: 4px;
  text-align: center;
}
.ad-banner-img img {
  border-radius: 4px;
}

.post-banner-style-1 {
  min-height: 250px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}
.post-banner-style-1::before, .post-banner-style-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.post-banner-style-1::before {
/*  background-image: url("../../media/gallery/post-banner_1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.post-banner-style-1::after, .featured-news-box-style-1 .feature-content {
  border-radius: 4px;
  opacity: 1;
  background-image: linear-gradient(38deg, #512da8 0%, #2962ff 100%);
  background-image: -ms-linear-gradient(38deg, #512da8 0%, #2962ff 100%);
}

.post-banner-style-1 .post-content .logo {margin-bottom: 10px;}
.post-banner-style-1 .post-content .logo img {width: 110px; filter: brightness(0) invert(1); }
.post-banner-style-1 .post-content {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.post-banner-style-1 .post-content p, .featured-news-box-style-1 .feature-content p  {
  font-size: 13px;
  color: #fff;
  font-family: var(--font-meta);
  line-height: 18.75px;
}
.post-banner-style-1 .post-content p span {
/*  color: var(--color-tw);*/
  font-weight: 700;
}
.post-banner-style-1 .post-content .price {margin: 20px 0 15px;}
.post-banner-style-1 .post-content .price i {font-size: 40px;color: var(--color-white); margin-bottom: 0;}
.post-banner-style-1 .post-content .price i span {font-size: 30px;position: relative; vertical-align: text-top;}
.post-banner-style-1 .post-content .price i small {font-size: 12px;font-weight: normal;color: var(--color-white);display: inline-block;}
.post-banner-style-1 .post-content .notes a {color: #fff; font-size: 0.7314rem;text-decoration: underline;font-style: italic;}
/* end swipe-up-ad */
.advertisement {position: relative;}
.adsPushdown__container{top:0;width:100%;position:relative;z-index:0;background:#212121;height:480px;overflow:hidden}
.adsPushdown__container_dfp{top:0;width:100%;position:relative;z-index:0;background:#212121;height:420px;overflow:hidden}
.adsPushdown__container_default{top:0;width:100%;position:relative;z-index:0;background:#212121;height:336px;overflow:hidden}
.adsPushdown__big{width:360px;height:480px;left:0;right:0;margin:0 auto}
.adsPushdown__big_dfp{width:360px;height:420px;left:0;right:0;margin:0 auto}
.adsPushdown__big_default{width:336px;height:336px;left:0;right:0;margin:0 auto}
.adsPushdown__swipe{position:relative;top:0;width:100%;height:20px;overflow:hidden;color:#fff;line-height:2;font-size:10px;font-weight:400;text-align:center;letter-spacing:.6px;background:#096ab8;text-transform:uppercase}
.adsPushdown__inner{position:fixed;top:0;left:0;right:0;margin:0 auto;width:360px;height:480px}
.adsPushdown__inner_dfp{position:fixed;top:0;left:0;right:0;margin:0 auto;width:360px;height:420px}
.adsPushdown__inner_default{position:fixed;top:0;left:0;right:0;margin:0 auto;width:336px;height:336px}
.adsPushdown__inner:before, .advertisement::before {content:"ADVERTISEMENT";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;font:400 12px/1.4 Playfair,sans-serif;color:#9B9BA5;display:flex;justify-content:center;align-items:center;background-color:rgba(0, 0, 0, 0.2)}
.adsPushdown__inner_dfp:before{content:"ADVERTISEMENT";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;font:400 12px/1.4 Playfair,sans-serif;color:#505a63c7;display:flex;justify-content:center;align-items:center;background-color:#0b1c2b}
.adsPushdown__inner_default:before{content:"ADVERTISEMENT";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;font:400 12px/1.4 Playfair,sans-serif;color:#505a63c7;display:flex;justify-content:center;align-items:center;background-color:#0b1c2b}
.adsPushdown__inner.top{transform:translateY(50px)}
.adsPushdown__close{right:5px;z-index:99;width:48px;height:22px;overflow:hidden;position:absolute;top:5px;background:#096ab8;text-transform:uppercase;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:3px 5px;cursor:pointer}
.adsPushdown~header{background:#fcfcfc}
.adsPushdown~header .header2_detail_inject{position:relative;margin-top:0}
.adsPushdown~.wrapper-description{z-index:1;margin-top:0;padding-top:60px}
.adsPushdown~#div-gpt-ad-mr2,.adsPushdown~#div-gpt-ad-oop1,.adsPushdown~.bodyWrap,.adsPushdown~.footer,.adsPushdown~.row .col-sm-12 .wrapper-list-news,.adsPushdown~.wrapper-description{position:relative;background:#fcfcfc}

.ad-50 {width: 100%;height: 90px;}
.ad-90 {width: 100%;height: 90px;}
.ad-100 {width: 100%;height: 100px;}
.ad-150 {width: 100%;height: 150px;}
.ad-200 {width: 100%;height: 200px;}
.ad-250 {width: 100%;height: 250px;}
.ad-280 {width: 100%;height: 280px;}
.ad-600 {width: 100%;height: 600px;}
.ad-750 {width:250px;height: 750px;}
.ad-50,.ad-90,.ad-100,.ad-150,.ad-200,.ad-250,.ad-280,.ad-600,.ad-750 {overflow: hidden;}

  #mega-billboard-container {width: 1320px;display: block;overflow: hidden;margin: 0 auto;}
  #mega-billboard-container img {width: 1340px;height: 200px;}

  #div-big, #div-small {transition: height .70s;float: left;}
  .bill-close-btn {height: 25px;width: 25px;background-color: #f44336;border-radius: 2px;margin: 5px 0 0 1268px;cursor: pointer;position: absolute;}
  .bill-close-btn:after {position: absolute;top: 0;bottom: 0;left: 0;right: 0;content: '\d7';font-size: 29px;font-family: arial !important;color: #FFF;line-height: 25px;text-align: center;}
  .skinad-left {margin: 0px 0px 0px -910px;}
  .skinad-right {margin: 0px 0px 0px 660px;}
  .left-lk, .right-lk {display: block;}
  .skinad-left, .skinad-right {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    z-index: 5;
    top: 135px;
    left: 50%;
  }
  .skinad-left .left-lk img, .skinad-right .right-lk img {max-width: 250px !important;width: 250px;}
  .skinad-left.sticky, .skinad-right.sticky {top: 97px; }
  .skinad-left.sticky-bottom, .skinad-right.sticky-bottom {bottom: 460px;top: auto;}
  .skindad-side-top {
    top:0;
  }

  .skinad-left.sticky, .skinad-right.sticky, .skinad-left.sticky-bottom, .skinad-right.sticky-bottom {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

/* section-video */
.section-video {
  position: relative;
}
.section-video .video-thumnail-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: 0 auto;
}
.section-video .video-thumnail-area.video-thumnail-area-style-8 {
  bottom: 0;
}
.section-video .video-thumnail-area.video-thumnail-area-style-8 .esp_slider-video-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 12px 14px 0px 0px;
  padding: 0;
}
.section-video .video-thumnail-area.video-thumnail-area-style-8 .esp_slider-video-thumb .swiper-slide.swiper-slide-visible.swiper-slide-duplicate-prev {
  border-right: 0;
}
.section-video .video-thumnail-area.video-thumnail-area-style-8 .esp_slider-video-thumb .item.video-slide-thumb {
  padding: 40px;
  border-right: 1px solid #fff;
}

.esp_slider-video-thumb {
  position: relative;
  padding-top: 40px;
}
.esp_slider-video-thumb .swiper-pagination {
  background: rgba(255, 255, 255, 0.25);
  height: 3px;
}

.video-slide {
  min-height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 165px;
}
.video-slide::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(59%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.video-slide .post-title {
  font-size: 2.125rem;
  overflow: hidden;
}
.video-slide .post-title a {
  color: var(--color-white);
}

/* video-gallery-style-2 */
.video-gallery-style-2 {
  background-color: #282828;
}

/* video-gallery-style-2 */
.top-video-section-style-2 {
  position: relative;
  background-color: #282828;
  overflow: hidden;
  z-index: 2;
}
.top-video-section-style-2 .video-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto 0;
  z-index: -1;
}
.top-video-section-style-2 .circle-shape {
  position: absolute;
  top: -150px;
  right: 60px;
  z-index: -1;
}

/* ft-section-video */
.ft-section-video {
  position: relative;
  z-index: 1;
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
.ft-section-video .ft-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ft-section-video .ft-video-bg::after {
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.05%, rgba(0, 0, 0, 0)), color-stop(73.83%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -26.05%, rgba(0, 0, 0, 0.65) 73.83%);
}
.ft-section-video .post-content .post-title {
  color: #fff;
}
.ft-section-video .post-content.post-content-lg .post-title {
  font-size: 1.875rem;
}
.ft-section-video .post-meta .esp_meta .name {
  color: #d0d0d0;
}

.video-section-style-8 {
  position: relative;
}
.video-section-style-8 .video-thumnail-area {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.video-section-style-8 .video-thumnail-area .swiper-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}
.video-section-style-8 .video-thumnail-area .video-slide-thumb {
  padding: 40px;
}
.video-section-style-8 .video-thumnail-area .esp_post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section-style-8 .video-thumnail-area .esp_post .post-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.video-section-style-8 .video-thumnail-area .swiper-slide-thumb-active .esp_post .post-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* subscribe-section-style-1 */
.subscribe-section-style-1 {
  padding-top: 45px;
  overflow: hidden;
}
.esp_subscribe-box {
  margin-top: -45px;
}
.esp_subscribe-box .title {
  font-size: 1.625rem;
  max-width: 60%;
  width: 100%;
  margin-bottom: 20px;
}
.layout-2 .esp_subscribe-box .title {
  max-width: 82%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.subscribe-form-style-2 .esp_subs-group {
  position: relative;
}
.subscribe-form-style-2 .subscribe-form {
  font-size: 0.9375rem;
  color: #919191;
  padding: 5px 20px;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 5px;
}
.subscribe-form-style-2 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding: 5px 20px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.subscribe-form-style-2 .subscribe-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-form-style-2 .subscribe-btn:hover {
  background-color: #0034c2;
}

.bouncing-bubble-animation {
  -webkit-animation: bouncebubble infinite 5s;
          animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* subscribe-form-style-6 */
.subscribe-wrap-style-6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px;
}
.subscribe-box-style-6 {
  -webkit-box-shadow: 6.889px 11.025px 56.05px 2.95px rgba(0, 0, 0, 0.14);
          box-shadow: 6.889px 11.025px 56.05px 2.95px rgba(0, 0, 0, 0.14);
  border-radius: var(--border-radius-xs);
  background-color: var(--color-white);
  padding: 60px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subscribe-form-style-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.subscribe-form-style-6 .subscrible-heading {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.subscribe-form-style-6 .subscrible-heading .title {
  font-size: 1.25rem;
  margin-bottom: 3px;
}
.subscribe-form-style-6 .subscrible-heading p {
  font-size: 0.875rem;
  color: #868686;
}
.subscribe-form-style-6 .esp_subs-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.subscribe-form-style-6 .esp_subs-form .subscribe-form {
  font-size: 0.9375rem;
  color: #929292;
  padding: 5px 20px;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid var(--color-border);
}
.subscribe-form-style-6 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  height: 50px;
  padding: 5px 30px;
  border: none;
  border-radius: var(--border-radius-xs);
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-box-shadow: 0px 7px 17.1px 0.9px rgba(0, 115, 255, 0.47);
          box-shadow: 0px 7px 17.1px 0.9px rgba(0, 115, 255, 0.47);
}
.subscribe-form-style-6 .subscribe-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-form-style-6 .subscribe-btn:hover {
  background-color: #0034c2;
}

/*subscribe-section-area-style-2*/
.subscribe-section-area-style-2 {
  padding-top: 0;
  padding-bottom: 95px;
}

.subscribe-section-style-8 {
  position: relative;
  z-index: 1;
}
.subscribe-section-style-8 .element_21 {
  left: 8%;
  bottom: -6px;
}
.subscribe-section-style-8 .element_22 {
  left: 45%;
  top: -5px;
}
.subscribe-section-style-8 .element_23 {
  right: 10%;
  bottom: -5px;
}
.esp_subscribe-title-box-style-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.esp_subscribe-title-box-style-8 .title {
  font-size: 1.5rem;
  max-width: 100%;
  margin-bottom: 0;
}
.esp_subscribe-title-box-style-8 .icon {
  font-size: 4rem;
  color: var(--color-primary);
  line-height: 1;
}
.esp_subscribe-title-box-style-8 p {
  font-size: 1.0625rem;
  font-weight: 500;
}
.esp_subscribe-title-box-style-8 p:last-of-type {
  margin-bottom: 0;
}
.footer-subscribe-wrapper .esp_subscribe-title-box-style-8 .title {
  color: var(--color-white);
}
.footer-subscribe-wrapper .esp_subscribe-title-box-style-8 .icon {
  color: #606060;
}
.footer-subscribe-wrapper .esp_subscribe-title-box-style-8 p {
  color: #747474;
}

.subscribe-form-style-8 .esp_subs-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribe-form-style-8 .subscribe-form {
  font-size: 0.9375rem;
  color: #919191;
  padding: 5px 20px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.subscribe-form-style-8 .subscribe-form::-webkit-input-placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-form::-moz-placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-form:-ms-input-placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-form::-ms-input-placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-form::placeholder {
  color: #919191;
}
.subscribe-form-style-8 .subscribe-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  height: 50px;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.subscribe-form-style-8 .subscribe-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-form-style-8 .subscribe-btn:hover {
  background-color: #0034c2;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form {
  background: #262626;
  color: #8b8b8b;
  letter-spacing: 0.05rem;
  border: none;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form::-webkit-input-placeholder {
  color: #8b8b8b;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form::-moz-placeholder {
  color: #8b8b8b;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form:-ms-input-placeholder {
  color: #8b8b8b;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form::-ms-input-placeholder {
  color: #8b8b8b;
}
.footer-subscribe-wrapper .subscribe-form-style-8 .subscribe-form::placeholder {
  color: #8b8b8b;
}

/* contact-section-layout-1 */
.contact-section-layout-1 {
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
}
/*  Search Box */
.search-form-box .form-group {
  position: relative;
  margin-bottom: 0;
  padding: 5px;
  border-radius: var(--border-radius-xs);
  border: 1px solid var(--color-border);
}
.search-form-box .form-group .esp_search-control {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-body);
  border: none;
  background-color: transparent;
  height: 43px;
  padding: 5px 18px;
  padding-right: 53px;
}
.search-form-box .form-group .esp_search-control::-webkit-input-placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .esp_search-control::-moz-placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .esp_search-control:-ms-input-placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .esp_search-control::-ms-input-placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .esp_search-control::placeholder {
  color: var(--color-body);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-form-box .form-group .esp_search-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.search-form-box .form-group .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 45px;
  border-radius: 3px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.search-form-box .form-group .search-submit:hover {
  color: var(--color-white);
  background-color: #0034c2;
}
.search-form-box .form-group .search-submit:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

/*comments-form-style-1*/
.comments-form-style-1 {
  background-color: #f7f7f7;
  padding: 50px;
}
.comments-form-style-1 .esp_form-group {
  margin-bottom: 25px;
}
.comments-form-style-1 .esp_form-group label {
  display: block;
  color: #444444;
  margin-bottom: 8px;
}
.comments-form-style-1 .esp_form-group .form-control {
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background-color: var(--color-white);
}
.comments-form-style-1 .esp_form-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments-form-style-1 .esp_form-group .text-area {
  resize: none;
  min-height: 220px;
  padding-top: 20px;
}
.comments-form-style-1 .form-check .form-check-input[type=checkbox] {
  width: 19px;
  height: 19px;
  border-radius: var(--border-radius-xs);
  border: 1px solid #acacac;
  margin-right: 10px;
  margin-top: 0;
}
.comments-form-style-1 .form-check .form-check-input[type=checkbox]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments-form-style-1 .form-check label {
  font-size: 0.9375rem;
  color: #646464;
  margin-bottom: 0;
}
.comments-form-style-1 .submit-btn {
  font-size: 0.9375rem;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-primary);
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 30px;
  height: 55px;
  border: none;
  width: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.comments-form-style-1 .submit-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments-form-style-1 .submit-btn:hover {
  color: var(--color-white);
  background-color: #0034c2;
}
/*contact form style-1*/
.contact-form-style-1 {
  background-color: #fbfbfb;
  padding: 45px;
  border: 1px solid #f0f0f0;
  border-radius: var(--border-radius-xs);
}
.contact-form-style-1 .form-title {
  font-size: 1.25rem;
  margin-bottom: 22px;
}
.contact-form-style-1 .form-group {
  margin-bottom: 12px;
}
.contact-form-style-1 .form-group label {
  color: var(--color-black);
  font-weight: 600;
}
.contact-form-style-1 .form-group .esp_form-control {
  font-size: 0.875rem;
  color: #9b9b9b;
  background-color: var(--color-white);
  padding: 10px 20px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: 1px solid #f0f0f0;
}
.contact-form-style-1 .form-group .esp_form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style-1 .form-group .esp_form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .esp_form-control::-moz-placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .esp_form-control:-ms-input-placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .esp_form-control::-ms-input-placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .esp_form-control::placeholder {
  color: #9b9b9b;
}
.contact-form-style-1 .form-group .esp_textarea {
  min-height: 110px;
  resize: none;
  padding-top: 15px;
}
.contact-form-style-1 .submit-btn {
  font-size: 0.875rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-transform: uppercase;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}
.contact-form-style-1 .submit-btn:hover {
  color: var(--color-white);
  background-color: #03359b;
}
.contact-form-style-1 .submit-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*rt-contact-form*/
.esp_contact-form .form-response .alert {
  margin-top: 1rem;
}
.esp_contact-form .form-response .alert p {
  margin-bottom: 0;
}

/*contact-wrap-area-1*/
.contact-wrap-area-1 .esp_section-heading-style-2 {
  max-width: 90%;
  width: 100%;
}
.contact-list-area-1 {
  position: relative;
}

.contact-list-style-1 {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "a b" "c d";
}
.contact-list-style-1 .list-item {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list-style-1 .list-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.contact-list-style-1 .list-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}
.contact-list-style-1 .list-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: c;
}
.contact-list-style-1 .list-item:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: d;
}
.contact-list-style-1 .list-item .list-icon {
  margin-right: 15px;
}
.contact-list-style-1 .list-item .list-icon i {
  font-size: 1.25rem;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list-style-1 .list-item .list-content span {
  display: block;
}
.contact-list-style-1 .list-item .list-content span a {
  color: var(--color-body);
}

/* Google maps */
.map-section-style-1 {
  padding-bottom: 130px;
}
.map-wrapper {
  overflow: hidden;
}

.map-style-1 .map {
  width: 100%;
  min-height: 500px;
  margin-bottom: -8px;
}

/*  404 */
.error-area-style-1 .item-img {
  margin-bottom: 50px;
}
.error-area-style-1 .item-content {
  max-width: 70%;
  margin: 0 auto;
}
.error-area-style-1 .item-content .title {
  margin-bottom: 12px;
  font-size: 1.802rem;
}
.error-area-style-1 > .btn-wrap {
  margin-top: 32px;
}

.error-body p {
  font-size: 1rem;
  line-height: normal;
}
/* Footer */
.footer {
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer.footer-style-3::after {
  background-color: rgba(var(--color-black-rgb), 0.75);
  z-index: -1;
}
.footer.footer-style-4 {
  padding-top: 100px;
  padding-bottom: 95px;
}
.footer.footer-style-5 .footer-bottom {
  background: #1f1f1f;
  border-top: none;
}
.footer.footer-style-5 .footer-subscribe-wrapper {
  border-bottom: 1px solid #373737;
}
.footer.footer-style-5 .widget-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer.footer-style-5 .widget-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer .esp_post.post-sm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top {
  padding-top: 52px;
  padding-bottom: 45px;
  background
}

.footer-widget .logo, .footer-widget .footer-logo {
  margin-bottom: 30px;
  margin-top: 3px;
}
.footer-widget .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #e9ecef;
  margin-bottom: 30px;
}
.footer-widget .footer-widget-title {
  position: relative;
  font-size: 1rem;
  color: var(--color-white);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-widget .widget-list .widget-list-item {
  margin-bottom: 10px;
  line-height: 1;
}
.footer-widget .widget-list .widget-list-item:last-child {
  margin-bottom: 0;
}
.footer-widget .widget-list .widget-list-link {
  color: #e9ecef;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 0.9375rem;
}
.footer-widget .widget-list .widget-list-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e9ecef;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.footer-widget .widget-list .widget-list-link:hover {
  color: var(--color-secondary);
}
.footer-widget .widget-list .widget-list-link:hover::after {
  background-color: var(--color-secondary);
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-social .social-item {
  margin-right: 4px;
}
.footer-social .social-item:last-child {
  margin-right: 0;
}
.team-social .footer-social .social-item {
  margin-right: 0;
}
.footer-social .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9375rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.102);
}
.footer-social .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-social .social-link:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}
.footer-social.style-2 .social-link {
  background-color: var(--color-black);
}
.footer-social.style-2 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-social.team-social-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social.team-social-1 .social-link {
  background-color: #c2c2c2;
}
.footer-social.team-social-1 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-social.author-social-1 .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
}
.footer-social.author-social-1 .social-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.footer-widget-style-2 .logo {
  margin-bottom: 30px;
}
.footer-widget-style-2 .footer-social {
  margin-bottom: 35px;
}

/*footer bottom*/
.footer-bottom {
  background-color: #096ab8;
}
.footer-bottom:before {background-image: linear-gradient(270deg, transparent, var(--color-secondary) 50%, transparent);}
.footer-style-3 .footer-bottom {
  border-color: #414141;
}

.footer-bottom-area {
  min-height: 100px;
  text-align: center;
}
.copyright-text {
  color: #cccccc;
}
.copyright-text a {
  color: #cccccc;
}
.copyright-text a:hover {
  color: var(--color-primary);
}
.copyright-text.style-2 {
  color: var(--color-black);
}
.copyright-text.style-2 a {
  color: var(--color-black);
}
.copyright-text.style-2 a:hover {
  color: var(--color-primary);
}

.footer-menu-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer-menu-style-2 a {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #b1b1b1;
  position: relative;
  padding-right: 26px;
}
.footer-menu-style-2 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b1b1b1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.footer-menu-style-2 a:hover {
  color: var(--color-primary);
}
.footer-menu-style-2 a:hover::after {
  background-color: var(--color-primary);
}
.footer-menu-style-2 li:last-child a::after {
  display: none;
}

.social-wrapper-line-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
.social-wrapper-line-style .wrapper-line {
  width: 100%;
  height: 1px;
  border: 1px solid #404040;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.social-wrapper-line-style .footer-social {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  gap: 10px;
}
.social-wrapper-line-style .footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1rem;
}
.custom-col{
    width: 20%;
/*    word-break:break-all;*/
}
.custom-col:last-child {border-right: none !important;}
.border-xl-left-none {
  border-left: none !important; }

.border-xl-right-none {
  border-right: none !important; }

.border-xl-top-none {
  border-top: none !important; }

.border-xl-bottom-none {
  border-bottom: none !important; }
.border-end, .border-start, .border-top, .border-bottom {border-color: var(--color-border) !important;}
.subscribe-wrapt {
    position: absolute;
    top: 40px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(transparent, rgb(0, 0, 0));
}

.subnav-menu, .section-nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 16px;
  font-size: 0.9625rem;
  font-family: var(--font-meta);
  color: var(--color-blue);
}
.section-nav {padding-top: 10px; padding-bottom: 30px;border-top: 2px solid var(--color-border,#121212)}
.section-nav .lead-item {font-size: 0.875rem;line-height: 1.0625rem;color: var(--color-black, #121212) !important;font-weight: 700;-webkit-letter-spacing: 0.5px;-moz-letter-spacing: 0.5px;-ms-letter-spacing: 0.5px;letter-spacing: 0.5px;transition: color 0.6s ease;text-transform: uppercase;}
.section-nav ul {display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: inline-flex;*/gap: 13px;scrollbar-width: none;}
.section-nav ul li.item {font-size: 0.8125rem;line-height: 1rem;font-weight: 500;}
.section-nav ul li.item a {color: var(--color-black, #121212);}
.section-title .section-nav {border-top: none;padding: 9px 0;}
.section-title .section-nav .lead-item {font-size: 0.825rem;line-height: 1.0625rem;color: var(--color-black, #121212) !important;font-weight: 700;-webkit-letter-spacing: 0.5px;-moz-letter-spacing: 0.5px;-ms-letter-spacing: 0.5px;letter-spacing: 0.5px;transition: color 0.6s ease;}
.section-title .section-nav ul {scrollbar-width: none;display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: inline-flex;*/gap: 13px;}
.section-title .section-nav ul li.item {font-size: 0.7125rem;line-height: 1rem;font-weight: 500;}
.section-title .section-nav ul li.item a {color: var(--color-black, #121212); text-transform: uppercase;}
.section-title .section-nav ul li.item a:hover {text-decoration: underline;}
.section-title .section-nav ul li:after {content: ''; border-right: 1px solid #dfdfdf;display: inline-block;height: 11px; padding-right: 10px}
.section-title .section-nav ul li:last-child:after {border-right: none;}
.section-title .lead-title h1 {font-size: 27px;line-height: 42px;font-weight: 600;/*letter-spacing: 3px;*/color: var(--color-primary);}

.messaging-wrap {
  z-index: 40;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.messaging-wrap::before {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,hsla(0,0%,100%,.5) 0,var(--color-white) 65%);
  content: "";
  text-align: center;
}
.messaging {
  z-index: 40;
  position: relative;
  width: 100%;
  padding: 36px 36px 26px;
/*  background-color: #F4F5F7;*/
  color: var(--color-black);
  text-align: center;
}
.messagingWrap {
  width: 60%;
  position: relative;
  margin: 0 auto;
}
.countRemaining {
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.countRemaining:after {
    display: block;
    width: 120px;
    height: 1px;
    margin: 20px auto;
    background: var(--color-black);
    content: '';
}
.messagingWrap .title {
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 16px;
    margin: 0 auto 18px;
    font-weight: 500;
}
.message {
    line-height: 20px;
    font-size: 15px;
    padding: 0 25px;
    margin: 0 auto 16px;
}
.googleSubscribe {
    display: inline-block;
    width: 240px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    min-width: 150px;
    height: 40px;
    min-height: 40px;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
    color: var(--color-black);
    cursor: pointer;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 13px;
}

.subscribeOther {
    display: inline-block;
    width: 240px;
    padding: 11px 8px;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    line-height: 16px;
    font-size: 13px;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 8px 16px;
}
.loginText {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
.loginButton {
    font-size: 13px;
    line-height: 17px;
    background: none;
    border: none;
    padding: 0;
    color: var(--color-black);
    text-decoration: underline;
    cursor: pointer;
    vertical-align: top;
    font-weight: 700;
}

/** sidenav **/
.sidenav-wrapper {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width:100%;
/*  background-color: rgb(34, 40, 52);*/
  overflow-y: auto;
  padding: 0 20px;
}
.sidenav-wrapper .go-home-btn {
-webkit-transition-duration: 400ms;
-o-transition-duration: 400ms;
transition-duration: 400ms;
position: fixed;
bottom: 70px;
left: 85%;
background-color: #00437c;
width: 40px;
height: 35px;
border-radius: 0.25rem;
text-align: center;
color: #ffffff;
line-height: 37px;
z-index: 10;
cursor: pointer;
visibility: hidden;
opacity: 0;
font-size: 1.25rem; }
.sidenav-wrapper .go-home-btn:hover, .sidenav-wrapper .go-home-btn:focus {background-color: #020b10; }
.sidenav-wrapper.nav-active { left: 0; }
.sidenav-wrapper.nav-active .go-home-btn { visibility: visible; opacity: 1; }
.sidenav-wrapper.filter-nav { background: #dcebfd; }

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden; }
  .sidenav-black-overlay.active {
    opacity: 1;
    visibility: visible; }

.sidenav-nav {
  margin: 1rem 0 2rem;
  position: relative;
  z-index: 1; }
.sidenav-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 7px;
  align-items: normal;
  color: var(--color-black);
  padding: 0.5rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize; }
.sidenav-nav li a:hover {font-weight: 600 !important; color: var(--color-primary);}
.sidenav-wrapper ul li {width: 44%; margin: 0 0.5rem;display: inline-block;border-bottom: 1px solid var(--color-gray);}
.sidenav-nav li a i {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  display: inline-block;
  font-size: 0.9rem;
  color: #797494; }
.sidenav-nav li a .red-circle, .main-menu__nav ul li > a .red-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-secondary);
}
.sidenav-nav li a .navicon-circle {border-radius: 50%;margin-right: 0;align-self: center;}
.sidenav-nav li a .navicon-circle img {width: 16px; height: 16px;}
.sidenav-nav li a:hover, .sidenav-nav li a:focus {
  color: #00437c;
  font-weight: 500; }
.sidenav-nav li:last-child a {
margin-bottom: 0; }

.sidenav-header {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  border-image: initial;
  border-width: 0px 0px 1px;
  z-index: 10;
/*  padding: 15px 0 5px;*/
}

.sidenav-header .header {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sidenav-header .header .logo-sidenav {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}

.sidenav-header .header .logo-sidenav img {
  width: 175px;
}

.sidenav-header .header .close {
  cursor: pointer;
  font-size: 1.7rem;
}

.sidenav-subpanel {
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 41px;
  position: relative;
}

.sidenav-subpanel .espos-id {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  margin: 0;
}
.sidenav-subpanel .espos-id .button {
  border: 1px solid var(--color-black);
  border-radius: 3px;
  width: fit-content;
  margin-bottom: 3px;
}
.sidenav-subpanel .espos-id .button a {
  color: var(--color-black);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  padding: 3px 7px;
}
.sidenav-subpanel .espos-id .info {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.sidenav-subpanel .user {
  position: absolute;
  right: 16px;
}
.sidenav-subpanel .user .area {
  float: right;
  background-color: rgb(167, 169, 174);
  height: 2.92857rem;
  width: 2.92857rem;
  border-radius: 2.92857rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 3px 0 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.sidenav-subpanel .user .area a {color: var(--color-gray);}
.part-of {color: var(--color-black);background:var(--color-gray);position:absolute;top:-12px;font-size:13px;padding-right:5px;;}
.flashing-effect {
  -webkit-animation: flashingeffect 2s linear 1s infinite;
  animation: flashingeffect 2s linear 1s infinite; }

@-webkit-keyframes flashingeffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flashingeffect {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.navbar-form{
    position: relative;
}
.navbar-form .fa-search {
    position: absolute;
    top:10px;
    right: 20px;
    color: #9ca3af;
}
.navbar-form span{
    position: absolute;
    right: 8px;
    top: 5px;
    border-left: 1px solid #d1d5db;
    width: 45px;
}
.navbar-form .left-pan {
    padding-left: 7px;
}
.navbar-form .left-pan i {
   padding-left: 25px;
   color: var(--color-silver);
   cursor: pointer;
}
.navbar-form .form-input, .form-input:focus {
    height: 41px;
    text-indent: 21px;
    border: none;
    background-color: #cecece;
}
.navbar-form .form-input:focus  {
    color: var(--color-silver); }

.mobile-menu-wrap {
  display: flex;
  position: relative;
  background: #2a5578;
  padding-right: 10px;
}
.nav-scroll-lead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #85a4c5;
  overflow: hidden;
  padding: 0 8px;
  margin-right: 5px;
  text-transform: uppercase;
  background: var(--color-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-scroll-lead img {max-width: 17px;}
.nav-scroll{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 30px;
    height: 30px;
    width: 100%;
    overflow: auto;
}
.mobile-menu-wrap::after {content:"";position: absolute;right: 0;background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);width: 15px;height: 30px;}
.nav-scroll::-webkit-scrollbar {display: none; }
.icon-nav img {margin-top: -3px;}
.nav-scroll a {
    padding: 3px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.nav-scroll a::after {content: "";position:absolute;width: 1px; height: 8px;background: #ffffff4a;top: 7px;right: -2.5px;}

a.nav-scroll-active {border-bottom: 2px solid var(--color-secondary); margin-bottom: -3px; color: var(--color-secondary);}

.foto-item {position: relative;}
.foto-item, .foto-item a {
  width: 100%;
  aspect-ratio: 5 / 3;
/*  height: 600px;*/
  overflow: hidden;
  border-radius: var(--border-radius-sm);
}
/*.foto-item a {width: 100%;}*/
.foto-item a img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
/*  height: 600px;*/
  object-fit: cover;
  object-position: center center;
  border-radius: var(--border-radius-sm);
}
.foto-caption, .data-caption {padding: 20px;}
.foto_captions, .foto-caption, .data-caption {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: opacity 120ms linear !important; /* override default */
  right: 0 !important;
}
.foto-caption .title, .foto_captions .title, .data-caption .title {color: #fff;font-size: 1.2rem;font-weight: 600;margin-bottom: 10px;display: block;}
/*.foto-caption {
  display: none;
}*/
.foto-caption, .data-caption {background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));}
.foto_captions a, .data-caption a {
  color: #fff;
}

.foto_captions--faded, .data-caption--faded {
  opacity: 0 !important;
}

.foto_captions--aside, .data_captions--aside {
  width: auto;
  max-width: 500px;
  padding: 20px 15px 20px 20px;
  background: #212121;
  height: min-content;
}

.foto_captions--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;
}

.foto_captions--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.foto_captions--mobile {
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  top: auto !important;
  left: 0 !important;
}

.foto_captions .baca-juga-wrapt {display: none;}

.data-grafis {}
.data-grafis .foto-caption {display: none;}
.data-item, .data-item img {border-radius: var(--border-radius-sm);overflow: hidden;}
.data-content .baca-juga-inner>ul li {margin-left: 0 !important;}
.headline-bisnis .esp_post-overlay .post-img {height: 440px;}
.pswp img {
    /*max-width: fit-content !important;
    object-fit: contain;*/
}

.form-group {margin-bottom: 1rem;}
.form-control {
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
}

.form-inline {
  display: inline-block;
}
.sign-up-btn {
  min-width: 110px;
  max-height: 36px;
}
.dropdown-menu {
  color: #333;
  font-weight: normal;
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  background: var(--color-gray);
}
.navbar-form {
  border: none;
}
.action-form {
  width: 280px;
  padding: 20px;
  left: auto;
  right: 0;
  font-size: 14px;
}
.action-form a {
  color: var(--color-primary);
  padding: 0 !important;
  font-size: 14px;
}
.action-form .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}
.btn-primary, .btn-primary:active, .btn-right-nav {
  color: #fff;
  background: var(--color-primary);
  border: none;
  font-size: 0.8513rem;
  padding: 5px 7px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-right-nav {font-size: 0.7513rem; text-transform: capitalize;padding: 3px 0;background: transparent;font-weight: 700 !important;}
.btn-right-nav span {font-weight: 700 !important;letter-spacing: 0;}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: var(--color-primary);
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: 100%;}
.social-btn .btn, .social-btn .btn:hover {
  color: #fff;
  margin: 0;
  padding: 0 !important;
  font-size: 13px;
  border: none;
  transition: all 0.4s;
  text-align: center;
  line-height: 34px;
  width: 47%;
  text-decoration: none;
}
.social-btn .facebook-btn {
  background: #507cc0;
}
.social-btn .facebook-btn:hover {
  background: #4676bd;
}
.social-btn .twitter-btn {
  background: #000;
}
.social-btn .twitter-btn:hover {
  background: #333;
}
.social-btn .btn i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.or-seperator {
  margin-top: 32px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.or-seperator b {
  color: #666;
  padding: 0 8px;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -15px;
  z-index: 1;
}
.action-buttons .dropdown-toggle::after {
  display: none;
}
.form-check-label input {
  position: relative;
  top: 1px;
}

.honda-widget ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.honda-widget ul li {
    list-style: none;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid var(--color-border);
    padding: 7px 0;
    font-family: var(--font-title);
}
.honda-widget ul li:last-child {
    border: none;
}
.honda-widget ul li a {
    text-decoration: none;
    font-size: 0.874rem;
    line-height: normal;
    min-width: 100%;
}
.honda-widget ul li a:hover {
    text-decoration: underline;
    color: var(--color-secondary);
}
.honda-widget ul li img {
    width: 80px;
    height: 60px;
    float: right;
    margin-left: 10px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius-sm);
}
.honda-widget-title {
    height: 60px;
    background: var(--color-secondary);
}
.honda-widget-title img {
    height: 50px;
    padding: 5px 20px;
    float: left;
}
.honda-copy {
  border-top: none;
}

#loadMore {
padding-bottom: 30px;
padding-top: 30px;
text-align: center;
width: 100%;
}

.loadmore-wrap .post-item {
  display:none;
  /*padding: .5rem;*/
}

p.promotion {display: block; padding: 5px; font-size: 15px; line-height: 23px; background: #f1f1f1; font-weight: 700; border-radius: 5px; color: #44474a; margin: 10px 0 10px 0;}
