/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	@@version
*/
html {
  direction: ltr;
  box-shadow: none !important;
  font-size: 100%;
  margin: 0 !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
}
body a {
  outline: none !important;
}

strong {
  line-height: 1;
}

li {
  line-height: 24px;
}

/* Responsive */
@media (max-width: 991px) {
  html.safari {
    position: relative;
    overflow-x: hidden;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
}
/* Header */
#header {
  position: relative;
  z-index: 1030;
  transition: ease min-height 300ms;
}
#header .header-body {
  display: flex;
  flex-direction: column;
  transition: min-height 0.3s ease;
  width: 100%;
  z-index: 1001;
  background-color: #ffffff;
}
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 104px;
  transition: ease height 300ms;
}
@media (max-width: 991px) {
  #header .header-container:not(.container) .header-nav-main {
    padding: 0 0.75rem;
  }
}
#header .header-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  z-index: 0;
}
#header .header-container.header-column-equal-width .header-column {
  flex: 1;
}
#header.header-border-bottom .header-container:after {
  content: "" !important;
}
#header.header-border-bottom-dark .header-container:after {
  border-color: rgba(37, 42, 44, 0.1);
}
#header .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .container {
    width: 100%;
  }
}
#header .header-row {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
}
#header .header-column .header-row {
  justify-content: inherit;
}
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}
#header .header-top {
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  display: flex;
  flex-grow: 1;
  font-size: 0.8rem;
  min-height: 50px;
  z-index: 4;
  transition: ease height 300ms, ease max-height 300ms, ease min-height 300ms;
  min-height: 50px;
}
#header .header-top::after {
  clear: both;
  content: "";
  display: block;
}
#header .header-top .header-top-container {
  display: flex;
  align-self: stretch;
}
#header .header-top p {
  margin: 0;
  padding: 0;
  line-height: 37px;
  float: left;
}
#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
  position: relative;
  top: 1px;
}
#header .header-top .list-inline:not(.social-icons) > li {
  margin-right: 1.7rem;
}
#header .header-top .list-inline:not(.social-icons) > li:last-child {
  margin-right: 0;
}
#header .header-top .header-social-icons li + li {
  margin-left: 0.4em;
}
#header .header-top .btn {
  display: flex;
  align-self: stretch;
  align-items: center;
}
#header .header-top.header-top-dark, #header .header-top.header-top-colored {
  background: #2E3237;
  border-bottom: 0;
}
#header .header-top.header-top-dark li, #header .header-top.header-top-dark span, #header .header-top.header-top-dark p, #header .header-top.header-top-dark a, #header .header-top.header-top-dark i, #header .header-top.header-top-colored li, #header .header-top.header-top-colored span, #header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored i {
  color: #FFF;
}
#header .header-top.header-top-dark a, #header .header-top.header-top-colored a {
  transition: ease opacity 300ms;
}
#header .header-top.header-top-dark a:hover, #header .header-top.header-top-colored a:hover {
  opacity: 0.8;
}
#header .header-top.header-top-dark .dropdown-menu, #header .header-top.header-top-colored .dropdown-menu {
  margin: 0;
}
#header .header-top.header-top-dark .dropdown-menu li,
#header .header-top.header-top-dark .dropdown-menu li a, #header .header-top.header-top-colored .dropdown-menu li,
#header .header-top.header-top-colored .dropdown-menu li a {
  color: #9D9D9D;
}
#header .header-top.header-top-dark .dropdown-menu li:hover, #header .header-top.header-top-dark .dropdown-menu li:focus, #header .header-top.header-top-dark .dropdown-menu li:active,
#header .header-top.header-top-dark .dropdown-menu li a:hover,
#header .header-top.header-top-dark .dropdown-menu li a:focus,
#header .header-top.header-top-dark .dropdown-menu li a:active, #header .header-top.header-top-colored .dropdown-menu li:hover, #header .header-top.header-top-colored .dropdown-menu li:focus, #header .header-top.header-top-colored .dropdown-menu li:active,
#header .header-top.header-top-colored .dropdown-menu li a:hover,
#header .header-top.header-top-colored .dropdown-menu li a:focus,
#header .header-top.header-top-colored .dropdown-menu li a:active {
  color: #FFF;
  opacity: 1;
}
#header .header-top.header-top-dark .nav i, #header .header-top.header-top-colored .nav i {
  color: #9D9D9D;
}
#header .header-top.header-top-dark .nav > li > a.dropdown-menu-toggle i, #header .header-top.header-top-colored .nav > li > a.dropdown-menu-toggle i {
  color: #FFF;
}
#header .header-top.header-top-dark .social-icons a, #header .header-top.header-top-colored .social-icons a {
  opacity: 1 !important;
}
#header .header-logo {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
  float: left;
}
#header .header-logo img {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}
#header .header-logo img.logo-1 {
  opacity: 0;
}
#header .header-logo img.logo-1.active {
  opacity: 1;
}
#header .header-logo img.logo-2 {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  opacity: 0;
  transform: translate3d(-30%, -50%, 0);
}
#header .header-logo img.logo-2.active {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}
#header .header-social-icons,
#header .header-search,
#header .header-button {
  display: flex;
  align-items: center;
  align-self: stretch;
}
#header .header-button a {
  font-size: 0.75rem;
  font-weight: 700;
}
#header .header-search form input {
  border-radius: 2px 0px 0px 2px;
  font-size: 0.8rem;
  border: 0;
}
#header .header-search form button {
  background: #FFF;
  height: 100%;
  border-radius: 0px 2px 2px 0px;
  box-shadow: none;
}
#header .header-search form button i {
  color: #8f8f8f;
}
#header .header-search.header-search-dark form input {
  background: #2E3237;
  color: #8f8f8f;
}
#header .header-search.header-search-dark form button {
  background: #2E3237;
}
#header .header-search.header-search-dark form button i {
  color: #8f8f8f;
}
#header .header-top-search form input {
  border-color: #ededee;
  border-radius: 35px;
  font-size: 0.7rem;
  padding: 7px 12px;
  line-height: 1;
  width: 150px;
}
#header .header-top-search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  height: 100%;
  z-index: 3;
}
#header .header-top-search form button i {
  color: #8f8f8f;
}
#header .header-btn-collapse-nav {
  display: none;
  background: transparent;
  color: #1c1f21;
  outline: 0;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 15px 0;
}
#header .header-btn-collapse-nav .hamburguer span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1c1f21;
  transition: ease width 300ms;
  transform: translateY(-50%);
}
#header .header-btn-collapse-nav .hamburguer span:nth-child(1) {
  top: 30%;
}
#header .header-btn-collapse-nav .hamburguer span:nth-child(2) {
  transition-delay: 100ms;
}
#header .header-btn-collapse-nav .hamburguer span:nth-child(3) {
  top: 70%;
  transition-delay: 200ms;
}
#header .header-btn-collapse-nav .close {
  opacity: 0;
  transition: ease all 300ms;
}
#header .header-btn-collapse-nav .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #1c1f21;
  transition: ease all 300ms;
  transform-origin: 50% 0;
}
#header .header-btn-collapse-nav .close span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}
#header .header-btn-collapse-nav .close span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}
#header .header-btn-collapse-nav.active .hamburguer {
  opacity: 0;
}
#header .header-btn-collapse-nav.active .hamburguer span {
  width: 0;
}
#header .header-btn-collapse-nav.active .close {
  opacity: 1;
  transition: ease all 300ms;
}
#header .header-btn-collapse-nav.active .close span {
  width: 80%;
  transition: ease all 300ms;
}
#header .header-btn-collapse-nav.active .close span:nth-child(2) {
  transition-delay: 300ms;
}
#header .header-btn-collapse-nav.header-btn-collapse-nav-light .hamburguer span,
#header .header-btn-collapse-nav.header-btn-collapse-nav-light .close span {
  background: #FFF;
}
#header.header-effect-shrink .header-container {
  min-height: 80px;
}
#header.header-container-no-min-height .header-container {
  min-height: 0;
}
#header.header-no-border-bottom .header-body {
  border-bottom: 0;
}

@keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
html.sticky-header-active #header .header-body {
  box-shadow: 0 0 10px rgba(28, 31, 33, 0.1);
}
html.sticky-header-active #header .header-logo img {
  max-height: 60px;
}
html.sticky-header-active #header.header-effect-reveal .header-body {
  animation: headerReveal 300ms;
}
html.sticky-header-active #header.header-no-border-bottom .header-body {
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}
html.sticky-header-active #header.header-effect-shrink .header-body .header-top {
  max-height: 0;
}

html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}
html #header.header-transparent .header-body {
  position: relative;
  top: 0;
  background: transparent;
}
html #header.header-transparent .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
}
html #header.header-transparent .header-container {
  min-height: 92px;
}
html #header.header-transparent .header-container:after {
  content: none;
}
html #header.header-transparent .header-nav-main {
  padding: 0 1rem;
  transition: ease padding 300ms;
}
html #header.header-transparent .header-nav-main:before {
  width: 100%;
  transition: ease width 300ms;
}
html #header.header-transparent-dark .header-body:before {
  background: #1c1f21;
}
html.sticky-header-enabled #header.header-transparent .header-body {
  position: fixed;
}
html:not(.sticky-header-active) #header.header-transparent .header-body {
  border-bottom: 0;
}
@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a:not(.active) {
    color: #FFF;
  }
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main.header-nav-main-dark nav > ul > li > a:not(.active) {
    color: #1c1f21;
  }
}
html.sticky-header-active #header.header-transparent .header-container:after {
  content: "";
}
html.sticky-header-active #header.header-transparent .header-body:before {
  opacity: 1;
}
html.sticky-header-active #header.header-transparent .header-nav-main:before {
  width: 100vw;
}
@media (max-width: 991px) {
  html.sticky-header-active #header.header-transparent .header-container:after {
    content: "";
  }
  html.sticky-header-active #header.header-transparent .header-nav-main {
    padding: 0;
  }
  html.sticky-header-active.mobile-menu-opened #header.header-transparent .header-container:after {
    content: none;
  }
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
  position: absolute;
  min-height: 0 !important;
  width: 100%;
}
html #header.header-semi-transparent .header-container:after, html #header.header-semi-transparent-light .header-container:after {
  content: none;
}
html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
  background: transparent;
}
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #252A2C;
  border-bottom: 0;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}
html #header.header-semi-transparent .header-nav-main, html #header.header-semi-transparent-light .header-nav-main {
  padding: 0 1rem;
  transition: ease padding 300ms;
}
html #header.header-semi-transparent .header-nav-main:before, html #header.header-semi-transparent-light .header-nav-main:before {
  width: 100%;
  transition: ease width 300ms;
}
html #header.header-semi-transparent-light .header-body:before {
  background: #FFF;
}
html:not(.sticky-header-active) #header.header-semi-transparent .header-body, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  border-bottom: 0;
}
@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
    color: #FFF;
  }
}
@media (min-width: 992px) {
  html.sticky-header-active #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
    color: #FFF;
  }
}
html.sticky-header-active #header.header-semi-transparent .header-body {
  border-color: rgba(46, 50, 55, 0.2);
}
html.sticky-header-active #header.header-transparent .header-container:after, html.sticky-header-active #header.header-semi-transparent-light .header-container:after {
  content: "";
  z-index: 0;
}
html.sticky-header-active #header.header-semi-transparent .header-body:before, html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
  opacity: 1;
}

@media (max-width: 991px) {
  html #header.header-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent .header-container:not(.container) .header-nav-main, html #header.header-semi-transparent-light .header-container:not(.container) .header-nav-main {
    margin: 0 1rem;
  }
  html.sticky-header-active #header.header-semi-transparent .header-nav-main, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main {
    padding: 0;
  }
  html.sticky-header-active #header.header-semi-transparent .header-nav-main:before, html.sticky-header-active #header.header-semi-transparent-light .header-nav-main:before {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  #header .header-top li {
    font-size: 1.1em;
  }
}
html #header.header-container-bottom-border .header-container:after {
  content: none;
}
html #header.header-container-bottom-border .header-body:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  html #header.header-container-bottom-border .header-body:after {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  html #header.header-container-bottom-border .header-body:after {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  html #header.header-container-bottom-border .header-body:after {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  html #header.header-container-bottom-border .header-body:after {
    max-width: 1110px;
  }
}
@media (min-width: 1400px) {
  html #header.header-container-bottom-border .header-body:after {
    max-width: 1300px;
  }
}
html.sticky-header-active #header.header-container-bottom-border .header-container .header-container:after {
  content: "";
}
html.sticky-header-active #header.header-container-bottom-border .header-body:after {
  content: none;
}

html #header.header-with-borders .header-body:after, html #header.header-with-borders-dark .header-body:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  border-bottom: 0;
  transform: translateX(-50%);
}
html #header.header-with-borders .header-logo,
html #header.header-with-borders .header-social-icons,
html #header.header-with-borders .header-search,
html #header.header-with-borders .header-button, html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
  border-right: 1px solid rgba(143, 143, 143, 0.2);
  border-left: 1px solid rgba(143, 143, 143, 0.2);
}
html #header.header-transparent .header-body:after, html #header.header-semi-transparent .header-body:after, html #header.header-semi-transparent-light .header-body:after {
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}
html #header.header-with-borders-dark .header-body:after {
  border-color: rgba(46, 50, 55, 0.8);
}
html #header.header-with-borders-dark .header-logo,
html #header.header-with-borders-dark .header-social-icons,
html #header.header-with-borders-dark .header-search,
html #header.header-with-borders-dark .header-button {
  border-color: rgba(46, 50, 55, 0.8);
}
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders .header-button, html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-body:after,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-logo,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-social-icons,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-search,
html.sticky-header-active #header:not(.header-with-borders-sticky).header-with-borders-dark .header-button {
  border-color: transparent;
}

html #header.header-floating {
  position: absolute;
  min-height: 0 !important;
  width: 100%;
}
@media (min-width: 992px) {
  html #header.header-floating {
    top: 45px;
  }
}
html #header.header-floating .header-container:after {
  content: none;
}
html #header.header-floating .header-body {
  margin: 0 auto;
  border-radius: 3px;
}
@media (min-width: 992px) {
  html #header.header-floating .header-body {
    max-width: 960px;
  }
  html #header.header-floating .header-body .header-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  html #header.header-floating .header-body {
    max-width: 1140px;
  }
}
html.sticky-header-active #header.header-floating .header-container:after {
  content: "";
}
html.sticky-header-active #header.header-floating .header-body {
  max-width: none;
  margin: none;
}
html.sticky-header-active #header.header-floating .header-body .header-container {
  padding-right: 15px;
  padding-left: 15px;
}

html #header.header-dark .header-body {
  background: rgb(32.0633663366, 34.8514851485, 38.3366336634);
  border-color: rgba(46, 50, 55, 0.2);
}
html #header.header-dark.header-transparent .header-body, html #header.header-dark.header-semi-transparent .header-body, html #header.header-dark.header-semi-transparent-light .header-body {
  background: transparent;
}
html #header.header-dark .header-nav-main:before {
  background-color: rgb(32.0633663366, 34.8514851485, 38.3366336634);
}
html #header.header-dark .header-nav-main nav > ul > li {
  border-color: #2E3237;
}
html #header.header-dark .header-nav-main nav > ul > li > a {
  color: #FFF;
}
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background-color: rgb(32.0633663366, 34.8514851485, 38.3366336634);
}
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
  border-color: #2E3237;
}
html #header.header-dark .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  color: #777;
}
html #header.header-dark .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
  color: #707070;
}
html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li.active > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, html #header.header-dark .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a {
  color: #FFF;
}
html #header.header-dark .header-search form input {
  background: #2E3237;
  color: #8f8f8f;
}
html #header.header-dark .header-search form button {
  background: #2E3237;
}
html #header.header-dark .header-search form button i {
  color: #8f8f8f;
}

html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-dark .close span {
  background: #1c1f21;
}
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .hamburguer span,
html.sticky-header-active #header .header-btn-collapse-nav.on-sticky-light .close span {
  background: #FFF;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
  background: transparent !important;
}

/* Navigations */
/* Header Nav Main */
@media (min-width: 992px) {
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
  #header .header-nav.header-nav-border-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    border-top: 1px solid #EDEDEE;
    transform: translateX(-50%);
  }
  #header .header-action {
    border-left: 1px solid #e1e1e1;
    margin-left: 1.1rem;
    padding-left: 1.1rem;
    font-size: 0.85rem;
  }
  #header .header-nav-main {
    display: flex !important;
    height: auto !important;
    order: -1;
    align-self: stretch;
  }
  #header .header-nav-main nav.collapse {
    display: flex !important;
    width: 100%;
  }
  #header .header-nav-main nav > ul {
    width: 100%;
  }
  #header .header-nav-main nav > ul > li {
    display: flex;
    height: 100%;
  }
  #header .header-nav-main nav > ul > li + li {
    margin-left: 2px;
  }
  #header .header-nav-main nav > ul > li a {
    display: flex;
    line-height: 1.42857143;
    align-items: center;
  }
  #header .header-nav-main nav > ul > li a .menu-arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 15px;
    top: 0;
  }
  #header .header-nav-main nav > ul > li a .menu-arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #CCC;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .header-nav-main nav > ul > li a.dropdown-item {
    background-color: transparent;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.93333em 0.85em;
    color: #777;
  }
  #header .header-nav-main nav > ul > li > a .menu-arrow {
    display: none;
  }
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.active > a {
    color: #8f8f8f;
    background: transparent;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background: #252A2C;
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0px 0px 4px 4px;
    border: 0;
    box-shadow: 0 0 27px -10px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 260px;
    padding: 20px 10px 20px 30px;
    text-align: left;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn) {
    color: #9D9D9D;
    font-size: 0.9em;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: none;
    transition: ease transform 300ms, ease color 300ms;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
    z-index: 1;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    background: #2a2f31;
    left: 100%;
    display: block;
    margin-top: -5px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
    left: auto;
    right: 100%;
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open {
    z-index: 2;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    top: -15px;
    opacity: 1;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover.dropdown-reverse > a.dropdown-toggle .menu-arrow, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus.dropdown-reverse > a.dropdown-toggle .menu-arrow, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open.dropdown-reverse > a.dropdown-toggle .menu-arrow {
    transform: rotate(180deg);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: calc(100% + 20px);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a {
    color: #FFF;
    transform: translate3d(10px, 0, 0);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    display: block;
    opacity: 1;
    margin-top: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    background: #252A2C;
    border-radius: 0px 0px 4px 4px;
    left: 50% !important;
    right: auto !important;
    padding: 0;
    width: 100% !important;
    max-width: 95vw;
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) {
    padding: 20px 20px;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) > .row > div {
    padding: 10px 5px 10px 30px;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) > .row > div:first-child:not(.dropdown-mega-sub-content-block),
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) > .row > div + div {
    border-right: 1px solid #303537;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) > .row > div:nth-child(5) {
    border-right: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #FFF;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 1.2rem;
    padding-bottom: 5px;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
    display: block;
    padding: 8px;
    line-height: 1.42857143;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li.open > a {
    color: #FFF;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:last-child a {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
    position: absolute;
    left: 0;
    top: 0;
    padding: 55px 30px !important;
    height: 100%;
    border-radius: 0 0 0 3px;
    overflow: hidden;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.dropdown-mega-sub-content-block-right {
    right: 0;
    left: auto;
    border-radius: 0 0 3px 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block.overlay:before {
    z-index: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block h4 {
    font-size: 1.6em;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block p {
    color: #777;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block .content-block-button {
    display: inline-block;
    border-bottom: none;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p,
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
    opacity: 0;
    transform: translateY(-15%);
    transition: ease transform 300ms, ease opacity 300ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
    opacity: 0;
    transform: translateX(15%);
    transition: ease transform 300ms, ease opacity 300ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > span {
    transition-delay: 100ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > h4 {
    transition-delay: 200ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > p {
    transition-delay: 300ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > img.content-block-image {
    transition-delay: 400ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block > a {
    transition-delay: 500ms;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > span,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > h4,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > p,
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > a {
    opacity: 1;
    transform: translateY(0);
  }
  #header .header-nav-main nav > ul > li.dropdown-mega:hover .dropdown-mega-sub-content-block > img.content-block-image {
    opacity: 1;
    transform: translateX(0);
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 > .dropdown-menu {
    border-radius: 0px 0px 4px 4px;
    width: 100vw !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block {
    position: relative;
    height: auto;
    padding: 30px 50px !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px;
    background: #282D2F;
    z-index: -1;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-nav .dropdown-submenu .dropdown-menu {
    border-radius: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
    position: relative;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
    left: auto !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-2-columns {
    position: relative;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-2-columns > .dropdown-menu {
    width: 500px !important;
    left: 0 !important;
    transform: none !important;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-2-columns .dropdown-mega-content {
    padding: 10px;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a:hover {
    background: transparent;
  }
  #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
    color: #1c1f21;
  }
  #header .header-nav-main.header-nav-main-dark nav > ul > li > a:hover {
    background: transparent;
  }
  #header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  #header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-font-weight-semibold nav > ul > li > a {
    font-weight: 600 !important;
  }
  #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a {
    position: relative;
  }
  #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #8f8f8f;
  }
  #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a:before, #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li.open > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #8f8f8f;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li {
    margin-left: 0;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu {
    box-shadow: 0 21px 55px -20px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 4px 4px;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(143, 143, 143, 0.3);
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a {
    border-radius: 0;
    transition: none;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a.active {
    background: #8f8f8f;
    color: #FFF;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:focus > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.open > a {
    background: #8f8f8f;
    color: #FFF;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a {
    color: #777 !important;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a.active {
    color: #FFF !important;
  }
  #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:hover > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:focus > a, #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color.open > a {
    color: #FFF !important;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #FFF;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a {
    color: #8f8f8f;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    background-color: #FFF;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content:not(.dropdown-mega-content-no-dividers) > .row > div {
    border-color: #F1F3F7;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #1c1f21;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
    background-color: #8f8f8f;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
    color: #FFF !important;
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    font-size: 0.8em;
    text-transform: none;
    font-weight: normal;
    margin-top: 0.3rem;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    transition: ease padding-bottom 300ms;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
    padding-bottom: 35px;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: ease opacity 200ms, ease top 300ms;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li.open > a {
    padding-bottom: 35px;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li.open > a > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a {
    position: relative;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    left: 0.55rem;
    right: 100%;
    border-top: 7px solid rgba(143, 143, 143, 0.5);
    transform: translate3d(0, -50%, 0);
    transition: ease right 300ms;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active {
    color: #777;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
    right: 0.55rem;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li.open > a {
    color: #777;
  }
  #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:hover > a:before, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li:focus > a:before, #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li.open > a:before {
    right: 0.55rem;
  }
  #header .header-nav.header-nav-square .header-nav-main nav > ul > li > a {
    border-radius: 0;
  }
  #header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0;
  }
  #header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }
  #header .header-nav.header-nav-square .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-menu li,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin) .dropdown-mega-sub-nav li {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover > .dropdown-menu li,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin):hover .dropdown-mega-sub-nav li, #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin).open > .dropdown-menu li,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:not(.dropdown-mega-signin).open .dropdown-mega-sub-nav li {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
    transform: translate3d(-50%, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu > li {
    transform: translate3d(0, 0, 0) !important;
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 992px) {
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 5px, 0);
    opacity: 0;
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
    transform: translate3d(-50%, 5px, 0);
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
    transform: translate3d(0, 5px, 0);
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 992px) {
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
  }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
    transform: translate3d(-50%, 10px, 0);
  }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu.dropdown-reverse {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu {
    transform: translate3d(-55%, 0, 0);
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega > .dropdown-menu.dropdown-reverse {
    transform: translate3d(45%, 0, 0);
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-mega:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transform: translate3d(20px, 0, 0);
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
  #header .header-nav {
    display: flex;
    align-items: center;
  }
  #header .header-nav-main {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: transparent;
    margin-top: 0px;
    z-index: 1;
  }
  #header .header-nav-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #252A2C;
    z-index: -1;
    transform: translateX(-50%);
  }
  #header .header-nav-main nav {
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
    margin: 1.3rem 0;
    transition: ease all 300ms;
  }
  #header .header-nav-main nav.collapsing {
    overflow-y: hidden;
  }
  #header .header-nav-main nav.closed {
    margin: 0;
  }
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(143, 143, 143, 0.5);
  }
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #303537;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  #header .header-nav-main nav > ul li a:not(.btn) {
    position: relative;
    display: block;
    color: #9D9D9D;
    font-style: normal;
    line-height: 1.3;
    padding: 10px 0;
    border-radius: 4px;
    font-family: var(--primary-font);
  }
  #header .header-nav-main nav > ul li a:not(.btn):hover, #header .header-nav-main nav > ul li a:not(.btn):focus, #header .header-nav-main nav > ul li a:not(.btn).active {
    color: #FFF;
  }
  #header .header-nav-main nav > ul li a:not(.btn) .menu-arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 5px;
    top: 0;
    transform-origin: center;
    transition: ease transform 800ms;
  }
  #header .header-nav-main nav > ul li a:not(.btn) .menu-arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #CCC;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  #header .header-nav-main nav > ul li a:not(.btn).dropdown-item {
    background-color: transparent;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0 0 20px;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
    transform: rotateX(180deg) translate3d(0, -3px, 0);
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
    margin-left: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-toggle .menu-arrow {
    transform: rotateX(180deg) translate3d(0, -3px, 0);
  }
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    padding-left: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-content {
    padding-left: 0;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
    color: #FFF;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }
  #header .header-nav-main nav > ul li.dropdown-full-color:first-child {
    margin-top: 0;
  }
  #header .header-nav-main nav > ul li.dropdown-full-color > a {
    padding: 10px 15px;
  }
  #header .header-nav-main nav > ul li.dropdown-full-color > .dropdown-menu li {
    border: none;
  }
  #header .header-nav-main nav > ul li.dropdown-full-color.opened > .dropdown-menu {
    padding-left: 15px;
  }
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  #header .header-btn-collapse-nav {
    display: flex;
    position: relative;
    z-index: 1;
    margin-right: 15px;
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    text-align: left;
  }
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    font-size: 0.6em;
    display: block;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main:before {
    background-color: #FFF;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li {
    border-color: #F1F3F7;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:hover, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:focus, #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a.active {
    color: #8f8f8f;
  }
  #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    color: #1c1f21;
    font-weight: bold;
  }
  html.safari #header .header-nav-main nav a {
    transform: translate3d(0px, 0px, 1px) !important;
  }
}
/* Side Header */
/* Side Header */
html.side-header:not(.side-header-from-out) #header {
  min-height: 0 !important;
}

@media (min-width: 992px) {
  html.side-header .main .container, html.side-header #footer .container {
    padding: 0 35px;
    width: 100% !important;
    max-width: 1210px;
  }
  html.side-header body > .body {
    margin: 0 0 0 280px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  html.side-header .nano > .nano-content {
    right: -12px !important;
    margin-right: 0 !important;
  }
  html.side-header .nano > .nano-pane {
    width: 7px;
    background: rgba(28, 31, 33, 0.05);
  }
  html.side-header .nano > .nano-pane > .nano-slider {
    background: rgba(28, 31, 33, 0.2);
  }
  html.side-header #header {
    background: #FFF;
    position: fixed;
    box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    padding-top: 3rem;
  }
  html.side-header #header .header-body {
    border-bottom: 0;
  }
  html.side-header #header .header-container {
    display: block;
    margin: 0;
  }
  html.side-header #header .header-container:after {
    content: none;
  }
  html.side-header #header .header-row {
    flex-direction: column;
  }
  html.side-header #header .header-nav {
    margin: 2.7rem 0;
    height: 33vh;
  }
  html.side-header #header .header-logo img {
    margin: 0;
  }
  html.side-header #header .header-nav-main nav > ul > li {
    flex-basis: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  html.side-header #header .header-nav-main nav > ul > li a {
    position: relative;
    padding: 0.7rem;
    flex-basis: 100%;
  }
  html.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
    display: block;
    right: 0;
    transform-origin: center;
    transition: ease transform 800ms;
  }
  html.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow:after {
    top: 45%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    padding: 0 0 0 0.7rem;
    margin: 0;
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
    min-width: 0;
    width: 100% !important;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu {
    position: static;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
    top: 0;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 12px;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    display: none;
    left: 0;
    padding-left: 1rem;
    margin: 0;
    opacity: 1;
    width: 100%;
    background: transparent;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
    transform: rotateX(180deg) translate3d(0, -3px, 0);
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, html.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:hover > a, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:focus > a {
    transform: translate3d(0, 0, 0);
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-toggle .menu-arrow, html.side-header #header .header-nav-main nav > ul > li.dropdown-mega.opened > .dropdown-toggle .menu-arrow {
    transform: rotateX(180deg) translate3d(0, -3px, 0);
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    padding: 0 0 0 0.2rem;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 13px;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega [class*=col] {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 0 0 0 0.5rem;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
    padding: 0 0 0 15px;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
    display: none !important;
  }
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #1c1f21;
    margin: 0.4rem 0 0;
  }
  html.side-header.side-header-right body > .body {
    margin: 0 280px 0 0;
  }
  html.side-header.side-header-right #header {
    left: auto;
    right: 0;
  }
}
html.side-header.side-header-semi-transparent body > .body {
  margin: 0;
}
html.side-header.side-header-semi-transparent .nano > .nano-pane {
  background: rgba(255, 255, 255, 0.05);
}
html.side-header.side-header-semi-transparent .nano > .nano-pane > .nano-slider {
  background: rgba(255, 255, 255, 0.2);
}
html.side-header.side-header-semi-transparent #header {
  background: transparent;
}
html.side-header.side-header-semi-transparent #header .header-container:after {
  content: none;
}
html.side-header.side-header-semi-transparent #header .header-body {
  background: transparent;
  border-bottom: 0;
}
html.side-header.side-header-semi-transparent #header .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1c1f21;
  border-bottom: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li:not(.active) > a {
  color: #FFF;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: #d0d0d0;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li:hover > a, html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li:focus > a {
  color: #FFF;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
  color: #FFF;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
  color: #d0d0d0;
}
html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a, html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a {
  color: #FFF;
}
@media (max-width: 991px) {
  html.side-header.side-header-semi-transparent #header {
    position: absolute;
    width: 100%;
  }
  html.side-header.side-header-semi-transparent #header .header-nav-main {
    background: transparent;
  }
  html.side-header.side-header-semi-transparent #header .header-nav-main:before {
    background: #1c1f21;
    opacity: 0.2;
  }
  html.side-header.side-header-semi-transparent #header .header-nav-main nav > ul > li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
html.side-header.side-header-semi-transparent-light #header .header-body:before {
  background: #FFF;
}
@media (max-width: 991px) {
  html.side-header.side-header-semi-transparent-light #header .header-nav-main:before {
    background: #FFF;
  }
}

@media (max-width: 991px) {
  html.side-header #header .nano {
    position: static;
    overflow: visible;
  }
  html.side-header #header .nano .nano-content {
    top: 99%;
    bottom: auto;
    right: 0 !important;
    overflow: visible;
  }
}
/*
Side Header From Out
*/
@media (min-width: 992px) {
  html.side-header.side-header-from-out .main .container, html.side-header.side-header-from-out #footer .container {
    max-width: 1140px;
  }
  html.side-header.side-header-from-out body > .body {
    margin: 0;
  }
  html.side-header.side-header-from-out #header {
    display: flex;
    align-items: center;
    right: 0;
    left: auto;
    width: 490px;
    transform: translate3d(100%, 0, 0);
    transition: ease transform 300ms;
  }
  html.side-header.side-header-from-out #header.side-header-show {
    transform: translate3d(0, 0, 0);
  }
  html.side-header.side-header-from-out #header .header-column {
    flex-direction: column;
  }
  html.side-header.side-header-from-out #header .header-nav {
    height: 37vh;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a {
    justify-content: center;
    font-size: 0.85rem;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a > i {
    position: relative;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li a .menu-arrow {
    min-width: 45px;
    margin-right: -1.9rem;
    right: 13px;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    padding: 0;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    padding-left: 0;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega [class*=col] {
    margin-top: 0.8rem;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega [class*=col]:last-child {
    margin-bottom: 0.8rem;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    padding: 0;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    margin-top: -0.8rem;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    margin: 0;
    text-align: center;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
    display: flex;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav + .dropdown-mega-sub-title {
    margin-top: 0.8rem;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 0;
  }
  html.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
    padding: 0;
  }
}
@media (max-width: 991px) {
  html.side-header.side-header-from-out #header .header-nav-main nav > ul li:hover > a, html.side-header.side-header-from-out #header .header-nav-main nav > ul li:focus > a {
    color: #FFF;
  }
}
/*
Side Header Overlay Full Screen
*/
html.side-header-overlay-full-screen body > .body {
  margin: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
html.side-header-overlay-full-screen body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  width: 100% !important;
  left: auto !important;
}
html.side-header-overlay-full-screen #header {
  display: flex;
  align-items: center;
  background-color: rgba(27.4178217822, 29.801980198, 32.7821782178, 0.99);
  position: fixed;
  box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms, ease visibility 300ms;
}
html.side-header-overlay-full-screen #header.side-header-show {
  opacity: 1;
  visibility: visible;
  transition: ease opacity 300ms, ease visibility 300ms;
}
html.side-header-overlay-full-screen #header .header-container:after {
  content: none;
}
html.side-header-overlay-full-screen #header .header-body {
  background-color: transparent;
  border-bottom: 0;
}
html.side-header-overlay-full-screen #header .header-row {
  flex-direction: column;
}
html.side-header-overlay-full-screen #header .header-column {
  flex-direction: column;
}
html.side-header-overlay-full-screen #header .header-nav {
  width: 290px;
  height: 37vh;
  margin: 2rem auto;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
