/* ==========================================================================
   Global partials
   ========================================================================== */
/* Button mixins - start */
/* Button mixins - end */
/* ==========================================================================
   Shortcodes styles
   ========================================================================== */
/* ==========================================================================
   Accordions shortcode style - begin
   ========================================================================== */
.qodef-accordion-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.qodef-accordion-holder .qodef-accordion-title {
	position: relative;
	cursor: pointer;
	margin: 0;
	-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;
	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: 23px;
	width: 20px;
	height: 16px;
	margin: -1px 0 0;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	-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;
	line-height: inherit;
	color: #000;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span:before {
	display: block;
	line-height: inherit;
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_minus {
	opacity: 0;
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_plus {
	opacity: 1;
}
.qodef-accordion-holder .qodef-accordion-title.ui-state-active, .qodef-accordion-holder .qodef-accordion-title.ui-state-hover {
	color: #f5031a;
}
.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span, .qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span {
	color: #f5031a;
}
.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_plus, .qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_plus {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.qodef-accordion-holder p.qodef-accordion-title {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.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 0 13px 45px;
	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 .qodef-accordion-mark {
	left: 15px;
}
.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: #000;
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active .qodef-accordion-mark .qodef_icon_plus, .qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover .qodef-accordion-mark .qodef_icon_plus {
	color: #fff;
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-content {
	padding: 21px 0 6px;
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title {
	padding: 18px 0 18px 30px;
	border-top: 1px dashed #dcdcdc;
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title:first-child {
	border-top: none;
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
	border-top: 1px dashed transparent;
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content.ui-accordion-content-active {
	border-color: #dcdcdc;
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
	padding: 32px 27px 41px;
}

/* ==========================================================================
   Accordions shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Banner shortcode style - begin
   ========================================================================== */
.qodef-banner-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.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;
	transition: opacity 0.2s ease-out;
}
.qodef-banner-holder.qodef-simple .qodef-banner-text-holder {
	display: none;
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-inner {
	vertical-align: middle;
}
.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;
	-webkit-transform: scale(1.005) translateZ(0);
	transform: scale(1.005) translateZ(0);
	-webkit-transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99), -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-banner-holder:hover .qodef-banner-image img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.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.6);
	-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 {
	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;
	outline: none;
	font-size: 14px;
	line-height: 2em;
	font-weight: 500;
	text-transform: lowercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 10px 50px;
	cursor: pointer;
	border-radius: 0;
}
.qodef-btn.qodef-btn-simple {
	padding: 0 !important;
	color: #000;
	background-color: transparent;
	border: 0;
	vertical-align: middle;
}
.qodef-btn.qodef-btn-simple .qodef-btn-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-color):hover {
	color: #000 !important;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
	background-color: transparent !important;
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
	border-color: transparent !important;
}
.qodef-btn.qodef-btn-simple.qodef-btn-icon > i,
.qodef-btn.qodef-btn-simple.qodef-btn-icon > span:not(.qodef-btn-text) {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #f5031a;
}
.qodef-btn.qodef-btn-simple.qodef-button-hover.qodef-btn-icon > i,
.qodef-btn.qodef-btn-simple.qodef-button-hover.qodef-btn-icon > span:not(.qodef-btn-text) {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}
.qodef-btn.qodef-btn-solid {
	color: #fff;
	background-color: #000;
	border: 2px solid transparent;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-color):not(.qodef-btn-icon):hover {
	color: #fff !important;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-hover-bg):not(.qodef-btn-icon):hover {
	background-color: #333 !important;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):not(.qodef-btn-icon):hover {
	border-color: transparent !important;
}
.qodef-btn.qodef-btn-solid.qodef-btn-icon .qodef-btn-text {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}
.qodef-btn.qodef-btn-solid.qodef-btn-icon > i,
.qodef-btn.qodef-btn-solid.qodef-btn-icon > span:not(.qodef-btn-text) {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.qodef-btn.qodef-btn-solid:hover.qodef-btn-icon > i,
.qodef-btn.qodef-btn-solid:hover.qodef-btn-icon > span:not(.qodef-btn-text),
.qodef-btn.qodef-btn-solid:hover.qodef-btn-icon .qodef-btn-text {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.qodef-btn.qodef-btn-outline {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-color):not(.qodef-btn-icon):hover {
	color: #fff !important;
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-hover-bg):not(.qodef-btn-icon):hover {
	background-color: #000 !important;
}
.qodef-btn.qodef-btn-outline:not(.qodef-btn-custom-border-hover):not(.qodef-btn-icon):hover {
	border-color: #000 !important;
}
.qodef-btn.qodef-btn-outline.qodef-btn-icon .qodef-btn-text {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}
.qodef-btn.qodef-btn-outline.qodef-btn-icon > i,
.qodef-btn.qodef-btn-outline.qodef-btn-icon > span:not(.qodef-btn-text) {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.qodef-btn.qodef-btn-outline:hover.qodef-btn-icon > i,
.qodef-btn.qodef-btn-outline:hover.qodef-btn-icon > span:not(.qodef-btn-text),
.qodef-btn.qodef-btn-outline:hover.qodef-btn-icon .qodef-btn-text {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.qodef-btn.qodef-btn-small {
	padding: 8px 44px;
	font-size: 13px;
}
.qodef-btn.qodef-btn-small.qodef-btn-icon {
	padding: 7px 37px;
}
.qodef-btn.qodef-btn-medium.qodef-btn-icon {
	padding: 9px 42px;
}
.qodef-btn.qodef-btn-large {
	padding: 11px 52px;
	font-size: 15px;
}
.qodef-btn.qodef-btn-large.qodef-btn-icon {
	padding: 10px 44px;
}
.qodef-btn.qodef-btn-huge {
	display: block;
	text-align: center;
	padding: 13px 26px;
}
.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: 2px 0 0 5px;
	font-size: 0.7em;
	line-height: inherit;
	color: 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.6666666667%;
}
.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder {
	width: 33.3333333333%;
}
.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder {
	width: 75%;
}
.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder {
	width: 25%;
}
.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder {
	width: 80%;
}
.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder {
	width: 20%;
}

/* ==========================================================================
   Call To Action shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Clients Carousel shortcode style - begin
   ========================================================================== */
.qodef-clients-carousel-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	/***** Hover Types - begin *****/
	/***** Hover Types - end *****/
}
.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 .qodef-cc-item {
	position: relative;
	display: block;
}
.qodef-clients-carousel-holder.qodef-cc-hover-zoom-images .qodef-cc-item.qodef-cc-hover .qodef-cc-image {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.qodef-clients-carousel-holder.qodef-cc-hover-zoom-images .qodef-cc-item .qodef-cc-image {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-clients-carousel-holder.qodef-cc-hover-zoom-images .qodef-cc-item .qodef-cc-hover-image {
	display: none;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images .qodef-cc-item:hover .qodef-cc-image {
	opacity: 0;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images .qodef-cc-item:hover .qodef-cc-hover-image {
	opacity: 1;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-image {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}
.qodef-clients-carousel-holder.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-hover-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over .qodef-cc-item {
	overflow: hidden;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over .qodef-cc-item:hover .qodef-cc-image {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over .qodef-cc-item:hover .qodef-cc-hover-image {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.qodef-clients-carousel-holder.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;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.qodef-clients-carousel-holder.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-hover-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

/* ==========================================================================
   Clients Carousel shortcode style - end
   ========================================================================== */
/* ==========================================================================
# Clients style - begin
========================================================================== */
.qodef-clients {
	overflow: hidden;
	position: relative;
}
.qodef-clients.separator-disabled .qodef-client-holder {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.qodef-clients .qodef-client-holder {
	float: left;
	text-align: inherit;
	margin-bottom: 0;
	height: 175px;
	display: table;
	-webkit-box-shadow: 1px 1px 0 0 #a5a5a5;
	box-shadow: 1px 1px 0 0 #a5a5a5;
}
.qodef-clients .qodef-client-holder .qodef-client-holder-inner {
	position: relative;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.qodef-clients .qodef-client-holder a,
.qodef-clients .qodef-client-holder .qodef-client-image-nolink {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	line-height: 0;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
	position: relative;
	overflow: hidden;
}
.qodef-clients .qodef-client-holder.qodef-hover-opacity a:hover {
	opacity: 0.4;
}
.qodef-clients .qodef-client-holder .qodef-client-image {
	position: relative;
	display: block;
}
.qodef-clients .qodef-client-holder .qodef-client-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-hover-image {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.qodef-clients .qodef-client-holder.qodef-clients-roll-over a:hover .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image-nolink:hover .qodef-client-hover-image {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.qodef-clients .qodef-client-holder.qodef-clients-roll-over a:hover .qodef-client-image,
.qodef-clients .qodef-client-holder.qodef-clients-roll-over .qodef-client-image-nolink:hover .qodef-client-image {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image {
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-hover-image {
	opacity: 0;
}
.qodef-clients .qodef-client-holder.qodef-clients-fade a:hover .qodef-client-hover-image,
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image-nolink:hover .qodef-client-hover-image {
	opacity: 1;
}
.qodef-clients .qodef-client-holder.qodef-clients-fade a:hover .qodef-client-image,
.qodef-clients .qodef-client-holder.qodef-clients-fade .qodef-client-image-nolink:hover .qodef-client-image {
	opacity: 0;
}
.qodef-clients .qodef-client-holder.qodef-clients-image-zoom .qodef-client-hover-image {
	display: none;
}
.qodef-clients .qodef-client-holder.qodef-clients-image-zoom .qodef-client-image img {
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-clients .qodef-client-holder.qodef-clients-image-zoom .qodef-client-image.qodef-client-hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.qodef-clients.qodef-clients-one-columns .qodef-client-holder {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.qodef-clients.qodef-clients-two-columns .qodef-client-holder {
	width: 50%;
}
.qodef-clients.qodef-clients-two-columns .qodef-client-holder:nth-of-type(2n+0) {
	-webkit-box-shadow: 0 1px 0 0 #a5a5a5;
	box-shadow: 0 1px 0 0 #a5a5a5;
}
.qodef-clients.qodef-clients-three-columns .qodef-client-holder {
	width: 33.33%;
}
.qodef-clients.qodef-clients-three-columns .qodef-client-holder:nth-of-type(3n+0) {
	-webkit-box-shadow: 0 1px 0 0 #a5a5a5;
	box-shadow: 0 1px 0 0 #a5a5a5;
}
.qodef-clients.qodef-clients-four-columns .qodef-client-holder {
	width: 25%;
}
.qodef-clients.qodef-clients-four-columns .qodef-client-holder:nth-of-type(4n+0) {
	-webkit-box-shadow: 0 1px 0 0 #a5a5a5;
	box-shadow: 0 1px 0 0 #a5a5a5;
}
.qodef-clients.qodef-clients-five-columns .qodef-client-holder {
	width: 20%;
}
.qodef-clients.qodef-clients-five-columns .qodef-client-holder:nth-of-type(5n+0) {
	-webkit-box-shadow: 0 1px 0 0 #a5a5a5;
	box-shadow: 0 1px 0 0 #a5a5a5;
}
.qodef-clients.qodef-clients-six-columns .qodef-client-holder {
	width: 16.66%;
}
.qodef-clients.qodef-clients-six-columns .qodef-client-holder:nth-of-type(6n+0) {
	-webkit-box-shadow: 0 1px 0 0 #a5a5a5;
	box-shadow: 0 1px 0 0 #a5a5a5;
}

/* ==========================================================================
# Clients 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.3333333333%;
}
.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.6666666667%;
}
.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 {
	margin-bottom: 9px;
	position: relative;
	display: block;
	color: #000;
	font-size: 75px;
	line-height: 1em;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.qodef-countdown .countdown-row .countdown-section .countdown-period {
	display: block;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
}

/* ==========================================================================
   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;
	transition: opacity 0.2s ease-in;
}
.qodef-counter-holder .qodef-counter-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-counter-holder .qodef-counter {
	height: 1em;
	display: inline-block !important;
	vertical-align: middle;
	color: #000;
	font-size: 75px;
	line-height: 1em;
	font-weight: 600;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
}
.qodef-counter-holder .qodef-counter-title {
	margin: 13px 0 0;
	text-align: center;
}
.qodef-counter-holder .qodef-counter-text {
	margin: 14px 0 0;
	text-align: center;
}

/* ==========================================================================
   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);
	}
}
.qodef-custom-font-holder.qodef-double-text {
	position: relative;
}
.qodef-custom-font-holder.qodef-double-text .qodef-cf-double-text-holder {
	position: relative;
	display: block;
}
.qodef-custom-font-holder.qodef-double-text .qodef-cf-double-text-holder .qodef-cf-double-text-above {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qodef-custom-font-holder.qodef-double-text .qodef-cf-double-text-holder .qodef-cf-double-text-below {
	display: block;
	position: absolute;
	top: 50px;
	left: 25px;
	width: 100%;
	color: #868686;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qodef-custom-font-holder.qodef-double-text .qodef-cf-double-text-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.qodef-custom-font-holder.qodef-double-text:hover .qodef-cf-double-text-holder .qodef-cf-double-text-above {
	-webkit-transform: translate3d(-5px, -5px, 0);
	transform: translate3d(-5px, -5px, 0);
}
.qodef-custom-font-holder.qodef-double-text:hover .qodef-cf-double-text-holder .qodef-cf-double-text-below {
	-webkit-transform: translate3d(5px, 5px, 0);
	transform: translate3d(5px, 5px, 0);
}

/* ==========================================================================
   Custom Font shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Dropcaps shortcode style - begin
   ========================================================================== */
.qodef-dropcaps {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	line-height: 40px;
	font-size: 40px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	text-align: center;
	margin: 6px 14px 0 8px;
}
.qodef-dropcaps.qodef-square, .qodef-dropcaps.qodef-circle {
	height: 40px;
	width: 40px;
	font-size: 23px;
	line-height: 40px;
	font-weight: 800;
	color: #fff;
	background-color: #000;
	margin: 5px 10px 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.3333333333%;
}
.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.6666666667%;
}
.qodef-elements-holder .qodef-eh-item {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.qodef-elements-holder .qodef-eh-item.qodef-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-badge-enabled {
	position: relative;
}
.qodef-elements-holder .qodef-eh-item.qodef-badge-enabled .qodef-eh-badge-holder {
	position: absolute;
	top: 56px;
	right: 0;
	display: block;
}
.qodef-elements-holder .qodef-eh-item.qodef-badge-enabled .qodef-eh-badge-holder .qodef-eh-badge {
	position: relative;
	display: inline-block;
	padding: 7px 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffe500;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-elements-holder .qodef-eh-item.qodef-badge-enabled .qodef-eh-badge-holder .qodef-eh-badge-text {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.qodef-elements-holder .qodef-eh-item.qodef-badge-enabled:hover .qodef-eh-badge-holder .qodef-eh-badge {
	padding: 7px 24px;
}
.qodef-elements-holder .qodef-ehi-content {
	padding: 0 20px;
}

/* ==========================================================================
   Elements Holder 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 {
	display: block;
	width: 100%;
	height: 300px;
}
.qodef-google-map iframe,
.qodef-google-map object,
.qodef-google-map embed {
	width: 100%;
	display: block;
}
.qodef-google-map img {
	max-width: none;
}

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

/* ==========================================================================
   Google Map shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Image Gallery shortcode style - begin
   ========================================================================== */
.qodef-horizontal-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	/***** Custom Link Behavior Style - begin *****/
	/***** Custom Link Behavior Style - end *****/
}
.qodef-horizontal-slider.qodef-tiny-space .qodef-hs-image {
	margin: 0 5px;
}
.qodef-horizontal-slider.qodef-small-space .qodef-hs-image {
	margin: 0 10px;
}
.qodef-horizontal-slider.qodef-normal-space .qodef-hs-image {
	margin: 0 15px;
}
.qodef-horizontal-slider.qodef-medium-space .qodef-hs-image {
	margin: 0 20px;
}
.qodef-horizontal-slider.qodef-large-space .qodef-hs-image {
	margin: 0 25px;
}
.qodef-horizontal-slider.qodef-huge-space .qodef-hs-image {
	margin: 0 30px;
}
.qodef-horizontal-slider.qodef-no-space .qodef-hs-image {
	margin: 0;
}
.qodef-horizontal-slider .qodef-hs-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
}
.qodef-horizontal-slider .qodef-hs-image a, .qodef-horizontal-slider .qodef-hs-image img {
	position: relative;
	display: block;
}
.qodef-horizontal-slider .qodef-hs-image .qodef-hs-image-text-wrapper {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: #000;
	border: 3px dashed #ffe500;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.qodef-horizontal-slider .qodef-hs-image .qodef-hs-image-text-wrapper-inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.qodef-horizontal-slider .qodef-hs-image .qodef-hs-image-text-wrapper-inner .qodef-hs-image-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.qodef-horizontal-slider .qodef-hs-image .qodef-hs-image-text-wrapper-inner .qodef-hs-image-text h3 {
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
}
@media only screen and (max-width: 1280px) {
	.qodef-horizontal-slider .qodef-hs-image .qodef-hs-image-text-wrapper-inner .qodef-hs-image-text h3 {
		font-size: 18px;
		line-height: 1.39em;
	}
}
.qodef-horizontal-slider .qodef-hs-image:hover .qodef-hs-image-text-wrapper {
	opacity: 1;
}
.qodef-horizontal-slider.qodef-image-behavior-custom-link .qodef-hs-image a:hover:after {
	opacity: 1;
}
.qodef-horizontal-slider.qodef-image-behavior-custom-link .qodef-hs-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;
	transition: opacity 0.2s ease-in-out;
}

/* ==========================================================================
   Image Gallery 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: 10px;
}
.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: #f5031a;
	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 20px;
	-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 {
	line-height: 2;
}
.qodef-iwt .qodef-iwt-title {
	margin: 0;
	line-height: 1.2em;
}
.qodef-iwt .qodef-iwt-title a {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-iwt .qodef-iwt-title-text {
	display: block;
}
.qodef-iwt .qodef-iwt-text {
	margin: 15px 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;
	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: 10px 0 0 19px;
}
.qodef-iwt.qodef-iwt-icon-top {
	text-align: center;
}
.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
	padding: 23px 0 0;
}

/* ==========================================================================
   Icon With Text shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon shortcode style - begin
   ========================================================================== */
.qodef-icon-shortcode {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1em;
}
.qodef-icon-shortcode.qodef-circle, .qodef-icon-shortcode.qodef-square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background-color: #ffe500;
	-webkit-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 {
	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 {
	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;
	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;
	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: 0.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 Grid Style - begin *****/
	/***** Image Gallery Grid Style - end *****/
	/***** 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: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
}
.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: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
}
.qodef-image-gallery.qodef-ig-slider-type .owl-nav .owl-next, .qodef-image-gallery.qodef-ig-carousel-type .owl-nav .owl-next {
	right: 0;
}
.qodef-image-gallery.qodef-ig-slider-type .owl-nav .owl-prev, .qodef-image-gallery.qodef-ig-carousel-type .owl-nav .owl-prev {
	left: 0;
}
.qodef-image-gallery .qodef-ig-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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-grid .qodef-ig-image {
	float: left;
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-two-columns .qodef-ig-image {
	width: 50%;
}
@media only screen and (min-width: 1025px) {
	.qodef-image-gallery .qodef-ig-grid.qodef-ig-two-columns .qodef-ig-image:nth-child(2n+1) {
		clear: both;
	}
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-three-columns .qodef-ig-image {
	width: 33.3333333333%;
}
@media only screen and (min-width: 1025px) {
	.qodef-image-gallery .qodef-ig-grid.qodef-ig-three-columns .qodef-ig-image:nth-child(3n+1) {
		clear: both;
	}
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-four-columns .qodef-ig-image {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-image-gallery .qodef-ig-grid.qodef-ig-four-columns .qodef-ig-image:nth-child(4n+1) {
		clear: both;
	}
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image {
	width: 20%;
}
@media only screen and (min-width: 1025px) {
	.qodef-image-gallery .qodef-ig-grid.qodef-ig-five-columns .qodef-ig-image:nth-child(5n+1) {
		clear: both;
	}
}
.qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image {
	width: 16.6666666667%;
}
@media only screen and (min-width: 1025px) {
	.qodef-image-gallery .qodef-ig-grid.qodef-ig-six-columns .qodef-ig-image:nth-child(6n+1) {
		clear: both;
	}
}
.qodef-image-gallery .qodef-ig-masonry {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.qodef-image-gallery .qodef-ig-masonry .qodef-ig-grid-sizer {
	width: 100%;
}
.qodef-image-gallery .qodef-ig-masonry .qodef-ig-grid-gutter {
	width: 0;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-two-columns .qodef-ig-image,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-two-columns .qodef-ig-grid-sizer {
	width: 50%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-two-columns .qodef-ig-image.qodef-large-masonry-item {
	width: 100%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-image,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-grid-sizer {
	width: 33.3333333333%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-three-columns .qodef-ig-image.qodef-large-masonry-item {
	width: 66.6666666667%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-image,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-grid-sizer {
	width: 25%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-four-columns .qodef-ig-image.qodef-large-masonry-item {
	width: 50%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-grid-sizer {
	width: 20%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-five-columns .qodef-ig-image.qodef-large-masonry-item {
	width: 40%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image,
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-grid-sizer {
	width: 16.6666666667%;
}
.qodef-image-gallery .qodef-ig-masonry.qodef-ig-six-columns .qodef-ig-image.qodef-large-masonry-item {
	width: 33.3333333333%;
}
.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;
	transition: opacity 0.2s ease-in-out;
}
.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image {
	overflow: hidden;
}
.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image img {
	display: block;
	-webkit-transform: scale(1.005) translateZ(0);
	transform: scale(1.005) translateZ(0);
	-webkit-transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99), -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-image-gallery.qodef-image-behavior-lightbox .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-lightbox .qodef-ig-image-inner {
	overflow: hidden;
}
.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-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-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;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.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;
	transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Image Gallery 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;
	transition: opacity 0.2s ease-in;
}
.qodef-pie-chart-holder .qodef-pc-percentage {
	position: relative;
	display: block;
	height: 176px;
	width: 176px;
	line-height: 176px;
	text-align: center;
	margin: 0 auto;
}
.qodef-pie-chart-holder .qodef-pc-percentage canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	line-height: inherit;
	font-weight: 700;
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
	position: relative;
	top: -10px;
	content: "%";
	font-size: 20px;
}
.qodef-pie-chart-holder .qodef-pc-text-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 30px 0 0;
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-title {
	margin: 0;
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
	margin: 10px 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;
	clear: both;
}
.qodef-pricing-tables .qodef-pt-wrapper {
	position: relative;
}
.qodef-pricing-tables.qodef-two-columns .qodef-price-table {
	width: 50%;
}
.qodef-pricing-tables.qodef-three-columns .qodef-price-table {
	width: 33.3333333333%;
}
.qodef-pricing-tables.qodef-four-columns .qodef-price-table {
	width: 25%;
}
.qodef-pricing-tables.qodef-five-columns .qodef-price-table {
	width: 20%;
}

.qodef-price-table {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qodef-price-table .qodef-pt-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	overflow: hidden;
}
.qodef-price-table .qodef-pt-inner:hover .qodef-pt-line.top {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
.qodef-price-table .qodef-pt-inner:hover .qodef-pt-line.right {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.qodef-price-table .qodef-pt-inner:hover .qodef-pt-line.bottom {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.qodef-price-table .qodef-pt-inner:hover .qodef-pt-line.left {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.qodef-price-table .qodef-pt-inner .qodef-pt-line {
	position: absolute;
	-webkit-transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.qodef-price-table .qodef-pt-inner .qodef-pt-line.top {
	border-top: 4px dashed #ffe500;
	top: 0;
	right: 0;
	width: calc(100% + 20px);
}
.qodef-price-table .qodef-pt-inner .qodef-pt-line.right {
	border-right: 4px dashed #ffe500;
	bottom: 0;
	right: 0;
	height: calc(100% + 20px);
}
.qodef-price-table .qodef-pt-inner .qodef-pt-line.bottom {
	border-bottom: 4px dashed #ffe500;
	bottom: 0;
	left: 0;
	width: calc(100% + 20px);
}
.qodef-price-table .qodef-pt-inner .qodef-pt-line.left {
	border-left: 4px dashed #ffe500;
	top: 0;
	left: 0;
	height: calc(100% + 20px);
}
.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 65px 0;
	text-align: left;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder {
	position: relative;
	color: #000;
	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: 40px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices {
	position: relative;
	padding: 25px 0 46px;
	margin: 0 55px;
	border-bottom: 2px solid #000;
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	color: #000;
	font-weight: 900;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
	position: relative;
	line-height: 1em;
	top: 4px;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.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: 23px 0;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content ul li {
	padding: 19px 65px 0;
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button {
	padding: 68px 68px 57px;
}
.qodef-price-table.qodef-pti-featured .qodef-pt-inner {
	background-color: #ffe500;
}
.qodef-price-table.qodef-pti-featured .qodef-pt-inner ul li {
	color: #000;
}

/* ==========================================================================
   Pricing Tables shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Progress Bar shortcode style - begin
   ========================================================================== */
.qodef-progress-bar {
	margin: 0 0 21px;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.qodef-progress-bar .qodef-pb-title-holder {
	position: relative;
	margin: 10px 0 6px;
}
.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 {
	position: relative;
	height: 3px;
	overflow: hidden;
	background-color: #ebebeb;
}
.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
	height: 3px;
	max-width: 100%;
	overflow: hidden;
	background-color: #000;
}

/* ==========================================================================
   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-with-border .qodef-st-title {
	border-left: 4px solid #000;
	padding-left: 33px;
}
.qodef-section-title-holder.qodef-st-with-border .qodef-st-text {
	padding-left: 37px;
}
.qodef-section-title-holder .qodef-st-title {
	display: block;
	margin: 0;
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
	font-weight: 900;
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-light {
	font-weight: 300;
}
.qodef-section-title-holder .qodef-st-text {
	display: block;
	margin: 23px 0 0;
	color: #868686;
}

/* ==========================================================================
   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: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, 0.3);
}
.qodef-single-image-holder .qodef-si-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.qodef-single-image-holder .qodef-si-inner a, .qodef-single-image-holder .qodef-si-inner img {
	position: relative;
	display: block;
}
.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner {
	overflow: hidden;
}
.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner img {
	display: block;
	-webkit-transform: scale(1.01) translateZ(0);
	transform: scale(1.01) translateZ(0);
	-webkit-transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.35s cubic-bezier(0, 0, 0.5, 0.99), -webkit-transform 0.35s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.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;
	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-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-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;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.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;
	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;
	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 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.qodef-social-share-holder ul {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* List type - begin
========================================================================== */
.qodef-social-share-holder.qodef-list .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	color: #868686;
	font-weight: 600;
}
.qodef-social-share-holder.qodef-list li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 13px 3px 0;
}
.qodef-social-share-holder.qodef-list li:last-child {
	margin: 0 0 3px;
}
.qodef-social-share-holder.qodef-list li a {
	font-size: 12px;
}

/* List type - end
========================================================================== */
/* Dropdown type - begin
========================================================================== */
.qodef-social-share-holder.qodef-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
	display: block;
	color: #868686;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .social_share {
	font-size: 12px;
	color: #000;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover {
	color: #ffe500;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener:hover .social_share {
	color: inherit;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
	position: relative;
	visibility: hidden;
	z-index: 950;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li {
	width: 88px;
	height: 28px;
	line-height: 28px;
	visibility: hidden;
	position: absolute;
	text-align: center;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	font-size: 12px;
	color: #868686;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:not(:first-child) {
	border-top: none;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-facebook-share:hover {
	background-color: #3b5998;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-twitter-share:hover {
	background-color: #00aced;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-google_plus-share:hover {
	background-color: #dd4b39;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-linkedin-share:hover {
	background-color: #007bb5;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-tumblr-share:hover {
	background-color: #32506d;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-pinterest-share:hover {
	background-color: #cb2027;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li.qodef-vk-share:hover {
	background-color: #45668e;
	color: #fff;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li * {
	display: block;
	line-height: inherit;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li a {
	color: inherit !important;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(1) {
	bottom: -28px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(2) {
	bottom: -56px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(3) {
	bottom: -84px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(4) {
	bottom: -112px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(5) {
	bottom: -140px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(6) {
	bottom: -168px;
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul li:nth-child(7) {
	bottom: -196px;
}

.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
	/* opacity and visibility need to be different, but not background-color */
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	-webkit-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	-webkit-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	-webkit-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	-webkit-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	-webkit-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	-webkit-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
	transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
}

/* Dropdown type - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode style - end
   ========================================================================== */
/* ==========================================================================
   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;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-tabs .qodef-tab-container {
	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 {
	padding: 10px 36px;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	z-index: 5;
	overflow: hidden;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 13px;
	background-color: #ffe500;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active, .qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover {
	background-color: #f9f8f8;
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a:before, .qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a:before {
	opacity: 1;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
	padding: 41px 37px;
	background-color: #f9f8f8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li {
	float: none;
	padding: 20px 30px;
	text-align: center;
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	z-index: 5;
	overflow: hidden;
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 13px;
	background-color: #ffe500;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-active, .qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-hover {
	background-color: #f9f8f8;
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-active a:before, .qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-hover a:before {
	opacity: 1;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.qodef-tabs.qodef-tabs-vertical .qodef-tab-container {
	display: table-cell;
	vertical-align: top;
	width: calc(100% - 140px);
	height: 100%;
	padding: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f9f8f8;
}

/* ==========================================================================
   Tabs shortcode style - end
   ========================================================================== */
/* ==========================================================================
# Team style - begin
========================================================================== */
.qodef-team.main-info-below-image:hover .qodef-team-image img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.qodef-team.main-info-below-image p {
	margin: 0;
}
.qodef-team.main-info-below-image .qodef-team-image {
	overflow: hidden;
	position: relative;
}
.qodef-team.main-info-below-image .qodef-team-image img {
	display: block;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.qodef-team.main-info-below-image .qodef-team-info-outer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-info-inner {
	display: table;
	height: 100%;
	width: 100%;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-info {
	display: table-cell;
	vertical-align: bottom;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-title-holder {
	padding: 18px 18px 23px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-title-holder .qodef-team-name {
	margin-top: 6px;
	margin-bottom: 0;
	text-transform: capitalize;
	display: inline-block;
	width: auto;
	float: left;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-position {
	margin: 6px 0 0;
	display: inline-block;
	width: auto;
	float: right;
	color: #f5031a;
}
.qodef-team.main-info-below-image .qodef-team-info-outer .qodef-team-text {
	padding: 0 18px 25px;
	width: 100%;
	position: absolute;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-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-team.main-info-below-image .qodef-team-info-outer .qodef-team-text .qodef-team-description {
	text-align: left;
}

/* ==========================================================================
# Team style - end
========================================================================== */
/* ==========================================================================
   Text Marquee shortcode style - begin
   ========================================================================== */
.qodef-text-marquee {
	position: relative;
	white-space: nowrap;
	color: #000;
	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
   ========================================================================== */
/* ==========================================================================
   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-vss-dots-disabled #multiscroll-nav {
	display: none;
}

.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);
	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;
	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-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);
	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);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}
.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-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);
	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);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.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-vertical-split-slider .qodef-vss-pagination {
	position: absolute;
	bottom: 29px;
	left: 44%;
	font-weight: 400;
}
.qodef-vertical-split-slider .qodef-vss-pagination .qodef-vss-pagination-current {
	font-size: 20px;
	color: #000;
}
.qodef-vertical-split-slider .qodef-vss-pagination.qodef-vss-light {
	color: #fff;
}
.qodef-vertical-split-slider .qodef-vss-pagination.qodef-vss-light .qodef-vss-pagination-current {
	color: #fff;
}
.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;
	transition: opacity 0.5s ease-out;
}
.qodef-fullscreen-menu-opened #multiscroll-nav {
	z-index: -1;
}
#multiscroll-nav ul {
	margin: 0;
	padding: 0;
}
#multiscroll-nav ul li {
	position: relative;
	display: block;
	margin: 12px 3px;
	overflow: hidden;
}
#multiscroll-nav ul li a {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 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: #000;
	border-color: #000;
}
.qodef-light-header #multiscroll-nav ul li a {
	border-color: #fff;
}
.qodef-light-header #multiscroll-nav ul li a.active {
	background-color: #fff;
}
.qodef-dark-header #multiscroll-nav ul li a {
	border-color: #333;
}
.qodef-dark-header #multiscroll-nav ul li a.active {
	background-color: #333;
}
#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;
	width: 100%;
}
.qodef-video-button-holder:hover .qodef-video-button-image img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.qodef-video-button-holder .qodef-video-button-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.qodef-video-button-holder .qodef-video-button-image img {
	display: block;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: transform 0.4s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 0.99);
	transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.4s cubic-bezier(0, 0, 0.5, 0.99);
	transition: transform 0.4s cubic-bezier(0, 0, 0.5, 0.99), -webkit-transform 0.4s cubic-bezier(0, 0, 0.5, 0.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
}
.qodef-video-button-holder .qodef-video-button-play,
.qodef-video-button-holder .qodef-video-button-play-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.qodef-video-button-holder .qodef-video-button-play .qodef-video-button-play-inner,
.qodef-video-button-holder .qodef-video-button-play-image .qodef-video-button-play-inner {
	position: relative;
	top: 50%;
	left: 0;
	display: block;
	line-height: inherit;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.qodef-video-button-holder .qodef-video-button-play-holder {
	background-color: #ffe500;
	color: #000;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 54px;
	display: inline-block;
	position: relative;
	border-radius: 100%;
}
.qodef-video-button-holder .qodef-video-button-play-holder > span {
	margin-left: 2px;
}
.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;
	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);
}
.qodef-video-button-holder.qodef-has-border .qodef-video-button-image {
	border: 20px solid #ffe500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/*# sourceMappingURL=../../../../plugins/select-core/assets/css/shortcodes-map.css.map */
