/* ==========================================================================
   Global partials
   ========================================================================== */
/* common mixins - start */
/* common mixins - end */
/* mixins styles - start */
/* mixins styles - end */
/* ==========================================================================
   Shortcodes styles
   ========================================================================== */
/* ==========================================================================
   Accordions shortcode style - begin
   ========================================================================== */
.qodef-accordion-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-accordion-holder .qodef-accordion-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  padding: 47px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid transparent;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.qodef-accordion-holder .qodef-accordion-title:last-of-type {
  border-color: #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-width {
  position: relative;
  display: block;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-tab-title {
  display: block;
  line-height: inherit;
  padding-right: 30px;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 18px;
  margin: -1px 0 0;
  font-size: 25px;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_minus {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_plus {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_minus {
  opacity: 1;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_plus {
  opacity: 0;
}

.qodef-accordion-holder .qodef-accordion-title.ui-state-active {
  border-bottom: 1px solid #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-content {
  margin: 0;
  padding: 82px 0;
}

.qodef-accordion-holder .qodef-accordion-content:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.qodef-accordion-holder .qodef-accordion-content p {
  margin: 0;
}

.qodef-accordion-holder.qodef-full-width .qodef-accordion-title {
  padding: 13px 30px 13px 20px;
}

.qodef-accordion-holder.qodef-full-width .qodef-accordion-mark {
  right: 10px;
}

.qodef-accordion-holder.qodef-white-skin .qodef-accordion-title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.qodef-accordion-holder.qodef-white-skin .qodef-accordion-title.ui-state-active {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   Accordions shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Banner shortcode style - begin
   ========================================================================== */
.qodef-banner-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .qodef-banner-holder {
  cursor: pointer;
}

.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-text-holder {
  opacity: 1;
}

.qodef-banner-holder.qodef-visible-on-hover .qodef-banner-text-holder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-banner-holder.qodef-disabled .qodef-banner-text-holder {
  display: none;
}

.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder {
  padding: 70px 20px;
  text-align: center;
}

.qodef-banner-holder .qodef-banner-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-banner-holder .qodef-banner-image img {
  display: block;
}

.qodef-banner-holder .qodef-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  background-color: rgba(27, 27, 27, 0.4);
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .qodef-banner-holder .qodef-banner-text-holder {
    padding: 25px;
  }
}

.qodef-banner-holder .qodef-banner-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-banner-holder .qodef-banner-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.qodef-banner-holder .qodef-banner-subtitle {
  margin: 0 0 4px;
  color: #fff;
}

.qodef-banner-holder .qodef-banner-title {
  margin: 0;
  color: #fff;
}

.qodef-banner-holder .qodef-banner-title .qodef-banner-title-light {
  font-weight: 300;
}

.qodef-banner-holder .qodef-banner-link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0;
  color: #fff;
  line-height: 1em;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.qodef-banner-holder .qodef-banner-link-text:hover .qodef-banner-link-hover {
  width: 100%;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original span {
  color: inherit;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover span {
  color: #999;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon,
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
}

.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
  font-size: 14px;
  line-height: inherit;
}

.qodef-banner-holder .qodef-banner-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ==========================================================================
   Banner shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Button shortcode style - begin
   ========================================================================== */
.qodef-btn {
  font-family: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 15px 43px;
  cursor: pointer;
}

.qodef-btn.qodef-btn-dessau {
  padding: 0;
  min-height: 38px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus {
  background-color: #363636;
  border-radius: 20px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 38px;
  height: 38px;
  will-change: transform;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1,
.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1:before,
.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2:before {
  background-color: #dedede;
  content: '';
  -webkit-transition: background-color 0.3s 0.3s ease;
  -moz-transition: background-color 0.3s 0.3s ease;
  transition: background-color 0.3s 0.3s ease;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-1:before {
  width: 1px;
  height: 15px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-plus .qodef-btn-line-2:before {
  height: 1px;
  width: 15px;
}

.qodef-btn.qodef-btn-dessau .qodef-btn-text {
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #fff;
  padding: 10px 27px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.35em;
  font-size: 8px;
  display: inline-block;
}

.qodef-btn.qodef-btn-dessau:hover .qodef-btn-plus {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
}

.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: #363636;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-btn.qodef-btn-simple span:not(.qodef-btn-text) {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  transition: transform 0.3s cubic-bezier(0.04, 0.51, 0.13, 0.85);
}

.qodef-btn.qodef-btn-simple:hover span:not(.qodef-btn-text) {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
  color: #363636 !important;
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}

.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
  border-color: transparent !important;
}

.qodef-btn.qodef-btn-solid {
  color: #fff;
  background-color: #363636;
  border: 1px solid transparent;
  font-family: "Raleway", sans-serif;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-color):hover {
  color: #363636 !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):hover {
  background-color: transparent !important;
}

.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):hover {
  border-color: #363636 !important;
}

.qodef-btn.qodef-btn-outline {
  color: #363636;
  background-color: transparent;
  border: 1px solid #363636;
  font-family: "Raleway", sans-serif;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-color):hover {
  color: #fff !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):hover {
  background-color: #363636 !important;
}

.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):hover {
  border-color: #363636 !important;
}

.qodef-btn.qodef-btn-small {
  padding: 12px 36px;
}

.qodef-btn.qodef-btn-large {
  padding: 15px 66px;
}

.qodef-btn.qodef-btn-huge {
  display: block;
  text-align: center;
  padding: 15px 26px;
}

.qodef-btn.qodef-btn-icon > i,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0 10px !important;
  font-size: 1em;
  line-height: inherit;
}

.qodef-btn.qodef-btn-icon > i:before,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text):before {
  display: block;
  line-height: inherit;
}

/* ==========================================================================
   Button shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Call To Action shortcode style - begin
   ========================================================================== */
.qodef-call-to-action-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Layout Style - begin *****/
  /***** Layout Style - end *****/
  /***** Columns Space - begin *****/
  /***** Columns Space - end *****/
}

.qodef-call-to-action-holder .qodef-cta-text-holder,
.qodef-call-to-action-holder .qodef-cta-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-call-to-action-holder .qodef-cta-text-holder h1, .qodef-call-to-action-holder .qodef-cta-text-holder h2, .qodef-call-to-action-holder .qodef-cta-text-holder h3, .qodef-call-to-action-holder .qodef-cta-text-holder h4, .qodef-call-to-action-holder .qodef-cta-text-holder h5, .qodef-call-to-action-holder .qodef-cta-text-holder h6 {
  margin: 0;
}

.qodef-call-to-action-holder .qodef-cta-button-holder .qodef-btn {
  white-space: nowrap;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner {
  display: table;
}

.qodef-call-to-action-holder.qodef-normal-layout:not(.qodef-content-in-grid) .qodef-cta-inner {
  width: 100%;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
  display: table-cell;
  box-sizing: border-box;
}

.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
  text-align: right;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-inner {
  text-align: center;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
  width: 100%;
}

.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
  margin: 28px 0 0;
}

.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder,
.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-button-holder {
  width: 50%;
}

.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder {
  width: 66.66666666666667%;
}

.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder {
  width: 33.33333333333333%;
}

.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder {
  width: 75%;
}

.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder {
  width: 25%;
}

.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder {
  width: 80%;
}

.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder {
  width: 20%;
}

/* ==========================================================================
   Call To Action shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Clients Carousel shortcode style - begin
   ========================================================================== */
.qodef-clients-carousel-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-clients-carousel-holder.qodef-cc-border .qodef-cc-item {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.qodef-clients-carousel-holder .qodef-cc-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-clients-carousel-holder .qodef-cc-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .qodef-clients-carousel-holder .qodef-cc-item {
  cursor: pointer;
}

.qodef-clients-carousel-holder .qodef-cc-item img {
  display: block;
}

.qodef-clients-carousel-holder .qodef-cc-link {
  position: relative;
  vertical-align: top;
  display: block;
  cursor: -webkit-grab;
}

/***** Hover Types - begin *****/
.qodef-cc-hover-switch-images .qodef-cc-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-image {
  opacity: 0;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
  opacity: 1;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
  opacity: 0;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
  opacity: 1;
}

.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link .qodef-cc-hover-image {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-image {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.qodef-cc-hover-roll-over .qodef-cc-item {
  overflow: hidden;
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/***** Hover Types - end *****/
/* ==========================================================================
   Clients Carousel shortcode style - end
   ========================================================================== */
/* ==========================================================================
   clients Holder shortcode style - begin
   ========================================================================== */
.qodef-clients-grid-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.qodef-clients-grid-holder.qodef-cg-alignment-left {
  text-align: left;
}

.qodef-clients-grid-holder.qodef-cg-alignment-right {
  text-align: right;
}

.qodef-clients-grid-holder .qodef-cc-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* ==========================================================================
   clients Holder shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode style - begin
   ========================================================================== */
.qodef-countdown {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-amount,
.qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-period {
  color: #fff;
}

.qodef-countdown .countdown-rtl {
  direction: rtl;
}

.qodef-countdown .countdown-row {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  clear: both;
}

.qodef-countdown .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}

.qodef-countdown .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}

.qodef-countdown .countdown-row.countdown-show3 .countdown-section {
  width: 33.33333%;
}

.qodef-countdown .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}

.qodef-countdown .countdown-row.countdown-show5 .countdown-section {
  width: 20%;
}

.qodef-countdown .countdown-row.countdown-show6 .countdown-section {
  width: 16.66667%;
}

.qodef-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 5px;
  box-sizing: border-box;
}

.qodef-countdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  display: block;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  padding-bottom: 12px;
}

.qodef-countdown .countdown-row .countdown-section .countdown-period {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* ==========================================================================
   Countdown shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Counter shortcode style - begin
   ========================================================================== */
.qodef-counter-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.qodef-counter-holder .qodef-counter-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-counter-holder .qodef-counter {
  height: 1em;
  display: inline-block !important;
  vertical-align: middle;
  color: #1b1b1b;
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  overflow: hidden;
}

.qodef-counter-holder .qodef-counter-title {
  margin: 5px 0 0;
}

.qodef-counter-holder .qodef-counter-text {
  margin: 12px 0 0;
}

/* ==========================================================================
   Counter shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Custom Font shortcode style - begin
   ========================================================================== */
.qodef-custom-font-holder .qodef-cf-typed-wrap {
  width: 0;
  white-space: nowrap;
}

.qodef-custom-font-holder .qodef-cf-typed {
  display: inline-block;
}

.qodef-custom-font-holder .qodef-cf-typed span {
  display: none;
}

.qodef-custom-font-holder .qodef-cf-typed ~ .typed-cursor {
  display: inline-block;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ==========================================================================
   Custom Font shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Dropcaps shortcode style - begin
   ========================================================================== */
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  line-height: 50px;
  font-size: 35px;
  color: #1b1b1b;
  font-weight: 300;
  text-align: center;
  margin: 0 7px 0 0;
}

.qodef-dropcaps.qodef-square, .qodef-dropcaps.qodef-circle {
  height: 35px;
  width: 35px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
  background-color: #1b1b1b;
  margin: 6px 9px 0 0;
  box-sizing: border-box;
}

.qodef-dropcaps.qodef-circle {
  border-radius: 3em;
}

/* ==========================================================================
   Dropcaps shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Elements Holder shortcode style - begin
   ========================================================================== */
.qodef-elements-holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.qodef-elements-holder.qodef-eh-full-height {
  height: 100%;
}

.qodef-elements-holder.qodef-eh-lift {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.qodef-elements-holder.qodef-eh-lift:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-right .qodef-eh-item:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  content: "";
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  -moz-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-right.qodef-eh-item-animate .qodef-eh-item:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-left .qodef-eh-item:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  content: "";
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  -moz-transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
  transition: 1.5s cubic-bezier(0.27, 0.48, 0.15, 0.86);
}

.no-touch .qodef-elements-holder.qodef-eh-uncover-left.qodef-eh-item-animate .qodef-eh-item:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.no-touch .qodef-elements-holder.qodef-ehi-float .qodef-eh-item {
  float: left;
}

.qodef-elements-holder.qodef-two-columns .qodef-eh-item {
  width: 50%;
}

.qodef-elements-holder.qodef-three-columns .qodef-eh-item {
  width: 33.33333%;
}

.qodef-elements-holder.qodef-four-columns .qodef-eh-item {
  width: 25%;
}

.qodef-elements-holder.qodef-five-columns .qodef-eh-item {
  width: 20%;
}

.qodef-elements-holder.qodef-six-columns .qodef-eh-item {
  width: 16.66667%;
}

.qodef-elements-holder .qodef-eh-item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.qodef-elements-holder .qodef-eh-item.qodef-eh-shadow {
  box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
}

.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-top {
  vertical-align: top;
}

.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-bottom {
  vertical-align: bottom;
}

.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-center {
  text-align: center;
}

.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-right {
  text-align: right;
}

.qodef-elements-holder .qodef-eh-item .qodef-elements-holder-item-inner {
  width: 100%;
}

.qodef-elements-holder .qodef-ehi-content {
  padding: 0 20px;
}

/* ==========================================================================
   Elements Holder shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Frame Scroll Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-scroll-slider-holder-wrapper {
  width: 100vw;
  height: 100vh;
}

.qodef-frame-scroll-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 50px;
  height: 642px;
  width: 970px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qodef-frame-scroll-slider-holder .qodef-fs-device {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background: url("img/frame-slider.png") top center no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-frame-scroll-slider-holder .qodef-fs-inner {
  position: absolute;
  top: 4.7%;
  height: 530px;
  width: 965px;
}

.qodef-frame-scroll-slider-holder .qodef-fs-slides {
  width: 100%;
  height: 100%;
}

.qodef-frame-scroll-slider-holder .qodef-fs-slides a, .qodef-frame-scroll-slider-holder .qodef-fs-slides img {
  display: block;
}

.svg-scroll-down {
  display: flex;
  justify-content: center;
}

.svg-scroll-down svg {
  width: 150px;
  height: 115px;
}

.svg-scroll-down .svg-scroll-down-arrow {
  -webkit-animation: 2s move-down infinite;
  -moz-animation: 2s move-down infinite;
  animation: 2s move-down infinite;
}

.svg-scroll-down .svg-scroll-down-circle {
  -webkit-animation: 2s 0.2s move-down infinite;
  -moz-animation: 2s 0.2s move-down infinite;
  animation: 2s 0.2s move-down infinite;
}

@keyframes move-down {
  0%,
  20%,
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ==========================================================================
   Frame Scroll Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 75px;
  height: 505px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qodef-frame-slider-holder .qodef-fs-device {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background: url("img/frame-slider-laptop.png") top center no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-frame-slider-holder .qodef-fs-inner {
  position: absolute;
  top: 7.1%;
  height: 410px;
  width: 730px;
  padding-left: 3px;
}

.qodef-frame-slider-holder .qodef-fs-slides {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: -webkit-grab;
  visibility: hidden;
}

.qodef-frame-slider-holder .qodef-fs-slides a, .qodef-frame-slider-holder .qodef-fs-slides img {
  display: block;
}

.qodef-frame-slider-holder .owl-dots {
  display: block;
  width: 100%;
  margin-top: 73px;
  z-index: 123;
}

/* ==========================================================================
   Frame Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Image Slider shortcode style - begin
   ========================================================================== */
.qodef-full-screen-image-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}

.qodef-full-screen-image-slider.qodef-fsis-is-init {
  opacity: 1;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-nav .owl-prev {
  left: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-nav .owl-next {
  right: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-slider .owl-dots {
  bottom: -30px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-prev-nav {
  left: -100px;
}

.qodef-full-screen-image-slider.qodef-fsis-active .qodef-fsis-next-nav {
  right: -100px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  z-index: inherit;
}

.admin-bar .qodef-full-screen-image-slider .qodef-fsis-slider {
  height: calc(100vh - 32px);
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-stage-outer {
  overflow: visible;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev,
.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next {
  width: 40px;
  text-align: center;
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -moz-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev {
  left: 25px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-prev:hover {
  left: 15px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next {
  right: 25px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-nav .owl-next:hover {
  right: 15px;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: calc(8% - 14px);
  width: 100%;
  margin: 0;
  counter-reset: section;
  z-index: 3;
  -webkit-transition: bottom 0.4s ease;
  -moz-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot {
  margin: 0 14px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot:hover, .qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot.active {
  color: #1b1b1b;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot span {
  display: none;
}

.qodef-full-screen-image-slider .qodef-fsis-slider .owl-dots .owl-dot:after {
  counter-increment: section;
  content: "0" counter(section);
}

.qodef-full-screen-image-slider .qodef-fsis-thumb-nav {
  position: absolute;
  top: 20%;
  height: 60%;
  width: 100px;
  display: block;
  z-index: 1;
  background-position: 20% 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-prev-nav {
  left: 0;
  -webkit-transition: background 0.3s ease, left 0.4s ease;
  -moz-transition: background 0.3s ease, left 0.4s ease;
  transition: background 0.3s ease, left 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-next-nav {
  right: 0;
  -webkit-transition: background 0.3s ease, right 0.4s ease;
  -moz-transition: background 0.3s ease, right 0.4s ease;
  transition: background 0.3s ease, right 0.4s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-slider-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.qodef-full-screen-image-slider .qodef-fsis-slider-mask.qodef-drag {
  z-index: 2;
}

.qodef-full-screen-image-slider .qodef-fsis-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  overflow: hidden;
}

.admin-bar .qodef-full-screen-image-slider .qodef-fsis-item {
  height: calc(100vh - 32px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-top {
  top: -2%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-left {
  left: 9%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-image-right {
  right: 14%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-title,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-content-image-init .qodef-fsis-subtitle {
  top: 0;
  opacity: 1;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-top {
  top: calc(-2% - 10px);
  left: calc(28% - 20px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-left {
  bottom: calc(2% - 20px);
  left: calc(9% - 10px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-image-right {
  bottom: calc(7% - 20px);
  right: calc(14% - 10px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-top,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-bottom {
  height: 18%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-left,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-image-hover .qodef-fsis-frame-right {
  width: 18%;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-top {
  top: calc(-2% - 25px);
  left: calc(28% - 50px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-left {
  bottom: calc(2% - 50px);
  left: calc(9% - 25px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-image-right {
  bottom: calc(7% - 50px);
  right: calc(14% - 25px);
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-top,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-bottom {
  height: 0;
}

.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-left,
.qodef-full-screen-image-slider .qodef-fsis-item.qodef-fsis-active-image .qodef-fsis-frame-right {
  width: 0;
}

.qodef-full-screen-image-slider .qodef-fsis-image-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-full-screen-image-slider .qodef-fsis-image-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.qodef-full-screen-image-slider .qodef-fsis-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.qodef-full-screen-image-slider .qodef-fsis-content-image {
  position: absolute;
}

.qodef-full-screen-image-slider .qodef-fsis-content-image img {
  width: auto;
  max-width: 600px;
}

.qodef-full-screen-image-slider .qodef-fsis-image-top {
  top: -50%;
  left: 28%;
  -webkit-transform: rotate(-23deg);
  -moz-transform: rotate(-23deg);
  transform: rotate(-23deg);
  -webkit-transition: top 0.8s ease, left 0.8s ease;
  -moz-transition: top 0.8s ease, left 0.8s ease;
  transition: top 0.8s ease, left 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-image-left {
  bottom: 2%;
  left: -50%;
  -webkit-transform: rotate(-10.5deg);
  -moz-transform: rotate(-10.5deg);
  transform: rotate(-10.5deg);
  -webkit-transition: bottom 0.8s ease, left 0.8s ease;
  -moz-transition: bottom 0.8s ease, left 0.8s ease;
  transition: bottom 0.8s ease, left 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-image-right {
  bottom: 7%;
  right: -50%;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: bottom 0.8s ease, right 0.8s ease;
  -moz-transition: bottom 0.8s ease, right 0.8s ease;
  transition: bottom 0.8s ease, right 0.8s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-title {
  position: relative;
  top: 15px;
  margin: 0;
  padding: 0 12%;
  line-height: 1.2em;
  color: #fff;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -moz-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  transition: opacity 0.2s ease-in, top 0.3s ease-in;
}

.qodef-full-screen-image-slider .qodef-fsis-subtitle {
  position: relative;
  top: 25px;
  margin: 20px 0 0;
  padding: 0 14%;
  color: #fff;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -moz-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  transition: opacity 0.2s ease-in, top 0.3s ease-in;
}

.qodef-full-screen-image-slider .qodef-fsis-frame {
  position: fixed;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-left {
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}

.qodef-full-screen-image-slider .qodef-fsis-frame-right {
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}

/* ==========================================================================
   Full Screen Image Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Sections shortcode style - begin
   ========================================================================== */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-auto-height.qodef-fss-item,
.fp-auto-height .qodef-fss-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.qodef-fss-item,
.fp-responsive .fp-auto-height-responsive .qodef-fss-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

#fp-nav {
  position: fixed;
  top: 50%;
  right: 40px;
  margin: -32px 0 0;
  z-index: 1001;
}

@media only screen and (max-width: 1024px) {
  #fp-nav {
    right: 30px;
  }
}

#fp-nav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0;
}

#fp-nav ul li a {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  background-color: rgba(80, 80, 80, 0.3);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#fp-nav ul li a.active, #fp-nav ul li a:hover {
  background-color: rgba(80, 80, 80, 0.7);
}

.qodef-light-header #fp-nav ul li a span {
  background-color: rgba(255, 255, 255, 0.3);
}

.qodef-light-header #fp-nav ul li a.active span, .qodef-light-header #fp-nav ul li a:hover span {
  background-color: #fff;
}

.qodef-dark-header #fp-nav ul li a span {
  background-color: rgba(0, 0, 0, 0.3);
}

.qodef-dark-header #fp-nav ul li a.active span, .qodef-dark-header #fp-nav ul li a:hover span {
  background-color: #000;
}

#fp-nav ul li a span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.qodef-full-screen-sections {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-full-screen-sections .qodef-fss-wrapper {
  visibility: hidden;
}

.qodef-full-screen-sections .qodef-fss-item {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.qodef-full-screen-sections .qodef-fss-item.active {
  transform: scale(0.92);
}

.qodef-full-screen-sections .qodef-fss-item.active.fp-completely {
  transform: scale(1);
}

.qodef-full-screen-sections .qodef-fss-item.fp-completely:not(.active) {
  transform: scale(0.92);
}

.qodef-full-screen-sections .qodef-fss-item .fp-scroller > .vc_column_container {
  padding: 0;
  margin: 0;
}

.qodef-full-screen-sections .qodef-fss-item .fp-scroller > .vc_column_container > .vc_column-inner {
  padding: 0;
  margin: 0;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-va-top .qodef-fss-item-inner {
  vertical-align: top;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-va-bottom .qodef-fss-item-inner {
  vertical-align: bottom;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-left .qodef-fss-item-inner {
  text-align: left;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-center .qodef-fss-item-inner {
  text-align: center;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-ha-right .qodef-fss-item-inner {
  text-align: right;
}

.qodef-full-screen-sections .qodef-fss-item.qodef-fss-item-has-link .qodef-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5%;
  box-sizing: border-box;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-inner a {
  position: relative;
  z-index: 2;
}

.qodef-full-screen-sections .qodef-fss-item .qodef-fss-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-full-screen-sections .qodef-fss-nav-holder {
  position: fixed;
  bottom: 48px;
  left: 57px;
  display: block;
  width: 55px;
  text-align: center;
  visibility: hidden;
  z-index: 1001;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a {
  display: block;
  font-size: 55px;
  line-height: 0.9;
  color: #1b1b1b;
  height: auto;
  opacity: 1;
  -webkit-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  transition: color 0.2s ease-out, opacity 0.25s ease-out;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(27, 27, 27, 0.7);
}

.qodef-light-header .qodef-full-screen-sections .qodef-fss-nav-holder a {
  color: #fff;
}

.qodef-light-header .qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.qodef-dark-header .qodef-full-screen-sections .qodef-fss-nav-holder a {
  color: #000;
}

.qodef-dark-header .qodef-full-screen-sections .qodef-fss-nav-holder a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.qodef-full-screen-sections .qodef-fss-nav-holder a span {
  display: block;
  line-height: inherit;
}

.qodef-full-screen-sections .qodef-fss-nav-holder a span:before {
  display: block;
  line-height: inherit;
}

@media only screen and (max-width: 1024px) {
  .qodef-full-screen-sections .qodef-fss-nav-holder {
    bottom: 28px;
    left: 37px;
  }
}

/* ==========================================================================
   Full Screen Sections shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Google Map shortcode style - begin
   ========================================================================== */
.qodef-google-map-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-google-map-holder .qodef-google-map {
  display: block;
  width: 100%;
  height: 300px;
}

.qodef-google-map-holder .qodef-google-map iframe,
.qodef-google-map-holder .qodef-google-map object,
.qodef-google-map-holder .qodef-google-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map-holder .qodef-google-map img {
  max-width: none;
}

.qodef-google-map-holder .qodef-snazzy-map {
  display: none;
}

.qodef-google-map-holder .qodef-google-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

/* ==========================================================================
   Google Map shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon List Item shortcode style - begin
   ========================================================================== */
.qodef-icon-list-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}

.qodef-icon-list-holder .qodef-il-icon-holder,
.qodef-icon-list-holder .qodef-il-text {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.qodef-icon-list-holder .qodef-il-icon-holder {
  width: 1%;
}

.qodef-icon-list-holder .qodef-il-icon-holder > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #1b1b1b;
  font-size: 17px;
  line-height: inherit;
}

.qodef-icon-list-holder .qodef-il-icon-holder > *:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-list-holder .qodef-il-text {
  width: 99%;
  padding: 0 0 0 13px;
  box-sizing: border-box;
}

/* ==========================================================================
   Icon List Item shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon With Text shortcode style - begin
   ========================================================================== */
.qodef-iwt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-iwt .qodef-iwt-icon a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode {
  line-height: 1;
}

.qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-circle, .qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-square, .qodef-iwt .qodef-iwt-icon .qodef-icon-shortcode.qodef-dropcaps.qodef-circle {
  line-height: 2;
}

.qodef-iwt .qodef-iwt-title {
  margin: 0;
  line-height: 1.2em;
}

.qodef-iwt .qodef-iwt-title a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-iwt .qodef-iwt-title-text {
  display: block;
}

.qodef-iwt .qodef-iwt-text {
  margin: 14px 0 0;
}

.qodef-iwt.qodef-iwt-icon-left {
  width: auto;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon,
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
  display: table-cell;
  vertical-align: top;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
  position: relative;
  top: 1px;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon img {
  max-width: none;
}

.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
  padding: 0 0 0 13px;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon,
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon .qodef-icon-element {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon img {
  max-width: none;
}

.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
  padding: 0 0 0 17px;
}

.qodef-iwt.qodef-iwt-icon-top {
  text-align: center;
}

.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
  padding: 23px 0 0;
}

/* ==========================================================================
   Icon With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon shortcode style - begin
   ========================================================================== */
.qodef-icon-shortcode {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.qodef-iwt .qodef-icon-shortcode:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

.qodef-icon-shortcode.qodef-circle, .qodef-icon-shortcode.qodef-square, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #999;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.qodef-icon-shortcode.qodef-circle a, .qodef-icon-shortcode.qodef-square a, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.qodef-icon-shortcode.qodef-circle .qodef-icon-element, .qodef-icon-shortcode.qodef-square .qodef-icon-element, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle .qodef-icon-element {
  color: #fff;
  line-height: inherit;
}

.qodef-icon-shortcode.qodef-circle {
  border-radius: 50%;
}

.qodef-icon-shortcode .qodef-icon-element {
  display: block;
  line-height: inherit;
}

.qodef-icon-shortcode .qodef-icon-element:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-animation-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.qodef-icon-animation-holder.qodef-icon-animation-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-icon-tiny {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.qodef-icon-small {
  font-size: 2em;
}

.qodef-icon-medium {
  font-size: 3em;
}

.qodef-icon-large {
  font-size: 4em;
}

.qodef-icon-huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image Gallery shortcode style - begin
   ========================================================================== */
.qodef-image-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Image Gallery Masonry Style - begin *****/
  /***** Image Gallery Masonry Style - end *****/
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.qodef-image-gallery.qodef-has-shadow .qodef-ig-image-inner {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer, .qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer {
  padding: 0 0 20px;
}

.qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .qodef-ig-image, .qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .qodef-ig-image {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-image-gallery .qodef-ig-image a, .qodef-image-gallery .qodef-ig-image img {
  position: relative;
  display: block;
}

.qodef-image-gallery .qodef-ig-image-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-gallery .qodef-ig-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item .qodef-ig-image-inner,
.qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item a {
  height: 100%;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:hover:after {
  opacity: 1;
}

.qodef-image-gallery.qodef-image-behavior-custom-link .qodef-ig-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:hover:after {
  opacity: 1;
}

.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.touch .qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image {
  cursor: pointer;
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image .qodef-ig-image-inner {
  overflow: hidden;
}

.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  overflow: hidden;
}

.touch .qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
  cursor: pointer;
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image Info Section shortcode style - begin
   ========================================================================== */
.qodef-image-info-section-holder {
  display: flex;
  align-items: center;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.qodef-image-info-section-holder.qodef-has-border .qodef-iis-text-inner {
  box-sizing: border-box;
  padding: 84px 80px 94px;
  position: relative;
}

.qodef-image-info-section-holder.qodef-has-border.qodef-iis-item-animate-border .qodef-iis-text-inner:before {
  -webkit-animation: top-right-left 2s ease-in-out forwards;
  -moz-animation: top-right-left 2s ease-in-out forwards;
  animation: top-right-left 2s ease-in-out forwards;
}

.qodef-image-info-section-holder.qodef-has-border.qodef-iis-item-animate-border .qodef-iis-text-inner:after {
  -webkit-animation: bottom 2s ease-in-out forwards;
  -moz-animation: bottom 2s ease-in-out forwards;
  animation: bottom 2s ease-in-out forwards;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner {
  border-left: none;
  padding: 84px 80px 94px;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #363636;
  border-right: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-left-side .qodef-iis-text-inner:after {
  content: "";
  position: absolute;
  bottom: -6px;
  padding-left: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side {
  flex-direction: row-reverse;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner {
  border-right: none;
  padding: 84px 80px 94px;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #363636;
  border-left: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side .qodef-iis-text-inner:after {
  content: "";
  position: absolute;
  bottom: -6px;
  padding-left: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #363636;
  visibility: hidden;
  z-index: -23;
}

.qodef-image-info-section-holder.qodef-image-on-right-side:not(.qodef-has-border) .qodef-iis-text-inner {
  padding: 84px 80px 94px 0;
}

.qodef-image-info-section-holder .qodef-iis-image,
.qodef-image-info-section-holder .qodef-iis-text-holder {
  width: 50%;
}

.qodef-image-info-section-holder .qodef-iis-image .qodef-iis-image-inner {
  width: 100%;
}

.qodef-image-info-section-holder .qodef-iis-image a, .qodef-image-info-section-holder .qodef-iis-image img {
  position: relative;
  display: block;
}

.qodef-image-info-section-holder .qodef-iis-text-holder {
  text-align: left;
  align-self: center;
}

.qodef-image-info-section-holder .qodef-iis-title {
  margin: 0;
}

.qodef-image-info-section-holder .qodef-iis-text {
  margin: 18px 0 0;
}

.qodef-image-info-section-holder .qodef-iis-button {
  margin-top: 27px;
}

.qodef-image-info-section-holder.qodef-image-behavior-custom-link .qodef-iis-image {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.qodef-image-info-section-holder.qodef-image-behavior-custom-link .qodef-iis-image:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

.qodef-image-info-section-holder.qodef-image-behavior-lightbox .qodef-iis-image a:hover:after {
  opacity: 1;
}

.qodef-image-info-section-holder.qodef-image-behavior-lightbox .qodef-iis-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image {
  overflow: hidden;
}

.touch .qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image {
  cursor: pointer;
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-image-info-section-holder.qodef-image-behavior-zoom .qodef-iis-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image {
  overflow: hidden;
}

.touch .qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image {
  cursor: pointer;
}

.qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-info-section-holder.qodef-image-behavior-grayscale .qodef-iis-image img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@keyframes bottom {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes top-right-left {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    padding-top: 5px;
    visibility: visible;
  }
  75% {
    padding-top: 5px;
    visibility: visible;
  }
  100% {
    padding-top: 5px;
    visibility: visible;
  }
}

/* ==========================================================================
   Image Info Section shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image With Text shortcode style - begin
   ========================================================================== */
.qodef-image-with-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
}

.qodef-image-with-text-holder.qodef-has-shadow .qodef-iwt-image {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.08);
}

.qodef-image-with-text-holder .qodef-iwt-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-with-text-holder .qodef-iwt-image a, .qodef-image-with-text-holder .qodef-iwt-image img {
  position: relative;
  display: block;
}

.qodef-image-with-text-holder .qodef-iwt-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-image-with-text-holder .qodef-iwt-title {
  margin: 32px 0 0;
}

.qodef-image-with-text-holder .qodef-iwt-text {
  margin: 0;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:hover:after {
  opacity: 1;
}

.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
  overflow: hidden;
}

.touch .qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
  cursor: pointer;
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
  overflow: hidden;
}

.touch .qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
  cursor: pointer;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Pie Chart shortcode style - begin
   ========================================================================== */
.qodef-pie-chart-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.qodef-pie-chart-holder .qodef-pc-percentage {
  position: relative;
  display: block;
  height: 176px;
  width: 176px;
  line-height: 176px;
  text-align: center;
  margin: 0 auto;
}

.qodef-pie-chart-holder .qodef-pc-percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #1b1b1b;
  font-size: 35px;
  line-height: inherit;
  font-weight: 300;
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
  position: relative;
  top: -15px;
  content: '%';
  font-size: 15px;
}

.qodef-pie-chart-holder .qodef-pc-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0;
}

.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-title {
  margin: 0;
}

.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Pie Chart shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Pricing Tables shortcode style - begin
   ========================================================================== */
.qodef-pricing-tables {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-price-table .qodef-pt-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-shadow: 0 2px 3.55px 1.45px rgba(62, 62, 62, 0.1);
  background-color: #fff;
}

.qodef-price-table .qodef-pt-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qodef-price-table .qodef-pt-inner ul li {
  margin: 0;
  padding: 17px 30px;
  text-align: center;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder {
  position: relative;
  color: #1b1b1b;
  font-size: 25px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-family: "Raleway", sans-serif;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
  display: block;
  padding: 42px 0 5px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices {
  position: relative;
  padding: 10px 15px 15px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
  position: relative;
  vertical-align: middle;
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
  color: #1b1b1b;
  letter-spacing: 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
  position: relative;
  display: block;
  margin: 1px 0 0;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content {
  padding: 16px 35px 8px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button {
  padding: 10px 15px 58px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button .qodef-btn-simple .qodef-btn-text:after {
  content: '\e87a';
  position: relative;
  display: inline-block;
  top: 1px;
  font-family: "Linearicons-Free";
  font-size: 15px;
  padding-left: 10px;
}

@keyframes movePricingArrow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button .qodef-btn-simple:hover .qodef-btn-text:after {
  -webkit-animation: movePricingArrow 0.5s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  -moz-animation: movePricingArrow 0.5s cubic-bezier(0.04, 0.51, 0.13, 0.85);
  animation: movePricingArrow 0.5s cubic-bezier(0.04, 0.51, 0.13, 0.85);
}

.qodef-price-table.qodef-eh-lift {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.qodef-price-table.qodef-eh-lift:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* ==========================================================================
   Pricing Tables shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Process shortcode style - begin
   ========================================================================== */
.qodef-process-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-process-holder.qodef-two-columns .qodef-mark-horizontal-holder .qodef-process-mark {
  width: 50%;
}

.qodef-process-holder.qodef-two-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 50%;
}

.qodef-process-holder.qodef-two-columns .qodef-process-item {
  width: 50%;
}

.qodef-process-holder.qodef-three-columns .qodef-mark-horizontal-holder .qodef-process-mark {
  width: 33.33333%;
}

.qodef-process-holder.qodef-three-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 33.33333%;
}

.qodef-process-holder.qodef-three-columns .qodef-process-item {
  width: 33.33333%;
}

.qodef-process-holder.qodef-four-columns .qodef-mark-horizontal-holder .qodef-process-mark {
  width: 25%;
}

.qodef-process-holder.qodef-four-columns .qodef-mark-vertical-holder .qodef-process-mark {
  height: 25%;
}

.qodef-process-holder.qodef-four-columns .qodef-process-item {
  width: 25%;
}

.qodef-process-holder.qodef-process-appeared .qodef-process-circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-process-holder.qodef-process-appeared .qodef-mark-horizontal-holder .qodef-process-line {
  width: 100%;
}

.qodef-process-holder.qodef-process-appeared .qodef-mark-vertical-holder .qodef-process-line {
  height: 100%;
}

.qodef-process-holder.qodef-process-appeared .qodef-process-item {
  opacity: 1;
}

.qodef-process-holder .qodef-mark-horizontal-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-mark {
  float: left;
}

.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-line {
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.4s ease 0.1s;
  -moz-transition: width 0.4s ease 0.1s;
  transition: width 0.4s ease 0.1s;
}

.qodef-process-holder .qodef-mark-vertical-holder {
  position: absolute;
  top: 26px;
  left: 0;
  display: none;
  width: 46px;
  height: 100%;
}

.qodef-process-holder .qodef-mark-vertical-holder .qodef-process-line {
  top: 23px;
  left: 50%;
  width: 1px;
  height: 0;
  -webkit-transition: height 0.4s ease 0.1s;
  -moz-transition: height 0.4s ease 0.1s;
  transition: height 0.4s ease 0.1s;
}

.qodef-process-holder .qodef-process-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.qodef-process-holder .qodef-process-mark:last-child .qodef-process-line {
  display: none;
}

.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-circle {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-line {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-circle {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-line {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-circle {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-line {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.qodef-process-holder .qodef-process-circle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  background-color: #999;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  -moz-transition: opacity .2s ease, -moz-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.qodef-process-holder .qodef-process-line {
  position: absolute;
  background-color: #999;
}

.qodef-process-holder .qodef-process-inner {
  margin: 0 -15px;
}

.qodef-process-holder .qodef-process-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 15px;
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.qodef-process-holder .qodef-process-item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.qodef-process-holder .qodef-process-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.qodef-process-holder .qodef-process-item:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.qodef-process-holder .qodef-pi-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 26px 0 10px;
}

.qodef-process-holder .qodef-pi-title {
  margin: 0;
}

.qodef-process-holder .qodef-pi-text {
  margin: 11px 0 0;
}

/* ==========================================================================
   Process shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Progress Bar shortcode style - begin
   ========================================================================== */
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-progress-bar.qodef-pb-percent-floating {
  width: 100%;
  height: 100%;
}

.qodef-progress-bar.qodef-pb-percent-floating .qodef-pb-percent {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-progress-bar .qodef-pb-title-holder {
  position: relative;
  margin: 10px 0 4px;
}

.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.qodef-progress-bar .qodef-pb-percent {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0;
}

.qodef-progress-bar .qodef-pb-percent:after {
  content: '%';
}

.qodef-progress-bar .qodef-pb-content-holder {
  position: relative;
  height: 3px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
  height: 3px;
  max-width: 100%;
  overflow: hidden;
  background-color: #1b1b1b;
}

/* ==========================================================================
   Progress Bar shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode styles - begin
   ========================================================================== */
.qodef-section-title-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 30px 55px 33px;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line:before {
  content: '';
  background-color: #000;
  position: absolute;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before, .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 13px;
  width: 1px;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before, .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before {
  left: 0;
  top: 0;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before, .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  right: 0;
  bottom: 0;
}

.qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before, .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  height: 1px;
  width: 13px;
}

.qodef-section-title-holder.qodef-st-corners.qodef-st-light-skin .qodef-corner-line:before {
  background-color: #fff;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-inner {
  margin: 0 -5px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-text {
  padding: 0 5px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-inner {
  margin: 0 -10px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-text {
  padding: 0 10px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-inner {
  margin: 0 -15px;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-text {
  padding: 0 15px;
}

.qodef-section-title-holder.qodef-st-two-columns .qodef-st-title,
.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-title {
  text-align: right;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-text {
  text-align: left;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-title {
  float: right;
  text-align: left;
}

.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-text {
  text-align: right;
}

.qodef-section-title-holder .qodef-st-title {
  display: block;
  margin: 0;
}

.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
  font-weight: 700;
}

.qodef-section-title-holder .qodef-st-title .qodef-st-title-light {
  font-weight: 300;
}

.qodef-section-title-holder .qodef-st-text {
  display: block;
  margin: 19px 0 0;
  font-size: 18px;
  line-height: 30px;
}

.qodef-section-title-holder p.qodef-st-text {
  font-size: inherit;
  line-height: inherit;
}

.no-touch .qodef-section-title-holder .qodef-st-title, .no-touch .qodef-section-title-holder .qodef-st-text {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-1:before, .no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-3:before, .no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  right: 0;
  bottom: 0;
}

.no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-2:before, .no-touch .qodef-section-title-holder.qodef-st-corners .qodef-corner-line.line-4:before {
  background-color: transparent;
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-title, .no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-title {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate .qodef-st-text {
  -webkit-transition: 0.5s 0.2s;
  -moz-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-1:before, .no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-3:before, .no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-2:before, .no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners.qodef-st-light-skin .qodef-corner-line.line-4:before {
  background-color: #fff !important;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-1:before, .no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-3:before {
  height: 13px;
  width: 1px;
  background-color: #000;
  border-left-width: 0px;
  border-left-color: transparent;
  -webkit-transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
  -moz-transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
  transition: width 0.5s, height 0.5s 0.4s, background-color 0.5s 0.4s, border-left-width 0.1s 0.4s, border-left-color 0.1s 0.4s;
}

.no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-2:before, .no-touch .qodef-section-title-holder.qodef-st-animate.qodef-st-corners .qodef-corner-line.line-4:before {
  height: 1px;
  width: 13px;
  background-color: #000;
  -webkit-transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
  -moz-transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
  transition: width 0.5s, height 0.5s 0.3s, background-color 0.5s 0.4s, border-right 0.1s;
}

/* ==========================================================================
   Section Title shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Separator shortcode style - begin
   ========================================================================== */
.qodef-separator-holder {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1em;
}

.qodef-separator-holder.qodef-separator-center {
  text-align: center;
}

.qodef-separator-holder.qodef-separator-left {
  text-align: left;
}

.qodef-separator-holder.qodef-separator-right {
  text-align: right;
}

.qodef-separator-holder.qodef-separator-full-width .qodef-separator {
  width: 100% !important;
}

.qodef-separator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}

/* ==========================================================================
   Separator shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Single Image shortcode style - begin
   ========================================================================== */
.qodef-single-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Custom Link Behavior Style - begin *****/
  /***** Custom Link Behavior Style - end *****/
  /***** Lightbox Behavior Style - begin *****/
  /***** Lightbox Behavior Style - end *****/
  /***** Zoom Behavior Style - begin *****/
  /***** Zoom Behavior Style - end *****/
  /***** Grayscale Behavior Style - begin *****/
  /***** Grayscale Behavior Style - end *****/
  /***** Moving Behavior Style - begin *****/
  /***** Moving Behavior Style - end *****/
}

.qodef-single-image-holder.qodef-has-shadow .qodef-si-inner {
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-single-image-holder .qodef-si-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-single-image-holder .qodef-si-inner a, .qodef-single-image-holder .qodef-si-inner img {
  position: relative;
  display: block;
}

.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:hover:after {
  opacity: 1;
}

.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:hover:after {
  opacity: 1;
}

.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  overflow: hidden;
}

.touch .qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
  overflow: hidden;
}

.touch .qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner img {
  filter: url("img/desaturate.svg#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  overflow: hidden;
  padding: 10% 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 120%;
  -webkit-transition: background 0.7s ease-out;
  -moz-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner:hover {
  background-position: 90% center;
}

.touch .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
  cursor: pointer;
}

.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
  z-index: -1;
  max-width: 80%;
}

@media only screen and (max-width: 1024px) {
  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
    padding: 0;
    background: none;
  }
  .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
    z-index: inherit;
    max-width: 100%;
  }
}

/* ==========================================================================
   Single Image shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode style - begin
   ========================================================================== */
.qodef-social-share-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List type - begin
========================================================================== */
.qodef-social-share-holder.qodef-list .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #1b1b1b;
  font-weight: 600;
}

.qodef-social-share-holder.qodef-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 4px 13px 3px 0;
}

.qodef-social-share-holder.qodef-list li:last-child {
  margin: 4px 0 3px;
}

.qodef-social-share-holder.qodef-list li a {
  font-size: 14px;
  color: #858585;
}

.qodef-social-share-holder.qodef-list li a:hover {
  color: #cfcfcf;
}

/* List type - end
========================================================================== */
/* Dropdown type - begin
========================================================================== */
.qodef-social-share-holder.qodef-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
  display: block;
  color: #1b1b1b;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .social_share {
  font-size: 12px;
  color: #1b1b1b;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover {
  color: #999;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover .social_share {
  color: inherit;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
  position: relative;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
  width: 88px;
  height: 28px;
  line-height: 28px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 12px;
  color: #1b1b1b;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:not(:first-child) {
  border-top: none;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-facebook-share:hover {
  background-color: #3b5998;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-twitter-share:hover {
  background-color: #00aced;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-google_plus-share:hover {
  background-color: #dd4b39;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-linkedin-share:hover {
  background-color: #007bb5;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-tumblr-share:hover {
  background-color: #32506d;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-pinterest-share:hover {
  background-color: #cb2027;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-vk-share:hover {
  background-color: #45668e;
  color: #fff;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li a {
  color: inherit !important;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(1) {
  bottom: -28px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(2) {
  bottom: -56px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(3) {
  bottom: -84px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(4) {
  bottom: -112px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(5) {
  bottom: -140px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(6) {
  bottom: -168px;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(7) {
  bottom: -196px;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
}

/* Dropdown type - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Split Section styles - begin
   ========================================================================== */
.qodef-ss-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-ss-holder.qodef-ss-image-right .qodef-ss-image {
  left: 50%;
}

.qodef-ss-holder.qodef-ss-image-right .qodef-ss-content {
  left: 0;
}

.qodef-ss-holder .qodef-ss-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.qodef-ss-holder .qodef-ss-image img {
  display: none;
}

.qodef-ss-holder .qodef-ss-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 50%;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.qodef-ss-holder .qodef-ss-title {
  margin: 0;
}

.qodef-ss-holder .qodef-ss-text {
  margin: 14px 0 0;
}

.qodef-ss-holder .qodef-ss-link {
  margin: 25px 0 0;
}

/* ==========================================================================
   Split Section styles - end
   ========================================================================== */
/* ==========================================================================
   Tabs shortcode style - begin
   ========================================================================== */
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-tabs .qodef-tabs-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-tabs .qodef-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.qodef-tabs .qodef-tabs-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 13px 15px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-tabs .qodef-tab-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-tabs .qodef-tab-container p {
  margin: 0;
}

.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
  padding: 7px 26px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #1b1b1b;
  background-color: #f6f6f6;
}

.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a {
  color: #fff;
  background-color: #999;
}

.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
  margin: 25px 0 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li {
  margin: 0 12px 0 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a {
  padding: 7px 26px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #363636;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-hover a {
  color: #fff;
  background-color: #999;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-boxed .qodef-tab-container {
  margin: 25px 0 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav {
  border-bottom: 1px solid #e5e5e5;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li {
  margin: 0 15px 0 0;
  float: none;
  display: inline-block;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:after {
  display: inline-block;
  content: "\002b";
  font-size: 22px;
  margin: 16px 16px 12px 0;
  top: 5px;
  text-align: center;
  width: 15px;
  position: relative;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-tabs-active:after {
  content: "\2013";
  top: 2px;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-hover a {
  color: #1b1b1b;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tab-container {
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
}

.qodef-tabs.qodef-tabs-vertical {
  display: table;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li {
  display: block;
  float: none;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a {
  font-size: 18px;
  line-height: 26px;
  color: #999;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li:after {
  display: inline-block;
  content: "\002b";
  font-size: 22px;
  margin: 16px 16px 12px 0;
  top: 5px;
  text-align: center;
  width: 15px;
  position: relative;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-tabs-active:after {
  content: "\2013";
  top: 2px;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-hover a {
  color: #1b1b1b;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li:last-child {
  margin: 0;
}

.qodef-tabs.qodef-tabs-vertical .qodef-tab-container {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 140px);
  height: 100%;
  padding: 10px 0 0 35px;
  box-sizing: border-box;
}

.ui-widget-content {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-header {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: initial;
  background: none;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-tabs-nav li {
  position: initial;
  font-weight: inherit;
  color: inherit;
  background: initial;
  border: 0;
  border-radius: 0;
}

.ui-widget-content .ui-widget-content {
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

/* ==========================================================================
   Tabs shortcode style - end
   ========================================================================== */
/* ==========================================================================
# Team carousel - begin
	========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-team-carousel-holder .qodef-owl-slider .owl-nav {
    display: none;
  }
}

.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-prev {
  left: -50px;
}

.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-next {
  right: -50px;
}

/* ==========================================================================
# Team carousel - end
	========================================================================== */
/* ==========================================================================
   Team shortcode style - begin
   ========================================================================== */
.qodef-team-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.touch .qodef-team-holder.qodef-team-info-on-image {
  cursor: pointer;
}

.qodef-team-holder.qodef-team-info-on-image:hover .qodef-team-social-inner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-image {
  overflow: hidden;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-inner {
  padding: 40px 25px 20px;
  text-align: left;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #fff;
  height: auto;
  box-sizing: border-box;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-holder {
  margin: 7px 0 0;
}

.qodef-team-holder .qodef-team-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-team-holder .qodef-team-image img {
  display: block;
}

.qodef-team-holder .qodef-team-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 18px 0 0;
  text-align: left;
}

.qodef-team-holder .qodef-team-name {
  margin: 0;
}

.qodef-team-holder .qodef-team-position {
  margin: 1px 0 0;
}

.qodef-team-holder .qodef-team-text {
  margin: 2px 0 0;
}

.qodef-team-holder .qodef-team-social-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qodef-team-holder .qodef-team-social-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  bottom: -1px;
  -webkit-transform: scale(1.0001);
  -moz-transform: scale(1.0001);
  transform: scale(1.0001);
}

.qodef-team-holder .qodef-team-social-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 20px 40px 33px;
  vertical-align: bottom;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.qodef-team-holder .qodef-team-social-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 9px 0 0;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon {
  font-size: 14px;
  margin: 0 12px 0 0;
  color: #858585;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon a {
  color: #858585;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon a:hover {
  color: #cfcfcf;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon .qodef-icon-element {
  font-size: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* ==========================================================================
   Team shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Text Marquee shortcode style - begin
   ========================================================================== */
.qodef-text-marquee {
  position: relative;
  white-space: nowrap;
  color: #1b1b1b;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
  overflow: hidden;
}

.qodef-text-marquee .qodef-marquee-element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  box-sizing: border-box;
}

.qodef-text-marquee .qodef-marquee-element.qodef-aux-text {
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Text Marquee shortcode style - end
   ========================================================================== */
html {
  height: 100%;
  overflow-x: hidden;
}

.curtains {
  width: 100%;
}

.curtains > li {
  -webkit-transform: translateZ(0);
  background: white;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
}

.curtains > li.hidden {
  display: none;
}

.curtains > li:first-child {
  z-index: 2;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom) .qodef-page-header {
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  transition: top 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled .qodef-top-bar {
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  transition: top 0.6s ease;
  position: fixed;
  top: -45px;
  left: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled:not(.qodef-sticky-header-appear) .qodef-top-bar {
  top: 0;
}

.qodef-uncovering-section-on-page:not(.qodef-header-bottom).qodef-header-top-enabled:not(.qodef-sticky-header-appear) .qodef-page-header {
  top: 45px;
}

.qodef-uncovering-section-on-page footer {
  display: none;
}

.qodef-uncovering-sections {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.qodef-uncovering-sections ul, .qodef-uncovering-sections li {
  margin: 0;
  padding: 0;
}

.qodef-uncovering-sections.qodef-loaded {
  opacity: 1;
}

.qodef-uncovering-sections .qodef-uss-item {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  will-change: transform;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-image-holder {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 125%;
  will-change: transform;
  background-position: center;
  background-size: cover;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-va-top .qodef-uss-item-inner {
  vertical-align: top;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-va-bottom .qodef-uss-item-inner {
  vertical-align: bottom;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-left .qodef-uss-item-inner {
  text-align: left;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-center .qodef-uss-item-inner {
  text-align: center;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-ha-right .qodef-uss-item-inner {
  text-align: right;
}

.qodef-uncovering-sections .qodef-uss-item.qodef-uss-item-has-link .qodef-uss-item-inner a {
  position: relative;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 5%;
  box-sizing: border-box;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-inner a {
  position: relative;
}

.qodef-uncovering-sections .qodef-uss-item .qodef-uss-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-fss-shadow {
  background: #323134;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* ==========================================================================
   Vertical Split Slider shortcode style - begin
   ========================================================================== */
.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
  padding: 0;
}

.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0;
}

.qodef-vertical-split-slider {
  position: relative;
  opacity: 0;
  margin: 0 -2px;
  overflow: hidden;
}

.qodef-vertical-split-slider .qodef-vss-ms-left,
.qodef-vertical-split-slider .qodef-vss-ms-right {
  position: absolute;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.qodef-vertical-split-slider .qodef-vss-ms-left {
  top: 0;
  left: 0;
}

.qodef-vertical-split-slider .qodef-vss-ms-left .qodef-vss-ms-section {
  background-position: 100% center;
  background-size: cover;
}

.qodef-vertical-split-slider .qodef-vss-ms-right {
  top: 10000px;
  right: 0;
}

.qodef-vertical-split-slider .qodef-vss-ms-right .qodef-vss-ms-section {
  background-position: 0 center;
  background-size: cover;
}

.qodef-vertical-split-slider .qodef-vss-ms-section.ms-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.qodef-vertical-split-slider .qodef-vss-ms-section .ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-ms-section .ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-left .qodef-vss-ms-section .ms-tableCell {
  padding: 7.5rem 0 7.5rem 7.5rem;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-right .qodef-vss-ms-section .ms-tableCell {
  padding: 7.5rem 7.5rem 7.5rem 0;
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:before, .qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:before, .qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:before, .qodef-vertical-split-slider .qodef-vss-horizontal-mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 7.5rem;
  z-index: 500;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:before {
  top: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.qodef-vertical-split-slider .qodef-vss-horizontal-mask:after {
  bottom: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:before, .qodef-vertical-split-slider .qodef-vss-vertical-mask:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 7.5rem;
  z-index: 500;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:before {
  left: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.qodef-vertical-split-slider .qodef-vss-vertical-mask:after {
  right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.qodef-vss-responsive {
  display: none;
}

.qodef-vss-responsive .qodef-vss-ms-section {
  background-position: center;
  background-size: cover;
}

#multiscroll-nav {
  position: fixed;
  top: 50%;
  right: 64px;
  margin-top: -10px;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.qodef-fullscreen-menu-opened #multiscroll-nav {
  z-index: -1;
}

#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}

#multiscroll-nav ul li {
  position: relative;
  display: block;
  margin: 12px 3px;
  overflow: hidden;
}

#multiscroll-nav ul li a {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background-color: transparent;
  border: 2px solid rgba(27, 27, 27, 0.5);
  border-radius: 3em;
  z-index: 1;
  box-sizing: border-box;
}

#multiscroll-nav ul li a.active {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.qodef-light-header #multiscroll-nav ul li a {
  border-color: #fff;
}

.qodef-light-header #multiscroll-nav ul li a.active {
  background-color: #fff;
}

.qodef-dark-header #multiscroll-nav ul li a {
  border-color: #000;
}

.qodef-dark-header #multiscroll-nav ul li a.active {
  background-color: #000;
}

#multiscroll-nav ul li a span {
  display: block;
}

/* ==========================================================================
   Vertical Split Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play,
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner,
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qodef-video-button-holder .qodef-video-button-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-video-button-holder .qodef-video-button-image img {
  display: block;
}

.qodef-video-button-holder .qodef-video-button-play,
.qodef-video-button-holder .qodef-video-button-play-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.qodef-video-button-holder .qodef-video-button-play {
  color: #1b1b1b;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button-holder .qodef-video-button-play span {
  display: block;
  line-height: inherit;
}

.qodef-video-button-holder .qodef-video-button-play span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:first-child {
  opacity: 0;
}

.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:nth-child(2) {
  opacity: 1;
}

.qodef-video-button-holder .qodef-video-button-play-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.qodef-video-button-holder .qodef-video-button-play-image img:first-child {
  position: relative;
  opacity: 1;
}

.qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}

.rev_slider_wrapper .qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/dessau-core/assets/css/shortcodes-map.css.map */