html.side-header-overlay-full-screen #header .header-nav > .nano-pane {
  top: 20px;
  bottom: 20px;
}
html.side-header-overlay-full-screen #header .header-nav > .nano-pane > .nano-slider {
  background: #8f8f8f;
}
html.side-header-overlay-full-screen #header .header-logo img {
  margin: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main {
  align-self: auto;
  max-height: 100%;
  padding-right: 0;
  margin-top: 1.6rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav {
  width: 100%;
  max-height: none;
  overflow: visible;
  overflow-y: visible;
  border-bottom: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul {
  padding-bottom: 1.6rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  height: auto;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  flex-basis: 100%;
  font-size: 0.85rem !important;
  color: #FFF;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a > i {
  position: relative;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a .menu-arrow {
  position: relative;
  min-width: 45px;
  margin-right: -2.1rem;
  right: 10px;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
  display: block;
  transform-origin: center;
  transition: ease transform 800ms;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow:after {
  top: 45%;
  transform: translate(-50%, -50%) rotate(135deg);
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
  display: none;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none;
  background-color: transparent;
  min-width: 0;
  width: 100% !important;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li {
  border-bottom: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu {
  position: static;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-menu {
  display: none;
  left: 0;
  padding-left: 0;
  margin: 0;
  opacity: 1;
  width: 100%;
  background: transparent;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:hover .dropdown-menu, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu:focus .dropdown-menu {
  top: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu.opened > .dropdown-toggle .menu-arrow {
  transform: rotateX(180deg) translate3d(0, -3px, 0);
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:hover > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li:focus > a {
  color: #FFF;
  transform: translate3d(0, 0, 0);
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li > a, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li > a {
  color: #9d9d9d;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-toggle .menu-arrow, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega.opened > .dropdown-toggle .menu-arrow {
  transform: rotateX(180deg) translate3d(0, -3px, 0);
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega [class*=col] {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 0.8rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega [class*=col]:last-child {
  margin-bottom: 0.8rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
  padding: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
  margin-top: -0.8rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
  margin: 0;
  text-align: center;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li a {
  display: flex;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav + .dropdown-mega-sub-title {
  margin-top: 0.8rem;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
  padding: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > .row > div {
  padding: 0;
  margin-left: 0;
}
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
  display: none !important;
}
@media (max-width: 991px) {
  html.side-header-overlay-full-screen #header .header-nav-main {
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
  html.side-header-overlay-full-screen #header .header-nav-main:before {
    content: none;
  }
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li {
    border-bottom: 0;
  }
}

/* Side Header Toggles */
.side-header-btn-toggle {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-weight: 600;
}

html.sticky-wrapper-active .side-header-btn-toggle {
  color: #1c1f21;
}

.side-header-btn-close {
  position: absolute;
  top: 1.3rem;
  right: 1.2rem;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  html.side-header-from-out .side-header-btn-close {
    display: none;
  }
}
/* Double Carousel */
@media (min-width: 992px) {
  html.side-header:not(.side-header-from-out) .double-carousel .nav {
    margin-left: -140px;
  }
  html.side-header:not(.side-header-from-out) .double-carousel .wrapper-left {
    width: calc(35vw - 140px);
    margin-right: -140px;
  }
  html.side-header:not(.side-header-from-out) .double-carousel .wrapper-right {
    margin-left: -140px;
    width: calc(35vw - 140px);
  }
}
@media (max-width: 1600px) {
  html.side-header:not(.side-header-from-out) .double-carousel .nav .title-left,
  html.side-header:not(.side-header-from-out) .double-carousel .nav .title-right {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  html.side-header:not(.side-header-from-out) .double-carousel .nav {
    top: 50%;
  }
  html.side-header:not(.side-header-from-out) .double-carousel .owl-carousel .owl-dots {
    top: 58%;
  }
}

/* IE */
@media (min-width: 992px) {
  html.ie.side-header .nano > .nano-content {
    right: 3px !important;
    margin-right: -20px !important;
    padding-right: 5px;
  }
}

/* Microsoft Edge */
@media (min-width: 992px) {
  html.edge.side-header .nano > .nano-content,
  html.gecko.side-header .nano > .nano-content {
    right: -16px !important;
  }
  html.edge.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
    right: 6px;
  }
  html.edge.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.edge.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 6px;
  }
  html.edge.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 21px;
  }
  html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li a.dropdown-toggle .menu-arrow {
    right: 12px;
  }
  html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow, html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 12px;
  }
  html.edge.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow,
  html.gecko.side-header.side-header-from-out #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu li.dropdown-submenu > .dropdown-toggle .menu-arrow {
    right: 12px;
  }
}

/* Signin */
/* Header Signin / Signup / Logged */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin:hover > .dropdown-menu {
  pointer-events: auto;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a {
  position: relative;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  border-left: 1px solid #CCC;
  transform: translate3d(0, -50%, 0);
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
  max-width: 350px;
  width: 100vw !important;
  top: 100%;
  right: 0 !important;
  left: auto;
  pointer-events: none;
  background: #FFF;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu li:hover > a {
  color: #8f8f8f;
  transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-content > .row > div {
  padding: 5px 25px;
  border: none !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .forgot-pw:hover {
  text-decoration: underline;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
  display: none;
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a {
    font-weight: bold;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > a:before {
    content: none;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu {
    display: block;
    max-width: 100%;
    padding: 0.6rem;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu:before {
    content: none;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged li {
    border-bottom: 0;
  }
}
/* Shop */
/* Shop */
html.shop #header .header-nav-main {
  order: 2;
}

.mini-cart {
  display: flex;
  position: relative;
}
.mini-cart .mini-cart-icon {
  position: relative;
  margin-left: 0.8rem;
  top: -4px;
}
.mini-cart .mini-cart-icon > span {
  position: absolute;
  bottom: -5px;
  right: -5px;
  padding: 0.2rem 0.3rem;
}
.mini-cart .mini-cart-content {
  position: absolute;
  width: 300px;
  top: 100%;
  right: -32px;
  padding-top: 1.6rem;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transform: translate3d(0, 20px, 0);
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}
.mini-cart .mini-cart-content .inner-wrapper {
  position: relative;
  padding: 1.6rem;
  box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.5);
}
.mini-cart .mini-cart-content .inner-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
.mini-cart .mini-cart-content .mini-cart-product {
  margin-bottom: 1rem;
}
.mini-cart .mini-cart-content .mini-cart-product .product-image {
  position: relative;
}
.mini-cart .mini-cart-content .mini-cart-product .product-image > a {
  position: absolute;
  top: -11px;
  right: -12px;
  padding: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #e9ecef;
  box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.5);
}
.mini-cart .mini-cart-content .mini-cart-total {
  padding: 0.7rem 0;
  border-top: 1px solid #e9ecef;
  margin-bottom: 1rem;
}
.mini-cart .mini-cart-content .mini-cart-actions .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.mini-cart:hover .mini-cart-content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* Header Shop 1 */
html #header.header-shop-1 .header-body > .header-container > .header-row:first-child > .header-column:nth-child(1), html #header.header-shop-1 .header-body > .header-container > .header-row:first-child > .header-column:nth-child(3) {
  width: 50%;
}
html #header.header-shop-1 .header-body > .header-container > .header-row:first-child > .header-column:nth-child(2) {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html #header .header-nav-main nav > ul > li a {
    font-size: 0.85rem !important;
    padding: 1.93333em 0.65em;
  }
}
@media (max-width: 991px) {
  html #header.header-shop-1 .header-body > .header-container > .header-row:first-child > .header-column:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  html #header.header-shop-1 .header-body > .header-container > .header-row:first-child > .header-column:nth-child(2) {
    width: 0%;
  }
}

/* Header Search Expand */
#header .header-search-expanded {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 55px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -30%, 0);
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}
#header .header-search-expanded > form {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#header .header-search-expanded > form input {
  box-shadow: none;
  border-color: transparent;
}
#header .header-search-expanded > form input::-webkit-input-placeholder {
  color: #b9b9b9;
}
#header .header-search-expanded > form input::-moz-placeholder {
  color: #b9b9b9;
}
#header .header-search-expanded > form input:-ms-input-placeholder {
  color: #b9b9b9;
}
#header .header-search-expanded > form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  padding: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  background: transparent;
  font-size: 1.4rem;
  box-shadow: none;
}
#header .header-nav,
#header .header-logo {
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}
#header .header-nav[data-sticky-header-style],
#header .header-logo[data-sticky-header-style] {
  z-index: 1;
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms, ease top 300ms;
}

html.sticky-header-active #header .header-search-expanded {
  height: 45px;
}
html.sticky-header-active #header .header-search-expanded > form button {
  padding-top: 0.4rem;
}
html.header-search-expanded-active #header .header-search-expanded {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0);
  transition: ease opacity 300ms 0ms, ease visibility 300ms 0ms, ease transform 300ms 0ms;
}
html.header-search-expanded-active #header .header-nav,
html.header-search-expanded-active #header .header-logo {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -20px, 0);
}

/* Mobile Menu Opened */
html.mobile-menu-opened #header .header-container:after {
  content: none;
}
html.mobile-menu-opened #header.header-container-bottom-border .header-body:after {
  content: none;
}

/* Page Header */
.page-header {
  background-color: #f1f3f7;
  margin: 0 0 50px 0;
  min-height: 50px;
  padding: 55px 0;
  position: relative;
  text-align: center;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.page-header .breadcrumb.breadcrumb-valign-mid {
  position: absolute;
  top: 36%;
  right: 20px;
}
.page-header h1 {
  display: inline-block;
  line-height: 38px;
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
  position: relative;
  font-size: 2rem;
}
.page-header .lead {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.6;
}
.page-header.page-header-color a:hover {
  text-decoration: underline;
}
.page-header.page-header-text-light h1, .page-header.page-header-text-light a:not(.btn), .page-header.page-header-text-light span, .page-header.page-header-text-light p {
  color: #FFF;
}
.page-header.page-header-text-light li,
.page-header.page-header-text-light li > a {
  color: #a2a2a2;
}
.page-header.page-header-text-light.page-header-crumbs-light-2 li,
.page-header.page-header-text-light.page-header-crumbs-light-2 li > a {
  color: #d8d8d8;
}
.page-header.parallax > .container {
  position: relative;
  z-index: 3;
}
.page-header.page-header-dark {
  background-color: #2E3237;
}

/* Parallax */
/* Sections */
.section {
  position: relative;
  padding: 4.6153846154rem 0;
  /* Section Content Pull Top */
  /* Section Content Pull Top 2 */
  /* Section Content Pull Top 3 */
  /* Section Content Pull Top 4 */
  /* Section Content Pull Top 5 */
  /* Section Over Slider */
  /* Section With Text Overlay */
  /* Background Color Anim */
  /* Angled Section */
  /* Responsive */
}
.section.section-height-1 {
  padding: 0.7692307692rem 0;
}
.section.section-height-2 {
  padding: 2.3076923077rem 0;
}
.section.section-height-3 {
  padding: 4.6153846154rem 0;
}
.section.section-height-4 {
  padding: 6.9230769231rem 0;
}
.section.section-height-5 {
  padding: 9.2307692308rem 0;
}
.section > .container {
  position: relative;
  z-index: 3;
}
.section.section-background {
  background-position: 0 50%;
  background-repeat: repeat;
  z-index: 1;
}
.section.section-skew {
  position: relative;
  overflow: hidden;
}
.section.section-skew .section-skew-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: skew(-15deg, 0deg);
}
.section.section-skew .section-skew-layer.skew-layer-from-right, .section.section-skew .section-skew-layer[data-skew-layer-from=right] {
  left: 105%;
}
.section.section-skew > .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section.section-skew .section-skew-layer.section-skew-layer-mobile-right {
    left: 90% !important;
  }
}
.section.section-content-pull-top > .container:not(.no-pull-top) {
  margin-top: -7rem;
}
.section.section-content-pull-top.pull-top-level-2 > .container:not(.no-pull-top) {
  margin-top: -9rem;
}
.section.section-content-pull-top.pull-top-level-3 > .container:not(.no-pull-top) {
  margin-top: -11rem;
}
.section.section-content-pull-top.pull-top-level-4 > .container:not(.no-pull-top) {
  margin-top: -15rem;
}
.section.section-content-pull-top.pull-top-level-5 > .container:not(.no-pull-top) {
  margin-top: -18rem;
}
.section.section-content-pull-top-2 {
  padding-bottom: 0;
}
.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
  margin-top: -7rem;
  background: #FFF;
  border-radius: 7px;
  box-shadow: 0px -1px 15px -3px rgba(153, 153, 153, 0.1);
  padding: 60px 40px;
  z-index: 0;
}
@media (min-width: 768px) {
  .section.section-content-pull-top-2 > .container:not(.no-pull-top) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section.section-content-pull-top-2 > .container:not(.no-pull-top) {
    max-width: 1015px;
  }
}
@media (min-width: 1200px) {
  .section.section-content-pull-top-2 > .container:not(.no-pull-top) {
    max-width: 1190px;
  }
}
.section.section-content-pull-top-2.pull-top-level-2 > .container:not(.no-pull-top) {
  margin-top: -9rem;
}
.section.section-content-pull-top-2.pull-top-level-3 > .container:not(.no-pull-top) {
  margin-top: -11rem;
}
.section.section-content-pull-top-3 {
  padding: 2.3rem 0;
}
.section.section-content-pull-top-3 > .container:not(.no-pull-top) {
  margin-top: -7rem;
  background: #FFF;
  padding: 40px 40px;
}
@media (min-width: 768px) {
  .section.section-content-pull-top-3 > .container:not(.no-pull-top) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section.section-content-pull-top-3 > .container:not(.no-pull-top) {
    max-width: 1015px;
  }
}
@media (min-width: 1200px) {
  .section.section-content-pull-top-3 > .container:not(.no-pull-top) {
    max-width: 1190px;
  }
}
.section.section-content-pull-top-4 {
  padding: 2.3rem 0;
}
@media (max-width: 575px) {
  .section.section-content-pull-top-4 {
    padding-top: 0;
  }
}
.section.section-content-pull-top-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 170px;
  background: linear-gradient(to top, #f1f3f7, rgba(46, 50, 55, 0.2));
}
@media (min-width: 576px) {
  .section.section-content-pull-top-4:before {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section.section-content-pull-top-4:before {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section.section-content-pull-top-4:before {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .section.section-content-pull-top-4:before {
    max-width: 1440px;
  }
}
.section.section-content-pull-top-4 > .container:not(.no-pull-top) {
  margin-top: -15rem;
}
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row {
  padding: 0 30px;
}
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child {
  position: relative;
  padding: 30px 30px 0;
}
.section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 203px;
  border-radius: 7px 7px 0 0;
  background: #2E3237;
  z-index: -1;
}
@media (max-width: 575px) {
  .section.section-content-pull-top-4 > .container:not(.no-pull-top) > .row:first-child:before {
    height: 100%;
    border-radius: 0;
  }
}
.section.section-content-pull-top-5 > .container,
.section.section-content-pull-top-5 > .container-fluid {
  margin-top: -3rem;
}
.section.section-over-slider {
  margin-top: -106px;
  padding: 0;
}
.section.section-over-slider.section-over-slider-style-1 > .container {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0;
}
.section.section-text-overlay {
  position: relative;
  overflow: hidden;
}
.section.section-text-overlay .text-background {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 13vw;
  line-height: 3.3vw;
  opacity: 0.06;
  z-index: 2;
  transform: translateX(-50%);
}
.section.section-text-overlay .text-background.appear-animation {
  opacity: 0;
}
.section.section-text-overlay .text-background.text-background-style-2 {
  width: 120%;
  opacity: 0.03;
}
.section.section-text-overlay .text-background.text-background-color-1 {
  color: #72b9ff;
}
.section.section-background-change-anim {
  animation-name: colorTransition;
  animation-duration: 25s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section.section-angled {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.section.section-angled .section-angled-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}
.section.section-angled .section-angled-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  transform: skewY(0.7deg) translate3d(0, 50%, 0);
}
.section.section-angled .section-angled-layer-top + .section-angled-content,
.section.section-angled .section-angled-layer-top + .section-angled-layer-bottom + .section-angled-content {
  margin-top: 2.5rem;
}
.section.section-angled .section-angled-layer-bottom + .section-angled-content,
.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content {
  margin-bottom: 2.5rem;
}
.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top {
  transform: skewY(-1.7deg) translate3d(0, -50%, 0);
}
.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-bottom {
  transform: skewY(1.7deg) translate3d(0, 50%, 0);
}
.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-top {
  transform: skewY(-4.7deg) translate3d(0, -50%, 0);
}
.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
  transform: skewY(4.7deg) translate3d(0, 50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-top {
  transform: skewY(0.7deg) translate3d(0, -50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-bottom {
  transform: skewY(-0.7deg) translate3d(0, 50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top {
  transform: skewY(1.7deg) translate3d(0, -50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-bottom {
  transform: skewY(-1.7deg) translate3d(0, 50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-top {
  transform: skewY(4.7deg) translate3d(0, -50%, 0);
}
.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
  transform: skewY(-4.7deg) translate3d(0, 50%, 0);
}
.section.section-angled + .section-angled {
  padding-top: 0;
}
@media (max-width: 991px) {
  .section.section-content-pull-top:not(.pull-top-always) > .container, .section.section-content-pull-top-2:not(.pull-top-always) > .container, .section.section-content-pull-top-3:not(.pull-top-always) > .container {
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .section.section-over-slider {
    margin-top: 0;
  }
  .section.section-over-slider.section-over-slider-style-1 {
    background: #2E3237;
  }
  .section.section-over-slider.section-over-slider-style-1 > .container {
    border-top: 0;
    padding: 1.5rem 15px;
  }
}
@media (max-width: 575px) {
  .section.section-content-pull-top-4:not(.pull-top-always) > .container {
    margin-top: 0 !important;
  }
}

/* Sidebar */
.sidebar .sidebar-search input {
  padding: 0.7rem 2.2rem 0.7rem 0.7rem;
}
.sidebar .sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  height: 100%;
  z-index: 3 !important;
}
.sidebar .sidebar-search button i {
  color: #8f8f8f;
}
.sidebar .sort-source > div > a,
.sidebar .sort-source > li > a {
  font-family: "Open Sans", sans-serif;
}

/* Sliders */
.slider-container {
  background: #1c1f21;
  width: 100%;
  height: 490px;
  overflow: hidden;
  direction: ltr;
}
.slider-container.slider-container-full-height {
  height: 100vh;
}
.slider-container.slider-container-height-490 {
  height: 490px;
}
.slider-container.slider-container-height-550 {
  height: 550px;
}
.slider-container.slider-container-height-600 {
  height: 600px;
}
.slider-container.slider-container-height-720 {
  height: 720px;
}
.slider-container.slider-container-height-800 {
  height: 800px;
}
.slider-container.slider-container-height-870 {
  height: 870px;
}

/* Slider With Overlay */
.rev_slider .tp-revslider-mainul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rev_slider li.slide-overlay {
  /* Slider With Overlay Opacity Level */
}
.rev_slider li.slide-overlay .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.9;
  background: #1c1f21;
  z-index: 2;
}
.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
  background: #FFF;
}
.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
  opacity: 0.0;
}
.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
  opacity: 0.1;
}
.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
  opacity: 0.2;
}
.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
  opacity: 0.3;
}
.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
  opacity: 0.4;
}
.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
  opacity: 0.5;
}
.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
  opacity: 0.6;
}
.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
  opacity: 0.7;
}
.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
  opacity: 0.8;
}
.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
  opacity: 0.9;
}
.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
  opacity: 0.10;
}

/* Slider Navigation */
.tp-bullets.bullets-style-1 .tp-bullet {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

/* Slider Arrows */
.tparrows {
  /* Arrows Dark */
}
.tparrows.slider-arrows-style-1 {
  background: transparent !important;
}
.tparrows.slider-arrows-style-1:hover:before {
  opacity: 0.8;
}
.tparrows.slider-arrows-style-2 {
  background: transparent !important;
}
.tparrows.slider-arrows-style-2.tp-leftarrow:before, .tparrows.slider-arrows-style-2.tp-rightarrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 70%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  opacity: 0.4;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transition: ease opacity 300ms;
}
.tparrows.slider-arrows-style-2.tp-leftarrow:after, .tparrows.slider-arrows-style-2.tp-rightarrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  width: 60px;
  border-top: 1px solid #FFF;
  opacity: 0.4;
  transform: translate3d(0, -50%, 0);
  transition: ease width 300ms, ease opacity 300ms;
}
.tparrows.slider-arrows-style-2.tp-leftarrow:hover:before, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:before {
  opacity: 0.8;
}
.tparrows.slider-arrows-style-2.tp-leftarrow:hover:after, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:after {
  width: 90px;
  opacity: 0.8;
}
.tparrows.slider-arrows-style-2.tp-rightarrow {
  transform: rotate(180deg);
}
.tparrows.slider-arrows-dark:before {
  color: #1c1f21;
}

/* Slider Contact Form */
.slider-contact-form-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  transform: translate3d(-50%, 0, 0);
}
.slider-contact-form-wrapper .slider-contact-form {
  background: rgba(28, 31, 33, 0.3);
  padding: 5rem 5rem 16rem;
  min-width: 416px;
}
.slider-contact-form-wrapper .slider-contact-form > p {
  color: #969696;
}
.slider-contact-form-wrapper .slider-contact-form form label {
  color: #8f8f8f;
}

@media (max-width: 575px) {
  .slider-contact-form-wrapper {
    justify-content: center;
  }
  .slider-contact-form-wrapper .slider-contact-form {
    min-width: 256px;
    padding: 3rem;
  }
}
@media (max-width: 320px) {
  .slider-contact-form-wrapper .slider-contact-form {
    padding: 1rem;
  }
}
/* Slider Scroll Button */
.slider-scroll-button {
  position: relative;
  width: 57px;
  height: 57px;
  background: #8f8f8f;
  border-radius: 100%;
}
.slider-scroll-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 23px;
  height: 34px;
  border: 1px solid #FFF;
  border-radius: 15px;
  transform: translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after {
  content: "";
  width: 6px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  position: absolute;
  top: 19px;
  left: 49%;
  transform: translate3d(-50%, 0, 0);
  animation-name: sliderScrollButton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Custom Layer Styles */
.layer-bg-color-1 {
  background-color: #2b3b4b;
}

.layer-border-1 {
  border: 5px solid #55616E;
}

.layer-border-width-1 {
  border-width: 5px !important;
}

.layer-border-width-2 {
  border-width: 2px !important;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: 0 !important;
}

/* Responsive Letter Spacing for Text Layers */
@media (min-width: 576px) {
  .layer-letter-spacing-10 {
    letter-spacing: 10px !important;
  }
}
/* Boxed */
html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* #Footer */
#footer {
  margin-top: 50px;
  border-top: 1px solid rgba(143, 143, 143, 0.2);
}
#footer.footer-colors a:hover:not(.link-underline-light) {
  text-decoration: underline;
}
#footer.footer-colors li,
#footer.footer-colors .social-icons {
  text-align: left;
}
#footer > .container > .row {
  padding-top: 2rem;
}
#footer .logo img {
  max-width: 122px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}
#footer .footer-top-featured-boxes .featured-box h4 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.1em;
  padding-top: 4px;
}
#footer .footer-top-featured-boxes .featured-box:nth-child(1) img {
  height: 50px;
}
#footer .footer-top-featured-boxes .featured-box:nth-child(2) img {
  height: 45px;
  left: 37px;
}
#footer .footer-top-featured-boxes .featured-box:nth-child(3) img {
  height: 44px;
  top: 40px;
  left: 27px;
}
#footer.footer-reveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}
#footer .footer-copyright {
  margin-top: 2em;
  padding: 2em 0;
}
#footer .footer-copyright.footer-copyright-border-top {
  border-top: 1px solid #E2E4E8;
}
#footer .footer-copyright.footer-copyright-border-top-2 {
  border-top: 1px solid #252525;
}
#footer .footer-copyright.footer-copyright-container-border-top {
  position: relative;
}
#footer .footer-copyright.footer-copyright-container-border-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  transform: translate3d(-50%, 0, 0);
  z-index: 99;
}
#footer .footer-copyright.footer-copyright-landing-bg-color {
  background-color: #202528;
}
#footer .footer-copyright p {
  font-size: 0.9em;
}
#footer .section-skew .footer-copyright {
  position: relative;
  background: transparent;
  z-index: 2;
}
#footer > .container-lg-custom + .footer-copyright-container-border-top:before {
  max-width: 1170px;
}

/* Dark Layout */
html.dark {
  /* Helpers */
  /* Header */
  /* Steps */
  /* Sort */
  /* Double Carousel */
  /* Section */
  /* Learn More */
  /* Content Grid */
}
html.dark .body {
  background-color: #1c1f21;
}
html.dark .border {
  border-color: #2E3237 !important;
}
html.dark #header .header-top {
  border-bottom-color: #2E3237;
}
html.dark #header:not(.header-transparent):not(.header-semi-transparent):not(.header-semi-transparent-light) .header-body {
  background: #1c1f21;
}
html.dark #header .header-container:after {
  border-bottom-color: rgba(46, 50, 55, 0.2);
}
@media (min-width: 992px) {
  html.dark #header .header-nav-main-dark nav > ul > li > a {
    color: #777;
  }
}
html.dark #header .header-btn-collapse-nav .hamburguer span {
  background: #FFF;
}
html.dark #header .header-btn-collapse-nav .close span {
  background: #FFF;
}
html.dark #header.header-transparent .header-body:before {
  background: #1c1f21;
}
html.dark .word-rotator.type .word-rotator-words.waiting::after {
  animation: 1s word-rotator-pulse-light step-end infinite;
}
html.dark .steps .item:not(.active) {
  background: #1c1f21 !important;
}
html.dark .steps .item .item-title {
  color: #FFF;
}
html.dark .steps .item .item-title:after {
  background: #1c1f21;
}
html.dark .steps .item.active {
  border-color: #FFF;
}
html.dark .steps .item.active:before {
  border: 6px solid #1c1f21;
}
html.dark .steps .item.active:after {
  background: #1c1f21;
}
html.dark .steps .item.active .item-title {
  color: #1c1f21;
}
html.dark .steps .dots .dots-color-dark {
  background: #FFF;
}
html.dark .sort-destination-loader:after {
  background: rgb(32.0633663366, 34.8514851485, 38.3366336634);
}
html.dark .double-carousel .owl-carousel .owl-item .card {
  background: rgb(41.3544554455, 44.9504950495, 49.4455445545);
}
html.dark .double-carousel .owl-carousel .owl-item .card p, html.dark .double-carousel .owl-carousel .owl-item .card strong {
  color: #FFF;
}
html.dark section.section {
  /* Section Content Pull Top 2 */
}
html.dark section.section:not([class*=bg-light]) h2, html.dark section.section:not([class*=bg-light]) h3, html.dark section.section:not([class*=bg-light]) h4, html.dark section.section:not([class*=bg-light]) h5, html.dark section.section:not([class*=bg-light]) h6 {
  color: #FFF;
}
html.dark section.section.section-content-pull-top-2 > .container:not(.no-pull-top) {
  background: rgb(32.0633663366, 34.8514851485, 38.3366336634);
  box-shadow: 0px -1px 15px -3px rgba(8.8356435644, 9.603960396, 10.5643564356, 0.1);
}
html.dark .learn-more {
  color: #FFF;
}
html.dark .learn-more:hover {
  color: #8f8f8f;
}
html.dark .content-grid .content-grid-item:before {
  border-left: 1px solid #2E3237;
}
html.dark .content-grid .content-grid-item:after {
  border-bottom: 1px solid #2E3237;
}
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #2E3237;
}
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #2E3237;
}

/* Boxed Layout */
html.boxed body {
  background-color: #E7E9ED;
  background-position: 0 0;
  background-repeat: repeat;
}
html.boxed .body {
  position: relative;
  background-color: #FFF;
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
  z-index: 0;
}
html.boxed .container, html.boxed .container-lg, html.boxed .container-md, html.boxed .container-sm, html.boxed .container-xl {
  max-width: 1140px;
}
html.boxed #header .header-body {
  max-width: 1200px;
}
html.boxed #header .header-container:after {
  max-width: 1200px;
}
html.boxed #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
  max-width: 1200px;
  border-radius: 0 !important;
}
html.boxed #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-content-block {
  border-radius: 0 !important;
}
html.boxed #header .header-nav-main nav > ul > li .dropdown-menu {
  border-radius: 0 !important;
}
html.boxed .main {
  overflow: hidden;
}
html.boxed section.section.section-text-overlay .text-background {
  font-size: 9vw;
  line-height: 1.3vw;
}
@media (min-width: 1200px) {
  html.boxed .double-carousel {
    flex-basis: 100vw;
    max-width: none;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}

/* Responsive */
@media (min-width: 1140px) {
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  html.boxed .body {
    margin: 0 auto;
  }
}
html.gap-outside .body {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
html.gap-outside .main,
html.gap-outside #footer {
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}
html.gap-outside .slider-container {
  width: 100% !important;
  left: auto !important;
}
html.gap-outside #header {
  margin-top: -1.6rem;
}
html.gap-outside #header .header-body {
  left: 0;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
html.gap-outside #header .header-container:after {
  content: none;
}
@media (max-width: 991px) {
  html.gap-outside #header .header-nav-main:before {
    width: calc(100vw - 3.2rem);
  }
}

/* Theme Alternative Style */
html.alternative-style-1 .text-alternative-style {
  font-weight: 300;
  letter-spacing: -0.2px;
}
html.alternative-style-1 .top-sub-title {
  font-size: 0.7rem !important;
  font-weight: 500;
  color: #999;
}
html.alternative-style-1 .font-alternative {
  font-family: "Poppins", sans-serif !important;
}
html.alternative-style-1 body {
  font-family: "Poppins", sans-serif;
}
html.alternative-style-1 #header.header-effect-shrink .header-container {
  min-height: 120px;
}
@media (min-width: 992px) {
  html.alternative-style-1 #header .header-nav-main nav > ul > li > a {
    font-size: 0.95rem;
    font-weight: 500;
  }
}

:root {
  --tp-ff-body: var(--primary-font);
  --tp-ff-heading: var(--primary-font);
  --tp-ff-p: var(--primary-font);
  --tp-ff-fontawesome: "Font Awesome 5 Pro";
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-yellow: #ffcd00;
  --tp-heading-primary: #000;
  --tp-grey-1: #a5a5a6;
  --tp-grey-2: #f3f4f7;
  --tp-grey-3: #c8c8c8;
  --tp-grey-4: #e6dfd6;
  --tp-grey-5: #fff3f6;
  --tp-grey-6: #cfcfcf;
  --tp-grey-7: #d3d3d3;
  --tp-grey-8: #f6f6f6;
  --tp-grey-9: #999999;
  --tp-text-body: #040404;
  --tp-text-primary: var(--primary-color);
  --tp-text-secondary: #686666;
  --tp-text-tertiary: #adadad;
  --tp-text-4: #a0a0a0;
  --tp-text-5: #999999;
  --tp-theme-1: #3d6ce7;
  --tp-theme-2: #f3eee7;
  --tp-theme-3: #f7f7f7;
  --tp-theme-4: #77977b;
  --tp-theme-5: #6b6856;
  --tp-theme-6: #f8f8f8;
  --tp-theme-7: #ededed;
  --tp-theme-8: #f4f1ec;
  --tp-theme-9: #83b735;
  --tp-theme-10: #f3f4f7;
  --tp-theme-11: #f3f7f7;
  --tp-theme-12: #f0e2dd;
  --tp-theme-13: #f7efec;
  --tp-theme-14: #f58448;
  --tp-border-1: #e7e7e7;
  --tp-border-2: #f6f6f6;
  --tp-border-3: #ecf0ef;
  --tp-border-4: #e0e0e0;
  --tp-border-5: #282828;
  --tp-border-6: #e4e4e4;
}

