@charset "UTF-8";
/* ==========================================================================
   Global partials
   ========================================================================== */
/* ==========================================================================
   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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-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 .qodef-tab-title {
  display: block;
  line-height: inherit;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  -ms-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;
  color: #ffffff;
  line-height: inherit;
  -webkit-transition: opacity 0.2s ease-out;
  -o-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_minus {
  opacity: 0;
  left: 1px;
}

.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_plus {
  opacity: 1;
}

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

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

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

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

.qodef-accordion-holder.qodef-ac-boxed.qodef-white-skin .qodef-accordion-title {
  background-color: #fff;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
  margin: 15px 0 0;
  padding: 13px 20px 13px 40px;
  background-color: #f7f7f9;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title:first-child {
  margin: 0;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active, .qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #000000;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-content {
  padding: 21px 0 6px;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title {
  padding: 16px 0;
  border-bottom: 2px solid #000000;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content.ui-accordion-content-active {
  border-color: #000000;
}

.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
  padding: 28px 0 38px;
}

.qodef-accordion-holder.qodef-light-skin .qodef-accordion-title {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.qodef-accordion-holder.qodef-light-skin .qodef-accordion-content {
  color: #ffffff;
}

.qodef-accordion-holder.qodef-light-skin .qodef-accordion-mark {
  background-color: #ffffff;
}

.qodef-accordion-holder.qodef-light-skin .qodef-accordion-mark span {
  color: #000000;
}

/* ==========================================================================
   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;
  -o-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(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  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);
  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;
  -o-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: #000000;
}

.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 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 13px 42px;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
}

.qodef-btn:hover {
  -webkit-transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  text-transform: none;
  font-size: 14px;
  color: #000000;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-btn.qodef-btn-simple:before {
  content: '—';
  display: inline-block;
  padding-right: 3px;
}

.qodef-btn.qodef-btn-simple:hover .qodef-btn-text {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.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: #000000;
  border: 1px solid transparent;
}

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

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

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

.qodef-btn.qodef-btn-outline {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

.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: #000000 !important;
}

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

.qodef-btn.qodef-btn-small {
  padding: 9px 35px;
  font-size: 13px;
}

.qodef-btn.qodef-btn-large {
  padding: 16px 52px;
  font-size: 16px;
  line-height: 26px;
}

.qodef-btn.qodef-btn-huge {
  display: block;
  width: 70%;
  text-align: center;
  padding: 19px 58px;
  font-size: 17px;
}

.qodef-btn.qodef-btn-icon > i,
.qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 1.142857142857143em;
  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;
  -webkit-box-sizing: border-box;
  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
   ========================================================================== */
/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
.qodef-cards-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 10px 0;
}

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

.qodef-cards-gallery img {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
}

