/* Header Default */
/* Loading */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Testimonial Carousel
# Testimonial Grid
# Testimonial Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST CAROUSEL
----------------------------------------------------------------
# Carousel Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes pxl_scale2 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(4.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale2 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(4.2);
    opacity: 0;
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.icon-bounce {
  animation: icon-bounce 2s ease infinite;
}
@keyframes icon-bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(var, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(var, 0, 0, 0);
  }
}
@-webkit-keyframes pxlSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pxlSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.pxl-grid .pxl-load-more .btn {
  padding-left: 34px;
  padding: 0 30px;
  line-height: 55px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  z-index: 1;
}
.pxl-grid .pxl-load-more .btn .pxl-load-icon {
  width: 24px;
  height: 24px;
  right: 13px;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.pxl-grid .pxl-load-more .btn i {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn {
  position: relative;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #645144;
  transition: width 0.2s linear;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:hover {
  color: #fff;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-grid .pxl-load-more.loading .btn {
  padding: 0 40px 0px 20px;
  color: var(--primary-color);
}
.pxl-grid .pxl-load-more.loading .btn:before {
  width: 100%;
}
.pxl-grid .pxl-load-more.loading .btn .pxl-load-icon {
  opacity: 1;
  color: var(--primary-color);
}
.pxl-grid .pxl-load-more.loading .btn .pxl-load-icon i {
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-grid-filter1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 {
    margin-bottom: 40px;
  }
}
.pxl-grid-filter1 .filter-item {
  font-weight: 500;
  display: inline-flex;
  padding: 0 20px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  justify-content: center;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-grid-filter1 .filter-item:before {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  width: 0px;
  left: auto;
  right: 0px;
  top: 0;
  bottom: 0px;
  height: 100%;
  content: "";
  position: absolute;
  background: #aa6947;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-grid-filter1 .filter-item + .filter-item {
  margin-left: 3px;
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item {
    line-height: 50px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 0;
  }
}
.pxl-grid-filter1 .filter-item.active, .pxl-grid-filter1 .filter-item:hover {
  color: #fff;
}
.pxl-grid-filter1 .filter-item.active:before, .pxl-grid-filter1 .filter-item:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-grid-filter1 .pxl--filter-inner {
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-arrow {
  font-size: 16px;
  color: #000;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.pxl-swiper-arrow i {
  font-size: 42px;
  width: 15px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-swiper-arrow:hover {
  color: var(--secondary-color);
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-swiper-arrow.style2 {
  background-color: #f1f1f3;
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-swiper-arrow.style2:before {
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow.style2:hover {
  background-color: #f1f1f3;
}
.pxl-swiper-arrow.style2:hover:before {
  opacity: 1;
}
.pxl-swiper-dots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 12px;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #cacaca;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #122a00;
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
.pxl-swiper-sliders {
  position: relative;
}
.pxl-swiper-sliders:hover .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .pxl-section-offset-left.pxl-container-width-container-1200 {
    padding-left: calc((100% - 1750px)/2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1200.pxl-section-gap-no {
    padding-left: calc((100% - 1720px)/2) !important;
  }
}
@media (min-width: 1280px) {
  .pxl-section-offset-right.pxl-container-width-container-1200 {
    padding-right: calc((100% - 1750px)/2) !important;
  }
  .pxl-section-offset-right.pxl-container-width-container-1200.pxl-section-gap-no {
    padding-right: calc((100% - 1720px)/2) !important;
  }
}
@media screen and (min-width: 1400px) {
  .column-bg-custom .elementor-widget-wrap {
    padding: 120px 80px 120px 120px !important;
  }
}
@media screen and (max-width: 1400px) {
  .column-bg-custom .elementor-widget-wrap {
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .column-bg-custom .elementor-widget-wrap {
    padding: 30px 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .column-bg-custom:before {
    content: '';
    background-color: #f9f3f0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: -9.5rem;
    right: 15px;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1400px) {
  .column-bg-custom-right .elementor-widget-wrap {
    padding: 120px !important;
  }
}
@media screen and (max-width: 1400px) {
  .column-bg-custom-right .elementor-widget-wrap {
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .column-bg-custom-right .elementor-widget-wrap {
    padding: 30px 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .column-bg-custom-right:before {
    content: '';
    background-color: #f9f3f0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: -9.5rem;
    left: 15px;
    bottom: 0;
    z-index: -1;
  }
}
.bg-color-sc-custom {
  position: relative;
}
.bg-color-sc-custom:before {
  content: "";
  background-color: #f7f0ed;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 530px;
  z-index: -1;
}
@media screen and (min-width: 721px) {
  .timeslot .button .timeslot-mobile-title {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  body .booked-calendar .booked-appt-list .timeslot {
    margin-bottom: 10px;
  }
  body .booked-appt-list .timeslot .spots-available {
    color: rgba(255, 255, 255, 0.67);
  }
}
.booked-calendar .fa-solid {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: var(--third-color);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:focus {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Judson', serif;
  color: var(--secondary-color);
  font-weight: 400;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 48px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0 0 15px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote {
  background-color: #f7f0ed;
  padding: 56px;
  font-size: inherit;
  line-height: inherit;
  color: #1b1b1b;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  font-weight: inherit;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    font-size: 22px;
  }
}
blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/blockquote_back1.svg) no-repeat;
  background-size: cover !important;
  z-index: -1;
  background-position: bottom left;
}
blockquote cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 45px;
  color: #6c6b6b;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Nanum Gothic', sans-serif;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.is-style-large.wp-block-quote {
  padding: 32px 57px 32px 37px;
}
blockquote.wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote cite br {
  display: none;
}
blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.blockquote-custom blockquote {
  background-color: #c18567;
  color: #fff;
}
.blockquote-custom blockquote cite {
  color: inherit;
}
.blockquote-custom blockquote:before {
  background: url(../img/blockquote_back2.svg) no-repeat;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
table {
  border-bottom: 1px solid #ececf0;
  border-left: 1px solid #ececf0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #222;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ececf0;
  padding: 10px;
  border-right: 1px solid #ececf0;
}
td {
  border-top: 1px solid #ececf0;
  padding: 10px;
  border-right: 1px solid #ececf0;
  /*--- Definition Lists ---*/
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--primary-color);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--primary-color);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
.post-password-form input[type="submit"] {
  height: 50px;
  line-height: 50px;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 2em 1em;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: max-content;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-group.has-background {
  padding: 30px;
  margin-bottom: 32px;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.no-results.not-found {
  /* Woo */
}
.no-results.not-found .searchform-wrap {
  position: relative;
}
.no-results.not-found .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  line-height: 51px;
  padding: 0;
  width: 61px;
  background-color: transparent;
  color: #222;
}
.woocommerce div.product form.cart .variations {
  width: auto;
}
#pxl-wapper {
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .container {
    max-width: 1780px;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .container {
    max-width: 100%;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-right .pxl-sidebar-area {
    padding-left: 35px;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single #pxl-wapper, .blog #pxl-wapper, .single-post #pxl-wapper {
  overflow-x: unset;
}
#pxl-main {
  padding: 130px 0;
}
@media screen and (max-width: 1199px) {
  #pxl-main {
    padding: 80px 0;
  }
}
#pxl-main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1780px;
  margin: 0 auto;
}
.single-post #pxl-main {
  padding: 140px 0 120px;
}
@media screen and (max-width: 1199px) {
  .single-post #pxl-main {
    padding: 60px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 120px;
  }
}
.single-post .pxl-item--content > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-left {
  z-index: 1;
}
.pxl-bg-color-left:before {
  z-index: -1;
  content: '';
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .pxl-bg-color-left:before {
    left: 0;
  }
}
.pxl-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  font-size: 14px;
}
.pxl-breadcrumb a {
  color: inherit;
  font-size: inherit;
}
.pxl-breadcrumb a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.pxl-breadcrumb li {
  margin-right: 5px;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.25rem;
}
.pxl-breadcrumb li:after {
  content: "/";
  margin-right: 0px;
  margin-left: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  color: #fff;
  padding: 0 3px;
  position: relative;
  top: 1px;
}
.pxl-breadcrumb li:last-child {
  margin-right: 0;
}
.pxl-breadcrumb li:last-child:after {
  display: none;
}
.pxl-breadcrumb li span {
  font-size: inherit;
}
#pxl-page-title-default {
  padding: 205px 0 190px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center !important;
  background-color: #0d0d0d;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default {
    padding: 120px 0;
  }
}
#pxl-page-title-default .container {
  z-index: 99;
  position: relative;
}
#pxl-page-title-default .pxl-page-title {
  font-size: 64px;
  margin-bottom: 33px;
  color: #fff;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 36px;
  }
}
#pxl-page-title-default .pxl-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}
#pxl-page-title-default .pxl-breadcrumb a {
  color: #fff;
  font-size: inherit;
}
#pxl-page-title-default .pxl-breadcrumb a:hover {
  text-decoration: underline;
}
#pxl-page-title-default .pxl-breadcrumb li {
  margin-right: 8px;
  color: #fff;
}
#pxl-page-title-default .pxl-breadcrumb li:before {
  content: "/";
  margin-right: 8px;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  color: #fff;
  position: relative;
  top: 1px;
}
#pxl-page-title-default .pxl-breadcrumb li:last-child {
  margin-right: 0;
}
#pxl-page-title-default .pxl-breadcrumb li:first-child:before {
  display: none;
}
.error404 #pxl-main {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.error404 #pxl-page-title-default {
  position: relative;
  z-index: 1;
}
.error404 #pxl-page-title-default:before {
  background-image: url(../img/bg-404.jpg);
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.error404 #pxl-page-title-default .pxl-page-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-page-title-default .pxl-page-title {
    font-size: 30px;
  }
}
.error404 #pxl-page-title-default .pxl-breadcrumb li {
  color: #fff;
}
.error404 #pxl-page-title-default .pxl-breadcrumb li a {
  color: #fff;
}
.error404 #pxl-page-title-default .pxl-breadcrumb li span {
  color: inherit;
}
.error404 .pxl-error-title {
  color: var(--primary-color);
  font-size: 400px;
  font-weight: bold;
  letter-spacing: -5px;
  font-family: 'Judson', serif;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .error404 .pxl-error-title {
    font-size: 250px;
  }
}
@media screen and (max-width: 991px) {
  .error404 .pxl-error-title {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .pxl-error-title {
    font-size: 100px;
    letter-spacing: -1px;
  }
}
.error404 .excerpt-404 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 22px;
}
.error404 .excerpt-405 {
  color: var(--third-color);
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto 40px;
}
.error404 .pxl-error-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.error404 .pxl-error-inner .search-field {
  height: 75px;
  line-height: 75px;
  padding: 0 240px 0 30px;
  border-color: #d9d0ca;
  color: #3c3b3b;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Nanum Gothic', sans-serif;
}
.error404 .pxl-error-inner .search-submit {
  top: 0;
  padding: 0 70px;
  background-color: #624f43;
  right: 0px;
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  height: 75px;
  font-weight: bold;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-family: 'Nanum Gothic', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.error404 .pxl-error-inner .searchform-wrap {
  position: relative;
}
.error404 .pxl-error-inner .search-form {
  max-width: 880px;
  margin: 0 auto;
}
#pxl-footer-default {
  padding: 40px 0;
  text-align: center;
  background-color: #402b1d;
  color: #fff;
  font-weight: 500;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: #fff;
  text-decoration: underline;
}
.pxl-scroll-top {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  bottom: 20px;
  right: 40px;
  background-color: #6a5649;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -khtml-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -moz-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -ms-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -o-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}
.pxl-scroll-top.pxl-on {
  bottom: 80px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top.pxl-on {
    bottom: 15px;
  }
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
  margin-bottom: 4px;
  background-color: #6a5649;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .pxl-scroll-top {
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    right: 15px;
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
  }
}
.pxl-footer-fixed #pxl-header-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--primary-color);
  width: 60px;
  height: 120px;
  opacity: 1;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f103";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f104";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-divider-angle-top {
  z-index: 1;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.pxl-loader .pxl-loader-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-loader.style-business {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.pxl-loader.style-digital .pxl-loader-effect {
  filter: url('#pxl-svg-digital');
  position: absolute;
  width: 160px;
  height: 160px;
  opacity: 0.8;
}
.pxl-loader.style-digital .pxl-circle-1, .pxl-loader.style-digital .pxl-circle-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  animation: pxl_loader_digital1 cubic-bezier(0.77, 0, 0.175, 1) 2.5s infinite;
  background: ;
}
.pxl-loader.style-digital .pxl-circle-2 {
  animation-name: pxl_loader_digital2;
  background: ;
}
.pxl-loader.style-software {
  background-image: -webkit-linear-gradient(60deg, ,  50%);
  background-image: -moz-linear-gradient(60deg, ,  50%);
  background-image: -ms-linear-gradient(60deg, ,  50%);
  background-image: -o-linear-gradient(60deg, ,  50%);
  background-image: linear-gradient(60deg, ,  50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr=' 50%');
}
.pxl-loader.style-software .pxl-loader-effect {
  width: 45px;
  height: 45px;
}
.pxl-loader.style-software .pxl-bounce-1, .pxl-loader.style-software .pxl-bounce-2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pxl_loader_bounce 2s infinite ease-in-out;
  animation: pxl_loader_bounce 2s infinite ease-in-out;
}
.pxl-loader.style-software .pxl-bounce-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: #122a00;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.btn-hover-5 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-hover-5 span {
  position: relative;
  z-index: 1;
}
.btn-hover-5:before {
  content: "";
  height: 0;
  width: 100%;
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-hover-5:hover {
  color: #fff;
}
.btn-hover-5:hover span {
  color: #fff;
}
.btn-hover-5:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  animation-duration: 0.3s;
}
.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-swiper-arrow.style2:before, .pxl-button-video1.style2:after, .pxl-gallery .pxl--item-inner.video-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-middle, .pxl-video-player .pxl-box--icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-item--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-primary {
  color: var(--primary-color);
}
.text-gradient, .pxl-button-video1.style1 i, .pxl-title-effect.pxl-type-gradient .pxl-item--title, .btn-slider-custom i, body.rtl #pxl-page-title-default .pxl-breadcrumb li:before, .pxl-btn-line i, .swiper-filter-wrap .filter-item.active span, .pxl-grid-filter3 .filter-item.active span, .pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover, .swiper-filter-wrap .filter-item.active span, .pxl-grid-filter3 .filter-item.active span, .pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient-revert {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-gradient-top, .pxl-contact-box .pxl-item--inner .shape-left, .pxl-contact-box .pxl-item--inner .shape-right {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
  .pxl-col-line1 {
    position: relative !important;
  }
  .pxl-col-line1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.08);
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pxl-col-line2 {
    position: relative !important;
  }
  .pxl-col-line2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #ededed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