@media (max-width: 767px) {
  .tpproduct-details__nab {
    padding-inline-end: 0;
  }
}
.tpproduct-details__nab .nav-link {
  padding: 0;
  border-color: transparent;
  margin-bottom: 20px;
}
.tpproduct-details__nab .nav-link img {
  height: 80px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border-color: transparent;
}
.tpproduct-details__nab .nav-link.nav-link.active,
.tpproduct-details__nab .nav-link .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
}
.tpproduct-details__nab .tab-pane img {
  max-width: 100%;
  border-radius: 6px;
}
.tpproduct-details__sticky {
  margin-inline-start: -25px;
  position: sticky;
  top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproduct-details__sticky {
    margin-inline-start: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpproduct-details__sticky {
    margin-inline-start: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpproduct-details__sticky {
    margin-inline-start: 0px;
    margin-top: 20px;
  }
}
.tpproduct-details__tag {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-text-primary);
  font-weight: 600;
  line-height: 1;
  padding: 2px 8px 4px;
  background-color: rgba(var(--tp-text-primary), 0.1);
  border-radius: 2px;
}
.tpproduct-details__rating {
  margin-inline-start: 20px;
}
.tpproduct-details__rating a {
  font-size: 14px;
  color: var(--tp-common-yellow);
}
.tpproduct-details__rating a i {
  margin-inline-start: -3px;
}
.tpproduct-details__reviewers {
  font-size: 14px;
  margin-inline-start: 5px;
  color: var(--tp-text-secondary);
  cursor: pointer;
}
.tpproduct-details__reviewers:hover {
  color: var(--tp-text-primary);
}
.tpproduct-details__title {
  font-size: 26px;
  font-weight: 600;
  color: var(--tp-text-body);
  margin-inline-end: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproduct-details__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tpproduct-details__title {
    font-size: 23px;
  }
}
.tpproduct-details__stock {
  font-size: 12px;
  font-weight: 600;
  color: var(--tp-text-primary);
  border: 1px solid var(--tp-border-1);
  border-radius: 2px;
  padding: 4px 9px;
  line-height: 1;
}
.tpproduct-details__price del {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-text-body);
}
.tpproduct-details__price span {
  color: var(--tp-text-primary);
  font-weight: 600;
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tpproduct-details__price span {
    font-size: 26px;
  }
}
.tpproduct-details__pera p {
  font-size: 16px;
  color: var(--tp-text-secondary);
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproduct-details__pera p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpproduct-details__pera p br {
    display: none;
  }
}
.tpproduct-details__quantity {
  border: 1px solid var(--tp-border-1);
  border-radius: 6px;
  display: inline-block;
  padding: 16px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproduct-details__quantity {
    padding: 11px 23px;
  }
}
@media (max-width: 767px) {
  .tpproduct-details__quantity {
    padding: 11px 10px;
  }
}
.tpproduct-details__quantity input {
  border: none;
  width: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.tpproduct-details__quantity .cart-minus, .tpproduct-details__quantity .cart-plus {
  color: var(--tp-grey-7);
  cursor: pointer;
}
@media (max-width: 767px) {
  .tpproduct-details__cart {
    margin-inline-start: 10px;
  }
}
.tpproduct-details__cart button {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--tp-text-primary);
  color: var(--tp-common-white);
  display: inline-block;
  padding: 22px 36px;
  line-height: 1;
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
}
.tpproduct-details__cart button:hover {
  background-color: var(--tp-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproduct-details__cart button {
    padding: 17px 20px;
  }
}
@media (max-width: 767px) {
  .tpproduct-details__cart button {
    padding: 18px 14px;
    font-size: 13px;
  }
}
.tpproduct-details__wishlist {
  height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid var(--tp-border-1);
  display: inline-block;
  line-height: 60px;
  color: var(--tp-grey-7);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproduct-details__wishlist {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .tpproduct-details__wishlist {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-inline-start: 10px;
  }
}
.tpproduct-details__wishlist:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-text-primary);
  border: 1px solid var(--tp-text-primary);
}
.tpproduct-details__wishlist a {
  display: block;
}
.tpproduct-details__information p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-text-body);
  display: inline-block;
  margin-inline-end: 5px;
  margin-bottom: 5px;
}
.tpproduct-details__information span {
  color: var(--tp-text-secondary);
  font-weight: 400;
  font-size: 16px;
}
.tpproduct-details__information span a:hover {
  color: var(--tp-text-primary);
}
.tpproduct-details__information a {
  color: var(--tp-text-secondary);
  margin-inline-end: 12px;
  font-size: 16px;
}
.tpproduct-details__information a:hover {
  color: var(--tp-text-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproduct-details__condation {
    margin-inline-start: 0px;
  }
}
@media (max-width: 767px) {
  .tpproduct-details__condation {
    margin-top: 40px;
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpproduct-details__condation {
    margin-top: 40px;
    margin-inline-start: 0px;
  }
}
.tpproduct-details__condation ul li {
  list-style: none;
  margin-bottom: 20px;
}
.tpproduct-details__condation-item {
  border: 1px solid var(--tp-border-1);
  border-radius: 6px;
  padding: 11px 25px;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproduct-details__condation-item {
    padding: 11px 8px;
  }
}
.tpproduct-details__condation-item:hover .tpproduct-details__img-hover {
  transform: translate3d(0, -5px, 0);
}
.tpproduct-details__img-hover {
  margin-inline-end: 20px;
  flex: 0 0 auto;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpproduct-details__img-hover {
    margin-inline-end: 10px;
  }
}
.tpproduct-details__condation-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--tp-text-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpproduct-details__condation-text p br {
    display: none;
  }
}
.tpproduct-details__nav .nav-tabs {
  border-bottom: 1px solid var(--tp-border-1);
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.tpproduct-details__nav .nav-tabs .nav-links {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-text-secondary);
  margin: 0 32px;
}
@media (max-width: 767px) {
  .tpproduct-details__nav .nav-tabs .nav-links {
    font-size: 14px;
    margin: 0 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpproduct-details__nav .nav-tabs .nav-links {
    margin: 0 15px;
  }
}
.tpproduct-details__nav .nav-tabs .nav-links.active {
  color: var(--tp-text-body);
}
.tpproduct-details__list-img {
  padding-inline-end: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpproduct-details__list-img {
    padding-inline-end: 0;
  }
}
.tpproduct-details__list-img-item {
  margin-bottom: 10px;
}
.tpproduct-details__list-img-item img {
  max-width: 100%;
  border-radius: 6px;
}

.latest-comments ul li {
  list-style: none;
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: var(--tp-common-yellow);
}

.comments-text span,
.comments-text p {
  color: var(--tp-text-secondary);
  font-size: 16px;
}

.comment-title p {
  color: var(--tp-text-secondary);
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-inline-end: 5px;
}
.comment-rating ul li {
  display: inline-block;
  color: var(--tp-common-yellow);
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.comment-input textarea:focus-visible {
  outline: 0;
  border: 1px solid var(--tp-text-primary) !important;
}
.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.comment-input input:focus {
  border: 1px solid var(--tp-text-primary);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shop-left-right {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
}

.tp-comments-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .tp-comments-title {
    font-size: 18px;
  }
}

.tp-content-tab p {
  font-size: 16px;
  color: var(--tp-text-secondary);
}

.pro-submit {
  background-color: var(--tp-text-primary);
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tprelated__arrow {
    justify-content: start !important;
  }
}
.tprelated__arrow i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--tp-grey-2);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
}
.tprelated__arrow i:hover {
  background-color: var(--tp-text-primary);
  color: var(--tp-common-white);
}
.tprelated__prv {
  margin-inline-end: 15px;
}

.related-product-border {
  border-top: 1px solid var(--tp-border-1);
}

.comments-text {
  width: 100%;
}

.text-color-light {
  color: #FFF !important;
}

.text-color-light-2 {
  color: #e2e2e2 !important;
}

.text-color-light-3 {
  color: #a2a2a2 !important;
}

.text-color-dark {
  color: #1c1f21 !important;
}

.text-color-default {
  color: #707070 !important;
}

.text-color-grey {
  color: #888 !important;
}

[class*=text-color-hover-] {
  transition: ease color 300ms;
}

.text-color-hover-light:hover {
  color: #FFF !important;
}

.text-color-hover-dark:hover {
  color: #1c1f21 !important;
}

.text-color-hover-default:hover {
  color: #707070 !important;
}

.text-color-hover-grey:hover {
  color: #888 !important;
}

.text-color-hover-danger:hover {
  color: #f86464 !important;
}

.link-color-dark {
  color: #1c1f21;
}

.link-color-light {
  color: #FFF !important;
}
.link-color-light:hover {
  color: #f1f3f7 !important;
}

.link-color-light-2 {
  color: #f1f3f7;
}
.link-color-light-2:hover, .link-color-light-2:focus, .link-color-light-2:active, .link-color-light-2.active {
  color: #FFF !important;
}

.link-color-light-3 {
  color: #a2a2a2;
}
.link-color-light-3:hover, .link-color-light-3:focus, .link-color-light-3:active, .link-color-light-3.active {
  color: #FFF !important;
}

.bg-light {
  background-color: #FFF !important;
}

.bg-light-1 {
  background-color: rgb(252.3590909091, 252.7363636364, 253.4909090909) !important;
}

.bg-light-2 {
  background-color: rgb(250.7363636364, 251.3454545455, 252.5636363636) !important;
}

.bg-light-3 {
  background-color: rgb(247.4909090909, 248.5636363636, 250.7090909091) !important;
}

.bg-light-4 {
  background-color: rgb(244.2454545455, 245.7818181818, 248.8545454545) !important;
}

.bg-light-5 {
  background-color: #f1f3f7 !important;
}

.bg-dark {
  background-color: #1c1f21 !important;
}

.bg-dark-1 {
  background-color: rgb(8.8356435644, 9.603960396, 10.5643564356) !important;
}
.bg-dark-1 .sort-destination-loader:after {
  background-color: rgb(8.8356435644, 9.603960396, 10.5643564356) !important;
}

.bg-dark-2 {
  background-color: rgb(27.4178217822, 29.801980198, 32.7821782178) !important;
}
.bg-dark-2 .sort-destination-loader:after {
  background-color: rgb(27.4178217822, 29.801980198, 32.7821782178) !important;
}

.bg-dark-3 {
  background-color: rgb(32.0633663366, 34.8514851485, 38.3366336634) !important;
}
.bg-dark-3 .sort-destination-loader:after {
  background-color: rgb(32.0633663366, 34.8514851485, 38.3366336634) !important;
}

.bg-dark-4 {
  background-color: rgb(41.3544554455, 44.9504950495, 49.4455445545) !important;
}
.bg-dark-4 .sort-destination-loader:after {
  background-color: rgb(41.3544554455, 44.9504950495, 49.4455445545) !important;
}

.bg-dark-5 {
  background-color: #2E3237 !important;
}
.bg-dark-5 .sort-destination-loader:after {
  background-color: #2E3237 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-black-white {
  background: linear-gradient(180deg, #1c1f21 0%, #d2d2d2 80%);
}

[class*=bg-hover-] {
  transition: ease background-color 300ms;
}

.bg-hover-light:hover {
  background-color: #FFF !important;
}

.bg-hover-dark:hover {
  background-color: #1c1f21 !important;
}

.bg-hover-transparent:hover {
  background-color: transparent !important;
}

.bg-hover-danger:hover {
  background-color: #f86464 !important;
}

.border-light {
  border-color: #FFF !important;
}

.border-light-1 {
  border-color: rgb(252.3590909091, 252.7363636364, 253.4909090909) !important;
}

.border-light-2 {
  border-color: rgb(250.7363636364, 251.3454545455, 252.5636363636) !important;
}

.border-light-3 {
  border-color: rgb(247.4909090909, 248.5636363636, 250.7090909091) !important;
}

.border-light-4 {
  border-color: rgb(244.2454545455, 245.7818181818, 248.8545454545) !important;
}

.border-light-5 {
  border-color: #f1f3f7 !important;
}

.border-dark {
  border-color: #1c1f21 !important;
}

.border-dark-1 {
  border-color: rgb(8.8356435644, 9.603960396, 10.5643564356) !important;
}

.border-dark-2 {
  border-color: rgb(27.4178217822, 29.801980198, 32.7821782178) !important;
}

.border-dark-3 {
  border-color: rgb(32.0633663366, 34.8514851485, 38.3366336634) !important;
}

.border-dark-4 {
  border-color: rgb(41.3544554455, 44.9504950495, 49.4455445545) !important;
}

.border-dark-5 {
  border-color: #2E3237 !important;
}

.border-grey {
  border-color: #A8AEB0 !important;
}

[class*=border-hover-] {
  transition: ease border-color 300ms;
}

.border-hover-light:hover {
  border-color: #FFF !important;
}

.border-hover-dark:hover {
  border-color: #1c1f21 !important;
}

.border-hover-danger:hover {
  border-color: #f86464 !important;
}

.rating-dark .filled-stars {
  color: #1c1f21;
}

.rating-light .filled-stars {
  color: #FFF;
}

.text-small {
  font-size: 0.65rem !important;
}

.text-0 {
  font-size: 0.7rem !important;
}

.text-0-1 {
  font-size: 0.75rem !important;
}

.text-1 {
  font-size: 0.8rem !important;
}

.text-2 {
  font-size: 0.9rem !important;
}

.text-3 {
  font-size: 1rem !important;
}

.text-4 {
  font-size: 1.1rem !important;
}

.text-4-5 {
  font-size: 1.2rem !important;
}

.text-5 {
  font-size: 1.5rem !important;
}

.text-5-6 {
  font-size: 1.65rem !important;
}

.text-6 {
  font-size: 1.8rem !important;
}

.text-7 {
  font-size: 2rem !important;
}

.text-8 {
  font-size: 2.3rem !important;
}

.text-9 {
  font-size: 2.5rem !important;
}

.text-10 {
  font-size: 2.75rem !important;
}

.text-11 {
  font-size: 3rem !important;
}

.text-12 {
  font-size: 3.25rem !important;
}

.text-13 {
  font-size: 3.5rem !important;
}

.text-14 {
  font-size: 3.75rem !important;
}

.text-15 {
  font-size: 4rem !important;
}

.text-16 {
  font-size: 4.5rem !important;
}

.text-17 {
  font-size: 5rem !important;
}

.text-18 {
  font-size: 5.3rem !important;
}

.text-19 {
  font-size: 5.8rem !important;
}

.text-20 {
  font-size: 6.5rem !important;
}

@media (min-width: 576px) {
  .text-sm-small {
    font-size: 0.65rem !important;
  }
  .text-sm-0 {
    font-size: 0.7rem !important;
  }
  .text-sm-0-1 {
    font-size: 0.75rem !important;
  }
  .text-sm-1 {
    font-size: 0.8rem !important;
  }
  .text-sm-2 {
    font-size: 0.9rem !important;
  }
  .text-sm-3 {
    font-size: 1rem !important;
  }
  .text-sm-4 {
    font-size: 1.1rem !important;
  }
  .text-sm-4-5 {
    font-size: 1.2rem !important;
  }
  .text-sm-5 {
    font-size: 1.5rem !important;
  }
  .text-sm-5-6 {
    font-size: 1.65rem !important;
  }
  .text-sm-6 {
    font-size: 1.8rem !important;
  }
  .text-sm-7 {
    font-size: 2rem !important;
  }
  .text-sm-8 {
    font-size: 2.3rem !important;
  }
  .text-sm-9 {
    font-size: 2.5rem !important;
  }
  .text-sm-10 {
    font-size: 2.75rem !important;
  }
  .text-sm-11 {
    font-size: 3rem !important;
  }
  .text-sm-12 {
    font-size: 3.25rem !important;
  }
  .text-sm-13 {
    font-size: 3.5rem !important;
  }
  .text-sm-14 {
    font-size: 3.75rem !important;
  }
  .text-sm-15 {
    font-size: 4rem !important;
  }
  .text-sm-16 {
    font-size: 4.5rem !important;
  }
  .text-sm-17 {
    font-size: 5rem !important;
  }
  .text-sm-18 {
    font-size: 5.3rem !important;
  }
  .text-sm-19 {
    font-size: 5.8rem !important;
  }
  .text-sm-20 {
    font-size: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-small {
    font-size: 0.65rem !important;
  }
  .text-md-0 {
    font-size: 0.7rem !important;
  }
  .text-md-0-1 {
    font-size: 0.75rem !important;
  }
  .text-md-1 {
    font-size: 0.8rem !important;
  }
  .text-md-2 {
    font-size: 0.9rem !important;
  }
  .text-md-3 {
    font-size: 1rem !important;
  }
  .text-md-4 {
    font-size: 1.1rem !important;
  }
  .text-md-4-5 {
    font-size: 1.2rem !important;
  }
  .text-md-5 {
    font-size: 1.5rem !important;
  }
  .text-md-5-6 {
    font-size: 1.65rem !important;
  }
  .text-md-6 {
    font-size: 1.8rem !important;
  }
  .text-md-7 {
    font-size: 2rem !important;
  }
  .text-md-8 {
    font-size: 2.3rem !important;
  }
  .text-md-9 {
    font-size: 2.5rem !important;
  }
  .text-md-10 {
    font-size: 2.75rem !important;
  }
  .text-md-11 {
    font-size: 3rem !important;
  }
  .text-md-12 {
    font-size: 3.25rem !important;
  }
  .text-md-13 {
    font-size: 3.5rem !important;
  }
  .text-md-14 {
    font-size: 3.75rem !important;
  }
  .text-md-15 {
    font-size: 4rem !important;
  }
  .text-md-16 {
    font-size: 4.5rem !important;
  }
  .text-md-17 {
    font-size: 5rem !important;
  }
  .text-md-18 {
    font-size: 5.3rem !important;
  }
  .text-md-19 {
    font-size: 5.8rem !important;
  }
  .text-md-20 {
    font-size: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .text-lg-small {
    font-size: 0.65rem !important;
  }
  .text-lg-0 {
    font-size: 0.7rem !important;
  }
  .text-lg-0-1 {
    font-size: 0.75rem !important;
  }
  .text-lg-1 {
    font-size: 0.8rem !important;
  }
  .text-lg-2 {
    font-size: 0.9rem !important;
  }
  .text-lg-3 {
    font-size: 1rem !important;
  }
  .text-lg-4 {
    font-size: 1.1rem !important;
  }
  .text-lg-4-5 {
    font-size: 1.2rem !important;
  }
  .text-lg-5 {
    font-size: 1.5rem !important;
  }
  .text-lg-5-6 {
    font-size: 1.65rem !important;
  }
  .text-lg-6 {
    font-size: 1.8rem !important;
  }
  .text-lg-7 {
    font-size: 2rem !important;
  }
  .text-lg-8 {
    font-size: 2.3rem !important;
  }
  .text-lg-9 {
    font-size: 2.5rem !important;
  }
  .text-lg-10 {
    font-size: 2.75rem !important;
  }
  .text-lg-11 {
    font-size: 3rem !important;
  }
  .text-lg-12 {
    font-size: 3.25rem !important;
  }
  .text-lg-13 {
    font-size: 3.5rem !important;
  }
  .text-lg-14 {
    font-size: 3.75rem !important;
  }
  .text-lg-15 {
    font-size: 4rem !important;
  }
  .text-lg-16 {
    font-size: 4.5rem !important;
  }
  .text-lg-17 {
    font-size: 5rem !important;
  }
  .text-lg-18 {
    font-size: 5.3rem !important;
  }
  .text-lg-19 {
    font-size: 5.8rem !important;
  }
  .text-lg-20 {
    font-size: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-small {
    font-size: 0.65rem !important;
  }
  .text-xl-0 {
    font-size: 0.7rem !important;
  }
  .text-xl-0-1 {
    font-size: 0.75rem !important;
  }
  .text-xl-1 {
    font-size: 0.8rem !important;
  }
  .text-xl-2 {
    font-size: 0.9rem !important;
  }
  .text-xl-3 {
    font-size: 1rem !important;
  }
  .text-xl-4 {
    font-size: 1.1rem !important;
  }
  .text-xl-4-5 {
    font-size: 1.2rem !important;
  }
  .text-xl-5 {
    font-size: 1.5rem !important;
  }
  .text-xl-5-6 {
    font-size: 1.65rem !important;
  }
  .text-xl-6 {
    font-size: 1.8rem !important;
  }
  .text-xl-7 {
    font-size: 2rem !important;
  }
  .text-xl-8 {
    font-size: 2.3rem !important;
  }
  .text-xl-9 {
    font-size: 2.5rem !important;
  }
  .text-xl-10 {
    font-size: 2.75rem !important;
  }
  .text-xl-11 {
    font-size: 3rem !important;
  }
  .text-xl-12 {
    font-size: 3.25rem !important;
  }
  .text-xl-13 {
    font-size: 3.5rem !important;
  }
  .text-xl-14 {
    font-size: 3.75rem !important;
  }
  .text-xl-15 {
    font-size: 4rem !important;
  }
  .text-xl-16 {
    font-size: 4.5rem !important;
  }
  .text-xl-17 {
    font-size: 5rem !important;
  }
  .text-xl-18 {
    font-size: 5.3rem !important;
  }
  .text-xl-19 {
    font-size: 5.8rem !important;
  }
  .text-xl-20 {
    font-size: 6.5rem !important;
  }
}
@media (max-width: 1199px) {
  .text-15.resp-text-15 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 991px) {
  .text-5.resp-text-5 {
    font-size: 1.3rem !important;
  }
  .text-15.resp-text-15 {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) {
  .text-5.resp-text-5 {
    font-size: 1.2rem !important;
  }
  .text-15.resp-text-15 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 575px) {
  .text-5.resp-text-5 {
    font-size: 1.1rem !important;
  }
  .text-15.resp-text-15 {
    font-size: 2.3rem !important;
  }
}
.top-auto {
  top: auto !important;
}

.bottom-auto {
  top: auto !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.left-1 {
  left: 1px !important;
}

.right-1 {
  right: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.left-2 {
  left: 2px !important;
}

.right-2 {
  right: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.left-3 {
  left: 3px !important;
}

.right-3 {
  right: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.left-4 {
  left: 4px !important;
}

.right-4 {
  right: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.left-5 {
  left: 5px !important;
}

.right-5 {
  right: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.left-6 {
  left: 6px !important;
}

.right-6 {
  right: 6px !important;
}

.top-7 {
  top: 7px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.left-7 {
  left: 7px !important;
}

.right-7 {
  right: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.left-8 {
  left: 8px !important;
}

.right-8 {
  right: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.left-9 {
  left: 9px !important;
}

.right-9 {
  right: 9px !important;
}

.top-10 {
  top: 10px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.left-10 {
  left: 10px !important;
}

.right-10 {
  right: 10px !important;
}

.line-height-07 {
  line-height: 0.7 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.4 !important;
}

.line-height-4 {
  line-height: 1.6 !important;
}

.line-height-5 {
  line-height: 1.8 !important;
}

@media (max-width: 575px) {
  .mobile-text-1 {
    font-size: 5vw !important;
  }
  .mobile-text-2 {
    font-size: 7vw !important;
  }
  .mobile-text-3 {
    font-size: 12vw !important;
  }
  .mobile-text-4 {
    font-size: 15vw !important;
  }
  .mobile-text-5 {
    font-size: 18vw !important;
  }
}
.letter-spacing-n1 {
  letter-spacing: -1px !important;
}

.letter-spacing-n6 {
  letter-spacing: -6px !important;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.letter-spacing-10 {
  letter-spacing: 10px !important;
}

.width-auto {
  width: auto;
}

.pointer-events-none {
  pointer-events: none !important;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-thinbold {
  font-weight: 500 !important;
}

.font-weight-normal-plus {
  font-weight: 400 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.mt-negative-1 {
  margin-top: -1rem;
}

.mt-negative-2 {
  margin-top: -1.5rem;
}

.mt-negative-3 {
  margin-top: -3rem;
}

.mt-negative-4 {
  margin-top: -4.5rem;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

.font-style-italic {
  font-style: italic !important;
}

.font-primary {
  font-family: var(--primary-font) !important;
}

.font-secondary {
  font-family: "Open Sans", sans-serif !important;
}

.font-tertiary {
  font-family: "Georgia", sans-serif !important;
}

.font-quaternary {
  font-family: "Permanent Marker", cursive !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-trough {
  text-decoration: line-through !important;
}

.flex-0-0-auto {
  flex: 0 0 auto !important;
}

.scale-1-1 {
  transform: scale(1.1);
}

.scale-1 {
  transform: scale(1.2);
}

.scale-2 {
  transform: scale(2);
}

.scale-3 {
  transform: scale(3);
}

.abs-pos-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.transform-center-x {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.transform-center-y {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.transform-center-xy {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap !important;
}

.ws-normal {
  white-space: normal !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.height-1 {
  height: 18.25vw !important;
}
@media (max-width: 991px) {
  .height-1 {
    height: 23vw !important;
  }
}
@media (max-width: 767px) {
  .height-1 {
    height: 100vw !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .height-1 {
    min-height: 300px;
  }
}

.height-1x2 {
  height: 36.5vw !important;
}
@media (max-width: 991px) {
  .height-1x2 {
    height: 46vw !important;
  }
}
@media (max-width: 767px) {
  .height-1x2 {
    height: 100vw !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .height-1x2 {
    min-height: 600px;
  }
}

.height-2 {
  height: 16.25vw !important;
}
@media (max-width: 991px) {
  .height-2 {
    height: 26vw !important;
  }
}
@media (max-width: 767px) {
  .height-2 {
    height: 100vw !important;
  }
}

.height-2x2 {
  height: 32.5vw !important;
}

.height-3 {
  height: 23.25vw !important;
}
@media (max-width: 991px) {
  .height-3 {
    height: 33vw !important;
  }
}
@media (max-width: 767px) {
  .height-3 {
    height: 100vw !important;
  }
}

.height-3x3 {
  height: 46.5vw !important;
}

.height-500 {
  height: 500px;
}

.height-100vh {
  height: 100vh;
}

.mh-none {
  max-height: none !important;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-236 {
  min-height: 236px;
}

.min-height-285 {
  min-height: 285px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-370 {
  min-height: 370px;
}

.min-height-450 {
  min-height: 450px;
}

.min-height-550 {
  min-height: 450px;
}

.min-height-680 {
  min-height: 680px;
}

.min-height-750 {
  min-height: 750px;
}

.min-height-800 {
  min-height: 800px;
}

.min-height-900 {
  min-height: 900px;
}

.min-height-32vw {
  min-height: 32vw;
}

.min-height-100vh {
  min-height: 100vh;
}

.min-height-calc-1 {
  min-height: calc(100vh - 118px);
}

.max-width-150 {
  max-width: 150px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-320 {
  max-width: 320px;
}

.max-width-400 {
  max-width: 400px;
}

.no-vertical-scroll {
  overflow-y: hidden;
}

.no-horizontal-scroll {
  overflow-x: hidden;
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

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

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* Add here all your CSS customizations */
.site-info li {
  display: flex;
  align-items: start;
}
.site-info li i {
  width: 30px;
  display: inline-block;
  font-size: 1rem;
  margin-top: 5px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-primary {
  color: var(--tp-text-primary) !important;
}
.loading-spinner {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.loading-spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  animation: lds-dual-ring 0.5s linear infinite;
  width: 40px;
  height: 40px;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
  position: absolute;
}

.page-left-menu {
  padding: 0;
}
.page-left-menu ul {
  padding: 0;
  margin: 0;
}
.page-left-menu li {
  list-style-position: inside;
  list-style-type: none;
}
.page-left-menu li a {
  display: flex;
  border-bottom: 1px solid #000;
  height: 40px;
  align-items: center;
  padding: 0 10px;
}
.page-left-menu .menu li.active > a {
  background-color: var(--primary-color);
  color: white;
}
.page-left-menu .sub-menu {
  background-color: gray;
}
.page-left-menu .sub-menu li a {
  border-bottom: none;
  height: auto;
}

.page-menu > .list-group-item > a {
  position: relative;
}
.page-menu > .list-group-item > a.active:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 95%;
  background-color: #c13333;
  left: 0;
}

.card-services {
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}
.card-services .card-body {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #ededed;
  transform: translateY(-85px);
  transition: 0.4s transform ease;
}
.card-services .card-body p {
  padding-top: 10px;
}
.card-services:hover .card-body {
  transform: translateY(-100%);
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-slide {
  height: 500px;
}
@media (max-width: 768px) {
  .swiper-container .swiper-slide {
    height: 200px;
  }
}
.swiper-container .swiper-slide .slide-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container .swiper-slide .slide-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-container .swiper-slide .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-container .swiper-slide .swiper-slide-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .swiper-container .swiper-slide .swiper-slide-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.swiper-container .swiper-slide .swiper-slide-description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .swiper-container .swiper-slide .swiper-slide-description {
    font-size: 14px;
    line-height: 17.5px;
  }
}
.swiper-container .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  top: 50%;
  color: #fff !important;
  cursor: pointer;
}

.call-to-action {
  min-height: 100px;
}

.row {
  min-height: 100px;
}

/*# sourceMappingURL=theme.css.map*/
@charset "UTF-8";
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	@@version
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #1c1f21;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.4rem 0;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
}

h6 {
  font-size: 0.8rem;
  font-weight: 600;
}

/* Heading with Icons */
h1 > i, h1 .fa, h1 .fas, h1 .far, h1 .fal, h1 .fab, h1 svg, h1 object, h2 > i, h2 .fa, h2 .fas, h2 .far, h2 .fal, h2 .fab, h2 svg, h2 object, h3 > i, h3 .fa, h3 .fas, h3 .far, h3 .fal, h3 .fab, h3 svg, h3 object, h4 > i, h4 .fa, h4 .fas, h4 .far, h4 .fal, h4 .fab, h4 svg, h4 object, h5 > i, h5 .fa, h5 .fas, h5 .far, h5 .fal, h5 .fab, h5 svg, h5 object, h6 > i, h6 .fa, h6 .fas, h6 .far, h6 .fal, h6 .fab, h6 svg, h6 object {
  margin-right: 10px;
  font-size: 1.9em;
}
h1.icon-va-fix-1 > i, h1.icon-va-fix-1 .fa, h1.icon-va-fix-1 .fas, h1.icon-va-fix-1 .far, h1.icon-va-fix-1 .fal, h1.icon-va-fix-1 .fab, h1.icon-va-fix-1 svg, h1.icon-va-fix-1 object, h2.icon-va-fix-1 > i, h2.icon-va-fix-1 .fa, h2.icon-va-fix-1 .fas, h2.icon-va-fix-1 .far, h2.icon-va-fix-1 .fal, h2.icon-va-fix-1 .fab, h2.icon-va-fix-1 svg, h2.icon-va-fix-1 object, h3.icon-va-fix-1 > i, h3.icon-va-fix-1 .fa, h3.icon-va-fix-1 .fas, h3.icon-va-fix-1 .far, h3.icon-va-fix-1 .fal, h3.icon-va-fix-1 .fab, h3.icon-va-fix-1 svg, h3.icon-va-fix-1 object, h4.icon-va-fix-1 > i, h4.icon-va-fix-1 .fa, h4.icon-va-fix-1 .fas, h4.icon-va-fix-1 .far, h4.icon-va-fix-1 .fal, h4.icon-va-fix-1 .fab, h4.icon-va-fix-1 svg, h4.icon-va-fix-1 object, h5.icon-va-fix-1 > i, h5.icon-va-fix-1 .fa, h5.icon-va-fix-1 .fas, h5.icon-va-fix-1 .far, h5.icon-va-fix-1 .fal, h5.icon-va-fix-1 .fab, h5.icon-va-fix-1 svg, h5.icon-va-fix-1 object, h6.icon-va-fix-1 > i, h6.icon-va-fix-1 .fa, h6.icon-va-fix-1 .fas, h6.icon-va-fix-1 .far, h6.icon-va-fix-1 .fal, h6.icon-va-fix-1 .fab, h6.icon-va-fix-1 svg, h6.icon-va-fix-1 object {
  position: relative;
  top: -1px;
}
h1.icon-va-fix-2 > i, h1.icon-va-fix-2 .fa, h1.icon-va-fix-2 .fas, h1.icon-va-fix-2 .far, h1.icon-va-fix-2 .fal, h1.icon-va-fix-2 .fab, h1.icon-va-fix-2 svg, h1.icon-va-fix-2 object, h2.icon-va-fix-2 > i, h2.icon-va-fix-2 .fa, h2.icon-va-fix-2 .fas, h2.icon-va-fix-2 .far, h2.icon-va-fix-2 .fal, h2.icon-va-fix-2 .fab, h2.icon-va-fix-2 svg, h2.icon-va-fix-2 object, h3.icon-va-fix-2 > i, h3.icon-va-fix-2 .fa, h3.icon-va-fix-2 .fas, h3.icon-va-fix-2 .far, h3.icon-va-fix-2 .fal, h3.icon-va-fix-2 .fab, h3.icon-va-fix-2 svg, h3.icon-va-fix-2 object, h4.icon-va-fix-2 > i, h4.icon-va-fix-2 .fa, h4.icon-va-fix-2 .fas, h4.icon-va-fix-2 .far, h4.icon-va-fix-2 .fal, h4.icon-va-fix-2 .fab, h4.icon-va-fix-2 svg, h4.icon-va-fix-2 object, h5.icon-va-fix-2 > i, h5.icon-va-fix-2 .fa, h5.icon-va-fix-2 .fas, h5.icon-va-fix-2 .far, h5.icon-va-fix-2 .fal, h5.icon-va-fix-2 .fab, h5.icon-va-fix-2 svg, h5.icon-va-fix-2 object, h6.icon-va-fix-2 > i, h6.icon-va-fix-2 .fa, h6.icon-va-fix-2 .fas, h6.icon-va-fix-2 .far, h6.icon-va-fix-2 .fal, h6.icon-va-fix-2 .fab, h6.icon-va-fix-2 svg, h6.icon-va-fix-2 object {
  position: relative;
  top: -2px;
}
h1.icon-va-fix-3 > i, h1.icon-va-fix-3 .fa, h1.icon-va-fix-3 .fas, h1.icon-va-fix-3 .far, h1.icon-va-fix-3 .fal, h1.icon-va-fix-3 .fab, h1.icon-va-fix-3 svg, h1.icon-va-fix-3 object, h2.icon-va-fix-3 > i, h2.icon-va-fix-3 .fa, h2.icon-va-fix-3 .fas, h2.icon-va-fix-3 .far, h2.icon-va-fix-3 .fal, h2.icon-va-fix-3 .fab, h2.icon-va-fix-3 svg, h2.icon-va-fix-3 object, h3.icon-va-fix-3 > i, h3.icon-va-fix-3 .fa, h3.icon-va-fix-3 .fas, h3.icon-va-fix-3 .far, h3.icon-va-fix-3 .fal, h3.icon-va-fix-3 .fab, h3.icon-va-fix-3 svg, h3.icon-va-fix-3 object, h4.icon-va-fix-3 > i, h4.icon-va-fix-3 .fa, h4.icon-va-fix-3 .fas, h4.icon-va-fix-3 .far, h4.icon-va-fix-3 .fal, h4.icon-va-fix-3 .fab, h4.icon-va-fix-3 svg, h4.icon-va-fix-3 object, h5.icon-va-fix-3 > i, h5.icon-va-fix-3 .fa, h5.icon-va-fix-3 .fas, h5.icon-va-fix-3 .far, h5.icon-va-fix-3 .fal, h5.icon-va-fix-3 .fab, h5.icon-va-fix-3 svg, h5.icon-va-fix-3 object, h6.icon-va-fix-3 > i, h6.icon-va-fix-3 .fa, h6.icon-va-fix-3 .fas, h6.icon-va-fix-3 .far, h6.icon-va-fix-3 .fal, h6.icon-va-fix-3 .fab, h6.icon-va-fix-3 svg, h6.icon-va-fix-3 object {
  position: relative;
  top: -3px;
}

/* Styled Heading */
.heading-style-1 {
  font-size: 6.3rem;
  line-height: 1;
  letter-spacing: -5px;
}
.heading-style-1 > span {
  position: absolute;
  margin-left: -0.9rem;
  z-index: -1;
}

/* Paragraphs */
p {
  color: #707070;
  line-height: 1.9;
  margin: 0 0 1.2em;
}
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}
p.short {
  margin-bottom: 0;
}
p.tall {
  margin-bottom: 20px;
}
p.taller {
  margin-bottom: 40px;
}

/* Links */
a {
  color: #707070;
  transition: ease color 300ms;
  text-decoration: none;
}
a:hover, a:focus {
  color: #8f8f8f;
  text-decoration: none;
}
a.link:hover, a.link:focus {
  text-decoration: underline;
}

/* Drop Caps */
p.drop-caps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #CCC;
  color: #FFF;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* Mask Up */
@keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
/* Mask Right */
@keyframes maskRight {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
/* Mask Down */
@keyframes maskDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
/* Mask Left */
@keyframes maskLeft {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
/* Fade In Up Shorter */
@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Fade In Left Shorter */
@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Fade In Right Shorter */
@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Fade In Down Shorter */
@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Fade In Down Shorter - Absolute Center */
@keyframes fadeInDownShorterAbsCenter {
  from {
    opacity: 0;
    transform: translate(-50%, -50px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/* Expand In */
@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Blur In */
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
/* Carousel Fade In Right */
@keyframes doubleCarouselFadeInRight {
  from {
    opacity: 0;
    transform: translate(15%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
/* Carousel Fade In Left */
@keyframes doubleCarouselFadeInLeft {
  from {
    opacity: 0;
    transform: translate(-15%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
/* Steps Fade In Up */
@keyframes stepsFadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 25%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* Steps Fade In Left */
@keyframes stepsFadeInLeft {
  from {
    opacity: 0;
    transform: translate(-75%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* Steps Fade In Right */
@keyframes stepsFadeInRight {
  from {
    opacity: 0;
    transform: translate(-25%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* Text bg Fade In Up */
@keyframes textBgFadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 200%);
  }
  to {
    opacity: 0.06;
    transform: translate(-50%, 0);
  }
}
@keyframes textBgFadeInUpDark {
  from {
    opacity: 0;
    transform: translate(-50%, 200%);
  }
  to {
    opacity: 0.02;
    transform: translate(-50%, 0);
  }
}
/* Text bg Fade In Up 2 */
@keyframes textBgFadeInUp2 {
  from {
    opacity: 0;
    transform: translate(-50%, 200%);
  }
  to {
    opacity: 0.5;
    transform: translate(-50%, 0);
  }
}
/* Header Reveal */
@keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
/* Fade In Scale */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Highlight */
@keyframes highlight {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #f1f3f7;
  }
  100% {
    background-color: transparent;
  }
}
/* Slider Scroll Button Animation */
@keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0);
  }
}
/* Background Scale Out */
@keyframes scaleOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
/* Animations */
.animated {
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
  animation-fill-mode: both;
}

.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

.maskUp {
  animation-name: maskUp;
}

.maskRight {
  animation-name: maskRight;
}

.maskDown {
  animation-name: maskDown;
}

.maskLeft {
  animation-name: maskLeft;
}

.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
}

.fadeInRightShorter {
  animation-name: fadeInRightShorter;
}

.fadeInDownShorter {
  animation-name: fadeInDownShorter;
}

.fadeInDownShorterAbsCenter {
  animation-name: fadeInDownShorterAbsCenter;
}

.expandIn {
  animation-name: expandIn;
}

.blurIn {
  animation-name: blurIn;
}

.doubleCarouselFadeInRight {
  animation-name: doubleCarouselFadeInRight;
}

.doubleCarouselFadeInLeft {
  animation-name: doubleCarouselFadeInLeft;
}

.stepsFadeInUp {
  animation-name: stepsFadeInUp;
}

.stepsFadeInLeft {
  animation-name: stepsFadeInLeft;
}

.stepsFadeInRight {
  animation-name: stepsFadeInRight;
}

.textBgFadeInUp {
  animation-name: textBgFadeInUp;
}

.textBgFadeInUpDark {
  animation-name: textBgFadeInUpDark;
}

.textBgFadeInUp2 {
  animation-name: textBgFadeInUp2;
}

.fadeInScale {
  animation-name: fadeInScale;
}

.scaleOut {
  animation-name: scaleOut;
}

/* Hover 3d Effect */
.hover-in {
  transition: 0.1s ease-out !important;
}

.hover-out {
  transition: 0.1s ease-in !important;
}

.hover-3d {
  transition: none;
}

/* Hover Anim */
.hover-anim.hover-anim-effect-1 {
  backface-visibility: hidden;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.hover-anim.hover-anim-effect-1:hover {
  transform: scale(1.15);
}

/* Highlight Anim */
.highlight-anim {
  animation-name: highlight;
  animation-duration: 1s;
}

/* Overlays */
.overlay {
  /* Opacity Level */
  /* Backward */
}
.overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #1c1f21;
  opacity: 0;
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
  opacity: 0.8;
}
.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
  opacity: 0.1;
}
.overlay.overlay-hover-op-1.overlay-show:hover:before {
  opacity: 0.1;
}
.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
  opacity: 0.2;
}
.overlay.overlay-hover-op-2.overlay-show:hover:before {
  opacity: 0.2;
}
.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
  opacity: 0.3;
}
.overlay.overlay-hover-op-3.overlay-show:hover:before {
  opacity: 0.3;
}
.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
  opacity: 0.4;
}
.overlay.overlay-hover-op-4.overlay-show:hover:before {
  opacity: 0.4;
}
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
  opacity: 0.5;
}
.overlay.overlay-hover-op-5.overlay-show:hover:before {
  opacity: 0.5;
}
.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
  opacity: 0.6;
}
.overlay.overlay-hover-op-6.overlay-show:hover:before {
  opacity: 0.6;
}
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
  opacity: 0.7;
}
.overlay.overlay-hover-op-7.overlay-show:hover:before {
  opacity: 0.7;
}
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
  opacity: 0.8;
}
.overlay.overlay-hover-op-8.overlay-show:hover:before {
  opacity: 0.8;
}
.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
  opacity: 0.9;
}
.overlay.overlay-hover-op-9.overlay-show:hover:before {
  opacity: 0.9;
}
.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
  z-index: 0;
}
.overlay .container-fluid {
  position: relative;
  z-index: 3;
}

/* Overlay Colors */
.overlay-light:before {
  background-color: #FFF !important;
}

.overlay-dark:before {
  background-color: #1c1f21 !important;
}

/* Navs */
.nav {
  padding-left: 0;
}
.nav > .nav-item > .nav-link {
  color: #707070;
}
.nav > .nav-item > .nav-link.active {
  color: #8f8f8f;
}
.nav > .nav-item > .nav-link:hover, .nav > .nav-item > .nav-link:focus, .nav > .nav-item > .nav-link:active {
  color: #8f8f8f;
}
.nav.no-skin .nav-item .nav-link {
  color: inherit;
}
.nav.nav-light .nav-item .nav-link {
  color: #FFF;
}
.nav.nav-light-2 .nav-item .nav-link {
  color: #d4d4d4;
}
.nav.nav-light-2 .nav-item .nav-link.active, .nav.nav-light-2 .nav-item .nav-link:hover {
  color: #FFF !important;
}

/* Nav Pills */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #8f8f8f;
}

/* Nav Secondary */
.nav-secondary {
  z-index: 10;
}
.nav-secondary.nav-secondary-style-1 .nav > li > a {
  position: relative;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  margin: 0 1rem;
}
.nav-secondary.nav-secondary-style-1 .nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0%;
  border-bottom: 2px solid #FFF;
  transform: translate3d(-50%, 0, 0);
  transition: ease width 300ms;
}
.nav-secondary.nav-secondary-style-1 .nav > li > a.active, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover {
  color: #FFF;
}
.nav-secondary.nav-secondary-style-1 .nav > li > a.active:after, .nav-secondary.nav-secondary-style-1 .nav > li > a:hover:after {
  width: 100%;
}
.nav-secondary.nav-secondary-style-2 {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active:hover > span {
  opacity: 1;
  visibility: visible;
}
.nav-secondary.nav-secondary-style-2 .nav:hover > li > a.active > span {
  opacity: 0;
  visibility: hidden;
}
.nav-secondary.nav-secondary-style-2 .nav > li {
  margin-bottom: 0.5rem;
}
.nav-secondary.nav-secondary-style-2 .nav > li:last-child {
  margin-bottom: 0;
}
.nav-secondary.nav-secondary-style-2 .nav > li > a {
  position: relative;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  border: 1px solid #F7F7F7;
  padding: 0;
}
.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  background: #F7F7F7;
  color: #1c1f21;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.2rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -50%, 0);
  transition: ease opacity 300ms;
}
.nav-secondary.nav-secondary-style-2 .nav > li > a > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F7F7F7;
  transform: translate3d(0, -50%, 0);
}
.nav-secondary.nav-secondary-style-2 .nav > li > a.active, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover {
  background: #F7F7F7;
}
.nav-secondary.nav-secondary-style-2 .nav > li > a.active > span, .nav-secondary.nav-secondary-style-2 .nav > li > a:hover > span {
  opacity: 1;
  visibility: visible;
}
.nav-secondary.nav-secondary-style-2.nav-secondary-style-2-square .nav > li > a {
  border-radius: 0;
}
@media (max-width: 767px) {
  .nav-secondary.nav-secondary-style-2 .nav > li > a > span {
    display: none;
  }
}

/* IE */
html.ie .nav-secondary.nav-secondary-style-2 {
  right: 15px;
}

/* Buttons */
.btn {
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  font-family: var(--primary-font);
  cursor: pointer;
  transition: all 0.1s;
  white-space: nowrap;
}
.btn-link {
  text-decoration: none;
}

/* Buttons Sizes */
.btn-fs-1 {
  font-size: 0.6rem !important;
}

.btn-fs-2 {
  font-size: 0.7rem !important;
}

.btn-fs-3 {
  font-size: 0.8rem !important;
}

.btn-fs-4 {
  font-size: 0.9rem !important;
}

.btn-fs-5 {
  font-size: 1rem !important;
}

/* Sizes */
.btn-1 {
  padding: 0.0769230769rem 1.0769230769rem !important;
}

.btn-2 {
  padding: 0.3076923077rem 1.4615384615rem !important;
}

.btn-3 {
  padding: 0.4615384615rem 1.8461538462rem !important;
}

.btn-4 {
  padding: 0.7923076923rem 2.2307692308rem !important;
}

.btn-5 {
  padding: 0.9230769231rem 2.6153846154rem !important;
}

/* Vertical Sizes */
.btn-v-1 {
  padding-top: 0.1538461538rem !important;
  padding-bottom: 0.1538461538rem !important;
}

.btn-v-2 {
  padding-top: 0.4615384615rem !important;
  padding-bottom: 0.4615384615rem !important;
}

.btn-v-3 {
  padding-top: 0.6923076923rem !important;
  padding-bottom: 0.6923076923rem !important;
}

.btn-v-4 {
  padding-top: 0.9230769231rem !important;
  padding-bottom: 0.9230769231rem !important;
}

.btn-v-5 {
  padding-top: 1.1538461538rem !important;
  padding-bottom: 1.1538461538rem !important;
}

/* Horizontal Sizes */
.btn-h-1 {
  padding-left: 1.0769230769rem !important;
  padding-right: 1.0769230769rem !important;
}

.btn-h-2 {
  padding-left: 1.8461538462rem !important;
  padding-right: 1.8461538462rem !important;
}

.btn-h-3 {
  padding-left: 2.6153846154rem !important;
  padding-right: 2.6153846154rem !important;
}

.btn-h-4 {
  padding-left: 3.3846153846rem !important;
  padding-right: 3.3846153846rem !important;
}

.btn-h-5 {
  padding-left: 4.1538461538rem !important;
  padding-right: 4.1538461538rem !important;
}

/* Wide Buttons */
.btn-wide-1 {
  padding: 0.9230769231rem 2.2307692308rem !important;
}

.btn-wide-2 {
  padding: 0.9230769231rem 3rem !important;
}

.btn-wide-3 {
  padding: 0.9230769231rem 3.7692307692rem !important;
}

.btn-wide-4 {
  padding: 0.9230769231rem 4.5384615385rem !important;
}

.btn-wide-5 {
  padding: 0.9230769231rem 6.0769230769rem !important;
}

/* Button Block */
.btn-block {
  display: block;
}

/* Border Buttons */
.btn-rounded {
  border-radius: 50px;
}

/* Outline Buttons */
.btn-outline {
  border-width: 2px;
  border-radius: 50px;
}
.btn-outline.btn-success, .btn-outline.btn-danger, .btn-outline.btn-warning, .btn-outline.btn-info {
  background: transparent;
}
.btn-outline.btn-success {
  color: #28a745;
  border-color: #28a745 #28a745 rgb(30.1449275362, 125.8550724638, 52);
}
.btn-outline.btn-danger {
  color: #dc3545;
  border-color: #dc3545 #dc3545 rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-outline.btn-warning {
  color: #ffc107;
  border-color: #ffc107 #ffc107 rgb(211, 158.25, 0);
}
.btn-outline.btn-info {
  color: #17a2b8;
  border-color: #17a2b8 #17a2b8 rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-outline:hover.btn-success, .btn-outline:hover.btn-danger, .btn-outline:hover.btn-warning, .btn-outline:hover.btn-info {
  color: #FFF;
}
.btn-outline:hover.btn-success {
  background: #28a745;
}
.btn-outline:hover.btn-danger {
  background: #dc3545;
}
.btn-outline:hover.btn-warning {
  background: #ffc107;
  color: #212121;
}
.btn-outline:hover.btn-info {
  background: #17a2b8;
  color: #FFF;
}

/* Default Bootstrap Buttons */
.btn-success:not(.btn-outline) {
  border-color: #28a745 #28a745 rgb(30.1449275362, 125.8550724638, 52);
}

.btn-danger:not(.btn-outline) {
  border-color: #dc3545 #dc3545 rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-warning:not(.btn-outline) {
  border-color: #ffc107 #ffc107 rgb(211, 158.25, 0);
}

.btn-info:not(.btn-outline) {
  border-color: #17a2b8 #17a2b8 rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

/* Button 3d */
.btn-3d {
  border-bottom-width: 3px;
}

/* Button Gradient */
.btn-gradient:not(.btn-outline) {
  border: 0;
}
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  border: 0;
}
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  border: 0;
}
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  border: 0;
}
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  border: 0;
}

.btn-gradient.btn-outline {
  border-width: 2px;
  background: transparent;
  border-image-slice: 1 !important;
  transition: none;
}

/* Button With Icon Effect 1 */
.btn-icon-effect-1 .wrap {
  position: relative;
}
.btn-icon-effect-1 .wrap span {
  position: relative;
  display: inline-block;
  width: 100%;
  left: 0;
  transition: ease left 300ms;
}
.btn-icon-effect-1 .wrap i, .btn-icon-effect-1 .wrap strong {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  font-size: 1.1rem;
  max-width: 20px;
  transform: translate3d(0, -50%, 0);
  transition: ease right 300ms, ease opacity 300ms;
}
.btn-icon-effect-1:hover .wrap span {
  left: -14px;
}
.btn-icon-effect-1:hover .wrap i, .btn-icon-effect-1:hover .wrap strong {
  opacity: 1;
  right: -14px;
}

/* Button With Icon Effect 2 */
.btn-icon-effect-2 {
  position: relative;
  overflow: hidden;
}
.btn-icon-effect-2 span {
  display: inline-block;
  transition: ease transform 300ms, ease opacity 300ms;
}
.btn-icon-effect-2 i {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  font-size: 1.5em;
  transform: translate(-50%, -100%);
  transition: ease transform 300ms, ease opacity 300ms;
}
.btn-icon-effect-2:hover span {
  opacity: 0;
  transform: translateY(-100%);
}
.btn-icon-effect-2:hover i {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Button Group */
.btn-group > .btn {
  align-items: center;
}
.btn-group > .btn:first-child {
  z-index: 10;
}
.btn-group > .btn:first-child.btn-outline {
  background-color: #FFF;
}
.btn-group > .btn + .btn-rounded, .btn-group > .btn + .btn-outline {
  margin-left: -0.5rem;
  padding-left: 1.3rem;
  padding-right: 1rem;
}
.btn-group.btn-group-style-1 > .btn:first-child.btn-rounded, .btn-group.btn-group-style-1 > .btn:first-child.btn-outline {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.btn-group.btn-group-style-1 > .btn + .btn-outline, .btn-group.btn-group-style-1 > .btn + .btn-rounded {
  margin-left: -3.5rem;
}
.btn-group.btn-group-style-1 > .btn-outline:last-child, .btn-group.btn-group-style-1 > .btn-rounded:last-child {
  padding-left: 4.4rem !important;
  padding-right: 1.5rem;
}
.btn-group.btn-group-style-1 > .btn.btn-rounded + .btn:not(.btn-rounded):not(.btn-outline),
.btn-group.btn-group-style-1 > .btn.btn-outline + .btn:not(.btn-rounded):not(.btn-outline) {
  margin-left: -3.5rem;
  padding-left: 4.4rem !important;
}
.btn-group.btn-group-style-1 > .btn:last-child.btn-icon-effect-2 i {
  margin-left: 1rem;
}
.btn-group.btn-group-style-1:hover > .btn:first-child {
  box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
}

/* Buttons Colors */
.btn-light,
html.sticky-header-active .btn-sticky-light {
  border-color: #FFF;
  color: #1c1f21;
  background-color: #FFF;
}
.btn-light:hover, .btn-light:focus,
html.sticky-header-active .btn-sticky-light:hover,
html.sticky-header-active .btn-sticky-light:focus {
  border-color: white;
  background-color: white;
  color: #1c1f21;
}
.btn-light:focus,
html.sticky-header-active .btn-sticky-light:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.btn-light:disabled, .btn-light:disabled:hover, .btn-light:disabled:active, .btn-light:disabled:focus, .btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:active, .btn-light.disabled:focus,
html.sticky-header-active .btn-sticky-light:disabled,
html.sticky-header-active .btn-sticky-light:disabled:hover,
html.sticky-header-active .btn-sticky-light:disabled:active,
html.sticky-header-active .btn-sticky-light:disabled:focus,
html.sticky-header-active .btn-sticky-light.disabled,
html.sticky-header-active .btn-sticky-light.disabled:hover,
html.sticky-header-active .btn-sticky-light.disabled:active,
html.sticky-header-active .btn-sticky-light.disabled:focus {
  cursor: default;
  border-color: #FFF !important;
  color: #1c1f21 !important;
  background-color: #FFF !important;
}
.btn-light.btn-outline,
html.sticky-header-active .btn-sticky-light.btn-outline {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.btn-light.btn-outline:hover, .btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
  border-color: white;
  background-color: #FFF;
  color: #1c1f21;
}
.btn-light.btn-outline:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:focus {
  box-shadow: 0 0 0 3px fade(#FFF, 25%);
}
.btn-light.btn-outline:disabled, .btn-light.btn-outline:disabled:hover, .btn-light.btn-outline:disabled:active, .btn-light.btn-outline:disabled:focus, .btn-light.btn-outline.disabled, .btn-light.btn-outline.disabled:hover, .btn-light.btn-outline.disabled:active, .btn-light.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-light.btn-outline.disabled:focus {
  background: transparent !important;
  border-color: #FFF !important;
  color: #FFF !important;
}

.btn-dark,
html.sticky-header-active .btn-sticky-dark {
  border-color: #1c1f21;
  color: #FFF;
  background-color: #1c1f21;
}
.btn-dark:hover, .btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:hover,
html.sticky-header-active .btn-sticky-dark:focus {
  border-color: rgb(51.4098360656, 56.9180327869, 60.5901639344);
  background-color: rgb(51.4098360656, 56.9180327869, 60.5901639344);
  color: #FFF;
}
.btn-dark:focus,
html.sticky-header-active .btn-sticky-dark:focus {
  box-shadow: 0 0 0 3px rgba(28, 31, 33, 0.25);
}
.btn-dark:disabled, .btn-dark:disabled:hover, .btn-dark:disabled:active, .btn-dark:disabled:focus, .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:active, .btn-dark.disabled:focus,
html.sticky-header-active .btn-sticky-dark:disabled,
html.sticky-header-active .btn-sticky-dark:disabled:hover,
html.sticky-header-active .btn-sticky-dark:disabled:active,
html.sticky-header-active .btn-sticky-dark:disabled:focus,
html.sticky-header-active .btn-sticky-dark.disabled,
html.sticky-header-active .btn-sticky-dark.disabled:hover,
html.sticky-header-active .btn-sticky-dark.disabled:active,
html.sticky-header-active .btn-sticky-dark.disabled:focus {
  cursor: default;
  border-color: #1c1f21 !important;
  color: #FFF !important;
  background-color: #1c1f21 !important;
}
.btn-dark.btn-outline,
html.sticky-header-active .btn-sticky-dark.btn-outline {
  background: transparent;
  border-color: #1c1f21;
  color: #1c1f21;
}
.btn-dark.btn-outline:hover, .btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
  border-color: rgb(4.5901639344, 5.0819672131, 5.4098360656);
  background-color: #1c1f21;
  color: #FFF;
}
.btn-dark.btn-outline:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:focus {
  box-shadow: 0 0 0 3px fade(#1c1f21, 25%);
}
.btn-dark.btn-outline:disabled, .btn-dark.btn-outline:disabled:hover, .btn-dark.btn-outline:disabled:active, .btn-dark.btn-outline:disabled:focus, .btn-dark.btn-outline.disabled, .btn-dark.btn-outline.disabled:hover, .btn-dark.btn-outline.disabled:active, .btn-dark.btn-outline.disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline:disabled:focus,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:hover,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:active,
html.sticky-header-active .btn-sticky-dark.btn-outline.disabled:focus {
  background: transparent !important;
  border-color: #1c1f21 !important;
  color: #1c1f21 !important;
}

/* Button Dots */
.btn-dots {
  font-size: 2.5rem;
  line-height: 0.2;
  padding-top: 0;
  padding-bottom: 1.2rem;
}

/* Colorpicker Button */
.colorpicker-button-style-1 {
  padding: 0.7rem 2rem 0.7rem 3rem;
  margin-left: -1.4rem;
}

/* Btn Pull Down */
.btn-pull-down {
  position: relative;
  top: 20px;
}

/* Dropdown Button */
.btn.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.btn.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  margin-left: 0.8em;
  font-size: 0.7em;
  line-height: 1;
}

/* Arrow */
.btn-with-arrow {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem 0.375rem 1.35rem;
}
.btn-with-arrow span {
  display: inline-block;
  height: 25px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  transition: transform 0.1s linear;
}
.btn-with-arrow i {
  color: inherit;
  font-size: 8px;
  top: -1px;
  position: relative;
}
.btn-with-arrow:hover span {
  transform: translateX(5px);
}
.btn-with-arrow.btn-lg span, .btn-with-arrow.btn-xl span {
  line-height: 23px;
}
.btn-with-arrow.btn-xs span {
  line-height: 25px;
}

/* Button With Badge */
.btn-badge .badge {
  left: 78% !important;
}

/* Badges */
.badge.bg-light {
  color: #212529;
  background-color: #f8f9fa !important;
}
.badge.badge-xs {
  padding: 0.3em 0.5em;
}
.badge.badge-sm {
  padding: 0.5em 0.8em;
}
.badge.badge-md {
  padding: 1em 1.6em;
  font-size: 85%;
}
.badge.badge-lg {
  padding: 1.5em 2em;
  font-size: 90%;
}
.badge.badge-xl {
  padding: 2em 2.5em;
  font-size: 100%;
}

/* Shop Badges */
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  z-index: 1;
}
.product-badge > span {
  font-size: 0.7rem;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.1rem 0.9rem;
  border-radius: 4px;
  min-width: 57px;
  display: block;
}
.product-badge > span.discount {
  background-color: #2186EB;
}
.product-badge > span.hot {
  background-color: #F73B3B;
}

.product-badge + .product-badge {
  top: 40px;
}

/* Forms */
.form-control {
  border-color: transparent;
  font-size: 0.8rem;
  padding: 0.9rem 0.75rem;
  height: auto !important;
  border-radius: 0;
}

/* Form Control */
.form-control:not(.form-control-lg) {
  font-size: 0.75rem;
  line-height: 1.3;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 0.8rem;
  line-height: 1.3;
}
.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #e2e2e2;
}
.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.form-control.error {
  border-color: rgba(181, 81, 79, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.error:focus {
  border-color: rgba(181, 81, 79, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* Form Control Errors Light */
.form-errors-light .form-control.error {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-errors-light .form-control.error:focus {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 255, 255, 0.3);
}
.form-errors-light label.error {
  color: #FFF;
}

/* Transparent Fields */
form.transparent-fields .form-control {
  background: transparent;
  border-bottom: 1px solid #353535;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #ababab;
  font-weight: 100;
  font-size: 0.9rem;
}
form.transparent-fields .form-control::-webkit-input-placeholder {
  color: #FFF;
}
form.transparent-fields .form-control::-moz-placeholder {
  color: #FFF;
}
form.transparent-fields .form-control:-ms-input-placeholder {
  color: #FFF;
}
form.transparent-fields .form-control:focus {
  border-bottom-color: #FFF;
  box-shadow: none;
}

/* Form Style 2 */
form.form-style-2 .form-control {
  background-color: #f1f3f7;
}

/* Form Style 3 */
form.form-style-3 .form-control {
  background-color: rgba(255, 255, 255, 0.13);
  color: #FFF;
}
form.form-style-3 .form-control::-webkit-input-placeholder {
  color: #FFF;
}
form.form-style-3 .form-control::-moz-placeholder {
  color: #FFF;
}
form.form-style-3 .form-control:-ms-input-placeholder {
  color: #FFF;
}
form.form-style-3 .form-control.form-control-focused {
  border-color: rgba(226, 226, 226, 0.4);
}
form.form-style-3 .form-control:focus {
  border-color: rgba(226, 226, 226, 0.4);
}

/* Contact Form - Dark Style */
.contact-form-dark .form-control {
  background-color: #222527;
  color: #FFF;
}
.contact-form-dark .form-control.form-control-focused {
  border-color: rgba(226, 226, 226, 0.1);
}
.contact-form-dark .form-control:focus {
  border-color: rgba(226, 226, 226, 0.1);
}

/* Forms Validations */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  color: #c10000;
  font-size: 0.9em;
  line-height: 18px;
  padding: 5px 0 0;
}
label.error#captcha-error {
  margin-top: 15px;
}

/* Custom Checkbox */
.checkbox-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}
.checkbox-custom.form-check .form-check-input {
  margin-left: 0;
}
.checkbox-custom.form-check .form-check-label {
  padding-left: 0;
}
.checkbox-custom.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}
.form-group .checkbox-custom.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
  margin-bottom: 0;
}
.checkbox-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.checkbox-custom input[type=checkbox]:checked + label:after {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  top: 50%;
  left: 4px;
  margin-top: -5px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
}
.checkbox-custom input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.checkbox-custom input[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-custom input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.checkbox-custom input[type=checkbox]:disabled + label:before {
  background-color: #eee;
}
.checkbox-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}
.checkbox-custom label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #dadada;
  background: #fff;
}
.checkbox-custom label + label.error {
  display: block;
}
.checkbox-custom.checkbox-custom-transparent label:before {
  background: transparent;
}
.checkbox-custom.checkbox-custom-transparent input[type=checkbox]:checked + label:after {
  color: #FFF;
}
.checkbox-custom.checkbox-custom-transparent input[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

/* Custom Radio */
.radio-custom {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}
.radio-custom.radio-inline {
  display: inline-block;
  vertical-align: middle;
}
.form-group .radio-custom.radio-inline {
  margin-top: 7px;
  padding-top: 0;
}
.radio-custom:last-child, .radio-custom:last-of-type {
  margin-bottom: 0;
}
.radio-custom input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.radio-custom input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50px;
  box-shadow: 0px 0px 1px #444;
}
.radio-custom input[type=radio]:disabled {
  cursor: not-allowed;
}
.radio-custom input[type=radio]:disabled:checked + label:after {
  color: #999;
}
.radio-custom input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.radio-custom input[type=radio]:disabled + label:before {
  background-color: #eee;
}
.radio-custom label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
.radio-custom label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bbb;
  background: #fff;
}
.radio-custom label + label.error {
  display: block;
}

/* Select */
.custom-select-1 {
  position: relative;
}
.custom-select-1:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  top: 11px;
  right: 18px;
  color: #b5b5b5;
  font-weight: 900;
  pointer-events: none;
}
.custom-select-1 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select-1 select::-ms-expand {
  display: none;
}

/* Colorpicker */
.colorpicker-element .input-group-addon {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: 0;
}
.colorpicker-element .input-group-addon i {
  width: 22px;
  height: 22px;
}
.colorpicker-element .input-group-addon i.colorpicker-default-color {
  background-color: #2388ED;
}
.colorpicker-element .add-on i {
  width: 22px;
  height: 22px;
}
.colorpicker-element .form-control {
  border: 0;
  border-radius: 50px 0 0 50px;
  line-height: 1.6 !important;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.colorpicker-element .form-control.left-rounded {
  border-radius: 4px 0 0 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 576px) {
  .colorpicker-element .d-flex.align-items-stretch {
    display: block !important;
  }
  .colorpicker-element .colorpicker-button-style-1 {
    margin: 10px 0 0;
  }
  .colorpicker-element .input-group-addon {
    border-radius: 0 50px 50px 0 !important;
  }
}

@media (max-width: 576px) {
  .skin-color-picker .d-flex.align-items-stretch {
    display: block !important;
  }
  .skin-color-picker .align-self-sm-center {
    text-align: center;
  }
  .skin-color-picker .colorpicker-button-style-1 {
    margin: 10px 0 0;
    padding: 0.5rem 2.8rem 0.5rem 3rem;
  }
  .skin-color-picker .input-group-addon {
    border-radius: 0 50px 50px 0 !important;
  }
}

/* Search Form */
.search-form {
  width: 100%;
}
.search-form .input-group {
  position: relative;
}
.search-form .input-group input {
  width: 100%;
  background: #f4f4f4;
  border-radius: 35px !important;
  padding: 13px 30px 13px 20px;
  font-size: 0.85rem;
  height: 55px !important;
  border: 0;
}
.search-form .input-group input:focus {
  box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.2);
  outline: none;
}
.search-form .input-group .input-group-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  width: 60px;
  transform: translate3d(0, -50%, 0);
  z-index: 3;
}
.search-form .input-group .input-group-btn button {
  font-size: 1.1rem;
}
.search-form .input-group .input-group-btn button i {
  font-weight: 800;
}

/* Search Form Mobile */
.search-form-mobile {
  position: relative;
  cursor: pointer;
}
.search-form-mobile > .mobile-search-toggle {
  color: #212529;
  font-size: 1.1rem;
  border: none;
  background: none;
}
.search-form-mobile > .mobile-search-toggle > i {
  font-weight: 800;
}
.search-form-mobile > .mobile-search-toggle:focus {
  border: none;
}
.search-form-mobile > .input-group {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 130%;
  left: 50%;
  width: 250px;
  transform: translate3d(-50%, 0, 0);
  transition: ease opacity 300ms;
}
.search-form-mobile > .input-group input {
  width: 100%;
  background: #f4f4f4;
  border-radius: 35px !important;
  padding: 13px 30px 13px 20px;
  font-size: 0.85rem;
  height: 55px !important;
  border: 0;
}
.search-form-mobile > .input-group input:focus {
  box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.2);
  outline: none;
}
.search-form-mobile > .input-group .input-group-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  width: 60px;
  transform: translate3d(0, -50%, 0);
  z-index: 3;
}
.search-form-mobile > .input-group .input-group-btn .mobile-search-toggle {
  font-size: 1.1rem;
}
.search-form-mobile > .input-group .input-group-btn .mobile-search-toggle i {
  font-weight: 800;
}
.search-form-mobile:hover > .input-group {
  display: block;
  opacity: 1;
  visibility: visible;
}
.search-form-mobile:hover > .input-group:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f7f7f7;
  transform: translate3d(-50%, 0, 0);
}

@media (max-width: 575px) {
  .search-form-mobile > .input-group {
    left: auto;
    right: -30px;
    transform: none;
  }
  .search-form-mobile:hover > .input-group:before {
    left: auto;
    right: 33px;
    transform: none;
  }
}
/* Tables */
.table-active {
  color: #fff;
}
.table-active > td, .table-active > th {
  color: #fff;
}

/* Table Dark */
.table-dark > td,
.table-dark > th {
  background: transparent;
  border-color: #e7e7e7;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e7e7e7;
}

/* Icons */
[data-icon],
.animated-icon {
  position: relative;
  opacity: 0;
}

.sample-icon {
  line-height: 40px;
  font-size: 11px;
}
.sample-icon .fa, .sample-icon .fas, .sample-icon .far, .sample-icon .fal, .sample-icon .fab, .sample-icon .icon, .sample-icon .lnr {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  width: 32px;
  color: #1c1f21;
  position: relative;
  transition: all 0.3s;
  top: 1px;
}
.sample-icon:hover .fa, .sample-icon:hover .fas, .sample-icon:hover .far, .sample-icon:hover .fal, .sample-icon:hover .fab, .sample-icon:hover .icon, .sample-icon:hover .lnr {
  font-size: 28px;
  top: 5px;
}
.sample-icon .icon {
  font-size: 18px;
  top: 4px;
}
.sample-icon:hover .icon {
  font-size: 24px;
}
.sample-icon.sample-icon-sl {
  line-height: 50px;
}
.sample-icon .lnr {
  font-size: 18px;
  top: 4px;
}
.sample-icon:hover .lnr {
  font-size: 24px;
}
.sample-icon.sample-icon-lnr {
  line-height: 50px;
}

/* Image */
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-thumbnail-small {
  max-width: 25px;
}

.img-thumbnail-medium {
  max-width: 80px;
}

.img-thumbnail-big {
  max-width: 125px;
}

/* Image Frames */
.image-frame {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: 100%;
  z-index: 0;
  /* Image Frames Styles */
}
.image-frame img {
  position: relative;
  z-index: 1;
}
.image-frame .badges-wrapper {
  position: absolute;
  display: flex;
  top: -27px;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
.image-frame .badges-wrapper > .badge {
  padding: 5px 7px;
  margin-right: 4px;
}
.image-frame .badges-wrapper > .badge:last-child {
  margin-right: 0;
}
.image-frame .image-frame-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.image-frame .image-frame-wrapper > img {
  transition: ease transform 300ms;
}
.image-frame .image-frame-wrapper .badges-wrapper {
  top: 0;
}
.image-frame .image-frame-wrapper .image-frame-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.image-frame .image-frame-wrapper .image-frame-inner-border {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0;
  z-index: 2;
  transition: ease border-width 300ms 200ms;
}
.image-frame .image-frame-wrapper .image-frame-action {
  position: absolute;
  opacity: 0;
  z-index: 2;
  display: flex;
  transition: ease opacity 300ms 100ms;
}
.image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
  display: block;
  color: #FFF;
  font-size: 1.1428571429em;
  line-height: 2.7142857143em;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  width: 2.7142857143em;
  height: 2.7142857143em;
  text-align: center;
  margin: 0.2rem;
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-absolute-center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-style-2 .image-frame-action-icon {
  border: 0;
  background: rgba(28, 31, 33, 0.95);
  border-radius: 0;
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon {
  transition: ease transform 200ms;
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon:hover {
  transform: scale(1.1);
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-sm .image-frame-action-icon {
  font-size: 0.8571428571em;
}
.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-md .image-frame-action-icon {
  font-size: 1em;
}
.image-frame .image-frame-wrapper .image-frame-info {
  position: absolute;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: ease opacity 300ms 100ms;
}
.image-frame .image-frame-wrapper .image-frame-info.image-frame-info-show {
  opacity: 1;
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-1 {
  background: #FFF;
  padding: 10px 20px;
  text-align: center;
  display: block;
  font-family: var(--primary-font);
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
  max-width: 70%;
  margin: 0 auto;
  align-self: flex-end;
  margin-bottom: 1.5rem;
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span {
  position: relative;
  font-size: 3.5rem;
  align-self: flex-end;
  left: -4px;
  top: -4px;
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 65%;
  background: #FFF;
}
.image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
  padding: 2rem 2.6rem 2rem;
  margin-top: -2.2rem;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
    max-width: 95%;
  }
}
@media (max-width: 1199px) {
  .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
    padding: 2rem 0.8rem 1rem;
  }
}
.image-frame .image-frame-wrapper .image-frame-bottom-bar {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #2E3237;
  z-index: 2;
  transition: ease transform 300ms;
  transform: translate3d(0, 100%, 0);
}
.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-info {
  flex: 1;
  opacity: 0;
  transition: ease opacity 300ms 300ms;
}
.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action {
  display: block;
  color: #FFF;
  font-size: 1.1428571429em;
  line-height: 2.2857142857em;
  border: 1px solid rgba(72, 72, 72, 0.85);
  border-radius: 100%;
  width: 2.2857142857em;
  height: 2.2857142857em;
  text-align: center;
  margin: 0.2rem;
  opacity: 0;
  transform: scale(1);
  transition: ease opacity 300ms 300ms, ease transform 300ms;
}
.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action:hover {
  transform: scale(1.1);
}
.image-frame .image-frame-wrapper .image-frame-bottom-bar.image-frame-bottom-bar-style-2 {
  background: linear-gradient(to top, #2E3237, rgba(241, 243, 247, 0));
}
.image-frame:hover .image-frame-info {
  opacity: 1;
}
.image-frame:hover .image-frame-bottom-bar {
  transform: translate3d(0, 0, 0);
}
.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-info,
.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-action {
  opacity: 1;
}
.image-frame.image-frame-border {
  border: 1px solid rgba(28, 31, 33, 0.1);
}
.image-frame.image-frame-style-1 {
  background-color: #FFF;
}
.image-frame.image-frame-style-1 .image-frame-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(28, 31, 33, 0.8);
  transition: opacity 300ms;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  right: -4px;
  top: -4px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
  top: auto;
  height: 30%;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-show:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-show .image-frame-action {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-show.image-frame-wrapper-overlay-bottom-hover-hide:hover:after {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-show.image-frame-wrapper-overlay-bottom-hover-hide:hover .image-frame-action {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  z-index: 0;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-shadow:after {
  background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-shadow.image-frame-wrapper-overlay-bottom-shadow-light:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom.image-frame-wrapper-overlay-bottom-small:after {
  height: 50px;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
  background: rgba(255, 255, 255, 0.8);
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-justify-left {
  justify-content: left;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end {
  align-items: flex-end;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 30%;
  margin-bottom: -4px;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end.image-frame-wrapper-align-end-small .image-frame-action {
  height: 50px;
}
.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper:after {
  opacity: 1;
}
.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper > img {
  transform: scale(1.1);
}
.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
  border-width: 10px;
  transition: ease border-width 300ms 200ms;
}
.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
  opacity: 1;
}
.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper:after {
  transition: ease all 100ms;
  transform: translate3d(0, 15px, 0);
}
.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
  opacity: 0;
  transition: ease all 300ms;
  transform: translate3d(0, 15px, 0);
}
.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.image-frame.image-frame-style-2:after, .image-frame.image-frame-style-3:after, .image-frame.image-frame-style-4:after {
  content: " ";
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: 5px solid #FFF;
  z-index: 3;
}
.image-frame.image-frame-style-3 {
  overflow: hidden;
}
.image-frame.image-frame-style-3:after {
  bottom: -15px;
}
.image-frame.image-frame-style-3 .image-frame-wrapper .image-frame-info {
  padding-top: 15px;
}
.image-frame.image-frame-style-4 {
  overflow: hidden;
}
.image-frame.image-frame-style-4:after {
  top: -15px;
}
.image-frame.image-frame-style-4 .image-frame-wrapper .image-frame-info {
  padding-bottom: 15px;
}
.image-frame.image-frame-style-5 {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}
.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
  opacity: 1;
}
.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
  transform: scale(1.1);
}
.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
  border-width: 10px;
  transition: ease border-width 300ms 200ms;
}
.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
  opacity: 1;
}
.image-frame.image-frame-style-6 img {
  position: relative;
  z-index: 2;
  border: 4px solid #FFF;
}
.image-frame.image-frame-style-6:before {
  background: #252a2c none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -5px;
  content: " ";
  filter: blur(2px);
  height: 10px;
  left: -10px;
  opacity: 0.1;
  position: absolute;
  right: -10px;
  z-index: 1;
}
.image-frame.image-frame-style-7 {
  padding: 4px;
  border: 5px solid #777;
  border-radius: 50%;
}
.image-frame.image-frame-style-8 .image-frame-action-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transform: translate3d(0, 100%, 0);
  transition: ease transform 300ms;
}
.image-frame.image-frame-style-8:hover .image-frame-action, .image-frame.image-frame-style-8.show .image-frame-action {
  opacity: 1;
}
.image-frame.image-frame-style-8:hover .image-frame-action-bottom, .image-frame.image-frame-style-8.show .image-frame-action-bottom {
  transform: none;
}
.image-frame.image-frame-style-9 .image-frame-wrapper {
  align-items: flex-end;
  justify-content: flex-end;
}
.image-frame.image-frame-style-9 .image-frame-wrapper .image-frame-action {
  opacity: 1;
  right: 15px;
  bottom: 15px;
}
.image-frame.image-frame-top-icon .image-frame-wrapper {
  align-items: flex-start;
  justify-content: flex-end;
}
.image-frame.image-frame-top-icon .image-frame-wrapper .image-frame-action:not([class*=image-frame-action-style-]) {
  top: 12px;
  right: 12px;
  transform: translate3d(0, -120%, 0);
  transition: ease transform 300ms, ease opacity 300ms;
}
.image-frame.image-frame-top-icon:hover .image-frame-wrapper .image-frame-action:not([class*=image-frame-action-style-]) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.image-frame.image-frame-top-icon.image-frame-top-icon-style-2 .image-frame-wrapper .image-frame-action:not([class*=image-frame-action-style-]) {
  width: 35px;
  height: 35px;
  border: 2px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: ease transform 300ms, ease opacity 300ms, ease color 300ms;
}
.image-frame.image-frame-top-icon.image-frame-effect-1:hover .image-frame-wrapper > img {
  transform: scale(1.1);
}
.image-frame.image-frame-effect-push-top:hover .image-frame-wrapper > img {
  transform: translate3d(0, -30%, 0);
}
.image-frame.image-frame-effect-push-left img {
  transform: translatex(18px);
  width: calc(100% + 18px);
  max-width: none;
}
.image-frame.image-frame-effect-push-left:hover img {
  transform: translatex(0);
}
.image-frame.image-frame-effect-push-right img {
  transform: translatex(-18px);
  width: calc(100% + 18px);
  max-width: none;
  left: 18px;
}
.image-frame.image-frame-effect-push-right:hover img {
  transform: translatex(0);
}
.image-frame.image-frame-slide-info .image-frame-info {
  display: flex;
  align-items: center;
  width: 200%;
  left: 0;
  opacity: 1;
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 500ms;
  transform: translate3d(0, 0, 0);
}
.image-frame.image-frame-slide-info .image-frame-slide-content-1,
.image-frame.image-frame-slide-info .image-frame-slide-content-2 {
  width: 100%;
}
.image-frame.image-frame-slide-info:hover .image-frame-info {
  transform: translate3d(-50%, 0, 0);
}
.image-frame.image-frame-slide-info.image-frame-slide-info-vertical .image-frame-info {
  display: block;
  height: 100%;
}
.image-frame.image-frame-slide-info.image-frame-slide-info-vertical .image-frame-slide-content-1,
.image-frame.image-frame-slide-info.image-frame-slide-info-vertical .image-frame-slide-content-2 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-frame.image-frame-slide-info.image-frame-slide-info-vertical:hover .image-frame-info {
  transform: translate3d(0, -100%, 0);
}
.image-frame.image-frame-hover-block .image-frame-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(28, 31, 33, 0.8);
  transition: ease all 300ms;
  z-index: 1;
}
.image-frame.image-frame-hover-block:hover .image-frame-wrapper:after {
  opacity: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.image-frame.image-frame-hover-block.image-frame-hover-block-light .image-frame-wrapper:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Hover Effect 3d */
.hover-effect-3d .image-frame-style-1 {
  will-change: box-shadow;
  transition: box-shadow 300ms;
}
.hover-effect-3d .image-frame-style-1:hover {
  box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
}
.hover-effect-3d .image-frame-style-1 .image-frame-action .image-frame-action-icon {
  pointer-events: none;
}

/* IE */
html.ie {
  /* Image Frames */
  /* Image Frame Inside Carousel */
}
html.ie .image-frame {
  flex-shrink: 0;
}
html.ie .image-frame .image-frame-wrapper img,
html.ie .image-frame .image-frame-wrapper a > img {
  width: 100%;
  flex-shrink: 0;
  flex-basis: 100%;
}
html.ie .image-frame .image-frame-wrapper .image-frame-info {
  position: relative;
  left: -100%;
  flex-shrink: 0;
}
html.ie .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
  margin: 0;
}
html.ie .image-frame .image-frame-wrapper .image-frame-action {
  position: relative;
  left: -100%;
  width: 100%;
  justify-content: center;
  flex-shrink: 0;
}
html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-info, html.ie .image-frame .image-frame-wrapper .image-frame-background + .image-frame-inner-border + .image-frame-action {
  left: 0;
}
html.ie .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
  height: 30%;
  width: 100%;
  justify-content: center;
}
html.ie .image-frame.image-frame-effect-2 .image-frame-wrapper .image-frame-action:not(.image-frame-action-style-2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
html.ie .owl-carousel .image-frame .image-frame-wrapper img,
html.ie .owl-carousel .image-frame .image-frame-wrapper a > img {
  z-index: -1;
}

/* Input Group Styles */
.input-group.input-group-style-1 .form-control {
  background: transparent;
  border-width: 2px;
  border-color: #FFF;
  border-style: solid;
  color: #FFF;
}
.input-group.input-group-style-1 .form-control::-webkit-input-placeholder {
  color: #e2e2e2;
}
.input-group.input-group-style-1 .form-control::-moz-placeholder {
  color: #e2e2e2;
}
.input-group.input-group-style-1 .form-control:-ms-input-placeholder {
  color: #e2e2e2;
}
.input-group.input-group-style-1 .form-control:hover, .input-group.input-group-style-1 .form-control:focus {
  z-index: 2;
}
.input-group.input-group-style-1 .form-control:not(:last-child) {
  border-radius: 50px 0 0 50px;
  padding-right: 65px;
  padding-left: 20px;
}
.input-group.input-group-style-1 .form-control:not(:first-child) {
  border-radius: 0 50px 50px 0;
  padding-left: 65px;
  padding-right: 20px;
}
.input-group.input-group-style-1 .input-group-btn {
  z-index: 2;
}
.input-group.input-group-style-1 .input-group-btn .btn {
  height: 100%;
}
.input-group.input-group-style-1 .input-group-btn:not(:last-child) .btn {
  border-radius: 50px !important;
  margin-right: -50px;
  border-width: 2px;
  border-color: #FFF;
  border-style: solid;
  z-index: 3;
}
.input-group.input-group-style-1 .input-group-btn:not(:first-child) .btn {
  border-radius: 50px !important;
  margin-left: -50px;
  border-width: 2px;
  border-color: #FFF;
  border-style: solid;
}
.input-group.input-group-style-2 {
  position: relative;
}
.input-group.input-group-style-2 .form-control {
  padding-right: 45px;
}
.input-group.input-group-style-2 .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.input-group.input-group-style-2 .input-group-btn button,
.input-group.input-group-style-2 .input-group-btn input {
  height: 100%;
  background: transparent !important;
  border: none;
  border-radius: 0;
}
.input-group.input-group-style-2 .input-group-btn button:focus, .input-group.input-group-style-2 .input-group-btn button:active,
.input-group.input-group-style-2 .input-group-btn input:focus,
.input-group.input-group-style-2 .input-group-btn input:active {
  background: #e0e0e0 !important;
}
.input-group.input-group-style-3 {
  position: relative;
}
.input-group.input-group-style-3 .form-control {
  padding-right: 155px;
}
.input-group.input-group-style-3 .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 150px;
  height: 100%;
  background: transparent !important;
  z-index: 3;
}
.input-group.input-group-style-3 .input-group-btn button,
.input-group.input-group-style-3 .input-group-btn input {
  width: 100%;
  justify-content: center;
  text-align: center;
  height: 100%;
  border: none;
}

.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
  align-items: center;
}

/* List */
.list li > a + .list {
  padding-left: 2.8rem;
}
.list li > span {
  display: inline-flex;
  margin-right: 0.2rem;
}

.list:not(.list-unstyled):not(.list-ordened) li:not(.list-group-item) {
  margin-bottom: 0.25em;
}
.list:not(.list-unstyled):not(.list-ordened) ul {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.list:not(.list-unstyled):not(.list-ordened).list-style-1 {
  list-style: outside none none;
  padding-left: 0;
}
.list:not(.list-unstyled):not(.list-ordened).list-style-1 li {
  margin-bottom: 0.5rem;
  padding-left: 22px;
  position: relative;
}
.list:not(.list-unstyled):not(.list-ordened).list-style-1 li:before {
  content: " ";
  display: block;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  transform: translateY(-50%);
}
.list:not(.list-unstyled):not(.list-ordened).list-light li {
  color: #e2e2e2;
}
.list:not(.list-unstyled):not(.list-ordened).list-light li:before {
  border-color: #e2e2e2;
}

/* List Icon */
.list-icon li {
  position: relative;
  padding-left: 1.3rem;
}
.list-icon li > i {
  position: absolute;
  left: 0;
  top: 7px;
}

/* List Icons Size */
.list.list-icons-size-1 li > i {
  font-size: 1rem;
}
.list.list-icons-size-2 li > i {
  font-size: 1.25rem;
}
.list.list-icons-size-3 li > i {
  font-size: 1.5rem;
}
.list.list-icons-size-4 li > i {
  font-size: 1.75rem;
}
.list.list-icons-size-5 li > i {
  font-size: 2rem;
}

/* List Icons */
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list.list-icons li > [class*=fa-]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*=fa-]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-2 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0 !important;
  font-size: 0.8em;
  line-height: 1.3;
}
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}
.list.list-icons.list-icons-style-3 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0 !important;
  font-size: 0.8em;
  line-height: 1.3;
}
.list.list-icons.list-icons-sm li {
  padding-left: 17px;
  margin-bottom: 5px;
}
.list.list-icons.list-icons-sm li > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}
.list.list-icons.list-icons-sm.list-icons-style-3 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px;
}
.list.list-icons.list-icons-lg li > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.3em;
  top: 6px;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}
.list.list-icons.list-icons-lg.list-icons-style-3 li > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}
.list.list-icons.list-icons-reverse li > [class*=fa-]:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > [class*=fa-]:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

/* List Borders */
.list.list-borders li {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.list.list-borders li:last-child {
  border-bottom: 0;
}
.list.list-side-borders {
  border-left: 1px solid #eaeaea;
  padding-left: 10px;
}

/* List Filter */
.list.list-filter li {
  margin-bottom: 10px !important;
}
.list.list-filter li a {
  border: 1px solid #dadada;
  padding: 0.3rem 0.4rem;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.list.list-filter li a:hover {
  border-color: #8f8f8f;
}
.list.list-filter li a.active {
  color: #FFF !important;
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}

/* List Ordened */
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
}
.list.list-ordened li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}
.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}
.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}

/* List Infos */
.list-infos {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.list-infos > li {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 0.8;
  list-style: none;
}
.list-infos > li > i {
  font-size: 1.2em;
}
.list-infos > li + li {
  margin-left: 30px;
}
.list-infos > li.list-info-item-increase-size {
  font-size: 0.9rem;
}
.list-infos > li.list-info-item-increase-icon-size > i {
  font-size: 1.5em;
  line-height: 0.4;
}

@media (max-width: 991px) {
  .list-infos > li + li {
    margin-left: 0px;
  }
}
/* Accordion */
.accordion > .card > .card-header {
  margin-bottom: 0;
}
.accordion .card {
  margin-bottom: 0.5rem;
  border: 0;
}
.accordion .card .card-body {
  padding: 1.1rem 0.1rem;
}
.accordion .accordion-header {
  transition: background 0.3s;
  background-color: #f1f3f7;
  border-radius: 5px;
  border: 0;
  padding: 0;
}
.accordion .accordion-header a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem 2.5rem;
  font-size: 0.9em;
  border-radius: 5px;
}
.accordion .accordion-header a, .accordion .accordion-header a:hover, .accordion .accordion-header a:focus {
  color: #1c1f21;
}
.accordion .accordion-header a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 20px;
  border-color: #CCC;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  backface-visibility: hidden;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform-origin: 50%;
}
.accordion .accordion-header a.collapsed:before {
  top: calc(50% - 8px);
  left: 16px;
  transform: rotate(135deg);
}
.accordion.accordion-minimal .card {
  margin-bottom: 0;
}
.accordion.accordion-minimal .card:last-child .accordion-header {
  border-bottom: 0;
}
.accordion.accordion-minimal .card:last-child .accordion-header a[data-bs-toggle=collapse]:not(.collapsed) {
  border-bottom: 1px solid #e1e1e1;
}
.accordion.accordion-minimal .accordion-header {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #e1e1e1;
  background: transparent;
}
.accordion.accordion-minimal .accordion-header a {
  margin-left: 0;
}
.accordion.accordion-modern .card {
  border: 3px solid #f1f3f7;
  border-radius: 5px;
}
.accordion.accordion-modern .card .card-body {
  padding: 0.5rem 1rem 1rem;
}
.accordion.accordion-modern .accordion-header {
  background: transparent;
}
.accordion.accordion-modern .accordion-header a {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
}
.accordion.accordion-modern .accordion-header a:before {
  content: none;
}
.accordion.accordion-modern.accordion-modern-with-background .accordion-header {
  background: #f1f3f7;
}
.accordion.accordion-clean .card .card-body {
  padding: 0.3rem 0 0.1rem;
}
.accordion.accordion-clean .accordion-header {
  background: transparent;
}
.accordion.accordion-clean .accordion-header a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
}
.accordion.accordion-clean .accordion-header a:before {
  content: none;
}
.accordion:not(.accordion-minimal):not(.accordion-modern):not(.accordion-clean):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a {
  text-decoration: none;
}
.accordion:not(.accordion-minimal):not(.accordion-modern):not(.accordion-clean):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed {
  background-color: #f1f3f7 !important;
}
.accordion:not(.accordion-minimal):not(.accordion-modern):not(.accordion-clean):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed, .accordion:not(.accordion-minimal):not(.accordion-modern):not(.accordion-clean):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:hover, .accordion:not(.accordion-minimal):not(.accordion-modern):not(.accordion-clean):not(.accordion-style-1):not(.accordion-style-2) .accordion-header a.collapsed:focus {
  color: #1c1f21 !important;
}

/* Toggle */
.accordion-toggle .accordion-header a:before {
  content: "+";
  top: calc(50% - 13px);
  left: 16px;
  font-weight: 300;
  border: none;
  width: auto;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.6rem;
  transform: rotate(45deg);
}
.accordion-toggle .accordion-header a.collapsed:before {
  top: calc(50% - 13px);
  transform: rotate(90deg);
}

/* Sizes */
.accordion.accordion-sm .accordion-header a {
  padding: 0.7rem 2.2rem;
  font-size: 0.8em;
}
.accordion.accordion-sm .accordion-header a:before {
  width: 8px;
  height: 8px;
  margin-top: 2px;
}
.accordion.accordion-lg .accordion-header a {
  padding: 1.3rem 2.6rem;
  font-size: 1em;
}

/* Accordion Colors */
.accordion:not(.accordion-minimal).accordion-dark .accordion-header a {
  background-color: #1c1f21;
}
.accordion:not(.accordion-minimal).accordion-dark .accordion-header a, .accordion:not(.accordion-minimal).accordion-dark .accordion-header a:hover, .accordion:not(.accordion-minimal).accordion-dark .accordion-header a:focus {
  color: #FFF;
}

/* Styles */
.accordion.accordion-style-1 .card {
  margin-bottom: 0;
}
.accordion.accordion-style-1 .card + .card .accordion-header a {
  border-top-width: 0;
}
.accordion.accordion-style-1 .accordion-header {
  background-color: transparent;
}
.accordion.accordion-style-1 .accordion-header a {
  padding: 1.8rem 1.5rem;
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  border-color: #DAE2E6;
  border-bottom-width: 0;
  border-radius: 0;
}
.accordion.accordion-style-1 .accordion-header a:before {
  content: " ";
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  left: auto;
  border-color: #CCC;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
}
.accordion.accordion-style-1 .accordion-header a.collapsed {
  background-color: transparent !important;
  border-bottom-width: 1px;
  transition: ease border-bottom-width 100ms 350ms;
}
.accordion.accordion-style-1 .accordion-header a.collapsed:before {
  transform: rotate(45deg);
}
.accordion.accordion-style-1 .accordion-header.accordion-header-shrink a {
  padding: 1.2rem 1.5rem;
}
.accordion.accordion-style-1 .accordion-body {
  border-width: 1px;
  border-style: solid;
  border-color: #DAE2E6;
  border-top-width: 0;
  border-radius: 0;
}
.accordion.accordion-style-1 .accordion-body .card-body {
  padding: 0 1.5rem 1.4rem;
}
.accordion.accordion-style-1 .accordion-body.accordion-body-show-border-top {
  border-top-width: 1px;
}
.accordion.accordion-style-1.accordion-style-1-no-borders .accordion-header a {
  border: none;
}
.accordion.accordion-style-1.accordion-style-1-no-borders .accordion-body {
  border: none;
}
.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-header a {
  border: none;
  padding: 1.3rem 0;
}
.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-header a:before {
  right: 10px;
}
.accordion.accordion-style-1.accordion-style-1-no-borders-divider .accordion-body {
  border: none;
}
.accordion.accordion-style-1.accordion-style-1-no-borders-divider .card-body {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.accordion.accordion-style-1.accordion-style-1-no-borders-divider .card + .card .accordion-header {
  border-top: 1px solid #DAE2E6;
}
.accordion.accordion-style-1.accordion-style-1-no-expand .accordion-header a {
  pointer-events: none;
}
.accordion.accordion-style-1.accordion-style-1-no-expand .accordion-header a:before {
  content: none;
}
.accordion.accordion-style-2 .card {
  margin-bottom: 0;
  padding: 2rem 0;
}
.accordion.accordion-style-2 .card + .card {
  border-top: 1px solid #E2E2E2;
}
.accordion.accordion-style-2 .accordion-header {
  background: transparent;
}
.accordion.accordion-style-2 .accordion-header a,
.accordion.accordion-style-2 .accordion-header a:hover,
.accordion.accordion-style-2 .accordion-header a:focus {
  color: #FFF;
}
.accordion.accordion-style-2 .accordion-header a {
  width: 200px;
  height: 40px;
  transition: ease all 300ms;
}
.accordion.accordion-style-2 .accordion-header a.btn-rounded {
  border-radius: 50px;
}
.accordion.accordion-style-2 .accordion-header a:before {
  content: none;
}
.accordion.accordion-style-2 .accordion-header a .title {
  transition: ease opacity 300ms 300ms;
}
.accordion.accordion-style-2 .accordion-header a > i {
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms 300ms;
}
.accordion.accordion-style-2 .accordion-header a:not(.collapsed) {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  color: #B9B9B9;
}
.accordion.accordion-style-2 .accordion-header a:not(.collapsed) .title {
  opacity: 0;
  visibility: hidden;
}
.accordion.accordion-style-2 .accordion-header a:not(.collapsed) > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.3rem;
  opacity: 1;
  visibility: visible;
}

/* IE */
html.ie .accordion .accordion-body {
  height: 100%;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  background: transparent;
  padding: 1.3rem;
  font-size: 1.1em;
  position: relative;
  overflow: hidden;
  font-family: var(--primary-font);
  font-weight: 600;
  border-radius: 0;
}
.nav-tabs .nav-item .nav-link:after {
  height: 4px;
  width: 100%;
  content: " ";
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 10;
  transition: transform 0.3s;
}
.nav-tabs .nav-item .nav-link.active {
  color: #1c1f21;
}
.nav-tabs .nav-item .nav-link.active:after {
  transform: translateY(-3px);
}
.nav-tabs.nav-tabs-centered {
  justify-content: center;
}
.nav-tabs.nav-tabs-end {
  justify-content: flex-end;
}
.nav-tabs.nav-tabs-minimal {
  justify-content: center;
  border-bottom: 0;
}
.nav-tabs.nav-tabs-vertical {
  justify-content: center;
  border-bottom: 0;
  border-right: 1px solid #e1e1e1;
}
.nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  padding-left: 0;
}
.nav-tabs.nav-tabs-vertical .nav-item .nav-link:after {
  height: 100%;
  width: 4px;
  left: auto;
  right: -4px;
  bottom: 0;
}
.nav-tabs.nav-tabs-vertical .nav-item .nav-link.active:after {
  transform: translateX(-3px);
}
.nav-tabs.nav-tabs-with-border .nav-item .nav-link {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
}
.nav-tabs.nav-tabs-with-border .nav-item .nav-link:after {
  bottom: auto;
  top: -4px;
}
.nav-tabs.nav-tabs-with-border .nav-item .nav-link.active {
  border-bottom-color: #FFF;
}
.nav-tabs.nav-tabs-with-border .nav-item .nav-link.active:after {
  transform: translateY(3px);
}
.nav-tabs.nav-tabs-with-border .nav-item + .nav-item .nav-link {
  border-left-width: 0;
}
.nav-tabs.nav-tabs-with-border + .tab-content {
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
  border-color: #e1e1e1;
  padding: 0rem 1.5rem;
  margin-top: -1px;
}
.nav-tabs.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #e1e1e1;
}
.nav-tabs.nav-tabs-bottom .nav-item .nav-link:after {
  top: -4px;
  bottom: auto;
}
.nav-tabs.nav-tabs-bottom .nav-item .nav-link.active:after {
  transform: translateY(3px);
}
.nav-tabs.nav-tabs-bottom.nav-tabs-with-border {
  border-top: 0;
}
.nav-tabs.nav-tabs-bottom.nav-tabs-with-border .nav-item .nav-link:after {
  bottom: -4px;
  top: auto;
}
.nav-tabs.nav-tabs-bottom.nav-tabs-with-border .nav-item .nav-link.active {
  border-bottom-color: #e1e1e1;
  border-top-color: #FFF;
}
.nav-tabs.nav-tabs-bottom.nav-tabs-with-border .nav-item .nav-link.active:after {
  transform: translateY(-3px);
}
.nav-tabs.nav-tabs-bottom.nav-tabs-with-border + .tab-content {
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-top: 0;
  margin-bottom: -1px;
}
.nav-tabs.nav-tabs-justified {
  flex-wrap: nowrap;
}
.nav-tabs.nav-tabs-justified .nav-item {
  width: 100%;
}
.nav-tabs.nav-tabs-justified .nav-item .nav-link {
  text-align: center;
}
.nav-tabs.nav-tabs-big-icons .nav-item .nav-link {
  padding: 1.3rem 2rem;
}
.nav-tabs.nav-tabs-big-icons .nav-item .nav-link > i {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

/* Tabs Bottom Wrapper */
.nav-tabs-bottom-wrapper {
  display: flex;
  flex-direction: column;
}
.nav-tabs-bottom-wrapper > .nav-tabs {
  order: 2;
}
.nav-tabs-bottom-wrapper > .tab-content {
  order: 1;
}

/* Tabs Navigation */
.nav-tabs-navigation-wrapper {
  display: flex;
}
.nav-tabs-navigation-wrapper .nav-tabs {
  width: 100%;
  max-width: 30%;
  flex-direction: column;
  border-bottom: 0;
  padding-right: 30px;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item {
  margin-bottom: 3px;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
  background: #f7f7f7;
  border-radius: 4px;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item .nav-link:after {
  height: 100%;
  width: 4px;
  bottom: 0;
  left: -4px;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item .nav-link > i {
  font-size: 0.7rem;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item .nav-link.active:after {
  transform: translateX(3px);
}
.nav-tabs-navigation-wrapper .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.nav-tabs-navigation-wrapper .tab-content {
  width: 100%;
  max-width: 70%;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs {
  padding-right: 0;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs .nav-item .nav-link {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  border-bottom-width: 0;
  border-radius: 0;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs .nav-item .nav-link.active {
  border-right-color: #FFF;
  border-left-width: 0;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs .nav-item:last-child .nav-link {
  border-bottom-width: 1px;
}
.nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .tab-content {
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  margin-left: -1px;
}

@media (max-width: 767px) {
  .nav-tabs-navigation-wrapper {
    flex-direction: column;
  }
  .nav-tabs-navigation-wrapper .nav-tabs {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .nav-tabs-navigation-wrapper .tab-content {
    max-width: 100%;
  }
  .nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs {
    margin-bottom: 0px;
  }
  .nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .nav-tabs .nav-item .nav-link.active {
    border-right-color: #e1e1e1;
  }
  .nav-tabs-navigation-wrapper.nav-tabs-navigation-with-borders .tab-content {
    margin-left: 0;
    margin-top: -1px;
  }
}
/* Carousel */
.owl-carousel {
  /* Rounded Style 1 */
  /* Owl Dots Styles */
  /* Owl Nav Styles */
  /* Arrows Style */
  /* Nav Colors */
  /* Nav Size */
}
.owl-carousel.stage-py-1 .owl-stage-outer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.owl-carousel .owl-item {
  touch-action: auto !important;
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -23px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  outline: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
  font-size: 1.2rem;
}
.owl-carousel .owl-nav .owl-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
  font-weight: 900;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
  font-size: 1.2rem;
}
.owl-carousel .owl-nav .owl-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
  font-weight: 900;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1rem;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  outline: none;
}
.owl-carousel .owl-dots {
  margin-top: 2rem;
}
.owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.owl-carousel.rounded-style-1 .owl-stage-outer {
  border-radius: 100%;
}
.owl-carousel.rounded-style-1 .owl-stage-outer:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid;
  border-color: #8f8f8f;
  border-radius: 100%;
  z-index: 1;
}
.owl-carousel.rounded-style-1 .owl-stage-outer:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 6px solid;
  border-color: #FFF;
  border-radius: 100%;
  z-index: 1;
}
.owl-carousel.dots-style-1 {
  margin-bottom: 30px;
}
.owl-carousel.dots-style-1 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 4px;
  transition: ease background 300ms 100ms;
}
.owl-carousel.dots-style-1 .owl-dots .owl-dot.active span {
  background: #8f8f8f;
  transition: ease background 300ms;
}
.owl-carousel.dots-style-2 .owl-dots {
  position: absolute;
  bottom: 7px;
  right: 10px;
}
.owl-carousel.dots-style-2 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 4px;
}
.owl-carousel.dots-style-2 .owl-dots .owl-dot.active span {
  background: #8f8f8f;
}
.owl-carousel.dots-style-2.dots-style-2-left .owl-dots {
  right: auto;
  left: 10px;
}
.owl-carousel.dots-style-2.dots-style-2-center .owl-dots {
  right: auto;
  left: auto;
  width: 100%;
}
.owl-carousel.dots-style-2.dots-style-2-center-more-up .owl-dots {
  bottom: 30px;
  right: auto;
  left: auto;
  width: 100%;
}
.owl-carousel.dots-style-3 {
  margin-bottom: 30px;
}
.owl-carousel.dots-style-3 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel.dots-style-3 .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel.dots-style-3 .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  transition: ease all 300ms 300ms;
}
.owl-carousel.dots-style-3 .owl-dots .owl-dot.active span {
  background: #8f8f8f;
  transition: ease all 300ms;
  transform: scale(2);
}
.owl-carousel.nav-style-1 {
  padding-bottom: 30px;
}
.owl-carousel.nav-style-1 .owl-nav {
  left: 50%;
  margin-top: 0;
  position: absolute;
  top: auto;
  transform: translateX(-50%);
  width: 65px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.owl-carousel.nav-style-1 .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.2rem;
}
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-1.nav-style-1-wrap-bottom-dots .owl-nav {
  width: 140px;
  margin-top: 20px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev,
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.2rem;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-2.nav-arrows-pills .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.nav-style-2.nav-arrows-pills .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev,
.owl-carousel.nav-style-3 .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.2rem;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-3 .owl-nav .owl-next {
  right: -45px;
}
.owl-carousel.nav-style-3 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-4 .owl-nav {
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: -20px;
}
.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-carousel.nav-style-4 .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  color: #666 !important;
  font-size: 1.2rem;
  line-height: 17px;
}
.owl-carousel.nav-style-4 .owl-nav .owl-prev {
  left: 3px;
}
.owl-carousel.nav-style-4 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-4 .owl-nav .owl-next {
  right: 3px;
}
.owl-carousel.nav-style-4 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-4:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.nav-style-5 .owl-nav {
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 0;
  height: 100%;
  pointer-events: none;
}
.owl-carousel.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-style-5 .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border-radius: 0;
  font-size: 1.2rem;
  height: 100%;
  line-height: 17px;
  margin: 0;
  color: #666 !important;
  width: 35px;
  pointer-events: auto;
}
.owl-carousel.nav-style-5 .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.nav-style-5 .owl-nav .owl-prev:before {
  position: relative;
  content: "\f104";
}
.owl-carousel.nav-style-5 .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.nav-style-5 .owl-nav .owl-next:before {
  position: relative;
  content: "\f105";
}
.owl-carousel.nav-style-5:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.nav-style-6 .owl-nav .owl-next,
.owl-carousel.nav-style-6 .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: transparent;
}
.owl-carousel.nav-style-6 .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}
.owl-carousel.nav-style-6 .owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  right: 19px;
  border-top: 1px solid #FFF;
}
.owl-carousel.nav-style-6 .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(-45deg);
}
.owl-carousel.nav-style-6 .owl-nav .owl-prev:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  left: 19px;
  border-top: 1px solid #FFF;
}
.owl-carousel.nav-style-7 .owl-nav .owl-prev,
.owl-carousel.nav-style-7 .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.2rem;
}
.owl-carousel.nav-style-7 .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.nav-style-7 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-7 .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.nav-style-7 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-8 .owl-nav {
  top: 0;
  margin-top: 0;
  transform: translate3d(0, -100%, 0);
  height: 55px;
  width: 60px;
  right: -12px;
}
.owl-carousel.nav-style-8 .owl-nav .owl-prev,
.owl-carousel.nav-style-8 .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.2rem;
}
.owl-carousel.nav-style-8 .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.nav-style-8 .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.nav-style-8 .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.nav-style-8 .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.nav-style-8.nav-arrows-pills .owl-nav {
  width: 75px;
  right: -6px;
}
.owl-carousel.nav-style-8.nav-style-8-both-sides .owl-nav {
  width: calc(100% + 24px);
  right: 0;
  left: -12px;
}
.owl-carousel.nav-style-8.nav-style-8-both-sides.nav-arrows-pills .owl-nav {
  width: calc(100% + 6px);
  left: -6px;
}
.owl-carousel.nav-style-9 .owl-nav {
  margin-top: -30px;
}
.owl-carousel.nav-style-9 .owl-nav .owl-prev,
.owl-carousel.nav-style-9 .owl-nav .owl-next {
  background: #CCC;
  color: #FFF;
  font-size: 0.6rem;
  height: 50px;
  border-radius: 0;
}
.owl-carousel.nav-arrows-pills .owl-nav .owl-prev,
.owl-carousel.nav-arrows-pills .owl-nav .owl-next {
  background: #CCC;
  color: #FFF;
  font-size: 0.7rem;
}
.owl-carousel.nav-arrows-thin .owl-nav .owl-prev,
.owl-carousel.nav-arrows-thin .owl-nav .owl-next {
  font-size: 1rem;
}
.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before {
  content: "\f053";
}
.owl-carousel.nav-arrows-thin .owl-nav .owl-next:before {
  content: "\f054";
}
.owl-carousel.nav-arrows-thin.nav-arrows-thin-small .owl-nav .owl-prev,
.owl-carousel.nav-arrows-thin.nav-arrows-thin-small .owl-nav .owl-next {
  font-size: 0.8rem;
}
.owl-carousel.nav-color-light .owl-nav .owl-prev,
.owl-carousel.nav-color-light .owl-nav .owl-next {
  color: #FFF !important;
}
.owl-carousel.nav-color-light.nav-style-4 .owl-nav .owl-prev,
.owl-carousel.nav-color-light.nav-style-4 .owl-nav .owl-next {
  background: #FFF;
  color: #1c1f21 !important;
}
.owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-color-light.nav-style-5 .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  color: #1c1f21 !important;
}
.owl-carousel.nav-color-light.nav-style-6 .owl-nav .owl-next:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.owl-carousel.nav-color-light.nav-style-6 .owl-nav .owl-next:after {
  border-top: 1px solid #FFF;
}
.owl-carousel.nav-color-light.nav-style-6 .owl-nav .owl-prev:before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.owl-carousel.nav-color-light.nav-style-6 .owl-nav .owl-prev:after {
  border-top: 1px solid #FFF;
}
.owl-carousel.nav-color-light.nav-style-9 .owl-nav .owl-prev,
.owl-carousel.nav-color-light.nav-style-9 .owl-nav .owl-next {
  background: #FFF;
  color: #1c1f21 !important;
}
.owl-carousel.nav-color-light.nav-arrows-pills .owl-nav .owl-prev,
.owl-carousel.nav-color-light.nav-arrows-pills .owl-nav .owl-next {
  background: #FFF !important;
  color: #1c1f21 !important;
}
.owl-carousel.nav-color-dark .owl-nav .owl-prev,
.owl-carousel.nav-color-dark .owl-nav .owl-next {
  color: #1c1f21 !important;
}
.owl-carousel.nav-color-dark.nav-style-4 .owl-nav .owl-prev,
.owl-carousel.nav-color-dark.nav-style-4 .owl-nav .owl-next {
  background: #1c1f21;
  color: #FFF !important;
}
.owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-prev,
.owl-carousel.nav-color-dark.nav-style-5 .owl-nav .owl-next {
  background: rgba(28, 31, 33, 0.6) none repeat scroll 0 0;
  color: #FFF !important;
}
.owl-carousel.nav-color-dark.nav-style-6 .owl-nav .owl-next:before {
  border-top: 1px solid #1c1f21;
  border-right: 1px solid #1c1f21;
}
.owl-carousel.nav-color-dark.nav-style-6 .owl-nav .owl-next:after {
  border-top: 1px solid #1c1f21;
}
.owl-carousel.nav-color-dark.nav-style-6 .owl-nav .owl-prev:before {
  border-top: 1px solid #1c1f21;
  border-left: 1px solid #1c1f21;
}
.owl-carousel.nav-color-dark.nav-style-6 .owl-nav .owl-prev:after {
  border-top: 1px solid #1c1f21;
}
.owl-carousel.nav-color-dark.nav-style-9 .owl-nav .owl-prev,
.owl-carousel.nav-color-dark.nav-style-9 .owl-nav .owl-next {
  background: #1c1f21;
  color: #FFF !important;
}
.owl-carousel.nav-color-dark.nav-arrows-pills .owl-nav .owl-prev,
.owl-carousel.nav-color-dark.nav-arrows-pills .owl-nav .owl-next {
  background: #1c1f21 !important;
  color: #FFF !important;
}
.owl-carousel.nav-size-1 .owl-nav .owl-prev,
.owl-carousel.nav-size-1 .owl-nav .owl-next {
  font-size: 1.7rem;
}
.owl-carousel.nav-size-2 .owl-nav .owl-prev,
.owl-carousel.nav-size-2 .owl-nav .owl-next {
  font-size: 2rem;
}

