/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dark-version .elementor-shape .elementor-shape-fill{
  fill: #333333;
}
.oxin-page-builder-elementor {
    position: relative;
    z-index: 1;
}
.oxin-bubble-border {
    display: inline-block;
    position: relative;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

.oxin-bubble-border i {
    background-color: #fff;
    position: absolute;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.oxin-bubble-border i:nth-child(1) {
    top: 0;
    right: 0;
    height: .1875rem;
    width: 0%;
}

.oxin-bubble-border i:nth-child(2) {
    height: 0%;
    left: 0;
    top: 0;
    width: .1875rem;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.oxin-bubble-border i:nth-child(3) {
    bottom: 0;
    left: 0;
    height: .1875rem;
    width: 0%;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.oxin-bubble-border i:nth-child(4) {
    height: 0%;
    right: 0;
    bottom: 0;
    width: .1875rem;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.oxin-bubble-border i:nth-child(5) {
    bottom: 0;
    opacity: 0;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    right: 2rem;
}

.oxin-bubble-border i:nth-child(5):after {
    border-style: solid;
    border-width: .625rem 0 0 .625rem;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
}

.oxin-bubble-border .oxin-title-rotate {
    right: 0;
    position: absolute;
    top: 0;
}

.oxin-bubble-border .oxin-title-rotate span {
    padding: 1.5rem 2.25rem;
    display: inline-block;
    position: absolute;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(-0.3125rem) rotate(-0.02deg);
    -ms-transform: translateY(-0.3125rem) rotate(-0.02deg);
    transform: translateY(-0.3125rem) rotate(-0.02deg);
    opacity: 0;
    white-space: nowrap;
}

.oxin-bubble-border .oxin-title-rotate span.active {
    opacity: 0;
    -webkit-transform: translateY(-0.3125rem) rotate(-0.02deg);
    -ms-transform: translateY(-0.3125rem) rotate(-0.02deg);
    transform: translateY(-0.3125rem) rotate(-0.02deg);
}

.oxin-bubble-border.in .oxin-title-rotate span.active {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-0.02deg);
    -ms-transform: translateY(0) rotate(-0.02deg);
    transform: translateY(0) rotate(-0.02deg);
}

.oxin-bubble-border.in .oxin-title-rotate span.out {
    opacity: 0;
    -webkit-transform: translateY(0.3125rem) rotate(-0.02deg);
    -ms-transform: translateY(0.3125rem) rotate(-0.02deg);
    transform: translateY(0.3125rem) rotate(-0.02deg);
}

.oxin-bubble-border.in i:nth-child(1), .oxin-bubble-border.in i:nth-child(3) {
    width: 100%;
}

.oxin-bubble-border.in i:nth-child(2), .oxin-bubble-border.in i:nth-child(4) {
    height: 100%;
}

.oxin-bubble-border.in i:nth-child(5) {
    opacity: 1;
}

.oxin-image-headings {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
}

.oxin-stock-headings {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0d1b1e;
    -moz-text-stroke-color: #0d1b1e;
}
.oxin-stock-headings.heading-shadow {
    text-shadow: -6px 6px #4CAF50;
}
.oxin-stock-headings.stroke-shadow {
    color: #f8efe2;
    text-shadow: 2px 0 #0d1b1e, 0 -2px #0d1b1e, -2px 0 #0d1b1e, 0 2px #0d1b1e, -2px 2px #0d1b1e, 2px -2px #0d1b1e, 2px 2px #0d1b1e, -2px -2px #0d1b1e, -6px 6px #2dc7ff;
}
.oxin-stock-headings.heading-halftone {
    position: relative;
    z-index: 1;
}
.oxin-stock-headings.heading-halftone:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVQYV2NUVFT8f//+fUYGBgYGMAEDcA5IBQCKJQVmn76DhAAAAABJRU5ErkJggg==") repeat;
    -webkit-text-stroke-width: 0;
    -moz-text-stroke-width: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    right: 1.09%;
    top: 3%;
    left: 0;
    content: attr(data-content);
    z-index: -1;
    position: absolute;
}
.oxin-stock-headings.heading-halftone.heading-halftone-color:after {
    background-color: #2dc7ff;
}
/*--------------------------------------------------------------
# Extra Headings
--------------------------------------------------------------*/
.oxin-heading .oxin-pre-heading,
.oxin-heading .oxin-animated-heading,
.oxin-heading .oxin-post-heading {
  display: inline-block;
}
.oxin-heading a {
  color: inherit;
}
.oxin-heading a:hover {
  color: inherit;
}
.oxin-heading span {
  display: inline-block;
}
.oxin-heading .typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: typed-blink 0.7s infinite;
  -ms-animation: typed-blink 0.7s infinite;
  animation: typed-blink 0.7s infinite;
}

.oxin-advance-heading .oxin-heading-tag {
  margin: 0;
  padding: 0;
}
.oxin-advance-heading a {
  color: inherit;
}
.oxin-advance-heading a:hover {
  color: inherit;
}
.oxin-advance-heading .oxin-sub-heading,
.oxin-advance-heading .oxin-main-heading {
  z-index: 1;
  position: relative;
}
.oxin-advance-heading .oxin-main-heading {
  margin-bottom: 10px;
}
.oxin-advance-heading .oxin-sub-heading {
  display: inline-block;
  top: 5px;
  line-height: 1;
}
.oxin-advance-heading .oxin-sub-heading-content,
.oxin-advance-heading .oxin-main-heading {
  display: inline-block;
  vertical-align: middle;
}
.oxin-advance-heading .oxin-sub-heading .line.oxin-button-icon-align-right,
.oxin-advance-heading .oxin-main-heading .line.oxin-button-icon-align-right{
  float: left;
}
.oxin-advance-heading .oxin-sub-heading .line.oxin-button-icon-align-left,
.oxin-advance-heading .oxin-main-heading .line.oxin-button-icon-align-left{
  float: right;
}
.oxin-advance-heading .oxin-sub-heading .line:after,
.oxin-advance-heading .oxin-main-heading .line:after {
  content: "";
  height: 3px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ff0066;
}
.oxin-advance-heading .oxin-sub-heading .line.oxin-button-icon-align-bottom,
.oxin-advance-heading .oxin-main-heading .line.oxin-button-icon-align-bottom {
  line-height: 0;
  margin-bottom: 10px;
}
.oxin-advance-heading .oxin-advance-heading-content {
  color: rgba(156, 156, 156, 0.12);
  z-index: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}

.oxin-advance-heading .oxin-text-left{
  text-align: left;
}

.oxin-advance-heading .oxin-text-right{
  text-align: right;
}

.oxin-advance-heading .oxin-text-center{
  text-align: center;
}

.oxin-advance-heading .oxin-advance-heading-content > div {
  display: inline-block;
}

.oxin-ep-main-color-yes .oxin-advance-heading .oxin-main-heading {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-210deg, #0e83cd 0, #8062d4 100%);
  background-image: linear-gradient(-240deg, #0e83cd 0, #8062d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.oxin-ep-advanced-color-yes .oxin-advance-heading .oxin-advance-heading-content > div {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-210deg, #0e83cd 0, #8062d4 100%);
  background-image: linear-gradient(-240deg, #0e83cd 0, #8062d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Animations Type Blink
--------------------------------------------------------------*/
@keyframes typed-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes typed-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.oxin-step-flow > .elementor-widget-container {
    padding: 30px; 
    text-align: center;
}
.oxin-step-arrow {
    position: absolute;
    top: 50%;
    right: calc( 100% + 50px); 
    display: inline-block;
    width: 100px;
    border-top: 1px solid #ddd;
}
.oxin-step-arrow:after {
    position: absolute;
    top: -2px;
    left: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #ddd;
    content: "";
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}

.oxin-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    background-color: #e9ecf0;
    box-shadow: 0 2px 6px -2px #989898; 
    color: #f68872;
    text-align: center;
    font-size: 46px;
}
.oxin-steps-icon i {
    position: relative; 
    display: block;
    width: 1em;
    height: 1em;
}
.oxin-steps-icon i:before {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}
.oxin-steps-icon .oxin-steps-label {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 12px 8px;
    border-radius: 20px;
    background-color: #f68872;
    color: #fff;
    font-size: 12px;
    line-height: 0;
}

.oxin-steps-title {
    margin-top: 0;
    margin-bottom: 30px; 
    font-weight: bold;
    font-size: 16px;
}

.oxin-steps-title a {
    display: block; 
    color: #f68872;
}

.oxin-steps-title a:hover {
    color: #242424;
}

.oxin-step-description {
    margin: 0; 
    color: #616161;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

/* Portfolio Carousel */
.text-align-left {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: left;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .text-align-tablet-left {
        text-align: right;
    }
    .text-align-tablet-center {
        text-align: center;
    }
    .text-align-tablet-right {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .text-align-mobile-left {
        text-align: right;
    }
    .text-align-mobile-center {
        text-align: center;
    }
    .text-align-mobile-right {
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Portfolio Contents
--------------------------------------------------------------*/
.portolio-filters {
  margin-top: 30px;
  margin-bottom: 60px;
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 15;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-right: -10px;
  margin-left: -10px;
  flex-direction: row-reverse;
}

.portolio-filters li {
  display: inline-block;
  line-height: 20px;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portolio-filters li a {
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  z-index: 15;
  color: #515151;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
}

.portolio-filters li a:hover,
.portolio-filters li a.active {
  color: #000;
  font-weight: 600;
}

.portolio-filters li a:hover, .portolio-filters li a.active {
  border-color: #000;
}

.portolio-filters li span {
  font-weight: normal;
  color: #b1b1b1;
  position: relative;
  font-family: VazirFD;
}
.portolio-filters li span:before {
  content: '(';
  margin-right: 5px;
}
.portolio-filters li span:after {
  content: ')';
}

@media only screen and (min-width: 992px) {
  .filter-align-center .portolio-filters {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .filter-align-left .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .filter-align-right .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-align-tablet-center .portolio-filters {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .elementor-align-tablet-center {
    text-align: center !important;
  }  
  .elementor-align-tablet-left {
    text-align: right !important;
  }  
  .elementor-align-tablet-right {
    text-align: left !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-align-tablet-left .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-align-tablet-right .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .filter-align-mobile-center .portolio-filters {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .filter-align-mobile-left .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .filter-align-mobile-right .portolio-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .filter-stauts-inscroll .portolio-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-stauts-tablet-inscroll .portolio-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 767px) {
  .filter-stauts-mobile-inscroll .portolio-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .elementor-align-mobile-center {
    text-align: center !important;
  }  
  .elementor-align-mobile-left {
    text-align: right !important;
  }  
  .elementor-align-mobile-right {
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .filter-stauts-block .portolio-filters {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .filter-stauts-block .portolio-filters li {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-stauts-tablet-block .portolio-filters {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-stauts-tablet-block .portolio-filters li {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .filter-stauts-mobile-block .portolio-filters {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .filter-stauts-mobile-block .portolio-filters li {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .filter-stauts-inline .portolio-filters {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .filter-stauts-inline .portolio-filters li {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-stauts-tablet-inline .portolio-filters {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-stauts-tablet-inline .portolio-filters li {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .filter-stauts-mobile-inline .portolio-filters {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .filter-stauts-mobile-inline .portolio-filters li {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .portolio-filters {
    margin-right: auto;
    margin-left: auto;
  }
}
.section.section-portfolio .portfolio-boxes .portfolio-box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.section.section-portfolio .portfolio-boxes .portfolio-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 8px;
  z-index: 1;
}
#pagination-block-oxin {
  display: none;
}
.section.section-portfolio .portfolio-boxes .portfolio-box img {
    width: 100%;
    transition: all 0.25s ease-in-out;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .icon {
    height: 3rem;
    width: 3rem;
    font-size: 14px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .icon i {
    color: #fff;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 30px;
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    z-index: 3;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap span {
  color: #fff;
  font-size: 15px;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .wrap span:after {
  content: ',';
  position: relative;
  margin-left: 3px;
}
.section.section-portfolio .portfolio-boxes .portfolio-box .wrap span:last-child:after {
  content: '';
  margin-left: 0;
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover {
  -webkit-transform: rotateX(-10deg) translateZ(50px);
          transform: rotateX(-10deg) translateZ(50px);
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover::before {
  content: '';
  background-color: #020AA0A8;
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover .wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.section.section-portfolio.is-dark {
  background: #161616;
}

.btn-more-works {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  padding: 15px 30px;
}

.dark-version .btn-more-works {
  color: white;
}

.portfolio-carousel-item .portfolio-box {
    margin-bottom: 0;
}
.oxin-portfolio-wrapper .swiper-button-prev,
.oxin-portfolio-wrapper .swiper-button-next,
.oxin-portfolio-wrapper .swiper-container-rtl .swiper-button-next,
.oxin-portfolio-wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
.oxin-portfolio-wrapper .swiper-button-prev:after,
.oxin-portfolio-wrapper .swiper-button-next:after{
    display: none;
}
.oxin-blog-wrapper .swiper-button-prev,
.oxin-blog-wrapper .swiper-button-next,
.oxin-blog-wrapper .swiper-container-rtl .swiper-button-next,
.oxin-blog-wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
.oxin-blog-wrapper .swiper-button-prev:after,
.oxin-blog-wrapper .swiper-button-next:after{
    display: none;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.oxin-services__header {
  position: relative;
  overflow: hidden;
  max-width: 100%
}

.oxin-services__header img.oxin-services__img-tag {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.oxin-services__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0
}

.oxin-services__cover:empty {
  display: none
}

.oxin-services__cover>* {
  z-index: 1
}

.oxin-services__cover:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  content: ''
}

.oxin-services__cover:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: none
}

.oxin-services__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.oxin-services__content:empty {
  display: none
}

.oxin-services__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 10px 0
}

.oxin-services__icon .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #6ec1e4;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.oxin-services__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  font-size: 20px;
  color: black;
  margin: 10px 0
}

.oxin-services__desc {
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  color: #54595f;
  margin: 10px 0
}

.oxin-services .oxin-services__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.oxin-services .oxin-services__button--icon-before .oxin-services__button-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.oxin-services .oxin-services__button--icon-before .oxin-services__button-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.oxin-services .oxin-services__button--icon-after .oxin-services__button-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.oxin-services .oxin-services__button--icon-after .oxin-services__button-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.oxin-services.oxin-services--cover-hover .oxin-services__cover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  -o-transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9)
}

.oxin-services.oxin-services--cover-hover .oxin-services__header:hover .oxin-services__cover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  -o-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9)
}

.oxin-services.oxin-services--header-position-top .oxin-services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.oxin-services.oxin-services--header-position-left .oxin-services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}

.oxin-services.oxin-services--header-position-left .oxin-services__inner .oxin-services__header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.oxin-services.oxin-services--header-position-left .oxin-services__inner .oxin-services__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.oxin-services.oxin-services--header-position-right .oxin-services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}

.oxin-services.oxin-services--header-position-right .oxin-services__inner .oxin-services__header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.oxin-services.oxin-services--header-position-right .oxin-services__inner .oxin-services__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
/*--------------------------------------------------------------
# Video Popup Content
--------------------------------------------------------------*/
.video-box{
  position:relative;
  z-index:1;
}

.video-box .image{
  position:relative;
  overflow:hidden;
  margin:0px;
  text-align:center;
}

.video-box .image img{
  position:relative;
  width:100%;
}

.video-box .overlay-box{
  width:100%;
  display: inline-block;
  padding:0;
  line-height: 70px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.video-box .overlay-box span {
  position: relative;
  width:70px;
  height: 70px;
  z-index:98;
  color: #ffffff;
  font-weight:400;
  font-size:20px;
  text-align: center;
  border-radius:50%;
  padding: 2px 0 0 4px;
  background-color: #fc5655;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.video-box .overlay-box .text{
  position:relative;
  color:#ffffff;
  line-height:1.3em;
  margin-top:35px;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}


/*--------------------------------------------------------------
# Testimonial Content
--------------------------------------------------------------*/
.oxin-testimonial-wrapper .swiper-button-prev,
.oxin-testimonial-wrapper .swiper-button-next,
.oxin-testimonial-wrapper .swiper-container-rtl .swiper-button-next,
.oxin-testimonial-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.oxin-testimonial-wrapper .swiper-button-prev:after,
.oxin-testimonial-wrapper .swiper-button-next:after{
    display: none;
}
.testimonial-two-block {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .testimonial-two-block {
    padding: 60px;
  }  
}
.testimonial-two-block .oxin-testimonial-content {
  margin-bottom: 30px;
}
.testimonial-two-block > .row {
  margin-right: 0;
  margin-left: 0;
  background: #f7f7f7;
}
.testimonial-two-block > .row > * {
  padding: 30px;
}
.testimonial-two-block .quote-indicator {
  font-size: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) { 
  .testimonial-two-block .oxin-testimonial-image {
    margin-bottom: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-two-block > .row > * {
    padding: 50px 30px;
  }   
  .testimonial-two-block > .row > .col-lg-5 {
    padding-right: 40px;
  }   
  .testimonial-two-block > .row > .col-lg-7 {
    padding-left: 60px;
  } 
  .testimonial-two-block .oxin-testimonial-image {
    padding-right: 15px;
    margin-left: -15px;
  } 
}
.testimonial-one-block {
  margin-bottom: 30px;
}
.testimonial-one-block .oxin-testimonial-image,
.testimonial-one-block .oxin-testimonial-content {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Blog Content
--------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 766px) {
  .elementor-widget-container .grid-layout {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  } 
} 

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .elementor-widget-container .grid-layout {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }  
  .elementor-widget-container .post-thumb img {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Swiper Carousel 
--------------------------------------------------------------*/
.swiper-container-wrap-dots-outside .swiper-pagination,
.swiper-container-dots-outside .swiper-pagination {
  position: static;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Site Logo
--------------------------------------------------------------*/

.oxin-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.oxin-logo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.oxin-logo-display-block .oxin-logo__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


/*--------------------------------------------------------------
# Comming Soon Counter
--------------------------------------------------------------*/

.commingsoon-count .tab-val {
  color: black;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
}
.commingsoon-count .tab-unit {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #7a7a7a;
}
.commingsoon-count .timer-body-block {
  display: table;
  margin: 30px auto auto;
}
.commingsoon-count .timer-body-block .table-cell {
  display: table-cell;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .commingsoon-count .timer-body-block .table-cell {
    display: block;
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Download Button
--------------------------------------------------------------*/
.oxin-download.elementor-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.oxin-download.oxin-download-icon-position-top,
.oxin-download.oxin-download-icon-position-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.oxin-download__icon.oxin-download-icon-left {
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 3;
  order: 3
}

.oxin-download__icon.oxin-download-icon-right {
  margin-right: 10px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 1;
  order: 1
}

.oxin-download__icon.oxin-download-icon-top {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.oxin-download__icon.oxin-download-icon-bottom {
  margin-top: 10px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.oxin-download__icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.oxin-download__text {
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.oxin-download__label {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.oxin-download__sub-label {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

/*--------------------------------------------------------------
# Service Pricing
--------------------------------------------------------------*/

.service-pricing {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 30px
}

.service-pricing > * {
  width: 100%;
  font-size: 25px
}

.service-pricing__icon-box .oxin-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.service-pricing__badge {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto
}

.service-pricing .service-pricing-button {
  overflow: hidden
}

.service-pricing .service-pricing-button.button-full-size {
  width: 100%
}

.service-pricing .button-icon {
  margin-left: 5px
}

.service-pricing__fold-mask {
  overflow: hidden
}

.service-pricing__fold-mask:not(.service-pricing-unfold-state) {
  max-height: 0
}

.service-pricing__fold-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.service-pricing__fold-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.service-pricing__fold-button-icon,
.service-pricing__fold-button-text {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.pricing-feature:not(:first-child):before {
  content: "";
  display: block;
  height: 0;
  margin-left: auto;
  margin-right: auto
}

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

.pricing-feature .item-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 7px
}

.pricing-feature:last-child {
  margin-bottom: 0 !important
}

.pricing-feature .tippy-popper .tippy-backdrop {
  background-color: transparent
}

.pricing-feature .tippy-tooltip[data-animatefill] {
  background-color: #333
}

.fold_visible_last {
  margin-bottom: 0 !important
}

.service-pricing .service-pricing__title {
  margin: 0 0 20px 0;
  padding: 0
}

.service-pricing .service-pricing__subtitle {
  margin: 0 0 10px 0;
  padding: 0
}

.service-pricing__price {
  padding: 15px 0
}

.service-pricing__price-prefix,
.service-pricing__price-val {
  font-size: 28px
}

.service-pricing__price-desc {
  padding: 0;
  margin: 5px 0 0
}

.service-pricing__action {
  padding: 20px 0 0 0
}
/*--------------------------------------------------------------
# Team Member
--------------------------------------------------------------*/
.oxin-team-member__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.oxin-team-member__image {
  position: relative
}

.oxin-team-member__image img.oxin-team-member__img-tag {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.oxin-team-member__image {
  width: 100%
}

.oxin-team-member__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0
}

.oxin-team-member__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 15px;
  margin: 15px;
  width: calc( 100% - 15px - 15px );

}

.oxin-team-member__cover:empty {
  display: none
}

.oxin-team-member__cover>* {
  z-index: 1
}

.oxin-team-member__cover:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  content: '';
  background-color: #020AA0A8;
}

.oxin-team-member__cover:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  bottom: -10px;
  content: none;
  border-color: rgba(84, 89, 95, 0.5) transparent transparent transparent
}

.oxin-team-member__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.oxin-team-member__content:empty {
  display: none
}

.oxin-team-member__name {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin: 0px;
}

.oxin-team-member__position {
  max-width: 100%;
  text-align: center;
  margin: 5px 0;
  font-size: 14px;
  color:white;
}

.oxin-team-member__desc {
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  color: #54595f;
  margin: 10px 0
}

.oxin-team-member__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.oxin-team-member__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0
}

.oxin-team-member__socials-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.oxin-team-member.oxin-team-member--cover-hint .oxin-team-member__cover {
  top: auto;
  height: auto;
  bottom: 100%;
  padding-bottom: 12px
}

.oxin-team-member.oxin-team-member--cover-hint .oxin-team-member__cover:before {
  height: calc(100% - 12px)
}

.oxin-team-member.oxin-team-member--cover-hint .oxin-team-member__cover:after {
  bottom: 2px
}

.oxin-team-member.oxin-team-member--hint-corner .oxin-team-member__cover:after {
  content: ''
}

.oxin-team-member.oxin-team-member--cover-hover .oxin-team-member__cover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  -o-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.oxin-team-member.oxin-team-member--cover-hover .oxin-team-member__image:hover .oxin-team-member__cover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.oxin-team-member .oxin-team-member__socials-icon {
  color: #FFFFFF;
  font-size: 15px;
}

.oxin-team-member .oxin-team-member__socials-icon .inner {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px
}
/*--------------------------------------------------------------
# Circle Progress
--------------------------------------------------------------*/
.oxin-circle-progress {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.oxin-circle-progress-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative
}

.oxin-circle-progress-bar {
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.oxin-circle-progress-bar .position-in-circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.oxin-circle-progress-bar .position-in-circle .oxin-circle-counter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.oxin-circle-progress__meter,
.oxin-circle-progress__value {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
  -o-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
  transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
  fill: none;
  stroke-linecap: butt
}

.oxin-circle-counter .circle-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
}

.oxin-circle-counter .circle-val .oxin-circle-counter__prefix {
  line-height: 1
}

.oxin-circle-counter .circle-val .oxin-circle-counter__suffix {
  line-height: 1
}

.oxin-circle-counter .oxin-circle-counter__title {
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Parallax Section
--------------------------------------------------------------*/
.oxin-parallax-section__layout {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.oxin-parallax-section__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-position-x: 50%;
  background-position-y: 50%;
  will-change: transform;
}

.oxin-parallax-section .oxin-parallax-section__scroll-layout:not(.is-mac) .oxin-parallax-section__image {
  -webkit-transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
  transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98)
}

/*--------------------------------------------------------------
# Animated Box
--------------------------------------------------------------*/

.oxin-animated-box {
  position: relative;
  height: 250px
}

.oxin-animated-box__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: #848484;
  -webkit-box-shadow: 2px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 5px 2px rgba(0, 0, 0, 0.2)
}

.oxin-animated-box__front,
.oxin-animated-box__back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.oxin-animated-box__front {
  background-color: #6ec1e4
}

.oxin-animated-box__back {
  background-color: #54595f
}

.oxin-animated-box__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  z-index: 1
}

.oxin-animated-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-width: 100%;
  z-index: 2;
}

.oxin-animated-box__icon {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oxin-animated-box__icon .oxin-icon {
  font-size: 40px;
  color: white
}

.oxin-animated-box__icon .oxin-animated-box-icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.oxin-animated-box .oxin-animated-box__title {
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px 0
}

.oxin-animated-box .oxin-animated-box__subtitle {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px 0
}

.oxin-animated-box .oxin-animated-box__description {
  color: white;
  font-size: 13px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 20px 10px 0px 10px;
}
.oxin-animated-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.oxin-animated-box .oxin-animated-box__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center
}

.oxin-animated-box .oxin-animated-box__button {
  -ms-flex-item-align: center;
  align-self: center
}

.oxin-animated-box .oxin-animated-box__button .oxin-animated-box__button-text {
  margin: 0 3px
}

.oxin-animated-box .oxin-animated-box__button .oxin-animated-box__button-icon {
  color: white
}

.oxin-animated-box .oxin-animated-box__button--icon-before .oxin-animated-box__button-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.oxin-animated-box .oxin-animated-box__button--icon-before .oxin-animated-box__button-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.oxin-animated-box .oxin-animated-box__button--icon-after .oxin-animated-box__button-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.oxin-animated-box .oxin-animated-box__button--icon-after .oxin-animated-box__button-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.oxin-animated-box.oxin-box-effect-1 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-1 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-1 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-1.flipped .oxin-animated-box__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-1.flipped .oxin-animated-box__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-2 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-2 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-2 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-2.flipped .oxin-animated-box__front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-2.flipped .oxin-animated-box__back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-3 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-3 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg) translateY(0) scale(1);
  transform: rotateX(0deg) translateY(0) scale(1);
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-3 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg) translateY(150%) scale(0);
  transform: rotateX(-90deg) translateY(150%) scale(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55)
}

.oxin-animated-box.oxin-box-effect-3.flipped .oxin-animated-box__front {
  -webkit-transform: rotateX(90deg) translateY(-150%) scale(0);
  transform: rotateX(90deg) translateY(-150%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  z-index: 1
}

.oxin-animated-box.oxin-box-effect-3.flipped .oxin-animated-box__back {
  -webkit-transform: rotateX(0deg) translateY(0) scale(1);
  transform: rotateX(0deg) translateY(0) scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  z-index: 2
}

.oxin-animated-box.oxin-box-effect-4 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-4 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg) translateX(0) scale(1);
  transform: rotateY(0deg) translateX(0) scale(1);
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89)
}

.oxin-animated-box.oxin-box-effect-4 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-90deg) translateX(-150%) scale(0);
  transform: rotateY(-90deg) translateX(-150%) scale(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55)
}

.oxin-animated-box.oxin-box-effect-4.flipped .oxin-animated-box__front {
  -webkit-transform: rotateY(90deg) translateX(150%) scale(0);
  transform: rotateY(90deg) translateX(150%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
  z-index: 1
}

.oxin-animated-box.oxin-box-effect-4.flipped .oxin-animated-box__back {
  -webkit-transform: rotateY(0deg) translateX(0) scale(1);
  transform: rotateY(0deg) translateX(0) scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
  z-index: 2
}

.oxin-animated-box.oxin-box-effect-5 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-5 .oxin-animated-box__front {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-5 .oxin-animated-box__back {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-5.flipped .oxin-animated-box__front {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.oxin-animated-box.oxin-box-effect-5.flipped .oxin-animated-box__back {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.oxin-animated-box.oxin-box-effect-6 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-6 .oxin-animated-box__front {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-6 .oxin-animated-box__back {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-6.flipped .oxin-animated-box__front {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.oxin-animated-box.oxin-box-effect-6.flipped .oxin-animated-box__back {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.oxin-animated-box.oxin-box-effect-7 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-7 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-7 .oxin-animated-box__front .oxin-animated-box__inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-7 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-7 .oxin-animated-box__back .oxin-animated-box__inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-7.flipped .oxin-animated-box__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-7.flipped .oxin-animated-box__front .oxin-animated-box__inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-7.flipped .oxin-animated-box__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-7.flipped .oxin-animated-box__back .oxin-animated-box__inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-8 {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.oxin-animated-box.oxin-box-effect-8 .oxin-animated-box__toggle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-8 .oxin-animated-box__front {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-8 .oxin-animated-box__front .oxin-animated-box__inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-8 .oxin-animated-box__back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-8 .oxin-animated-box__back .oxin-animated-box__inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-8.flipped .oxin-animated-box__front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-8.flipped .oxin-animated-box__front .oxin-animated-box__inner {
  -webkit-transform: translateZ(125px);
  transform: translateZ(125px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-8.flipped .oxin-animated-box__back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-8.flipped .oxin-animated-box__back .oxin-animated-box__inner {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.oxin-animated-box.oxin-box-effect-9 .oxin-animated-box__front {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-9 .oxin-animated-box__back {
  z-index: 1
}

.oxin-animated-box.oxin-box-effect-9.flipped .oxin-animated-box__front {
  opacity: 0;
  pointer-events: none
}

.oxin-animated-box.oxin-box-effect-10 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-10 .oxin-animated-box__front {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-10 .oxin-animated-box__back {
  -webkit-transform: scaleX(1.2) scaleY(1.2);
  -ms-transform: scaleX(1.2) scaleY(1.2);
  transform: scaleX(1.2) scaleY(1.2);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-10.flipped .oxin-animated-box__front {
  opacity: 0;
  -webkit-transform: scaleX(0.8) scaleY(0.8);
  -ms-transform: scaleX(0.8) scaleY(0.8);
  transform: scaleX(0.8) scaleY(0.8);
  pointer-events: none
}

.oxin-animated-box.oxin-box-effect-10.flipped .oxin-animated-box__back {
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1)
}

.oxin-animated-box.oxin-box-effect-11 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-11 .oxin-animated-box__front {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleX(1);
  -ms-transform: scaleX(1) scaleX(1);
  transform: scaleX(1) scaleX(1);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-11 .oxin-animated-box__back {
  -webkit-transform: scaleX(1.2) scaleY(1.2);
  -ms-transform: scaleX(1.2) scaleY(1.2);
  transform: scaleX(1.2) scaleY(1.2);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-11.flipped .oxin-animated-box__front {
  opacity: 0;
  -webkit-transform: scaleX(1.2) scaleY(1.2);
  -ms-transform: scaleX(1.2) scaleY(1.2);
  transform: scaleX(1.2) scaleY(1.2);
  pointer-events: none
}

.oxin-animated-box.oxin-box-effect-11.flipped .oxin-animated-box__back {
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1)
}

.oxin-animated-box.oxin-box-effect-12 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-12 .oxin-animated-box__front {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-12 .oxin-animated-box__back {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-12.flipped .oxin-animated-box__front {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.oxin-animated-box.oxin-box-effect-12.flipped .oxin-animated-box__back {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.oxin-animated-box.oxin-box-effect-13 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-13 .oxin-animated-box__front {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-13 .oxin-animated-box__back {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-13.flipped .oxin-animated-box__front {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-animated-box.oxin-box-effect-13.flipped .oxin-animated-box__back {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.oxin-animated-box.oxin-box-effect-14 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-14 .oxin-animated-box__front {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-14 .oxin-animated-box__back {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-14.flipped .oxin-animated-box__front {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.oxin-animated-box.oxin-box-effect-14.flipped .oxin-animated-box__back {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.oxin-animated-box.oxin-box-effect-15 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-15 .oxin-animated-box__front {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-15 .oxin-animated-box__back {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-15.flipped .oxin-animated-box__front {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.oxin-animated-box.oxin-box-effect-15.flipped .oxin-animated-box__back {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.oxin-animated-box.oxin-box-effect-16 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-16 .oxin-animated-box__front {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-16 .oxin-animated-box__back {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-16.flipped .oxin-animated-box__front {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.oxin-animated-box.oxin-box-effect-16.flipped .oxin-animated-box__back {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.oxin-animated-box.oxin-box-effect-17 {
  overflow: hidden
}

.oxin-animated-box.oxin-box-effect-17 .oxin-animated-box__front {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-17 .oxin-animated-box__back {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-17.flipped .oxin-animated-box__front {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-animated-box.oxin-box-effect-17.flipped .oxin-animated-box__back {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.oxin-animated-box.oxin-box-effect-18 .oxin-animated-box__front {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: 2;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-18 .oxin-animated-box__back {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88)
}

.oxin-animated-box.oxin-box-effect-18.flipped .oxin-animated-box__front {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none
}

.oxin-animated-box.oxin-box-effect-18.flipped .oxin-animated-box__back {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px)
}

/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/

.oxin-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.oxin-nav .menu-item-has-children {
  position: relative
}

.oxin-nav .menu-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
}

.oxin-nav .menu-item-link.menu-item-link-top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 15px;
}

.light-version .oxin-nav .menu-item-link.menu-item-link-top{
  color: #252424;
}

.dark-version .oxin-nav .menu-item-link.menu-item-link-top{
  color: #fff;
}
.oxin-nav .menu-item.current-menu-item .menu-item-link-top::after,
.oxin-nav .menu-item-link.menu-item-link-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.oxin-nav .menu-item-link.menu-item-link-top:hover::after {
  opacity: 1;
}

.oxin-nav .menu-item.current-menu-item .menu-item-link-top::after {
  opacity: 1;
}
.oxin-nav .menu-item-link-sub{
  color: #fff;
}
.oxin-nav .menu-item-link-sub .oxin-nav-link-text {
  font-size: 16px;
}

.oxin-nav .menu-item-link-sub .oxin-nav-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.oxin-nav-item-desc {
  display: block
}

.oxin-nav-arrow {
  margin-right: 10px
}

.oxin-nav__sub {
  position: absolute;
  right: 0;
  top: -999em;
  visibility: hidden;
  z-index: 999;
  width: 200px;
  background: #f7f7f7;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

@media (max-width: 767px) {
  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav__sub {
      position: static;
      top: 0;
      right: 0;
      width: 100% !important;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      display: none
  }
}

.oxin-nav--vertical-sub-bottom .oxin-nav__sub {
  position: static;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: none
}

.menu-item.oxin-nav-hover>.oxin-nav__sub {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

@media (max-width: 767px) {
  .oxin-mobile-menu.oxin-nav-wrap .menu-item.oxin-nav-hover>.oxin-nav__sub {
      display: block
  }
}

.oxin-nav--vertical-sub-bottom .menu-item.oxin-nav-hover>.oxin-nav__sub {
  display: block
}

.menu-item.oxin-nav-hover>.oxin-nav__sub,
.menu-item.oxin-nav-hover-out>.oxin-nav__sub {
  top: 0;
  right: 100%;
  visibility: visible
}

.oxin-nav--vertical-sub-left-side .menu-item.oxin-nav-hover>.oxin-nav__sub,
.oxin-nav--vertical-sub-left-side .menu-item.oxin-nav-hover-out>.oxin-nav__sub {
  right: auto;
  left: 100%
}

.menu-item.oxin-nav-hover>.oxin-nav__sub.oxin-nav-depth-0,
.menu-item.oxin-nav-hover-out>.oxin-nav__sub.oxin-nav-depth-0 {
  top: 100%;
  right: 0
}

.oxin-nav--vertical .menu-item.oxin-nav-hover>.oxin-nav__sub.oxin-nav-depth-0,
.oxin-nav--vertical .menu-item.oxin-nav-hover-out>.oxin-nav__sub.oxin-nav-depth-0 {
  top: 0;
  right: 100%
}

.oxin-nav--vertical-sub-left-side .menu-item.oxin-nav-hover>.oxin-nav__sub.oxin-nav-depth-0,
.oxin-nav--vertical-sub-left-side .menu-item.oxin-nav-hover-out>.oxin-nav__sub.oxin-nav-depth-0 {
  right: auto;
  left: 100%
}

.oxin-nav-align-space-between .oxin-nav--horizontal>.menu-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (max-width: 1024px) {
  .oxin-nav-tablet-align-space-between .oxin-nav--horizontal>.menu-item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
}

@media (max-width: 1024px) {

  .oxin-nav-tablet-align-center .oxin-nav--horizontal>.menu-item,
  .oxin-nav-tablet-align-flex-start .oxin-nav--horizontal>.menu-item,
  .oxin-nav-tablet-align-flex-end .oxin-nav--horizontal>.menu-item {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0
  }
}

@media (max-width: 767px) {
  .oxin-nav-mobile-align-space-between .oxin-nav--horizontal>.menu-item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
}

@media (max-width: 767px) {

  .oxin-nav-mobile-align-center .oxin-nav--horizontal>.menu-item,
  .oxin-nav-mobile-align-flex-start .oxin-nav--horizontal>.menu-item,
  .oxin-nav-mobile-align-flex-end .oxin-nav--horizontal>.menu-item {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0
  }
}

.oxin-nav.oxin-nav--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.oxin-nav.oxin-nav--vertical .menu-item-link.menu-item-link-top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.oxin-nav.oxin-nav--vertical .menu-item-link.menu-item-link-top .oxin-nav-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link.menu-item-link-top .oxin-nav-arrow,
.oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub .oxin-nav-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.oxin-nav.oxin-nav--vertical-sub-left-side .oxin-nav-arrow {
  margin-right: 0;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}

.oxin-nav-align-space-between .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text {
  margin-right: auto
}

@media (max-width: 1024px) {
  .oxin-nav-tablet-align-space-between .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text {
      margin-right: auto
  }
}

@media (max-width: 1024px) {

  .oxin-nav-tablet-align-center .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text,
  .oxin-nav-tablet-align-flex-start .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text,
  .oxin-nav-tablet-align-flex-end .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text {
      margin-right: 0
  }
}

@media (max-width: 767px) {
  .oxin-nav-mobile-align-space-between .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text {
      margin-right: auto
  }
}

@media (max-width: 767px) {

  .oxin-nav-mobile-align-center .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text,
  .oxin-nav-mobile-align-flex-start .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text,
  .oxin-nav-mobile-align-flex-end .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link-top .oxin-nav-link-text {
      margin-right: 0
  }
}

.oxin-nav.oxin-nav--vertical-sub-bottom .menu-item-link.menu-item-link-top .oxin-nav-arrow,
.oxin-nav.oxin-nav--vertical-sub-bottom .menu-item-link.menu-item-link-sub .oxin-nav-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

@media (max-width: 767px) {
  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-top: 10px
  }

  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav .menu-item-link.menu-item-link-top {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav .menu-item-link.menu-item-link-top .oxin-nav-arrow,
  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav .menu-item-link.menu-item-link-sub .oxin-nav-arrow {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item .menu-item-link.menu-item-link-top .oxin-nav-link-text {
      margin-right: 0
  }

  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav.oxin-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between
  }

  .oxin-mobile-menu.oxin-nav-wrap .oxin-nav.oxin-nav--vertical-sub-left-side .oxin-nav-arrow {
      margin-right: 10px;
      margin-left: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }
}

@media (max-width: 767px) {
  .oxin-mobile-menu--full-width.oxin-nav-wrap .oxin-nav {
      position: absolute;
      z-index: 9999;
      right: 0;
      display: block;
      width: 100vw;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      -o-transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91), -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      will-change: transform;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      background-color: #fff
  }
}

@media (max-width: 767px) {
  .oxin-mobile-menu--full-width.oxin-mobile-menu-active .oxin-nav {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1)
  }
}

@media (max-width: 767px) {
  .oxin-mobile-menu--left-side.oxin-mobile-menu-active .oxin-nav,
  .oxin-mobile-menu--right-side.oxin-mobile-menu-active .oxin-nav {
    display: block;
  }
  .oxin-mobile-menu--left-side.oxin-nav-wrap .oxin-nav,
  .oxin-mobile-menu--right-side.oxin-nav-wrap .oxin-nav {
      position: fixed;
      top: 0;
      z-index: 9999;
      width: 270px;
      max-width: 100%;
      height: 100vh;
      padding: 10px 5px;
      margin-top: 0;
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      -o-transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      transition: transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91), -webkit-transform 0.2s cubic-bezier(0.35, 0.19, 0.45, 0.91);
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      will-change: transform;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      background-color: #fff
  }

  .admin-bar .oxin-mobile-menu--left-side.oxin-nav-wrap .oxin-nav:before,
  .admin-bar .oxin-mobile-menu--right-side.oxin-nav-wrap .oxin-nav:before {
      content: '';
      display: block;
      height: 46px
  }
}

@media (max-width: 767px) {
  .oxin-mobile-menu--left-side.oxin-nav-wrap .oxin-nav {
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@media (max-width: 767px) {
  .oxin-mobile-menu--right-side.oxin-nav-wrap .oxin-nav {
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@media (max-width: 767px) {

  .oxin-mobile-menu--left-side.oxin-mobile-menu-active .oxin-nav,
  .oxin-mobile-menu--right-side.oxin-mobile-menu-active .oxin-nav {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }
}

.oxin-nav__mobile-close-btn {
  display: none
}

@media (max-width: 767px) {

  .oxin-mobile-menu--left-side.oxin-nav-wrap .oxin-nav__mobile-close-btn,
  .oxin-mobile-menu--right-side.oxin-nav-wrap .oxin-nav__mobile-close-btn {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      padding: 10px;
      line-height: 1;
      cursor: pointer
  }

  .admin-bar .oxin-mobile-menu--left-side.oxin-nav-wrap .oxin-nav__mobile-close-btn,
  .admin-bar .oxin-mobile-menu--right-side.oxin-nav-wrap .oxin-nav__mobile-close-btn {
      top: 46px
  }
}

.oxin-nav-wrap {
  max-width: 100%
}

.oxin-nav-wrap .oxin-nav__mobile-trigger {
  display: none;
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 767px) {
  .oxin-nav-wrap .oxin-nav__mobile-trigger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }
}

.oxin-nav-wrap .oxin-nav__mobile-trigger-open {
  display: block;
}

.oxin-nav-wrap .oxin-nav__mobile-trigger-open i {
  transition: all 0.3s;
}

.oxin-nav-wrap .oxin-nav__mobile-trigger-close {
  display: none
}

.oxin-nav-wrap .oxin-nav__mobile-trigger.oxin-nav-mobile-trigger-align-left {
  margin-left: auto;
  margin-right: 0
}

.oxin-nav-wrap .oxin-nav__mobile-trigger.oxin-nav-mobile-trigger-align-right {
  margin-left: 0;
  margin-right: auto
}

.oxin-nav-wrap .oxin-nav__mobile-trigger.oxin-nav-mobile-trigger-align-center {
  margin-left: auto;
  margin-right: auto
}

.oxin-nav-wrap.oxin-mobile-menu-active .oxin-nav__mobile-trigger-open {
  display: none
}

.oxin-nav-wrap.oxin-mobile-menu-active .oxin-nav__mobile-trigger-close {
  display: block
}

@media (max-width: 767px) {
  .oxin-nav-wrap.oxin-mobile-menu-active .oxin-nav {
      display: block
  }
}

/*--------------------------------------------------------------
# Login Register
--------------------------------------------------------------*/
/*Login Register*/
.after_login_btn_wrapper .after_login_btn_main {
  position: relative;
  padding: 10px 0px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.ox-form-label {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
}

.ox-wp-lrcf .ox-button,
.ox-wp-lrcf .ox-button-fp {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1;
  border-radius: 7px;
  margin-left: 20px;
}

.ox-wp-lrcf .ox-button:hover,
.ox-wp-lrcf .ox-button-fp:hover {
  background-color: #ff0066c9;
}

.ox-wp-lrcf .ox-button-fp{
  margin-top: 40px;
}
.after_login_btn_wrapper .ox-user-login ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0
}

.after_login_btn_wrapper .ox-user-login ul li {
  list-style: none;
  text-align: center
}

.after_login_btn_wrapper .ox-user-login {
  visibility: hidden;
  position: absolute;
  top: -999em;
  opacity: 0;
  z-index: 11;
  background: #f7f7f7;
  width: 180px;
  border-radius: 5px;
  padding: 10px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.after_login_btn_wrapper:hover .ox-user-login {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.ox-wp-lrcf {
  position: relative;
  display: block;
  width: 100%;
  z-index: inherit
}

.ox-user-login,
.ox-user-register {
  position: relative
}

.ox-wp-lrcf .ox-forg-pass-form {
  position: relative
}

.ox-wp-lrcf .ox-lr-comm-wrap {
  position: relative
}

.elementor-form-fields-wrapper.ox-modal-body {
  position: relative;
  display: block;
  width: 100%
}

.ox-user-login.ox-user-login-skin-dropdown .lr-extra-div,
.ox-user-login.ox-user-login-skin-popup .ox-modal {
  overflow: hidden
}

.elementor-widget-ox-wp-login-register input[type="text"],
.elementor-widget-ox-wp-login-register input[type="email"],
.elementor-widget-ox-wp-login-register input[type="password"],
.elementor-widget-ox-wp-login-register button,
.elementor-widget-ox-wp-login-register [type="submit"] {
  width: 100% !important
}

.elementor-widget-ox-wp-login-register button,
.elementor-widget-ox-wp-login-register [type="submit"] {
  margin-top: 10px
}

.after_login_btn_wrapper {
  position: relative;
  display: inline
}

.ox-user-register-skin-dropdown .elementor-form-fields-wrapper,
.ox-user-login-skin-dropdown .elementor-form-fields-wrapper,
.ox-lr-combo.ox-lr-comnbo-skin-hover .ox-lr-cl-100per {
  padding-top: 10px !important
}

.oxin-login-reg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ox-user-login.ox-user-login-skin-dropdown .lr-extra-div,
.ox-user-register.ox-user-register-skin-dropdown .lr-extra-div {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background: #dbdfe2;
  margin-top: 5px;
  border-radius: 4px;
  min-width: 300px;
  z-index: 11
}

.ox-user-register-skin-dropdown .elementor-form-fields-wrapper,
.ox-user-login-skin-dropdown .elementor-form-fields-wrapper {
  margin-top: 0
}

.ox-user-login .lr-extra-div,
.ox-user-register .lr-extra-div {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto
}

.ox-user-login .ox-button-fp {
  margin-top: 10px
}

.ox-user-login h2:before,
.ox-user-register h2:before,
.ox-lr-cl-100per h2:before {
  display: none
}

.ox-user-login h2,
.ox-user-register h2,
.ox-lr-cl-100per h2:before {
  margin: 0;
  margin-bottom: 5px
}

.ox-user-login .ox-popup-title,
.ox-user-register .ox-popup-title,
.ox-lr-cl-100per .ox-popup-title {
  position: relative;
  display: inline;
  font-size: 28px
}

.ox-user-login.ox-user-login-skin-modal .ox-lr-model-btn,
.ox-user-login.ox-user-login-skin-dropdown .ox-button-dropdown,
.ox-user-login.ox-user-login-skin-popup .ox-ulsp-btn,
.ox-user-register.ox-user-register-skin-modal .ox-lr-model-btn,
.ox-user-register.ox-user-register-skin-dropdown .ox-button-dropdown,
.ox-user-register.ox-user-register-skin-popup .ox-ursp-btn,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-ursp-btn,
.ox-lr-combo.ox-lr-comnbo-skin-hover .ox-button-dropdown,
.ox-lr-combo.ox-lr-comnbo-skin-click .ox-lr-model-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.ox-user-login.ox-user-login-skin-dropdown {
  position: relative;
  display: inline-block;
  width: auto
}

.ox-user-login.ox-user-login-skin-dropdown a {
  position: relative;
  display: block;
  padding: 10px 5px;
  border-radius: 5px
}

.ox-field-group.ox-user-login-password {
  position: relative;
  display: block;
  width: 100%
}

.ox-user-login.ox-user-login-skin-dropdown .ox-lost-password,
.ox-user-login.ox-user-login-skin-dropdown .ox-register {
  width: auto;
  display: inline-block
}

.ox-user-login.ox-user-login-skin-modal {
  position: relative;
  display: inline-block
}

.ox-user-login-modal .lr-close-custom_img,
.ox-user-login .lr-close-custom_img {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0;
  cursor: pointer;
  left: 5px;
  z-index: 111
}

.ox-modal-title:before {
  background: transparent
}

.ox-user-login.ox-user-login-skin-modal .ox-user-login-modal {
  position: relative;
  display: block;
  width: auto
}

.ox-user-login.ox-user-login-skin-modal .ox-modal-dialog,
.ox-user-register.ox-user-register-skin-modal .ox-modal-dialog,
.ox-lr-combo.ox-lr-comnbo-skin-click .ox-lr-cl-100per {
  position: absolute;
  width: auto;
  display: none;
  padding: 10px 15px;
  border-radius: 7px;
  margin-top: 10px;
  background: #fff;
  z-index: 11;
  min-width: 350px
}

.ox-modal-wrapper.open {
  z-index: 11
}

.ox-user-login .ox-lost-password,
.ox-tab-content-inner.tab-login .ox-lost-password,
.ox-user-register .ox-lost-password,
.ox-user-register-password .ox-lost-password {
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin: 0px 10px;
}

.ox-user-login .ox-form-stacked-fp,
.ox-lr-cl-100per .ox-form-stacked-fp,
.ox-user-register .ox-form-stacked-fp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: #dbdfe2;    
  border-radius: 4px;
  z-index: 11
}

.ox-user-login .ox-form-stacked-fp {
  margin-top: 0;
  height: 100%
}

.ox-user-login.ox-user-login-skin-default .ox-form-stacked-fp,
.ox-user-register.ox-user-register-skin-default .ox-form-stacked-fp,
.ox-user-login.ox-user-login-skin-modal .ox-form-stacked-fp,
.ox-user-register.ox-user-register-skin-modal .ox-form-stacked-fp,
.ox-user-login.ox-user-login-skin-popup .ox-form-stacked-fp,
.ox-user-register.ox-user-register-skin-popup .ox-form-stacked-fp,
.ox-lr-cl-100per .ox-form-stacked-fp {
  height: 100%;
  background: #fff
}

.ox-lr-combo.ox-lr-comnbo-skin-hover .ox-lr-cl-100per .ox-form-stacked-fp {
  min-width: auto;
  background: #dbdfe2;
  padding: 0
}

.ox-user-login .ox-form-stacked-fp .ox-lpu-back,
.ox-lr-cl-100per .ox-form-stacked-fp .ox-lpu-back,
.ox-user-register .ox-form-stacked-fp .ox-lpu-back {
  cursor: pointer;
  position: relative;
  display: inline-block
}

.ox-lr-combo.ox-lr-comnbo-skin-hover .ox-lr-cl-100per {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background: #dbdfe2;
  margin-top: 5px;
  border-radius: 4px;
  min-width: 300px;
  z-index: 11
}

.ox-user-register.ox-user-register-skin-dropdown,
.ox-lr-combo.ox-lr-comnbo-skin-hover {
  position: relative;
  display: inline-block;
  width: auto
}

.ox-lr-combo.ox-lr-comnbo-skin-click {
  width: auto;
  height: 100%
}

.ox-user-register.ox-user-register-skin-dropdown a,
.ox-lr-combo.ox-lr-comnbo-skin-hover .ox-button-dropdown a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 5px
}

.ox-user-register.ox-user-register-skin-dropdown .ox-lost-password,
.ox-user-register.ox-user-register-skin-dropdown .ox-login {
  width: auto;
  display: inline
}

.ox-user-register.ox-user-register-skin-modal,
.ox-lr-combo.ox-lr-comnbo-skin-click {
  position: relative;
  display: inline-block
}

.ox-user-register-modal .lr-close-custom_img,
.ox-lr-combo.ox-lr-comnbo-skin-click .lr-close-custom_img,
.ox-lr-combo.ox-lr-comnbo-skin-popup .lr-close-custom_img {
  position: absolute;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: 6px;
  cursor: pointer;
  left: 12px;
  z-index: 111
}

.ox-modal-title:before {
  background: transparent
}

.ox-user-register.ox-user-register-skin-modal .ox-user-register-modal {
  position: relative;
  display: block;
  width: auto;
  z-index: 11
}

.ox-user-login.ox-user-login-skin-popup .ox-ulsp-page-wrapper,
.ox-user-register.ox-user-register-skin-popup .ox-ursp-page-wrapper,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-ursp-page-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.ox-user-login.ox-user-login-skin-popup .blur,
.ox-user-register.ox-user-register-skin-popup .blur,
.ox-lr-combo.ox-lr-comnbo-skin-popup .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.ox-user-login.ox-user-login-skin-popup .ox-modal-wrapper,
.ox-user-register.ox-user-register-skin-popup .ox-modal-wrapper,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(245, 245, 241, .75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out
}

.ox-user-login.ox-user-login-skin-popup .ox-modal-wrapper.open,
.ox-user-register.ox-user-register-skin-popup .ox-modal-wrapper.open,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-modal-wrapper.open {
  opacity: 1;
  visibility: visible
}

.ox-user-login.ox-user-login-skin-popup .ox-modal,
.ox-user-register.ox-user-register-skin-popup .ox-modal,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-modal {
  max-width: 350px;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 15px
}

.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-modal,
.ox-lr-combo.ox-lr-comnbo-skin-click .ox-lr-cl-100per {
  overflow-y: auto
}

.ox-user-login.ox-user-login-skin-popup .ox-modal-wrapper.open .ox-modal,
.ox-user-register.ox-user-register-skin-popup .ox-modal-wrapper.open .ox-modal,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-modal-wrapper.open .ox-modal {
  opacity: 1
}

.ox-user-login.ox-user-login-skin-popup .head,
.ox-user-register.ox-user-register-skin-popup .head,
.ox-lr-combo.ox-lr-comnbo-skin-popup .head {
  width: 100%;
  height: 32px;
  padding: 1.5em 10px;
  overflow: hidden;
  background: #a1a1a1
}

.ox-user-login.ox-user-login-skin-popup .ox-ulsp-btn-close,
.ox-user-register.ox-user-register-skin-popup .ox-ursp-btn-close,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-ursp-btn-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  cursor: pointer;
  z-index: 1
}

.ox-lr-cl-100per {
  position: relative;
  display: block;
  width: 100%;
  max-height: max-content;
  overflow: hidden
}

.ox-lr-cl-100per .cl-50per {
  position: relative;
  float: right;
  width: 50%;
  word-break: break-word;
  padding: 1%
}

.ox-lr-cl-100per .cl-100per {
  width: 100%
}

.ox-l-r-main-wrapper {
  position: relative;
  display: block;
  width: 100%
}

.ox-forgot-password-label {
  position: relative;
  display: block;
  margin: 20px 0;
}

.ox-l-r-main-wrapper .ox-l-r-tab-group {
  position: relative;
  display: block;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0
}

.ox-l-r-main-wrapper .ox-l-r-tab {
  position: relative;
  display: inline-flex !important;
  list-style: none;
  padding: 7px 10px;
  background: #e4e4e4;
  border-radius: 5px;
  max-width: 130px;
  min-width: 130px;
  text-align: left;
  justify-content: center;
  cursor: pointer
}

.ox-l-r-main-wrapper .ox-l-r-tab.active {
  background: antiquewhite
}

.ox-l-r-main-wrapper .ox-l-r-tab-content {
  position: relative;
  display: block;
  width: 100%
}

.ox-l-r-main-wrapper .ox-l-r-tab-content .ox-tab-content-inner {
  display: none;
  position: relative;
  width: 100%
}

.ox-l-r-main-wrapper .ox-l-r-tab-content .ox-tab-content-inner.active {
  display: block
}

.oxin-notification {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.oxin-notification.active {
  opacity: 1;
  visibility: visible
}

.oxin-notification.active .ox-lr-response {
  position: relative;
  display: block;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  text-align: center;
  color: #fff
}

.oxin-notification.active .ox-lr-response .fa {   
  font-weight: 600
}

.oxin-notification.active .ox-lr-response .fa {
  margin-left: 10px
}

.ox-lr-combo.ox-lr-comnbo-skin-popup {
  position: relative;
  display: block;
  width: 100%
}

span.elementor-button-content-wrapper {
  position: relative;
  display: inline-block
}

form.ox-form-stacked,
.ox-form-stacked-fp {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.ox-lr-combo.ox-lr-comnbo-skin-click .ox-lr-cl-100per .ox-form-stacked-fp,
.ox-lr-combo.ox-lr-comnbo-skin-popup .ox-lr-cl-100per .ox-form-stacked-fp {
  padding: 0
}

.elementor-widget-ox-wp-login-register .login-before-text {
  position: relative;
  display: inline
}

.ox-field-group:not(.ox-user-login-password):not(.ox-remember-me) {
  margin: 15px 0
}

.ox-field-group.ox-remember-me [type="checkbox"]:checked,
.ox-field-group.ox-remember-me [type="checkbox"]:not(:checked) {
  position: absolute;
  right: -9999px
}

.ox-field-group.ox-remember-me [type="checkbox"]:checked + label,
.ox-field-group.ox-remember-me [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666
}

.ox-field-group.ox-remember-me [type="checkbox"]:checked + label:before,
.ox-field-group.ox-remember-me [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff
}

.ox-field-group.ox-remember-me [type="checkbox"]:checked + label:after,
.ox-field-group.ox-remember-me [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #808a91;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: -17px;
  top: 4px;
  transform: translateY(-50%)
}

.ox-field-group.ox-remember-me [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.ox-field-group.ox-remember-me [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.ox-field-group.ox-remember-me .ox-form-label {
  position: relative;
  display: inline-block;
  cursor: pointer
}

.ox-field-group.ox-remember-me .ox-form-label .remember-me-label {
  margin-right: 25px
}

.ox-field-group.ox-remember-me .ox-checkbox {
  display: none
}

.ox-field-group.ox-remember-me .remember-me-label {
  position: relative;
  display: inline-block;
  cursor: pointer
}

.ox-wp-lrcf .ox-user-login .ox-user-avatar img {
  max-width: 100px;
  border-radius: 50%
}

.ox-user-register-modal .lr-close-custom_img,
.ox-lr-combo.ox-lr-comnbo-skin-click .lr-close-custom_img,
.ox-lr-combo.ox-lr-comnbo-skin-popup .lr-close-custom_img {
  outline: none;
}

.ox-wp-lrcf .elementor-button-content-wrapper i,
.ox-wp-lrcf .ox-lr-comm-wrap .ox-ursp-btn i {
  margin-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 22px;
}

.after_login_btn_wrapper .after_login_btn_main span {
  position: relative;
  display: flex;
  align-items: center;
}

.after_login_btn_wrapper .after_login_btn_main span .avatar {
  margin-left: 15px;
}

.after_login_btn_wrapper .ox-user-login .ox-list .ox-user-logged-out .ox-button,
.after_login_btn_wrapper .ox-user-login ul .ox-user-name a,
.after_login_btn_wrapper .ox-user-login ul .after_login_panel_link a {
  color: #000;
  font-size: 14px;
  background: transparent;
  padding: 0;
}

.after_login_btn_wrapper .ox-user-login .ox-list .ox-user-logged-out,
.after_login_btn_wrapper .ox-user-login ul .ox-user-name,
.after_login_btn_wrapper .ox-user-login ul .after_login_panel_link {
  line-height: 1.5;
}

.after_login_btn_wrapper .ox-user-login.ox-lrfp-lyot-con-left,
.ox-wp-lrcf .lr-extra-div.ox-lrfp-lyot-con-left,
.ox-wp-lrcf .ox-lr-cl-100per.ox-lrfp-lyot-con-left,
.ox-wp-lrcf .ox-modal-dialog.ox-lrfp-lyot-con-left {
  right: 0;
  left: auto;
}

.after_login_btn_wrapper .ox-user-login.ox-lrfp-lyot-con-right,
.ox-wp-lrcf .lr-extra-div.ox-lrfp-lyot-con-right,
.ox-wp-lrcf .ox-lr-cl-100per.ox-lrfp-lyot-con-right,
.ox-wp-lrcf .ox-modal-dialog.ox-lrfp-lyot-con-right {
  right: auto;
  left: 0;
}

.after_login_btn_wrapper .ox-user-login.ox-lrfp-lyot-con-center,
.ox-wp-lrcf .lr-extra-div.ox-lrfp-lyot-con-center
{
  right: auto;
  left: auto;
  margin: 0 auto;
}
.ox-wp-lrcf .ox-lr-cl-100per.ox-lrfp-lyot-con-center, 
.ox-wp-lrcf .ox-modal-dialog.ox-lrfp-lyot-con-center {
  right: auto;
  left: -110px;
  margin: 0 auto;
}
.after_login_btn_wrapper .after_login_btn_main span .avatar {
  width: 40px;
}
/*captcha start*/
.oxin-re-captcha {
  position: relative;
  display: block;
  width: 100%;
}
/*captcha end*/

/*facebook and google start*/
.ox-social-login-wrapper{display: inline-flex;position: relative;width: 100%;height: 100%;margin-bottom: 10px;}
.ox-social-login-wrapper .fb_iframe_widget {display: flex;align-items: center;}
.ox-social-login-wrapper div#g-signin2 .abcRioButton.abcRioButtonLightBlue {height: 21px !important;width: auto !important;margin-right:15px;padding: 2px 3px;}
.ox-social-login-wrapper div#g-signin2 .abcRioButtonIcon {padding: 0 !important;}
.ox-social-login-wrapper div#g-signin2 .abcRioButtonContents {line-height: unset !important;}

.ox-login-form-google .ox-google-button {display: flex;align-items: center;margin-top: 3px;}
.ox-login-form-google{position: relative;display: inline-flex;height: 100%;cursor: pointer;}
.ox-login-form-google .ox-google-button .ox-google-button-icon-img{width: 16px;}
.ox-login-form-google .ox-google-text{margin-right: 10px;}
/*facebook and google  end*/

@media (max-width:767px) {
  .ox-lr-cl-100per .cl-50per {
      width: 100%;
  }
}
.ox-field-group .ox-form-controls .ox-input,
.ox-form-stacked-fp .ox-ulp-input-group .ox-input,
.ox-form-stacked-reset .ox-ulp-input-group .ox-input{
  padding: 10px 10px 10px 10px;
  border-style: solid 1px #E3E3E3;
  border-width: 1px 1px 1px 1px;
  border-radius: 7px 7px 7px 7px;
  width: 100%;
}
.ox-wp-lrcf .ox-forg-pass-form .ox-input {
  margin: 10px 0px 10px 0px;
}
/*terms and conition style start*/

.ox-wp-lrcf .ox-lr-f-tac .ox-input {
  display: none;
}

.ox-field-group.ox-lr-f-tac .ox-form-controls{
  align-items: center;
}
.ox-field-group.ox-lr-f-tac .ox-form-label {
  margin-right: 10px;
}
.ox-wp-lrcf .user_tac_checkbox {
  display: block;
  width: 15px;
  height: 16px;
  background: #d0d0d0;
  border: 1px solid #000;
  margin-right: 10px;
}
.ox-wp-lrcf .user_tac_checkbox:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  background: #3498db;
  -webkit-transform: translate(-7px, 11px) rotate(135deg);
  transform: translate(-9px, 11px) rotate(135deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: all 150ms;
  transition-delay: 0ms;    
}
.ox-wp-lrcf .user_tac_checkbox:before{
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #3498db;
  -webkit-transform: translate(-8px, 11px) rotate(45deg);
  transform: translate(-8px, 11px) rotate(45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: all 150ms;
  transition-delay: 150ms;    
}
.ox-wp-lrcf input[type="checkbox"]:checked ~ .user_tac_checkbox:before{
width: 7px;
transition-delay: 0ms;
}
.ox-wp-lrcf input[type="checkbox"]:checked ~ .user_tac_checkbox:after{
width: 15px;
transition-delay: 150ms;  
}

.ox-field-group.ox-lr-f-tac.ox-lrfp-ff-center {
  justify-content: center;
  display: flex;
}
.ox-field-group.ox-lr-f-tac.ox-lrfp-ff-left {
  justify-content: flex-end;
  display: flex;
}
.ox-field-group.ox-lr-f-tac.ox-lrfp-ff-right{
  justify-content: flex-start;
  display: flex;
}
/*password strength meter start*/
.ox-user-register .password-strength-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  transition: all 0.3s linear;
  position: relative;
}
.ox-user-register .password-strength-wrapper.show {
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  display:flex;
}
.ox-user-register .password-strength-wrapper.style-2.after-label.show {
  position: relative;
  display: inline-flex;
  width: max-content;
  margin-bottom: 7px;
  float: left;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show #password-strength {
  position: relative;
  font-size: 0;
  padding: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show #password-strength.short{
  width:25%;
  background: #aa0033;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show #password-strength.bad{
width:50%;
background: #ffcc33;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show #password-strength.good{
width:75%;
background: #6699cc;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show #password-strength.strong{
width:100%;
background: #008000;
}
.ox-user-register .password-strength-wrapper.style-2.after-field.show {
  margin-top: 5px;
  border: 1px solid #0000004d;
  border-radius: 3px;
}

.ox-user-register .ox-form-rf-meter.ox-form-controls {
  position: relative;
  display: block;
}
.ox-user-register .ox-form-rf-meter.ox-form-controls .ox-input +  .password-strength-wrapper.style-2.inline-filed.show {
  position: absolute;
  top: 0;
  padding: .5rem 1rem;
width: max-content;
  left: 0;
}
.ox-user-register .password-strength-wrapper.style-2.after-label.show .short,.ox-user-register .password-strength-wrapper.style-2.inline-filed.show .short,.ox-user-register .password-strength-wrapper.style-1 .short{
 color: #aa0033;
}
.ox-user-register .password-strength-wrapper.style-2.after-label.show .bad,.ox-user-register .password-strength-wrapper.style-2.inline-filed.show .bad,.ox-user-register .password-strength-wrapper.style-1 .bad{
 color: #ffcc33;
}
.ox-user-register .password-strength-wrapper.style-2.after-label.show .good,.ox-user-register .password-strength-wrapper.style-2.inline-filed.show .good,.ox-user-register .password-strength-wrapper.style-1 .good{
 color: #6699cc;
}
.ox-user-register .password-strength-wrapper.style-2.after-label.show .strong,.ox-user-register .password-strength-wrapper.style-2.inline-filed.show .strong,.ox-user-register .password-strength-wrapper.style-1 .strong{
 color: #008000;
}
/*password strength meter end*/

/*validation start*/
.ox-user-register .ox-form-stacked input:not(.ox-reg-f-load):invalid {
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url(../images/login-valid-error.png);
  cursor: pointer;
}

.ox-user-register .ox-form-stacked .ox-reg-form-error-field {
  opacity: 0;
  position: absolute;
  left: 0;
  margin-top: 50px;
  background: #f84545;
font-size: 12px;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  transition: all 0.3s linear;
}
.ox-user-register .ox-form-stacked input:not(.ox-reg-f-load):invalid:hover + .ox-reg-form-error-field {
  opacity: 1;
}
.ox-user-register .ox-form-stacked .ox-reg-form-error-field:before{content:"";position:absolute;top:-13px;left:19px;margin-right:0;border-width:7px;border-style:solid;border-color:#f84545 transparent transparent transparent;transform:rotate(-180deg)}
/*validation end*/

/*honey start*/
.ox-form-controls .ox-honey-input {
  display: none !important;
}
/*honey end*/

/*show/hide pass*/
.ox-lr-f-user-pass .ox-password-field-show {
  position: absolute;
  z-index: 11;
  left: 5px;
  margin-top: 10px;
  transform: scale(.8);
  transition: all 0.3s linear;
}
.ox-lr-f-user-pass .ox-password-field-show:hover {
  transform: scale(1);
}
/*show/hide pass*/

/*pass hint*/
.ox-user-register .ox-pass-indicator {position: relative;display: block;margin: 0;padding: 0;}

.ox-user-register .ox-pass-indicator li {list-style: none;user-select: none;}
.ox-user-register .ox-pass-indicator li span i {
  margin-left: 10px;
  font-size: inherit;
}
.ox-user-register .ox-pass-success-ind {
color:green;
}
.ox-user-register .ox-pass-indicator.pshf {
  display: none;
}
.ox-lr-f-user-pass .ox-password-field-showh {
  position: absolute;
  z-index: 11;
  left: 10px;
  margin-top: -25px;
  transform: scale(.8);
  transition: all 0.3s linear;
  color: red;
}
.ox-lr-f-user-pass .ox-password-field-showh.ox-done {
  color: green;
}
.ox-lr-f-user-pass .ox-password-field-showh:hover {
  transform: scale(1);
}
.ox-user-register .ox-pass-indicator.pshc{
display:none;
}
.ox-user-register .ox-pass-indicator.pshc.ox-done{
display:none !important;
}
.ox-user-register .ox-pass-indicator.phinline li {
  display: inline-block;
  padding: 8px;
  background: #0000001c;
  margin-left: 5px;
  border-radius: 50px;
  border: 1px solid #0000001c;
}
/*pass hint*/ 

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
.oxin-search {
  position: relative
}

.oxin-search__label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0
}

.oxin-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.oxin-search__field {
  width: 100%
}

.oxin-search__field[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.oxin-search__submit {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none
}

.oxin-search__submit-icon{
  font-size: 22px;
}

.oxin-search__submit-icon+.oxin-search__submit-label {
  margin-right: 4px
}

.oxin-search__popup {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: -999em;
  right: -999em;
  width: 250px;
  opacity: 0
}

.oxin-search-popup-active .oxin-search__popup {
  opacity: 1
}

.oxin-transition-out .oxin-search__popup {
  opacity: 0
}

.oxin-transition-in .oxin-search__popup {
  opacity: 1
}

.oxin-search-popup-active .oxin-search__popup,
.oxin-transition-out .oxin-search__popup,
.oxin-transition-in .oxin-search__popup {
  visibility: visible;
  top: 0;
  right: 0
}

.oxin-search__popup.oxin-search__popup--move-up-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear
}

.oxin-search-popup-active .oxin-search__popup.oxin-search__popup--move-up-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-transition-out .oxin-search__popup.oxin-search__popup--move-up-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.oxin-transition-in .oxin-search__popup.oxin-search__popup--move-up-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-search__popup.oxin-search__popup--move-down-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear
}

.oxin-search-popup-active .oxin-search__popup.oxin-search__popup--move-down-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-transition-out .oxin-search__popup.oxin-search__popup--move-down-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.oxin-transition-in .oxin-search__popup.oxin-search__popup--move-down-effect:not(.oxin-search__popup--full-screen) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-search__popup.oxin-search__popup--fade-effect {
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear
}

.oxin-search__popup.oxin-search__popup--scale-effect {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear
}

.oxin-search-popup-active .oxin-search__popup.oxin-search__popup--scale-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-transition-out .oxin-search__popup.oxin-search__popup--scale-effect {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.oxin-transition-in .oxin-search__popup.oxin-search__popup--scale-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-search__popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.oxin-search__popup-close {
  margin-right: 10px;
  border: none
}

.oxin-search__popup--full-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.oxin-search-popup-active .oxin-search__popup--full-screen {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--none-effect {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--none-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--fade-effect,
.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--fade-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-search__popup--full-screen.oxin-search__popup--move-up-effect,
.oxin-search__popup--full-screen.oxin-search__popup--move-down-effect {
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear
}

.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--move-up-effect,
.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--move-up-effect,
.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--move-down-effect,
.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--move-down-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.oxin-search__popup--full-screen.oxin-search__popup--move-up-effect .oxin-search__form {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear
}

.oxin-search-popup-active .oxin-search__popup--full-screen.oxin-search__popup--move-up-effect .oxin-search__form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--move-up-effect .oxin-search__form {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--move-up-effect .oxin-search__form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-search__popup--full-screen.oxin-search__popup--move-down-effect .oxin-search__form {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear
}

.oxin-search-popup-active .oxin-search__popup--full-screen.oxin-search__popup--move-down-effect .oxin-search__form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-transition-out .oxin-search__popup--full-screen.oxin-search__popup--move-down-effect .oxin-search__form {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.oxin-transition-in .oxin-search__popup--full-screen.oxin-search__popup--move-down-effect .oxin-search__form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.oxin-search__popup--full-screen .oxin-search__popup-content {
  width: 500px;
  max-width: 100%
}

.oxin-search__popup--full-screen .oxin-search__popup-close {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px
}

@media (max-width: 767px) {
  .oxin-search__popup--full-screen .oxin-search__popup-close {
      margin: 15px
  }
}

.oxin-search__popup-trigger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.oxin-search__popup-trigger {
  border: none;
  background: none;
}

.oxin-search__popup-trigger-icon{
  font-size: 22px;
}