.image-carousel-custom.elementor-pagination-position-inside .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
}
@media screen and (min-width: 1400px) {
  .pxl-section-padding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .section-shop-custom {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.tp-bullets.ares .tp-bullet {
  height: 16px;
  width: 16px;
  background-color: transparent !important;
  border: 1px solid #fff;
}
.tp-bullets.ares .tp-bullet.selected {
  border-color: var(--primary-color);
  background-color: var(--primary-color) !important;
}
.image-client-carousel-custom .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: auto;
}
.btn-slide-custom {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-slide-custom:before {
  content: '';
  position: absolute;
  background: var(--primary-color);
  z-index: -1;
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btn-slide-custom:hover, .btn-slide-custom:focus, .btn-slide-custom:active {
  color: #fff;
}
.btn-slide-custom:hover:before, .btn-slide-custom:focus:before, .btn-slide-custom:active:before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
@media screen and (min-width: 1600px) {
  .padding-column-custom .elementor-widget-wrap {
    padding: 120px 140px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .padding-column-custom .elementor-widget-wrap {
    padding: 100px !important;
  }
}
@media screen and (max-width: 1400px) {
  .padding-column-custom .elementor-widget-wrap {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .padding-column-custom .elementor-widget-wrap {
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .padding-column-custom .elementor-widget-wrap {
    padding: 50px 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .pd-custom .elementor-widget-wrap {
    padding: 120px 140px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .pd-custom .elementor-widget-wrap {
    padding: 100px !important;
  }
}
@media screen and (max-width: 1400px) {
  .pd-custom .elementor-widget-wrap {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .pd-custom .elementor-widget-wrap {
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .pd-custom .elementor-widget-wrap {
    padding: 50px 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .counter-custom .pxl-counter .pxl--counter-value {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .ml-custom .elementor-widget-wrap {
    -webkit-transform: translateX(8%);
    -khtml-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
    -o-transform: translateX(8%);
    transform: translateX(8%);
  }
}
@media screen and (min-width: 1400px) {
  .margin-left-custom .elementor-widget-container {
    padding-left: 140px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .margin-left-custom .elementor-widget-container {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .ml-cuostom .elementor-widget-container {
    margin-left: -150px !important;
  }
}
.mr-custom .elementor-widget-container {
  margin-left: 15px;
}
@media screen and (min-width: 1400px) {
  .mr-custom .elementor-widget-container {
    margin-right: -150px !important;
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  .pd-column-rignt > .elementor-widget-wrap {
    padding: 100px 80px 100px 250px !important;
  }
}
@media screen and (max-width: 1400px) {
  .pd-column-rignt > .elementor-widget-wrap {
    padding: 100px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .pd-column-rignt > .elementor-widget-wrap {
    padding: 70px 15px !important;
  }
}
@media screen and (min-width: 1400px) {
  .fz-custom .pxl-item--inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .fz-custom .pxl-item--inner p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .logo-margin-top .pxl-logo {
    margin-top: -65px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .logo-margin-top .pxl-logo {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.column-bdright .elementor-widget-wrap {
  position: relative;
}
.column-bdright .elementor-widget-wrap:after {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #665245;
  position: absolute;
  right: 0;
  top: 0;
}
.column-bdright2 .elementor-widget-wrap {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .column-bdright2 .elementor-widget-wrap:after {
    width: 1px;
    height: 100%;
    content: "";
    background-color: #8e7e71;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.contact-hidden-label .pxl-contact-form1 .wpcf7-form .input-filled p {
  margin-bottom: 0;
}
.contact-hidden-label .pxl-contact-form1 .wpcf7-form .input-filled br {
  display: none;
}
.contact-hidden-label .pxl-contact-form1 .wpcf7-form .input-filled label {
  display: none;
}
@media screen and (min-width: 1400px) {
  .margin-custom .elementor-widget-wrap {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .margin-top-section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .min-widht-600 .pxl-showcase {
    min-width: 530px;
  }
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  border-color: var(--primary-color) !important;
  box-shadow: inset 0 0 0 2px var(--primary-color) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span:hover {
  background-color: var(--primary-color) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span {
  background-color: var(--primary-color);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  color: #3d3d3d;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
  background-color: #f8f8f8;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date span.date {
  background-color: #e7e7e7 !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date span.date span.number {
  background-color: #e7e7e7 !important;
  color: #6e6e6e !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date span.date {
  background-color: var(--primary-color) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date span.date span.number {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active span.date {
  background-color: var(--primary-color) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active span.date span.number {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover span.date {
  background-color: var(--primary-color) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover span.date span.number {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 25px 0;
  font-size: 18px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  padding: 15px 0 15px;
  font-size: 1rem;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 1.5rem;
  font-family: 'Judson', serif;
  text-transform: capitalize;
}
body .booked-appt-list h2 {
  color: #0d0d0d;
}
body .booked-appt-list .timeslot .timeslot-time {
  color: #3d3d3d;
}
body .booked-appt-list .timeslot .spots-available {
  color: #6e6e6e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  background-color: #dbdbdb;
}
body .booked-appt-list .timeslot .timeslot-people button {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
body .booked-appt-list .timeslot .timeslot-title {
  color: var(--primary-color);
}
.tp-thumbs-inner-wrapper .tp-thumb {
  border: 6px solid transparent;
}
.tp-thumbs-inner-wrapper .tp-thumb.selected {
  border-color: #fefefe;
}
.tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-title {
  opacity: 0 !important;
}
.elementor-widget-image-carousel .elementor-widget-container {
  border-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .rs-parallax-wrap.pxl-group-center {
    min-width: 600px;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
body:not(.elementor-editor-active) .elementor-widget-pxl_particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-particle .pxl-item--particle {
  position: absolute;
}
.pxl-particle + .elementor-container {
  z-index: 99;
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-heading .pxl-item--title b {
  font-weight: 700;
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
}
.pxl-heading .pxl-heading--inner .pxl-item--title {
  color: #000;
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 30px;
  }
}
.pxl-heading .pxl-item--subtitle span {
  display: inline-block;
  font-size: 14px;
  color: var(--third-color);
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
  padding-bottom: 15px;
}
.pxl-heading .wow.letter {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-heading .wow.letter.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.heading-custom .pxl-item--title span {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 3px solid #000;
}
.heading-langding-custom .pxl-item--title cite {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-size: 27px;
  font-style: normal;
}
.pxl-text-editor .btn {
  margin: 0 12px;
}
.pxl-text-editor .sc-button-wrap {
  display: inline-flex;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-text-editor .pxl-item--inner p:last-child {
  margin-bottom: 0;
}
.pxl-text-editor.style-bg-box {
  padding: 0px 55px 0px 60px;
  position: relative;
  z-index: 1;
}
.pxl-text-editor.style-bg-box:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  -webkit-transform: skew(-35deg);
  -khtml-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  transform: skew(-35deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.pxl-text-editor.style-bg-box .pxl-item--inner {
  line-height: 33px;
}
.text-custom .pxl-text-editor {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .text-custom .pxl-text-editor {
    font-size: 14px;
  }
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-link li a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pxl-link li a:before {
  content: '';
  background-color: var(--primary-color);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-link li a:hover:before {
  width: 100%;
}
.pxl-link li i {
  min-width: 13px;
  margin-right: 8px;
  margin-top: 0px;
  font-size: 15px;
  line-height: 1;
}
.pxl-link li svg {
  margin-right: 35px;
}
.pxl-link.pxl-inline-block li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .pxl-link.pxl-inline-block li {
    position: relative;
  }
  .pxl-link.pxl-inline-block li:before {
    content: "";
    width: 2px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 52%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary-color);
  }
}
.pxl-link.pxl-inline-block li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.pxl-link.pxl-inline-block li:last-child:before {
  display: none;
  opacity: 0;
}
.list-link-custom .pxl-inline-block li + li::before {
  display: none;
}
.link-custom .pxl-link.pxl-inline-block li:before {
  display: none;
  opacity: 0;
}
.link-custom .pxl-link.pxl-inline-block li a:hover:before {
  display: none;
  opacity: 0;
}
.link-custom .pxl-link.pxl-inline-block li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .link-custom.tb-none {
    display: none;
  }
}
.pxl-megamenu .pxl-link li a:before {
  display: none;
}
.pxl-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-social li {
  margin-bottom: 14px;
}
.pxl-social li a {
  color: #222;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pxl-social li a:after {
  content: '';
  background-color: var(--primary-color);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-social li a:hover {
  color: var(--primary-color);
}
.pxl-social li a:hover:after {
  width: 100%;
}
.pxl-social.pxl-inline-block li {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pxl-social.pxl-inline-block li + li:before {
  width: 4px;
  height: 4px;
  content: "";
  display: inline-block;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #abc;
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.btn-video {
  background-color: #fff;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
}
.btn-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  animation: pxl_scale1 1500ms ease-out infinite;
  -webkit-animation: pxl_scale1 1500ms ease-out infinite;
  z-index: -2;
}
.btn-video:hover, .btn-video:focus {
  color: #000;
}
.btn-video:hover:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-button-video1.style1 {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.pxl-button-video1.style2 {
  width: 104px;
  height: 104px;
  line-height: 104px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  background: none;
  color: #fff;
}
.pxl-button-video1.style2:before {
  display: none;
}
.pxl-button-video1.style2:after {
  background-color: rgba(255, 255, 255, 0.13);
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(4px);
  -ms-backdrop-filter: blur(4px);
  -o-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.pxl-pagination1 {
  display: flex;
  align-items: center;
  position: relative;
}
.pxl-pagination1 .btn-nav {
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .btn-nav {
    font-size: 25px;
  }
}
.pxl-pagination1 .btn-nav i {
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxl-pagination1 .btn-nav i:hover {
  color: var(--secondary-color);
}
.pxl-pagination1 a.btn-icon {
  font-size: 40px;
  line-height: 1;
}
.pxl-pagination1 a.btn-icon i {
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 a.btn-icon {
    font-size: 25px;
  }
}
.pxl-pagination1 a.btn-link {
  z-index: 1;
  position: relative;
  top: -3px;
  height: 42px;
  line-height: 42px;
  color: var(--primary-color);
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 a.btn-link {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pxl-pagination1 .item--prev {
  text-align: left;
  display: flex;
  align-items: center;
}
.pxl-pagination1 .item--prev a.btn-link:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 0.25rem;
  height: 0.5rem;
  -webkit-mask: url(../img/menu_item_hover.svg) no-repeat;
  mask: url(../img/menu_item_hover.svg) no-repeat;
  background-color: #f4e8e1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.pxl-pagination1 .item--prev a.btn-link:hover {
  color: var(--primary-color);
  padding-left: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .item--prev a.btn-link:hover {
    padding-left: 0px;
    padding-right: 10px;
  }
}
.pxl-pagination1 .item--prev a.btn-link:hover:before {
  height: 2.5rem;
  width: 5.25rem;
  opacity: 1;
  visibility: visible;
}
.pxl-pagination1 .item--prev a.btn-icon {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .item--prev a.btn-icon {
    margin-right: 5px;
  }
}
.pxl-pagination1 .item--next {
  text-align: right;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: right;
}
.pxl-pagination1 .item--next a.btn-link:before {
  content: "";
  position: absolute;
  top: 3px;
  left: auto;
  right: 0;
  width: 0.25rem;
  height: 0.5rem;
  -webkit-mask: url(../img/menu_item_hover.svg) no-repeat;
  mask: url(../img/menu_item_hover.svg) no-repeat;
  background-color: #f4e8e1;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.pxl-pagination1 .item--next a.btn-link:hover {
  color: var(--primary-color);
  padding-left: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .item--next a.btn-link:hover {
    padding-left: 0px;
    padding-right: 10px;
  }
}
.pxl-pagination1 .item--next a.btn-link:hover:before {
  height: 2.5rem;
  width: 5.25rem;
  opacity: 1;
  visibility: visible;
}
.pxl-pagination1 .item--next a.btn-icon {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .item--next a.btn-icon {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .pxl--item {
    padding: 20px 0px;
  }
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #09013f;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.pxl-search-popup-button:before, .pxl-cart-sidebar-button:before {
  font-weight: bold;
}
.pxl-cart-sidebar-button .pxl_cart_counter {
  background-color: var(--primary-color);
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: -8px;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.pxl-getintouch.layout1 {
  padding-left: 0;
  list-style: none;
}
.pxl-getintouch.layout1 li {
  color: #122a00;
  display: flex;
}
.pxl-getintouch.layout1 li a {
  color: #122a00;
}
.pxl-getintouch.layout1 li i {
  font-size: 20px;
  position: relative;
  top: 6px;
  margin-right: 5px;
  line-height: 1;
}
.pxl-contact-form.btn-w-full button, .pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .wpcf7-form-control-wrap {
  display: inline-flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  font-size: 12px;
  background-color: #dc3232;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 6px;
  border-radius: 3px;
  line-height: 22px;
  z-index: 99;
}
.pxl-contact-form form {
  position: relative;
}
.pxl-contact-form form .wpcf7-response-output {
  margin: 30px 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 20px;
  color: red;
  text-align: center;
}
.pxl-contact-form form .wpcf7-spinner {
  display: none;
}
.pxl-contact-form form:before {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
}
.pxl-contact-form form.submitting * {
  opacity: 0.66;
}
.pxl-contact-form form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.pxl-contact-form textarea {
  height: 125px;
}
.pxl-contact-form.button-style1 button.wpcf7-submit {
  background-color: var(--primary-color);
  background-position: top 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form.button-style1 button.wpcf7-submit i {
  margin-left: 20px;
  font-size: 12px;
}
.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit) {
  border: none;
  font-size: 14px;
  padding-left: 24px;
  height: 56px;
  border: 1px solid #d7cdc7;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-contact-form1 .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 200px;
}
.pxl-contact-form1 .pxl-range-slider {
  height: 21px;
  background-color: #fff;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  -webkit-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -khtml-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -moz-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -ms-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -o-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  position: relative;
  margin-bottom: 38px;
}
.pxl-contact-form1 .pxl-range-slider .ui-slider-range {
  position: relative;
  height: 21px;
  background-color: #8da735;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
}
.pxl-contact-form1 .pxl-range-slider .ui-slider-handle {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #126727;
  position: absolute;
  top: -7px;
  margin-left: -17px;
  cursor: pointer;
}
.pxl-contact-form1 .pxl-range-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 6px;
  padding: 10px 7px 0 7px;
}
.pxl-contact-form1 .pxl-range-meta .wpcf7-form-control-wrap {
  display: inline-block !important;
  margin: 0 !important;
  width: auto !important;
}
.pxl-contact-form1 .pxl-range-meta label {
  font-weight: 500;
  color: #000;
  flex-grow: 1;
  font-style: italic;
  margin-right: 20px;
}
.pxl-contact-form1 .pxl-range-meta .pxl-range-result {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: 16px !important;
  font-weight: 700 !important;
  color: #126727 !important;
  min-width: 100px;
  max-width: 150px;
  text-align: right;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1 .pxl-range-meta .pxl-range-result {
    min-width: 90px;
    max-width: 90px;
  }
}
.pxl-contact-form1 .pxl-range-meta + .pxl-range-slider {
  margin-left: 7px;
  margin-right: 7px;
}
.pxl-contact-form1 .pxl-range-footer {
  margin-top: 8px;
  font-size: 15px;
  color: #000;
  padding-right: 7px;
}
.pxl-contact-form1 .pxl-range-footer a {
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.pxl-contact-form1 .pxl-range-footer a:hover {
  color: var(--primary-color);
  border-bottom: none;
}
.pxl-contact-form1 .wpcf7-form.failed .wpcf7-response-output {
  padding: 3px 20px 3px;
  border: 2px solid red;
}
.pxl-contact-form1 .wpcf7-form .input-filled label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
.pxl-contact-form1 .wpcf7-form .input-filled .pxl-select-higthlight {
  height: 56px;
  border: 1px solid #d7cdc7;
}
.pxl-contact-form1 .wpcf7-form .input-filled .wpcf7-submit {
  height: 56px;
}
.pxl-contact-form1 .wpcf7-form .input-filled .wpcf7-submit i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 7px;
}
.pxl-contact-form1 .wpcf7-form .pxl-select .pxl-select-higthlight:before {
  right: 5px;
}
.pxl-contact-form1 .row {
  justify-content: center;
}
.pxl-contact-form1.btn-w-right .wpcf7-form {
  position: relative;
}
.pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap {
    padding-right: 130px;
  }
}
.pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  height: 56px;
}
@media screen and (min-width: 768px) {
  .pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    right: 160px;
  }
}
.pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-submit {
  margin-top: 0;
  text-transform: uppercase;
  line-height: 56px;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-submit {
    min-width: 150px;
    -webkit-border-radius: 0px 5px 5px 0;
    -khtml-border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    -ms-border-radius: 0px 5px 5px 0;
    -o-border-radius: 0px 5px 5px 0;
    border-radius: 0px 5px 5px 0;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.pxl-contact-form1.btn-w-right .wpcf7-form .screen-reader-response {
  overflow: visible;
}
.pxl-contact-form1.btn-w-right .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -90px;
  z-index: 1;
  width: 100%;
}
.pxl-contact-form1 p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .ct7-from-custom .pxl-contact-form1 .input-filled {
    margin-bottom: 30px;
  }
}
.ct7-from-custom .pxl-contact-form1 .input-filled label {
  color: #222;
}
.ct7-from-custom .pxl-contact-form1 .input-filled br {
  display: none;
}
.ct7-from-custom .pxl-contact-form1 .wp-row-ctf7 .row {
  align-items: center;
}
.ct7-from-custom .pxl-contact-form1 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.ct7-from-custom .pxl-contact-form1 .input-filled-btn {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ct7-from-custom .pxl-contact-form1 .input-filled-btn {
    text-align: left;
  }
}
.ct7-from-custom .pxl-contact-form1 .wpcf7-form .input-filled .wpcf7-submit i {
  margin-right: 0;
  font-size: 40px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .pxl-contact-form1 .mad-newsletter-form {
    display: flex;
  }
}
.pxl-contact-form1 .mad-newsletter-form .filled-email {
  flex-grow: 1;
}
.pxl-contact-form1 .mad-newsletter-form .filled-email .wpcf7-email {
  color: #867f7f;
  font-size: 16px;
  line-height: 70px;
}
@media screen and (min-width: 992px) {
  .pxl-contact-form1 .mad-newsletter-form .filled-email .wpcf7-email {
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
.pxl-contact-form1 .mad-newsletter-form .input-filled .wpcf7-submit {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  background-color: #625043;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .pxl-contact-form1 .mad-newsletter-form .input-filled .wpcf7-submit {
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-contact-form1 .mad-newsletter-form .input-filled .wpcf7-submit {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }
}
.pxl-icon1.style-1 {
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-icon1.style-1 a {
  display: inline-block;
  margin: 5px;
  line-height: 1;
}
.pxl-icon1.style-1 a:hover {
  color: var(--third-color);
}
.pxl-icon1.style-2 {
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-icon1.style-2 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: var(--primary-color);
  margin-right: 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 63% 37% 68% 32% / 63% 35% 65% 37%;
}
.pxl-icon1.style-2 a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-icon1.style-2-2 {
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-icon1.style-2-2 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  color: var(--primary-color);
  margin-right: 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 63% 37% 68% 32% / 63% 35% 65% 37%;
}
.pxl-icon1.style-2-2 a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-icon1.style-3 .inner-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pxl-icon1.style-3 .inner-layout label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  margin-bottom: 50px;
}
.pxl-icon1.style-3 .inner-layout a {
  margin-top: 40px;
}
.social-custom .pxl-icon1.style-2 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.pxl-title-effect .pxl-item--title {
  margin-bottom: 0;
}
.pxl-title-effect.pxl-type-gradient .pxl-item--title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.elementor-widget__width-initial.elementor-widget-pxl_image > .elementor-widget-container {
  width: 100%;
}
.el-bounce.bounce-active, .pxl-image-effect1.bounce-active {
  animation: pxl_zigzag 600ms ease-out infinite;
  -webkit-animation: pxl_zigzag 600ms ease-out infinite;
}
.pxl-image-effect2 {
  animation: pxl_bottom_top_small 3s ease-out infinite;
  -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
.pxl-partner-carousel1 .pxl-item--logo {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-partner-carousel1 .pxl-item--logo img {
  max-height: 100px;
  width: auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-partner-carousel1 .pxl-item--logo img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  -khtml-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-item--logo:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.pxl-partner-carousel1 .pxl-item--logo:hover img:nth-child(1) {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-item--logo:hover img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pxl-partner-carousel1.box-style2 .pxl-item--logo img:nth-child(1) {
  opacity: 0.2;
}
.pxl-partner-carousel1.box-style2 .pxl-item--logo:hover img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pxl-partner-carousel1 .pxl-item--inner {
  text-align: center;
}
.pxl-partner-carousel1 .pxl-swiper-slide.swiper-slide-visible .pxl-item--inner:before {
  opacity: 1;
}
.pxl-partner-carousel1 .swiper-slide-visible.swiper-slide-next + .pxl-swiper-slide .pxl-item--inner:before {
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-swiper-arrow {
  height: 39px;
  width: 39px;
  line-height: 39px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
}
.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-partner-carousel1[data-arrow="true"] {
  padding: 0 40px;
}
.pxl-partner-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.pxl-partner-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-recent-news1 {
  position: relative;
  z-index: 1;
}
.pxl-recent-news1 .pxl-item--image {
  min-height: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-item--image {
    position: absolute;
    overflow: hidden;
    height: 100%;
    max-width: 45%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-item--image {
    position: relative;
  }
}
.pxl-recent-news1 .pxl-item--image .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.pxl-recent-news1 .pxl-item--title {
  font-size: 22px;
  font-weight: bold;
  color: #122a00;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pxl-recent-news1 .pxl-item--title {
    max-width: 70%;
  }
}
.pxl-recent-news1 .pxl-item--title a {
  color: inherit;
}
.pxl-recent-news1 .pxl-item--title a:hover {
  color: inherit;
}
.pxl-recent-news1 .pxl-meta--post {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}
.pxl-recent-news1 .pxl-meta--post li {
  font-size: 14px;
  display: inline-block;
  color: #888;
}
.pxl-recent-news1 .pxl-meta--post li a {
  color: #888;
}
.pxl-recent-news1 .pxl-meta--post li a:hover {
  color: var(--primary-color);
}
.pxl-recent-news1 .pxl-meta--post li i {
  margin-right: 10px;
}
.pxl-recent-news1 .pxl-meta--post li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-item--body {
    padding: 30px 25px;
  }
}
.pxl-recent-news1 .btn-readmore {
  display: inline-flex;
  align-items: center;
  color: var(--secondary-color);
  font-weight: bold;
}
.pxl-recent-news1 .btn-readmore span {
  text-decoration: underline;
  text-shadow: 0px 5px 5px #e8f4e6;
}
.pxl-recent-news1 .btn-readmore i {
  margin: 0 10px;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #26a02c;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pxl-recent-news1 .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-recent-news1 .btn-readmore:hover i {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-recent-news1 .pxl-grid-item {
  background-color: #f9f9f9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-grid-item {
    padding: 30px 30px 40px 50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-grid-item {
    margin-bottom: 40px;
  }
}
.pxl-recent-news1 .pxl-grid-item.active {
  background-color: #e8f4e6;
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-grid-item.active .pxl-item--image {
    z-index: 1;
    opacity: 1;
  }
}
.pxl-recent-news1 .pxl-grid-item.active .btn-readmore span {
  text-shadow: none;
}
.pxl-recent-news1 .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pxl-instagram1.style-default .pxl-instagram-inner {
  display: flex;
  flex-wrap: wrap;
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item {
  width: 20%;
  position: relative;
  padding: 3px;
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item img {
  width: 100%;
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  color: #fff;
  opacity: 0;
  font-size: 26px;
  visibility: hidden;
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item.active a {
  opacity: 1;
  visibility: visible;
}
.pxl-instagram1.style-default .pxl-instagram-inner .pxl--item.active img {
  opacity: 0;
}
.pxl-instagram1.style-2 .pxl-instagram-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-instagram1.style-2 .pxl-instagram-inner .pxl--item {
  width: 20%;
  position: relative;
  padding: 5px;
}
.pxl-instagram1.style-2 .pxl-instagram-inner .pxl--item img {
  width: 100%;
}
.pxl-instagram1.style-2 .pxl-instagram-inner .pxl--item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  color: #fff;
  opacity: 0;
  font-size: 26px;
  visibility: hidden;
}
.pxl-instagram1.style-2 .pxl-instagram-inner .pxl--item a i {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-instagram1.style-2 .btn-insta-nickname {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  display: inline-block;
}
.pxl-instagram1.style-2 .btn-insta-nickname i {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.elementor-widget-overlay {
  width: 100% !important;
  height: 100%;
}
.elementor-widget-overlay .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single *, .pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box {
  position: relative;
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box a.btn-zoom {
  width: 55px;
  height: 55px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  top: 30%;
  left: 50%;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translate(-50%, -60%);
  -khtml-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box:hover {
  background-color: #000;
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box:hover img {
  opacity: 0.6;
}
.pxl-image-single .pxl-item--inner.pxl-item-light-box:hover a.btn-zoom {
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-image-single.skew-in.pxl-skew-in {
  -webkit-animation-name: pxlSkewIn;
  animation-name: pxlSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-spacer1 > div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-spacer1 .pxl-space--xl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-spacer1 .pxl-space--lg {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-spacer1 .pxl-space--md {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-spacer1 .pxl-space--sm {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .pxl-spacer1 .pxl-space--xs {
    display: block;
  }
}
.pxl-contact-box .pxl-item--bg {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-box .pxl-item--text1 {
  color: var(--primary-color);
}
.pxl-contact-box .pxl-item--text2 {
  font-size: 36px;
  color: #fff;
  border-bottom: 1px solid #5b685e;
  margin-bottom: 15px;
  margin: 0 20px 20px;
  padding-bottom: 13px;
}
.pxl-contact-box .pxl-item--number {
  font-size: 40px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.pxl-contact-box .pxl-item--description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 32px;
}
.pxl-contact-box .pxl-item--link a {
  display: inline-block;
  line-height: 46px;
  padding: 0 76px 0px 25px;
  background-color: #fff;
  color: #002813;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.pxl-contact-box .pxl-item--link a i {
  width: 56px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-contact-box .pxl-item--link a:hover i {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-contact-box .pxl-item--inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  padding: 115px 20px;
}
.pxl-contact-box .pxl-item--inner .shape-left, .pxl-contact-box .pxl-item--inner .shape-right {
  position: absolute;
  width: 200px;
  height: 200px;
}
.pxl-contact-box .pxl-item--inner .shape-left {
  left: -135px;
  top: -65px;
  -webkit-transform: rotate(47deg);
  -khtml-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
}
.pxl-contact-box .pxl-item--inner .shape-right {
  right: -150px;
  bottom: -70px;
  -webkit-transform: rotate(47deg);
  -khtml-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
}
.pxl-contact-box .pxl-item--inner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 13, 6, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxl-contact-box .pxl-item--inner:hover .pxl-item--bg {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tp-bullets.bullets-nav-style1.vertical {
  width: 60px !important;
}
.tp-bullets.bullets-nav-style1.vertical .tp-bullet {
  height: 2px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
.tp-bullets.bullets-nav-style1.vertical .tp-bullet.selected {
  width: 100%;
  background-color: #000;
}
.tp-bullets.bullets-nav-style1-white.vertical {
  width: 60px !important;
}
.tp-bullets.bullets-nav-style1-white.vertical .tp-bullet {
  height: 2px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
.tp-bullets.bullets-nav-style1-white.vertical .tp-bullet.selected {
  width: 100%;
  background-color: #fff;
}
.tp-bullets.bullets-nav-style2.vertical .tp-bullet {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tp-bullets.bullets-nav-style2.vertical .tp-bullet.selected {
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tp-bullets.bullets-nav-style2.horizontal .tp-bullet {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tp-bullets.bullets-nav-style2.horizontal .tp-bullet.selected {
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn-slider-custom i {
  margin-left: 15px !important;
}
.btn-slider-custom:hover i {
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(to right, #fff, #fff);
  background-image: -moz-linear-gradient(to right, #fff, #fff);
  background-image: -ms-linear-gradient(to right, #fff, #fff);
  background-image: -o-linear-gradient(to right, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='#fff', gradientType='1');
}
.pxl-showcase1 .item-feature {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.15);
}
.pxl-showcase1 .item-feature img {
  width: 100%;
}
.pxl-showcase1 .item-title {
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #0f1b38;
}
.pxl-showcase1 .item-title a {
  line-height: 35px;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-showcase1 a.btn-link {
  display: inline-block;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 10px;
  color: #0f1b38;
  font-size: 12px;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(-100%), #0f1b38 1px);
  background-size: 0 0;
  background-position: bottom;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-showcase1 .item-meta a {
  margin-right: 10px;
  line-height: 32px;
  color: #fff;
  font-style: normal;
  display: inline-block;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-showcase1 .item-meta a:hover {
  font-style: italic;
  background-color: var(--secondary-color);
}
.pxl-showcase1 .inner-box {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  max-width: 530px;
}
.pxl-showcase1 .inner-box:hover a.btn-link, .pxl-showcase1 .inner-box:hover .item-title a {
  background-size: 100% 1px;
}
.pxl-showcase2 {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-showcase2 .item-feature {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 767px) {
  .pxl-showcase2 .item-feature {
    margin-bottom: 20px;
  }
}
.pxl-showcase2 .item-feature img {
  width: 100%;
}
.pxl-showcase2 .item-title {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 500;
}
.pxl-showcase2 .item-title a {
  color: inherit;
  display: inline-block;
  border-bottom: none;
  font-size: inherit;
}
.pxl-showcase2 .item-title .notification {
  -webkit-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  -khtml-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  -moz-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  -ms-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  -o-box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  box-shadow: 0 5px 20px rgba(var(--primary-color-rgb),0.15);
  line-height: 23px;
  height: 23px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize;
  margin-left: 8px;
  z-index: 2;
  text-align: center;
  display: inline-block;
  top: -2px;
}
.pxl-showcase2 .item-title cite {
  color: var(--primary-color);
  font-style: normal;
}
.pxl-showcase2 .pxl-item-links {
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pxl-showcase2 .pxl-item-links a {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  min-width: 110px;
  background-color: var(--primary-color);
  line-height: 32px;
  padding: 0 10px !important;
  margin: 5px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.pxl-showcase2 .pxl-item-links a.link-1 {
  -webkit-transform: translateY(-30px);
  -khtml-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.pxl-showcase2 .pxl-item-links a:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.pxl-showcase2 .pxl-item-links a span {
  margin-top: 0;
}
.pxl-showcase2:hover {
  -webkit-transform: translateY(-3px);
  -khtml-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.pxl-showcase2:hover .item-feature {
  background-color: #000;
}
.pxl-showcase2:hover .item-feature img {
  opacity: 0.2;
}
.pxl-showcase2:hover .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.pxl-showcase2:hover .pxl-item-links a {
  transform: translateY(0);
}
.pxl-showcase2:hover .pxl-item-links a.link-1 {
  transition-delay: 0.08s;
}
.pxl-showcase2:hover .pxl-item-links a.link-2 {
  transition-delay: 0.04s;
}
.pxl-showcase2 .inner-box {
  text-align: center;
}
.pxl-showcase2 .inner-box.item-comingsoon .item-feature {
  background-color: #000;
}
.pxl-showcase2 .inner-box.item-comingsoon .item-feature img {
  opacity: 0.2;
}
.pxl-showcase2 .inner-box.item-comingsoon .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.pxl-showcase2 .inner-box.item-comingsoon .pxl-item-links a {
  background-color: var(--primary-color);
  transform: translateY(0);
}
.pxl-image-before-after1 img {
  width: 100%;
}
.pxl-image-before-after1.style2 {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-before-after1.style2 .twentytwenty-container {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-image-before-after1.style2 .twentytwenty-handle {
  border-color: #fff;
  width: 96px;
  height: 96px;
  border: none;
  margin-left: -50px;
  margin-top: -50px;
  background: url(../img/before_after.png) no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: none;
}
.pxl-image-before-after1.style2 .twentytwenty-handle span {
  display: none;
}
.pxl-image-before-after1.style2 .twentytwenty-handle:before {
  width: 8px;
  margin-bottom: 47px;
}
.pxl-image-before-after1.style2 .twentytwenty-handle:after {
  bottom: 46%;
  width: 8px;
  margin-top: 47px;
}
.pxl-image-before-after1.style2 .twentytwenty-handle:before, .pxl-image-before-after1.style2 .twentytwenty-handle:after {
  margin-left: -3px;
  box-shadow: none;
}
.pxl-anchor-wrap {
  display: flex;
}
.pxl-anchor-wrap .pxl-anchor {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right {
  display: inline-flex;
  flex-direction: row-reverse;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 46px;
  padding: 0 35px;
  color: #fff;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right .pxl-anchor-icon {
  margin-left: 15px;
  line-height: 1;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--left {
  display: inline-flex;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--left .pxl-anchor-icon {
  line-height: 1;
}
.pxl-anchor-wrap .pxl-anchor.btn-default {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-anchor-wrap.search-mask a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 54px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cub