/* Responsive Nav Syles */
@media (max-width: 575px) {
  .owl-carousel.nav-style-3 {
    margin-right: auto;
    margin-left: auto;
  }
}
/* Carousel Horizontal Degrade */
.owl-carousel.carousel-horizontal-degrade:after {
  content: " ";
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(241, 243, 247, 0), #f1f3f7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.owl-carousel.carousel-horizontal-degrade:before {
  content: " ";
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, #f1f3f7, rgba(241, 243, 247, 0));
  position: absolute;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.owl-carousel.carousel-horizontal-degrade.rm-degrade-now:before, .owl-carousel.carousel-horizontal-degrade.rm-degrade-now:after {
  content: none;
}
@media (max-width: 767px) {
  .owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:before, .owl-carousel.carousel-horizontal-degrade.mobile-disable-degrade:after {
    content: none;
  }
}

/* Carousel Style 1 */
.owl-carousel.carousel-style-1 .content-wrapper {
  display: flex;
}
.owl-carousel.carousel-style-1 .left-content {
  position: relative;
  padding: 0 2rem;
  text-align: center;
  min-width: 100px;
}
.owl-carousel.carousel-style-1 .left-content > span span {
  font-size: 3.8rem;
  line-height: 1;
  margin-left: 2px;
}
.owl-carousel.carousel-style-1 .left-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  top: 0.4rem;
  right: 0.5rem;
  height: 4.3rem;
  border-right: 1px solid #e1e1e1;
}
.owl-carousel.carousel-style-1 .right-content {
  padding-left: 1rem;
  padding-top: 1.9rem;
}
.owl-carousel.carousel-style-1 .owl-dots {
  position: absolute;
  top: 5rem;
  left: 1.9rem;
  z-index: 1;
}

