/*
* HALA - Multi-purpose Responsive One Page Template
* Build Date: December 2016
* Author: MotivoWeb
* Copyright (C) 2016 MotivoWeb
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
*.  @Import
1.  Generic styles
2.  menu
3.  header
4.  about
5.  skills (counter - accordion)
6.  accordion , tabs
7.  services
8.  process(timeline)
9.  portifolio
10. vedio
11. team
12. pricing
13. post
14. blog page
15. widgets
16. blog single
17. testimonial - client
18. contact
19. footer
20. Media Queries
------------------------------------- */
/* ------------------------------------- */
/* *. @Import .......................... */
/* ------------------------------------- */
/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
body {
  background: #FFF;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  letter-spacing: 0;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  color: #9b9b9b;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.boxed {
  position: relative;
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  height: 100%;
  left: 0;
  z-index: 5;
  box-shadow: 0px 46px 48px 7px #c9c9c9;
}
.boxed .footer-fixed {
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.boxed.mo-stick-active .mo-header-v4.mo-header-stick .mo-header-menu {
  width: 95% !important;
}

.main-content {
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}

.internal-content {
  min-height: 400px;
}

.bg-light-grey {
  background-color: #f8f8f8;
}

::-moz-selection {
  background: #8657DB;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #8657DB;
  color: #FFF;
  text-shadow: none;
}

ul li, ol li {
  padding: 0;
  margin: 0;
}

ul.bt-disc, ol.bt-disc {
  list-style-type: disc;
}

ul.bt-circle, ol.bt-circle {
  list-style-type: circle;
}

ul.bt-square, ol.bt-square {
  list-style-type: square;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #3c3c3c;
}
a:hover {
  color: #3c3c3c;
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #3c3c3c;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #232323;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 32px;
  line-height: 42px;
}
h1.lrg {
  font-size: 48px;
  line-height: 60px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}
h2.lrg {
  font-size: 40px;
  line-height: 60px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}
h3.lrg {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5 {
  font-size: 13px;
  line-height: 16px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

p {
  font-size: 14px;
  line-height: 23px;
}

.bold {
  font-weight: bold;
}

.opacity-0 {
  opacity: 0;
  visibility: hidden;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.block-area {
  padding: 90px 0;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
  float: none;
}

:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn, .bt-button {
  border: 2px solid #fff;
  padding: 7px 38px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 1em;
  font-size: 13px;
  line-height: 25px;
  margin-top: 1em;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn i, .bt-button i {
  position: absolute;
  left: 0px;
  top: 15px;
  opacity: 0;
  font-size: 11px;
}
.btn:hover, .btn:active, .btn:focus, .bt-button:hover, .bt-button:active, .bt-button:focus {
  color: #fff;
  padding-left: 45px;
  padding-right: 31px;
}
.btn:hover i, .btn:active i, .btn:focus i, .bt-button:hover i, .bt-button:active i, .bt-button:focus i {
  opacity: 1;
  left: 20px;
}

.btn.center {
  display: block !important;
  max-width: 180px;
}

.cd-intro .btn {
  margin-top: 2em;
}

.bt-button.primary {
  background: #8657DB;
  border-color: #8657DB;
  color: #fff;
}
.bt-button.primary:hover, .bt-button.primary:active, .bt-button.primary:focus {
  color: #fff;
}

.bt-button.btn-small {
  padding: 8px 35px;
  font-size: 10px;
  letter-spacing: 1px;
}
.bt-button.btn-small:hover, .bt-button.btn-small:active, .bt-button.btn-small:focus {
  padding-left: 30px;
  padding-right: 40px;
}
.bt-button.btn-small i {
  top: 12px;
}

.bt-button.btn-large {
  padding: 15px 45px;
}
.bt-button.btn-large:hover, .bt-button.btn-large:active, .bt-button.btn-large:focus {
  padding-left: 60px;
  padding-right: 30px;
}
.bt-button.btn-large i {
  top: 18px;
}

.bt-button.icon-right i {
  left: auto;
  right: 0px;
}
.bt-button.icon-right:hover, .bt-button.icon-right:active, .bt-button.icon-right:focus {
  padding-left: 35px;
  padding-right: 41px;
}
.bt-button.icon-right i {
  left: auto;
  right: 20px;
}

.icon-right.btn-small:hover, .icon-right.btn-small:active, .icon-right.btn-small:focus {
  padding-left: 30px;
  padding-right: 40px;
}

.icon-right.btn-large:hover, .icon-right.btn-large:active, .icon-right.btn-large:focus {
  padding-left: 30px;
  padding-right: 60px;
}

.btn-post {
  color: #909090;
  padding: 5px 29px;
  font-size: 12px;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
}
.btn-post i {
  top: 13px;
}
.btn-post:hover, .btn-post:active, .btn-post:focus {
  padding-left: 35px;
  padding-right: 23px;
  color: #8657DB;
}

.button {
  display: inline-block;
  margin: 1em 0;
  border: none;
  text-transform: uppercase;
  border-radius: 50px;
  background: #8657DB;
  color: #fff;
  padding: 10px 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover, .button:active, .button:focus {
  color: #fff;
  border-color: #642bca;
  background-color: #642bca;
}

.center-mon {
  margin: 30px auto 0;
  float: none;
  display: block;
  width: 160px;
  text-align: center;
}

.title-section h5 {
  margin: 5px auto;
  color: #909090;
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 20px;
}
.title-section h3 {
  color: #8657DB;
  margin: 0 auto;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

/* separator */
.separator {
  line-height: .5;
  margin-bottom: 10px;
  margin-top: 10px;
}
.separator span {
  display: inline-block;
  position: relative;
}
.separator span::before, .separator span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 2px solid #e9e9e9;
  top: 3px;
  width: 50px;
}
.separator span::before {
  right: 100%;
}
.separator span::after {
  left: 100%;
}
.separator span i {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.separator span i:before, .separator span i:after {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #8657DB;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inherit;
  position: absolute;
}
.separator span i:before {
  right: 6px;
}
.separator span i:after {
  left: 6px;
}

/* separator_sec */
.separator_sec {
  padding: 20px 0;
  color: #8657DB;
  height: 20px;
}
.separator_sec span {
  width: 55px;
  height: 1px;
  background: #8657DB;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.separator_sec span:before, .separator_sec span:after {
  width: 4px;
  height: 1px;
  background: inherit;
  position: absolute;
  content: "";
  top: 0;
  left: -9px;
}
.separator_sec span:after {
  left: 60px;
}

/* separator_third */
.separator_third {
  padding: 20px 0;
  color: #8657DB;
  height: 20px;
}
.separator_third span {
  width: 40px;
  background: #8657DB;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.separator_third span:before, .separator_third span:after {
  width: 40px;
  height: 1px;
  background: #8657DB;
  position: absolute;
  content: "";
  top: 0;
}
.separator_third span:before {
  left: -6px;
  top: 2.5px;
}
.separator_third span:after {
  left: 6px;
}

/* divider */
.divider {
  width: 40px;
  height: 20px;
  position: relative;
  margin: auto;
  top: 10px;
}
.divider:before, .divider:after {
  background-color: #3c3c3c;
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
}
.divider:before {
  left: 0px;
  margin-top: -2.5px;
}
.divider:after {
  left: 6px;
}

.vc_parallax .divider:before, .vc_parallax .divider:after, .parallax .divider:before, .parallax .divider:after, .bg-dark .divider:before, .bg-dark .divider:after, .bg-primary .divider:before, .bg-primary .divider:after {
  background-color: #fff;
}

.divider.left {
  float: left;
}

.divider.white:before, .divider.white:after {
  background-color: #fff;
}

.divider.primary:before, .divider.primary:after {
  background-color: #8657DB;
}

/* bg-primary */
.bg-primary, .bg-dark {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #fff;
}
.bg-primary .title-section h5, .bg-dark .title-section h5 {
  color: #f8f8f8;
}
.bg-primary .title-section h3, .bg-dark .title-section h3 {
  color: #fff;
}
.bg-primary .separator, .bg-primary .separator span i:before, .bg-primary .separator span i:after, .bg-dark .separator, .bg-dark .separator span i:before, .bg-dark .separator span i:after {
  border-color: #e9e9e9;
}
.bg-primary .separator_sec, .bg-primary .separator_third, .bg-dark .separator_sec, .bg-dark .separator_third {
  color: #fff;
}
.bg-primary .separator_sec span, .bg-primary .separator_third span, .bg-dark .separator_sec span, .bg-dark .separator_third span {
  background: #fff;
}
.bg-primary .separator_sec span:before, .bg-primary .separator_sec span:after, .bg-primary .separator_third span:before, .bg-primary .separator_third span:after, .bg-dark .separator_sec span:before, .bg-dark .separator_sec span:after, .bg-dark .separator_third span:before, .bg-dark .separator_third span:after {
  background: inherit;
}

.bg-primary {
  background: #8657DB;
}

.bg-dark {
  background: #3c3c3c;
}

/* ------------------------------------- */
/* Preloader styles .................... */
/* ------------------------------------- */
#loading {
  background-color: #f8f8f8;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#loading-center {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loading h3 {
  color: #9b9b9b;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #8657DB;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.loading span:nth-of-type(2) {
  opacity: 0.9;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  opacity: 0.8;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  opacity: 0.7;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  opacity: 0.6;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  opacity: 0.5;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.loading span:nth-of-type(7) {
  opacity: 0.4;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------- */
/* 2. menu ............................. */
/* ------------------------------------- */
/* cd-nav-trigger  */
.cd-nav-trigger {
  position: absolute;
  z-index: 20;
  top: 43px;
  right: 6%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cd-nav-trigger span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger span::before {
  moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.cd-nav-trigger span::after {
  moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.no-touch .cd-nav-trigger:hover {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-nav-trigger:hover span::after, .no-touch .cd-nav-trigger:hover span::before {
  width: 50%;
}
.no-touch .cd-nav-trigger:hover span::before {
  -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
  -o-transform: translateX(1px) translateY(1px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
  -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
  transform: translateX(1px) translateY(1px) rotate(45deg);
}
.no-touch .cd-nav-trigger:hover span::after {
  -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  transform: translateX(1px) translateY(-1px) rotate(-45deg);
}

.mo-header-v1.mo-header-fixed .cd-nav-trigger {
  position: fixed;
}

/* cd-nav-container  */
.cd-nav-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  overflow-y: auto;
  background-color: #f8f8f8;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.cd-nav-container.is-visible {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.cd-nav-container .close-container {
  padding: 1.5em 0 0 6.25%;
  height: 68px;
  position: relative;
}

/* cd-close-nav  */
.cd-close-nav {
  position: absolute;
  height: 44px;
  width: 44px;
  right: 6.25%;
  top: 88%;
  bottom: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cd-close-nav::after, .cd-close-nav::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  background-color: #3c3c3c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-close-nav::after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-close-nav::before {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.no-touch .cd-close-nav:hover {
  opacity: .7;
}

.cd-nav, .mo-header-v1 .mo-menu-list {
  margin-top: 35px;
}
.cd-nav:after, .mo-header-v1 .mo-menu-list:after {
  clear: both;
  content: "";
  display: table;
}
.cd-nav ul, .mo-header-v1 .mo-menu-list ul {
  padding-left: 0;
  padding-top: 5px;
}
.cd-nav ul.sub-menu > li > a, .mo-header-v1 .mo-menu-list ul.sub-menu > li > a {
  color: #909090;
}
.cd-nav li, .mo-header-v1 .mo-menu-list li {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  list-style: none;
}
.cd-nav a, .mo-header-v1 .mo-menu-list a {
  letter-spacing: 2px;
  -webkit-transition: all 300ms ease-in-out !important;
  -moz-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}
.cd-nav li.cd-selected a, .cd-nav li:hover > a, .mo-header-v1 .mo-menu-list li.cd-selected a, .mo-header-v1 .mo-menu-list li:hover > a {
  color: #8657DB;
  letter-spacing: 3px;
}

.navigation.nav-up a span {
  background-color: #3c3c3c;
}

.navigation.nav-down a span {
  background-color: #fff;
}

/* menuEffect  */
@-webkit-keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px);
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@keyframes menuEffect {
  0% {
    opacity: 0;
    top: calc(100% + 20px);
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes menuEffectSub {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes menuEffectSub {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* mo-header-icon */
.mo-header-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 22px;
  background: transparent;
  border: 0;
  width: 22px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mo-header-icon:before, .mo-header-icon:after, .mo-header-icon span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
}
.mo-header-icon:before, .mo-header-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.mo-header-icon:after {
  top: auto;
  bottom: 0;
}
.mo-header-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mo-header-icon.active span {
  display: none;
}

.mo-header-icon.active:before {
  top: 7px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mo-header-icon.active:after {
  bottom: 7px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* mo-header */
.mo-header-v2.mo-header-icon:before, .mo-header-v2.mo-header-icon:after, .mo-header-v2.mo-header-icon span {
  background: #ffffff;
}
.mo-header-v2.mo-header-icon:hover:before, .mo-header-v2.mo-header-icon:hover:after, .mo-header-v2.mo-header-icon:hover span {
  background: #8657DB;
}

.mo-header-v3.mo-header-icon:before, .mo-header-v3.mo-header-icon:after, .mo-header-v3.mo-header-icon span {
  background: #333333;
}
.mo-header-v3.mo-header-icon:hover:before, .mo-header-v3.mo-header-icon:hover:after, .mo-header-v3.mo-header-icon:hover span {
  background: #8657DB;
}

.mo-header-v1, .mo-header-v2, .mo-header-v3, .mo-header-v4 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mo-header-v1 .mo-header-top, .mo-header-v2 .mo-header-top, .mo-header-v3 .mo-header-top, .mo-header-v4 .mo-header-top {
  line-height: 40px;
  background: #1f1f1f;
}
.mo-header-v1 .mo-header-top .widget .social-wrap > a, .mo-header-v2 .mo-header-top .widget .social-wrap > a, .mo-header-v3 .mo-header-top .widget .social-wrap > a, .mo-header-v4 .mo-header-top .widget .social-wrap > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  margin-right: 20px;
}
.mo-header-v1 .mo-header-top .widget .social-wrap > a:last-child, .mo-header-v2 .mo-header-top .widget .social-wrap > a:last-child, .mo-header-v3 .mo-header-top .widget .social-wrap > a:last-child, .mo-header-v4 .mo-header-top .widget .social-wrap > a:last-child {
  margin-right: 0;
}
.mo-header-v1 .mo-header-top .widget .social-wrap > a:hover, .mo-header-v2 .mo-header-top .widget .social-wrap > a:hover, .mo-header-v3 .mo-header-top .widget .social-wrap > a:hover, .mo-header-v4 .mo-header-top .widget .social-wrap > a:hover {
  color: #8657DB;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top, .mo-header-v1 .mo-header-top .widget .mo-top-bar, .mo-header-v2 .mo-header-top .widget #menu-menu-top, .mo-header-v2 .mo-header-top .widget .mo-top-bar, .mo-header-v3 .mo-header-top .widget #menu-menu-top, .mo-header-v3 .mo-header-top .widget .mo-top-bar, .mo-header-v4 .mo-header-top .widget #menu-menu-top, .mo-header-v4 .mo-header-top .widget .mo-top-bar {
  text-align: right;
  margin: 0;
  padding: 0;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top li, .mo-header-v1 .mo-header-top .widget .mo-top-bar li, .mo-header-v2 .mo-header-top .widget #menu-menu-top li, .mo-header-v2 .mo-header-top .widget .mo-top-bar li, .mo-header-v3 .mo-header-top .widget #menu-menu-top li, .mo-header-v3 .mo-header-top .widget .mo-top-bar li, .mo-header-v4 .mo-header-top .widget #menu-menu-top li, .mo-header-v4 .mo-header-top .widget .mo-top-bar li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top li:last-child, .mo-header-v1 .mo-header-top .widget .mo-top-bar li:last-child, .mo-header-v2 .mo-header-top .widget #menu-menu-top li:last-child, .mo-header-v2 .mo-header-top .widget .mo-top-bar li:last-child, .mo-header-v3 .mo-header-top .widget #menu-menu-top li:last-child, .mo-header-v3 .mo-header-top .widget .mo-top-bar li:last-child, .mo-header-v4 .mo-header-top .widget #menu-menu-top li:last-child, .mo-header-v4 .mo-header-top .widget .mo-top-bar li:last-child {
  margin-right: 0;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top li a, .mo-header-v1 .mo-header-top .widget .mo-top-bar li a, .mo-header-v2 .mo-header-top .widget #menu-menu-top li a, .mo-header-v2 .mo-header-top .widget .mo-top-bar li a, .mo-header-v3 .mo-header-top .widget #menu-menu-top li a, .mo-header-v3 .mo-header-top .widget .mo-top-bar li a, .mo-header-v4 .mo-header-top .widget #menu-menu-top li a, .mo-header-v4 .mo-header-top .widget .mo-top-bar li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #909090;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top li a i, .mo-header-v1 .mo-header-top .widget .mo-top-bar li a i, .mo-header-v2 .mo-header-top .widget #menu-menu-top li a i, .mo-header-v2 .mo-header-top .widget .mo-top-bar li a i, .mo-header-v3 .mo-header-top .widget #menu-menu-top li a i, .mo-header-v3 .mo-header-top .widget .mo-top-bar li a i, .mo-header-v4 .mo-header-top .widget #menu-menu-top li a i, .mo-header-v4 .mo-header-top .widget .mo-top-bar li a i {
  color: #8657DB;
  margin-right: 5px;
}
.mo-header-v1 .mo-header-top .widget #menu-menu-top li a:hover, .mo-header-v1 .mo-header-top .widget .mo-top-bar li a:hover, .mo-header-v2 .mo-header-top .widget #menu-menu-top li a:hover, .mo-header-v2 .mo-header-top .widget .mo-top-bar li a:hover, .mo-header-v3 .mo-header-top .widget #menu-menu-top li a:hover, .mo-header-v3 .mo-header-top .widget .mo-top-bar li a:hover, .mo-header-v4 .mo-header-top .widget #menu-menu-top li a:hover, .mo-header-v4 .mo-header-top .widget .mo-top-bar li a:hover {
  color: #8657DB;
}

.mo-header-v2.mo-header-fixed .mo-header-menu,
.mo-header-v3.mo-header-fixed .mo-header-menu,
.mo-header-v4.mo-header-fixed .mo-header-menu {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 0;
  z-index: 999;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* mo-header-fixed */
.mo-header-v2 .mo-header-fixed .mo-header-menu, .mo-header-v3 .mo-header-fixed .mo-header-menu, .mo-header-v4 .mo-header-fixed .mo-header-menu {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 0;
  z-index: 999;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* header search*/
.mo-header-v1 .widget.header_search, .mo-header-v2 .widget.header_search, .mo-header-v3 .widget.header_search, .mo-header-v4 .widget.header_search {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  color: #909090;
  background: #ffffff;
  padding: 30px;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.mo-header-v1 .widget.header_search .search-form, .mo-header-v2 .widget.header_search .search-form, .mo-header-v3 .widget.header_search .search-form, .mo-header-v4 .widget.header_search .search-form {
  position: relative;
}
.mo-header-v1 .widget.header_search .search-form .screen-reader-text, .mo-header-v2 .widget.header_search .search-form .screen-reader-text, .mo-header-v3 .widget.header_search .search-form .screen-reader-text, .mo-header-v4 .widget.header_search .search-form .screen-reader-text {
  display: none;
}
.mo-header-v1 .widget.header_search .search-form .search-submit, .mo-header-v2 .widget.header_search .search-form .search-submit, .mo-header-v3 .widget.header_search .search-form .search-submit, .mo-header-v4 .widget.header_search .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 42px;
  padding: 0;
  opacity: 0;
  z-index: 9;
}

.mo-header-v1 .mo-search-header > a, .mo-header-v2 .mo-search-header > a, .mo-header-v3 .mo-search-header > a, .mo-header-v4 .mo-search-header > a {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mo-header-v1 .mo-search-header > a:before, .mo-header-v1 .mo-search-header > a:after, .mo-header-v2 .mo-search-header > a:before, .mo-header-v2 .mo-search-header > a:after, .mo-header-v3 .mo-search-header > a:before, .mo-header-v3 .mo-search-header > a:after, .mo-header-v4 .mo-search-header > a:before, .mo-header-v4 .mo-search-header > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mo-header-v1 .mo-search-header a:after, .mo-header-v4 .mo-search-header a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.mo-header-v1 .mo-search-header a.active, .mo-header-v4 .mo-search-header a.active {
  background: #8657DB;
}
.mo-header-v1 .mo-search-header a.active i, .mo-header-v4 .mo-search-header a.active i {
  opacity: 0;
}
.mo-header-v1 .mo-search-header a.active:after, .mo-header-v4 .mo-search-header a.active:after {
  width: 15px;
  opacity: 1;
}
.mo-header-v1 .mo-search-header a.active:before, .mo-header-v1 .mo-search-header a.active:after, .mo-header-v1 .mo-search-header a:hover, .mo-header-v4 .mo-search-header a.active:before, .mo-header-v4 .mo-search-header a.active:after, .mo-header-v4 .mo-search-header a:hover {
  color: #ffffff;
  background: #8657DB;
}

.mo-header-v3 .mo-search-header > a {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 40px;
  text-align: center;
  color: #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mo-header-v3 .mo-search-header > a:hover {
  color: #8657DB;
}

.mo-header-v4 .social-header {
  top: 0;
  position: static;
  right: 0%;
  margin-right: 10px;
  margin-bottom: 5px;
}

.mo-header-v4 .logo {
  top: 8px;
}

.mo-header-v4 .contact_info {
  color: #fff;
  font-size: 12px;
}

.mo-header-v2 .logo, .mo-header-v3 .logo {
  top: 20px;
}

.mo-header-v1 .mo-search-header > a,
.mo-header-v4 .mo-search-header > a {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: #333333;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mo-header-v1 .mo-search-header > a:before, .mo-header-v1 .mo-search-header > a:after, .mo-header-v4 .mo-search-header > a:before, .mo-header-v4 .mo-search-header > a:after, .mo-header-v5 .mo-search-header > a:before, .mo-header-v5 .mo-search-header > a:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mo-header-v1 .mo-search-header > a:after, .mo-header-v4 .mo-search-header > a:after, .mo-header-v5 .mo-search-header > a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mo-header-v1 .mo-search-header > a.active, .mo-header-v4 .mo-search-header > a.active, .mo-header-v5 .mo-search-header > a.active {
  background: #8657DB;
}

.mo-header-v1 .mo-search-header > a.active > i, .mo-header-v4 .mo-search-header > a.active > i, .mo-header-v5 .mo-search-header > a.active > i {
  opacity: 0;
}

.mo-header-v1 .mo-search-header > a.active:before, .mo-header-v1 .mo-search-header > a.active:after, .mo-header-v4 .mo-search-header > a.active:before, .mo-header-v4 .mo-search-header > a.active:after, .mo-header-v5 .mo-search-header > a.active:before, .mo-header-v5 .mo-search-header > a.active:after {
  width: 15px;
  opacity: 1;
}

.mo-header-v1 .mo-search-header > a:hover, .mo-header-v4 .mo-search-header > a:hover, .mo-header-v5 .mo-search-header > a:hover {
  color: #ffffff;
  background: #8657DB;
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a {
  color: #8657DB;
  background: #ffffff;
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a:before,
.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a:after,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a:before,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a:after,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a.active,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a.active {
  background: #8657DB;
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a.active > i,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a.active > i {
  opacity: 0;
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a.active:before,
.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a.active:after,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a.active:before,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a.active:after {
  width: 15px;
  opacity: 1;
}

.mo-header-v1.mo-header-fixed .mo-header-menu .mo-search-header > a:hover,
.mo-header-v4.mo-header-fixed .mo-header-menu .mo-search-header > a:hover {
  color: #ffffff;
  background: #8657DB;
}

.mo-header-v1 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list,
.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list {
  margin-right: 120px;
  padding-right: 20px;
}

.mo-header-v2 .mo-search-header > a {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  text-align: center;
  color: #333333;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mo-header-v2.mo-header-fixed .mo-header-menu ul > li > a {
  color: #ffffff;
}

.mo-header-v2 .mo-search-header > a:hover {
  color: #8657DB;
}

.mo-header-v2.mo-header-fixed .mo-header-menu .mo-search-header > a {
  color: #ffffff;
}

.mo-header-v2.mo-header-fixed .mo-header-menu .mo-search-header > a:hover {
  color: #8657DB;
}

.mo-header-v2 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list {
  padding-right: 100px;
}

/* mo-toggle-menu */
.mo-header-v3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

.mo-header-v3 .mo-toggle-menu {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  position: absolute;
  top: 45px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.mo-header-v3 .mo-toggle-menu:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "\f0c9";
  font-family: FontAwesome;
}

.mo-header-v3 .mo-toggle-menu.active:before {
  content: "\f00d";
}

.mo-header-v3 .mo-toggle-menu:hover {
  color: #8657DB;
}

/* .mo-header-stick */
.mo-header-v3.mo-header-fixed .mo-menu-list > ul > li > a {
  color: #ffffff;
}

.mo-header-v3.mo-header-fixed .mo-menu-list > ul > li > a:hover {
  color: #8657DB;
}

.mo-header-v3 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list {
  padding-right: 100px;
}

@media (min-width: 1200px) {
  .boxed .mo-header-v1.mo-header-stick .mo-header-menu, .boxed .mo-header-v2.mo-header-stick .mo-header-menu {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mo-header-v1 .mo-header-top .widget ul.menu, .mo-header-v2 .mo-header-top .widget ul.menu {
    padding-right: 160px;
  }

  .mo-header-v1 .mo-menu-list > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li > a {
    min-width: 70px !important;
  }

  .mo-header-v3 .mo-header-menu {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .mo-stick-active.admin-bar .mo-header-v1.mo-header-stick .mo-header-menu, .mo-stick-active.admin-bar .mo-header-v2.mo-header-stick .mo-header-menu, .mo-stick-active.admin-bar .mo-header-v3.mo-header-stick .mo-header-menu {
    top: 32px;
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-header-menu, .mo-stick-active .mo-header-v2.mo-header-stick .mo-header-menu, .mo-stick-active .mo-header-v3.mo-header-stick .mo-header-menu {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-header-menu .mo-logo, .mo-stick-active .mo-header-v2.mo-header-stick .mo-header-menu .mo-logo, .mo-stick-active .mo-header-v3.mo-header-stick .mo-header-menu .mo-logo {
    line-height: 71px;
    transform: scale(0.8);
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-header-menu .mo-logo .logo, .mo-stick-active .mo-header-v3.mo-header-stick .mo-header-menu .mo-logo .logo {
    display: none;
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-header-menu .mo-logo .logo-stick, .mo-stick-active .mo-header-v2.mo-header-stick .mo-header-menu .mo-logo .logo-stick, .mo-stick-active .mo-header-v3.mo-header-stick .mo-header-menu .mo-logo .logo-stick {
    display: inline-block;
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-header-menu .mo-menu-list > ul > li > a, .mo-stick-active .mo-header-v2.mo-header-stick .mo-header-menu .mo-menu-list > ul > li > a, .mo-stick-active .mo-header-v3.mo-header-stick .mo-header-menu .mo-menu-list > ul > li > a {
    line-height: 71px;
  }

  .mo-stick-active .mo-header-v1.mo-header-stick .mo-search-header > a, .mo-stick-active .mo-header-v2.mo-header-stick .mo-search-header > a, .mo-stick-active .mo-header-v3.mo-header-stick .mo-search-header > a {
    color: #333333;
  }

  .mo-stick-active .mo-header-v3.mo-header-stick .mo-toggle-menu {
    color: #333333;
  }

  .mo-header-v1 .mo-logo, .mo-header-v2 .mo-logo, .mo-header-v3 .mo-logo, .mo-header-v4 .mo-logo, .mo-header-v5 .mo-logo, .mo-header-v6 .mo-logo {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mo-header-v1 .mo-logo img, .mo-header-v2 .mo-logo img, .mo-header-v3 .mo-logo img, .mo-header-v4 {
    max-width: 100%;
  }

  .mo-header-v1 .mo-logo img.logo-stick, .mo-header-v2 .mo-logo img.logo-stick, .mo-header-v3 .mo-logo img.logo-stick, .mo-header-v4 .mo-logo img.logo-stick {
    display: none;
  }

  .mo-header-v1 .mo-menu-list > ul, .mo-header-v2 .mo-menu-list > ul, .mo-header-v3 .mo-menu-list > ul, .mo-header-v4 .mo-menu-list > ul {
    margin: 0;
    padding: 0;
  }

  .mo-header-v2 .mo-menu-list > ul > li, .mo-header-v3 .mo-menu-list > ul > li, .mo-header-v4 .mo-menu-list > ul > li {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    list-style: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    list-style: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding: 25px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li {
    list-style: none;
    position: relative;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a,
  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a,
  .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a,
  .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a,
  .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a,
  .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a:after,
  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a:after,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a:after,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a:after,
  .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a:after,
  .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a:after,
  .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.menu-item-has-children > a:after,
  .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.page_item_has_children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > a,
  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-item > a,
  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-ancestor > a,
  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current_page_item > a,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > a,
  .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current_page_item > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current_page_item > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li.current_page_item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li {
    list-style: none;
    position: relative;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li > ul > li.current_page_item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul, .mo-header-v5 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul, .mo-header-v6 .mo-menu-list > ul > li .mo-dropdown-menu-item > ul > li:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffectSub 0.4s both;
    -moz-animation: menuEffectSub 0.4s both;
    -o-animation: menuEffectSub 0.4s both;
    animation: menuEffectSub 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li .mo-dropdown-menu-item:hover > ul, .mo-header-v2 .mo-menu-list > ul > li .mo-dropdown-menu-item:hover > ul, .mo-header-v3 .mo-menu-list > ul > li .mo-dropdown-menu-item:hover > ul, .mo-header-v4 .mo-menu-list > ul > li .mo-dropdown-menu-item:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffect 0.4s both;
    -moz-animation: menuEffect 0.4s both;
    -o-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li {
    list-style: none;
    position: relative;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a:after,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a:after,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a:after,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a:after,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a:after,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a:after,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a:after,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-item > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-ancestor > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current_page_item > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-item > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-ancestor > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current_page_item > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-item > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-ancestor > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current_page_item > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-item > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li.current_page_item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 15px;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li {
    list-style: none;
    position: relative;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a > i,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a > i,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a > i,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li:hover > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-item > a,
  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current_page_item > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li:hover > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-item > a,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current_page_item > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li:hover > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-item > a,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current_page_item > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li:hover > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-item > a,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current_page_item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > ul,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > ul,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > ul,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffectSub 0.4s both;
    -moz-animation: menuEffectSub 0.4s both;
    -o-animation: menuEffectSub 0.4s both;
    animation: menuEffectSub 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.page_item_has_children.page_item:hover > ul,
  .mo-header-v2 .mo-menu-list > ul > li.page_item_has_children.page_item:hover > ul,
  .mo-header-v3 .mo-menu-list > ul > li.page_item_has_children.page_item:hover > ul,
  .mo-header-v4 .mo-menu-list > ul > li.page_item_has_children.page_item:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffect 0.4s both;
    -moz-animation: menuEffect 0.4s both;
    -o-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item,
  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item,
  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item,
  .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul,
  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul,
  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul,
  .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0px;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li,
  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li,
  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li,
  .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li {
    list-style: none;
    position: relative;
    padding: 5px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a,
  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a,
  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a,
  .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a:after, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current_page_item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current_page_item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current_page_item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current_page_item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul, .mo-header-v5 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul, .mo-header-v6 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0px;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li {
    list-style: none;
    position: relative;
    padding: 5px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current_page_item > a, .mo-header-v4 ul.sub-menu.depth2 > li:hover > a, .mo-header-v4 ul.sub-menu.depth2 > li > ul > li.current-menu-item > a, .mo-header-v2 ul.sub-menu.depth2 > li:hover > a, .mo-header-v2 ul.sub-menu.depth2 > li > ul > li.current-menu-item > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffectSub 0.4s both;
    -moz-animation: menuEffectSub 0.4s both;
    -o-animation: menuEffectSub 0.4s both;
    animation: menuEffectSub 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item:hover > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item:hover > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item:hover > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.nomega-menu-item:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffect 0.4s both;
    -moz-animation: menuEffect 0.4s both;
    -o-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li {
    list-style: none;
    position: relative;
    margin: 5px 0;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.current-menu-ancestor > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 {
    width: 420px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li {
    width: 50%;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 {
    width: 630px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li {
    width: 33.3333%;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 {
    width: 840px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li {
    width: 25%;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 {
    padding: 25px 0px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li, .mo-header-v5 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li {
    list-style: none;
    float: left;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li:last-child, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li:last-child, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li:last-child, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li:last-child, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li:last-child, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li:last-child, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li:last-child, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li:last-child, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li:last-child, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li:last-child, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li:last-child, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li:last-child {
    border-right: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #232323;
    padding: 10px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a > i, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a > i, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a.hide_link, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a.hide_link, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a.hide_link, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a.hide_link, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a.hide_link, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a.hide_link, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a.hide_link, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a.hide_link, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a.hide_link, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a.hide_link, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a.hide_link, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a.hide_link {
    display: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul {
    margin: 0;
    padding: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li {
    list-style: none;
    padding: 3px 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > i, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > i, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > i, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > i, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > i, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > sup, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > sup, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > sup, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > sup, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > sup, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > sup, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > sup, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > sup, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > sup, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > sup, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > sup, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > sup {
    font-size: 8px;
    vertical-align: baseline;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-ancestor > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-ancestor > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li {
    list-style: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner {
    margin: 0;
    padding: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap {
    position: relative;
    min-height: 374px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: #8657DB;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a:hover, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a:hover, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a:hover, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap .mo-overlay > a:hover {
    color: #8657DB;
    background: #ffffff;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay {
    opacity: 1;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.mo-banner .mo-banner-wrap:hover .mo-overlay > a {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget .wg-title, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget .wg-title, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget .wg-title, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget .wg-title {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.08em;
    color: #909090;
    margin-bottom: 0;
    padding: 3px 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item:hover > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item:hover > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item:hover > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.mega-menu-item:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffect 0.4s both;
    -moz-animation: menuEffect 0.4s both;
    -o-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
  }

  /* algleft / algright / fullwidth  */
  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algleft, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algleft, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algleft, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algleft {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul {
    left: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul > li > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul > li > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul > li > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algleft > ul > li > ul {
    left: -100%;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algright, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algright, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algright, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algright {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algright > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algright > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algright > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algright > ul {
    right: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algcenter, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algcenter, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algcenter, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algcenter {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.algcenter > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.algcenter > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.algcenter > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.algcenter > ul {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children.fullwidth > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children.fullwidth > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children.fullwidth > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children.fullwidth > ul {
    left: 0;
    width: 100% !important;
  }

  /* menu-testing-menu */
  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu > li > a, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu > li > a, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu > li > a, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu > li > a {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    text-align: left;
    margin: 0;
    padding: 25px 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li {
    list-style: none;
    position: relative;
    padding: 3px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.menu-item-has-children > a:after, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.menu-item-has-children > a:after, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.menu-item-has-children > a:after, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06em;
    color: #909090;
    padding: 8px 15px;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a > i, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a > i, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a > i, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li > a > i {
    margin-right: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul > li.current-menu-ancestor > a {
    background: #f8f8f8;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth1, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth7, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth8, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth9, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth10, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth1, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth7, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth8, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth9, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth10, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth1, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth7, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth8, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth9, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth10, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth1, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth7, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth8, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth9, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth10 {
    top: 0 !important;
    left: 100%;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth2, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth3, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth4, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth5, .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth6, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth2, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth3, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth4, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth5, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth6, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth2, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth3, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth4, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth5, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth6, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth2, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth3, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth4, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth5, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children ul.depth6 {
    top: 0 !important;
    left: -100%;
  }

  .mo-header-v1 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children:hover > ul, .mo-header-v2 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children:hover > ul, .mo-header-v3 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children:hover > ul, .mo-header-v4 .mo-menu-list > ul#menu-testing-menu li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: menuEffect 0.4s both;
    -moz-animation: menuEffect 0.4s both;
    -o-animation: menuEffect 0.4s both;
    animation: menuEffect 0.4s both;
  }

  .mo-header-v1 .mo-logo {
    line-height: 95px;
  }

  .mo-header-v1.dot .mo-menu-list > ul > li > a:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "...";
    position: absolute;
    bottom: -8px;
    left: 50%;
    font-size: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mo-header-v1.dot .mo-menu-list > ul > li:hover > a:before, .mo-header-v1.dot .mo-menu-list > ul > li:hover > a:after, .mo-header-v1.dot .mo-menu-list > ul > li.current-menu-item > a:before, .mo-header-v1.dot .mo-menu-list > ul > li.current-menu-item > a:after, .mo-header-v1.dot .mo-menu-list > ul > li.current-menu-ancestor > a:before, .mo-header-v1.dot .mo-menu-list > ul > li.current-menu-ancestor > a:after {
    font-size: 30px;
    color: #8657DB;
  }

  .mo-header-v1.line .mo-menu-list > ul > li > a:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #8657DB;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mo-header-v1.line .mo-menu-list > ul > li:hover > a:before, .mo-header-v1.line .mo-menu-list > ul > li:hover > a:after, .mo-header-v1.line .mo-menu-list > ul > li.current-menu-item > a:before, .mo-header-v1.line .mo-menu-list > ul > li.current-menu-item > a:after, .mo-header-v1.line .mo-menu-list > ul > li.current-menu-ancestor > a:before, .mo-header-v1.line .mo-menu-list > ul > li.current-menu-ancestor > a:after {
    width: 45px;
  }

  .mo-header-v2 .mo-menu-list > ul > li > a:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #8657DB;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > a {
    padding: 25px 12px;
    margin-right: 10px;
  }

  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > a:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > a:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children:hover.menu-item-has-children > a:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children:hover.menu-item-has-children > a:after {
    content: "\f106";
  }

  .mo-header-v2 .mo-menu-list > ul > li:hover a:before, .mo-header-v2 .mo-menu-list > ul > li.current-menu-item a:before, .mo-header-v2 .mo-menu-list > ul > li.current-menu-ancestor a:before, .mo-header-v4 .mo-menu-list > ul > li:hover a:before, .mo-header-v4 .mo-menu-list > ul > li.current-menu-item a:before, .mo-header-v4 .mo-menu-list > ul > li.current-menu-ancestor a:before {
    width: 50px;
  }

  .mo-header-v3 .mo-menu-list {
    margin-right: 15px;
    padding-top: 20px;
  }

  .mo-header-v2 .mo-menu-list, .mo-header-v4 .mo-menu-list {
    margin-right: 90px;
  }

  .mo-header-v3 .mo-menu-list {
    position: relative;
  }

  .mo-header-v3 .mo-menu-list > ul {
    margin: 0;
    padding: 0;
    z-index: 999;
  }

  .mo-header-v3 .mo-menu-list > ul > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .mo-header-v3 .mo-menu-list.active > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 3s;
    transition: 3s;
  }

  .mo-header-v3 .mo-menu-list > ul > li > a:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #8657DB;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > a {
    padding: 28px 15px;
    margin-right: 15px;
  }

  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > a:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children:hover.menu-item-has-children > a:after {
    content: "\f106";
  }

  .mo-header-v3 .mo-menu-list > ul > li:hover a:before, .mo-header-v3 .mo-menu-list > ul > li.current-menu-item a:before, .mo-header-v3 .mo-menu-list > ul > li.current-menu-ancestor a:before {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .mo-header-v1 .mo-logo, .mo-header-v2 .mo-logo, .mo-header-v3 .mo-logo, .mo-header-v4 .mo-logo {
    line-height: 50px;
  }

  .mo-header-v1 .mo-logo img, .mo-header-v2 .mo-logo img, .mo-header-v3 .mo-logo img, .mo-header-v4 .mo-logo img {
    max-height: 30px;
  }

  .mo-header-v1 .mo-logo img.logo-stick, .mo-header-v2 .mo-logo img.logo-stick, .mo-header-v3 .mo-logo img.logo-stick, .mo-header-v4 .mo-logo img.logo-stick {
    display: none;
  }

  .mo-header-v1 .mo-menu-list, .mo-header-v2 .mo-menu-list, .mo-header-v3 .mo-menu-list, .mo-header-v4 .mo-menu-list {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    background: #ffffff;
    margin: 0;
    padding: 25px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }

  .mo-header-v1 .mo-menu-list > ul, .mo-header-v2 .mo-menu-list > ul, .mo-header-v3 .mo-menu-list > ul, .mo-header-v4 .mo-menu-list > ul {
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li, .mo-header-v2 .mo-menu-list > ul > li, .mo-header-v3 .mo-menu-list > ul > li, .mo-header-v4 .mo-menu-list > ul > li {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    list-style: none;
    position: relative;
    opacity: 1 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mo-header-v1 .mo-menu-list > ul > li:first-child, .mo-header-v2 .mo-menu-list > ul > li:first-child, .mo-header-v3 .mo-menu-list > ul > li:first-child, .mo-header-v4 .mo-menu-list > ul > li:first-child, .mo-header-v5 .mo-menu-list > ul > li:first-child, .mo-header-v6 .mo-menu-list > ul > li:first-child {
    border: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.current-menu-item > a {
    color: #8657DB !important;
  }

  .mo-header-v1 .mo-menu-list > ul > li > a, .mo-header-v2 .mo-menu-list > ul > li > a, .mo-header-v3 .mo-menu-list > ul > li > a, .mo-header-v4 .mo-menu-list > ul > li > a {
    display: block;
    color: #909090 !important;
    line-height: 26.4px !important;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 25px 10px 10px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children, .mo-header-v5 .mo-menu-list > ul > li.menu-item-has-children, .mo-header-v6 .mo-menu-list > ul > li.menu-item-has-children {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul {
    display: none;
    background: none !important;
    margin: 0;
    padding-left: 5px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li {
    list-style: none;
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a {
    color: #8657DB !important;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li a {
    display: block;
    white-space: nowrap;
    padding: 10px 25px 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .mo-header-v5 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .mo-header-v6 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    display: none;
    margin: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .mo-header-v5 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li, .mo-header-v6 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li {
    list-style: none;
    position: relative;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a {
    color: #8657DB !important;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a {
    display: block;
    padding: 10px;
    padding: 10px 25px 10px 30px;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 35px;
    font-size: 8px;
    font-weight: 400;
    padding: 0;
    border: none;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f067";
    font-family: FontAwesome;
    color: #909090;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
    content: " ";
    display: table;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
    clear: both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before {
    content: "\f068";
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before {
    color: #8657DB;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 47px;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f067";
    font-family: FontAwesome;
    color: #909090;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
    content: " ";
    display: table;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
    clear: both;
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before {
    content: "\f068";
  }

  .mo-header-v1 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v2 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v3 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before, .mo-header-v4 .mo-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before {
    color: #8657DB;
  }

  .mo-header-v1 .mo-header-menu, .mo-header-v2 .mo-header-menu, .mo-header-v3 .mo-header-menu, .mo-header-v4 .mo-header-menu {
    background: transparent !important;
  }

  .mo-header-v1 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list, .mo-header-v2 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list, .mo-header-v3 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list {
    margin-right: 0;
    padding-right: 20px;
  }

  .mo-header-v1 .mo-search-header > a, .mo-header-v2 .mo-search-header > a, .mo-header-v3 .mo-search-header > a, .mo-header-v4 .mo-search-header > a {
    top: 22px;
    right: 45px;
  }

  .mo-header-v1 .mo-header-menu .mo-col-logo, .mo-header-v1 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list {
    border-right: none !important;
  }

  .mo-header-v2.mo-header-fixed .mo-header-menu {
    top: auto;
  }

  .mo-header-v3 .mo-header-menu {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .mo-header-v1 .mo-header-top .widget, .mo-header-v2 .mo-header-top .widget, .mo-header-v3 .mo-header-top .widget {
    text-align: center;
  }

  .mo-header-v1 .mo-header-top .widget #menu-menu-top, .mo-header-v1 .mo-header-top .widget .mo-top-bar, .mo-header-v2 .mo-header-top .widget #menu-menu-top, .mo-header-v2 .mo-header-top .widget .mo-top-bar, .mo-header-v3 .mo-header-top .widget #menu-menu-top, .mo-header-v3 .mo-header-top .widget .mo-top-bar {
    text-align: center;
  }

  .mo-header-v1 .mo-header-top .widget #menu-menu-top > li, .mo-header-v1 .mo-header-top .widget .mo-top-bar > li, .mo-header-v2 .mo-header-top .widget #menu-menu-top > li, .mo-header-v2 .mo-header-top .widget .mo-top-bar > li, .mo-header-v3 .mo-header-top .widget #menu-menu-top > li, .mo-header-v3 .mo-header-top .widget .mo-top-bar > li {
    margin-right: 25px;
  }
}
.mo-header-v4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.mo-header-v4 .header_socials_top {
  line-height: 30px;
  background: #1f1f1f;
  display: none;
}

.mo-header-v4 .header_socials_top .social-wrap > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  margin-right: 20px;
}

.mo-header-v4 .mo-header-top.t_motivo {
  min-height: 32px;
  background: transparent;
  z-index: 99;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mo-header-v4 .mo-header-top.t_motivo .icon_text .icocc {
  line-height: 16px;
  position: relative;
}

.mo-header-v4 .mo-header-top.t_motivo .icon_text .icocc .text {
  color: #fff;
  font-size: 13px;
}

.mo-header-v4 .mo-header-top.t_motivo .icon_text .icocc .icon {
  font-size: 25px;
  float: left;
  color: #8657DB;
  margin: 0 14px 0 0;
}

.mo-header-v4 .mo-header-top.t_motivo.right-pcc {
  height: 45px;
}

.mo-header-v4 .mo-header-top.t_motivo.right-pcc .mo-search-header > a {
  color: #8657DB;
  background: #fff;
}

.mo-header-v4 .mo-header-menu {
  border-bottom: none !important;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc {
  background: rgba(251, 56, 59, 0.75);
  margin-right: 0px;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul {
  text-align: left;
  margin-right: 200px;
  padding: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > a {
  line-height: 65px;
  height: 61px;
  color: #fff;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li:hover > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.current-menu-item > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.current-menu-ancestor > a {
  background: #ffffff;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul {
  padding: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li {
  padding: 3px 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li:hover > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li.current-menu-item > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li.current-menu-ancestor > a {
  background: #fff;
  color: #8657DB;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.menu-item-has-children .nomega-menu-item > ul {
  padding: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.menu-item-has-children .nomega-menu-item > ul > li {
  padding: 3px 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.menu-item-has-children .nomega-menu-item > ul > li:hover > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.menu-item-has-children .nomega-menu-item > ul > li.current-menu-item > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li.menu-item-has-children .nomega-menu-item > ul > li.current-menu-ancestor > a {
  background: #fff;
  color: #8657DB;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials {
  position: absolute;
  right: 35px;
  top: 15px;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a:last-child {
  margin-right: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .social-wrap > a:hover {
  color: #8657DB;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar {
  text-align: right;
  margin: 0;
  padding: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar > li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li:last-child, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar > li:last-child {
  margin-right: 0;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar > li > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a > i, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar > li > a > i {
  color: #8657DB;
  margin-right: 5px;
}

.mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget #menu-menu-top > li > a:hover, .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials .widget .mo-top-bar > li > a:hover {
  color: #8657DB;
}

@media (max-width: 991px) {
  .mo-header-v4 .header_socials_top {
    display: block;
    position: relative;
    z-index: 99;
  }

  .mo-header-v4 .mo-header-top.t_motivo {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mo-header-v4 .mo-header-top.t_motivo .motivoicon_tx {
    display: none;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc {
    background: #ffffff;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul {
    margin-right: 0px;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > a {
    height: 45px;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li {
    padding: 0;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li > a {
    color: #909090;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li > ul > li {
    padding: 0;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .mo-menu-list.motivo_cc > ul > li > ul > li > ul > li > a {
    color: #909090;
  }

  .mo-header-v4 .mo-header-menu .mo-col-menu.has-menu-right-sidebar .header_socials {
    display: none;
  }
}
@media (min-width: 992px) {
  .mo-stick-active.admin-bar .mo-header-v4.mo-header-stick .mo-header-menu {
    top: 32px;
  }

  .mo-stick-active .mo-header-v4.mo-header-stick .mo-header-menu {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background: #8657DB;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  }

  .mo-stick-active .mo-header-v4.mo-header-stick .mo-header-menu .mo-menu-list.motivo_cc > ul > li > a {
    line-height: 65px;
  }
}
/* ------------------------------------- */
/* 3. header ........................... */
/* ------------------------------------- */
/* parallax */
.parallax.hero {
  height: 890px;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.overlay, .overlay-slider, .vc_parallax .mo-vc-row-ovelay, .parallax.hero .mo-vc-row-ovelay {
  position: absolute !important;
  z-index: 1 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.overlay, .vc_parallax .mo-vc-row-ovelay, .parallax.hero .mo-vc-row-ovelay {
  background: #8657DB;
  background: -webkit-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to left, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.parallax-container, .vc_parallax {
  position: relative;
  z-index: 5;
}
.parallax-container p, .parallax-container h1, .parallax-container h2, .parallax-container h3, .parallax-container h4, .parallax-container h5, .parallax-container h6, .vc_parallax p, .vc_parallax h1, .vc_parallax h2, .vc_parallax h3, .vc_parallax h4, .vc_parallax h5, .vc_parallax h6 {
  color: #fff;
}
.parallax-container .progress, .vc_parallax .progress {
  background: #f8f8f8;
}

.cd-intro {
  width: 60%;
}

.cd-intro.text-center {
  margin: auto;
}

.cd-intro.text-right {
  float: right;
}

.cd-intro.text-left {
  float: left;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  background: #8657DB;
}

.mo-path {
  margin-bottom: 15px;
}

/* youtube hero */
.vedio-hero {
  height: 890px;
  width: 100%;
  display: block;
  position: relative;
  transform: skewY(-10deg);
}

.videoWrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.mainVideo {
  min-width: 100%;
  min-height: 100%;
}

/*slider-hero */
.slider-hero {
  height: 890px;
  width: 100%;
  display: block;
}
.slider-hero .owl-prev {
  left: 0px;
}
.slider-hero .owl-next {
  right: 0px;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-wrapper .owl-nav {
  top: 50%;
}

.slider-container {
  top: 20em;
  text-align: center;
  position: absolute;
  left: 6%;
  z-index: 5;
}

.slider-wrapper img {
  width: 100%;
  height: 100%;
}

.owl-item img {
  max-width: 100%;
  margin: auto;
  float: none;
  display: block;
}

.owl-item.active .animated1 {
  -webkit-animation: flipInX 2s ease-in 800ms both;
  animation: flipInX 2s ease-in 800ms both;
}

.owl-item.active .animated2 {
  -webkit-animation: bounceInDown 1s ease-in 800ms both;
  animation: bounceInDown 1s ease-in 800ms both;
}

.owl-item.active .animated3 {
  -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
  animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.owl-item.active .animated4 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.owl-item.active .animated5 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.owl-item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.owl-item.active .animated7 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

/* youtube hero */
.intro-ytp {
  height: 890px;
  width: 100%;
  background: url(../images/videos/yt-fallback.jpg) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  transform: skewY(-10deg);
}

/* canvas hero */
.canvas-parallax.hero {
  background-image: url(../images/header2.png);
  height: 890px;
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#canvas {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.snow, #particle-ground .pg-canvas, #demo-canvas {
  position: absolute !important;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999 !important;
}

.snow {
  opacity: 0.4;
}

#particle-ground .pg-canvas {
  opacity: 0.4;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes updown {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes updown {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* scroll-down wheel */
.scroll-down {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 18%;
  display: inline-block;
  width: 24px;
  height: 40px;
  border: 2px solid;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 auto;
  border-color: #FFFFFF;
}

.scroll-down .wheel {
  position: relative;
  display: block;
  z-index: 200;
  width: 6px;
  height: 9px;
  border-radius: 50%;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}

/* skew-section */
.skew-section {
  position: relative;
  top: -50px;
  height: 890px;
  background-color: #f8f8f8;
  -webkit-transform: skewY(5deg) translate(0, -60px);
  -ms-transform: skewY(5deg) translate(0, -60px);
  transform: skewY(5deg) translate(0, -60px);
}
.skew-section .wrapper {
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.skew-section .reskew {
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
}

.header-box .reskew {
  margin-top: 25%;
  position: relative;
  z-index: 9999;
}

.logo {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 3;
  float: left;
}

.mo-header-v1 .logo {
  left: 8%;
}

.social-header {
  position: absolute;
  right: 9%;
  top: 38px;
  z-index: 3;
  float: right;
}
.social-header li {
  list-style: none;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: 8px;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-header li:hover {
  background: #8657DB;
}
.social-header li a {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
}

.header-title {
  font-weight: 700;
  font-size: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
}

.mo-path-inner, .mo-path-inner a {
  color: #fff;
}

/* ------------------------------------- */
/* 4. about ............................ */
/* ------------------------------------- */
/* item-rotate */
.item-rotate {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  top: 20px;
  left: 40%;
  box-shadow: 20px 20px 30px -15px rgba(0, 0, 0, 0.25);
}

.img-rotate {
  position: relative;
}
.img-rotate img.img-about {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -70px;
  top: -70px;
  width: 250px;
  height: 250px;
}

.img-rotate-top {
  top: -60px;
  position: relative;
}

/* about */
.container-border {
  position: relative;
  padding: 80px;
  z-index: 1;
}

.container-border:before {
  content: "";
  width: 100%;
  height: 95%;
  border: 10px solid #f8f8f8;
  position: absolute;
  display: block;
  left: 0;
  top: -10px;
  z-index: -1;
}

.container-border:after {
  content: "";
  width: 100%;
  height: 95%;
  border: 10px solid #f8f8f8;
  position: absolute;
  display: block;
  left: -15px;
  top: 5px;
  z-index: -1;
}

ul.list {
  padding: 0;
}
ul.list li {
  line-height: 24px;
  list-style: none;
}
ul.list li:before {
  content: "\f178";
  font-family: FontAwesome;
  padding-right: 0.5em;
  opacity: 0.3;
  font-size: 12px;
}

/* service */
.service {
  margin-top: 15px;
  margin-bottom: 15px;
}
.service h4 {
  color: #8657DB;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
}
.service .icon-wrap {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.service .icon-wrap i::before {
  background: #2969B0;
  background: -webkit-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -moz-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -o-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -ms-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: linear-gradient(to left, #2969B0 0%, #8657DB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2969B0', endColorstr='#8657DB',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-moz-document url-prefix() {
  .icon-wrap i::before {
    color: #8657DB;
    background: transparent !important;
    -webkit-text-fill-color: #8657DB !important;
  }
}
/*--------------*/
.service.style1 .icon-wrap {
  width: 60px;
  height: 90px;
  float: left;
}
.service.style1 .title-wrap {
  padding-left: 70px;
}

/*--------------*/
.service.style2 .icon-wrap {
  margin: auto;
  display: block;
}
.service.style2 .title-wrap {
  text-align: center;
}

/*--------------*/
.service.style3 .title-wrap {
  padding-left: 70px;
}
.service.style3 .icon-wrap {
  float: left;
  height: 56px;
  width: 56px;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #8657DB;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service.style3 .icon-wrap i::before {
  background: transparent !important;
  -webkit-text-fill-color: inherit;
  color: #fff;
}

.service.style3:hover h4 {
  color: #2969B0;
}
.service.style3:hover .icon-wrap {
  background-color: #2969B0;
  -webkit-transform: rotateY(190deg);
  -moz-transform: rotateY(190deg);
  -ms-transform: rotateY(190deg);
  -o-transform: rotateY(190deg);
  transform: rotateY(190deg);
}

/*--------------*/
.service.style4 .title-wrap {
  text-align: center;
  position: relative;
}
.service.style4 .step-number {
  position: absolute;
  top: 25px;
  left: 24px;
  font-size: 8em;
  font-weight: 700;
  color: #8657DB;
  opacity: 0.1;
}

/*--------------*/
.service.style5 {
  padding: 15px;
}
.service.style5 .title-wrap {
  text-align: center;
}
.service.style5 .thumb-service {
  margin: auto;
  display: block;
}
.service.style5 .thumb-service img {
  margin: auto;
  display: block;
  max-width: 100%;
}

/*--------------*/
.owl-about {
  z-index: 3;
}
.owl-about .owl-dot span, .owl-about .owl-dot span:hover {
  background-color: #a481e4;
  border: 1px solid #a481e4;
}
.owl-about .owl-dot.active span {
  background-color: #8657DB !important;
  border: 1px solid #8657DB !important;
}
.owl-about .owl-dots {
  margin-top: 15px;
}

/* ------------------------------------- */
/* 5. skills ........................... */
/* ------------------------------------- */
.skills {
  background-color: #f8f8f8;
}

.progress-bars p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.progress {
  border-radius: 0px;
  position: relative;
  background: #909090;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  overflow: inherit;
  position: relative;
  height: 5px;
  margin-top: 10px;
}

.progress-bar {
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  max-width: 100%;
  background: #8657DB;
  background: -webkit-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to left, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.progress-bars .bar {
  position: relative;
}

.progress-bar-tooltip {
  float: right;
  position: relative;
  right: 0px;
  top: -13px;
  background: #8657DB;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 29px;
}

/*----------------*/
.bt-progress-style1.vc_progress_bar .vc_single_bar {
  position: relative;
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  margin: 50px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0;
}

.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
  color: #232323;
}

.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item .vc_pagination-trigger:hover {
  background: #8657DB;
}

.bt-pageable-style1.vc_tta-tabs.vc_tta-has-pagination .vc_pagination .vc_pagination-item.vc_active .vc_pagination-trigger {
  background: #8657DB;
}

.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units {
  position: absolute;
  right: -10px;
  top: 24px;
  width: 32px;
  height: 32px;
  font-size: 9px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  background: #8657DB;
  color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

.bt-progress-style1.vc_progress_bar .vc_single_bar .vc_bar {
  background: #8657DB;
  background: -webkit-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to left, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  height: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style2.vc_progress_bar .vc_single_bar {
  position: relative;
  height: 7px;
  background: #e9e9e9;
  box-shadow: none;
  margin: 65px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0;
}

.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
  width: 100% !important;
}

.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units {
  float: right;
}

.bt-progress-style2.vc_progress_bar .vc_single_bar .vc_bar {
  height: 7px;
  background: #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar {
  position: relative;
  background: #f8f8f8;
  box-shadow: none;
  margin: 45px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label {
  padding: 8px 25px;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  line-height: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.1em;
  position: relative;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_title {
  position: absolute;
  top: -35px;
  left: -23px;
  font-size: 11px;
  font-weight: 900;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_label .vc_inner .vc_label_units {
  color: #f8f8f8;
  float: right;
}

.bt-progress-style3.vc_progress_bar .vc_single_bar .vc_bar {
  background: #8657DB;
  background: -webkit-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to left, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar {
  display: block;
  position: relative;
  height: 7px;
  width: 100%;
  margin-top: 38px;
  box-shadow: none;
  margin: 65px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_inner {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_bar {
  height: 7px;
  background: #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  float: right;
  position: absolute;
  right: -20px;
  background-color: #3c3c3c;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 6px 7px;
}

.bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3c3c3c;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}

.bg-dark .bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  background-color: #f8f8f8;
  color: #3c3c3c;
}

.bg-dark .bt-progress-style4.vc_progress_bar .vc_single_bar .vc_label .vc_label_units:after {
  border-top: 6px solid #f8f8f8;
}

.vc_parallax .vc_progress_bar {
  color: #fff;
}

/* owl-dot */
.dots-nav-dark .owl-dot span {
  background-color: transparent;
  border: 1px solid #8657DB;
}

.dots-nav-dark .owl-dots .owl-dot.active span {
  background-color: #8657DB;
  border: 1px solid #8657DB;
}

.dots-nav-dark .owl-dot span {
  background-color: transparent;
  border: 1px solid #8657DB;
}

.dots-nav-dark .owl-nav .icon-wrap::after, .dots-nav-dark .owl-nav .icon-wrap::before, .dots-nav-dark .owl-nav span::after, .dots-nav-dark .owl-nav span::before {
  background: #8657DB;
}

/* counter-number */
.counter-number {
  position: relative;
  text-align: center;
}

.counter-number h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 30px;
}
.counter-number h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
.counter-number i {
  position: absolute;
  left: 25%;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  opacity: 0.4;
  color: #3c3c3c;
}

.vc_parallax .counter-number i, .parallax .counter-number i {
  color: #fff;
}

.counter-number.style2 .divider {
  display: none;
}

/* vc_pie_chart */
.vc_pie_chart .vc_pie_wrapper, .vc_pie_chart_back, .vc_pie_chart .vc_pie_chart_value, .vc_pie_chart canvas {
  width: 120px !important;
  height: 120px !important;
  line-height: 120px !important;
  font-size: 12px;
}

.vc_pie_chart {
  margin-bottom: 0 !important;
}

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

.vc_pie_chart .vc_pie_chart_value {
  font-weight: 700;
}

.pie-white .vc_pie_chart_back {
  border-color: #fff;
}
.pie-white .vc_pie_chart_value {
  color: #fff;
}
.pie-white .wpb_pie_chart_heading {
  color: #fff;
  margin-top: 20px;
}

.pie-primary .vc_pie_chart_back {
  border-color: #8657DB;
}
.pie-primary .vc_pie_chart_value, .pie-primary .wpb_pie_chart_heading {
  color: #8657DB;
}

/* ------------------------------------- */
/* 6. accordion ........................ */
/* ------------------------------------- */
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  top: 1em !important;
  left: 1em !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  background-image: url(../images/toggle_open.png) !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(../images/toggle_close.png) !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-weight: 700;
  padding: .8em 1em;
  padding-left: 2.5em !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-accordion-header-active a {
  background: #8657DB;
  color: #fff;
}

/* bt-accordion-style1 */
.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #404040;
  background: #f8f8f8;
  padding: 12px 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #e9e9e9;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  padding: 25px 0px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  border-radius: 0;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffffff;
  background: #8657DB;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* bt-accordion-style2 */
.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel {
  position: relative;
  margin-bottom: 20px;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_active, .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel:last-child {
  margin-bottom: 0;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  background: #f8f8f8;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a > i {
  display: inline-block;
  vertical-align: middle;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #e9e9e9;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background: #f8f8f8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .bt-content-inner {
  padding: 25px 30px;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .bt-content-inner > h3 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #8657DB;
  margin-bottom: 0;
}

.bt-accordion-style2.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  background: #e9e9e9;
  color: #8657DB;
}

/* bt-accordion-style3 */
.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel {
  position: relative;
  margin-bottom: 20px;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #141414;
  background: #ffffff;
  border: 2px solid #f8f8f8;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  border-color: #cecece;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background: #ffffff;
  padding: 0 20px 20px;
  border-top: none;
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  border-left: 2px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding-top: 20px;
  border-top-color: #8657DB;
  border-right-color: #8657DB;
  border-bottom-color: transparent;
  border-left-color: #8657DB;
}

.bt-accordion-style3.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-right-color: #8657DB;
  border-bottom-color: #8657DB;
  border-left-color: #8657DB;
}

/* bt-accordion-style4 */
.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel {
  position: relative;
  margin-bottom: 20px;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 11px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  background: #f8f8f8;
  border: 2px solid #e9e9e9;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #f8f8f8;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  background: #ffffff;
  padding: 0 20px 20px;
  border-top: none;
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  border-left: 2px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding-top: 20px;
  border-top-color: #8657DB !important;
  border-right-color: #8657DB !important;
  border-bottom-color: transparent !important;
  border-left-color: #8657DB !important;
  color: #ffffff;
  background: #8657DB !important;
}
.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before {
  border-color: #fff;
}

.bt-accordion-style4.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-right-color: #8657DB;
  border-bottom-color: #8657DB;
  border-left-color: #8657DB;
  color: #ffffff;
  background: #8657DB;
}

/* tabs */
.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: .8em 2em !important;
}

.wpb_content_element .wpb_tabs_nav li {
  border: 1px solid #f8f8f8;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent !important;
  border: 1px solid #f8f8f8;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  background: #8657DB;
  color: #fff;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 2em !important;
}

/* bt-faq-style1 */
.bt-faq-style1.vc_toggle_default.vc_toggle {
  border: 2px solid #ececec;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title {
  position: relative;
  padding: 15px 15px 15px 55px;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title > h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #141414;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon {
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  color: #3c3c3c;
  background: transparent;
  margin: 0;
  border: none;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title .vc_toggle_icon:after {
  display: none;
}

.bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  padding: 15px 15px 15px 55px;
  margin: 0;
}

.bt-faq-style1.vc_toggle_default.vc_toggle:hover {
  border-color: #f8f8f8;
}

.bt-faq-style1.vc_toggle_default.vc_toggle:hover .vc_toggle_icon {
  border-right-color: #f8f8f8;
}

.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active {
  border-color: #8657DB;
}

.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  color: #8657DB;
}

.bt-faq-style1.vc_toggle_default.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  visibility: visible;
}

/* bt-tabs-style1 */
.wpb-js-composer .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list {
  margin: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 2px solid #f8f8f8;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:before {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #8657DB;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:after {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0px solid #8657DB;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.04em;
  color: #4b4b4b;
  background: #ffffff;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a > i {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a > span {
  margin: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover {
  background: #f9f9f9;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 10px 10px 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
  width: calc(100% + 4px);
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  border-top: 5px solid #8657DB;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:first-child {
  margin-left: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:last-child {
  margin-right: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #8657DB;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a > i {
  font-size: 13px;
  margin-right: 5px;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a:hover {
  background: #ffffff;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  border: 2px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style1.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.bt-tabs-style1.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.bt-tabs-style1.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
  border-color: transparent !important;
}

.bt-tabs-style1.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: transparent !important;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #4b4b4b;
  background: #ffffff;
  padding: 10px 20px;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #fafafa;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 10px 0px;
  border-color: transparent;
  background-color: transparent;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #8657DB;
}

.bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  background: #8657DB;
  color: #ffffff;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  padding: 15px;
}

/* bt-tabs-style2 */
.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-container {
  margin: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list {
  background: #e9e9e9;
  margin: 0;
  padding: 13px 20px 2px;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 10px 10px;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.04em;
  background: #f8f8f8;
  display: inline-block;
  border: none;
  border-radius: 0px !important;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover, .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #8657DB;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  background: #f8f8f8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #3c3c3c;
  padding: 10px 20px;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #4a4a4a;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: none;
  padding: 30px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3 {
  margin-bottom: 0;
}

.bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #8657DB;
}

/* bt-tabs-style3 */
.bt-tabs-style3.vc_tta-tabs.vc_tta {
  border: 2px solid #f8f8f8;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-container {
  margin: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list {
  background: #ffffff;
  margin: 0;
  padding: 20px 30px 0px;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 0 0px;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:last-child {
  margin-right: 0;
}

.bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:before {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 2px;
  background: #8657DB;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.1em;
  background: transparent;
  display: inline-block;
  border: none;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-icon {
  -wekbit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty):not(:first-child), .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 8px;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover {
  color: #8657DB;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
  width: calc(100% - 20px);
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #8657DB;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a .vc_tta-icon {
  font-size: 11px;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #141414;
  background: transparent;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  color: #8657DB;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0 30px 30px;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3 {
  margin-bottom: 0;
}

.bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #8657DB;
}

/* bt-tabs-style4 */
.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-container {
  margin: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list {
  padding: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  background: #f8f8f8;
  display: inline-block;
  padding: 10px 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover {
  background: #e9e9e9;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #ffffff;
  background: #8657DB;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #f8f8f8;
  background: #eeeeee;
  padding: 10px 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
  background: #909090;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px;
  border-color: transparent;
  background-color: transparent;
  border-radius: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .bt-content-inner h3 {
  margin-bottom: 0;
}

.bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffffff;
  background: #8657DB;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* bg-dark (tabs/accordion) */
.bg-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab, .tabs-accordion-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab {
  border: 2px solid #1e1e1e;
}
.bg-dark .bt-tabs-style3.vc_tta-tabs.vc_tta, .tabs-accordion-dark .bt-tabs-style3.vc_tta-tabs.vc_tta {
  border: 2px solid #1e1e1e;
}
.bg-dark .bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-faq-style1.vc_toggle_default.vc_toggle, .tabs-accordion-dark .bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-faq-style1.vc_toggle_default.vc_toggle {
  border: 2px solid #000;
}
.bg-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.bg-dark .bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.bg-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel,
.bg-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.bg-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list,
.bg-dark .bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.bg-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels,
.bg-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body,
.bg-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.bg-dark .bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_content,
.bg-dark .bt-faq-style1.vc_toggle_default.vc_toggle, .tabs-accordion-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.tabs-accordion-dark .bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.tabs-accordion-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel,
.tabs-accordion-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.tabs-accordion-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list,
.tabs-accordion-dark .bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.tabs-accordion-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels,
.tabs-accordion-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body,
.tabs-accordion-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a,
.tabs-accordion-dark .bt-accordion-style4.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-accordion-style3.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_content,
.tabs-accordion-dark .bt-faq-style1.vc_toggle_default.vc_toggle {
  color: #f8f8f8;
  background: #1e1e1e;
  border-color: #000;
}
.bg-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list,
.bg-dark .bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.bg-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a,
.bg-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover,
.bg-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a:hover,
.bg-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .tabs-accordion-dark .bt-tabs-style2.vc_tta-tabs.vc_tta .vc_tta-tabs-list,
.tabs-accordion-dark .bt-accordion-style1.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body,
.tabs-accordion-dark .bt-accordion-style2.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a,
.tabs-accordion-dark .bt-tabs-style4.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab > a:hover,
.tabs-accordion-dark .bt-tabs-style1.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a:hover,
.tabs-accordion-dark .bt-tabs-style3.vc_tta-tabs.vc_tta .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background: #000;
}
.bg-dark .bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title > h4, .tabs-accordion-dark .bt-faq-style1.vc_toggle_default.vc_toggle .vc_toggle_title > h4 {
  color: #fff;
}

/* ------------------------------------- */
/* 7. services ......................... */
/* ------------------------------------- */
.services {
  background-color: #f8f8f8;
}

/* service */
.service .icon-wrap i::before {
  background: #2969B0;
  background: -webkit-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -moz-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -o-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: -ms-linear-gradient(left, #2969B0 0%, #8657DB 100%);
  background: linear-gradient(to left, #2969B0 0%, #8657DB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2969B0', endColorstr='#8657DB',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .title-wrap h4 {
  color: #8657DB;
  font-weight: 700;
  margin-top: 15px;
}

.services .left {
  margin-top: 30px;
}
.services .left .service .icon-wrap {
  float: left;
}
.services .left .service p {
  padding-right: 50px;
}
.services .left .sec-service {
  margin-left: 45px;
}

.services .right {
  margin-top: 30px;
}
.services .right .icon-wrap {
  float: right;
}
.services .right .service {
  text-align: right;
  direction: rtl;
}
.services .right .service .icon-wrap {
  float: right;
}
.services .right .service .title-wrap {
  padding-left: 0px;
  padding-right: 70px;
}
.services .right .service p {
  padding-left: 50px;
}
.services .right .sec-service {
  margin-right: 45px;
}

/* service-images */
.service-rotate .item-rotate {
  width: 150px;
  height: 150px;
  top: 45px;
  left: 28%;
}
.service-rotate .item-rotate img.img-about {
  left: -35px;
  top: -35px;
  width: 215px;
  height: 215px;
}
.service-rotate .item-rotate .logo-about {
  position: absolute;
  z-index: 999;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 30px;
  top: 55px;
  letter-spacing: .25em;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.service-rotate:before {
  top: 70px;
  left: 115px;
  width: 160px;
  height: 160px;
  background-color: #f0f0f0;
}
.service-rotate:after {
  top: 40px;
  right: 120px;
  border: 3px solid #f0f0f0;
  width: 180px;
  height: 180px;
}
.service-rotate:before, .service-rotate:after {
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service_rotate_mg_top {
  margin-top: 90px;
}

/* ------------------------------------- */
/* 8. process(timeline) ............... */
/* ------------------------------------- */
.process {
  position: relative;
}
.process:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e9e9e9;
  left: 50%;
  margin-left: -1px;
}

/*---------------*/
.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
}

/*---------------*/
.timeline-box {
  position: relative;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}
.timeline-box i {
  color: #8657DB;
  font-size: 32px;
  padding-right: 20px;
  line-height: 40px;
  float: left;
}
.timeline-box .timeline-title {
  color: #232323;
  font-weight: 700;
  font-size: 1em;
  float: left;
  padding-top: 8px;
  margin-bottom: 0;
}
.timeline-box .date {
  font-style: italic;
  opacity: 0.5;
}
.timeline-box .timeline-details {
  clear: both;
}
.timeline-box p {
  color: #3c3c3c !important;
}

.timeline-box:after {
  display: block;
  content: ' ';
  height: 120%;
  width: 2px;
  background-color: #f8f8f8;
  position: absolute;
  top: 30px;
}

.timeline-line:nth-of-type(1n) .timeline-box:after {
  right: -29px;
}

.timeline-line:nth-of-type(2n) .timeline-box:after {
  left: -28px;
}

/*---------------*/
.timeline-line {
  position: relative;
  z-index: 2;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  display: block;
}
.timeline-line span {
  position: absolute;
  top: 50px;
  right: 24px;
  font-size: 8em;
  font-weight: 700;
  color: #8657DB;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  opacity: 0.1;
  z-index: -1;
}
@media all and (max-width: 600px) {
  .timeline-line {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.timeline-line:hover:after {
  background: #8657DB;
}
@media all and (min-width: 650px) {
  .timeline-line:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6.55%;
    top: 1.5em;
    border: 2px solid #8657DB;
  }
}
.timeline-line:first-child {
  margin-bottom: 2.5em;
}
.timeline-line:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline-line:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline-line:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
@media all and (min-width: 600px) {
  .timeline-line:nth-of-type(2n) {
    margin-top: 3em;
  }
}
.timeline-line:nth-child(2n):after {
  left: -6.5%;
  right: auto;
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-box-shadow: 0px 3px 0px 0px #8657DB;
  -moz-box-shadow: 0px 3px 0px 0px #8657DB;
  box-shadow: 0px 3px 0px 0px #8657DB;
}
.timeline-box:hover:after, .timeline-box:focus:after {
  top: 35px;
}

/* ------------------------------------- */
/* 8.  portifolio ...................... */
/* ------------------------------------- */
.portfolio-filter {
  list-style: none;
  text-align: center;
  margin: 15px auto;
}
.portfolio-filter a {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 15px;
}
.portfolio-filter a:last-child:after {
  visibility: hidden;
}
.portfolio-filter a:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 5px;
  height: 5px;
  background: #8657DB;
  position: relative;
  left: 23px;
  top: -2.5px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-filter a:hover, .portfolio-filter a.active {
  color: #8657DB;
}

.bg-primary .portfolio-filter a, .bg-dark .portfolio-filter a {
  color: #fff;
}
.bg-primary .portfolio-filter a:after, .bg-dark .portfolio-filter a:after {
  background: #fff;
}
.bg-primary .portfolio-filter a:hover, .bg-primary .portfolio-filter a.active, .bg-dark .portfolio-filter a:hover, .bg-dark .portfolio-filter a.active {
  color: #fff;
}

.grid.masonry {
  margin-bottom: 90px;
}

.masonry-item {
  height: auto;
  float: left;
  overflow: hidden;
}

.work-img {
  overflow: hidden;
}

.masonry-item.col-2 {
  width: 50%;
}

.masonry-item.col-3 {
  width: 33.333333%;
}

.masonry-item.col-4 {
  width: 25%;
}

.masonry-item.col-4 figure.portfolio-effect h3 {
  top: 10%;
  right: 0;
  left: 0;
}

/*portfolio-effect*/
figure.portfolio-effect {
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}
figure.portfolio-effect img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.portfolio-effect figcaption::before, figure.portfolio-effect figcaption::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
figure.portfolio-effect figcaption::before {
  left: 50%;
}
figure.portfolio-effect figcaption::after {
  left: 51.5%;
}
figure.portfolio-effect a.portfolio-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  font-size: 20px;
  color: #fff;
  width: 30px;
}
figure.portfolio-effect a.portfolio-link i {
  margin-left: 8px;
  opacity: 0;
}
figure.portfolio-effect a.portfolio-link:i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
figure.portfolio-effect h3 {
  color: #fff;
  position: absolute;
  opacity: 0;
  top: 20%;
  right: 20%;
  left: 20%;
  text-align: center;
  font-weight: 700;
  padding: 0.5em;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}
figure.portfolio-effect h3 a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
figure.portfolio-effect h3 a:hover {
  color: #fff;
}
figure.portfolio-effect:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.22);
  transform: scale(1.22);
}
figure.portfolio-effect:hover h3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.portfolio-effect:hover figcaption::before, figure.portfolio-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
figure.portfolio-effect:hover a.portfolio-link i {
  opacity: 1;
}

.mfp-bg, .modal {
  background: #8657DB;
  background: -webkit-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(left, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to left, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.owl-item .portfolio .portfolio-effect img {
  min-height: 270px;
}

figure.portfolio-effect a.portfolio-link i {
  padding: 0;
  line-height: 39px;
}

/*------------------*/
.work-img-style2 {
  position: relative;
}
.work-img-style2 img {
  width: 100%;
}
.work-img-style2 .overlay {
  width: 90%;
  height: 90%;
  margin: 5%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-img-style2 .content-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  top: 55%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -mz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-img-style2 .content-block h4 {
  margin-top: 40%;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-img-style2 .content-block .read-more {
  color: #fff;
  bottom: 5%;
  margin: 20px;
  right: 10%;
  left: auto;
  position: absolute;
  top: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-img-style2 .content-block .portfolio-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.work-img-style2:hover .overlay {
  opacity: 0.7;
  visibility: visible;
}
.work-img-style2:hover .content-block {
  opacity: 1;
  top: 50%;
}
.work-img-style2:hover .read-more {
  right: 15px;
}

.owl-item .work-img-style2 img {
  min-height: 280px;
}

/* ------------------------------------- */
/* 10. vedio ........................... */
/* ------------------------------------- */
.mo-video-fancybox {
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 25px;
}
.mo-video-fancybox h5, .mo-video-fancybox h3 {
  text-align: center;
}
.mo-video-fancybox h3 {
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 700;
  padding-top: 15px;
}
.mo-video-fancybox h5 {
  font-size: 1.2em;
  padding: 0 20%;
}
.mo-video-fancybox .divider.left {
  float: left;
  margin-right: 25px;
}
.mo-video-fancybox .divider.right {
  float: right;
}
.mo-video-fancybox .divider {
  top: 10px;
}

a.lightbox-video {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  direction: ltr;
  width: 40px;
  height: 40px;
  top: 30px;
}
a.lightbox-video:before, a.lightbox-video:after {
  border: 1px solid #3c3c3c;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
a.lightbox-video:after {
  left: 6px;
}
a.lightbox-video i {
  padding: 13px 20px;
}

.vc_parallax a.lightbox-video, .parallax a.lightbox-video, .bg-dark a.lightbox-video, .bg-primary a.lightbox-video, .format-post.video a.lightbox-video {
  color: #fff;
}
.vc_parallax a.lightbox-video:before, .vc_parallax a.lightbox-video:after, .parallax a.lightbox-video:before, .parallax a.lightbox-video:after, .bg-dark a.lightbox-video:before, .bg-dark a.lightbox-video:after, .bg-primary a.lightbox-video:before, .bg-primary a.lightbox-video:after, .format-post.video a.lightbox-video:before, .format-post.video a.lightbox-video:after {
  border: 1px solid #fff;
}

a.portfolio-link.lightbox-video:before, a.portfolio-link.lightbox-video:after {
  border-color: transparent;
}

/* ------------------------------------- */
/* 11. team ............................ */
/* ------------------------------------- */
.team-member {
  background-color: #fff;
}
.team-member .team-details {
  padding: 15px;
  color: #3c3c3c;
}
.team-member .team-details h4 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #3c3c3c;
  font-weight: 700;
  margin-top: 10px;
  margin: 15px auto 5px;
}
.team-member .team-details p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px;
}
.team-member figure {
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  color: #fff;
  overflow: hidden;
}
.team-member figure img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.team-member figure .icon-links {
  position: absolute;
  opacity: 0;
  bottom: -10px;
  left: 24%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.team-member figure .icon-links a {
  float: left;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.team-member figure .icon-links a:hover, .team-member figure .icon-links a:focus {
  color: #f8f8f8;
}
.team-member:hover .team-details {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #8657DB;
}
.team-member:hover .team-details p, .team-member:hover .team-details a, .team-member:hover .team-details h3, .team-member:hover .team-details h4 {
  color: #fff;
}
.team-member:hover .team-details .divider:before, .team-member:hover .team-details .divider:after {
  background-color: #fff;
}
.team-member:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-member:hover .icon-links {
  opacity: 1;
  bottom: 60px;
}
.team-member:hover .icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-member:hover .icon-links a:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.team-member:hover .icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.team-member:hover .icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-member:hover .icon-links a:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.2s;
}

/* team-member-temp2 */
.team-member-temp2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-member-temp2 .team-member-img img {
  width: 100%;
}
.team-member-temp2 .team-member-details {
  position: absolute;
  z-index: 1;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  overflow: hidden;
  opacity: 0;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-temp2 .team-member-details:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -moz-transform: 0.3s;
  -o-transform: 0.3s;
  -ms-transform: 0.3s;
  -webkit-transform: 0.3s;
  transform: 0.3s;
}

.team-member-info h4 {
  color: #fff;
  text-align: center;
  font-sizet: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-member-info h4 a:hover {
  color: #fff;
}
.team-member-info .team-member-position {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.team-member-social {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-bottom: 50px;
  text-align: center;
}
.team-member-social a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  font-size: 14px;
}

.team-member-temp2:hover .team-member-details {
  opacity: 1;
}
.team-member-temp2:hover .team-member-details:after {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-member-temp2:hover .team-member-info {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.team-member-temp2:hover .team-member-social {
  opacity: 1;
  top: 150px;
}

/* team-member-temp3 */
.team-member-temp3 {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.team-member-temp3 img {
  width: 100%;
}
.team-member-temp3 .team-member-details {
  padding: 5px;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-member-temp3:before {
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  content: "";
  height: 100%;
  width: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.team-member-details-inner {
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.team-member-details-inner h5 {
  color: #fff;
  float: left;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
  width: 100%;
}
.team-member-details-inner span {
  color: #fff;
  float: left;
  width: 100%;
  font-size: 12px;
}

.team-member-temp3:hover .team-member-details-inner {
  background: #FFF;
}
.team-member-temp3:hover .team-member-details-inner h5 {
  color: #909090;
}
.team-member-temp3:hover .team-member-details-inner span {
  color: #909090;
}

.team-member-temp3:hover:before {
  opacity: 0.7;
  width: 100%;
}

.team-member-links {
  left: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: 62%;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-member-links a {
  color: #FFF;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  width: 30px;
  -webkit-transform: translateX(-40px) scale(0);
  -moz-transform: translateX(-40px) scale(0);
  -ms-transform: translateX(-40px) scale(0);
  -o-transform: translateX(-40px) scale(0);
  transform: translateX(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}

.team-member-temp3:hover .team-member-links a {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

.team-member-links a:nth-child(2n) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-member-links a:nth-child(3n) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*mo-team-article*/
.mo-team-article {
  padding-top: 90px;
}
.mo-team-article .container-border {
  float: left;
  width: 100%;
}
.mo-team-article .mo-title, .mo-team-article .mo-position {
  text-align: center;
}
.mo-team-article .mo-thumb img {
  margin: auto;
  float: none;
  display: block;
}
.mo-team-article .bt-meta {
  padding: 0;
  margin-top: 5px;
  list-style: none;
}

.mo-team-related {
  background-color: #f8f8f8;
  padding: 90px;
  margin: 0;
  margin-top: 90px;
}

.team-icon-links a {
  color: #909090;
  display: inline-block;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  width: 25px;
}

/* ------------------------------------- */
/* 11. pricing ......................... */
/* ------------------------------------- */
.pricing-item {
  background-color: #f8f8f8;
  position: relative;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pricing-item span.icon-plan {
  position: absolute;
  bottom: -15px;
  right: -15px;
}
.pricing-item span.icon-plan i {
  font-size: 8em;
  color: #8657DB;
  opacity: 0.1;
}
.pricing-item h3 {
  color: #8657DB;
  font-weight: 700;
  margin-top: 25px;
}
.pricing-item .divider {
  height: 5px;
  top: 0px;
}
.pricing-item .pricing-price {
  color: #3c3c3c;
  font-size: 3em;
  font-weight: 700;
  margin: 0.3em auto;
  overflow: hidden;
}
.pricing-item .pricing-price .pricing-anim {
  display: inline-block;
  position: relative;
}
.pricing-item .pricing-price .pricing-anim .pricing-currency {
  font-size: 0.8em;
}
.pricing-item .pricing-price .pricing-anim .pricing-period {
  font-size: 0.4em;
}
.pricing-item ul {
  padding: 0;
}
.pricing-item ul li {
  line-height: 2em;
  list-style: none;
  color: #9b9b9b;
  list-style: none;
}
.pricing-item .button {
  border: 2px solid #8657DB;
  color: #8657DB;
  background-color: transparent;
  font-size: 12px;
  padding: 7px 35px;
  margin: 1em auto;
}
.pricing-item .button:hover {
  background: #8657DB;
  color: #fff !important;
}
.pricing-item:hover .pricing-price {
  color: #8657DB;
}
.pricing-item:hover .pricing-anim {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.pricing-item:hover .pricing-anim-2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.pricing-item.style2 {
  background-color: #fff;
}
.pricing-item.style2 span.icon-plan {
  position: relative;
  right: 0;
  bottom: -30px;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pricing-item.style2 span.icon-plan i {
  font-size: 18px;
  color: #8657DB;
  opacity: 1;
  padding: 10px 13px;
  width: 45px;
  height: 45px;
}
.pricing-item.style2 span.icon-plan:before, .pricing-item.style2 span.icon-plan:after {
  border: 1px solid #8657DB;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 0;
  z-index: -1;
}
.pricing-item.style2 span.icon-plan:after {
  left: 6px;
}
.pricing-item.style2 h3 {
  color: #8657DB;
  font-size: 14px;
  line-height: 24px;
  margin: 45px auto 5px;
}
.pricing-item.style2 .divider {
  display: none;
}
.pricing-item.style2 .pricing-price {
  color: #8657DB;
  font-size: 3em;
  margin: 0.3em auto 0.3em;
}
.pricing-item.style2 .pricing-price .pricing-anim {
  display: block;
}
.pricing-item.style2 .pricing-price .pricing-anim .pricing-period {
  font-size: 0.3em;
}

.pricing-item.style2.pricing-best .button {
  background: #8657DB !important;
  color: #fff !important;
}

.depth, .pricing-item:hover, .pricing-item2:hover {
  -webkit-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 34px 90px 0px rgba(0, 0, 0, 0.07);
}

.depth {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* ------------------------------------- */
/* 13. post ............................ */
/* ------------------------------------- */
.item-post {
  background-color: #f8f8f8;
}
.item-post figure {
  position: relative;
  overflow: hidden;
}
.item-post .img-post img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.item-post .info-post {
  padding: 15px;
}
.item-post h5 {
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
}
.item-post h5:hover a {
  color: #8657DB;
}
.item-post:hover h5 {
  color: #8657DB;
}
.item-post:hover img {
  -webkit-transform: scale(1.22);
  transform: scale(1.22);
}

ul.meta-post {
  padding: 0;
  margin-left: 0;
}
ul.meta-post li {
  color: #909090;
  position: relative;
  display: inline-block;
  font-size: 11px;
  padding: 0 18px 0 0;
  min-height: 16px;
  min-width: 16px;
}
ul.meta-post li a {
  color: #909090;
}
ul.meta-post .date, ul.meta-post .author {
  position: relative;
  color: #909090;
}
ul.meta-post li:after, ul.meta-post li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  position: absolute;
  top: 10px;
  left: -14px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.meta-post li:after {
  left: -11px;
}
ul.meta-post li:first-child:after, ul.meta-post li:first-child:before {
  display: none;
}

.bg-primary .info-post h5 a, .bg-primary .info-post p, .bg-dark .info-post h5 a, .bg-dark .info-post p {
  color: #909090;
}

/* post favorite */
.nectar-love.loved i {
  color: #8657DB;
}

.nectar-love.loved {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}
.nectar-love.loved span {
  visibility: hidden;
  width: 150px;
  background-color: #8657DB;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: -56px;
}

.nectar-love.loved:hover span {
  visibility: visible;
}

.nectar-love.loved:hover span::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #8657DB transparent;
}

/*--------------------*/
.format-video figure {
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}
.format-video figure img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.format-video figcaption:before, .format-video figcaption:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.format-video figcaption:before {
  left: 50%;
}
.format-video figcaption:after {
  left: 51.5%;
}
.format-video figcaption a.lightbox-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.format-video figcaption a.lightbox-video:before, .format-video figcaption a.lightbox-video:after {
  border: 1px solid #fff;
}

/* news */
.news {
  padding: 0;
}

.overlay-top {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.item-news {
  position: relative;
  color: #fff;
  text-align: center;
  height: 260px;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.item-news a {
  font-weight: 700;
  color: #fff;
}
.item-news a:hover {
  color: #fff;
}
.item-news img {
  width: 100%;
}
.item-news .divider:before, .item-news .divider:after {
  background-color: #fff;
}

.info-news {
  margin-top: 12%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 10%;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.info-news p {
  line-height: 40px;
  font-size: 14px;
  opacity: 0;
  color: #FFF;
  padding-top: 10px;
  -webkit-transition: all 900ms ease-in-out;
  -moz-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.info-news span {
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
}
.info-news a.link {
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.info-news a.link:hover {
  letter-spacing: 4px;
}

.item-news:hover .info-news {
  margin-top: 10%;
}
.item-news:hover p {
  line-height: 23px;
  opacity: 1;
}

.masonry-posts .news .type-post {
  margin-bottom: 0px;
}

.col-lg-3 .info-news {
  margin-top: 130px;
}

/* ------------------------------------- */
/* 14. blog page ....................... */
/* ------------------------------------- */
.archive .main-content, .single .main-content, .search .main-content, .woocommerce-page .main-content {
  padding-bottom: 90px;
}

.page-header {
  height: 600px;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-header .mo-title-bar-wrap {
  height: 600px;
}
.page-header h1 {
  letter-spacing: 5px;
}

.mo-title-bar {
  padding-top: 320px;
}

.page-content {
  margin-right: 25px;
}

.page-content-right {
  float: right;
}
.page-content-right .page-content {
  margin-right: 0;
  margin-left: 25px;
}

.mo-blog-article {
  margin-top: 50px;
}

.wpb_widgetised_column {
  margin-bottom: 0 !important;
}

/* format-post */
.format-post {
  position: relative;
  background: #ccc;
}
.format-post figure img {
  min-width: 100%;
  min-height: 280px;
}

.grid-zigzag-post .format-post figure img {
  max-height: 380px;
}

.carousel-post .owl-dots {
  top: 90%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-post {
  position: absolute;
  bottom: -100px;
  min-height: 130px;
  webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 30px;
}
.audio-post .embed-responsive {
  padding-bottom: 166px;
}
.audio-post audio {
  width: 100%;
  margin-top: 20%;
}

.mo-media {
  position: relative;
  margin-bottom: 15px;
}

.mo-media.gallery {
  background: transparent;
}

.masonry-posts .format-post {
  min-height: auto;
}

.format-post.quote, .mo-media.quote {
  min-height: 215px !important;
}

.format-post.audio, .mo-media.audio {
  min-height: 240px !important;
}

.format-post.link, .mo-media.link {
  min-height: 150px !important;
}

.blockquote-post {
  bottom: -50px;
}

.mo-link {
  bottom: -20px;
  padding: 20px;
}

/* grid-post */
.sticky .grid-post {
  border: 5px solid #e9e9e9;
}

.grid-post, .grid-left-post, .grid-right-post {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.masonry-posts .type-post {
  background-color: #f8f8f8;
  margin-bottom: 30px;
}

.news {
  margin-bottom: 0px;
}

.grid-left-post .info-post, .grid-left-post .format-post, .grid-right-post .info-post, .grid-right-post .format-post {
  width: 50%;
  background-color: #f8f8f8;
  min-height: 260px;
}
.grid-left-post .share, .grid-right-post .share {
  top: 5px;
}

.grid-left-post .info-post, .grid-left-post .format-post {
  float: left;
}

.grid-right-post .info-post, .grid-right-post .format-post {
  float: right;
}

.grid-left-post .meta-post {
  display: none;
}

.grid-left-post .info-post {
  padding: 65px 25px 15px !important;
}

.col-lg-3 .grid-right-post .meta-post, .col-lg-3 .grid-right-post p, .col-lg-3 .grid-left-post .meta-post, .col-lg-3 .grid-left-post p {
  display: none;
}
.col-lg-3 .grid-right-post .info-post, .col-lg-3 .grid-left-post .info-post {
  padding: 15px 15px;
}

.grid-zigzag-post {
  background-color: #f8f8f8;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-zigzag-post .info-post, .grid-zigzag-post .format-post {
  width: 50%;
  float: left;
}
.grid-zigzag-post .info-post {
  padding: 25px;
}
.grid-zigzag-post .format-post {
  padding: 0;
}

/* post details */
.post figure, .page figure, .grid-post figure {
  position: relative;
  overflow: hidden;
}
.post .info-post, .page .info-post, .grid-post .info-post {
  padding: 25px 25px 15px;
}
.post h5.post-title, .page h5.post-title, .grid-post h5.post-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}
.post h5.post-title:hover > a, .page h5.post-title:hover > a, .grid-post h5.post-title:hover > a {
  color: #8657DB;
}

.img-single img {
  width: 100%;
  height: auto;
}

/* .gallery-item */
.gallery .gallery-item .gallery-icon > a > img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.gallery > .gallery-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 > .gallery-item {
  width: 50%;
  display: inline-block;
}

.gallery.gallery-columns-3 > .gallery-item {
  width: 33.33%;
  display: inline-block;
}

.gallery.gallery-columns-4 > .gallery-item {
  width: 25%;
  display: inline-block;
}

.gallery.gallery-columns-5 > .gallery-item {
  width: 20%;
  display: inline-block;
}

/*  demo-item */
.mo-demo-item .mo-title {
  text-align: center;
  font-weight: 700;
}
.mo-demo-item .owl-dots {
  top: 93%;
}
.mo-demo-item img {
  max-width: 100%;
}

/* share */
.share {
  position: relative;
  top: 18px;
  right: 0;
  color: #909090;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.share i {
  float: right;
  margin-top: 5px;
  margin-left: 10px;
}
.share span {
  float: right;
  font-weight: 700;
}

.share-links {
  position: absolute;
  height: 30px;
  right: 15px;
  top: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out;
}
.share-links li {
  margin: 0;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  list-style: none;
}
.share-links li a {
  color: #909090;
}

.share:hover .share-links {
  opacity: 1;
}

/* pagination */
.mo-pagination {
  display: block;
  margin: 15px 15px 40px;
}

.mo-pagination > a, .mo-pagination > span {
  color: #3c3c3c;
  background-color: #f8f8f8;
  border: 0;
  padding: 15px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mo-pagination .current,
.mo-pagination a:focus, .mo-pagination a:hover,
.mo-pagination span:focus, .mo-pagination span:hover {
  background: #8657DB;
  color: #fff;
}

.mo-pagination:last-child > a, .mo-pagination:last-child > span,
.mo-pagination:first-child > a, .mo-pagination:first-child > span {
  border-radius: 0px;
}
.mo-pagination:last-child > a i, .mo-pagination:last-child > span i,
.mo-pagination:first-child > a i, .mo-pagination:first-child > span i {
  margin-left: 7px;
  margin-right: 7px;
}

/* ------------------------------------- */
/* 15. widgets ......................... */
/* ------------------------------------- */
.sidebar.sidebar-right, .sidebar.sidebar-left {
  margin-bottom: 90px;
}

@media (min-width: 1200px) {
  .sidebar.sidebar-right {
    padding-left: 30px;
  }

  .sidebar.sidebar-left {
    padding-right: 30px;
  }
}
.widget {
  clear: both;
}
.widget img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.widget select {
  width: 100%;
  padding: 10px 15px;
  margin-top: 15px;
  border-color: #e9e9e9;
}
.widget select option {
  width: 100%;
}

.sidebar-right .widget, .sidebar-left .widget, .wpb_widgetised_column .widget {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-right .widget ul, .sidebar-left .widget ul, .wpb_widgetised_column .widget ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-right .widget ul li, .sidebar-left .widget ul li, .wpb_widgetised_column .widget ul li {
  list-style: none;
}
.sidebar-right .widget .textwidget img, .sidebar-left .widget .textwidget img, .wpb_widgetised_column .widget .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-right .widget .wg-title, .sidebar-left .widget .wg-title, .wpb_widgetised_column .widget .wg-title {
  position: relative;
  z-index: 1;
  padding: 12px 0;
  height: 49px;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.sidebar-right .widget .wg-title:before, .sidebar-left .widget .wg-title:before, .wpb_widgetised_column .widget .wg-title:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  display: block;
  left: 3px;
  top: 3px;
}

/* search_widget */
.widget.widget_search {
  margin-bottom: 0px;
  margin-top: 5px;
}

.widget_search .wg-title {
  display: none;
}

.search-form {
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.search-form:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  position: absolute;
  z-index: -1;
  display: block;
  right: 4px;
  bottom: 4px;
}

.widget_search form, .header_search form {
  position: relative;
  height: 49px;
}
.widget_search form label, .header_search form label {
  width: 100%;
}
.widget_search form input[type=search], .header_search form input[type=search] {
  height: 49px;
  width: 100%;
  padding: 15px 20px;
  background-color: #FFFFFF;
  border: 1px solid #e9e9e9;
  font-size: 12px;
  text-transform: uppercase;
}
.widget_search form .search-submit, .header_search form .search-submit {
  width: 17%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #aeaeae;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  border-width: 1px;
  text-indent: 100px;
}
.widget_search form .fa-search, .header_search form .fa-search {
  color: #aeaeae;
  position: absolute;
  right: 22px;
  top: 17px;
}
.widget_search form .search-submit:hover .fa-search:hover, .header_search form .search-submit:hover .fa-search:hover {
  opacity: .8;
}
.widget_search form .screen-reader-text, .header_search form .screen-reader-text {
  display: none;
}

.header_search form input[type=search] {
  min-width: 230px;
}

.no-results .header_search {
  padding-top: 25px;
  max-width: 400px;
  margin: auto;
}

/* Newsletter_widget */
.mc4wp-form {
  position: relative;
}
.mc4wp-form input[type="email"] {
  width: 100%;
  padding: 9px 0;
  padding-right: 43px;
  min-height: 43px;
  max-height: 120px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #e9e9e9;
  border-radius: 0;
}
.mc4wp-form .submit-newsletter-icon {
  color: #e9e9e9;
}

/* posts_widget */
.posts_widget_list h4 {
  margin: 0;
}
.posts_widget_list h4:hover a {
  color: #8657DB;
}
.posts_widget_list .post_date {
  font-size: .8em;
}
.posts_widget_list li {
  margin-bottom: 15px;
  list-style: none;
}

.widget_post_thumbnail {
  float: left;
  margin-right: 10px;
  width: 90px;
  overflow: hidden;
}
.widget_post_thumbnail img {
  max-width: 100%;
}

.widget_categories .screen-reader-text {
  display: none;
}

.widget_categories ul li {
  padding: 5px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.widget_categories ul li a:before {
  display: inline-block;
  content: "\f178";
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 5px;
  color: #e9e9e9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_categories ul li a:hover, .widget_categories ul li a:hover:before {
  color: #8657DB;
}

/* social_links_widget */
.social_links_widget a {
  background: #f8f8f8;
  color: #909090;
  display: block;
  float: left;
  font-size: 14px;
  height: 38px;
  width: 38px;
  line-height: 35px;
  margin: 0 7px 7px 0;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_links_widget a:hover {
  background: #8657DB;
  color: #fff;
}

/* widget_tag_cloud */
.tagcloud {
  margin-bottom: 15px;
}

.tagcloud a {
  background: #f8f8f8;
  color: #909090;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 5px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tagcloud a:hover, .tagcloud a:active {
  background: #8657DB;
  color: #fff;
}

/* widget_mo_news_tabs_widget */
.widget.widget_mo_news_tabs_widget .tab-content .mo-news-list > li {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  clear: both;
  float: left;
  list-style: none;
}
.widget.widget_mo_news_tabs_widget .tab-content .mo-news-list > li .mo-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
.widget.widget_mo_news_tabs_widget .tab-content .mo-news-list > li .mo-thumb img {
  width: 100%;
  height: auto;
}
.widget.widget_mo_news_tabs_widget .tab-content .mo-news-list > li .mo-details .mo-inner {
  display: table-cell;
  vertical-align: middle;
}
.widget.widget_mo_news_tabs_widget .tab-content .mo-news-list > li .mo-details .mo-title {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}

/* mo-post-list */
.mo-post-list > li {
  position: relative;
  margin-top: 15px;
  list-style: none;
}
.mo-post-list > li .mo-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
.mo-post-list > li .mo-thumb img {
  width: 100%;
  height: auto;
}
.mo-post-list > li .mo-details {
  margin-left: 100px;
  height: 90px;
}
.mo-post-list > li .mo-details .mo-inner {
  display: table-cell;
  vertical-align: middle;
}
.mo-post-list > li .mo-details .mo-title {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.mo-post-list > li:hover .mo-thumb, .post-featured-img:hover img {
  opacity: .9;
}

.mo-meta {
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #909090;
}

.mo-meta > li {
  display: inline-block;
}

.mo-post-list .mo-meta, .mo-post-list .mo-title, .mo-news-list .mo-meta, .mo-news-list .mo-title {
  margin-left: 100px;
  margin-bottom: 0px;
}

/* tabs-wrapper */
.mo-tab {
  text-align: center;
  padding: 12px 0;
  height: 49px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
  z-index: 2;
  width: 49%;
  margin: 0 1px;
}

.mo-tab:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  position: absolute;
  background: #fff;
  z-index: -1;
  display: block;
  right: 4px;
  bottom: 4px;
}

.tabs-wrapper .nav-tabs {
  border-bottom: 0px;
}

.tabs-wrapper .nav-tabs > li > a {
  border: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.tabs-wrapper .nav-tabs > li.active > a,
.tabs-wrapper .nav-tabs > li.active > a:focus,
.tabs-wrapper .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent;
}

.tabs-wrapper .nav-tabs > li > a:focus,
.tabs-wrapper .nav-tabs > li > a:hover {
  background-color: transparent;
}

.nav-tabs > li.active {
  background: #f8f8f8;
}
.nav-tabs > li.active::before {
  background: #f8f8f8;
}

/* widget_mo_post_list */
.widget_mo_post_list ul li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.widget_mo_post_list h5:hover a {
  color: #8657DB;
}

/* posts_widget */
.widget_archive ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_meta ul li, .widget_pages ul li, .widget_nav_menu ul li {
  padding: 8px 0 0 20px;
  position: relative;
  list-style: none;
}

.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_hala_twitter ul li a:before,
.widget_recent_comments ul li a:before {
  display: inline-block;
  content: "\f178";
  color: #e9e9e9;
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0px;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget_archive ul li a:hover, .widget_categories ul li a:hover:before,
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:hover:before,
.widget_meta ul li a:hover, .widget_meta ul li a:hover:before,
.widget_pages ul li a:hover, .widget_pages ul li a:hover:before,
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:hover:before,
.widget_hala_twitter ul li a:hover, .widget_hala_twitter ul li a:hover:before,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:hover:before {
  color: #8657DB;
}

.widget_archive .screen-reader-text {
  display: none;
}

/* widget_calendar */
table#wp-calendar {
  border-collapse: separate;
  width: 100%;
}

.widget.widget_calendar .calendar_wrap table caption {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget_calendar .calendar_wrap table th {
  color: #8657DB;
}

.widget.widget_calendar .calendar_wrap table #today {
  background: #8657DB;
  color: #fff;
}

/* widget_mo_news_slider */
.widget.widget_mo_news_slider .mo-news-slider article .mo-thumb {
  min-height: 190px;
}
.widget.widget_mo_news_slider .widget-format-post {
  min-height: auto;
}
.widget.widget_mo_news_slider .grid-post {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.widget.widget_mo_news_slider .dots-bottom .owl-dots {
  top: 91%;
  left: 45%;
}

/*  widget-post  */
.widget-post {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.widget-post h3 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.widget-post h3:hover {
  color: #fff;
}
.widget-post .widget-image img {
  width: 100%;
}
.widget-post .divider:before, .widget-post .divider:after {
  background-color: #fff;
}
.widget-post a.link {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.widget-post a.link:hover {
  letter-spacing: 4px;
}

.widget-image {
  position: relative;
}
.widget-image::before, .widget-image::after {
  position: absolute;
  z-index: 1;
  top: 27px;
  right: 27px;
  bottom: 27px;
  left: 27px;
  content: '';
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #fff;
}

.widget-post-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 0 45px;
  color: #FFF;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.widget-post-detail::before, .widget-post-detail::after {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.widget-post-detail::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.widget-post-detail::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.widget-post-detail p {
  font-size: 14px;
  color: #FFF;
}

.widget-post:hover .widget-post-detail::before,
.widget-post:hover .widget-post-detail::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mo-ad-post-detail {
  width: 100%;
}

/* mo-recent-work  */
.mo-recent-work .nav-top .owl-nav {
  top: -13%;
}

figure.widget-effect {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

figure.widget-effect > img {
  width: 100%;
  height: auto;
}

figure.widget-effect a.portfolio-link {
  font-size: 12px;
}

figure.widget-effect figcaption::before,
figure.widget-effect figcaption::after {
  width: 30px;
  height: 30px;
}

figure.widget-effect figcaption::after {
  left: 46.5%;
}

.grid-widget-effect {
  width: 30%;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
}

/* widget_hala_twitter */
.widget_hala_twitter ul li {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  list-style: none;
}

.widget_hala_twitter ul li:last-child {
  margin-bottom: 0;
}

.widget_hala_twitter ul li a {
  color: #8657DB;
  font-weight: 400;
  margin-right: 5px;
}

.widget_hala_twitter ul li .date {
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

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

/* social-media-widget */
.sidebar .social-media-widget ul li a,
.wpb_widgetised_column .social-media-widget ul li a {
  background: #f8f8f8;
  color: #909090;
  border-radius: 3px;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar .social-media-widget ul li a:hover, .sidebar .social-media-widget ul li a:active,
.wpb_widgetised_column .social-media-widget ul li a:hover, .wpb_widgetised_column .social-media-widget ul li a:active {
  background: #8657DB;
  color: #fff;
}

/* flickr_badge_image */
.flickr_badge_image {
  margin-right: 5px !important;
  margin-left: 5px !important;
  margin-bottom: 10px !important;
  float: left !important;
}

.widget_rss .rss-widget-icon {
  display: none;
}

.widget_text p {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ------------------------------------- */
/* 16. blog-single ..................... */
/* ------------------------------------- */
.img-single {
  margin-bottom: 25px;
}

.post-detail .post-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #8657DB;
}

.attachment-full, .attachment-full.wp-post-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* blockquote */
blockquote {
  border-left: 0 none;
  font-size: 0.9em;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 600;
  position: relative;
  padding-left: 75px;
  min-height: 70px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
blockquote:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  left: 60px;
  top: 20px;
}
blockquote:after {
  color: rgba(0, 0, 0, 0.1);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  height: 30px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 30px;
}

.mo-link, .blockquote-post {
  position: absolute;
  webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  background: #e9e9e9;
  margin: 5%;
  text-align: center;
}
.mo-link:before, .blockquote-post:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  position: absolute;
  z-index: -1;
  display: block;
  right: 4px;
  bottom: 4px;
}

/* tags-share */
.tags-share {
  border-top: 1px solid #e9e9e9;
  margin-top: 30px;
  padding-top: 20px;
}
.tags-share .share {
  top: 0px !important;
  height: 44px;
  width: 30%;
  float: right;
}
.tags-share .share-links {
  background-color: #fff;
  margin: 0;
}

.tags {
  font-size: 12px !important;
  color: #232323;
  font-weight: 700;
  margin-bottom: 15px;
  float: left;
  width: 70%;
  padding-bottom: 5px;
}
.tags a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 12px !important;
  margin-right: 5px;
  padding: 2px 10px;
  background: #f8f8f8;
  color: #9b9b9b;
  font-weight: 400;
  border-radius: 3px;
}

/* about-author */
.about-author {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
  margin-top: 30px;
  float: left;
  text-align: center;
  width: 100%;
}
.about-author img {
  border-radius: 50%;
}
.about-author h3 {
  font-weight: 700;
  margin: 20px 0 0;
  width: 100%;
}
.about-author p {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 80px;
}
.about-author .simple-socials {
  text-align: center;
  width: 100%;
}
.about-author .simple-socials a {
  display: inline-block;
  float: none;
  margin: 0 5px;
}

/* post-paginations */
.post-paginations {
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-paginations:before {
  background: #e9e9e9;
  content: "";
  height: 50%;
  width: 1px;
  margin-left: -0.5px;
  position: absolute;
  left: 50%;
  display: table-cell;
  vertical-align: top;
}

.portfolio-directions .post-paginations {
  border-bottom: 2px solid #e9e9e9;
  margin-top: 30px;
}
.portfolio-directions .post-pagi {
  min-height: 80px;
}
.portfolio-directions .post-paginations:before {
  top: 35px;
}

.portfolio-related-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 23px;
  margin-top: 30px;
}

ul.meta-portfolio {
  text-align: left;
}

.mo-portfolio-related-carousel {
  padding-top: 15px;
  clear: both;
  margin-bottom: 80px;
}

.post-pagi {
  float: left;
  padding-left: 40px;
  width: 50%;
}
.post-pagi span {
  display: table;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
}
.post-pagi span i {
  margin: 0px 5px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.post-pagi h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
.post-pagi h3 a {
  color: inherit;
  float: left;
  width: 100%;
}

.post-pagi.prev {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}
.post-pagi.prev span {
  text-align: right;
  width: 100%;
}

.post-pagi:hover h3 {
  color: #8657DB;
}

/* Comment */
.entry-comments {
  border-top: 2px solid #e9e9e9;
  margin-top: 30px;
  padding-top: 30px;
  float: left;
  width: 100%;
}
.entry-comments .entry-widget-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  width: 100%;
}

.comments-form {
  border-top: 2px solid #e9e9e9;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.mo-comment-wrapper {
  float: left;
  width: 100%;
}

.comment-body {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
}
.comment-body .avatar {
  position: absolute;
  left: 0;
  top: 10px;
}
.comment-body .avatar img {
  border-radius: 50%;
}
.comment-body .mo-name h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 23px;
}
.comment-body .date {
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
}
.comment-body .divider {
  width: 100%;
}
.comment-body .divider:before, .comment-body .divider:after {
  background-color: #3c3c3c;
}
.comment-body .comment p {
  margin-bottom: 0;
}
.comment-body a.comment-reply-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8657DB;
  line-height: 49px;
}
.comment-body a.comment-reply-link:hover {
  color: #3c3c3c;
}
.comment-body .comment {
  padding-left: 90px;
}

.comment:frist-child {
  border-top: none;
  margin-bottom: 0px;
}

.comments-form {
  border-top: 2px solid #e9e9e9;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.mo-heading-comment {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  width: 100%;
}

.comment .depth-2, .comment.depth-3, .comment.depth-4 {
  padding-left: 90px;
}

.comment-respond {
  border-top: 1px solid #e9e9e9;
  margin-top: 30px;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  width: 100%;
}

.logged-in-as {
  font-size: 12px;
  padding-bottom: 15px;
}

.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author input,
.comment-respond .comment-form .comment-form-email input,
.comment-respond .comment-form .comment-form-url input {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0;
  border: 1px solid;
  border-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.comment-respond .comment-form .form-submit .submit {
  margin: 1em 0;
  border: none;
  text-transform: uppercase;
  border-radius: 50px;
  background: #8657DB;
  color: #fff;
  padding: 10px 30px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-respond .comment-form .form-submit .submit:hover,
.comment-respond .comment-form .form-submit .submit:active,
.comment-respond .comment-form .form-submit .submit:focus {
  color: #fff;
  border-color: #2969B0;
  background-color: #2969B0;
}

/* ------------------------------------- */
/* 17. testimonial ..................... */
/* ------------------------------------- */
.vc_row-no-padding {
  width: 100%;
  padding: 0;
}

.mo-testimonial-carousel.tpl1 .owl-clients, .mo-image-carousel-wrap .owl-carousel {
  max-width: 1170px;
  margin: auto;
}

.mo-testimonial-carousel.tpl1 {
  position: relative;
  z-index: 3;
  height: 300px;
  padding-top: 60px;
  background: #8657DB;
}
.mo-testimonial-carousel.tpl1 .vc_column-inner {
  padding-top: 0 !important;
}
.mo-testimonial-carousel.tpl1 .owl-clients {
  padding: 50px 0px 0px 15px;
}
.mo-testimonial-carousel.tpl1 .owl-carousel .owl-item {
  padding-right: 120px !important;
}
.mo-testimonial-carousel.tpl1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 300px solid #8657DB;
  border-left: 100px solid transparent;
  position: absolute;
  left: -100px;
  top: 0;
}
.mo-testimonial-carousel.tpl1 h3 {
  color: #fff;
  font-weight: 700;
}
.mo-testimonial-carousel.tpl1 p {
  color: #fff;
  padding: 25px;
  border: 1px solid;
  position: relative;
  margin: 2px;
}
.mo-testimonial-carousel.tpl1 p:before, .mo-testimonial-carousel.tpl1 p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
}
.mo-testimonial-carousel.tpl1 p:before {
  border-top: 12px solid #fff;
  bottom: -12px;
  right: 11px;
}
.mo-testimonial-carousel.tpl1 p:after {
  border-top: 12px solid #8657DB;
  bottom: -10px;
  right: 10px;
}
.mo-testimonial-carousel.tpl1 img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  float: right;
  margin-top: 15px;
  margin-right: 3px;
}
.mo-testimonial-carousel.tpl1 .testimonial-details {
  float: right;
  margin: 25px 15px;
}
.mo-testimonial-carousel.tpl1 .testimonial-details h5 {
  color: #fff;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.mo-testimonial-carousel.tpl1 .testimonial-details h6 {
  color: #fff;
  text-align: right;
  font-size: 11px;
  line-height: 21px;
}

.mo-testimonial-carousel.tpl1.dots-bottom .owl-dots {
  top: 60%;
}

.vc_carousel-slideline-inner img {
  margin: auto;
  display: block;
  float: none;
}

/* mo-testimonial-carousel tpl2 */
.mo-testimonial-carousel.tpl2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mo-testimonial-carousel.tpl2 .testimonial-details {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.mo-testimonial-carousel.tpl2 .testimonial-details h3 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.mo-testimonial-carousel.tpl2 .testimonial-details h3 span {
  font-weight: 500;
  font-size: 14px;
  font-size: 11px;
  line-height: 14px;
  display: block;
  margin-top: 5px;
}
.mo-testimonial-carousel.tpl2 .testimonial-details p.textdetails {
  line-height: 30px;
  margin: 0 18% 15px;
}
.mo-testimonial-carousel.tpl2 img {
  width: 88px !important;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  float: none;
  display: block;
  text-align: center;
  margin: 15px auto;
  border: 3px solid #fff;
}

/* mo-testimonial-carousel.tpl3 */
.mo-testimonial-carousel.tpl3 h3 {
  font-weight: 700;
}
.mo-testimonial-carousel.tpl3 p {
  background-color: #8657DB;
  color: #fff;
  padding: 40px 50px 50px;
  position: relative;
  margin: 2px;
  overflow: hidden;
}
.mo-testimonial-carousel.tpl3 p:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 100px;
  position: absolute;
  bottom: 15px;
  opacity: 0.2;
  right: -10px;
}
.mo-testimonial-carousel.tpl3 img {
  width: 80px !important;
  height: 80px;
  float: left;
  position: relative;
  z-index: 5;
  margin-left: 50px;
  margin-top: -35px;
}
.mo-testimonial-carousel.tpl3 .testimonial-details {
  float: left;
  margin: 15px;
}
.mo-testimonial-carousel.tpl3 .testimonial-details h5 {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
.mo-testimonial-carousel.tpl3 .testimonial-details h6 {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}

/*  client  */
.client-logo {
  padding: 0 !important;
  color: #fff;
  background: #2969B0;
}
.client-logo .vc_column-inner {
  padding-top: 0 !important;
}
.client-logo .nav-top .owl-nav {
  top: -30%;
}
.client-logo .dots-bottom .owl-dots {
  top: 110%;
}

.client-logo .mo-image-carousel-wrap {
  padding: 100px 80px 50px 120px;
  height: 300px;
  position: relative;
  z-index: 2;
}
.client-logo .mo-image-carousel-wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 300px solid #2969B0;
  border-right: 100px solid transparent;
  position: absolute;
  right: -100px;
  top: 0;
}
.client-logo .mo-image-carousel-wrap .item {
  padding: 50px 0;
  margin: 2px;
}
.client-logo .mo-image-carousel-wrap .item img {
  background-color: #fff;
  width: 100%;
}

/* ------------------------------------- */
/* 18. contact ......................... */
/* ------------------------------------- */
.contact h4 {
  font-weight: 700;
  margin-top: 30px;
}
.contact textarea {
  height: 195px;
}

.popup-gmaps {
  color: #000;
  background-color: #f8f8f8;
  margin-top: 20px;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-gmaps i {
  top: 12px;
}
.popup-gmaps:hover, .popup-gmaps:active, .popup-gmaps:focus {
  background-color: #8657DB;
  color: #fff;
}

#map-canvas {
  height: 400px;
  width: 100%;
  transform: translateZ(0px);
}

#map-popup .modal-content {
  margin-top: 20%;
}

#map-popup .modal-body {
  padding: 0;
}

button.close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 25px;
  opacity: .65;
  color: #FFF;
}
button.close:hover {
  opacity: 1;
  color: #FFF;
}

.message-contactform {
  margin: 15px 0;
}

/* input */
.input {
  position: relative;
  z-index: 1;
  vertical-align: top;
  padding-bottom: 1em;
}

.input_field {
  position: relative;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0;
  border: 1px solid;
  border-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.input_field:focus {
  outline: none;
  border-color: #8657DB;
}

.input_field:focus, .input-filled .input_field {
  border-color: #e9e9e9;
}

.input_field_light {
  position: relative;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: 1px solid;
  border-color: #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.input_field_light:focus {
  outline: none;
}

.input_field_light:focus, .input-filled .input_field_light {
  border-color: #8657DB;
  background-color: rgba(255, 255, 255, 0.8);
}

.input_label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
}

.input_label_content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  padding: 0 1em;
  color: #909090;
}
.input_label_content::after {
  content: attr(data-content);
  position: absolute;
  top: -200%;
  left: 0;
  color: #8657DB;
  font-weight: 800;
}

.no-content-page {
  padding-bottom: 90px;
}

/* ------------------------------------- */
/* 19. footer .......................... */
/* ------------------------------------- */
footer {
  position: relative;
  color: #f8f8f8;
  background-color: #000;
  min-height: 150px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h5, footer p, footer a {
  color: #f8f8f8;
}
footer .wg-title {
  font-weight: 700;
  margin-top: 20px;
  position: relative;
}
footer ul {
  padding: 0;
}
footer form {
  position: relative;
  width: 100%;
}
footer form .input {
  padding-bottom: 0em;
}
footer .mc4wp-form {
  width: 80%;
}
footer input[type="text"], footer input[type="email"], footer textarea, footer .input_field {
  width: 100%;
  padding: 9px 0;
  padding-right: 43px;
  min-height: 43px;
  max-height: 120px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #3c3c3c;
  border-radius: 0;
}
footer .input_field_light, footer .input_field_light:focus, footer .input-filled .input_field_light {
  background-color: transparent;
}
footer select {
  background: transparent;
}
footer select option {
  background-color: #232323;
}
footer .tagcloud a {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .widget_search form input[type=search] {
  background-color: transparent;
}
footer .widget.widget_calendar .calendar_wrap table caption,
footer .widget.widget_calendar .calendar_wrap table td,
footer .widget.widget_calendar .calendar_wrap table th {
  border-color: #3c3c3c;
}
footer h6 {
  margin-top: 3px;
  margin-bottom: 3px;
}
footer .mo-meta {
  opacity: 0.8;
}

.footer_v2 {
  color: #e9e9e9;
}
.footer_v2 h1, .footer_v2 h2, .footer_v2 h3, .footer_v2 h4, .footer_v2 h5, .footer_v2 h5, .footer_v2 p, .footer_v2 a, .footer_v2 span {
  color: #909090;
}
.footer_v2 .wg-title {
  color: #f8f8f8;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.footer_v2 .wg-title:before, .footer_v2 .wg-title:after {
  width: 40px;
  height: 1px;
  background: #f8f8f8;
  position: absolute;
  content: "";
  top: 29px;
}
.footer_v2 .wg-title:before {
  left: 6px;
  top: 27px;
}
.footer_v2 .wg-title:after {
  left: 0px;
}
.footer_v2 .widget_archive ul li, .footer_v2 .widget_recent_entries ul li,
.footer_v2 .widget_recent_comments ul li, .footer_v2 .widget_categories ul li,
.footer_v2 .widget_meta ul li, .footer_v2 .widget_pages ul li,
.footer_v2 .widget_nav_menu ul li {
  padding-left: 15px;
  list-style: none;
}
.footer_v2 .widget_archive ul li a:before, .footer_v2 .widget_recent_entries ul li a:before,
.footer_v2 .widget_recent_comments ul li a:before, .footer_v2 .widget_categories ul li a:before,
.footer_v2 .widget_meta ul li a:before, .footer_v2 .widget_pages ul li a:before,
.footer_v2 .widget_nav_menu ul li a:before {
  content: "\f105";
  color: #909090;
}

.post-date {
  font-size: 12px;
  opacity: 0.7;
}

.footer-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.footer_v3 .footer-widget-1, .footer_v3 .footer-widget-2, .footer_v3 .footer-widget-3 {
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.footer_v3 .footer-widget-2:before, .footer_v3 .footer-widget-3:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background: #3c3c3c;
}
.footer_v3 .footer-widget-4 {
  border-top: 1px solid #3c3c3c;
  margin-top: 50px;
}
.footer_v3 .footer-widget-4 .widget_text {
  float: left;
}
.footer_v3 .footer-widget-4 .to-top {
  display: inline-block;
  float: right;
  clear: none;
}

/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none;
  position: absolute;
  top: -48px;
}

#trianglePath1 {
  fill: #232323;
}

#trianglePath2 {
  fill: #f8f8f8;
}

/* footer-newsletter */
.footer-top-margin {
  margin-top: 120px;
}

.submit-newsletter {
  background-color: transparent;
  height: 43px;
  width: 43px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  line-height: 45px;
  text-align: right;
  font-size: 0;
}

.submit-newsletter-icon {
  height: 43px;
  width: 43px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  line-height: 45px;
  text-align: right;
}

/* footer-about */
.footer-about {
  position: relative;
  z-index: 2;
}
.footer-about img {
  margin: auto;
  float: none;
  display: block;
  margin-bottom: 15px;
}
.footer-about p {
  text-align: center;
}

.svg-space {
  display: inline-block;
  text-align: center;
  width: 30px;
}

.love {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.love .path {
  stroke: #f8f8f8;
  stroke-width: 3px;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: draws 3s infinite;
}

@keyframes draws {
  to {
    stroke-dashoffset: 0;
  }
}
/* social-footer */
.to-top {
  color: #f8f8f8;
  text-align: right;
  display: block;
  clear: both;
  line-height: 3em;
}
.to-top i {
  padding-left: 10px;
}
.to-top:hover {
  color: #8657DB;
}

footer .social-media-widget {
  padding: 0;
}
footer .social-media-widget li {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 8px;
  margin-left: 2px;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social-media-widget li:hover {
  background: #8657DB;
}
footer .social-media-widget li a {
  line-height: 30px;
  display: block;
  width: 100%;
}
footer .social-media-widget li a:hover {
  color: #fff;
}

.footer_v1 .social-media-widget {
  float: right;
  border-bottom: 2px solid;
  border-color: #fff;
}

.footer_v1 .to-top {
  margin-top: 5px;
  font-size: 12px;
}

.footer_v2 .social-media-widget li a {
  color: #909090;
}
.footer_v2 .social-media-widget li a:hover {
  color: #fff;
}

.animate {
  transition: transform 1000ms ease-out-expo 200ms, opacity 1000ms ease-out-expo 200ms;
}

.animate-fadein {
  opacity: 0;
}

.touch .animate-fadein {
  opacity: 1;
}

.animate-moveleft {
  transform: translateX(100px);
}

.animate-moveright {
  transform: translateX(-100px);
}

.animate-moveup {
  transform: translateY(100px);
}

.animate-movedown {
  transform: translateY(-100px);
}

.animated {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform 1000ms ease-out-expo 200ms, opacity 1000ms ease-out-expo 200ms;
}

/* ------------------------------------- */
/* 20. Media Queries ................... */
/* ------------------------------------- */
/* Notebook devices (max-width: 1280px) */
@media only screen and (max-width: 1280px) {
  .cd-close-nav {
    right: 10%;
  }

  .slider-hero {
    height: auto;
  }

  .scroll-down {
    display: none;
  }

  .scroll-down {
    bottom: 15%;
  }

  .about ul {
    margin-bottom: 30px;
  }

  .masonry-item {
    width: 32.777777%;
  }

  .pagination > li > a, .pagination > li > span {
    padding: 10px 15px;
  }

  .service-rotate:after {
    right: 90px;
  }

  .mo-testimonial-carousel.tpl1 .owl-carousel .owl-item {
    padding-right: 50px !important;
  }

  .timeline-line:nth-of-type(1n) .timeline-box:after {
    right: -6%;
  }

  .timeline-line:nth-of-type(2n) .timeline-box:after {
    left: -5.6%;
  }

  .col-lg-3 .info-news {
    margin-top: 23%;
  }

  .col-sm-9.mo-col-menu {
    width: 100%;
  }

  .widget-post-detail {
    padding: 25% 35px;
  }
  .widget-post-detail p {
    display: none;
  }
  .widget-post-detail h3 {
    font-size: 14px;
  }

  .grid-left-post .info-post, .grid-left-post .format-post, .grid-right-post .info-post, .grid-right-post .format-post {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* Medium Devices, Desktops (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  .cd-nav-container {
    width: 45%;
  }

  .cd-nav-trigger {
    right: 3%;
  }

  .cd-intro {
    width: 80%;
  }

  .cd-headline, .header-title {
    font-size: 2em !important;
  }

  .sidebar .widget.header_search {
    max-width: 400px;
    margin: 0 auto 35px;
    float: none;
  }

  .slider-container {
    top: 11em;
    left: 22%;
  }

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

  .services .service-images {
    top: 90px;
  }

  .services .service-images .item-rotate {
    left: -7%;
  }

  .service-rotate:after, .service-rotate:before {
    visibility: hidden;
  }

  .sec-service {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mo-testimonial-carousel.tpl1 {
    padding: 30px 10% 30px 10%;
  }

  .client {
    padding-top: 30px;
  }

  figure.portfolio-effect h3 {
    top: 15%;
  }

  .icon-links a {
    padding: 0 10px !important;
  }

  .pricing-item {
    padding: 25px 5px;
  }

  .vedio .parallax-container {
    padding: 0 50px;
  }

  .vedio h5 {
    padding: 0 15%;
  }

  .vedio h3 {
    font-size: 20px;
  }

  .pricing-item .pricing-price {
    font-size: 2em;
  }

  .pricing-item .button {
    padding: 0.5em;
  }

  .last-tweets li {
    padding: 30px 10%;
  }

  .side-area {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-content {
    margin-right: 0px;
  }

  .share {
    top: 0;
  }

  .tags-share .share {
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
  }

  .service.style1 .title-wrap {
    padding-left: 50px;
  }

  .service.style1 .icon-wrap {
    width: 50px;
    font-size: 24px;
  }

  .mo-testimonial-carousel.tpl1 .owl-carousel .owl-item {
    padding-right: 0px !important;
  }

  .mo-testimonial-carousel.tpl1 p {
    padding: 8px;
    margin: 0;
  }

  .comment .depth-2, .comment.depth-3, .comment.depth-4 {
    padding-left: 30px;
  }

  footer .social-media-widget li {
    height: 28px;
    width: 28px;
  }

  .service-rotate .item-rotate {
    left: 15%;
  }

  .col-lg-3 .info-news {
    margin-top: 15%;
  }

  .tabs-wrapper .nav-tabs > li > a {
    font-size: 12px;
  }

  .team-member figure {
    height: 280px;
  }

  .footer-fixed {
    position: relative;
    top: 0;
  }

  .boxed .footer-fixed {
    position: relative;
    top: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .footer_v3 .footer-widget-1, .footer_v3 .footer-widget-2, .footer_v3 .footer-widget-3 {
    height: auto !important;
  }

  .main-content {
    margin-bottom: 0 !important;
  }
}
/* Small Devices, Tablets (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .cd-headline, .header-title {
    font-size: 1.5em !important;
  }

  .hero h3 {
    font-size: 1em;
  }

  .cd-intro.text-left {
    margin-left: 25px;
  }

  .owl-buttons .next, .owl-buttons .prev {
    display: none;
  }

  .slider-container {
    top: 8em;
    left: 5%;
    width: 90%;
  }

  .social-header {
    right: 12%;
  }

  .vedio h5 {
    padding: 0 10%;
    font-size: 14px;
  }

  figure.portfolio-effect h3 {
    top: 0;
    right: 0;
    left: 0;
  }

  .masonry-item, .masonry-item.col-2, .masonry-item.col-3, .masonry-item.col-4 {
    width: 48%;
  }

  .container-about {
    padding: 50px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .parallax.counter-number {
    height: 400px;
    padding: 50px 0;
  }

  .owl-about {
    margin-bottom: 30px;
  }

  .team-member {
    margin: 15px 14%;
  }

  .pricing-item, .item-post {
    margin: 0 14% 35px;
  }

  .portfolio-filter a {
    padding: 11px 5px;
  }

  .portfolio-filter a:after {
    left: 10px;
  }

  .icon-links a {
    padding: 0 5px !important;
  }

  .client {
    height: 155px;
  }

  .client .item {
    padding: 10px 0;
  }

  .client .owl-dots {
    bottom: 10px;
  }

  .testimonial {
    top: 0;
    padding: 30px 50px 30px 50px;
  }

  .client:before, .mo-testimonial-carousel:before {
    display: none;
    visibility: hidden;
  }

  .last-tweets li {
    padding: 25px 0%;
    font-size: 1em;
    line-height: 1.8em;
  }

  .page-content {
    margin-right: 0px;
  }

  .page-header .mo-title-bar .mo-path, .page-header .mo-title-bar .mo-path a {
    font-size: 16px;
  }

  .page-header .mo-title-bar h2 {
    line-height: 25px;
    font-size: 20px;
  }

  .mo-media {
    background: transparent;
    margin-top: 0;
  }

  .mo-media.quote .img-single {
    display: none;
  }

  .mo-media .audio-post {
    bottom: -20%;
  }

  .side-area {
    margin-right: 15px;
    padding-top: 15px;
  }

  .post-detail blockquote {
    padding: 40px 0px 30px 90px;
  }

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

  .services .left {
    margin-top: 0;
  }

  .services .right {
    margin-top: 0;
  }
  .services .right .icon-wrap {
    float: left;
  }
  .services .right .service {
    text-align: left;
    direction: ltr;
  }
  .services .right .service .icon-wrap {
    float: left;
  }
  .services .right .service .title-wrap {
    padding-right: 0px;
    padding-left: 70px;
  }
  .services .right .service p {
    padding-right: 50px;
  }

  .services .vc_column-inner {
    margin-left: 0px !important;
  }

  .timeline-line:nth-of-type(1n) .timeline-box:after, .timeline-line:nth-of-type(2n) .timeline-box:after,
  .timeline-line:nth-of-type(1n):before, .timeline-line:nth-of-type(2n):before {
    display: none;
  }

  .col-lg-3 .info-news {
    margin-top: 12%;
  }

  .team-member-temp3 {
    left: 0;
    right: 0;
    margin: 15px auto;
    float: none;
    max-width: 80%;
  }

  figure.team-member-temp2 {
    max-width: 280px;
    float: none;
    margin: 15px auto;
  }

  .counter-number {
    max-width: 280px;
    margin: 25px auto;
  }

  .widget-post-detail p {
    display: block;
  }
  .widget-post-detail h3 {
    font-size: 18px;
  }

  .team-member figure {
    height: auto;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .masonry-item, .masonry-item.col-2, .masonry-item.col-3, .masonry-item.col-4 {
    width: 100%;
  }

  .header-title, .cd-headline {
    font-size: 1em !important;
    line-height: 1.5em !important;
  }

  .parallax-container .cd-intro h3 {
    font-size: 0.9em !important;
    line-height: 1.5em !important;
  }

  .mo-header-v4 .mo-header-top.t_motivo {
    display: none;
  }

  .hero h3 {
    font-size: 0.9em;
  }

  .social-header {
    display: none;
  }

  .slider-container .btn {
    display: none;
  }

  .owl-nav {
    display: none;
  }

  .scroll-down {
    bottom: 0;
  }

  .container-about {
    padding: 30px;
  }

  .container-about::after {
    display: none;
  }

  .container-border .wpb_text_column {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .container-border > .vc_column-inner {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .cd-nav-container {
    width: 75%;
  }

  .owl-about .owl-dots {
    margin-bottom: 50px;
  }

  .item-rotate {
    left: 30%;
  }

  .vedio .parallax-container {
    padding: 0 15px;
  }

  .vedio h5 .divider {
    display: none;
  }

  .vedio h3 {
    font-size: 16px;
  }

  figure.portfolio-effect h3 {
    top: 0;
    right: 0;
    left: 0;
  }

  .mo-testimonial-carousel.tpl1 {
    height: 350px;
  }

  .mo-testimonial-carousel.tpl1 p {
    font-size: 12px;
  }

  .testimonial-client {
    padding: 0;
  }

  .client {
    height: 130px;
  }

  .team-member {
    margin: 15px 5%;
  }

  .pricing-item, .item-post {
    margin: 0 5% 35px;
  }

  .mo-testimonial-carousel.tpl1 .owl-dots {
    bottom: 0;
  }

  .comment .depth-2, .comment.depth-3, .comment.depth-4 {
    padding-left: 15px;
  }

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

  .social-footer {
    width: 100%;
  }

  .to-top {
    text-align: center;
  }

  .mo-testimonial-carousel.tpl1:before {
    left: 0;
    display: none;
  }

  .client-logo .mo-image-carousel-wrap:before {
    right: 0;
    display: none;
  }

  .mo-testimonial-carousel.tpl1 p {
    margin: 2px;
  }

  .cd-intro {
    width: 95%;
  }

  .widget.header_search {
    padding: 20px 15px;
  }

  .single-product .mo-product-item .mo-content .cart .single_add_to_cart_button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.mo-product-carousel {
  margin-bottom: 35px;
}

.mo-product-carousel.tpl1 .product {
  position: relative;
  text-align: center;
}

.mo-product-carousel.tpl1 .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action {
  margin: 0;
  padding: 0;
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li {
  display: inline-block;
  margin: -3px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li i {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li > a.lightbox-gallery {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li > a.readmore {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.mo-product-carousel.tpl1 .product .mo-thumb .mo-overlay .mo-inner .mo-action > li > a:hover {
  background: #8657DB;
  border-color: #8657DB;
}

.mo-product-carousel.tpl1 .product .mo-content {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 9;
  background: #8657DB;
  padding: 15px 0;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mo-product-carousel.tpl1 .product .mo-content .mo-title {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mo-product-carousel.tpl1 .product .mo-content .mo-title > a {
  color: #ffffff;
}

.mo-product-carousel.tpl1 .product .mo-content .mo-title > a:hover {
  color: #8657DB;
}

.mo-product-carousel.tpl1 .product .mo-content .mo-categories a {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.mo-product-carousel.tpl1 .product .mo-content .mo-categories a:hover {
  color: #8657DB;
}

.mo-product-carousel.tpl1 .product:hover .mo-thumb .mo-overlay {
  opacity: 0.7;
}

.mo-product-carousel.tpl1 .product:hover .mo-thumb .mo-overlay .mo-inner .mo-action > li > a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mo-product-carousel.tpl1 .product:hover .mo-content {
  background: rgba(255, 255, 255, 0.95);
}

.mo-product-carousel.tpl1 .product:hover .mo-content .mo-title > a {
  color: #3c3c3c;
}

.mo-product-carousel.tpl1 .product:hover .mo-content .mo-title > a:hover {
  color: #8657DB;
}

.mo-product-carousel.tpl1 .product:hover .mo-content .mo-categories a {
  color: #969595;
}

.mo-product-carousel.tpl1 .product:hover .mo-content .mo-categories a:hover {
  color: #8657DB;
}

/*-------------*/
.mo-product-carousel.tpl2 {
  position: relative;
}

.mo-product-carousel.tpl2 .product {
  position: relative;
  text-align: center;
}

.mo-product-carousel.tpl2 .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.mo-product-carousel.tpl2 .product .mo-overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-title {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 52px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: -0.075em;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-title > a {
  color: #ffffff;
  background: #8657DB;
  font-weight: 700;
  padding: 12px 20px;
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-title > a:hover {
  color: #ffffff;
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-title > a > span {
  display: block;
  font-size: 82px;
  font-weight: 700;
  line-height: 82px;
}

.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-buy-product {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  position: relative;
  top: -50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  padding: 8px 18px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-buy-product:before, .mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-buy-product:after {
  border: 1px solid #8657DB;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.mo-product-carousel.tpl2 .product .mo-overlay .mo-content .mo-buy-product:after {
  left: 6px;
  background: #8657DB;
  z-index: -1;
}

.mo-product-carousel.tpl2 .product:hover .mo-overlay {
  opacity: 1;
}

.mo-product-carousel.tpl2 .product:hover .mo-overlay .mo-content .mo-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*---------------*/
.mo-product-carousel .owl-controls .owl-nav .owl-prev, .mo-product-carousel .owl-controls .owl-nav .owl-next {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  color: #555555;
  background: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.mo-product-carousel .owl-controls .owl-nav .owl-prev:hover, .mo-product-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #8657DB;
}

.mo-product-carousel .owl-controls .owl-nav .owl-prev, .mo-product-carousel .owl-controls .owl-nav .owl-next {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mo-product-carousel .owl-controls .owl-nav .owl-prev span::after, .mo-product-carousel .owl-controls .owl-nav .owl-prev span::before, .mo-product-carousel .owl-controls .owl-nav .owl-next span::after, .mo-product-carousel .owl-controls .owl-nav .owl-next span::before {
  width: 1px;
  height: 15%;
}

.mo-product-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
}

.mo-product-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
}

.mo-product-carousel .owl-controls .owl-nav .owl-prev {
  left: -50px;
  opacity: 0;
}

.mo-product-carousel .owl-controls .owl-nav .owl-next {
  right: -50px;
  opacity: 0;
}

.mo-product-carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 15px;
  opacity: 1;
}

.mo-product-carousel:hover .owl-controls .owl-nav .owl-next {
  right: 15px;
  opacity: 1;
}

/*---------------*/
.mo-products-grid.tpl1 article {
  position: relative;
  margin-bottom: 30px;
}

.mo-products-grid.tpl1 article:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.mo-products-grid.tpl1 article .mo-thumb {
  position: relative;
  overflow: hidden;
}

.mo-products-grid.tpl1 article .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.mo-products-grid.tpl1 article .mo-thumb img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
  height: auto;
}

.mo-products-grid.tpl1 article .mo-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 70px;
  background: #8657DB;
  padding: 12px 65px;
  overflow: hidden;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mo-products-grid.tpl1 article .mo-content .mo-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 70px;
  margin: 0;
  padding: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a {
  display: block;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mo-products-grid.tpl1 article .mo-content .mo-action > li a:hover {
  color: #ffffff;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button {
  position: relative;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.add_to_cart_button.added:after {
  content: "\e017";
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a.added_to_cart {
  position: absolute;
  top: 35px;
  left: 0;
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-action > li a:hover {
  background: #8657DB;
}

.mo-products-grid.tpl1 article .mo-content .mo-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mo-products-grid.tpl1 article .mo-content .mo-title > a {
  color: #ffffff;
}

.mo-products-grid.tpl1 article .mo-content .mo-title > a:hover {
  color: #ffffff;
}

.mo-products-grid.tpl1 article .mo-content .mo-categories {
  font-size: 8px;
  line-height: 16px;
  color: #8657DB;
}

.mo-products-grid.tpl1 article .mo-content .mo-categories a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #8657DB;
  display: inline-block;
  margin: 0 2px;
}

.mo-products-grid.tpl1 article .mo-content .mo-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 70px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

.mo-products-grid.tpl1 article .mo-content .mo-price > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mo-products-grid.tpl1 article .mo-content .mo-price > span:before, .mo-products-grid.tpl1 article .mo-content .mo-price > span:after {
  content: " ";
  display: table;
}

.mo-products-grid.tpl1 article .mo-content .mo-price > span:after {
  clear: both;
}

.mo-products-grid.tpl1 article .mo-content .mo-price > span > del {
  font-size: 14px;
  color: #aaaaaa;
}

.mo-products-grid.tpl1 article .mo-content .mo-price > span > ins {
  font-size: 16px;
  text-decoration: none;
}

.mo-products-grid.tpl1 article:hover:before {
  opacity: 0.5;
}

.mo-products-grid.tpl1 article:hover .mo-thumb > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.mo-products-grid.tpl2 .product {
  margin-bottom: 30px;
}

.mo-products-grid.tpl2 .product .mo-thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.mo-products-grid.tpl2 .product .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.mo-products-grid.tpl2 .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -61px;
  left: 0;
  width: 100%;
  background: #3c3c3c;
  z-index: -1;
  opacity: 0;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .lightbox-gallery {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  top: -90px;
  left: 42%;
  right: 42%;
}
.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .lightbox-gallery i {
  padding: 14px 19px;
}
.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .lightbox-gallery:before, .mo-products-grid.tpl2 .product .mo-thumb .mo-actions .lightbox-gallery:after {
  border: 1px solid #8657DB;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .lightbox-gallery:after {
  left: 6px;
  background: #8657DB;
  z-index: -1;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .add_to_cart_button.added:after {
  content: "\e017";
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .added_to_cart {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: -2;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 6px;
  color: #ffffff;
  background: #8657DB;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .added_to_cart:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.mo-products-grid.tpl2 .product .mo-thumb .mo-actions .added_to_cart:hover:after {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}

.mo-products-grid.tpl2 .product .mo-content {
  position: relative;
}

.mo-products-grid.tpl2 .product .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mo-products-grid.tpl2 .product .mo-content h3:hover {
  color: #8657DB;
}

.mo-products-grid.tpl2 .product .mo-content .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.mo-products-grid.tpl2 .product .mo-content .price .amount {
  font-size: 16px;
}

.mo-products-grid.tpl2 .product .mo-content .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.mo-products-grid.tpl2 .product .mo-content .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.mo-products-grid.tpl2 .product .mo-content .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.mo-products-grid.tpl2 .product .mo-content .star-rating {
  font-size: 13px;
  line-height: 12px;
  color: #8657DB;
  position: absolute;
  bottom: 11px;
  right: 0;
  margin-bottom: 0;
}

.mo-products-grid.tpl2 .product .mo-content .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.mo-products-grid.tpl2 .product .mo-content .star-rating:before {
  color: #8657DB;
}

.mo-products-grid.tpl2 .product:hover .mo-thumb .mo-actions {
  bottom: 0;
  z-index: 9;
  opacity: 1;
}

.mo-products-grid .mo-pagination {
  text-align: center;
  padding: 30px;
}

.mo-products-grid .mo-pagination > .page-numbers.dots {
  position: relative;
  color: transparent;
  border-color: transparent;
}

.mo-products-grid .mo-pagination > .page-numbers.dots:hover {
  color: transparent;
}

.mo-products-grid .mo-pagination > .page-numbers.dots:before {
  content: ".........";
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mo-products-grid.tpl1 article {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
  }

  .mo-products-grid.tpl2 article {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 {
  background: transparent;
  margin-bottom: 40px !important;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item:not(:last-child):after {
  content: "x";
  font-size: 16px;
  color: #636363;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #636363;
  margin: 0 20px;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item > a:before, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item > a:after {
  display: none;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item.tbbs-filter-current:after, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item:hover:after {
  color: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item.tbbs-filter-current > a, .bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap.hala-woo-style2 .tbbs-filter-item:hover > a {
  color: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #8657DB;
  background: -webkit-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -moz-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -o-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: -ms-linear-gradient(top, #8657DB 0%, #2969B0 100%);
  background: linear-gradient(to top, #8657DB 0%, #2969B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8657DB', endColorstr='#2969B0',GradientType=1 );
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .item-thumbnail {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 70px;
  background: #8657DB;
  padding: 15px 75px;
  overflow: hidden;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 70px;
  margin: 0;
  padding: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a {
  display: block;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a:hover {
  background: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button {
  position: relative;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.add_to_cart_button.added:after {
  content: "\e017";
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a.added_to_cart {
  position: absolute;
  top: 35px;
  left: 0;
  height: 35px;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-action > li a:hover {
  background: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-title > a {
  color: #ffffff;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-title > a:hover {
  color: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-categories {
  font-size: 8px;
  line-height: 16px;
  color: #8657DB;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-categories a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #8657DB;
  display: inline-block;
  margin: 0 2px;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 70px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span:before, .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span:after {
  content: " ";
  display: table;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span:after {
  clear: both;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span > del {
  font-size: 14px;
  color: #aaaaaa;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content .mo-price > span > ins {
  font-size: 16px;
  text-decoration: none;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2:hover:before {
  opacity: 1;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2:hover .item-thumbnail {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 1199px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 {
    width: calc(100% / 2);
  }
}
@media (max-width: 767px) {
  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 {
    margin-bottom: 30px;
  }

  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .item-thumbnail {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.hala-woo-style2 .mo-content {
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*-----------------*/
.archive-product {
  margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  padding: 30px;
}

.woocommerce nav.woocommerce-pagination > .page-numbers {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin: 2px 4px;
  border: 2px solid #f8f8f8;
}

.woocommerce nav.woocommerce-pagination > .page-numbers.dots {
  position: relative;
  color: transparent;
  border-color: transparent;
}

.woocommerce nav.woocommerce-pagination > .page-numbers.dots:hover {
  color: transparent;
}

.woocommerce nav.woocommerce-pagination > .page-numbers.dots:before {
  content: ".........";
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.woocommerce nav.woocommerce-pagination > .page-numbers.prev, .woocommerce nav.woocommerce-pagination > .page-numbers.next {
  width: 60px;
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.woocommerce nav.woocommerce-pagination > .page-numbers.current, .woocommerce nav.woocommerce-pagination > .page-numbers:hover {
  color: #8657DB;
}

.mo-single-add-to-cart > span {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #282828;
  display: inline-block;
  vertical-align: middle;
}

.mo-single-add-to-cart .quantity {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: 15px;
}

.mo-single-add-to-cart .quantity > input {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #282828;
  width: 85px;
  height: 42px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mo-single-add-to-cart .quantity > input:focus {
  border-color: #8657DB;
}

.mo-single-add-to-cart .single_add_to_cart_button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #8657DB;
  padding: 10px 30px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 3px;
  moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 9;
}

.mo-single-add-to-cart .single_add_to_cart_button:hover {
  color: #8657DB;
  background: transparent;
}

.mo-onsale-style1 {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mo-price-style1 {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
}

.mo-price-style1 .amount {
  font-size: 16px;
}

.mo-price-style1 > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.mo-price-style1 > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.mo-price-style1 > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.mo-product-grid-item .mo-thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.mo-product-grid-item .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.mo-product-grid-item .mo-thumb img {
  width: 100%;
  height: auto;
}

.mo-product-grid-item .mo-thumb .mo-actions {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -61px;
  left: 0;
  width: 100%;
  background: #3c3c3c;
  padding-right: 70px;
  z-index: -1;
  opacity: 0;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.mo-product-grid-item .mo-thumb .mo-actions .add_to_cart_button.added:after {
  content: "\e017";
}

.mo-product-grid-item .mo-thumb .mo-actions .added_to_cart {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 6px;
  color: #ffffff;
  background: #8657DB;
}

.mo-product-grid-item .mo-thumb .mo-actions .added_to_cart:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.mo-product-grid-item .mo-thumb .mo-actions .added_to_cart:hover:after {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}

.mo-product-grid-item .mo-content {
  position: relative;
}

.mo-product-grid-item .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mo-product-grid-item .mo-content h3:hover {
  color: #8657DB;
}

.mo-product-grid-item .mo-content .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.mo-product-grid-item .mo-content .price .amount {
  font-size: 16px;
}

.mo-product-grid-item .mo-content .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.mo-product-grid-item .mo-content .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.mo-product-grid-item .mo-content .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.mo-product-grid-item .mo-content .star-rating {
  font-size: 13px;
  line-height: 12px;
  color: #8657DB;
  position: absolute;
  bottom: 11px;
  right: 0;
  margin-bottom: 0;
}

.mo-product-grid-item .mo-content .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.mo-product-grid-item .mo-content .star-rating:before {
  color: #8657DB;
}

.mo-product-grid-item:hover .mo-thumb .mo-actions {
  bottom: 0;
  z-index: 9;
  opacity: 1;
}

.mo-product-list-item .mo-col-full-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.mo-product-list-item .mo-col-full-height .mo-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
}

.mo-product-list-item .mo-col-full-height .mo-col.mo-col-left {
  width: 30%;
}

.mo-product-list-item .mo-col-full-height .mo-col.mo-col-right {
  width: 70%;
  padding: 30px;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
}

.mo-product-list-item .mo-thumb {
  position: relative;
  overflow: hidden;
}

.mo-product-list-item .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.mo-product-list-item .mo-thumb img {
  width: 100%;
  height: auto;
}

.mo-product-list-item .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mo-product-list-item .mo-content h3:hover {
  color: #8657DB;
}

.mo-product-list-item .mo-content .price-rating {
  position: relative;
}

.mo-product-list-item .mo-content .price-rating .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.mo-product-list-item .mo-content .price-rating .price .amount {
  font-size: 16px;
}

.mo-product-list-item .mo-content .price-rating .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.mo-product-list-item .mo-content .price-rating .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.mo-product-list-item .mo-content .price-rating .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.mo-product-list-item .mo-content .price-rating .star-rating {
  position: absolute;
  bottom: 11px;
  right: 0;
  color: #8657DB;
}

.mo-product-list-item .mo-content .price-rating .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.mo-product-list-item .mo-content .price-rating .star-rating:before {
  color: #8657DB;
}

.mo-product-list-item .mo-content > div[itemprop="description"] {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #909090;
  margin-bottom: 15px;
  height: 80px;
  overflow: hidden;
}

.mo-product-list-item .mo-content .mo-actions .add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f8f8f8;
  background: #f8f8f8;
  margin: 2px 0;
  padding: 8px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mo-product-list-item .mo-content .mo-actions .add_to_cart_button:after {
  font-size: 12px;
}

.mo-product-list-item .mo-content .mo-actions .add_to_cart_button:hover {
  color: #ffffff;
  background: #8657DB;
}

.mo-product-list-item .mo-content .mo-actions .added_to_cart {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f8f8f8;
  background: #f8f8f8;
  margin: 2px 0 2px 10px;
  padding: 8px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mo-product-list-item .mo-content .mo-actions .added_to_cart:hover {
  color: #ffffff;
  background: #8657DB;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: block !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 100%;
  padding: 20px 0;
}

/* ------- woocommerce archive product ----------*/
.archive-product .mo-action-bar {
  position: relative;
  margin-bottom: 40px;
  padding: 10px 20px;
  background: #fff;
  margin-top: 3px;
  border: 1px solid #e9e9e9;
}

.archive-product .mo-action-bar:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  display: block;
  left: 5px;
  top: -5px;
}

.archive-product .mo-action-bar .woocommerce-result-count {
  font-size: 13px;
  font-style: italic;
  line-height: 23px;
  letter-spacing: 0;
  color: #909090;
  margin-bottom: 0;
  float: right;
}

.archive-product .mo-action-bar .woocommerce-ordering {
  margin-bottom: 0;
  float: left;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view {
  display: inline-block;
  line-height: 24px;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout.list {
  margin-left: 15px;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout.active {
  color: #8657DB;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout.active input {
  display: none;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout:hover {
  opacity: 0.8;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-layout-view .mo-layout input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-sort-by {
  position: relative;
  display: inline-block;
  line-height: 24px;
  margin-left: 20px;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-sort-by:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 24px;
  text-align: center;
  background: #ffffff;
}

.archive-product .mo-action-bar .woocommerce-ordering .mo-sort-by .orderby {
  width: 150px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}

.archive-product .grid .product {
  margin-bottom: 30px;
}

.archive-product .grid .product .mo-thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.archive-product .grid .product .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.archive-product .grid .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.archive-product .grid .product .mo-thumb .mo-actions {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -61px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

.archive-product .grid .product .mo-thumb .mo-actions .lightbox-gallery {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  top: -90px;
  left: 42%;
  right: 42%;
}
.archive-product .grid .product .mo-thumb .mo-actions .lightbox-gallery i {
  padding: 14px 19px;
}
.archive-product .grid .product .mo-thumb .mo-actions .lightbox-gallery:before, .archive-product .grid .product .mo-thumb .mo-actions .lightbox-gallery:after {
  border: 1px solid #8657DB;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.archive-product .grid .product .mo-thumb .mo-actions .lightbox-gallery:after {
  left: 6px;
  background: #8657DB;
  z-index: -1;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.archive-product .grid .product .mo-thumb .mo-actions .add_to_cart_button.added:after {
  content: "\e017";
}

.archive-product .grid .product .mo-thumb .mo-actions .added_to_cart {
  position: absolute;
  top: -22px;
  z-index: -1;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 6px;
  color: #ffffff;
  background: #8657DB;
}

.archive-product .grid .product .mo-thumb .mo-actions .added_to_cart:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.archive-product .grid .product .mo-thumb .mo-actions .added_to_cart:hover:after {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}

.archive-product .grid .product .mo-content {
  position: relative;
  min-height: 62px;
}

.archive-product .grid .product .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.archive-product .grid .product .mo-content h3:hover {
  color: #8657DB;
}

.archive-product .grid .product .mo-content .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.archive-product .grid .product .mo-content .price .amount {
  font-size: 12px !important;
}

.archive-product .grid .product .mo-content .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.archive-product .grid .product .mo-content .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.archive-product .grid .product .mo-content .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.archive-product .grid .product .mo-content .star-rating {
  font-size: 13px;
  line-height: 12px;
  color: #8657DB;
  position: absolute;
  bottom: 11px;
  right: 0;
  margin-bottom: 0;
}

.archive-product .grid .product .mo-content .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.archive-product .grid .product .mo-content .star-rating:before {
  color: #8657DB;
}

.archive-product .grid .product:hover .mo-thumb .mo-actions {
  bottom: 0;
  z-index: 9;
  opacity: 1;
}

.archive-product .list .product {
  margin-bottom: 30px;
}

.archive-product .list .product .mo-col-full-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.archive-product .list .product .mo-col-full-height .mo-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
}

.archive-product .list .product .mo-col-full-height .mo-col.mo-col-left {
  width: 30%;
}

.archive-product .list .product .mo-col-full-height .mo-col.mo-col-right {
  width: 70%;
  padding: 30px;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
}

.archive-product .list .product .mo-thumb {
  position: relative;
  overflow: hidden;
}

.archive-product .list .product .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.archive-product .list .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.archive-product .list .product .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.archive-product .list .product .mo-content h3:hover {
  color: #8657DB;
}

.archive-product .list .product .mo-content .price-rating {
  position: relative;
}

.archive-product .list .product .mo-content .price-rating .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.archive-product .list .product .mo-content .price-rating .price .amount {
  font-size: 16px;
}

.archive-product .list .product .mo-content .price-rating .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.archive-product .list .product .mo-content .price-rating .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.archive-product .list .product .mo-content .price-rating .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.archive-product .list .product .mo-content .price-rating .star-rating {
  position: absolute;
  bottom: 11px;
  right: 0;
  color: #8657DB;
}

.archive-product .list .product .mo-content .price-rating .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.archive-product .list .product .mo-content .price-rating .star-rating:before {
  color: #8657DB;
}

.archive-product .list .product .mo-content > div[itemprop="description"] {
  overflow: hidden;
  height: 77px;
}

.archive-product .list .product .mo-content .mo-actions .add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #8657DB;
  margin: 2px 0;
  padding: 8px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.archive-product .list .product .mo-content .mo-actions .add_to_cart_button:after {
  font-size: 12px;
}

.archive-product .list .product .mo-content .mo-actions .add_to_cart_button:hover {
  color: #ffffff;
  background: #8657DB;
}

.archive-product .list .product .mo-content .mo-actions .added_to_cart {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f8f8f8;
  background: #f8f8f8;
  margin: 2px 0 2px 10px;
  padding: 8px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.archive-product .list .product .mo-content .mo-actions .added_to_cart:hover {
  color: #ffffff;
  background: #8657DB;
}

@media (max-width: 1199px) {
  .archive-product .list .product .mo-col-full-height .mo-col.mo-col-right {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .archive-product .grid .product {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .archive-product .list .product .mo-col-full-height .mo-col.mo-col-right {
    width: 100%;
  }

  .archive-product .list .product .mo-content .mo-actions .add_to_cart_button, .archive-product .list .product .mo-content .mo-actions .added_to_cart {
    padding: 8px 15px;
  }
}
@media (max-width: 540px) {
  .archive-product .mo-action-bar .woocommerce-result-count, .archive-product .mo-action-bar .woocommerce-ordering {
    float: none;
    text-align: center;
  }
}
/* ------- woocommerce single product ----------*/
.single-product .mo-product-item {
  margin-bottom: 90px;
}

.single-product .mo-product-item .mo-col-full-height {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.single-product .mo-product-item .mo-col-full-height .mo-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
}

.single-product .mo-product-item .mo-thumb {
  position: relative;
}

.single-product .mo-product-item .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.single-product .mo-product-item .mo-thumb .woocommerce-main-image img {
  width: 100%;
  height: auto;
}

/* mo-slick-slider */
.single-product .mo-slick-slider {
  position: relative;
  margin-bottom: 10px;
}

.single-product .mo-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #000;
  z-index: 9;
  border: none;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.single-product .mo-slick-slider .slick-arrow.slick-prev {
  left: 10px;
}

.single-product .mo-slick-slider .slick-arrow.slick-next {
  right: 10px;
}

.single-product .mo-slick-slider:hover .slick-arrow {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.mo-slick-slider-nav {
  position: relative;
}

.mo-slick-slider-nav .slider-item {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.mo-slick-slider-nav .slider-item.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border: 1px solid #ececec;
}

.single-product .mo-product-item .mo-content .star-rating {
  font-size: 15px;
  color: #8657DB;
  float: none;
  margin-bottom: 10px;
}

.woocommerce div.product div.images {
  width: 100%;
}

.single-product .mo-product-item .mo-content .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.single-product .mo-product-item .mo-content .star-rating:before {
  color: #8657DB;
}

.single-product .mo-product-item .mo-content .product_meta_top {
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f8f8f8;
}

.single-product .mo-product-item .mo-content .product_meta_top .sku_wrapper, .single-product .mo-product-item .mo-content .product_meta_top .stock {
  display: inline-block;
  width: 49.5%;
  color: #3c3c3c;
}

.single-product .mo-product-item .mo-content .product_meta_top .sku_wrapper span, .single-product .mo-product-item .mo-content .product_meta_top .stock span {
  font-weight: 900;
  color: #909090;
}

.single-product .mo-product-item .mo-content .product_meta_top .sku_wrapper span i, .single-product .mo-product-item .mo-content .product_meta_top .stock span i {
  margin-right: 5px;
}

.single-product .mo-product-item .mo-content .product_title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-product .mo-product-item .mo-content .price {
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
}

.single-product .mo-product-item .mo-content .price .amount {
  font-size: 16px;
  color: #3c3c3c;
}

.single-product .mo-product-item .mo-content .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.single-product .mo-product-item .mo-content .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.single-product .mo-product-item .mo-content .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.single-product .mo-product-item .mo-content .price .amount {
  font-size: 24px;
}

.single-product .mo-product-item .mo-content .price > del {
  margin-right: 10px;
}

.single-product .mo-product-item .mo-content .price > del .amount {
  font-size: 24px;
  line-height: 24px;
}

.single-product .mo-product-item .mo-content .price > ins {
  font-size: 0;
}

.single-product .mo-product-item .mo-content .price > ins > span:nth-child(2):before {
  content: "-";
  display: inline-block;
  font-size: 24px;
  margin: 0 10px;
}

.single-product .mo-product-item .mo-content div[itemprop="description"] {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #909090;
  margin-bottom: 40px;
}

.single-product .mo-product-item .mo-content .cart {
  margin-bottom: 40px !important;
}

.single-product .mo-product-item .mo-content .cart > span {
  display: none;
}

.single-product .mo-product-item .mo-content .cart .quantity {
  position: relative;
  width: 140px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border: 2px solid #f8f8f8;
}

.single-product .mo-product-item .mo-content .cart .quantity input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px 0 25px;
  border: none;
}

.single-product .mo-product-item .mo-content .cart .quantity .qty-minus, .single-product .mo-product-item .mo-content .cart .quantity .qty-plus {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
}

.single-product .mo-product-item .mo-content .cart .quantity .qty-minus:hover, .single-product .mo-product-item .mo-content .cart .quantity .qty-plus:hover {
  color: #8657DB;
}

.single-product .mo-product-item .mo-content .cart .quantity .qty-plus {
  left: auto;
  right: 0;
}

.single-product .mo-product-item .mo-content .cart .single_add_to_cart_button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  margin: 0 20px;
  padding: 8px 25px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.single-product .mo-product-item .mo-content .cart .single_add_to_cart_button:hover {
  color: #ffffff;
  background: #642bca;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations {
  margin: 0 0 50px;
  padding: 0;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations > li {
  list-style: none;
  margin-bottom: 15px;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations > li > span {
  position: relative;
  display: block;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations > li > span:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f8f8f8;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations > li > span > select {
  height: 40px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #f8f8f8;
  margin: 0;
  border-color: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.single-product .mo-product-item .mo-content .cart.variations_form .variations > li > span .reset_variations {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454545;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-description {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #909090;
  margin-bottom: 15px;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-price .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-price .price .amount {
  font-size: 16px;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-price .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-price .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.single-product .mo-product-item .mo-content .cart.variations_form .woocommerce-variation-price .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
}

.single-product .mo-product-item .mo-content .product_meta {
  margin-bottom: 40px;
}

.single-product .mo-product-item .mo-content .product_meta .posted_in, .single-product .mo-product-item .mo-content .product_meta .tagged_as {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #909090;
}

.single-product .mo-product-item .mo-content .product_meta .posted_in i, .single-product .mo-product-item .mo-content .product_meta .tagged_as i {
  margin-right: 5px;
}

.single-product .mo-product-item .mo-content .mo-socials {
  margin: 0;
  padding: 0;
}

.single-product .mo-product-item .mo-content .mo-socials > li {
  list-style: none;
  display: inline-block;
}

.single-product .mo-product-item .mo-content .mo-socials > li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background: #f8f8f8;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.single-product .mo-product-item .mo-content .mo-socials > li > a:hover {
  color: #ffffff;
  background: #8657DB;
}

.single-product div.product .woocommerce-tabs {
  margin-bottom: 90px;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs:before, .single-product div.product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}

.single-product div.product .woocommerce-tabs ul.tabs > li {
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs > li:last-child {
  margin-right: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs > li:before, .single-product div.product .woocommerce-tabs ul.tabs > li:after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs > li > a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #f8f8f8;
  padding: 12px 30px;
}

.single-product div.product .woocommerce-tabs ul.tabs > li > a:before {
  content: "\f260";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}

.single-product div.product .woocommerce-tabs ul.tabs > li.active > a {
  color: #ffffff;
  background: #8657DB;
}

.single-product div.product .woocommerce-tabs ul.tabs > li.additional_information_tab > a:before {
  content: "\f18c";
}

.single-product div.product .woocommerce-tabs ul.tabs > li.reviews_tab > a:before {
  content: "\f0e6";
}

.single-product div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
  padding: 30px 40px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-product div.product .woocommerce-tabs .panel > h2, .single-product div.product .woocommerce-tabs .panel #reviews h2 {
  display: none;
}

.single-product div.product .woocommerce-tabs #tab-description {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #909090;
}

.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes {
  margin: 0;
}

.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes th {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes td {
  padding: 10px;
}

.single-product div.product .woocommerce-tabs #tab-additional_information .shop_attributes td p {
  padding: 0;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments {
  margin-bottom: 30px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li img.avatar {
  width: 60px;
  border-width: 0;
  border-radius: 50%;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text {
  margin-left: 75px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .star-rating {
  font-size: 13px;
  line-height: 12px;
  color: #8657DB;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .star-rating:before {
  color: #8657DB;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .meta [itemprop="author"] {
  font-weight: 900;
  letter-spacing: 0.1em;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text .description {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  display: block;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title:after,
.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #8657DB;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-respond .comment-reply-title:before {
  bottom: 2px;
  left: 5px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form {
  margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form > p:before, .single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form > p:after {
  display: none;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form label {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #909090;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating label {
  display: inline-block;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars {
  display: inline-block;
  margin: 0 0 0 20px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars > span {
  font-size: 15px;
  line-height: 16px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-rating .stars > span > a {
  color: #8657DB;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .comment-form-comment, .single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit {
  margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit input.submit {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #f8f8f8;
  padding: 8px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit input.submit {
  color: #ffffff;
  background: #8657DB;
}

.single-product div.product .woocommerce-tabs #tab-reviews #reviews .comment-form .form-submit input.submit:hover {
  color: #ffffff;
  background: #642bca;
}

.single-product .mo-related > h3 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
}
.single-product .mo-related > h3:after, .single-product .mo-related > h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #8657DB;
}
.single-product .mo-related > h3:before {
  bottom: 2px;
  left: 5px;
}

.single-product .mo-related .products .mo-product-items .grid .product {
  margin-bottom: 30px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .onsale {
  min-height: 24px;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 5px 8px;
  border: 2px solid #8657DB;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb img {
  width: 100%;
  height: auto;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -61px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button:after {
  content: "";
  font-family: WooCommerce;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  padding: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .lightbox-gallery {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  top: -90px;
  left: 42%;
  right: 42%;
}
.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .lightbox-gallery i {
  padding: 14px 19px;
}
.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .lightbox-gallery:before, .single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .lightbox-gallery:after {
  border: 1px solid #8657DB;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .lightbox-gallery:after {
  left: 6px;
  background: #8657DB;
  z-index: -1;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button.loading {
  opacity: 0.25;
  margin: 0;
  padding: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button.loading:after {
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button.added {
  margin: 0;
  padding: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .add_to_cart_button.added:after {
  content: "\e017";
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .added_to_cart {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 6px;
  color: #ffffff;
  background: #8657DB;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .added_to_cart:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-thumb .mo-actions .added_to_cart:hover:after {
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content {
  position: relative;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content h3:hover {
  color: #8657DB;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .price {
  font-size: 0;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-right: 75px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .price .amount {
  font-size: 16px;
  color: #909090;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .price > del {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
  margin-right: 5px;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .price > del .amount {
  font-size: 16px;
  line-height: 16px;
  color: #909090;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .price > ins {
  font-size: 16px;
  text-decoration: none;
  margin: 0 5px;
  color: #3c3c3c;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .star-rating {
  font-size: 13px;
  line-height: 12px;
  color: #8657DB;
  position: absolute;
  bottom: 11px;
  right: 0;
  margin-bottom: 0;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .star-rating[title="Rated 0 out of 5"]:before {
  color: #f8f8f8;
}

.single-product .mo-related .products .mo-product-items .grid .product .mo-content .star-rating:before {
  color: #8657DB;
}

.single-product .mo-related .products .mo-product-items .grid .product:hover .mo-thumb .mo-actions {
  bottom: 0;
  z-index: 9;
  opacity: 1;
}

@media (max-width: 991px) {
  .single-product .mo-product-item .mo-col-full-height .mo-col {
    width: 100%;
  }

  .single-product .mo-product-item .mo-thumb {
    margin-bottom: 30px;
  }

  .single-product .mo-related .products .mo-product-items .grid .product {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .single-product .mo-product-item .mo-content .product_meta_top .sku_wrapper, .single-product .mo-product-item .mo-content .product_meta_top .stock {
    width: 100%;
  }

  .single-product .mo-product-item .mo-content .cart .quantity {
    width: 120px;
  }

  .single-product .mo-product-item .mo-content .cart .single_add_to_cart_button {
    margin-left: 10px;
    padding: 10px 15px;
  }

  .single-product div.product .woocommerce-tabs ul.tabs > li {
    display: block;
    margin: 5px 0;
  }

  .single-product div.product .woocommerce-tabs ul.tabs > li > a {
    display: block;
    text-align: center;
  }

  .single-product div.product .woocommerce-tabs #tab-description, .single-product div.product .woocommerce-tabs #tab-additional_information, .single-product div.product .woocommerce-tabs #tab-reviews {
    padding: 10px;
  }

  .single-product .mo-related > h3 {
    font-size: 22px;
  }

  .woocommerce table.shop_attributes th {
    width: 70px;
  }
}
/* ------- woocommerce cart ----------*/
.woocommerce-cart .main-content .woocommerce table.shop_table {
  margin-bottom: 60px;
  border: none;
  border-collapse: collapse;
}

.woocommerce-cart .main-content .woocommerce table.shop_table th, .woocommerce-cart .main-content .woocommerce table.shop_table td {
  border: none;
  text-transform: uppercase;
}

.woocommerce-cart .main-content .woocommerce table.shop_table thead tr {
  background: #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce table.shop_table thead tr th {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 15px 30px;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr {
  border-bottom: 1px solid #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  background: #909090;
  margin: 40px 30px 0 -30px;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove:hover {
  color: #ffffff !important;
  background: #8657DB;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item img {
  width: 130px;
  height: auto;
  margin-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a:hover {
  color: #8657DB;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-price, .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
  position: relative;
  width: 110px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 12px 0 25px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-minus, .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 35px;
  font-size: 10px;
  text-align: center;
  line-height: 35px;
  background: #ffffff;
  cursor: pointer;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-minus:hover, .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus:hover {
  color: #8657DB;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty-plus {
  left: auto;
  right: 0;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-right: 10px;
  min-width: 200px;
  padding: 8px 15px;
  border: 2px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text:hover, .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text:focus {
  border-color: #e9e9e9;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.button {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #3c3c3c;
  padding: 5px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions .coupon input.button:hover {
  background: #8657DB;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions > .button {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 5px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 5px;
}

.woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.actions > .button:hover {
  background: #642bca;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap > h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap > h4:before {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.3;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap > p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #909090;
  margin-top: 10px;
  margin-bottom: 20px;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p {
  padding: 0;
  margin-bottom: 30px;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p input, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p select {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p input:hover, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p input:focus, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p select:hover, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p select:focus {
  border-color: #e9e9e9;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p#calc_shipping_country_field, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p#calc_shipping_state_field {
  position: relative;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p#calc_shipping_country_field:after, .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p#calc_shipping_state_field:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  height: 43px;
  line-height: 43px;
  background: #ffffff;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #ffffff;
  padding: 10px 30px;
  border: 2px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .shipping-wrap .woocommerce-shipping-calculator > p button:hover {
  background: #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total > h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total > h4:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.3;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap {
  padding: 30px;
  border: 2px solid #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul {
  margin: 0;
  padding: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #f8f8f8;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li:first-child {
  padding-top: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li .title {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li span[data-title="Subtotal"], .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li span[data-title="Tax"], .woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li span[data-title="Total"] {
  display: inline-block;
  width: 39%;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: right;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping .title {
  width: 50%;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping div[data-title="Shipping"] {
  display: inline-block;
  width: 49%;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #909090;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping div[data-title="Shipping"] ul {
  margin: 0;
  padding: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping div[data-title="Shipping"] ul > li {
  position: relative;
  padding: 0 0 15px 30px !important;
  text-indent: 0 !important;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping div[data-title="Shipping"] ul > li input {
  position: absolute;
  top: 2px;
  left: 0;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.shipping div[data-title="Shipping"] ul > li label span {
  display: block;
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.woocommerce-cart .main-content .woocommerce .cart-collaterals .cart_totals .grand-total .total-wrap > ul > li.order-total span[data-title="Total"] .amount {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 5px;
}

.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout {
  padding: 30px 0 0;
}

.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout .checkout-button {
  display: inline-block !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #8657DB;
  margin: 0;
  padding: 15px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background: #642bca;
}

.woocommerce-cart .main-content .woocommerce .cart-empty {
  margin-bottom: 30px;
}

.woocommerce-cart .main-content .woocommerce .return-to-shop > a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #8657DB;
  background: transparent;
  padding: 12px 30px;
  border: 2px solid #8657DB;
}

.woocommerce-cart .main-content .woocommerce .return-to-shop > a:hover {
  color: #ffffff;
  background: #8657DB;
}

@media (max-width: 991px) {
  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item img {
    display: none;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove {
    margin: -6px 30px 0 -30px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-item a.remove {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td {
    padding: 10px;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
    float: right;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tbody tr:first-child td:first-child {
    border-top: 0;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tbody th {
    display: none;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr {
    display: block;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr td {
    display: block;
    font-size: 12px !important;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr td.order-actions {
    text-align: left !important;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .woocommerce-cart .main-content .woocommerce .wc-proceed-to-checkout .checkout-button {
    font-size: 12px;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr td.product-remove:before, .woocommerce-cart .main-content .woocommerce table.shop_table tr td.actions:before {
    display: none;
  }

  .woocommerce-cart .main-content .woocommerce table.shop_table tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }

  .woocommerce table.shop_table tr td::before, .woocommerce-page table.shop_table tr td::before {
    font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #3c3c3c;
  }
}
/* ------- woocommerce checkout ----------*/
.woocommerce-checkout .select2-drop {
  border-color: #f8f8f8;
}

.woocommerce-checkout .select2-drop .select2-search {
  line-height: 16px;
  padding: 0;
}

.woocommerce-checkout .select2-drop .select2-search .select2-input {
  margin-bottom: 0;
  border-color: #f8f8f8;
}

.woocommerce-checkout .select2-drop .select2-search .select2-input:hover, .woocommerce-checkout .select2-drop .select2-search .select2-input:focus {
  border-color: #e9e9e9;
}

.woocommerce-checkout .select2-drop .select2-results > li {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  margin: 0;
}

.woocommerce-checkout .woocommerce #customer_details > h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
}

.woocommerce-checkout .woocommerce #customer_details > h3:before {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.4;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row {
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row label, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row label {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row label .required, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row label .required {
  font-size: 14px;
  text-decoration: none;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row input:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row select:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row textarea:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row .select2-container .select2-choice:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row input:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row select:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row textarea:focus, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice:hover, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row .select2-container .select2-choice:focus {
  border-color: #e9e9e9;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row.create-account, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row.create-account {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .form-row.create-account label, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .form-row.create-account label {
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .create-account, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .create-account {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields .create-account > p, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields .create-account > p {
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields #ship-to-different-address .checkbox, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields #ship-to-different-address .checkbox {
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 25px;
}

.woocommerce-checkout .woocommerce #customer_details .woocommerce-billing-fields #ship-to-different-address .checkbox .input-checkbox, .woocommerce-checkout .woocommerce #customer_details .woocommerce-shipping-fields #ship-to-different-address .checkbox .input-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  margin-left: 0;
}

.woocommerce-checkout .woocommerce #order_review {
  background: #f8f8f8;
  padding: 30px;
  border: 4px solid #f8f8f8;
}

.woocommerce-checkout .woocommerce #order_review .order-review-heading, .woocommerce-checkout .woocommerce #order_review .payment-method-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8657DB;
  margin-bottom: 5px;
  margin-top: 10px;
}

.woocommerce-checkout .woocommerce #order_review .order-review-heading:before, .woocommerce-checkout .woocommerce #order_review .payment-method-heading:before {
  content: "\f085";
  font-family: FontAwesome;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-checkout .woocommerce #order_review .payment-method-heading:before {
  content: "\f155";
}

.woocommerce-checkout .woocommerce #order_review .shop_table {
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li {
  list-style: none;
  padding: 15px 0;
  border-top: 1px solid #f8f8f8;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li .col-left {
  display: inline-block;
  width: 59%;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li .col-right {
  display: inline-block;
  width: 38%;
  text-align: right;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.header {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.cart_item {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #909090;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.cart_item .product-name .product-quantity {
  display: inline-block;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.cart_item .product-total {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.cart-subtotal, .woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.tax-total, .woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.order-total {
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.cart-subtotal .amount, .woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.tax-total .amount, .woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.order-total .amount {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping .title {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping div[data-title="Shipping"] {
  display: inline-block;
  width: 49%;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #909090;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping div[data-title="Shipping"] ul {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping div[data-title="Shipping"] ul > li {
  position: relative;
  padding: 0 0 15px 30px !important;
  text-indent: 0 !important;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping div[data-title="Shipping"] ul > li input {
  position: absolute;
  top: 2px;
  left: 0;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.shipping div[data-title="Shipping"] ul > li label span {
  display: block;
  font-size: 16px;
  font-weight: 600 !important;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.order-total {
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce #order_review .shop_table > ul > li.order-total .amount {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}

.woocommerce-checkout .woocommerce #order_review #payment {
  background: transparent;
}

.woocommerce-checkout .woocommerce #order_review #payment .payment_methods {
  margin: 0 0 15px;
  padding: 0;
  border: none;
}

.woocommerce-checkout .woocommerce #order_review #payment .payment_methods > li {
  padding: 15px 0;
  border-top: 1px solid #f8f8f8;
}

.woocommerce-checkout .woocommerce #order_review #payment .payment_methods > li label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce #order_review #payment .payment_methods > li .payment_box {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #909090;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce #order_review #payment .payment_methods > li .payment_box:before {
  display: none;
}

.woocommerce-checkout .woocommerce #order_review #payment .place-order {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce #order_review #payment .place-order #place_order {
  float: none;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce #order_review #payment .place-order #place_order:hover {
  background: #642bca;
}

.woocommerce-checkout .woocommerce .woocommerce-info {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  background: transparent;
  margin-bottom: 15px !important;
  padding: 0 !important;
  border-top: none;
}

.woocommerce-checkout .woocommerce .woocommerce-info:before {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-info > a {
  font-size: 12px;
  color: #3c3c3c;
}

.woocommerce-checkout .woocommerce .woocommerce-info > a:hover {
  color: #8657DB;
}

.woocommerce-checkout .woocommerce .login, .woocommerce-checkout .woocommerce .checkout_coupon {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #909090;
  margin: 0 0 30px;
  padding: 30px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce .login > p, .woocommerce-checkout .woocommerce .checkout_coupon > p {
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce .login > p.lost_password, .woocommerce-checkout .woocommerce .checkout_coupon > p.lost_password {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .login > p.lost_password > a:hover, .woocommerce-checkout .woocommerce .checkout_coupon > p.lost_password > a:hover {
  color: #8657DB;
}

.woocommerce-checkout .woocommerce .login .form-row, .woocommerce-checkout .woocommerce .checkout_coupon .form-row {
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce-checkout .woocommerce .login .form-row label, .woocommerce-checkout .woocommerce .checkout_coupon .form-row label {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce .login .form-row label .required, .woocommerce-checkout .woocommerce .checkout_coupon .form-row label .required {
  font-size: 14px;
  text-decoration: none;
}

.woocommerce-checkout .woocommerce .login .form-row input, .woocommerce-checkout .woocommerce .checkout_coupon .form-row input {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  padding: 10px 20px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce .login .form-row input:hover, .woocommerce-checkout .woocommerce .login .form-row input:focus, .woocommerce-checkout .woocommerce .checkout_coupon .form-row input:hover, .woocommerce-checkout .woocommerce .checkout_coupon .form-row input:focus {
  border-color: #e9e9e9;
}

.woocommerce-checkout .woocommerce .login .form-row input.button, .woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  margin-right: 15px;
  padding: 10px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce .login .form-row input.button:hover, .woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button:hover {
  background: #642bca;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row input.button {
  margin-right: 0;
}

.woocommerce-account .woocommerce .myaccount_user {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #909090;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce .myaccount_user > a:hover {
  color: #8657DB;
}

.woocommerce-account .woocommerce > h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce .myaccount_address {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #909090;
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce .addresses .title > h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .addresses .title > h3:before {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-account .woocommerce .addresses .title > a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1;
  text-transform: uppercase;
  color: #8657DB;
}

.woocommerce-account .woocommerce .addresses .title > a:after {
  content: "\f040";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
}

.woocommerce-account .woocommerce .addresses .title > a:hover {
  color: #3c3c3c;
}

.woocommerce-account .woocommerce .addresses address {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
}

.woocommerce-account .woocommerce form > h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f8f8;
}

.woocommerce-account .woocommerce form > h3:before {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-account .woocommerce form .form-row {
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce-account .woocommerce form .form-row label {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce form .form-row label .required {
  font-size: 14px;
  text-decoration: none;
}

.woocommerce-account .woocommerce form .form-row input, .woocommerce-account .woocommerce form .form-row select, .woocommerce-account .woocommerce form .form-row textarea, .woocommerce-account .woocommerce form .form-row .select2-container .select2-choice {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  padding: 10px 20px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-account .woocommerce form .form-row input:hover, .woocommerce-account .woocommerce form .form-row input:focus, .woocommerce-account .woocommerce form .form-row select:hover, .woocommerce-account .woocommerce form .form-row select:focus, .woocommerce-account .woocommerce form .form-row textarea:hover, .woocommerce-account .woocommerce form .form-row textarea:focus, .woocommerce-account .woocommerce form .form-row .select2-container .select2-choice:hover, .woocommerce-account .woocommerce form .form-row .select2-container .select2-choice:focus {
  border-color: #e9e9e9;
}

.woocommerce-account .woocommerce form input.button {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  margin-right: 15px;
  padding: 10px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-account .woocommerce form input.button:hover {
  background: #642bca;
}

.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.lost_reset_password {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  max-width: 450px;
  margin: 30px auto 0;
  padding: 30px 50px;
  border: 15px solid #f8f8f8;
}

.woocommerce-account .woocommerce form.login .form-row, .woocommerce-account .woocommerce form.lost_reset_password .form-row {
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce-account .woocommerce form.login .form-row label, .woocommerce-account .woocommerce form.lost_reset_password .form-row label {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce form.login .form-row label .required, .woocommerce-account .woocommerce form.lost_reset_password .form-row label .required {
  font-size: 14px;
  text-decoration: none;
}

.woocommerce-account .woocommerce form.login .form-row input, .woocommerce-account .woocommerce form.lost_reset_password .form-row input {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #909090;
  padding: 10px 20px;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce-account .woocommerce form.login .form-row input:hover, .woocommerce-account .woocommerce form.login .form-row input:focus, .woocommerce-account .woocommerce form.lost_reset_password .form-row input:hover, .woocommerce-account .woocommerce form.lost_reset_password .form-row input:focus {
  border-color: #e9e9e9;
}

.woocommerce-account .woocommerce form.login .form-row input.button, .woocommerce-account .woocommerce form.lost_reset_password .form-row input.button {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8657DB;
  margin-right: 15px;
  padding: 10px 30px;
}

.woocommerce-account .woocommerce form.login p.lost_password, .woocommerce-account .woocommerce form.lost_reset_password p.lost_password {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce form.login p.lost_password > a:hover, .woocommerce-account .woocommerce form.lost_reset_password p.lost_password > a:hover {
  color: #8657DB;
}

.woocommerce-account .woocommerce form.lost_reset_password {
  margin-top: 0;
}

.woocommerce-account .woocommerce form.lost_reset_password > p.form-row-first {
  width: 100%;
  margin-top: 30px;
}

/* ------ mini_cart -------*/
.mo-cart-header {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  right: 62px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mo-cart-header > a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  color: #8657DB;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mo-cart-header > a .cart_total {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 10px;
  color: #ffffff;
  background: #8657DB;
  position: absolute;
  right: 0;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.mo-cart-header > a:before, .mo-cart-header > a:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mo-cart-header > a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mo-cart-header > a.active {
  background: #8657DB;
}

.mo-cart-header > a.active .cart_total {
  color: #8657DB;
  background: #ffffff;
}

.mo-cart-header > a.active > i {
  opacity: 0;
}

.mo-cart-header > a.active:before, .mo-cart-header > a.active:after {
  width: 15px;
  opacity: 1;
}

.mo-cart-header:hover {
  background: #8657DB;
}

.mo-cart-header:hover > a, .mo-header-v2 .mo-cart-header > a {
  color: #ffffff;
}

.mo-cart-header:hover > a .cart_total {
  color: #8657DB;
  background: #ffffff;
}

.mo-header-v2 .mo-cart-header {
  right: 50px;
}
.mo-header-v2 .mo-cart-header > a {
  color: #333333;
}
.mo-header-v2 .mo-cart-header > a .cart_total {
  background: #333333;
}

.mo_mini_cart > a.mo-icon {
  color: #3c3c3c;
}

.mo_mini_cart > a.mo-icon:hover {
  color: #8657DB;
}

.mo_mini_cart > a.mo-icon:hover span.cart_total {
  color: #FFFFFF;
  background: #642bca;
}

ul.cart_list {
  padding: 0;
  list-style: none;
}

.mo-cart-content {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background: #fff;
  padding: 30px;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}

.mo-cart-content h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item {
  position: relative;
  padding: 8px 30px 8px 0;
  border-bottom: 1px solid #e9e9e9;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item > a {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.04em;
  display: block;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item > a > img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item > a.remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item > a:hover {
  color: #8657DB;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item:first-child {
  border-top: 1px solid #e9e9e9;
}

.mo-cart-content .cart_list.product_list_widget .mini_cart_item:hover > a > img {
  opacity: 0.7;
}

.mo-cart-content .total {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.mo-cart-content .total > strong {
  font-weight: 400;
}

.mo-cart-content .total > span {
  float: right;
}

.mo-cart-content .buttons {
  margin-bottom: 0;
}

.mo-cart-content .buttons > a.checkout {
  color: #8657DB;
  background: transparent;
  border: 1px solid #8657DB;
}

/*---------------*/
.woocommerce .woocommerce-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #555555;
  border-color: #8657DB;
}

.woocommerce .woocommerce-message > a {
  font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #303030;
}

.woocommerce .woocommerce-message > a:hover {
  color: #8657DB;
}

.woocommerce .woocommerce-message:before {
  color: #8657DB;
}

@media (max-width: 1199px) {
  .single-product .ro-reviews-content #review_form_wrapper .comment-form {
    width: 37%;
  }

  .single-product .ro-reviews-content #review_form_wrapper .comment-form > p.comment-form-comment {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .single-product .ro-reviews-content #review_form_wrapper .comment-form {
    width: 48%;
  }

  .single-product .ro-reviews-content #review_form_wrapper .comment-form > p.comment-form-comment {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .single-product .ro-reviews-content #review_form_wrapper .comment-form {
    width: 100%;
  }

  .single-product .ro-reviews-content #review_form_wrapper .comment-form > p.comment-form-comment {
    width: 100%;
    position: relative;
  }

  .single-product .ro-reviews-content #review_form_wrapper .comment-form > p.form-submit {
    position: relative;
    left: 0;
  }
}
@media (max-width: 479px) {
  .woocommerce-cart .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text, .woocommerce-cart .woocommerce table.shop_table tbody tr td.actions .coupon input.button {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-cart .woocommerce table.shop_table tbody tr td.actions > .button {
    width: 100%;
  }

  .mo_mini_cart .mo-cart-content {
    padding: 40px 20px;
  }
}
/* ------- woocommerce widget ----------*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  width: 75px;
  height: auto;
  margin: 0 15px 0 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}

.woocommerce a.remove, .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  left: auto;
  right: 0;
}

.woocommerce #respond input#submit, .woocommerce a.wc-forward, .woocommerce button.button, .woocommerce input.button, .mo-cart-content a.wc-forward {
  color: #fff;
  background-color: #8657DB;
  padding: 9px 20px  !important;
  font-weight: 400;
  border-radius: 50px !important;
  margin: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-width: 1px;
  margin: 5px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #642bca;
  color: #fff !important;
}

.woocommerce-product-search input[type=submit] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 8px 30px;
  outline: none;
  text-align: center;
  border: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #8657DB;
}
.woocommerce-product-search input[type=submit]:hover {
  background-color: #642bca;
  color: #fff;
}

.woocommerce span.reviewer {
  font-size: 12px;
}

.woocommerce-product-search .search-field {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 8px 20px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 10px 0;
}

h2.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}

.sidebar-left .widget.widget_product_categories > ul, .sidebar-right .widget.widget_product_categories > ul {
  margin: 0;
  padding: 0;
}

.sidebar-left .widget.widget_product_categories > ul li, .sidebar-right .widget.widget_product_categories > ul li {
  list-style: none;
  position: relative;
}

.sidebar-left .widget.widget_product_categories > ul li > a, .sidebar-right .widget.widget_product_categories > ul li > a {
  letter-spacing: 0;
  display: inline-block;
}

.sidebar-left .widget.widget_product_categories > ul li > a:before, .sidebar-right .widget.widget_product_categories > ul li > a:before {
  content: "\f178";
  font-family: FontAwesome;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  opacity: .2;
}

.sidebar-left .widget.widget_product_categories > ul li > span.count, .sidebar-right .widget.widget_product_categories > ul li > span.count {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  color: #474747;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-left .widget.widget_product_categories > ul li.current-cat > a, .sidebar-left .widget.widget_product_categories > ul li:hover > a, .sidebar-right .widget.widget_product_categories > ul li.current-cat > a, .sidebar-right .widget.widget_product_categories > ul li:hover > a {
  color: #8657DB;
}

.sidebar-left .widget.widget_product_categories > ul li.current-cat > a:before, .sidebar-left .widget.widget_product_categories > ul li:hover > a:before, .sidebar-right .widget.widget_product_categories > ul li.current-cat > a:before, .sidebar-right .widget.widget_product_categories > ul li:hover > a:before {
  color: #8657DB;
}

.sidebar-left .widget.widget_product_categories > ul li.current-cat > span.count, .sidebar-left .widget.widget_product_categories > ul li:hover > span.count, .sidebar-right .widget.widget_product_categories > ul li.current-cat > span.count, .sidebar-right .widget.widget_product_categories > ul li:hover > span.count {
  color: #8657DB;
  border-color: #8657DB;
}

.sidebar-left .widget.woo-filter-attribute ul, .sidebar-right .widget.woo-filter-attribute ul {
  margin: 0;
  padding: 0;
}

.sidebar-left .widget.woo-filter-attribute ul > li, .sidebar-right .widget.woo-filter-attribute ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 4px 15px;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a, .sidebar-right .widget.woo-filter-attribute ul > li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #8657DB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.blue, .sidebar-right .widget.woo-filter-attribute ul > li > a.blue {
  background: #0080ff;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.gray, .sidebar-right .widget.woo-filter-attribute ul > li > a.gray {
  background: #dadada;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.green, .sidebar-right .widget.woo-filter-attribute ul > li > a.green {
  background: #4dd737;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.orange, .sidebar-right .widget.woo-filter-attribute ul > li > a.orange {
  background: #ffa500;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.pink, .sidebar-right .widget.woo-filter-attribute ul > li > a.pink {
  background: #ff4d4f;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.red, .sidebar-right .widget.woo-filter-attribute ul > li > a.red {
  background: #b30000;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.violet, .sidebar-right .widget.woo-filter-attribute ul > li > a.violet {
  background: #8f00ff;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a.yellow, .sidebar-right .widget.woo-filter-attribute ul > li > a.yellow {
  background: #ffff00;
}

.sidebar-left .widget.woo-filter-attribute ul > li > a:hover, .sidebar-right .widget.woo-filter-attribute ul > li > a:hover {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper, .sidebar-right .widget.widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-top: 30px;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider {
  background: #e9e9e9;
  height: 5px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background: #909090;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #8657DB;
  border-color: #8657DB;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3c3c3c;
  background: #ffffff;
  padding: 8px 30px !important;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: auto;
  float: none;
  display: block;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  color: #ffffff;
  background: #8657DB;
  border-color: #8657DB;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #909090;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span {
  font-size: 13px;
}

.sidebar-left .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.from:after, .sidebar-right .widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.from:after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}

.sidebar-left .widget.widget_products ul, .sidebar-right .widget.widget_products ul {
  margin: 0;
  padding: 0;
}

.sidebar-left .widget.widget_products ul > li, .sidebar-right .widget.widget_products ul > li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0;
}

.sidebar-left .widget.widget_products ul > li > a, .sidebar-right .widget.widget_products ul > li > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.sidebar-left .widget.widget_products ul > li > a img, .sidebar-right .widget.widget_products ul > li > a img {
  float: left;
  width: 75px;
  height: auto;
  margin: 0 15px 0 0;
}

.sidebar-left .widget.widget_products ul > li > a:hover, .sidebar-right .widget.widget_products ul > li > a:hover {
  color: #8657DB;
}

.sidebar-left .widget.widget_products ul > li del:after, .sidebar-right .widget.widget_products ul > li del:after {
  content: "-";
  display: inline-block;
  margin-left: 2px;
}

.sidebar-left .widget.widget_products ul > li ins, .sidebar-right .widget.widget_products ul > li ins {
  text-decoration: none;
}

.sidebar-left .widget.widget_products ul > li .amount, .sidebar-right .widget.widget_products ul > li .amount {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #3c3c3c;
}

.sidebar-left .widget.widget_products ul > li:after, .sidebar-right .widget.widget_products ul > li:after {
  content: "";
  display: block;
  clear: both;
}

.sidebar-left .widget.widget_products ul > li:last-child, .sidebar-right .widget.widget_products ul > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mo-cart-header {
    top: 22px;
    right: 90px;
  }

  .mo-cart-content, .mo-col-menu .widget.header_search {
    top: 50px !important;
  }
}

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