.qodef-cards-gallery .qodef-cg-fake-card {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.qodef-cards-gallery .qodef-cg-card {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.qodef-cards-gallery .qodef-cg-card.qodef-animating {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.qodef-cards-gallery .qodef-cg-card.qodef-animating-siblings {
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card {
  left: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card.qodef-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(6) {
  -webkit-transform: scale(0.5) translateX(80%);
  -ms-transform: scale(0.5) translateX(80%);
  transform: scale(0.5) translateX(80%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(5) {
  -webkit-transform: scale(0.6) translateX(54%);
  -ms-transform: scale(0.6) translateX(54%);
  transform: scale(0.6) translateX(54%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(4) {
  -webkit-transform: scale(0.7) translateX(35%);
  -ms-transform: scale(0.7) translateX(35%);
  transform: scale(0.7) translateX(35%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(3) {
  -webkit-transform: scale(0.8) translateX(21%);
  -ms-transform: scale(0.8) translateX(21%);
  transform: scale(0.8) translateX(21%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(2) {
  -webkit-transform: scale(0.9) translateX(9.2%);
  -ms-transform: scale(0.9) translateX(9.2%);
  transform: scale(0.9) translateX(9.2%);
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:not(:last-of-type):not(.active):hover {
  margin-left: 10px !important;
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card {
  right: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card.qodef-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(6) {
  -webkit-transform: scale(0.5) translateX(-80%);
  -ms-transform: scale(0.5) translateX(-80%);
  transform: scale(0.5) translateX(-80%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(5) {
  -webkit-transform: scale(0.6) translateX(-54%);
  -ms-transform: scale(0.6) translateX(-54%);
  transform: scale(0.6) translateX(-54%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(4) {
  -webkit-transform: scale(0.7) translateX(-35%);
  -ms-transform: scale(0.7) translateX(-35%);
  transform: scale(0.7) translateX(-35%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(3) {
  -webkit-transform: scale(0.8) translateX(-21%);
  -ms-transform: scale(0.8) translateX(-21%);
  transform: scale(0.8) translateX(-21%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(2) {
  -webkit-transform: scale(0.9) translateX(-9.2%);
  -ms-transform: scale(0.9) translateX(-9.2%);
  transform: scale(0.9) translateX(-9.2%);
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:not(:last-of-type):not(.active):hover {
  margin-right: 10px !important;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation img {
  visibility: hidden;
}

@-webkit-keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  30% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  30% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
/* ==========================================================================
   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-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;
  display: inline-block;
  vertical-align: top;
}

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

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

.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%);
  -ms-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.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.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;
}

.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%);
  -ms-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);
  -ms-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%);
  -ms-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);
  -ms-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;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-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%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-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;
}

/* minor responsive correctoion */
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-clients-grid-holder.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(4n+1) {
    clear: none;
  }
  .qodef-clients-grid-holder.qodef-grid-list.qodef-five-columns .qodef-item-space {
    width: 20%;
  }
}

/* ==========================================================================
   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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-countdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  display: block;
  color: #000000;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
}

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

/* ==========================================================================
   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;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

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

.qodef-counter-holder .qodef-counter {
  height: 1em;
  display: inline;
  vertical-align: bottom;
  color: #000000;
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
  float: left;
  text-align: right;
  right: 15px;
  overflow: hidden;
  width: 50%;
}

.qodef-counter-holder .qodef-counter-text-holder {
  display: inline;
  vertical-align: bottom;
  float: right;
  text-align: left;
  width: 50%;
}

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

.qodef-counter-holder .qodef-counter-text {
  line-height: 22px;
  position: relative;
  padding-left: 14px;
  bottom: -3px;
  margin: 10px 0;
  display: inline-block;
  vertical-align: baseline;
}

.qodef-counter-holder.qodef-text-bellow .qodef-counter-title {
  margin: -3px 0 0;
}

.qodef-counter-holder.qodef-text-bellow .qodef-counter-text {
  padding: 0;
}

.qodef-counter-holder.qodef-text-bellow .qodef-counter {
  text-align: center;
  width: 100%;
}

.qodef-counter-holder.qodef-text-bellow .qodef-counter-text-holder {
  text-align: center;
  width: 100%;
  float: left;
}

/* ==========================================================================
   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: 1.2em;
  font-size: 40px;
  color: #999;
  font-weight: 600;
  text-align: center;
  margin: 2px 14px 0 0;
}

.qodef-dropcaps.qodef-square, .qodef-dropcaps.qodef-circle {
  height: 35px;
  width: 35px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  background-color: #000000;
  margin: 7px 16px 0 0;
  -webkit-box-sizing: border-box;
  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-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;
  position: relative;
}

.qodef-elements-holder .qodef-eh-item.qodef-overflow-hidden {
  overflow: hidden;
}

.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-eh-item .qodef-eh-item-content > div:not(.qodef-svg-morph-holder) {
  position: relative;
  z-index: 10;
}

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

/* ==========================================================================
   Elements Holder shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Expanded Gallery shortcode style - begin
   ========================================================================== */
.qodef-expanded-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-expanded-gallery .qodef-eg-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.qodef-expanded-gallery .qodef-eg-image {
  opacity: 0;
}

.qodef-expanded-gallery .qodef-eg-image.qodef-eg-middle-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 20;
  max-width: 70%;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.13);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: all 0.3s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.qodef-expanded-gallery .qodef-eg-image.qodef-eg-middle-item.qodef-eg-show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.qodef-expanded-gallery .qodef-eg-image.qodef-eg-middle-item.qodef-eg-show:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.qodef-expanded-gallery .qodef-eg-image:not(.qodef-eg-middle-item) {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: all 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.qodef-expanded-gallery .qodef-eg-image a, .qodef-expanded-gallery .qodef-eg-image img {
  display: block;
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image:first-child {
  left: 0;
  max-width: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image:last-child {
  right: 0;
  max-width: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image:nth-child(n+4) {
  display: none;
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image.qodef-eg-show {
  opacity: 1;
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image.qodef-eg-show:not(.qodef-eg-middle-item) {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image.qodef-eg-show:hover:first-child {
  -webkit-transform: translate3d(-5%, -50%, 0);
  transform: translate3d(-5%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-three .qodef-eg-image.qodef-eg-show:hover:last-child {
  -webkit-transform: translate3d(5%, -50%, 0);
  transform: translate3d(5%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image:first-child {
  left: 0;
  max-width: 30%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image:nth-child(2) {
  left: 7.5%;
  max-width: 50%;
  z-index: 1;
  -webkit-transform: translate3d(75%, -50%, 0);
  transform: translate3d(75%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image:nth-child(4) {
  right: 7.5%;
  max-width: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image:last-child {
  right: 0;
  max-width: 30%;
  -webkit-transform: translate3d(-75%, -50%, 0);
  transform: translate3d(-75%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image:nth-child(n+6) {
  display: none;
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show {
  opacity: 1;
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show:not(.qodef-eg-middle-item) {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show:hover:first-child, .qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show:hover:nth-child(2) {
  -webkit-transform: translate3d(-5%, -50%, 0);
  transform: translate3d(-5%, -50%, 0);
}

.qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show:hover:last-child, .qodef-expanded-gallery.qodef-eg-five .qodef-eg-image.qodef-eg-show:hover:nth-child(4) {
  -webkit-transform: translate3d(5%, -50%, 0);
  transform: translate3d(5%, -50%, 0);
}

/* ==========================================================================
   Expanded Gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 65px 0 48px;
}

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

.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;
}

/* ==========================================================================
   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;
  -o-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;
  -o-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: #808285;
  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: #000000;
}

.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;
  -o-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;
  -o-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);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
  -webkit-transition: top 0.8s ease, left 0.8s ease;
  -o-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);
  -ms-transform: rotate(-10.5deg);
  transform: rotate(-10.5deg);
  -webkit-transition: bottom 0.8s ease, left 0.8s ease;
  -o-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);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: bottom 0.8s ease, right 0.8s ease;
  -o-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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -o-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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in, top 0.3s ease-in;
  -o-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;
  -o-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;
  -o-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;
  -o-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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

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

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

.qodef-full-screen-sections .qodef-fss-item.fp-completely:not(.active) {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  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%;
  -webkit-box-sizing: border-box;
  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: #000000;
  height: auto;
  opacity: 1;
  -webkit-transition: color 0.2s ease-out, opacity 0.25s ease-out;
  -o-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(0, 0, 0, 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
   ========================================================================== */
/* ==========================================================================
   Gallery Blocks shortcode style - begin
   ========================================================================== */
.qodef-gallery-blocks-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-gallery-blocks-holder .qodef-gb-images .qodef-gb-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-gallery-blocks-holder .qodef-gb-images .qodef-gb-image.qodef-gb-featured-image {
  width: 100%;
}

.qodef-gallery-blocks-holder .qodef-gb-images a {
  position: relative;
  display: block;
}

.qodef-gallery-blocks-holder .qodef-gb-images a:hover:after {
  opacity: 1;
}

.qodef-gallery-blocks-holder .qodef-gb-images a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-gallery-blocks-holder .qodef-gb-images img {
  display: block;
}

/* ==========================================================================
   Gallery Blocks 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-direction {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #808285;
  background-color: #fff;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-google-map-holder .qodef-google-map-direction:hover {
  color: #000000;
}

.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
   ========================================================================== */
/* ==========================================================================
   Horizontal Timeline shortcode style - begin
   ========================================================================== */
.qodef-horizontal-timeline {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.qodef-horizontal-timeline:before {
  content: 'desktop';
  display: none;
}

@media only screen and (max-width: 1024px) {
  .qodef-horizontal-timeline:before {
    content: 'mobile';
  }
}

.qodef-horizontal-timeline.qodef-loaded {
  opacity: 1;
}

.qodef-horizontal-timeline *,
.qodef-horizontal-timeline *:before,
.qodef-horizontal-timeline *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-horizontal-timeline ol, .qodef-horizontal-timeline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.qodef-horizontal-timeline .qodef-ht-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-horizontal-timeline .qodef-ht-nav-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  height: 60px;
  margin: 0 10px;
  overflow: hidden;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner {
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 2px;
  background-color: #cdcdcd;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a {
  position: absolute;
  bottom: 0;
  padding: 0 0 6px;
  color: #bfbfbf;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a:hover:after {
  background-color: #000000;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-selected {
  pointer-events: none;
  color: #000000;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-selected:after {
  background-color: #000000;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a.qodef-older-event:after {
  background-color: #000000;
}

.qodef-horizontal-timeline .qodef-ht-nav-inner a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 5px);
  right: auto;
  height: 6px;
  width: 6px;
  background-color: #cdcdcd;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.qodef-horizontal-timeline .qodef-ht-nav-filling-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a {
  position: absolute;
  bottom: -1px;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a:after {
  display: block;
  font-family: 'ElegantIcons';
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-prev {
  left: -8px;
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-prev:after {
  content: "\34";
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-next {
  right: -8px;
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-next:after {
  content: "\35";
}

.qodef-horizontal-timeline .qodef-ht-nav-navigation a.qodef-inactive {
  cursor: not-allowed;
}

.qodef-horizontal-timeline .qodef-ht-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 70px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-hti-content-inner {
  margin: 0 -25px;
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-hti-content-inner.qodef-timeline-has-image > * {
  width: 50%;
  float: left;
}

.qodef-horizontal-timeline .qodef-ht-content .qodef-hti-content-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-horizontal-timeline .qodef-ht-content li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-selected {
  position: relative;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-enter-left, .qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-left {
  -webkit-animation-name: qodef-enter-left;
  animation-name: qodef-enter-left;
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-enter-right, .qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-right {
  -webkit-animation-name: qodef-enter-right;
  animation-name: qodef-enter-right;
}

.qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-left, .qodef-horizontal-timeline .qodef-ht-content li.qodef-leave-right {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes qodef-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes qodef-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes qodef-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes qodef-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* ==========================================================================
   Horizontal Timeline 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: #000000;
  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;
  -webkit-box-sizing: border-box;
  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-icon .qodef-iwt-custom-icon {
  position: relative;
  width: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-iwt .qodef-iwt-icon .qodef-iwt-custom-icon img:first-child {
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-iwt .qodef-iwt-icon .qodef-iwt-custom-icon img:nth-child(2) {
  position: absolute;
  left: 50%;
  width: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-iwt .qodef-iwt-icon .qodef-iwt-custom-hover-icon {
  opacity: 0;
  width: auto;
}

.qodef-iwt:hover .qodef-iwt-custom-icon img:first-child {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.qodef-iwt:hover .qodef-iwt-custom-icon img:last-child {
  opacity: 1;
}

.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;
  color: inherit;
}

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

.qodef-iwt .qodef-iwt-text {
  margin: 17px 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;
  -o-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: 32px 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;
}

.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: #000000;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-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;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.15s ease-in-out;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.qodef-icon-animation-holder.qodef-icon-animation-show {
  -webkit-transform: scale(1);
  -ms-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 {
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  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 {
  -webkit-box-shadow: 0 0 4.85px 0.15px rgba(0, 0, 0, 0.09);
  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(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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);
  -ms-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);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image Marquee shortcode style - begin
   ========================================================================== */
.qodef-image-marquee-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-image-marquee-holder .qodef-image-marquee {
  position: relative;
}

.qodef-image-marquee-holder .qodef-image {
  display: inline-block;
}

.qodef-image-marquee-holder .qodef-image img {
  width: auto;
  max-width: unset;
  vertical-align: middle;
}

.qodef-image-marquee-holder .qodef-image.qodef-original {
  position: relative;
}

.qodef-image-marquee-holder .qodef-image.qodef-aux {
  position: absolute;
  top: 0;
}

.qodef-image-marquee-holder.qodef-im-full-height {
  height: 100vh;
}

.qodef-image-marquee-holder.qodef-im-full-height .qodef-image {
  height: 100vh;
}

.qodef-image-marquee-holder.qodef-im-full-height .qodef-image img {
  height: 100vh;
  width: auto;
  max-width: unset;
  vertical-align: middle;
}

/* ==========================================================================
	Image Marquee shortcode style - begin
	========================================================================== */
/* ==========================================================================
   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 {
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.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 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

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

.qodef-image-with-text-holder .qodef-iwt-text-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.qodef-image-with-text-holder .qodef-iwt-title-wrapper {
  overflow: hidden;
}

.qodef-image-with-text-holder .qodef-iwt-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.qodef-image-with-text-holder .qodef-iwt-title {
  margin: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s 0.05s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.05s;
  transition: opacity 0.3s, -webkit-transform 0.3s 0.05s;
  -o-transition: transform 0.3s 0.05s, opacity 0.3s;
  transition: transform 0.3s 0.05s, opacity 0.3s;
  transition: transform 0.3s 0.05s, opacity 0.3s, -webkit-transform 0.3s 0.05s;
}

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

.qodef-image-with-text-holder:hover .qodef-iwt-text-holder,
.qodef-image-with-text-holder:hover .qodef-iwt-overlay {
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-image-with-text-holder:hover .qodef-iwt-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1);
  transition: opacity 0.4s, -webkit-transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1);
  -o-transition: transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 0.4s;
  transition: transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 0.4s;
  transition: transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 0.4s, -webkit-transform 0.7s cubic-bezier(0.77, 0.24, 0.07, 1);
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link.qodef-has-shadow:hover .qodef-iwt-image {
  -webkit-box-shadow: 2px 3px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 35px rgba(0, 0, 0, 0.15);
}

.qodef-image-with-text-holder.qodef-image-behavior-custom-link:not(.qodef-has-shadow) .qodef-iwt-image a:hover:after {
  opacity: 1;
}

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

.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(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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);
  -ms-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);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Info Box shortcode style - begin
   ========================================================================== */
.qodef-info-box-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-size: 100%;
}

.qodef-info-box-holder.qodef-disabled-border .qodef-ib-holder .qodef-ib-border {
  display: none;
}

.qodef-info-box-holder.qodef-disabled-border .qodef-ib-holder .qodef-ib-text {
  padding-left: 0;
}

.qodef-info-box-holder.qodef-disabled-border .qodef-ib-text-holder .qodef-btn {
  margin-left: 20px;
}

.qodef-info-box-holder.qodef-light-skin .qodef-ib-title {
  color: #ffffff;
}

.qodef-info-box-holder.qodef-light-skin .qodef-ib-holder {
  color: #ffffff;
}

.qodef-info-box-holder.qodef-light-skin .qodef-ib-holder .qodef-ib-border {
  border-top-color: #ffffff;
}

.qodef-info-box-holder.qodef-light-skin .qodef-btn {
  color: #000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.qodef-info-box-holder .qodef-ib-text-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-info-box-holder .qodef-ib-text-holder .qodef-btn {
  margin: 32px 20px 20px 100px;
}

.qodef-info-box-holder .qodef-ib-text-holder .qodef-button-holder.qodef-light-skin .qodef-btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.qodef-info-box-holder .qodef-ib-text-holder .qodef-button-holder.qodef-light-skin .qodef-btn:hover {
  color: #000 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}

.qodef-info-box-holder .qodef-ib-title {
  margin: 20px;
}

.qodef-info-box-holder .qodef-ib-holder {
  margin: 27px 20px 0 20px;
  display: table;
}

.qodef-info-box-holder .qodef-ib-holder .qodef-ib-border {
  content: "";
  width: 50px;
  border-top: 1px solid #000000;
  position: relative;
  top: 17px;
  display: table-cell;
}

.qodef-info-box-holder .qodef-ib-holder .qodef-ib-text {
  display: table-cell;
  width: calc(100% - 50px);
  padding-left: 29px;
}

@media only screen and (max-width: 680px) {
  .qodef-info-box-holder .qodef-ib-text-holder {
    padding: 1% !important;
  }
}

.qodef-info-box-holder .qodef-ib-bgrnd {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.qodef-info-box-holder.qodef-loading-animation {
  visibility: hidden;
}

.touch .qodef-info-box-holder.qodef-loading-animation {
  visibility: visible;
}

.no-touch .qodef-info-box-holder.qodef-loading-animation {
  visibility: visible;
  overflow: hidden;
}

.no-touch .qodef-info-box-holder.qodef-loading-animation .qodef-ib-bgrnd {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.no-touch .qodef-info-box-holder.qodef-loading-animation .qodef-ib-text-holder {
  opacity: 0;
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}

.no-touch .qodef-info-box-holder.qodef-loading-animation.qodef-appeared .qodef-ib-bgrnd {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(1, 0.01, 0.07, 1);
  transition: -webkit-transform 1s cubic-bezier(1, 0.01, 0.07, 1);
  -o-transition: transform 1s cubic-bezier(1, 0.01, 0.07, 1);
  transition: transform 1s cubic-bezier(1, 0.01, 0.07, 1);
  transition: transform 1s cubic-bezier(1, 0.01, 0.07, 1), -webkit-transform 1s cubic-bezier(1, 0.01, 0.07, 1);
}

.no-touch .qodef-info-box-holder.qodef-loading-animation.qodef-appeared .qodef-ib-text-holder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 1s 0.5s;
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1);
  transition: opacity 1s 0.5s, -webkit-transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1);
  -o-transition: transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 1s 0.5s;
  transition: transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 1s 0.5s;
  transition: transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1), opacity 1s 0.5s, -webkit-transform 1.6s cubic-bezier(0.77, 0.24, 0.07, 1);
}

/* ==========================================================================
   Info Box shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Interactive link showcase shortcode style - begin
   ========================================================================== */
.qodef-ils-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100vh;
}

.admin-bar .qodef-ils-holder {
  height: calc(100vh - 32px);
}

.qodef-ils-holder.qodef-ils-skin-light .qodef-ils-item-link {
  color: #fff;
}

.qodef-ils-holder .qodef-ils-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  background-color: #fff;
}

.qodef-ils-holder .qodef-ils-item-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qodef-ils-holder .qodef-ils-item-image.qodef-active {
  color: #ff0437;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.qodef-ils-holder .qodef-ils-content-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-ils-holder .qodef-ils-content-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-ils-holder .qodef-ils-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 25.5% 20% 0 13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-ils-holder .qodef-ils-item-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0 134px 0 0;
  color: #000000;
  font-size: 78px;
  line-height: 1.538461538461538em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.qodef-ils-holder .qodef-ils-item-link.qodef-active {
  color: #ff0437;
}

.qodef-ils-holder .qodef-ils-item-link:hover {
  color: #ff0437;
}

.qodef-ils-holder .qodef-ils-item-link:hover:after {
  color: #ffffff;
}

.qodef-ils-holder .qodef-ils-item-link:last-child {
  margin: 0;
}

.qodef-ils-holder .qodef-ils-item-link:last-child:after {
  display: none;
}

.qodef-ils-holder .qodef-ils-item-link:after {
  content: '';
  position: absolute;
  top: 72%;
  right: -120px;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  cursor: default;
}

/* ==========================================================================
   Interactive link showcase shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Item Showcase shortcode style - begin
   ========================================================================== */
.qodef-item-showcase-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}

.qodef-item-showcase-holder .qodef-is-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 40%;
  margin-top: -100px;
  opacity: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

.qodef-item-showcase-holder .qodef-is-image.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.qodef-item-showcase-holder .qodef-is-item-holder {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-left-holder {
  float: left;
}

.qodef-item-showcase-holder .qodef-is-item-holder.qodef-is-right-holder {
  float: right;
}

.qodef-item-showcase-holder .qodef-is-item-holder .qodef-is-item:first-child {
  margin: 0;
}

.qodef-item-showcase-holder .qodef-is-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 56px 0 0;
  opacity: 0;
}

.qodef-item-showcase-holder .qodef-is-item.qodef-is-left {
  text-align: right;
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}

.qodef-item-showcase-holder .qodef-is-item.qodef-is-left .qodef-is-content {
  padding: 0 20px 0 0;
}

.qodef-item-showcase-holder .qodef-is-item.qodef-is-right {
  text-align: left;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

.qodef-item-showcase-holder .qodef-is-item.qodef-is-right .qodef-is-content {
  padding: 0 0 0 20px;
}

.qodef-item-showcase-holder .qodef-is-item.qodef-appeared {
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.qodef-item-showcase-holder .qodef-is-item .qodef-is-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-item-showcase-holder .qodef-is-item .qodef-is-title {
  margin: 0;
}

.qodef-item-showcase-holder .qodef-is-item .qodef-is-text {
  margin: 14px 0 0;
}

/* ==========================================================================
   Item Showcase 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;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

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

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

.qodef-pie-chart-holder .qodef-pc-percentage svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  overflow: visible;
  z-index: 222;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1em;
  margin-top: 67px;
  -webkit-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  transform: translateY(-21px);
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
  position: relative;
  content: '%';
}

.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-title {
  position: absolute;
  width: 100%;
  top: 100px;
}

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

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

.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
  margin: 3px 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;
  background-color: #f9f9f9;
}

.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: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
  display: block;
  padding: 17px 0 32px;
  border-bottom: 1px solid #7d7d7d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
  position: relative;
  vertical-align: super;
  bottom: 2px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
}

.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: 48px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
}

.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 15px;
}

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

/* ==========================================================================
   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);
  -ms-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;
  -o-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;
  -o-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;
  -o-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;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

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

.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-line {
  -webkit-transition-delay: 1.2s;
  -o-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;
  -o-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;
  -o-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: #000000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  -o-transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

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

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

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

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

.qodef-process-holder .qodef-process-item:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  -o-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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 18px;
}

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

.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.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;
}

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

.qodef-progress-bar .qodef-pb-content-holder {
  height: 4px;
  overflow: hidden;
  border-bottom: 2px dotted;
  margin-top: -5px;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content-inner {
  height: 9px;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content-inner .qodef-pb-content {
  height: 3px;
  max-width: 100%;
  overflow: hidden;
  background-color: #000000;
  position: absolute;
  top: 45px;
}

.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content-inner .qodef-pb-pointer {
  content: "";
  position: absolute;
  top: 41px;
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}

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

.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;
  -webkit-box-sizing: border-box;
  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: 14px 0 0;
}

/* ==========================================================================
   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 {
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.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-has-shadow:hover .qodef-si-inner {
  -webkit-box-shadow: 2px 3px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 35px rgba(0, 0, 0, 0.15);
}

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

.qodef-single-image-holder.qodef-image-behavior-custom-link:not(.qodef-has-shadow) .qodef-si-inner a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-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);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-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;
  -o-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;
  -o-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 .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

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

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

.qodef-social-share-holder li a {
  font-size: 15px;
}

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

.qodef-social-share-holder.qodef-list li {
  margin-right: 13px;
}

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

.qodef-social-share-holder.qodef-text li {
  margin-right: 13px;
}

.qodef-social-share-holder.qodef-text li:last-child {
  margin-right: 0;
}

.qodef-social-share-holder.qodef-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* 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-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
  display: block;
}

.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 {
  position: absolute;
  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 li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-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-social-share-holder.qodef-dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}

.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
}

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

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

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

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

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

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

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

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

.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li a {
  font-size: 12px;
  color: #808285;
  background-color: #fff;
}

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

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

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

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

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

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

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

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(1) {
  left: 5px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(2) {
  left: 35px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(3) {
  left: 65px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(4) {
  left: 95px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(5) {
  left: 125px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(6) {
  left: 155px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(7) {
  left: 185px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px;
}

.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px;
}

/* ==========================================================================
   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;
  -webkit-box-sizing: border-box;
  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
   ========================================================================== */
/* ==========================================================================
   Stacked Images style - begin
   ========================================================================== */
.qodef-stacked-images-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-stacked-images-holder.qodef-si-position-left .qodef-si-images {
  margin: 0 35px 50px 0;
}

.qodef-stacked-images-holder.qodef-si-position-left .qodef-si-images .qodef-si-stack-image {
  left: 35px;
}

.qodef-stacked-images-holder.qodef-si-position-right .qodef-si-images {
  margin: 0 0 50px 35px;
}

.qodef-stacked-images-holder.qodef-si-position-right .qodef-si-images .qodef-si-stack-image {
  right: 35px;
}

.qodef-stacked-images-holder .qodef-si-images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), top 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), top 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), top 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-stacked-images-holder .qodef-si-images.qodef-appeared {
  opacity: 1;
  top: 0;
}

.qodef-stacked-images-holder .qodef-si-images.qodef-appeared .qodef-si-stack-image {
  top: 50px;
}

.qodef-stacked-images-holder .qodef-si-images .qodef-si-stack-image {
  position: absolute;
  top: 100px;
  display: block;
  -webkit-transition: top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ==========================================================================
   Stacked Images style - end
   ========================================================================== */
/* ==========================================================================
   SVG Morph shortcode style - begin
   ========================================================================== */
.qodef-svg-morph-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-svg-morph-holder > svg {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.qodef-svg-morph-holder.qodef-appeared > svg {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.qodef-svg-morph-holder svg {
  max-width: 100%;
}

.qodef-svg-morph-holder svg > path:last-of-type {
  display: none;
}

.qodef-svg-morph-holder.qodef-absolute {
  position: absolute;
  z-index: -1;
}

.qodef-eh-item-content > .qodef-svg-morph-holder.qodef-absolute {
  z-index: unset;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-vertical-alignment-top {
  top: 0;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-vertical-alignment-bottom {
  bottom: 0;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-vertical-alignment-center {
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-horizontal-alignment-left {
  left: 0;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-horizontal-alignment-right {
  right: 0;
}

.qodef-svg-morph-holder.qodef-absolute.qodef-horizontal-alignment-center {
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ==========================================================================
   SVG Morph shortcode style - 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-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 {
  -webkit-box-sizing: border-box;
  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: 11px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000000;
  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: #000000;
}

.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: 11px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #000000;
}

.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: #000000;
}

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  clear: both;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li {
  margin: 0 31px 0 0;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 21px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-active a {
  color: #000000;
  border-bottom: 2px solid #000;
}

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

.qodef-tabs.qodef-tabs-simple .qodef-tab-container {
  padding: 31px 0;
}

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

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

.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li {
  display: block;
  float: none;
  margin: 0 0 24px;
}

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

.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: #000000;
}

.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: 0 0 0 45px;
  -webkit-box-sizing: border-box;
  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;
  line-height: 0;
}

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

.qodef-team-holder.qodef-team-info-on-image .qodef-team-social-holder {
  margin: 15px 0 0;
  padding-top: 16px;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-name {
  color: #ffffff;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-position {
  color: #ffffff;
}

.qodef-team-holder.qodef-team-info-on-image .qodef-team-text {
  color: #ffffff;
}

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

.qodef-team-holder .qodef-team-image .qodef-team-image-inner {
  width: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.qodef-team-holder .qodef-team-image img {
  display: block;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

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

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

.qodef-team-holder .qodef-team-position {
  margin: 2px 0 0;
  color: #000000;
}

.qodef-team-holder .qodef-team-text {
  margin: 10px 0 0;
  color: #000000;
}

.qodef-team-holder .qodef-team-social-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.qodef-team-holder .qodef-team-social-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 65%;
  width: 65%;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qodef-team-holder .qodef-team-social-outer:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}

.qodef-team-holder .qodef-team-social-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
}

.qodef-team-holder .qodef-team-social-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 17px 0 0;
  border-top: 2px dotted #fff;
  max-width: 70%;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon {
  font-size: 14px;
  padding: 0 6px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: .9;
}

.qodef-team-holder .qodef-team-social-holder .qodef-team-icon .qodef-icon-element {
  font-size: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #ffffff;
}

.qodef-team-holder:hover .qodef-team-social-wrapper {
  opacity: 1;
}

.qodef-team-holder:hover .qodef-team-social-inner {
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-team-holder:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-team-holder:hover .qodef-team-social-outer:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.2s;
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

/* ==========================================================================
   Team shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Text Marquee shortcode style - begin
   ========================================================================== */
.qodef-text-marquee {
  position: relative;
  white-space: nowrap;
  color: #000000;
  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;
  -webkit-box-sizing: border-box;
  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;
  -o-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;
  -o-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;
  -o-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;
  -webkit-box-sizing: border-box;
  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%;
  -webkit-box-sizing: border-box;
  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%;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-vertical-split-slider .qodef-vss-ms-section .ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-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;
  -o-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);
  -ms-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);
  -ms-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);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-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);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-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;
  -o-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: 11px;
  height: 11px;
  margin: 0 auto;
  background-color: #000000;
  border: 2px solid transparent;
  opacity: 0.5;
  border-radius: 3em;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.qodef-light-header #multiscroll-nav ul li a.active {
  opacity: 1;
  background-color: #ffffff;
  border-color: #ffffff;
}

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

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

#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;
  text-align: center;
  width: 100%;
}

.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;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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%);
  -ms-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: #000000;
  font-size: 45px;
  line-height: 1;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}

.qodef-video-button-holder .qodef-video-button-play span {
  display: block;
  line-height: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
}

.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;
  -o-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);
  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);
  transform: translateZ(0);
}

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

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