/* Carousel Style - Left Bottom Corner */
.owl-carousel.carousel-corner-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  margin-bottom: 0;
  min-width: 300px;
  /* Carousel Corner Style 1 */
}
.owl-carousel.carousel-corner-left-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background: rgba(28, 31, 33, 0.3);
  border-radius: 100%;
  z-index: -1;
}
.owl-carousel.carousel-corner-left-bottom .owl-stage-outer:before {
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.owl-carousel.carousel-corner-left-bottom.stage-top-gap .owl-stage-outer:before {
  top: 22px;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
  position: relative;
  top: -7px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.5em;
  letter-spacing: 1.2px;
  font-weight: 800;
  margin-bottom: 5px;
  transition: ease top 300ms;
  transition-delay: 200ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1;
  transition: ease opacity 300ms;
  transition-delay: 200ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
  padding: 0 15%;
  transition: ease opacity 300ms;
  transition-delay: 100ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
  font-weight: bold;
  transition: ease transform 300ms, ease opacity 300ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more:hover i {
  margin-left: 8px;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more i {
  margin-left: 5px;
  transition: ease margin-left 300ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 {
  top: 20px;
  transition: ease top 100ms;
  transition-delay: 0ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing h2 > span {
  opacity: 0;
  transition: ease opacity 100ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing .content {
  opacity: 0;
  transition: ease opacity 100ms;
  transition-delay: 0ms;
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item.changing a.learn-more {
  opacity: 0;
  transition: ease transform 100ms, ease opacity 100ms;
  transition-delay: 0ms;
  transform: translateY(10%);
}
.owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-dots {
  margin-top: 0;
  padding: 20px 0;
  background: #FFF;
}

@media (max-width: 575px) {
  .owl-carousel.carousel-corner-left-bottom {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Carousel Style - Center Active Items */
.owl-carousel.carousel-center-active-items {
  padding-bottom: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  /* Change Color On Current Item */
}
@media (min-width: 992px) {
  .owl-carousel.carousel-center-active-items {
    width: 114vw;
  }
}
@media (min-width: 1200px) {
  .owl-carousel.carousel-center-active-items {
    width: 102vw;
  }
}
.owl-carousel.carousel-center-active-items .owl-item .card {
  background-color: #FFF;
  padding: 1.5384615385rem;
  transition: ease background-color 300ms;
  transform: scale(1);
}
.owl-carousel.carousel-center-active-items .owl-item:not(.current):not(.remove-blur) .card {
  -webkit-filter: blur(2px);
}
.owl-carousel.carousel-center-active-items .owl-nav {
  left: 50%;
  margin-top: 10px;
  position: absolute;
  top: auto;
  transform: translateX(-50%);
  width: 65px;
  transform: translateX(-50%);
}
.owl-carousel.carousel-center-active-items .owl-nav .owl-prev,
.owl-carousel.carousel-center-active-items .owl-nav .owl-next {
  background: transparent;
  color: #8f8f8f;
  font-size: 1.4rem;
}
.owl-carousel.carousel-center-active-items .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel.carousel-center-active-items .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card {
  background: #8f8f8f;
}
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card i,
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card strong,
.owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card p {
  color: #FFF !important;
}
@media (min-width: 768px) {
  .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
    width: 160%;
  }
}
@media (min-width: 1200px) {
  .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-2, .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 {
    width: 133vw;
  }
}
.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item .card {
  transition: ease opacity 300ms;
}
.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-3 .owl-item:not(.current):not(.remove-blur) .card {
  opacity: 0.2;
}
.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-4 {
  max-width: 100%;
}
.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
  width: 133vw;
  max-height: 40vw;
  cursor: move;
  cursor: -webkit-grab;
  overflow: hidden;
}
.owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 36vh;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-7 {
    width: 133vw;
  }
}

.bg-light-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(252.3590909091, 252.7363636364, 253.4909090909, 0) 0%, rgb(252.3590909091, 252.7363636364, 253.4909090909) 90%);
}

.bg-light-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(250.7363636364, 251.3454545455, 252.5636363636, 0) 0%, rgb(250.7363636364, 251.3454545455, 252.5636363636) 90%);
}

.bg-light-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(247.4909090909, 248.5636363636, 250.7090909091, 0) 0%, rgb(247.4909090909, 248.5636363636, 250.7090909091) 90%);
}

.bg-light-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(244.2454545455, 245.7818181818, 248.8545454545, 0) 0%, rgb(244.2454545455, 245.7818181818, 248.8545454545) 90%);
}

.bg-light-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(241, 243, 247, 0) 0%, #f1f3f7 90%);
}

.bg-dark-1 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(8.8356435644, 9.603960396, 10.5643564356, 0) 0%, rgb(8.8356435644, 9.603960396, 10.5643564356) 90%);
}

.bg-dark-2 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(27.4178217822, 29.801980198, 32.7821782178, 0) 0%, rgb(27.4178217822, 29.801980198, 32.7821782178) 90%);
}

.bg-dark-3 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(32.0633663366, 34.8514851485, 38.3366336634, 0) 0%, rgb(32.0633663366, 34.8514851485, 38.3366336634) 90%);
}

.bg-dark-4 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(41.3544554455, 44.9504950495, 49.4455445545, 0) 0%, rgb(41.3544554455, 44.9504950495, 49.4455445545) 90%);
}

.bg-dark-5 .carousel-center-active-items.carousel-center-active-items-style-6.bottom-degrade:after {
  background: linear-gradient(to bottom, rgba(46, 50, 55, 0) 0%, #2e3237 90%);
}

@media (max-width: 991px) {
  .owl-carousel.carousel-center-active-items .owl-nav {
    width: 100px;
  }
  .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
    max-height: 68vw;
  }
}
@media (max-width: 767px) {
  .owl-carousel.carousel-center-active-items .owl-dots {
    display: none;
  }
  .owl-carousel.carousel-center-active-items.carousel-center-active-items-style-6 {
    max-height: 72vw;
  }
}
/* Carousel Style - Stripes */
.owl-carousel.carousel-stripes .carousel-stripe-item {
  height: calc(100vh - 118px);
}

/* Carousel Items Border Divider */
.owl-carousel.carousel-items-border-divider .owl-item.active + .owl-item.active {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Carousel - Gallery Thumbs */
.owl-carousel.thumb-gallery-thumbs .owl-item {
  cursor: pointer;
}

/* Carousel Style - Grid Style 1 */
.owl-carousel.carousel-grid-style-1 {
  height: 100%;
}
.owl-carousel.carousel-grid-style-1 .owl-stage-outer,
.owl-carousel.carousel-grid-style-1 .owl-stage,
.owl-carousel.carousel-grid-style-1 .owl-item {
  height: 100%;
}

/* Edge */
html.edge {
  /* Carousel Style - Left Bottom Corner */
}
html.edge .owl-carousel.carousel-corner-left-bottom {
  /* Carousel Corner Style 1 */
}
html.edge .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
  transition-delay: 0s;
}

/* IE */
html.ie {
  /* Carousel Style - Left Bottom Corner */
  /* Owl Carousel Vertical */
}
html.ie .owl-carousel.carousel-corner-left-bottom {
  /* Carousel Corner Style 1 */
}
html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item {
  overflow: hidden;
}
html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 {
  transition: none;
}
html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item h2 > span {
  transition: none;
}
html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item .content {
  transition: none;
}
html.ie .owl-carousel.carousel-corner-left-bottom.carousel-corner-style-1 .owl-item a.learn-more {
  transition: none;
}
html.ie .owl-carousel.owl-carousel-vertical {
  overflow: hidden;
}
html.ie .owl-carousel.owl-carousel-vertical .owl-stage-outer {
  transform: translateZ(-1px);
}

/* Videos */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-soundcloud {
  padding-top: 19.25%;
}

/* Modals */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

/* Ajax Container */
.mfp-content .ajax-container {
  background: none repeat scroll 0 0 #FFF;
  margin: 40px auto;
  max-width: 1140px;
  padding: 3rem 2.3rem;
  position: relative;
  text-align: left;
  display: block;
}
.mfp-content .ajax-container .mfp-close {
  display: none;
}

@media (min-width: 768px) {
  .mfp-content .ajax-container a[data-ajax-portfolio-close] {
    position: absolute;
    top: -26px;
    right: 2px;
  }
}
/* Lightbox */
.lightbox-open body {
  overflow: hidden;
  padding-right: 16px;
}
.lightbox-open #header {
  right: 8px;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Dialog */
.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}
.dialog.dialog-xs {
  max-width: 200px;
}
.dialog.dialog-sm {
  max-width: 400px;
}
.dialog.dialog-md {
  max-width: 600px;
}
.dialog.dialog-lg {
  max-width: 900px;
}

/* White Popup Block */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}
.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}
.white-popup-block.white-popup-block-md {
  max-width: 600px;
}
.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Lightbox Opened */
html.lightbox-opened.sticky-header-active #header .header-body {
  padding-right: 17px;
}

/* Full Screen No Scroll */
html.full-screen-no-scroll .body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
html.full-screen-no-scroll .main {
  flex: 1 0 auto;
}

/* Outline */
.outline-none {
  outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
  text-decoration: none !important;
}

/* No Borders */
.border-0 {
  border: none !important;
}

/* Container */
@media (min-width: 1200px) {
  .container-xl-custom {
    width: 100%;
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .container-lg-custom {
    width: 100%;
    max-width: 1200px;
  }
}
/* Top Sub Title */
.top-sub-title {
  font-size: 0.9em;
}

/* Title Number */
.title-number-style-1 {
  position: absolute;
  top: -0.3rem;
  left: -2.3rem;
  font-size: 3.6rem;
}

/* Lead */
.lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}

/* Clear */
.clear-both {
  clear: both;
}

/* Absolute Vertical Center */
.absolute-y-center {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 767px) {
  .absolute-y-center {
    position: relative;
    top: auto;
    transform: none;
  }
}

html.ie .absolute-y-center {
  width: 100%;
}

/* Absolute Horizontal Center */
.absolute-x-center {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

/* Absolute Horizontal & Vertical Center */
.absolute-xy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* Text with Background Effect */
.effect-text-background {
  background-image: url(../img/gif/people.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 35%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.ie .effect-text-background {
  background: none !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

/* Grid */
.col-half-section {
  max-width: 555px;
  width: 100%;
}

@media (max-width: 1199px) {
  .col-half-section {
    max-width: 465px;
  }
}
@media (max-width: 991px) {
  .col-half-section {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .col-half-section {
    max-width: 515px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .col-half-section {
    width: 100%;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* Particles */
.particles-behind {
  width: 114%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.particles-behind .g-particles {
  transform-origin: center;
}

/* Highlight Boxes */
.highlight-box {
  position: relative;
  border-radius: 7px;
  padding: 5.8rem 2.4rem;
  margin: 0 -15px;
  overflow: hidden;
}
.highlight-box .background-icon {
  position: absolute;
  font-size: 9.3rem;
  opacity: 0.1;
}
.highlight-box .background-icon.background-icon-top {
  top: -3.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.highlight-box .background-icon.background-icon-right {
  top: 47%;
  right: -3.4rem;
  transform: translateY(-50%);
}
.highlight-box .background-icon.background-icon-bottom {
  bottom: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.highlight-box .background-icon.background-icon-left {
  font-size: 10rem;
  top: 47%;
  left: -5rem;
  transform: translateY(-50%);
}

/* Static Tooltip */
.tooltip-static {
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
  position: relative;
}

.tooltip-static-top .arrow {
  left: 50%;
}

.tooltip-static-right .arrow {
  top: 50%;
}

.tooltip-static-top .arrow {
  left: 50%;
}

.tooltip-static-right .arrow {
  top: 50%;
}

/* Link Underline */
.link-underline-dark {
  color: #707070;
  border-bottom: 1px solid #707070;
  padding: 0 0 3px;
}
.link-underline-dark:hover {
  color: #969696 !important;
  border-color: #969696 !important;
}

.link-underline-light {
  color: #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 3px;
}
.link-underline-light:hover {
  color: #FFF !important;
  border-color: #FFF !important;
}

/* Text Underline Style */
.text-underline-style-1 {
  border-bottom: 1px solid #1c1f21;
  padding: 0 0 3px;
}

/* Scrollable Element */
.scrollable-element {
  overflow-y: auto;
  overflow-x: hidden;
}
.scrollable-element::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgb(41.3544554455, 44.9504950495, 49.4455445545);
}
.scrollable-element::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
.scrollable-element::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}
.scrollable-element.scrollable-element-light::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f3f7;
}

/* Box Shadow */
.box-shadow-1 {
  box-shadow: 0px 0px 50px -13px rgba(0, 0, 0, 0.4);
}

.box-shadow-2 {
  box-shadow: 0 11px 23px -14px rgb(0, 0, 0);
}

.box-shadow-3:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.33;
  content: "";
  box-shadow: 0 30px 90px #BBB;
  transition: all 0.2s ease-in-out;
}
.box-shadow-3.box-shadow-3-hover:before {
  opacity: 0;
}
.box-shadow-3.box-shadow-3-hover:hover:before {
  opacity: 0.33;
}

.box-shadow-4 {
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

.box-shadow-5 {
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}

/* Alerts */
.alert [class*=fa-], .alert .icons {
  margin-right: 8px;
  font-size: 1.1em;
}
.alert ul {
  padding: 0;
  margin: 7px 0 0 40px;
}
.alert ul li {
  font-size: 0.9em;
}
.alert.alert-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}
.alert.alert-lg {
  padding: 20px;
  font-size: 1.2em;
}
.alert.alert-default {
  background-color: #CCC;
  border-color: rgb(196.35, 196.35, 196.35);
  color: rgb(76.5, 76.5, 76.5);
}
.alert.alert-default .alert-link {
  color: rgb(38.25, 38.25, 38.25);
}
.alert.alert-dark {
  background-color: rgb(51.4098360656, 56.9180327869, 60.5901639344);
  border-color: rgb(4.5901639344, 5.0819672131, 5.4098360656);
  color: rgb(205.2295081967, 209.7540983607, 212.7704918033);
}
.alert.alert-dark .alert-link {
  color: rgb(246.6147540984, 247.3770491803, 247.8852459016);
}

/* Twitter Feed */
.twitter > ul {
  padding: 0;
}
.twitter > ul > li {
  list-style: none;
}

/* Mask Desktop */
.mask-desktop {
  position: relative;
  width: 320px;
  height: 270px;
  margin: 0 auto;
}
.mask-desktop > img {
  position: absolute;
  left: -29px;
  width: 540px;
  z-index: 1;
}
.mask-desktop .parallax {
  width: 320px;
  height: 210px;
}

/* Content Grid */
.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.content-grid .content-grid-item {
  position: relative;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
  content: "";
  position: absolute;
}
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}
.content-grid .content-grid-item .img-fluid {
  display: inline-block;
  flex: 0 0 auto;
}
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

/* Show Grid */
.show-grid [class*=col] .show-grid-block {
  background-color: #EEE;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}

/* Masonry Loading */
.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}
.masonry-loader:after {
  transition: all 0.5s;
  content: " ";
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.masonry-loader .bounce-loader {
  display: none;
}
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

/* Isotope Item */
.isotope-item {
  min-width: 1px;
}

/* Sticky Wrapper */
.sticky-wrapper {
  width: 100%;
}
.sticky-wrapper .sticky-body {
  display: flex;
  width: 100%;
  z-index: 10;
  transition: ease background 300ms;
}
.sticky-wrapper.sticky-wrapper-transparent {
  position: absolute;
  z-index: 11;
}

html.sticky-wrapper-active .sticky-wrapper.sticky-wrapper-effect-1 .sticky-body {
  position: fixed;
  background: #FFF;
  animation: headerReveal 0.4s ease-in;
}

/* Full Width Half Background */
.full-width-half-background {
  position: relative;
}
.full-width-half-background:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  width: 100vw;
  background-color: #f1f3f7;
  z-index: -1;
  transform: translate3d(-50%, 0, 0);
}

/* Featured Boxes */
.featured-boxes {
  position: relative;
}
.featured-boxes::after {
  clear: both;
  content: "";
  display: block;
}
.featured-boxes:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 99vw;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  transform: translateX(-50%);
}
.featured-boxes h4 {
  font-size: 1.2em;
}
.featured-boxes [class*=col-] {
  padding: 0;
}
.featured-boxes .featured-box {
  position: relative;
  padding: 35px 24px 35px 85px;
  border-right: 1px solid rgba(143, 143, 143, 0.2);
}
.featured-boxes .featured-box:last-child {
  border-right: none;
}
.featured-boxes .featured-box > a {
  display: block;
}
.featured-boxes .featured-box i, .featured-boxes .featured-box img {
  position: absolute;
  top: 35px;
  left: 32px;
  font-size: 40px;
}
.featured-boxes .featured-box h4, .featured-boxes .featured-box p {
  margin-bottom: 0;
}
.featured-boxes .featured-box p {
  letter-spacing: -0.5px;
}
.featured-boxes.featured-boxes-no-border-bottom:before {
  content: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .featured-boxes h4 {
    font-size: 1em;
  }
  .featured-boxes p {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .featured-boxes .featured-box {
    position: relative;
    border-right: 0;
  }
  .featured-boxes .featured-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    transform: translateX(-50%);
  }
  .featured-boxes .featured-box:last-child:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .featured-boxes p {
    margin-top: 6px;
  }
}
/* Hover Effects */
.hover-effect-1 {
  position: relative;
}
.hover-effect-1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-width: 0.2px;
  border-style: solid;
  border-color: inherit;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: ease opacity 300ms, ease transform 300ms;
}
.hover-effect-1:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hover-effect-2 {
  opacity: 1;
  transition: ease opacity 300ms;
}
.hover-effect-2:hover {
  opacity: 0.9;
}

.hover-effect-3:not(.portfolio-item) {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
  transition: ease transform 300ms, ease box-shadow 300ms;
}
.hover-effect-3:not(.portfolio-item):hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -15px, 0);
}
.hover-effect-3.portfolio-item {
  transition: ease transform 300ms;
}
.hover-effect-3.portfolio-item .image-frame {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
  transition: ease box-shadow 300ms;
}
.hover-effect-3.portfolio-item:hover, .hover-effect-3.portfolio-item.show {
  transform: translate3d(0, -15px, 0);
}
.hover-effect-3.portfolio-item:hover .image-frame, .hover-effect-3.portfolio-item.show .image-frame {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.hover-effect-3.portfolio-item:hover h2 > a, .hover-effect-3.portfolio-item.show h2 > a {
  color: #8f8f8f;
}

/* Box Shadow Effects */
.box-shadow-effect-1 {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  transition: ease box-shadow 300ms;
}
.box-shadow-effect-1:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}
/* Quantity Button */
.quantity {
  display: flex;
}
.quantity .plus,
.quantity .minus,
.quantity .qty {
  background-color: #f1f3f7;
  border: none;
  box-shadow: none;
  padding: 0.6rem 1.3rem;
  font-size: 1.3rem;
  outline: none;
}
.quantity .qty {
  font-size: 0.8rem;
  padding: 0.6rem 0.3rem;
  text-align: center;
  max-width: 35px;
  -moz-appearance: textfield;
}
.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity .minus {
  padding-top: 0.3rem;
}
.quantity .plus {
  padding-top: 0.5rem;
}
.quantity .plus,
.quantity .minus {
  cursor: pointer;
  transition: ease background-color 300ms;
}
.quantity .plus:hover,
.quantity .minus:hover {
  background-color: #eaeaea;
}

/* Google Maps */
.google-map {
  background: #f1f3f7;
  height: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  .google-map.google-map-burst-height {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 15px);
    overflow: hidden;
    height: calc(100% + 100px);
    box-shadow: 0px 0px 64px -14px rgba(28, 31, 33, 0.2);
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 991px) {
  .google-map.google-map-burst-height {
    width: 100vw;
    height: 400px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
.google-map.google-map-style-2 {
  transform: translate3d(0, 60px, 0);
}

/* Ajax Box */
.ajax-box {
  position: relative;
  transition: all 0.2s;
}
.ajax-box .ajax-box-content {
  opacity: 1;
  overflow: hidden;
  height: auto;
  transition: all 0.2s;
}
.ajax-box .bounce-loader {
  opacity: 0;
}
.ajax-box.ajax-box-init {
  height: 0;
}
.ajax-box.ajax-box-init .ajax-box-content {
  opacity: 0;
  visibility: hidden;
}
.ajax-box.ajax-box-loading {
  height: 300px;
}
.ajax-box.ajax-box-loading .ajax-box-content {
  opacity: 0;
  height: 300px;
}
.ajax-box.ajax-box-loading .bounce-loader {
  opacity: 1;
}

/* Vertical Divider */
.vertical-divider {
  background: #CCC;
  width: 1px;
  min-height: 20px;
}
.vertical-divider.vertical-divider-size-1 {
  height: 30px;
}
.vertical-divider.vertical-divider-size-2 {
  height: 40px;
}
.vertical-divider.vertical-divider-size-3 {
  height: 50px;
}
.vertical-divider.vertical-divider-size-4 {
  height: 60px;
}
.vertical-divider.vertical-divider-size-5 {
  height: 70px;
}

/* Countdown */
.countdown.countdown-style-1 {
  display: flex;
  justify-content: center;
}
.countdown.countdown-style-1 > span {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  line-height: 1.2;
  font-size: 1rem;
}
.countdown.countdown-style-1 > span:first-child {
  padding-left: 0;
}
.countdown.countdown-style-1 > span:first-child:before {
  content: none;
}
.countdown.countdown-style-1 > span:last-child {
  padding-right: 0;
}
.countdown.countdown-style-1 > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #707070;
  transform: translate3d(0, -50%, 0);
}
.countdown.countdown-style-1 > span span {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

@media (max-width: 575px) {
  .countdown.countdown-style-1 {
    flex-direction: column;
  }
  .countdown.countdown-style-1 > span {
    padding: 0;
    margin-bottom: 2rem;
  }
  .countdown.countdown-style-1 > span:last-child {
    margin-bottom: 0;
  }
  .countdown.countdown-style-1 > span:before {
    content: none;
  }
}
/* Skew Text Bar */
@media (min-width: 1200px) {
  .skew-text-bar-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .skew-text-bar-1:before {
    content: "";
    position: relative;
    top: 3px;
    left: 16px;
    transform: skewX(22deg);
    background: #CCC;
    width: 18px;
    height: 110px;
    z-index: -1;
  }
}
/* Rating */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.rating > label:before {
  position: relative;
  font: 24px/1 "Font Awesome 5 Free";
  display: block;
  content: "\f005";
  color: rgb(224.7727272727, 229.0909090909, 237.7272727273);
  background: rgb(224.7727272727, 229.0909090909, 237.7272727273);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label:hover:before, .rating > label:hover ~ label:before {
  color: #1c1f21;
  background-color: #1c1f21;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label.selected:before, .rating > label.selected ~ label:before {
  color: #1c1f21;
  background-color: #1c1f21;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Responsive Images */
.responsive-images {
  position: absolute;
  width: 510px;
  height: 100%;
}
.responsive-images.responsive-images-left {
  top: 0;
  right: 74%;
}
.responsive-images.responsive-images-left div:nth-child(1) {
  left: 0;
  top: -1rem;
}
.responsive-images.responsive-images-left div:nth-child(2) {
  left: 0;
  top: 18rem;
}
.responsive-images.responsive-images-left div:nth-child(3) {
  left: 24rem;
  top: 19rem;
}
.responsive-images.responsive-images-right {
  top: 0;
  left: 74%;
}
.responsive-images.responsive-images-right div:nth-child(1) {
  right: 0;
  top: 0;
}
.responsive-images.responsive-images-right div:nth-child(2) {
  right: 0;
  top: 10.6rem;
}
.responsive-images.responsive-images-right div:nth-child(3) {
  right: 0;
  top: 12.5rem;
}
.responsive-images.responsive-images-right div:nth-child(4) {
  right: 0;
  top: 25.7rem;
}

@media (min-width: 1920px) {
  .responsive-images.responsive-images-left {
    right: auto;
    left: 0;
  }
  .responsive-images.responsive-images-right {
    left: auto;
    right: 0;
  }
}
html.boxed .responsive-images {
  display: none;
}

/* Expandable Selector */
.expandable-selector {
  display: flex;
  position: relative;
  white-space: nowrap;
}
.expandable-selector .btn {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin: 0 0.3rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: ease opacity 300ms;
  font-size: 1rem;
  border-radius: 2px;
  outline: none;
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color) {
  pointer-events: none;
  opacity: 0;
  transform: translate3d(10px, 0, 0);
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(6) {
  transform: translate3d(20px, 0, 0);
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(5) {
  transform: translate3d(40px, 0, 0);
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(4) {
  transform: translate3d(60px, 0, 0);
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(3) {
  transform: translate3d(80px, 0, 0);
}
.expandable-selector .btn:not(.btn-colorpicker):not(.main-color):nth-child(2) {
  transform: translate3d(100px, 0, 0);
}
.expandable-selector .title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.9rem;
  height: 100%;
  top: 0;
  right: 4.4rem;
  width: 100%;
  background: #FFF;
  transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.expandable-selector:hover .title, .expandable-selector.show-colors .title {
  right: 100%;
  transition-duration: 660ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color) {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(7), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(7) {
  transition-duration: 700ms;
  transition-delay: 50ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(6), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(6) {
  transition-duration: 650ms;
  transition-delay: 100ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(5), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(5) {
  transition-duration: 600ms;
  transition-delay: 150ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(4), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(4) {
  transition-duration: 550ms;
  transition-delay: 200ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(3), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(3) {
  transition-duration: 500ms;
  transition-delay: 250ms;
}
.expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):nth-child(2), .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):nth-child(2) {
  transition-duration: 450ms;
  transition-delay: 300ms;
}
.expandable-selector:hover .btn:hover, .expandable-selector:hover .btn:not(.btn-colorpicker):not(.main-color):hover, .expandable-selector.show-colors .btn:hover, .expandable-selector.show-colors .btn:not(.btn-colorpicker):not(.main-color):hover {
  transition-delay: 0ms;
  transition-duration: 300ms;
  opacity: 0.8;
}

@media (max-width: 1870px) {
  .expandable-selector:hover .title {
    opacity: 0;
  }
}
@media (max-width: 1480px) {
  .expandable-selector .title {
    right: 3.3rem;
  }
  .expandable-selector .btn {
    margin: 0 0.1rem;
  }
}
@media (max-width: 1199px) {
  .expandable-selector .btn:not(.btn-colorpicker):not(.main-color) {
    display: none;
  }
  .expandable-selector:hover .title {
    right: 3.3rem;
    opacity: 1;
  }
}
/* Conpect Position */
.concept-pos-1 {
  position: relative;
  top: 13%;
  right: -120px;
}

@media (max-width: 991px) {
  .concept-pos-1 {
    right: 0;
  }
}
/* Lamp Style */
.lamp-style-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.lamp-style-wrapper .lamp,
.lamp-style-wrapper .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
}
.lamp-style-wrapper .lamp {
  top: 2rem;
}
.lamp-style-wrapper .logo {
  top: 18rem;
}

.lamp-style-2 {
  position: absolute;
  top: 0;
  min-width: 520px;
}

/* Rect Size */
.rect-size {
  height: 320px;
}

@media (max-width: 575px) {
  .rect-size {
    height: 52vw;
  }
  .rect-size.rect-size-style-2 {
    height: 82vw;
  }
}
/* Extra Image Header */
.extra-image-header {
  position: absolute;
}
.extra-image-header.pos-left {
  left: 0;
  bottom: -30px;
}
.extra-image-header.pos-right {
  right: -275px;
  bottom: -165px;
}

/* Style Switcher Required */
.style-switcher-required {
  visibility: hidden !important;
}

.style-switcher-active .style-switcher-required {
  visibility: visible !important;
}

/* Star Rating */
.rating-container .filled-stars {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.rating-invisible {
  height: 27px;
  visibility: hidden !important;
}

/* Curved Border */
.curved-border {
  position: relative;
  min-height: 8.2vw;
}
.curved-border:after {
  content: "";
  border-bottom: 1px solid rgba(143, 143, 143, 0.3);
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100vw;
  z-index: 1;
}
.curved-border.curved-border-top:after {
  top: -2px;
  bottom: auto;
  transform: rotateX(180deg);
}
.curved-border.curved-border-style-2:after {
  background-image: url(../img/curved-border-grey.svg);
  background-size: 105% 100%;
  height: 6.1vw;
  bottom: -22px;
}

@media (max-width: 991px) {
  .curved-border.curved-border-style-2:after {
    background-image: url(../img/curved-border-grey.svg);
    background-size: 105% 100%;
    height: 14.1vw;
    bottom: -22px;
  }
}
/* Gutter SM */
.row-gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-sm .col, .row-gutter-sm .col-1, .row-gutter-sm .col-10, .row-gutter-sm .col-11, .row-gutter-sm .col-12, .row-gutter-sm .col-2, .row-gutter-sm .col-3, .row-gutter-sm .col-4, .row-gutter-sm .col-5, .row-gutter-sm .col-6, .row-gutter-sm .col-7, .row-gutter-sm .col-8, .row-gutter-sm .col-9, .row-gutter-sm .col-auto, .row-gutter-sm .col-lg, .row-gutter-sm .col-lg-1, .row-gutter-sm .col-lg-10, .row-gutter-sm .col-lg-11, .row-gutter-sm .col-lg-12, .row-gutter-sm .col-lg-2, .row-gutter-sm .col-lg-3, .row-gutter-sm .col-lg-4, .row-gutter-sm .col-lg-5, .row-gutter-sm .col-lg-6, .row-gutter-sm .col-lg-7, .row-gutter-sm .col-lg-8, .row-gutter-sm .col-lg-9, .row-gutter-sm .col-lg-auto, .row-gutter-sm .col-md, .row-gutter-sm .col-md-1, .row-gutter-sm .col-md-10, .row-gutter-sm .col-md-11, .row-gutter-sm .col-md-12, .row-gutter-sm .col-md-2, .row-gutter-sm .col-md-3, .row-gutter-sm .col-md-4, .row-gutter-sm .col-md-5, .row-gutter-sm .col-md-6, .row-gutter-sm .col-md-7, .row-gutter-sm .col-md-8, .row-gutter-sm .col-md-9, .row-gutter-sm .col-md-auto, .row-gutter-sm .col-sm, .row-gutter-sm .col-sm-1, .row-gutter-sm .col-sm-10, .row-gutter-sm .col-sm-11, .row-gutter-sm .col-sm-12, .row-gutter-sm .col-sm-2, .row-gutter-sm .col-sm-3, .row-gutter-sm .col-sm-4, .row-gutter-sm .col-sm-5, .row-gutter-sm .col-sm-6, .row-gutter-sm .col-sm-7, .row-gutter-sm .col-sm-8, .row-gutter-sm .col-sm-9, .row-gutter-sm .col-sm-auto, .row-gutter-sm .col-xl, .row-gutter-sm .col-xl-1, .row-gutter-sm .col-xl-10, .row-gutter-sm .col-xl-11, .row-gutter-sm .col-xl-12, .row-gutter-sm .col-xl-2, .row-gutter-sm .col-xl-3, .row-gutter-sm .col-xl-4, .row-gutter-sm .col-xl-5, .row-gutter-sm .col-xl-6, .row-gutter-sm .col-xl-7, .row-gutter-sm .col-xl-8, .row-gutter-sm .col-xl-9, .row-gutter-sm .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

/* Payment CC */
.payment-cc {
  display: flex;
}
.payment-cc > i {
  font-size: 2rem;
  transition: ease color 300ms;
}
.payment-cc > i + i {
  margin-left: 10px;
}
.payment-cc > i:hover {
  color: #FFF;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

@media (min-width: 768px) {
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
}
@media (min-width: 768px) {
  .col-xl-1-5.col-md-5 {
    max-width: 41.666667%;
    width: 100%;
  }
}
/* Dividers */
hr {
  padding: 0 !important;
  /* Divider Width */
  /* Divider Size */
}
hr.divider {
  margin: auto;
  border-style: solid;
  opacity: 1;
}
hr.divider-w-1 {
  width: 50px;
}
hr.divider-w-2 {
  width: 100px;
}
hr.divider-w-3 {
  width: 150px;
}
hr.divider-w-4 {
  width: 200px;
}
hr.divider-w-5 {
  width: 250px;
}
hr.divider-size-1 {
  border-width: 1px;
}
hr.divider-size-2 {
  border-width: 2px;
}
hr.divider-size-3 {
  border-width: 4px;
}
hr.divider-size-4 {
  border-width: 6px;
}
hr.divider-size-5 {
  border-width: 8px;
}

/* Custom Dividers */
.custom-divider-1 {
  background: #ccc;
  width: 30px;
  height: 1px;
}

/* Divider Borders */
@media (min-width: 1200px) {
  .divider-top-border-xl {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-bottom-border-xl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-left-border-xl {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-right-border-xl {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 992px) {
  .divider-top-border-lg {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-bottom-border-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-left-border-lg {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-right-border-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .divider-top-border-md {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-bottom-border-md {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-left-border-md {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-right-border-md {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 576px) {
  .divider-top-border-sm {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-bottom-border-sm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-left-border-sm {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-right-border-sm {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1px) {
  .divider-top-border-xs {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-bottom-border-xs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-left-border-xs {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .divider-right-border-xs {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
}
/* Sort */
.sort-source > div > a,
.sort-source > li > a {
  font-size: 0.85rem;
  font-family: var(--primary-font);
  font-weight: 600;
}
.sort-source > div.active > a,
.sort-source > li.active > a {
  font-weight: 700;
}
.sort-source > div:first-child > a,
.sort-source > li:first-child > a {
  padding-left: 0;
}

/* Sort Loading */
.sort-destination-loader {
  height: auto;
  overflow: hidden;
  position: relative;
}
.sort-destination-loader:after {
  content: " ";
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.sort-destination-loader .bounce-loader {
  display: none;
}
.sort-destination-loader.sort-destination-loader-showing {
  max-height: 200px;
}
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}
.sort-destination-loader.sort-destination-loader-loaded {
  overflow: visible;
}
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}

/* Pricing Tables */
.pricing-table.pricing-table-style-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-table.pricing-table-style-1 [class^=col] > .plan {
  border: 1px solid #EDEDEE;
}
.pricing-table.pricing-table-style-1 [class^=col]:last-child > .plan {
  border-right-color: #EDEDEE;
}
@media (min-width: 992px) {
  .pricing-table.pricing-table-style-1 [class^=col].p-0 > .plan:not(.plan-most-popular) {
    border-right-color: transparent;
    margin-right: -1px;
  }
}
@media (min-width: 992px) {
  .pricing-table.pricing-table-style-1 [class^=col].p-0 > .plan.plan-most-popular {
    border-right-color: transparent;
    margin-right: -1px;
  }
}
.pricing-table.pricing-table-style-1 [class^=col].p-0:last-child > .plan {
  border-right-color: #EDEDEE;
}
.pricing-table .plan {
  text-align: center;
}
@media (min-width: 768px) {
  .pricing-table .plan.plan-detail-only {
    margin-top: 206px;
  }
}
.pricing-table .plan.plan-detail-only .plan-title,
.pricing-table .plan.plan-detail-only .plan-price {
  display: none;
}
.pricing-table .plan.plan-detail-only .plan-detail {
  padding-bottom: 0;
}
.pricing-table .plan.plan-detail-only .plan-detail > ul {
  margin-bottom: 0;
}
.pricing-table .plan.plan-detail-only .plan-detail > ul + a, .pricing-table .plan.plan-detail-only .plan-detail > ul + .btn {
  display: none;
}
.pricing-table .plan.plan-striped:not(.plan-detail-only) .plan-price,
.pricing-table .plan.plan-striped:not(.plan-detail-only) .plan-detail > ul {
  border-bottom: 1px solid #EDEDEE;
}
.pricing-table .plan.plan-striped .plan-title,
.pricing-table .plan.plan-striped .plan-price,
.pricing-table .plan.plan-striped .plan-detail > ul > li:nth-of-type(2n+1) {
  background-color: #fafafa;
}
.pricing-table .plan-title {
  border-bottom: 1px solid #EDEDEE;
  padding: 1.6rem 0;
}
.pricing-table .plan-title h3 {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: rgb(150.25, 150.25, 150.25);
}
.pricing-table .plan-title em {
  font-family: "Georgia", sans-serif;
  font-size: 0.9285714286em;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
.pricing-table .plan-price {
  padding: 2.5rem 0 1.2rem;
}
.pricing-table .plan-price strong {
  font-size: 3.628571em;
  color: #2E3237;
  font-weight: 800;
}
.pricing-table .plan-price strong em {
  font-size: 0.5em;
  font-style: normal;
}
.pricing-table .plan-price p {
  font-family: "Georgia", sans-serif;
  font-size: 1.1428571429em;
  color: #a3a3a3;
  margin: 0;
}
.pricing-table .plan-detail {
  padding: 0 0 2rem;
}
.pricing-table .plan-detail ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.pricing-table .plan-detail ul li {
  margin: 0;
  padding: 0.5rem 0;
}
.pricing-table .plan.plan-most-popular {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .pricing-table .plan.plan-most-popular {
    margin-top: -1.4rem;
  }
}
.pricing-table .plan.plan-most-popular .plan-title h3, .pricing-table .plan.plan-most-popular .plan-title em {
  color: #FFF;
}
.pricing-table.pricing-table-style-2 table td, .pricing-table.pricing-table-style-2 table th {
  border: 0;
  border-right: 1px solid #EDEDEE;
  text-align: center;
}
.pricing-table.pricing-table-style-2 table td {
  border-left: 1px solid #EDEDEE;
}
.pricing-table.pricing-table-style-2 table td:first-child {
  text-align: right;
}
.pricing-table.pricing-table-style-2 table tbody tr:nth-of-type(2n+1) {
  background: rgba(0, 0, 0, 0.02);
}
.pricing-table.pricing-table-style-2 table thead tr th {
  vertical-align: top;
  border-bottom: 1px solid #EDEDEE;
  border-top: 1px solid #EDEDEE;
  background: rgba(0, 0, 0, 0.02);
}
.pricing-table.pricing-table-style-2 table thead tr th:first-child {
  border-top: 0;
  background: transparent;
}
.pricing-table.pricing-table-style-2 table tr:last-child {
  background: transparent !important;
}
.pricing-table.pricing-table-style-2 table tr:last-child td {
  border-top: 1px solid #EDEDEE;
  border-left: 0;
}
.pricing-table.pricing-table-style-2 table tr:last-child td.plan-action {
  border-bottom: 1px solid #EDEDEE;
}
.pricing-table.pricing-table-style-2 .plan.plan-most-popular {
  position: relative;
}
@media (min-width: 992px) {
  .pricing-table.pricing-table-style-2 .plan.plan-most-popular {
    margin-top: -0.8rem;
  }
}
.pricing-table.pricing-table-style-2 .plan.plan-most-popular .plan-title h3, .pricing-table.pricing-table-style-2 .plan.plan-most-popular .plan-title em {
  color: #FFF;
}
.pricing-table.pricing-table-style-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-table.pricing-table-style-3 [class^=col] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.pricing-table.pricing-table-style-3 .plan {
  border: 1px solid #EDEDEE;
}
.pricing-table.pricing-table-features-divider .plan-detail ul {
  padding: 0 1.5rem;
}
.pricing-table.pricing-table-features-divider .plan-detail ul li {
  border-bottom: 1px solid #ececec;
}
.pricing-table.pricing-table-features-divider .plan-detail ul li:last-child {
  border-bottom: 0;
}

/* Icon Box */
.icon-box h1, .icon-box h2, .icon-box h3, .icon-box h4 {
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.icon-box .icon-box-sub-title {
  font-family: var(--primary-font);
  font-size: 0.9em;
}
.icon-box .icon-box-icon i.fa,
.icon-box .icon-box-icon i.fas,
.icon-box .icon-box-icon i.far,
.icon-box .icon-box-icon i.fal,
.icon-box .icon-box-icon i.fab,
.icon-box .icon-box-icon i.icons,
.icon-box .icon-box-icon i.lnr {
  position: relative;
}
.icon-box .icon-box-icon object,
.icon-box .icon-box-icon img {
  position: relative;
}
.icon-box .icon-box-icon i {
  font-size: 2.5rem;
}
.icon-box .icon-box-icon.icon-box-icon-no-top i,
.icon-box .icon-box-icon.icon-box-icon-no-top .animated-icon {
  top: 0 !important;
}
.icon-box .icon-box-icon .stick-icon {
  margin-left: -26px;
}
.icon-box .icon-box-icon-offset-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 4px;
}
.icon-box .icon-box-icon-offset-border .icon-box-icon {
  margin: 0 !important;
}
.icon-box .icon-box-icon-square {
  border-radius: 4px !important;
}
.icon-box.icon-box-style-1 {
  display: flex;
}
.icon-box.icon-box-style-1 .icon-box-icon {
  padding-right: 1rem;
}
.icon-box.icon-box-style-1 .icon-box-icon i.fa,
.icon-box.icon-box-style-1 .icon-box-icon i.fas,
.icon-box.icon-box-style-1 .icon-box-icon i.far,
.icon-box.icon-box-style-1 .icon-box-icon i.fal,
.icon-box.icon-box-style-1 .icon-box-icon i.fab,
.icon-box.icon-box-style-1 .icon-box-icon i.icons,
.icon-box.icon-box-style-1 .icon-box-icon i.lnr {
  font-size: 2.3rem;
  top: 8px;
}
.icon-box.icon-box-style-1 .animated-icon {
  top: 8px;
}
.icon-box.icon-box-style-1 h1, .icon-box.icon-box-style-1 h2, .icon-box.icon-box-style-1 h3, .icon-box.icon-box-style-1 h4 {
  margin-bottom: 1rem;
}
.icon-box.icon-box-style-1.icon-box-reverse .icon-box-icon {
  padding-right: 0;
  padding-left: 1rem;
}
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fa,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fas,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.far,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fal,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.fab,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.icons,
.icon-box.icon-box-style-1.align-items-center .icon-box-icon i.lnr {
  top: 0;
}
.icon-box.icon-box-style-2 .icon-box-icon {
  display: inline-block;
  float: left;
  padding-right: 0.8rem;
}
.icon-box.icon-box-style-2 .icon-box-icon i.fa,
.icon-box.icon-box-style-2 .icon-box-icon i.fas,
.icon-box.icon-box-style-2 .icon-box-icon i.far,
.icon-box.icon-box-style-2 .icon-box-icon i.fal,
.icon-box.icon-box-style-2 .icon-box-icon i.fab,
.icon-box.icon-box-style-2 .icon-box-icon i.icons,
.icon-box.icon-box-style-2 .icon-box-icon i.lnr {
  font-size: 2rem;
  top: -3px;
}
.icon-box.icon-box-style-2 h1, .icon-box.icon-box-style-2 h2, .icon-box.icon-box-style-2 h3, .icon-box.icon-box-style-2 h4 {
  margin-bottom: 1rem;
}
.icon-box.icon-box-style-2 .icon-box-info-title {
  display: inline-block;
}
.icon-box.icon-box-style-2.icon-box-reverse .icon-box-icon {
  padding-right: 0;
  float: right;
  padding-left: 0.8rem;
}
.icon-box.icon-box-style-3 .icon-box-icon {
  padding-bottom: 0.5rem;
}
.icon-box.icon-box-style-3 .icon-box-icon i.fa,
.icon-box.icon-box-style-3 .icon-box-icon i.fas,
.icon-box.icon-box-style-3 .icon-box-icon i.far,
.icon-box.icon-box-style-3 .icon-box-icon i.fal,
.icon-box.icon-box-style-3 .icon-box-icon i.fab,
.icon-box.icon-box-style-3 .icon-box-icon i.icons,
.icon-box.icon-box-style-3 .icon-box-icon i.lnr {
  font-size: 2.8rem;
  position: relative;
}
.icon-box.icon-box-style-3 h1, .icon-box.icon-box-style-3 h2, .icon-box.icon-box-style-3 h3, .icon-box.icon-box-style-3 h4 {
  margin-bottom: 1rem;
}
.icon-box.icon-box-style-4, .icon-box.icon-box-style-7 {
  display: flex;
  align-items: flex-start;
}
.icon-box.icon-box-style-4 .icon-box-icon-offset-border, .icon-box.icon-box-style-7 .icon-box-icon-offset-border {
  margin-right: 1rem;
}
.icon-box.icon-box-style-4 .icon-box-icon, .icon-box.icon-box-style-7 .icon-box-icon {
  margin-right: 1rem;
  border-radius: 100%;
  width: auto;
  height: auto;
  padding: 2.3rem;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.icon-box.icon-box-style-4 .icon-box-icon i.fa,
.icon-box.icon-box-style-4 .icon-box-icon i.fas,
.icon-box.icon-box-style-4 .icon-box-icon i.far,
.icon-box.icon-box-style-4 .icon-box-icon i.fal,
.icon-box.icon-box-style-4 .icon-box-icon i.fab,
.icon-box.icon-box-style-4 .icon-box-icon i.icons,
.icon-box.icon-box-style-4 .icon-box-icon i.lnr, .icon-box.icon-box-style-7 .icon-box-icon i.fa,
.icon-box.icon-box-style-7 .icon-box-icon i.fas,
.icon-box.icon-box-style-7 .icon-box-icon i.far,
.icon-box.icon-box-style-7 .icon-box-icon i.fal,
.icon-box.icon-box-style-7 .icon-box-icon i.fab,
.icon-box.icon-box-style-7 .icon-box-icon i.icons,
.icon-box.icon-box-style-7 .icon-box-icon i.lnr {
  font-size: 1.9rem;
  color: #FFF;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-box.icon-box-style-4 .icon-box-icon object,
.icon-box.icon-box-style-4 .icon-box-icon img, .icon-box.icon-box-style-7 .icon-box-icon object,
.icon-box.icon-box-style-7 .icon-box-icon img {
  margin: 0 auto;
}
.icon-box.icon-box-style-4.icon-box-reverse .icon-box-icon,
.icon-box.icon-box-style-4.icon-box-reverse .icon-box-icon-offset-border, .icon-box.icon-box-style-7.icon-box-reverse .icon-box-icon,
.icon-box.icon-box-style-7.icon-box-reverse .icon-box-icon-offset-border {
  margin-right: 0;
  margin-left: 1rem;
}
.icon-box.icon-box-style-5, .icon-box.icon-box-style-8 {
  text-align: center;
}
.icon-box.icon-box-style-5 .icon-box-icon-offset-border, .icon-box.icon-box-style-8 .icon-box-icon-offset-border {
  margin: 0 auto 1.5rem;
  width: 109px;
  height: 109px;
  padding: 4px;
}
.icon-box.icon-box-style-5 .icon-box-icon, .icon-box.icon-box-style-8 .icon-box-icon {
  margin: 0 auto 1.5rem;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.icon-box.icon-box-style-5 .icon-box-icon i.fa,
.icon-box.icon-box-style-5 .icon-box-icon i.fas,
.icon-box.icon-box-style-5 .icon-box-icon i.far,
.icon-box.icon-box-style-5 .icon-box-icon i.fal,
.icon-box.icon-box-style-5 .icon-box-icon i.fab,
.icon-box.icon-box-style-5 .icon-box-icon i.icons,
.icon-box.icon-box-style-5 .icon-box-icon i.lnr, .icon-box.icon-box-style-8 .icon-box-icon i.fa,
.icon-box.icon-box-style-8 .icon-box-icon i.fas,
.icon-box.icon-box-style-8 .icon-box-icon i.far,
.icon-box.icon-box-style-8 .icon-box-icon i.fal,
.icon-box.icon-box-style-8 .icon-box-icon i.fab,
.icon-box.icon-box-style-8 .icon-box-icon i.icons,
.icon-box.icon-box-style-8 .icon-box-icon i.lnr {
  font-size: 2.9rem;
  color: #FFF;
  margin: 0 auto;
}
.icon-box.icon-box-style-5 .icon-box-icon object,
.icon-box.icon-box-style-5 .icon-box-icon img, .icon-box.icon-box-style-8 .icon-box-icon object,
.icon-box.icon-box-style-8 .icon-box-icon img {
  margin: 0 auto;
}
.icon-box.icon-box-style-6 {
  text-align: center;
}
.icon-box.icon-box-style-6 .icon-box-icon {
  margin: 0 auto 1.5rem;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.icon-box.icon-box-style-6 .icon-box-icon i.fa,
.icon-box.icon-box-style-6 .icon-box-icon i.fas,
.icon-box.icon-box-style-6 .icon-box-icon i.far,
.icon-box.icon-box-style-6 .icon-box-icon i.fal,
.icon-box.icon-box-style-6 .icon-box-icon i.fab,
.icon-box.icon-box-style-6 .icon-box-icon i.icons,
.icon-box.icon-box-style-6 .icon-box-icon i.lnr {
  font-size: 2.8rem;
  margin: 0 auto;
}
.icon-box.icon-box-style-6 .icon-box-icon object,
.icon-box.icon-box-style-6 .icon-box-icon img {
  margin: 0 auto;
}
.icon-box.icon-box-style-7 .icon-box-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-box.icon-box-style-8 .icon-box-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-box.icon-box-style-8.icon-box-style-8-boxed {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  padding: 0 3.3rem 2rem 3.3rem;
  margin-top: 50px;
}
.icon-box.icon-box-style-8.icon-box-style-8-boxed .icon-box-icon {
  background: #FFF;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -10px;
  transform: translate3d(0, -50%, 0);
}
.icon-box.icon-box-style-8.icon-box-style-8-boxed .icon-box-icon-offset-border {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  transform: translate3d(0, -50%, 0);
}
.icon-box.icon-box-style-8.icon-box-style-8-boxed .icon-box-icon-offset-border .icon-box-icon {
  transform: translate3d(0, 0, 0);
}
.icon-box.icon-box-style-8.icon-box-style-8-bottom-line {
  border-bottom-width: 3px;
}
.icon-box.icon-box-reverse {
  text-align: right;
  justify-content: flex-end;
}
.icon-box.icon-box-reverse .icon-box-icon,
.icon-box.icon-box-reverse .icon-box-icon-offset-border {
  order: 2;
}
.icon-box.icon-box-reverse .icon-box-info {
  order: 1;
}
.icon-box.icon-box-pull-top {
  margin-top: -3rem;
}
.icon-box.icon-box-style-9, .icon-box.icon-box-style-10, .icon-box.icon-box-style-11 {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  padding: 2rem;
}
.icon-box.icon-box-style-9 {
  border-left-width: 4px;
}
.icon-box.icon-box-style-10 {
  border-top-width: 4px;
}
.icon-box.icon-box-style-11 {
  border-right-width: 4px;
}
.icon-box.icon-box-style-12 {
  position: relative;
  padding: 4.8rem 3.5rem;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
}
.icon-box.icon-box-style-12:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-color: #FFF;
  z-index: 0;
}
.icon-box.icon-box-style-12 > * {
  position: relative;
  z-index: 1;
}
.icon-box.icon-box-style-12:not(.bg-gradient-0deg):not(.bg-gradient-135deg):not(.bg-gradient-180deg) {
  border: 1px solid #e1e1e1;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: ease all 300ms;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect:hover:before {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:before {
  opacity: 0.98;
  transition: ease opacity 300ms, ease background-color 300ms;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover:before {
  opacity: 0.7;
  background-color: #464646;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h1, .icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h2, .icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h3, .icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h4, .icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h5, .icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover h6 {
  color: #FFF;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover p {
  color: #bfbfbf;
}
.icon-box.icon-box-style-12.icon-box-style-12-hover-effect-2:hover i {
  color: #FFF;
}

/* Icon Box Animations */
.icon-box-animation-1 {
  position: relative;
  /* Icon Box Animation 1 - Light */
}
.icon-box-animation-1:before, .icon-box-animation-1:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  border-bottom: 3px solid #8f8f8f;
  transition: cubic-bezier(0.55, 0, 0.1, 1) width 400ms;
}
.icon-box-animation-1:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.icon-box-animation-1 .icon-box {
  padding: 3rem;
}
.icon-box-animation-1 .icon-box:before, .icon-box-animation-1 .icon-box:after {
  content: "";
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  border-right: 3px solid #8f8f8f;
  transition: cubic-bezier(0.55, 0, 0.1, 1) height 400ms;
}
.icon-box-animation-1 .icon-box:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.icon-box-animation-1:hover:before, .icon-box-animation-1:hover:after {
  width: 100%;
}
.icon-box-animation-1:hover .icon-box:before, .icon-box-animation-1:hover .icon-box:after {
  height: 100%;
}
.icon-box-animation-1.icon-box-animation-1-light:before, .icon-box-animation-1.icon-box-animation-1-light:after {
  border-color: #FFF;
}
.icon-box-animation-1.icon-box-animation-1-light .icon-box:before, .icon-box-animation-1.icon-box-animation-1-light .icon-box:after {
  border-color: #FFF;
}

/* Full Width Icon Boxes */
.full-width-icon-boxes.full-width-icon-boxes-borders {
  border-top: 1px solid #e1e1e1;
}
.full-width-icon-boxes.full-width-icon-boxes-borders .full-width-icon-box-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.full-width-icon-boxes.full-width-icon-boxes-borders .full-width-icon-box-wrapper + .full-width-icon-box-wrapper {
  border-left-width: 1px;
}

/* Cards */
.card {
  border: 1px solid #EDEDEE;
  border-radius: 0;
  background: transparent;
}
.card .card-body {
  padding: 2.2rem;
}
.card .card-body .background-icon {
  position: absolute;
  font-size: 9.3rem;
  opacity: 0.1;
}
.card .card-body .background-icon.background-icon-top {
  top: -3.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.card .card-body .background-icon.background-icon-right {
  top: 47%;
  right: -3.4rem;
  transform: translateY(-50%);
}
.card .card-body .background-icon.background-icon-bottom {
  bottom: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.card .card-body .background-icon.background-icon-left {
  font-size: 10rem;
  top: 47%;
  left: -5rem;
  transform: translateY(-50%);
}
.card .card-body.card-body-flex-0 {
  flex: 0 0 auto;
}
.card.overlay .card-body {
  z-index: 2;
}
.card.card-style-1 {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}
.card.card-style-2 .card-body {
  margin: 10px;
  border: 5px solid #EDEDEE;
}
.card.card-style-3 .card-img-top {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30px);
  border: 5px solid #FFF;
}
.card.card-style-4 .card-img-top {
  position: relative;
  z-index: 1;
}
.card.card-style-4 .card-body {
  margin: -5px 20px 0;
}
.card.card-style-5:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f3f7;
  border-radius: 0.25rem;
  opacity: 1;
  z-index: 0;
  transition: ease opacity 300ms;
}
.card.card-style-5:hover:before {
  opacity: 0;
}
.card.card-style-5:hover .card-body {
  background: rgba(255, 255, 255, 0.8);
}
.card.card-style-5 .card-body {
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  transition: ease background 300ms;
}
.card.card-image-background .card-body:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-color: #464646;
  opacity: 0.85;
  z-index: 0;
}
.card.card-image-background .card-body > * {
  position: relative;
  z-index: 1;
}
.card.card-image-background.rounded .card-body:before {
  border-radius: 0.25rem;
}
.card.card-image-background.card-image-background-light .card-body:before {
  background-color: #FFF;
}

/* Flip Card */
.flip-card {
  position: relative;
  border: none;
  perspective: 1000px;
}
.flip-card .flip-front,
.flip-card .flip-back {
  padding: 2rem;
  backface-visibility: hidden;
  background: #FFF;
  box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  transition: ease transform 500ms;
}
.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
}
.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
  transform: translate3d(0, 0, 0px);
  backface-visibility: hidden;
}
.flip-card .flip-front {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}
.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, -1px) rotateY(180deg);
}
.flip-card:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateY(-180deg);
}
.flip-card:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}
.flip-card.flip-card-vertical .flip-front {
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}
.flip-card.flip-card-vertical .flip-back {
  transform: translate3d(0, 0, -1px) rotateX(180deg);
}
.flip-card.flip-card-vertical:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateX(-180deg);
}
.flip-card.flip-card-vertical:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}
.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
  perspective: inherit;
  transform: translate3d(0, 0, 60px);
}

/* IE */
html.ie .card > a {
  flex: 0 0 auto;
}
html.ie .card .card-body {
  height: 100%;
}
html.ie .card-img-top {
  flex-shrink: 0;
}

/* Timeline */
.timeline {
  position: relative;
}
.timeline:after {
  background: rgb(80, 80, 80);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  content: "";
  display: block;
  height: 103%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.timeline .timeline-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 8rem;
}
.timeline .timeline-title {
  background: #F4F4F4;
  padding: 12px;
}
.timeline .timeline-title h4 {
  padding: 0;
  margin: 0;
  color: #171717;
  font-size: 1.4em;
}
.timeline .timeline-title a {
  color: #171717;
}
.timeline .timeline-title .timeline-title-tags {
  color: #B1B1B1;
  font-size: 0.9em;
}
.timeline .timeline-title .timeline-title-tags a {
  color: #B1B1B1;
  font-size: 0.9em;
}
.timeline .timeline-box {
  flex: 0 0 auto;
  width: 45.8%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 2rem;
  z-index: 1;
  margin-bottom: -5rem;
  background: #FFF;
  align-self: flex-start;
}
.timeline .timeline-box.left {
  margin-bottom: 1.7rem;
}
.timeline .timeline-box.left:before {
  background: #8f8f8f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-top: 66px;
  width: 14px;
  transform: translate3d(-50%, 0, 0);
}
.timeline .timeline-box.left .timeline-box-arrow {
  transform: rotate(45deg);
  background: #FFF;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  float: right;
  height: 14px;
  margin-top: 66px;
  margin-right: -40px;
  width: 14px;
  z-index: 0;
}
.timeline .timeline-box.right {
  margin-top: 8rem;
  margin-left: auto;
}
.timeline .timeline-box.right:before {
  background: #8f8f8f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-top: 66px;
  width: 14px;
  transform: translate3d(-50%, 0, 0);
}
.timeline .timeline-box.right .timeline-box-arrow {
  transform: rotate(45deg);
  background: #FFF;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  float: left;
  height: 14px;
  margin-top: 66px;
  margin-left: -40px;
  width: 14px;
  z-index: 0;
}
.timeline .timeline-box .owl-carousel {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .timeline .timeline-box {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 2rem !important;
  }
  .timeline .timeline-box.left:before {
    content: none;
  }
  .timeline .timeline-box.left .timeline-box-arrow {
    display: none;
  }
  .timeline .timeline-box.right:before {
    content: none;
  }
  .timeline .timeline-box.right .timeline-box-arrow {
    display: none;
  }
}
/* Testimonials */
.testimonial {
  position: relative;
}
.testimonial blockquote {
  line-height: 2.1;
}
.testimonial .testimonial-author > span strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1c1f21;
  letter-spacing: -0.8px;
}
.testimonial .testimonial-author > span span {
  display: block;
}
.testimonial.testimonial-style-1 blockquote p {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  color: #1c1f21;
}
.testimonial.testimonial-style-2 {
  position: relative;
}
.testimonial.testimonial-style-3 .card {
  position: relative;
  z-index: 2;
}
.testimonial.testimonial-style-3 .testimonial-author-image img {
  margin: 32px auto 0;
  max-height: 65px;
  max-width: 65px;
}
.testimonial.testimonial-style-3 .testimonial-arrow {
  display: block;
  height: 25px;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  position: absolute;
  transform: rotate(45deg);
  width: 25px;
  z-index: 1;
}
.testimonial.testimonial-style-3 .testimonial-arrow.testimonial-arrow-left {
  left: 74px;
}
.testimonial.testimonial-with-quotes blockquote {
  position: relative;
  margin-bottom: 0;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  color: #CCC;
}
.testimonial.testimonial-with-quotes blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.testimonial.testimonial-with-quotes blockquote:after {
  content: "\f10e";
  bottom: -10px;
  right: 0;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote {
  padding: 0.5rem 2rem 0.5rem 0rem;
}
.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before {
  content: none;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-light blockquote:after {
  color: #FFF;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-dark blockquote:after {
  color: #1c1f21;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-sm blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-sm blockquote:after {
  font-size: 0.8rem;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-md blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-md blockquote:after {
  font-size: 1.6rem;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-lg blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-lg blockquote:after {
  font-size: 2rem;
}
.testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-xl blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-quote-xl blockquote:after {
  font-size: 2.4rem;
}

/* Blockquote */
.blockquote {
  font-size: 1.25rem;
}
.blockquote .blockquote-footer-style-1:before {
  content: "";
}
.blockquote.blockquote-style-1 {
  padding: 40px 0 0 50px;
  position: relative;
}
.blockquote.blockquote-style-1:before {
  font-family: "Georgia", sans-serif !important;
  display: block;
  font-style: italic;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: 0;
}
.blockquote.blockquote-style-1.blockquote-dark:before {
  color: #1c1f21;
}
.blockquote.blockquote-style-1.blockquote-light:before {
  color: #FFF;
}
.blockquote.blockquote-style-2 {
  border-left: 5px solid #707070;
  padding-left: 1.5rem;
}
.blockquote.blockquote-style-2.blockquote-dark {
  border-left-color: #1c1f21;
}
.blockquote.blockquote-style-2.blockquote-light {
  border-left-color: #FFF;
}

/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 2px;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 2.4em;
  font-size: 1.1em;
  line-height: 2.4em;
  width: 2.4em;
  text-align: center;
  color: #999;
  text-decoration: none;
}
.social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1 !important;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a !important;
}
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2 !important;
}
.social-icons li:hover.social-icons-rss a {
  background: #ff8201 !important;
}
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39 !important;
}
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127 !important;
}
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e !important;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a !important;
}
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6 !important;
}
.social-icons li:hover.social-icons-email a, .social-icons li:hover.social-icons-print a {
  background: #dd4b39 !important;
}
.social-icons li:hover.social-icons-vk a {
  background: #6383a8 !important;
}
.social-icons li:hover.social-icons-xing a {
  background: #1a7576 !important;
}
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c !important;
}
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107 !important;
}
.social-icons li:hover.social-icons-dribbble a {
  background: #ea4c89 !important;
}
.social-icons li:hover.social-icons-stumbleupon a {
  background: #ea4b26 !important;
}
.social-icons li:hover.social-icons-digg a {
  background: #212121 !important;
}
.social-icons.header-top-social-icons li:hover a {
  color: #FFF;
}
.social-icons.header-social-icons li a {
  width: 2.6em;
  height: 2.6em;
  font-size: 0.9em;
  line-height: 2.6em;
  color: #1c1f21;
}
.social-icons.header-social-icons li:hover a {
  color: #FFF;
}
.social-icons.social-icons-border li a {
  background: transparent;
  border: 2px solid #FFF;
  box-sizing: content-box;
}
.social-icons.social-icons-transparent li {
  box-shadow: none;
}
.social-icons.social-icons-transparent li a {
  background: transparent;
}
.social-icons.social-icons-dark li a {
  color: #FFF;
  background: #2E3237;
}
.social-icons.social-icons-light li a {
  color: #2E3237;
  background: #f1f3f7;
}
.social-icons.social-icons-icon-light li a {
  color: #FFF;
}
.social-icons.social-icons-icon-dark li a {
  color: #1c1f21 !important;
}
.social-icons.social-icons-icon-dark li:hover a {
  color: #FFF !important;
}
.social-icons.social-icons-pills li a {
  color: #FFF;
  background-color: #8f8f8f;
  border-radius: 0;
}
.social-icons.social-icons-1 li a {
  font-size: 0.7rem;
}
.social-icons.social-icons-2 li a {
  font-size: 0.8rem;
}
.social-icons.social-icons-3 li a {
  font-size: 1rem;
}
.social-icons.social-icons-4 li a {
  font-size: 1.2rem;
}
.social-icons.social-icons-5 li a {
  font-size: 1.5em;
}

html.sticky-header-active #header.header-transparent .header-social-icons li a i {
  color: #1c1f21;
}
html.sticky-header-active #header.header-transparent .header-social-icons li:hover a i {
  color: #FFF;
}

/* Call to Action */
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  padding: 4.2857142857em 0;
  /* If have parallax */
  /* Call To Action with Text Background */
  /* Featured */
}
.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
  margin-bottom: 0;
}
.call-to-action h2 {
  font-size: 2.1em;
}
.call-to-action p {
  font-size: 1.1em;
}
.call-to-action .btn {
  display: flex;
  align-items: center;
}
.call-to-action .btn:not([class*=btn-icon-effect]) strong {
  font-size: 1.2rem;
  margin-left: 0.8rem;
}
.call-to-action > [class*=col-] {
  display: flex;
  align-items: center;
}
.call-to-action > [class*=col-]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}
@media (max-width: 767px) {
  .call-to-action > [class*=col-]:nth-child(2) {
    justify-content: center;
  }
}
.call-to-action .call-to-action-container {
  width: 100%;
}
.call-to-action .container,
.call-to-action .container-fluid,
.call-to-action .call-to-action-container {
  position: relative;
  z-index: 3;
}
.call-to-action .container > .row,
.call-to-action .container-fluid > .row,
.call-to-action .call-to-action-container > .row {
  display: flex;
  flex-wrap: wrap;
}
.call-to-action .container > .row > [class*=col-],
.call-to-action .container-fluid > .row > [class*=col-],
.call-to-action .call-to-action-container > .row > [class*=col-] {
  display: flex;
  align-items: center;
}
.call-to-action .container > .row > [class*=col-]:nth-child(2),
.call-to-action .container-fluid > .row > [class*=col-]:nth-child(2),
.call-to-action .call-to-action-container > .row > [class*=col-]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}
@media (max-width: 767px) {
  .call-to-action .container > .row > [class*=col-]:nth-child(2),
  .call-to-action .container-fluid > .row > [class*=col-]:nth-child(2),
  .call-to-action .call-to-action-container > .row > [class*=col-]:nth-child(2) {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .call-to-action > [class*=col-]:not([class*=col-xs]) {
    width: 100%;
  }
  .call-to-action .container > .row [class*=col-]:not([class*=col-xs]),
  .call-to-action .call-to-action-container > .row [class*=col-]:not([class*=col-xs]) {
    width: 100%;
  }
}
.call-to-action.call-to-action-height-1 {
  padding: 1.5384615385rem 0;
}
.call-to-action.call-to-action-height-2 {
  padding: 3.0769230769rem 0;
}
.call-to-action.call-to-action-height-3 {
  padding: 4.6153846154rem 0;
}
.call-to-action.call-to-action-height-4 {
  padding: 6.1538461538rem 0;
}
.call-to-action.call-to-action-height-5 {
  padding: 7.6923076923rem 0;
}
.call-to-action.call-to-action-text-light .call-to-action-content h1, .call-to-action.call-to-action-text-light .call-to-action-content h2, .call-to-action.call-to-action-text-light .call-to-action-content h3, .call-to-action.call-to-action-text-light .call-to-action-content h4, .call-to-action.call-to-action-text-light .call-to-action-content h5, .call-to-action.call-to-action-text-light .call-to-action-content h6, .call-to-action.call-to-action-text-light .call-to-action-content p, .call-to-action.call-to-action-text-light .call-to-action-content a:not(.btn), .call-to-action.call-to-action-text-light .call-to-action-content span {
  color: #FFF;
}
.call-to-action .parallax-background {
  z-index: 0 !important;
}
.call-to-action.call-to-action-text-background {
  position: relative;
  overflow: hidden;
}
.call-to-action.call-to-action-text-background .text-background {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 100%;
  font-size: 5em;
  line-height: 0.1;
  opacity: 0.1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .call-to-action.call-to-action-text-background .text-background {
    max-width: 710px;
    font-size: 8em;
  }
}
@media (min-width: 992px) {
  .call-to-action.call-to-action-text-background .text-background {
    max-width: 940px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .call-to-action.call-to-action-text-background .text-background {
    max-width: 1140px;
    font-size: 11em;
  }
}
.call-to-action.call-to-action-text-background .text-background.appear-animation {
  opacity: 0;
}
.call-to-action.call-to-action-featured {
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  border-left-width: 5px;
}

/* Responsive */
@media (max-width: 767px) {
  .call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}
/* Progress Bars */
.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info {
  margin-bottom: 0.2rem;
  position: relative;
}
.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info label {
  font-weight: 700 !important;
  font-size: 1em;
  color: #1c1f21;
}
.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info .progress-bar-percent {
  float: right;
  font-size: 0.85em;
  margin-top: 0.2em;
}
.progress-bar-wrapper.progress-bar-style-1 .progress {
  overflow: visible;
  text-align: right;
  height: auto;
}
.progress-bar-wrapper.progress-bar-style-1 .progress-bar {
  position: relative;
  height: 0.2rem;
  overflow: visible;
}
.progress-bar-wrapper.progress-bar-style-1 .progress-bar:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0.2rem solid #333;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -4px;
  margin: 0 -4px -4px;
  background: #FFF;
}
.progress-bar-wrapper.progress-bar-style-2 {
  text-align: center;
}
.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info {
  margin: 0 auto 0.7rem;
  position: relative;
  transform: rotate(-20deg);
}
.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info label {
  font-weight: 700 !important;
  font-size: 1em;
  color: #1c1f21;
}
.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info .progress-bar-percent {
  font-size: 0.85em;
  margin-top: 0.2em;
}
.progress-bar-wrapper.progress-bar-style-2 .progress {
  width: 0.2rem;
  height: 0.2rem;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  margin: 0 auto 1rem;
  overflow: visible;
}
.progress-bar-wrapper.progress-bar-style-2 .progress-bar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.progress-bar-wrapper.progress-bar-style-2 .progress-bar:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0.2rem solid #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -4px;
  margin: -6px 0 0 0px;
  background: #FFF;
}

.progress {
  height: auto;
}
.progress .progress-bar {
  height: 1rem;
  width: 0;
  transition: ease-in-out width 900ms, ease-in-out height 900ms;
}
.progress .progress-bar.bg-dark {
  background-color: #1c1f21;
}
.progress .progress-bar.bg-dark:after {
  border-color: #1c1f21;
}
.progress .progress-bar.bg-light {
  background-color: #FFF;
}
.progress .progress-bar.bg-light:after {
  border-color: #FFF;
}
.progress .progress-bar.progress-bar-sm {
  height: 7px;
}
.progress .progress-bar.progress-bar-md {
  height: 12px;
}
.progress .progress-bar.progress-bar-lg {
  height: 18px;
}
.progress .progress-bar.progress-bar-xl {
  height: 24px;
}

/* Circular Bar */
.circular-bar {
  text-align: center;
  position: relative;
}
.circular-bar .circular-bar-chart {
  position: relative;
}
.circular-bar label {
  display: block;
  font-size: 1.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  max-width: 80%;
  font-weight: 800;
  color: #1c1f21;
}

/* Counters */
.counters .counter {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .counters .counter {
    margin: 80px 0;
  }
}
.counters strong,
.counters label {
  font-family: var(--primary-font);
}
.counters i {
  display: block;
  font-size: 3.4285714286em;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.counters strong {
  display: block;
  font-weight: 900;
  font-size: 3.4285714286em;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 1.0714285714em;
  line-height: 1;
  letter-spacing: 0.5px;
}
.counters.counters-xs strong, .counters.counters-xs i {
  font-size: 1.2857142857em;
}
.counters.counters-xs label {
  font-size: 0.7142857143em;
}
.counters.counters-sm strong, .counters.counters-sm i {
  font-size: 2em;
}
.counters.counters-sm label {
  font-size: 0.8571428571em;
}
.counters.counters-lg strong, .counters.counters-lg i {
  font-size: 4.1428571429em;
}
.counters.counters-lg label {
  font-size: 1.2142857143em;
}
.counters.counters-xl strong, .counters.counters-xl i {
  font-size: 4.8571428571em;
}
.counters.counters-xl label {
  font-size: 1.2857142857em;
}
.counters.counters-light .counter {
  color: #FFF !important;
}
.counters.counters-light .counter strong, .counters.counters-light .counter i, .counters.counters-light .counter label {
  color: #FFF !important;
}
.counters.counters-dark .counter {
  color: #1c1f21 !important;
}
.counters.counters-dark .counter strong, .counters.counters-dark .counter i, .counters.counters-dark .counter label {
  color: #1c1f21 !important;
}

/* Scroll to Top */
html .scroll-to-top {
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 100%;
  bottom: 10px;
  color: #FFF;
  display: block;
  height: 35px;
  opacity: 0;
  padding: 5px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 1040;
  font-size: 10px;
  right: 10px;
}
html .scroll-to-top:hover {
  opacity: 1;
}
html .scroll-to-top.visible {
  opacity: 0.75;
}
html .scroll-to-top i {
  position: relative;
  top: 1px;
}
html.lightbox-open .scroll-to-top {
  right: 27px;
}
html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}
/* Flags */
.flag {
  height: 10px !important;
  background: url(../img/flags.png) no-repeat;
  margin-top: -1px;
  margin-right: 5px;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tibet {
  background-position: -176px -143px;
}
.flag.flag-tj {
  background-position: -192px -143px;
}
.flag.flag-tk {
  background-position: -208px -143px;
}
.flag.flag-tl {
  background-position: -224px -143px;
}
.flag.flag-tm {
  background-position: -240px -143px;
}
.flag.flag-tn {
  background-position: 0 -154px;
}
.flag.flag-to {
  background-position: -16px -154px;
}
.flag.flag-tr {
  background-position: -32px -154px;
}
.flag.flag-tt {
  background-position: -48px -154px;
}
.flag.flag-tv {
  background-position: -64px -154px;
}
.flag.flag-tw {
  background-position: -80px -154px;
}
.flag.flag-tz {
  background-position: -96px -154px;
}
.flag.flag-ua {
  background-position: -112px -154px;
}
.flag.flag-ug {
  background-position: -128px -154px;
}
.flag.flag-um {
  background-position: -144px -154px;
}
.flag.flag-us {
  background-position: -160px -154px;
}
.flag.flag-uy {
  background-position: -176px -154px;
}
.flag.flag-uz {
  background-position: -192px -154px;
}
.flag.flag-va {
  background-position: -208px -154px;
}
.flag.flag-vc {
  background-position: -224px -154px;
}
.flag.flag-ve {
  background-position: -240px -154px;
}
.flag.flag-vg {
  background-position: 0 -165px;
}
.flag.flag-vi {
  background-position: -16px -165px;
}
.flag.flag-vn {
  background-position: -32px -165px;
}
.flag.flag-vu {
  background-position: -48px -165px;
}
.flag.flag-wales {
  background-position: -64px -165px;
}
.flag.flag-wf {
  background-position: -80px -165px;
}
.flag.flag-ws {
  background-position: -96px -165px;
}
.flag.flag-xk {
  background-position: -112px -165px;
}
.flag.flag-ye {
  background-position: -128px -165px;
}
.flag.flag-yt {
  background-position: -144px -165px;
}
.flag.flag-za {
  background-position: -160px -165px;
}
.flag.flag-zanzibar {
  background-position: -176px -165px;
}
.flag.flag-zm {
  background-position: -192px -165px;
}
.flag.flag-zw {
  background-position: -208px -165px;
}

.loading-overlay-showing {
  overflow: hidden;
}
.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

.loading-overlay {
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF;
}

body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
  transition: all 0.2s;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  background-color: #CCC;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}
.bounce-loader .bounce1 {
  animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
  animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Dropdowns */
.dropdown-menu {
  font-size: inherit;
  padding: 5px;
  border: 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  background: #252A2C;
  text-align: left;
}
.dropdown-menu > li {
  border-bottom: 1px solid #303537;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px;
  font-size: 13px;
  line-height: 1.42857143;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu li a:not(.btn) {
  color: #9D9D9D;
}
.dropdown-menu li:hover a:not(.btn) {
  color: #FFF;
}
.dropdown-menu > a {
  display: block;
  padding: 7px;
  line-height: 1.42857143;
  font-size: 13px;
  color: #bfbfbf;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #CCC;
  background: #363a3c;
}
.dropdown-menu.dropdown-menu-light {
  background: #FFF;
  border: 1px solid #ececec;
}
.dropdown-menu.dropdown-menu-light > a {
  color: #777;
}
.dropdown-menu.dropdown-menu-light .dropdown-item.active, .dropdown-menu.dropdown-menu-light .dropdown-item:active, .dropdown-menu.dropdown-menu-light .dropdown-item:hover, .dropdown-menu.dropdown-menu-light .dropdown-item:focus {
  color: #CCC;
  background: #f8f9fa;
}
.dropdown-menu.dropdown-menu-light > li {
  border-color: #f7f7f7;
}
.dropdown-menu.dropdown-menu-light > li a:hover, .dropdown-menu.dropdown-menu-light > li a:active, .dropdown-menu.dropdown-menu-light > li a:focus {
  color: #1c1f21 !important;
}

.dropdown-toggle:after {
  content: none;
}

/* Particles */
@keyframes expandParticles {
  from {
    transform: scale(0.2);
  }
  to {
    transform: scale(1);
  }
}
.expandParticles {
  animation-name: expandParticles;
}

/* Particles */
.particles {
  position: relative;
  min-height: 380px;
  /* Rect */
  /* Particles SVG */
  /* Counter Style */
}
.particles .particles-rect {
  position: absolute;
  right: 3%;
  width: 45%;
  min-width: 150px;
  height: 83%;
}
.particles .svg-particles {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 114%;
  transform: translate(-50%, -50%);
}
.particles .svg-particles .g-particles {
  transform-origin: center;
}
.particles .particles-counter {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 50px -19px rgba(28, 31, 33, 0.4);
}
.particles .particles-counter .counters {
  padding: 1.8rem;
}
.particles .particles-counter .counters [class*=col-] {
  border-color: rgba(46, 50, 55, 0.1);
  border-style: solid;
  border-width: 0;
}
.particles .particles-counter .counters [class*=col-]:nth-child(1) {
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.particles .particles-counter .counters [class*=col-]:nth-child(2) {
  border-bottom-width: 1px;
}
.particles .particles-counter .counters [class*=col-]:nth-child(3) {
  border-right-width: 1px;
}

/* IE */
html.ie .particles .img-fluid {
  flex-shrink: 0;
}

/* Particles Responsive */
@media (max-width: 1199px) {
  .particles .particles-rect {
    right: -6%;
  }
  .particles .svg-particles {
    width: 134%;
  }
}
@media (max-width: 991px) {
  .particles {
    min-height: 318px;
  }
  .particles > img {
    max-height: 181px;
  }
  .particles .particles-rect {
    height: 70%;
  }
  .particles .svg-particles {
    width: 114%;
  }
  .particles .particles-counter .counters {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .particles {
    min-height: 50vw;
    margin: 6vw 0 0;
  }
  .particles > img {
    height: auto;
    max-height: none;
  }
  .particles .svg-particles {
    display: none;
  }
}
@media (max-width: 575px) {
  .particles .particles-counter .counters {
    padding: 1.8rem;
  }
  .particles .particles-counter .counters [class*=col-]:nth-child(1) {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
  .particles .particles-counter .counters [class*=col-]:nth-child(2) {
    border-bottom-width: 1px;
  }
  .particles .particles-counter .counters [class*=col-]:nth-child(3) {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
}
/* Steps */
.steps {
  position: relative;
  min-height: 320px;
  /* Steps Style 2 */
  /* Steps Style 3 */
  /* Steps Style 4 */
}
.steps .item {
  position: absolute;
  background-size: cover;
  top: 50%;
  padding: 1.4285714286em;
  text-align: center;
  width: 155px;
  height: 155px;
  border: 6px solid #000;
  border-color: #8f8f8f;
  border-radius: 100%;
  overflow: hidden;
  transition: ease all 300ms;
  transform: translate(-50%, -50%);
}
.steps .item:not(.active):not(.no-bg-color) {
  background: #f1f3f7 !important;
}
.steps .item:nth-child(2) {
  left: 10.4%;
}
.steps .item:nth-child(3) {
  left: 50%;
}
.steps .item:nth-child(4) {
  left: 89.5%;
}
.steps .item .item-title {
  position: absolute;
  top: 63%;
  left: 50%;
  width: 100%;
  color: #1c1f21;
  font-size: 1.2142857143em;
  font-weight: 900;
  padding: 0.7142857143em 0;
  transition: ease all 300ms;
  transform: translate(-50%, -50%);
}
.steps .item .item-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f3f7;
  z-index: -1;
}
.steps .item .item-title span {
  position: absolute;
  top: -49px;
  left: 50%;
  font-size: 5em;
  line-height: 1;
  font-weight: 700;
  color: #8f8f8f;
  z-index: -2;
  transform: translateX(-50%);
}
.steps .item p, .steps .item a {
  display: none;
}
.steps .item.active {
  width: 280px;
  height: 280px;
  border-color: #1c1f21;
}
.steps .item.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  z-index: 1;
}
.steps .item.active:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  top: 40%;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
}
.steps .item.active .item-title {
  display: flex;
  justify-content: center;
  top: 36%;
  color: #FFF;
  font-size: 2.228571em;
  z-index: 1;
}
.steps .item.active .item-title span {
  position: static;
  font-size: 2em;
  font-weight: 900;
  margin-right: -6px;
  color: #FFF;
  line-height: 0.9;
  margin-left: 14px;
}
.steps .item.active .item-title:after {
  content: none;
}
.steps .item.active p, .steps .item.active a {
  display: block;
}
.steps .item.active p {
  position: relative;
  color: #707070;
  top: 50%;
  margin: 0;
  line-height: 1.7142857143em;
  font-weight: 300;
  z-index: 1;
}
.steps .item.active a {
  position: absolute;
  left: 50%;
  bottom: 32px;
  font-weight: bold;
  z-index: 1;
  transform: translateX(-50%);
}
.steps .dots {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.steps .dots .dots-mask {
  position: relative;
  z-index: 2;
}
.steps .dots .dots-color {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 7px;
  left: 0;
  background: #8f8f8f;
}
.steps .dots .dots-color-dark {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 190px;
  background: #1c1f21;
  transform: translateX(-50%);
}
.steps .dots .dots-color-dark._left {
  left: 10%;
}
.steps .dots .dots-color-dark._center {
  left: 50%;
}
.steps .dots .dots-color-dark._right {
  left: 90%;
}
.steps.steps-style-2 .item {
  width: 280px;
  height: 280px;
  border: none;
}
.steps.steps-style-2 .item:before, .steps.steps-style-2 .item:after {
  content: none;
}
.steps.steps-style-2 .item:not(.active) {
  background: transparent !important;
}
.steps.steps-style-2 .item .item-title {
  top: 30%;
  color: #1c1f21;
  font-size: 1rem;
}
.steps.steps-style-2 .item .item-title span {
  position: static;
  font-size: 4em;
  font-weight: 900;
  margin-right: 7px;
  transition: ease color 300ms;
}
.steps.steps-style-2 .item .item-title:after {
  content: "";
  right: 32px;
  left: 32px;
  background: #FFF;
  transform: translate3d(0, 0, 0);
}
.steps.steps-style-2 .item > i {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  font-size: 2.1rem;
  z-index: 1;
  transform: translate3d(-50%, 0, 0);
  transition: ease color 300ms;
}
.steps.steps-style-2 .item p, .steps.steps-style-2 .item a {
  display: block;
}
.steps.steps-style-2 .item p {
  position: relative;
  color: #707070;
  top: 50%;
  margin: 0;
  line-height: 1.7142857143em;
  z-index: 1;
}
.steps.steps-style-2 .item a {
  position: absolute;
  left: 50%;
  bottom: 32px;
  font-weight: bold;
  z-index: 1;
  transform: translateX(-50%);
}
.steps.steps-style-2 .item.active .item-title {
  color: #8f8f8f;
  display: inline-block;
}
.steps.steps-style-2 .item.active .item-title span,
.steps.steps-style-2 .item.active > i {
  color: #1c1f21;
}
.steps.steps-style-2 .dots {
  top: 38%;
  width: 85%;
}
.steps.steps-style-3 {
  min-height: 170px;
}
.steps.steps-style-3 .item {
  width: 280px;
  height: 180px;
  border: none;
  overflow: visible;
}
.steps.steps-style-3 .item:before, .steps.steps-style-3 .item:after {
  content: none;
}
.steps.steps-style-3 .item:not(.active) {
  background: transparent !important;
}
.steps.steps-style-3 .item .item-title {
  top: 50%;
  color: #1c1f21;
  font-size: 1rem;
}
.steps.steps-style-3 .item .item-title span {
  font-size: 5em;
  top: -73px;
  font-weight: 700;
  transition: ease color 300ms;
}
.steps.steps-style-3 .item .item-title:after {
  content: "";
  right: 37px;
  left: 93px;
  background: #FFF;
  transform: translate3d(0, 0, 0);
}
.steps.steps-style-3 .item.active .item-title {
  color: #8f8f8f;
}
.steps.steps-style-3 .item.active .item-title span {
  position: absolute;
  color: #1c1f21;
}
.steps.steps-style-3 .item:nth-child(2) .item-title {
  padding-left: 113px;
}
.steps.steps-style-3 .item:nth-child(3) .item-title {
  padding-left: 55px;
}
.steps.steps-style-3 .item:nth-child(4) .item-title {
  padding-left: 48px;
}
.steps.steps-style-3 .dots {
  top: 50%;
  width: 73%;
  left: 53%;
}
.steps.steps-style-4 .item {
  background-size: cover !important;
  background-position: center !important;
}
.steps.steps-style-4 .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid #f1f3f7;
  border-radius: 100%;
  z-index: 1;
}
.steps.steps-style-4 .item:after {
  content: none;
}
.steps.steps-style-4 .item:not(.active) {
  background: inherit;
}
.steps.steps-style-4 .item:nth-child(2) {
  left: 16.2%;
}
.steps.steps-style-4 .item:nth-child(4) {
  left: 84.3%;
}

/* Responsive */
@media (max-width: 991px) {
  .steps {
    min-height: 750px;
    margin-top: 70px;
    margin-bottom: 30px;
    /* Steps Style 2 */
    /* Steps Style 3 */
  }
  .steps .item {
    left: 50% !important;
  }
  .steps .item:nth-child(2) {
    top: 10%;
  }
  .steps .item:nth-child(3) {
    top: 50%;
  }
  .steps .item:nth-child(4) {
    top: 90%;
  }
  .steps .dots {
    top: 48%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .steps.steps-style-2 .item:after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 82%;
    background: #FFF;
    z-index: -1;
    transform: translate3d(0, 0, 0);
  }
  .steps.steps-style-3 {
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 2.2rem;
  }
  .steps.steps-style-3 .item {
    height: 130px;
    background-color: #FFF;
  }
  .steps.steps-style-3 .item:not(.active) {
    background: #FFF !important;
  }
  .steps.steps-style-3 .item .item-title {
    top: 80%;
  }
  .steps.steps-style-3 .dots {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .steps {
    /* Steps Style 2 */
    /* Steps Style 3 */
  }
  .steps .dots {
    width: 510px;
  }
  .steps.steps-style-2 .dots {
    width: 590px;
  }
  .steps.steps-style-3 .dots {
    width: 430px;
  }
}
/* Steps Shadow */
@media (min-width: 992px) {
  .steps-shadow {
    position: relative;
  }
  .steps-shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: ease opacity 300ms;
  }
  .steps-shadow.active:before {
    visibility: visible;
    opacity: 1;
  }
}
/* Learn More */
.learn-more {
  color: #1c1f21;
}
.learn-more:hover {
  color: #8f8f8f;
}
.learn-more:hover i {
  margin-left: 8px;
}
.learn-more i {
  margin-left: 5px;
  transition: ease margin-left 300ms;
}

/* IE */
html.ie .steps {
  /* Steps Style 2 */
}
html.ie .steps.steps-style-2 .item .item-title span {
  position: relative;
  top: 0;
  left: 27px;
  z-index: 0;
}

/* Double Carousel */
.double-carousel {
  overflow: hidden;
  /* Default Style */
}
.double-carousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.double-carousel .owl-carousel .owl-item.active.current .card {
  transform: scale(1);
}
.double-carousel .owl-carousel .owl-item .card {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  transition: ease all 300ms;
  transform: scale(0.8);
}
.double-carousel .owl-carousel .owl-item .card > *:not([class*=col-]) {
  flex-basis: 100%;
}
.double-carousel .owl-carousel .owl-item .card p {
  line-height: 1.7;
}
.double-carousel .owl-carousel .owl-item .card strong {
  font-size: 0.9em;
  line-height: 1;
}
@supports ((-o-object-fit: scale-down) or (object-fit: scale-down)) {
  .double-carousel .owl-carousel .owl-item .card > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.double-carousel .owl-carousel .owl-item .card.card-logo {
  height: 140px;
  width: 100%;
}
.double-carousel .owl-carousel .owl-item .card.card-logo .card-body {
  display: flex;
  align-items: center;
}
.double-carousel .owl-carousel .owl-item .card.card-logo .card-body img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  margin: 0 auto;
}
.double-carousel .owl-carousel .owl-item:not(.current) .card {
  -webkit-filter: blur(2px);
}
.double-carousel .owl-carousel .owl-item:not(.current) .card.card-logo .card-body img {
  transform: scale(0.8);
}

/* Edge */
html.edge .double-carousel .owl-carousel .owl-item .card {
  align-items: center;
}
html.edge .double-carousel .owl-carousel .owl-item:not(.current) .card {
  -webkit-filter: none;
}

/* IE */
html.ie .double-carousel .owl-carousel .owl-item .card > *:not([class*=col-]) {
  flex-basis: auto;
}
html.ie .double-carousel .owl-carousel .owl-item .card.card-logo .card-body img {
  width: 100%;
}

@media (min-width: 768px) {
  .double-carousel {
    min-height: 200px;
    /* If have animation on wrapper */
  }
  .double-carousel .nav {
    position: absolute;
    top: 55.5%;
    left: 35vw;
    width: 30vw;
    margin-top: -10px;
    transform: translateY(-50%);
  }
  .double-carousel .nav .title-left {
    position: absolute;
    width: 30%;
    left: 24%;
    top: 50%;
    text-align: right;
    transform: translate(-50%, -50%);
  }
  .double-carousel .nav .title-left span {
    color: #1c1f21;
    font-size: 1.1428571429em;
    font-family: var(--primary-font);
    font-weight: 600;
  }
  .double-carousel .nav .title-left span > span {
    display: none;
  }
  .double-carousel .nav .title-right {
    position: absolute;
    width: 30%;
    left: 76%;
    top: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
  }
  .double-carousel .nav .title-right span {
    color: #1c1f21;
    font-size: 1.1428571429em;
    font-family: var(--primary-font);
    font-weight: 700;
  }
  .double-carousel .nav .arrows {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .double-carousel .nav .arrows .arrow-left,
  .double-carousel .nav .arrows .arrow-right {
    color: #8f8f8f;
    width: 2.1428571429em;
    height: 2.1428571429em;
    line-height: 1.942857em;
    text-align: center;
    cursor: pointer;
    font-size: 1.7857142857em;
  }
  .double-carousel .nav .arrows .arrow-left {
    float: left;
  }
  .double-carousel .nav .arrows .arrow-right {
    float: right;
  }
  .double-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: -18vw;
    width: 6vw;
    margin-top: 0 !important;
    transform: translateY(-50%);
  }
  .double-carousel .owl-carousel .owl-dots .owl-dot {
    margin-top: 8px;
  }
  .double-carousel .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 4px 4px;
  }
  .double-carousel .owl-carousel .owl-dots .owl-dot.active span {
    background: #8f8f8f;
  }
  .double-carousel .wrapper-left {
    position: absolute;
    top: 50%;
    right: 65vw;
    width: 35vw;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .double-carousel .wrapper-left .owl-carousel {
    opacity: 0;
    visibility: hidden;
    transition: ease opacity 300ms;
  }
  .double-carousel .wrapper-left .owl-carousel.show-carousel {
    opacity: 1;
    visibility: visible;
  }
  .double-carousel .wrapper-left .owl-carousel .owl-dots {
    display: none !important;
  }
  .double-carousel .wrapper-right {
    position: absolute;
    top: 50%;
    left: 65vw;
    width: 35vw;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .double-carousel .wrapper-right .owl-carousel {
    opacity: 0;
    visibility: hidden;
    transition: ease opacity 300ms;
  }
  .double-carousel .wrapper-right .owl-carousel.show-carousel {
    opacity: 1;
    visibility: visible;
  }
  .double-carousel .wrapper-right.appear-animation .owl-carousel .owl-dots {
    opacity: 0;
    transition: ease opacity 500ms;
    transition-delay: 900ms;
  }
  .double-carousel .wrapper-right.appear-animation.appear-animation-visible .owl-carousel .owl-dots {
    opacity: 1;
  }
  /* Internet Explorer 10/11 */
  html.ie10 .double-carousel .nav,
  html.ie11 .double-carousel .nav {
    min-height: 200px;
    z-index: 1;
  }
}
/* Double Carousel Responsive */
@media (min-width: 768px) and (max-width: 1199px) {
  .double-carousel .nav {
    top: 60%;
  }
  .double-carousel .nav .title-left {
    width: 80%;
    left: 50%;
    top: -62px;
    text-align: center;
  }
  .double-carousel .nav .title-left span > span {
    display: inline-block;
  }
  .double-carousel .nav .title-right {
    width: 80%;
    left: 50%;
    top: -40px;
    text-align: center;
  }
  .double-carousel .owl-carousel .owl-dots {
    top: 70%;
    left: -22.6vw;
    width: 15vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .double-carousel .wrapper-left, .double-carousel .wrapper-right {
    width: 32vw;
  }
}
@media (max-width: 1199px) {
  .double-carousel .nav {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .double-carousel .nav {
    display: none;
  }
  .double-carousel .owl-carousel {
    margin-bottom: 0;
  }
  .double-carousel .owl-carousel .owl-item .card {
    min-height: 120px;
    margin-top: 20px;
    align-items: unset;
  }
  .double-carousel .owl-carousel .owl-dots {
    display: none;
  }
}
/* Slider Range */
.slider-range-wrapper {
  padding-top: 10px;
}
.slider-range-wrapper .slider-range {
  height: 3px;
  border: none;
  background: #f1f1f1;
  box-shadow: none;
}
.slider-range-wrapper .slider-range .noUi-connect {
  background-color: #8f8f8f;
}
.slider-range-wrapper .slider-range .noUi-handle {
  background-color: #8f8f8f;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  box-shadow: none;
  top: -5px;
  left: auto;
  right: -7px !important;
  cursor: pointer;
  outline: none;
}
.slider-range-wrapper .slider-range .noUi-handle:after, .slider-range-wrapper .slider-range .noUi-handle:before {
  content: none;
}
.slider-range-wrapper form input {
  background: transparent;
  border: none;
  max-width: 40px;
  color: #707070;
  font-size: 0.9rem;
}

/* Pagination */
.pagination .page-item + .page-item {
  margin-left: 5px;
}
.pagination .page-item + .page-item.active .page-link {
  background: #8f8f8f;
  color: #FFF !important;
}
.pagination .page-link {
  color: #707070;
  background: transparent;
  font-weight: bold;
}
.pagination .page-link.next, .pagination .page-link.prev {
  border: none;
}
.pagination .page-link:hover:not(.next):not(.prev) {
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
}

/* Shop */
@media (min-width: 1200px) {
  html.shop .container, html.shop .container-lg, html.shop .container-md, html.shop .container-sm, html.shop .container-xl {
    max-width: 1140px;
  }
}

.product-info-rate.product-info-rate-sm i {
  font-size: 0.7rem;
}
.product-info-rate.product-info-rate-lg i {
  font-size: 1.2rem;
}

/* Shop Cart */
.shop-cart .shop-cart-table thead tr > th {
  padding: 1.2rem 0;
  color: #1c1f21;
  font-family: var(--primary-font);
}
.shop-cart .shop-cart-table thead tr > th strong {
  font-weight: 700;
}
.shop-cart .shop-cart-table tbody {
  border-top: 1px solid #DAE2E6;
}
.shop-cart .shop-cart-table tbody > tr:first-child {
  border-top: 0;
}
.shop-cart .shop-cart-table tbody > tr + tr {
  border-top: 1px solid #DAE2E6;
  border-bottom: 1px solid #DAE2E6;
}
.shop-cart .shop-cart-table tbody > tr > td {
  padding: 1.4rem 0.6rem;
}
.shop-cart .shop-cart-table tbody .product-subtotal {
  color: #1c1f21;
  font-size: 0.9rem;
  font-family: var(--primary-font);
}
.shop-cart .shop-cart-table .product-remove {
  width: 7%;
  text-align: center;
}
.shop-cart .shop-cart-table .product-thumbnail {
  width: 85px;
}
.shop-cart .shop-cart-table .product-name {
  width: 40%;
}

/* Cart Totals */
.cart-totals tbody {
  border-top: 1px solid #DAE2E6;
}
.cart-totals tbody > tr:first-child {
  border-top: 0;
}
.cart-totals tbody > tr + tr {
  border-top: 1px solid #DAE2E6;
  border-bottom: 1px solid #DAE2E6;
}
.cart-totals tbody > tr > td {
  padding: 0.9rem 0;
}
.cart-totals tbody > tr > td:first-child {
  padding-left: 1rem;
}
.cart-totals .cart-total-label {
  font-weight: 600;
}
.cart-totals .cart-total-value {
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--primary-font);
  color: #1c1f21;
}

/* OFF Tag */
.off-tag-top-left {
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  z-index: 1;
}

.off-tag-top-right {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  z-index: 1;
}

.off-tag-bottom-left {
  position: absolute;
  bottom: -0.7rem;
  left: -0.7rem;
  z-index: 1;
}

.off-tag-bottom-right {
  position: absolute;
  bottom: -0.7rem;
  right: -0.7rem;
  z-index: 1;
}

.shop-now-bottom {
  bottom: 29px;
}

/* Blog */
.blog-post .blog-post-header {
  position: relative;
  overflow: hidden;
}
.blog-post .blog-post-header:hover .post-format-icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.blog-post .blog-post-header .post-format-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transform: translate3d(0, 100px, 0);
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms 200ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
}

/* Comments */
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.comments li {
  padding: 10px 0 0 55px;
}
ul.comments li img.avatar {
  height: 55px;
  width: 55px;
}
ul.comments li ul.reply {
  margin: 0;
}
ul.comments li a {
  text-decoration: none;
}
ul.comments li .avatar {
  margin-left: -55px;
  margin-top: 1rem;
}
ul.comments li .comment {
  display: flex;
  margin-bottom: 10px;
}
ul.comments .comment-block {
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
  width: 100%;
}
ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
ul.comments .comment-block .comment-by {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
ul.comments .comment-block .comment-by .comment-date {
  padding: 0 1rem;
  margin: 0 1rem;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
ul.comments .comment-block .comment-by .comment-rating {
  padding: 0 1rem 0 0;
  margin: 0 1rem 0 0;
  border-right: 1px solid #dadada;
}

/* Responsive */
@media (max-width: 991px) {
  ul.comments .comment-block .comment-by {
    flex-direction: column;
    align-items: start;
  }
  ul.comments .comment-block .comment-by .comment-author {
    margin-bottom: 0.3rem;
  }
  ul.comments .comment-block .comment-by .comment-date {
    border: 0;
    margin: 0;
    padding: 0;
  }
  ul.comments .comment-block .comment-by .comment-reply {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 575px) {
  ul.comments li {
    border-left: 8px solid #DDDDDD;
    padding: 0 0 0 10px;
  }
}
/* Word Rotator */
.word-rotator i, .word-rotator em, .word-rotator b {
  font-style: normal;
  font-weight: inherit;
}

.word-rotator-words {
  display: inline-flex !important;
  position: relative;
  text-align: left;
}
.word-rotator-words b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.word-rotator-words b.is-visible {
  position: relative;
}
.word-rotator-words[class*=bg-] {
  background: #CCC;
}
.word-rotator-words[class*=bg-] b {
  color: #FFF;
  padding: 0.1rem 0.5rem;
}

/* rotate-1 */
.word-rotator.rotate-1 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.word-rotator.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: word-rotator-rotate-1-in 1.2s;
}
.word-rotator.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: word-rotator-rotate-1-out 1.2s;
}

@keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* type */
.word-rotator.type .word-rotator-words {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}
.word-rotator.type .word-rotator-words::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  display: block;
  background-color: transparent;
}
.word-rotator.type .word-rotator-words.waiting::after {
  animation: 1s word-rotator-pulse step-end infinite;
}
.word-rotator.type .word-rotator-words.selected {
  background-color: #1c1f21 !important;
}
.word-rotator.type .word-rotator-words.selected::after {
  visibility: hidden;
}
.word-rotator.type .word-rotator-words.selected b {
  color: #FFF;
}
.word-rotator.type b {
  visibility: hidden;
}
.word-rotator.type b.is-visible {
  visibility: visible;
}
.word-rotator.type i {
  position: absolute;
  visibility: hidden;
}
.word-rotator.type i.in {
  position: relative;
  visibility: visible;
}

@keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}
@keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}
/* rotate-2 */
.word-rotator.rotate-2 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
  display: inline-block;
  backface-visibility: hidden;
}
.word-rotator.rotate-2 b {
  opacity: 0;
}
.word-rotator.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .word-rotator.rotate-2 i {
  opacity: 1;
}
.word-rotator.rotate-2 i.in {
  animation: word-rotator-rotate-2-in 0.4s forwards;
}
.word-rotator.rotate-2 i.out {
  animation: word-rotator-rotate-2-out 0.4s forwards;
}
.word-rotator.rotate-2 em {
  transform: translateZ(20px);
}

.no-csstransitions .word-rotator.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .word-rotator.rotate-2 i em {
  transform: scale(1);
}

.no-csstransitions .word-rotator.rotate-2 .is-visible i {
  opacity: 1;
}

@keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* loading-bar */
.word-rotator.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}
.word-rotator.loading-bar .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.loading-bar .word-rotator-words::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #1c1f21;
  z-index: 2;
  transition: width 0.3s -0.1s;
}
.word-rotator.loading-bar .word-rotator-words.is-loading::after {
  width: 100%;
  transition: width 3s;
}
.word-rotator.loading-bar .word-rotator-words.bg-light::after {
  background-color: #1c1f21 !important;
}
.word-rotator.loading-bar .word-rotator-words[class*=bg-]:not(.bg-light)::after {
  background-color: #FFF !important;
}
.word-rotator.loading-bar b {
  top: 0.2em;
  opacity: 0;
  transition: opacity 0.3s;
}
.word-rotator.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* slide */
.word-rotator.slide span {
  display: inline-block;
  padding: 0.2em 0;
}
.word-rotator.slide .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.slide b {
  opacity: 0;
  top: 0.2em;
}
.word-rotator.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in 0.6s;
}
.word-rotator.slide b.is-hidden {
  animation: slide-out 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* clip */
.word-rotator.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.word-rotator.clip .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.clip .word-rotator-words::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #1c1f21;
}
.word-rotator.clip b {
  opacity: 0;
}
.word-rotator.clip b.is-visible {
  opacity: 1;
}

/* zoom */
.word-rotator.zoom .word-rotator-words {
  perspective: 300px;
}
.word-rotator.zoom b {
  opacity: 0;
}
.word-rotator.zoom b.is-visible {
  opacity: 1;
  animation: zoom-in 0.8s;
}
.word-rotator.zoom b.is-hidden {
  animation: zoom-out 0.8s;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.word-rotator.rotate-3 .word-rotator-words {
  perspective: 300px;
}
.word-rotator.rotate-3 b {
  opacity: 0;
}
.word-rotator.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.is-visible .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
}
.word-rotator.rotate-3 i.in {
  animation: word-rotator-rotate-3-in 0.6s forwards;
}
.word-rotator.rotate-3 i.out {
  animation: word-rotator-rotate-3-out 0.6s forwards;
}

.no-csstransitions .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .word-rotator.rotate-3 .is-visible i {
  opacity: 1;
}

@keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* scale */
.word-rotator.scale b {
  opacity: 0;
}
.word-rotator.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
.is-visible .word-rotator.scale i {
  opacity: 1;
}
.word-rotator.scale i.in {
  animation: scale-up 0.6s forwards;
}
.word-rotator.scale i.out {
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .word-rotator.scale i {
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .word-rotator.scale .is-visible i {
  opacity: 1;
}

@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* push */
.word-rotator.push b {
  opacity: 0;
}
.word-rotator.push b.is-visible {
  opacity: 1;
  animation: push-in 0.6s;
}
.word-rotator.push b.is-hidden {
  animation: push-out 0.6s;
}

@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* Content Rotator */
.owl-carousel-vertical .owl-item {
  position: relative;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  content: " ";
  display: block;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  content: " ";
  display: block;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  z-index: 10;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1 .owl-stage-outer {
  padding-top: 70px;
  padding-bottom: 70px;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside {
  position: absolute;
  z-index: 1;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside.prev {
  top: -100%;
}
.owl-carousel-vertical.owl-carousel-vertical-style-1 .clone-inside.next {
  top: 100%;
}

.bg-light-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(252.3590909091, 252.7363636364, 253.4909090909, 0), rgb(252.3590909091, 252.7363636364, 253.4909090909));
}
.bg-light-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(252.3590909091, 252.7363636364, 253.4909090909), rgba(252.3590909091, 252.7363636364, 253.4909090909, 0));
}

.bg-light-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(250.7363636364, 251.3454545455, 252.5636363636, 0), rgb(250.7363636364, 251.3454545455, 252.5636363636));
}
.bg-light-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(250.7363636364, 251.3454545455, 252.5636363636), rgba(250.7363636364, 251.3454545455, 252.5636363636, 0));
}

.bg-light-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(247.4909090909, 248.5636363636, 250.7090909091, 0), rgb(247.4909090909, 248.5636363636, 250.7090909091));
}
.bg-light-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(247.4909090909, 248.5636363636, 250.7090909091), rgba(247.4909090909, 248.5636363636, 250.7090909091, 0));
}

.bg-light-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(244.2454545455, 245.7818181818, 248.8545454545, 0), rgb(244.2454545455, 245.7818181818, 248.8545454545));
}
.bg-light-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(244.2454545455, 245.7818181818, 248.8545454545), rgba(244.2454545455, 245.7818181818, 248.8545454545, 0));
}

.bg-light-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(241, 243, 247, 0), #f1f3f7);
}
.bg-light-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, #f1f3f7, rgba(241, 243, 247, 0));
}

.bg-dark-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(8.8356435644, 9.603960396, 10.5643564356, 0), rgb(8.8356435644, 9.603960396, 10.5643564356));
}
.bg-dark-1 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(8.8356435644, 9.603960396, 10.5643564356), rgba(8.8356435644, 9.603960396, 10.5643564356, 0));
}

.bg-dark-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(27.4178217822, 29.801980198, 32.7821782178, 0), rgb(27.4178217822, 29.801980198, 32.7821782178));
}
.bg-dark-2 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(27.4178217822, 29.801980198, 32.7821782178), rgba(27.4178217822, 29.801980198, 32.7821782178, 0));
}

.bg-dark-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(32.0633663366, 34.8514851485, 38.3366336634, 0), rgb(32.0633663366, 34.8514851485, 38.3366336634));
}
.bg-dark-3 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(32.0633663366, 34.8514851485, 38.3366336634), rgba(32.0633663366, 34.8514851485, 38.3366336634, 0));
}

.bg-dark-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(41.3544554455, 44.9504950495, 49.4455445545, 0), rgb(41.3544554455, 44.9504950495, 49.4455445545));
}
.bg-dark-4 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, rgb(41.3544554455, 44.9504950495, 49.4455445545), rgba(41.3544554455, 44.9504950495, 49.4455445545, 0));
}

.bg-dark-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:after {
  background: linear-gradient(to bottom, rgba(46, 50, 55, 0), #2e3237);
}
.bg-dark-5 .owl-carousel-vertical.owl-carousel-vertical-style-1:before {
  background: linear-gradient(to bottom, #2e3237, rgba(46, 50, 55, 0));
}

/* Process */
.process {
  text-align: center;
}
.process .process-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process .process-step-circle {
  display: flex;
  justify-content: center;
  height: 90px;
  text-align: center;
  width: 90px;
  border: 0;
  border-radius: 50%;
  align-items: center;
  position: relative;
  background-color: #f7f7f7;
  transition: all 0.2s ease-in-out;
}
.process .process-step-content {
  padding-top: 20px;
}
.process .process-step-circle-content {
  font-weight: bold;
  color: #1c1f21;
  font-size: 2.1em;
  letter-spacing: -1px;
  transition: all 0.2s ease-in-out;
}
.process .process-step:hover .process-step-circle {
  background-color: #CCC;
}
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF;
}
.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
  color: #FFF !important;
}

@media (min-width: 992px) {
  .process .process-step:before {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: "";
    width: 50%;
    top: 45px;
    left: 75%;
  }
  .process .process-step:last-child:before {
    display: none;
  }
}
.process-vertical {
  text-align: left;
}
.process-vertical .process-step {
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}
.process-vertical .process-step:before {
  display: none;
}
.process-vertical .process-step:after {
  width: 2px;
  display: block;
  background-color: #EDEDED;
  position: absolute;
  content: "";
  height: calc(100% - 80px);
  top: 70px;
  left: 30px;
}
.process-vertical .process-step:last-child:after {
  display: none;
}
.process-vertical .process-step-circle {
  height: 60px;
  width: 60px;
  margin: 0 15px 0 0;
  min-height: 60px;
  min-width: 60px;
}
.process-vertical .process-step-content {
  padding-top: 0;
}

.process-connecting-line {
  position: relative;
  text-align: left;
}
.process-connecting-line .connecting-line {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: #CCC;
}
.process-connecting-line .process-step {
  align-items: flex-start;
  padding-right: 3rem;
  padding-left: 3rem;
}
.process-connecting-line .process-step:before {
  content: none;
}
.process-connecting-line .process-step-circle {
  background: #FFF;
  width: 50px;
  height: 50px;
  border: 3px solid #CCC;
}

/* Countdown */
.countdown {
  display: flex;
  text-align: center;
}
.countdown > span {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
  font-family: "Poppins", sans-serif;
}
.countdown > span > span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: #1c1f21;
}
.countdown.countdown-light > span {
  color: rgba(255, 255, 255, 0.6);
}
.countdown.countdown-light > span > span {
  color: #FFF;
}
.countdown.countdown-light.countdown-borders > span {
  border-color: #FFF;
}
.countdown.countdown-boxed-background {
  margin-right: -15px;
  margin-left: -15px;
}
.countdown.countdown-boxed-background > span {
  margin-right: 15px;
  margin-left: 15px;
  padding: 1.5rem;
}
.countdown.countdown-vertical {
  flex-direction: column;
  align-items: center;
}
.countdown.countdown-vertical > span {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.countdown.countdown-vertical > span:last-child {
  margin-bottom: 0;
}
.countdown.countdown-dividers > span {
  padding: 1.7rem 0;
}
.countdown.countdown-dividers > span + span {
  border-left-style: solid;
  border-left-color: #e1e1e1;
  border-left-width: 1px;
}

@media (max-width: 767px) {
  .countdown {
    flex-wrap: wrap;
  }
  .countdown > span {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .countdown > span:nth-child(3), .countdown > span:nth-child(4) {
    margin-bottom: 0;
  }
  .countdown.countdown-boxed-background {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
  .countdown.countdown-boxed-background > span {
    margin-right: 0;
    margin-left: 0;
  }
  .countdown.countdown-dividers > span:nth-child(3) {
    border-left-width: 0;
  }
}
@media (max-width: 576px) {
  .countdown > span {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .countdown > span:nth-child(3) {
    margin-bottom: 50px;
  }
  .countdown.countdown-boxed-background > span {
    margin-bottom: 30px;
  }
  .countdown.countdown-boxed-background > span:nth-child(3) {
    margin-bottom: 30px;
  }
  .countdown.countdown-dividers > span + span {
    border-left-width: 0;
  }
}
/* Recent Posts */
.recent-posts > ul > li {
  position: relative;
  padding-left: 15px;
}
.recent-posts > ul > li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 0.6rem;
  color: #CCC;
}
.recent-posts > ul > li > a {
  color: #FFF;
}
.recent-posts > ul > li > a:hover {
  color: #f1f3f7 !important;
}
.recent-posts > ul > li > span {
  display: block;
  font-size: 0.8rem;
}
.recent-posts > ul > li + li {
  margin-top: 15px;
}

.text-swatches-wrapper {
  margin-bottom: 1.5rem;
}
.text-swatches-wrapper .attribute-name {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
}

.attribute-values {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #3b82f6 #f1f1f1;
}
.attribute-values::-webkit-scrollbar {
  height: 6px;
}
.attribute-values::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.attribute-values::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 10px;
}

.text-swatch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.attribute-swatch-item {
  margin: 0;
}
.attribute-swatch-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.attribute-swatch-item input[type=radio]:focus-visible + span {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.attribute-swatch-item input[type=radio]:checked + span {
  background: rgba(59, 130, 246, 0.05);
  border-color: #3b82f6;
  color: #3b82f6;
}
.attribute-swatch-item label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.attribute-swatch-item label:hover span {
  border-color: #3b82f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.attribute-swatch-item label:active span {
  transform: translateY(1px);
}
.attribute-swatch-item span {
  display: block;
  padding: 8px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
  min-width: 80px;
  text-align: center;
  transform: translateY(0);
}
.attribute-swatch-item.pe-none {
  opacity: 0.5;
}
.attribute-swatch-item.pe-none label {
  cursor: not-allowed;
}
.attribute-swatch-item.pe-none label:hover span {
  border-color: #ddd;
  box-shadow: none;
}
.attribute-swatch-item.pe-none span {
  background: #f5f5f5;
  border-color: #ddd;
}

@media (max-width: 768px) {
  .text-swatch {
    gap: 8px;
  }
  .attribute-swatch-item span {
    padding: 6px 16px;
    min-width: 70px;
    font-size: 13px;
  }
}
/* Portfolio List */
.portfolio-list {
  list-style: none;
  margin: -0.5rem;
  padding: 0;
}
.portfolio-list .portfolio-item {
  position: relative;
  margin: 0.5rem;
}
.portfolio-list .portfolio-item.portfolio-item-style-2 {
  margin: 0.5rem 0.5rem 2rem;
}
.portfolio-list.portfolio-list-no-gap .portfolio-item {
  margin: 0;
}
.portfolio-list.portfolio-list-style-2 {
  margin: -1rem;
}
.portfolio-list.portfolio-list-style-2 .portfolio-item {
  margin: 1rem;
}
.portfolio-list.portfolio-list-style-3 {
  margin: -1.2rem -1rem;
}
.portfolio-list.portfolio-list-style-3 .portfolio-item {
  margin: 1.2rem 1rem;
}
.portfolio-list.portfolio-list-style-4 {
  margin: -1.4rem;
}
.portfolio-list.portfolio-list-style-4 .portfolio-item {
  margin: 1.4rem;
}

/* Portfolio Load More Loader */
.portfolio-load-more-loader {
  display: none;
  position: relative;
  height: 45px;
}

/* Portfolio Load More Button */
#portfolioLoadMore {
  margin-top: 20px;
}

/*# sourceMappingURL=theme-elements.css.map*/