@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Custom mixins - begin
   ========================================================================== */
/* ==========================================================================
   Custom mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.techlink-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

.qodef-scroll-svg-image path:first-child {
	animation: 2s qode-svg-scroll-animation infinite;
}

.qodef-custom-svg-play-button polygon {
	fill: transparent;
	stroke: #000000;
	stroke-width: 0.8729;
	stroke-miterlimit: 10;
	transition: fill 0.2s ease-out;
}
.qodef-custom-svg-play-button:hover polygon {
	fill: #000000;
}

/* ==========================================================================
   King Composer global styles
   ========================================================================== */
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit;
}

/* ==========================================================================
# Age Verification default style
========================================================================== */
#qodef-age-verification-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #262626;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity 0.2s ease-out;
}
#qodef-age-verification-modal .qodef-m-logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#qodef-age-verification-modal .qodef-m-logo a {
	position: relative;
	display: block;
	max-width: 50%;
}
#qodef-age-verification-modal .qodef-m-logo img {
	display: block;
}
#qodef-age-verification-modal .qodef-m-content {
	padding: 30px;
	text-align: center;
	max-width: 700px;
}
#qodef-age-verification-modal .qodef-m-content-title {
	margin: 0;
	color: #fff;
}
#qodef-age-verification-modal .qodef-m-content-subtitle {
	margin: 11px 0 0;
	color: #8d99ff;
}
#qodef-age-verification-modal .qodef-m-content-note {
	margin: 32px 0 0;
	color: #e5dcdb;
}
#qodef-age-verification-modal .qodef-m-content-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 52px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
	margin-right: 10px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
	color: #fff;
	border-color: #a3a19e;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
	color: #fff;
	border-color: #28201e;
	background-color: #28201e;
}
.qodef-age-verification--opened #qodef-age-verification-modal {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-out;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
	position: fixed;
	width: 51px;
	height: 51px;
	right: 25px;
	bottom: 25px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 10px;
	color: #fff;
	background-color: #8d99ff;
	border: 1px solid #8d99ff;
	border-radius: 4px;
	overflow: hidden;
}
#qodef-back-to-top .qodef-m-line-holder {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 16px;
	transform: translateY(5px);
	transition: transform 0.2s 0.18s;
}
#qodef-back-to-top .qodef-m-line-holder .qodef-m-line {
	position: absolute;
	display: block;
	height: 100%;
	width: 1px;
	top: 0;
	left: 0;
	background-color: #fff;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.2s;
}
#qodef-back-to-top .qodef-m-line-holder .qodef-m-line-left,
#qodef-back-to-top .qodef-m-line-holder .qodef-m-line-right {
	position: absolute;
	width: 1px;
	height: 7px;
	background-color: #fff;
}
#qodef-back-to-top .qodef-m-line-holder .qodef-m-line-left {
	height: 8px;
	top: -1px;
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
#qodef-back-to-top .qodef-m-line-holder .qodef-m-line-right {
	top: -3px;
	right: -5px;
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
}
#qodef-back-to-top:hover .qodef-m-line-holder {
	transform: translateY(0);
	transition: transform 0.2s;
}
#qodef-back-to-top:hover .qodef-m-line-holder .qodef-m-line {
	transform: scaleY(1);
	transition: transform 0.2s 0.18s;
}
#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--metro {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro article.qodef-blog-item {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
	margin-bottom: 0;
	min-height: 400px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title,
.qodef-blog.qodef-item-layout--metro article .qodef-e-excerpt,
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a,
.qodef-blog.qodef-item-layout--metro article .qodef-e-excerpt a,
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more a {
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info {
	display: inline-block;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item a {
	display: inline-block;
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item a:hover {
	color: #8d99ff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item.qodef-e-info-date:after {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item.qodef-e-info-category a {
	line-height: 2.788em;
}
.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
	position: absolute;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	content: "E";
	font-family: "ElegantIcons";
	font-size: 72px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	speak: none;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
	border: 3px solid #fff;
}
.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
	content: "\e006";
}
.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
	content: "E";
}
.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
	content: "\e027";
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
	padding: 83px 68px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
	right: 84px;
	width: 144px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
	padding: 83px 68px 87px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
	font-size: 582px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
	margin: 20px 0 4px;
}
.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-content {
	padding: 60px;
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-content {
		padding: 30px;
	}
}
.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-title,
.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-excerpt {
	width: 40%;
}
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-title,
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-excerpt {
		width: 65%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-title,
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-excerpt {
		width: 90%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--metro.qodef-col-num--1 article .qodef-e-excerpt {
		display: none;
	}
}
.qodef-blog.qodef-item-layout--metro:not(.qodef-col-num--1) article .qodef-e-content {
	padding: 30px;
}
.qodef-blog.qodef-item-layout--metro:not(.qodef-col-num--1) article .qodef-e-excerpt {
	display: none;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide .qodef-e-content > * {
	opacity: 0;
	transform: translateY(30px);
	transition: 0.2s ease-out;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *, .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > * {
	opacity: 1;
	transform: translateY(0);
	transition: 0.4s ease;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *.qodef-e-info, .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *.qodef-e-read-more, .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *.qodef-e-info, .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *.qodef-e-read-more {
	z-index: 1;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *:nth-child(1), .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *:nth-child(1) {
	transition-delay: 550ms;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *:nth-child(2), .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *:nth-child(2) {
	transition-delay: 700ms;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *:nth-child(3), .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *:nth-child(3) {
	transition-delay: 850ms;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-active .qodef-e-content > *:nth-child(4), .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-duplicate-active .qodef-e-content > *:nth-child(4) {
	transition-delay: 1000ms;
}
.qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-prev .qodef-e-content, .qodef-blog.qodef-item-layout--metro.qodef-slider-width--display-center-content article.swiper-slide.swiper-slide-next .qodef-e-content {
	opacity: 0;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-pagination-bullets, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 22px !important;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-prev svg,
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-next svg, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-prev svg,
.qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-next svg {
	stroke: #fff;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-prev svg line,
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-next svg line, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-prev svg line,
.qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-next svg line {
	stroke: #fff;
	stroke-dasharray: 20;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.8s ease;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-prev svg line:last-child,
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-next svg line:last-child, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-prev svg line:last-child,
.qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-next svg line:last-child {
	stroke-dasharray: 75;
	transition: stroke-dashoffset 0.8s ease 0.4s;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-prev:hover svg line,
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-next:hover svg line, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-prev:hover svg line,
.qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-next:hover svg line {
	stroke-dashoffset: 40;
	transition: stroke-dashoffset 0.8s ease 0.4s;
}
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-prev:hover svg line:last-child,
.qodef-blog.qodef-item-layout--metro.swiper-horizontal > .swiper-button-next:hover svg line:last-child, .qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-prev:hover svg line:last-child,
.qodef-blog.qodef-item-layout--metro.swiper-container-horizontal > .swiper-button-next:hover svg line:last-child {
	stroke-dashoffset: 150;
	transition: stroke-dashoffset 0.8s ease;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom {
	margin-top: 5px;
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	display: flex;
	align-items: center;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	flex-shrink: 0;
	width: 68px !important;
	margin: 0 11px 0 0;
	border-radius: 2px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info {
	width: auto;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--top {
	line-height: 0;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard.qodef--hover-disabled .qodef-blog-item.qodef--active .qodef-e-media img {
	transform: scale(1) translateX(0);
}
.qodef-blog.qodef-item-layout--standard.qodef--hover-disabled .qodef-blog-item .qodef-e-media img {
	transform: scale(1) translateX(0);
}
.qodef-blog.qodef-item-layout--standard.qodef--hover-disabled .qodef-blog-item .qodef-e-media:hover img {
	transform: scale(1) translateX(0);
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-media img {
	transform: scale(1.05) translateX(7px);
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media {
	margin-bottom: 19px;
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media img {
	transform: scale(1.05) translateX(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef--hover-disabled .qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media img {
	transform: scale(1) translateX(0);
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media:hover img {
	transform: scale(1.05) translateX(7px);
}
.qodef--hover-disabled .qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media:hover img {
	transform: scale(1) translateX(0);
}
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-title-link:hover {
	color: currentColor;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-content > .qodef-e-text > .qodef-e-title {
	margin-top: -4px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
	margin-bottom: 40px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media {
	margin-bottom: 19px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
	right: 40px;
	width: 140px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
	padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
	font-size: 540px;
}

/* ==========================================================================
   Blog List widget styles
   ========================================================================== */
.widget.widget_techlink_core_blog_list .qodef-widget-title {
	margin: 0 0 22px;
}
.widget.widget_techlink_core_blog_list .qodef-blog .qodef-blog-item .qodef-e-title a {
	color: #262626;
}
.widget.widget_techlink_core_blog_list .qodef-blog .qodef-blog-item .qodef-e-title a:hover {
	color: #8d99ff;
}

/* ==========================================================================
   Blog Parallax shortcode styles
   ========================================================================== */
.qodef-blog.qodef-blog-parallax .qodef-blog-item {
	margin: 0;
}
.qodef-blog.qodef-blog-parallax .qodef-blog-item .qodef-e-inner {
	height: 550px;
}
.qodef-blog.qodef-blog-parallax .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	padding: 95px 149px 92px;
}
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-blog-parallax .qodef-e-content {
		width: 75%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-blog-parallax .qodef-e-content {
		width: 100%;
		padding: 45px 49px 42px;
	}
}
.qodef-blog.qodef-blog-parallax .qodef-e-info,
.qodef-blog.qodef-blog-parallax .qodef-e-title,
.qodef-blog.qodef-blog-parallax .qodef-e-excerpt {
	color: #fff;
}
.qodef-blog.qodef-blog-parallax .qodef-e-info a,
.qodef-blog.qodef-blog-parallax .qodef-e-title a,
.qodef-blog.qodef-blog-parallax .qodef-e-excerpt a {
	color: #fff !important;
}
.qodef-blog.qodef-blog-parallax .qodef-e-info.qodef-info--top {
	margin-bottom: 2px;
}
.qodef-blog.qodef-blog-parallax .qodef-e-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.24em;
}
@media only screen and (max-width: 480px) {
	.qodef-blog.qodef-blog-parallax .qodef-e-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 320px) {
	.qodef-blog.qodef-blog-parallax .qodef-e-title {
		font-size: 18px;
	}
}
.qodef-blog.qodef-blog-parallax .qodef-e-excerpt {
	margin: 11px 0 0;
}
@media only screen and (max-width: 480px) {
	.qodef-blog.qodef-blog-parallax .qodef-e-excerpt {
		display: none;
	}
}
.qodef-blog.qodef-blog-parallax .qodef-e-image {
	overflow: hidden;
	height: 320px;
}
.qodef-blog.qodef-blog-parallax .qodef-e-media-image {
	height: 150%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.qodef-blog.qodef-blog-parallax .qodef-e-media-image img {
	opacity: 0;
}

/* ==========================================================================
   Blog List Showcase styles
   ========================================================================== */
.qodef-blog.qodef-blog-showcase {
	display: flex;
	flex-wrap: wrap;
}
.qodef-blog.qodef-blog-showcase .qodef-grid-inner {
	width: 100%;
}
.qodef-blog.qodef-blog-showcase article {
	width: 50%;
}
.qodef-blog.qodef-blog-showcase article:nth-child(5n+1), .qodef-blog.qodef-blog-showcase article:nth-child(5n+3) {
	padding-right: 15px;
}
.qodef-blog.qodef-blog-showcase article:nth-child(5n+2), .qodef-blog.qodef-blog-showcase article:nth-child(5n+4) {
	padding-left: 15px;
}
.qodef-blog.qodef-blog-showcase article:nth-child(5n) {
	width: 100%;
	padding: 0;
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-blog-showcase article {
		width: 100%;
		padding: 0 !important;
	}
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item {
	margin: 0 0 70px;
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item.qodef--active .qodef-e-media img {
	transform: scale(1.05) translateX(7px);
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-media {
	margin-bottom: 19px;
	overflow: hidden;
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-media img {
	transform: scale(1.05) translateX(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-media:hover img {
	transform: scale(1.05) translateX(7px);
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-title-link:hover {
	color: currentColor;
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-excerpt {
	margin: 11px 0 0;
}
.qodef-blog.qodef-blog-showcase article.qodef-blog-item .qodef-e-info.qodef-info--bottom {
	margin-top: 7px;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #f7f8f9;
	padding: 40px 40px 33px;
	margin-top: 9px;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: flex-start;
}
#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 29px;
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
	display: block;
	border-radius: 2px;
}
#qodef-author-info .qodef-m-author {
	margin: 0;
}
#qodef-author-info .qodef-m-author .qodef-m-author-label {
	display: block;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
	padding-bottom: 4px;
}
#qodef-author-info .qodef-m-author a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 28px;
	line-height: 1.143em;
	letter-spacing: 0.15em;
}
#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
	margin: 11px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
	margin-top: 30px;
}
#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #8d99ff;
	margin-right: 50px;
	font-size: 20px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0;
}
#qodef-author-info .qodef-m-social-icons a:hover {
	color: #262626;
}

/* ==========================================================================
   Related Posts styles
   ========================================================================== */
#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 117px;
}
#qodef-related-posts .qodef-related-posts-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-related-posts .qodef-related-posts-content .qodef-related-posts-subtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
	font-size: 13px;
	letter-spacing: 0.05em;
}
#qodef-related-posts .qodef-related-posts-content .qodef-related-posts-title {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: 0.24em;
	margin-bottom: 50px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 80px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-icon-holder {
	background-color: #262626;
	color: #fff;
	transition: background-color 0.2s ease-out;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-icon-holder svg {
	display: block;
	fill: none;
	stroke: currentColor;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav-icon-holder svg line {
	stroke: currentColor;
	stroke-dasharray: 20;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.6s ease;
}
#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-icon-holder svg line {
	stroke-dashoffset: 40;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
	stroke: #fff;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon-holder {
	background-color: #8d99ff;
	margin-right: 19px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	text-align: right;
	margin-left: auto;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon-holder {
	margin-left: 14px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 0;
	left: calc(50% - 27px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon-holder {
	background-color: #ebeced;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	fill: #fff;
}
#qodef-single-post-navigation .qodef-m-nav-icon-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 4px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	letter-spacing: 0.35em;
	font-weight: 400;
	line-height: 0.769em;
	text-transform: uppercase;
	color: #262626;
	font-weight: 600;
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation .qodef-m-nav-label {
		display: none;
	}
}

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.qodef-page-footer--uncover #qodef-page-outer {
	z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f8f9;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99; /* smaller than header, bigger than content */
	background-image: url(/wp-content/themes/techlink/assets/img/fullscreen-bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
#qodef-fullscreen-area .qodef-content-grid {
	height: 100%;
	background-color: white;
	margin: 0;
	padding-left: 12.8%;
	width: 50%;
}
@media only screen and (max-width: 768px) {
	#qodef-fullscreen-area .qodef-content-grid {
		padding-left: 12.8%;
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-fullscreen-area .qodef-content-grid {
		padding-left: 12.8%;
	}
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(1) {
	transition-delay: 100ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(2) {
	transition-delay: 200ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(3) {
	transition-delay: 300ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(4) {
	transition-delay: 400ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(5) {
	transition-delay: 500ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(6) {
	transition-delay: 600ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(7) {
	transition-delay: 700ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(8) {
	transition-delay: 800ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(9) {
	transition-delay: 900ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(10) {
	transition-delay: 1000ms;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
	animation: qode-fade-out 0.25s linear both;
}

#qodef-fullscreen-area-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left;
}
.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
	display: none;
}
.qodef-fullscreen-menu ul.sub-menu {
	display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-fullscreen-menu > ul > li {
	opacity: 0;
	transform: translateX(-30px);
}
.qodef-fullscreen-menu > ul > li > a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 65px;
	line-height: 1.05em;
	letter-spacing: 0.24em;
	color: #262626;
	font-size: 70px;
	line-height: 1.286em;
	letter-spacing: 0.025em;
}
.qodef-fullscreen-menu > ul > li > a:hover {
	color: #8d99ff;
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
	color: #8d99ff;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
	padding: 5px 0 9px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 11px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 20px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	color: #262626;
	letter-spacing: 0.3em;
	line-height: 2.375em;
	margin: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 12px;
	background: #8d99ff;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -20px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
	padding-left: 20px;
	padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
	left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 20px;
	padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	left: 0;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu-opener.qodef-source--predefined {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #8d99ff;
	color: #fff;
	padding: 35px;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	background-color: #8d99ff;
	color: #fff;
	padding: 35px;
	transform: none;
}
.admin-bar .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
	top: 32px;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close svg {
	fill: currentColor;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close:hover svg g:first-child {
	animation: qode-center-line 0.6s forwards ease-out;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close:hover svg g:nth-child(2) {
	animation: qode-top-line 0.4s forwards ease-out 0.15s;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close:hover svg g:last-child {
	animation: qode-bottom-line 0.4s forwards ease-out 0.15s;
}
.qodef-header-basic-styled-fullscreen-opener--enabled .qodef-fullscreen-menu-opener.qodef-source--predefined {
	position: relative;
	top: auto;
	right: auto;
	background-color: transparent;
	color: #262626;
	padding: 0;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 10px;
	transform: rotate(45deg);
	width: 100%;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--3 {
	top: 10px;
	transform: rotate(-45deg);
	width: 100%;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef-opener-icon .qodef-m-icon.qodef--close .qodef-m-line.qodef--2 {
	display: none;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef-opener-icon:hover .qodef-m-icon.qodef--close .qodef-m-line {
	animation: qode-draw-close-line 0.5s forwards ease-out;
}
.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef-opener-icon:hover .qodef-m-icon.qodef--close .qodef-m-line.qodef--1 {
	animation-delay: 0.15s;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--open {
	visibility: hidden;
	opacity: 0;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	visibility: visible;
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	visibility: visible;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link {
	display: none;
}

/* ==========================================================================
   Header common styles
   ========================================================================== */
#qodef-page-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 12px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}
.qodef-header-box-styled-widgets--enabled #qodef-page-header .qodef-widget-holder .widget {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
}
.qodef-header-last-widget-special-style--enabled.qodef-header-box-styled-widgets--enabled #qodef-page-header .qodef-widget-holder .widget:last-child {
	color: #fff;
	background-color: #8d99ff;
	border-left-color: #8d99ff;
	border-bottom-color: #8d99ff;
}
.qodef-header-last-widget-special-style--enabled.qodef-header-box-styled-widgets--enabled #qodef-page-header .qodef-widget-holder .widget:last-child a {
	color: inherit !important;
}
.qodef-header-last-widget-special-style--enabled.qodef-header-box-styled-widgets--enabled.qodef-header-custom-style--enabled #qodef-page-header .qodef-widget-holder .widget:last-child {
	background-color: #98d2c3 !important;
	border-left-color: #98d2c3 !important;
	border-bottom-color: #98d2c3 !important;
}
.qodef-header-custom-styled-special-line.qodef-header-box-styled-widgets--enabled #qodef-page-header .qodef-widget-holder .widget {
	border-bottom: none;
}
.qodef-header-custom-styled-special-line.qodef-header-box-styled-widgets--enabled.qodef-header-custom-style--enabled #qodef-page-header .qodef-widget-holder .widget:last-child {
	border-bottom: none !important;
}
#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0;
}
.qodef-header-box-styled-widgets--enabled #qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .widget {
	border-left-color: rgba(229, 229, 225, 0.2);
	border-bottom-color: rgba(229, 229, 225, 0.2);
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
	color: #fff !important;
	transition: color 0.2s ease-out, background-color 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li:hover > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li:hover > a {
	color: #262626 !important;
	background-color: #fff;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
	color: #fff !important;
	background-color: transparent;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor:hover > a, #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item:hover > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor:hover > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item:hover > a {
	color: #262626 !important;
	background-color: #fff;
}
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
	color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
	color: #000 !important;
	transition: color 0.2s ease-out, background-color 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li:hover > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li:hover > a {
	color: #262626 !important;
	background-color: #fff;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
	color: #000 !important;
	background-color: transparent;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor:hover > a, #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item:hover > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor:hover > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item:hover > a {
	color: #262626 !important;
	background-color: #fff;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
	color: #000 !important;
}

/**
 * Show/hide second/dropdown menu
 */
/* ==========================================================================
# Logo default style
========================================================================== */
#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#qodef-page-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
	opacity: 1;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
	margin-right: 30px;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 24px;
}

/* ==========================================================================
   Fixed header styles
   ========================================================================== */
.qodef-header--fixed-display #qodef-top-area,
.qodef-header--fixed-display #qodef-page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-top-area,
.qodef-header--fixed-display.admin-bar #qodef-page-header {
	top: 32px;
}

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #fff;
	transform: translateY(-100%);
	transition: transform 0.5s ease, top 0.5s ease;
	z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0%);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}

.qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
}
.qodef-header-custom-styled-special-line .qodef-header-sticky-inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
	justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto !important;
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
	position: relative;
	background-color: #000;
	z-index: 101; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}
#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: space-between;
	padding: 0 40px;
	position: relative;
}
#qodef-top-area-inner.qodef-content-grid {
	padding: 0 !important;
}
#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
	margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
	margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
	margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}
#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
	margin: 0;
}
#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none;
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* ==========================================================================
   Map styles
   ========================================================================== */
#qodef-multiple-map-notice {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: #8d99ff;
	background-color: #fafafa;
}

.qodef-map-marker-holder {
	transform: translate(-50%, -100%);
	z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
	z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
	transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
	z-index: 10;
	transition: opacity 0.3s ease;
	transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
	margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
	display: block;
	width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
	margin: 0;
	transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
	color: #8d99ff;
}

/* cluster marker - begin */
.qodef-cluster-marker {
	width: 50px;
	height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
	fill: #3EBEB4;
}
.qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
	fill: #51A69E;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
	position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #262626;
}
.qodef-cluster-marker svg {
	width: 100%;
	height: auto;
}
.qodef-cluster-marker svg path {
	transition: fill 0.2s ease-in-out;
}

/* noUiSlider - begin */
.qodef-places-geo-radius {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 48px;
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.qodef-places-geo-radius .noUi-target {
	position: relative;
	display: inline-flex;
	height: 3px;
	width: calc(100% - 70px);
	background-color: #eaeaea;
	border: 0;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: #8d99ff;
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: #8d99ff;
	cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize;
}
.qodef-places-geo-radius [disabled].noUi-target,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled] .noUi-handle {
	cursor: not-allowed !important;
}

#qodef-page-mobile-header {
	background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
	margin: 0;
}
#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener {
	color: #262626;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
	opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened:hover {
	color: #262626;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0%);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px;
}

#qodef-page-mobile-header-inner.qodef-content-grid {
	padding: 0;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
	padding: 0 20px;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
	width: 100%;
}

/* ==========================================================================
   Mobile Logo styles
   ========================================================================== */
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
	display: none;
}

/* ==========================================================================
   Mobile header layout styles
   ========================================================================== */
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
	margin-left: 20px;
}

.qodef-fullscreen-menu--opened {
	overflow-y: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
	margin-left: 20px;
}

#qodef-side-area-mobile-header {
	position: fixed;
	top: 0;
	right: -340px;
	width: 340px;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 70px 60px;
	background-color: #000;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
	position: absolute;
	top: 26px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 13px;
	transform: rotate(45deg);
	width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 13px;
	transform: rotate(-45deg);
	width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--3 {
	display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
	display: none;
	transform: translateZ(0);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
	margin-right: 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
	display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
	color: #262626;
	background-color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner > ul {
	padding: 10px 0 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul {
	padding-left: 20px;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 11px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 20px;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 1.688em;
	font-weight: 300;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 12px;
	background: #8d99ff;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -20px;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 20px;
	padding-right: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	left: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
	color: #262626;
	background-color: #fff;
}
#qodef-side-area-mobile-header .qodef-widget-holder {
	position: absolute;
	left: 60px;
	bottom: 20px;
	width: calc(100% - 2 * 60px);
	height: auto;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
	margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
	top: 32px;
	height: calc(100vh - 32px);
}
#qodef-side-area-mobile-header.qodef--opened {
	right: 0;
	visibility: visible;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	margin-right: 5px;
	line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: auto;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	transition: opacity 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
	display: none;
	white-space: normal;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: #fff;
	box-shadow: 0 11px 14px 5px rgba(136, 136, 136, 0.0705882353);
}
.qodef-header-custom-styled-special-line .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	margin-top: 1px;
}
.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	width: 100vw;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid), .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 41px;
	margin: 0 -15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
	width: 100%;
	padding: 0 15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	color: #262626;
	font-size: 18px;
	cursor: context-menu;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
	padding-top: 1px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 11px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 20px;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 1.688em;
	font-weight: 300;
	color: #666666;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 1px;
	width: 12px;
	background: #8d99ff;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -20px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
	padding-left: 20px;
	padding-right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
	left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
	color: #262626;
	background-color: #fff;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
	color: #262626;
	background-color: #fff;
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 40px;
}

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
	position: relative;
}
.qodef-opener-icon .qodef-m-icon.qodef--open {
	visibility: visible;
	opacity: 1;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
}
.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack *:before {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--svg-path span {
	position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
	vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span > *,
.qodef-opener-icon.qodef-source--svg-path span path {
	fill: currentColor;
	stroke: currentColor;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
	position: absolute;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	transition: top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 5px;
	width: 24px;
	transition: width 0.3s ease, top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 12px;
	transition: width 0.3s ease, top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	top: 19px;
	width: 20px;
	transition: width 0.3s ease, top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-lines .qodef--2 {
	width: 20px;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-lines .qodef--1,
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open .qodef-m-lines .qodef--3 {
	width: 100%;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
	position: relative;
	/* set height for parallax item px, vh, % etc. */
	width: 100%;
	overflow: hidden;
}
.qodef-parallax.elementor-section {
	overflow: visible;
}

.qodef-parallax-row-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.qodef-parallax-img-holder {
	position: absolute;
	/* set values:
	       top = -x%, 
	       height = (100 + x)%
	   */
	top: -50%;
	height: 150%;
	left: 0;
	width: 100%;
	opacity: 0;
}
.touchevents .qodef-parallax-img-holder, .qodef-browser--edge .qodef-parallax-img-holder, .qodef-browser--ms-explorer .qodef-parallax-img-holder {
	top: 0;
	height: 100%;
	opacity: 1;
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99;
}

.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform;
}

.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
	height: 100%;
}

/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
.wpcf7-response-output {
	margin: 2em 0 0 0 !important;
}
.wpcf7 .ajax-loader {
	background-image: none !important;
	border: 2px solid #e6e6e6 !important;
	border-top: 2px solid #8d99ff !important;
	border-radius: 50%;
	width: 23px !important;
	height: 23px !important;
	margin: 0 0 0 12px !important;
	animation: qode-rotate 2s linear infinite;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	bottom: auto;
	top: 20%;
	left: 20%;
}

/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-contact-form-7 .ajax-loader {
	position: absolute;
	right: -10px;
}
.qodef-contact-form-7 .qodef-cf7-newsletter {
	display: flex;
}
.qodef-contact-form-7 .qodef-cf7-newsletter input[type=email] {
	margin: 0;
}
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-button {
	width: 50px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #fff;
	background-color: #8d99ff;
	border: 0;
	border-radius: 2px;
}
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-button > svg path {
	fill: #fff;
}
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-button > svg polyline {
	fill: none;
	stroke: #FFFFFF;
	stroke-miterlimit: 10;
}
.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-button:hover {
	color: #fff;
}
.qodef-contact-form-7 .qodef-cf7-2-column-layout {
	display: flex;
	align-items: flex-end;
}
.qodef-contact-form-7 .qodef-cf7-2-column-layout input,
.qodef-contact-form-7 .qodef-cf7-2-column-layout button {
	margin: 0;
}
.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column:first-child {
	width: 100%;
}
.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column:last-child {
	flex-shrink: 0;
	margin-left: 30px;
}
.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column .qodef-button {
	padding: 10px 75px;
}
@media only screen and (max-width: 680px) {
	.qodef-contact-form-7 .qodef-cf7-2-column-layout {
		flex-direction: column;
	}
	.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column:first-child {
		margin-bottom: 20px;
	}
	.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column:last-child {
		width: 100%;
		margin-left: 0;
	}
	.qodef-contact-form-7 .qodef-cf7-2-column-layout .qodef-column .qodef-button {
		width: 100%;
		padding: 10px 50px;
	}
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram {
	padding: 0 !important;
}
.qodef-instagram-list #sb_instagram #sbi_images {
	padding: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
	background-image: none !important;
	height: auto !important;
	padding-bottom: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 38, 38, 0.1);
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
	color: white;
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:before, .qodef-instagram-list .sbi_photo_wrap a:hover:after {
	opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
	display: inline-block !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 30px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 40px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 50px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 80px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	visibility: hidden;
	z-index: 1;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
	width: 100%;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
	visibility: visible;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -5px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
	padding: 0 5px !important;
	margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
	padding: 0 10px !important;
	margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -15px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
	padding: 0 15px !important;
	margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
	padding: 0 20px !important;
	margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -25px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
	padding: 0 25px !important;
	margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
	float: none;
	width: auto;
	margin: 0 -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
	padding: 0 40px !important;
	margin: 0 0 80px !important;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Instagram List widget styles
   ========================================================================== */
.widget.widget_techlink_core_instagram_list .qodef-widget-title {
	margin: 0 0 22px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
	border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1 !important;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
	font-weight: 600 !important;
	margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 1.688em;
	font-weight: 300;
	color: #666666;
	margin-right: 4px;
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
	clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
	width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
	width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
	width: 16.6666666667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
	width: 14.2857142857%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
	padding: 0;
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
	margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
	margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
	margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
	margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
	margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
	padding: 0 40px;
	margin: 0 0 80px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #fff;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}

/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
/* ==========================================================================
   Product Categories List Info on Image styles
   ========================================================================== */
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
	background-color: #ffffff;
	left: 50%;
	margin: 0;
	padding: 12px 41px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
	display: none;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
	margin-top: 20px !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_techlink_core_woo_dropdown_cart {
	height: 100%;
}

.qodef-header-box-styled-widgets--enabled .qodef-woo-dropdown-cart {
	width: 100%;
	padding: 0 !important;
}
.qodef-header-box-styled-widgets--enabled .qodef-woo-dropdown-cart .qodef-woo-dropdown-cart-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qodef-woo-dropdown-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px;
}
.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-inner:hover {
	background-color: #fff;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-inner {
	position: relative;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8d99ff;
	font-size: 9px;
	color: #fff;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	top: 12px;
	right: -12px;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: absolute;
	top: calc(100% + 1px);
	left: auto;
	right: 0;
	text-align: left;
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
	transition: clip-path 0.4s ease;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner,
.qodef-woo-dropdown-cart .qodef-m-dropdown-second-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 391px;
	padding: 16px 30px;
	background-color: #fff;
	box-shadow: 0 11px 14px 5px rgba(136, 136, 136, 0.0705882353);
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner p,
.qodef-woo-dropdown-cart .qodef-m-dropdown-second-inner p {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-second-inner {
	padding: 0 0 46px 0;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 39px;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #666666;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #666666;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #8d99ff;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image {
	flex-shrink: 0;
	width: 70px;
	margin-right: 14px;
}
.qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
	margin: 0;
}
.qodef-woo-dropdown-cart .qodef-e-title a {
	color: #262626;
}
.qodef-woo-dropdown-cart p.qodef-e-price {
	margin: 8px 0 0;
	font-size: 14px;
}
.qodef-woo-dropdown-cart p.qodef-e-quantity {
	font-family: "Ubuntu", sans-serif;
	margin: 7px 0 0;
	font-size: 11px;
	color: #8d99ff;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 25px;
	line-height: 1;
	color: #262626;
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	background-color: #f7f8f9;
	padding: 17px 29px;
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
	margin: 0;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
	color: #666666;
}
.qodef-woo-dropdown-cart .qodef-m-action {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 45px;
	text-align: center;
	padding: 0 30px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	letter-spacing: 0.35em;
	font-size: 14px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	outline: none;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	width: 100%;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	background-color: #8d99ff;
	border: 1px solid #8d99ff;
}
.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-text {
	left: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-text:before {
	content: "";
	position: absolute;
	display: inline-block;
	background-color: currentColor;
	top: 50%;
	left: -24px;
	height: 1px;
	width: 0;
	transition: all 0.2s ease-in-out;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: #8d99ff;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover .qodef-m-text {
	left: 11px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover .qodef-m-text:before {
	width: 12px;
}
.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

/* ==========================================================================
   WPBakery styles
   ========================================================================== */
.qodef-shortcode .wpb_row,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode ul.wpb_thumbnails-fluid > li,
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button {
	margin-bottom: 0 !important;
}

.qodef-vc-row-wrapper.qodef--parallax-row {
	width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
	height: auto !important;
}

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image span:only-child {
	opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
	width: auto;
	opacity: 1;
	will-change: opacity;
	transition: opacity 0.3s ease;
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.3s ease;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
	opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
	opacity: 1;
}

/* Clients list shortcode style - end */
/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single .qodef-media iframe {
	max-height: 56.25vw;
}
.qodef-portfolio-single .qodef-portfolio-title {
	margin: 0 0 15px;
}
.qodef-portfolio-single .qodef-portfolio-content {
	font-weight: 400;
	color: #737373;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-title {
	margin: 0 0 7px;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder {
	margin: 0 0 49px;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder > * {
	display: flex;
	align-items: baseline;
	margin-bottom: 11px;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder > *:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder .qodef-e-title {
	margin: 0 4px 0 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #8d99ff;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder p, .qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder a:not(.qodef-share-link) {
	margin: 0;
	color: #737373;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder a:not(.qodef-share-link):hover {
	color: #8d99ff;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info-section-holder .qodef-info--social-share {
	padding-top: 14px;
}

/* ==========================================================================
   Portfolio Category List shortcode style - begin
   ========================================================================== */
.qodef-portfolio-category-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
	display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
	position: relative;
	z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
	margin: 11px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 44px 48px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
	margin-top: 24px;
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
.qodef-portfolio-list .qodef-e-inner {
	position: relative;
}
.qodef-portfolio-list .qodef-e-image img {
	display: block;
}
.qodef-portfolio-list .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-list .qodef-e-info-category {
	margin: 0 0 4px;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
}
.qodef-portfolio-list .qodef-e-info-category a {
	color: inherit;
}
.qodef-portfolio-list .qodef-e-info-category a:hover {
	color: #8d99ff;
}
.qodef-portfolio-list .qodef-e-info-category a:after {
	content: "−";
	color: #737373;
}
.qodef-portfolio-list .qodef-e-info-category a:last-child:after {
	display: none;
}
.qodef-portfolio-list .qodef-e-info-category.qodef-custom-color a:hover, .qodef-portfolio-list .qodef-e-info-category.qodef-custom-color a:after {
	color: inherit;
}
.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
	height: 100%;
	overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below article.qodef--active .qodef-e-image img {
	transform: scale(1.05) translateX(7px);
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-image {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-image img {
	transform: scale(1.05) translateX(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-image:hover img {
	transform: scale(1.05) translateX(7px);
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-title-link {
	color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 26px 0 42px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-m-pagination {
	margin-top: 0;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
	transform: scale(1);
	transition: transform 0.4s ease;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
	transform: scale(1.03);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
	display: none;
}

.qodef-follow-info-holder {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	pointer-events: none;
	visibility: hidden;
	transition: transform 0.3s ease;
}
.qodef-follow-info-holder.qodef-right {
	text-align: right;
	transform: translateX(-100%);
}
.qodef-follow-info-holder .qodef-follow-info-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #1d1d1f;
	padding: 46px 48px;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.qodef-follow-info-holder .qodef-follow-info-title {
	display: block;
	position: relative;
	color: #fff;
	background-color: var(--qode-main-color);
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 8;
}
.qodef-follow-info-holder .qodef-follow-info-title > * {
	margin: 0;
}
.qodef-follow-info-holder .qodef-follow-info-category {
	display: block;
	margin: 0 0 4px;
	background-color: var(--qode-main-color);
	white-space: nowrap;
	z-index: 9;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
	content: "/";
	margin: 0 2px 0 3px;
}
.qodef-follow-info-holder a {
	color: #fff;
}
.qodef-follow-info-holder.qodef-is-active {
	visibility: visible;
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-inner {
	clip-path: inset(0 0 0 0);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.qodef-follow-info-holder br {
	display: none;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 46px 48px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
	z-index: 1;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image {
	overflow: hidden;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image .qodef-e-media-image {
	transform: translateX(0);
	transition: transform 0s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title {
	opacity: 0;
	transform: translateX(-20px);
	transition: 0.4s ease;
	will-change: transform;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title a:hover {
	color: currentColor;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-image .qodef-e-media-image {
	transform: translateX(5%);
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title {
	opacity: 1;
	transform: translateX(0);
	transition: 0.4s ease 0.15s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title {
	transition-delay: 0.3s;
}

/* ==========================================================================
   Portfolio Parallax shortcode styles
   ========================================================================== */
.qodef-portfolio-parallax article {
	position: relative;
	height: 80vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.qodef-portfolio-parallax article > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-portfolio-parallax .qodef-m-parallax-texts {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	color: #fff;
	z-index: 90;
	pointer-events: none;
	opacity: 0;
}
.qodef-portfolio-parallax .qodef-m-parallax-texts .qodef-e-helper-1,
.qodef-portfolio-parallax .qodef-m-parallax-texts .qodef-e-helper-2 {
	overflow: hidden;
}
.qodef-portfolio-parallax .qodef-m-parallax-texts .qodef-e-item {
	position: absolute;
	left: 7.8%;
	top: 50%;
	width: 460px;
	transform: translateY(-50%);
	overflow: hidden;
}
@media only screen and (max-width: 680px) {
	.qodef-portfolio-parallax .qodef-m-parallax-texts .qodef-e-item {
		width: 84.4%;
	}
}
.qodef-portfolio-parallax .qodef-e-info-category {
	margin: 0 0 5px;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}
.qodef-portfolio-parallax .qodef-e-info-category a {
	color: inherit;
}
.qodef-portfolio-parallax .qodef-e-info-category a:hover {
	color: #262626;
}
.qodef-portfolio-parallax .qodef-e-info-category a:after {
	content: "−";
	color: #fff;
}
.qodef-portfolio-parallax .qodef-e-info-category a:last-child:after {
	display: none;
}
.qodef-portfolio-parallax .qodef-e-title {
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #fff;
}
.qodef-portfolio-parallax .qodef-e-excerpt {
	width: 70%;
	margin: 11px 0 0;
}
@media only screen and (max-width: 680px) {
	.qodef-portfolio-parallax .qodef-e-excerpt {
		width: 100%;
	}
}
.qodef-portfolio-parallax.init .qodef-m-parallax-texts {
	opacity: 1;
	transition: opacity 0.6s;
}

/* ==========================================================================
   Portfolio Showcase shortcode styles
   ========================================================================== */
.qodef-portfolio-showcase.qodef--has-hover article.qodef--active .qodef-e-image img {
	transform: scale(1.05) translateX(7px);
}
.qodef-portfolio-showcase.qodef--has-hover article .qodef-e-image {
	overflow: hidden;
}
.qodef-portfolio-showcase.qodef--has-hover article .qodef-e-image img {
	width: 100%;
	transform: scale(1.05) translateX(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-portfolio-showcase.qodef--has-hover article .qodef-e-image:hover img {
	transform: scale(1.05) translateX(7px);
}
.qodef-portfolio-showcase .qodef-m-section {
	display: flex;
	align-items: flex-end;
	margin: 0 0 130px;
}
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-showcase .qodef-m-section {
		margin: 0 0 44px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-portfolio-showcase .qodef-m-section {
		flex-direction: column !important;
		margin: 0;
	}
}
.qodef-portfolio-showcase .qodef-m-section article:nth-child(1) {
	width: 45.5%;
	padding: 0 111px 94px 64px;
}
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-showcase .qodef-m-section article:nth-child(1) {
		padding: 0 55px 47px 32px;
	}
}
.qodef-portfolio-showcase .qodef-m-section article:nth-child(2) {
	width: 54.5%;
}
@media only screen and (max-width: 680px) {
	.qodef-portfolio-showcase .qodef-m-section article {
		width: 100% !important;
		padding: 0 !important;
	}
}
.qodef-portfolio-showcase .qodef-m-section:nth-child(2n) {
	flex-direction: row-reverse;
}
.qodef-portfolio-showcase .qodef-m-section:nth-child(2n) article:nth-child(1) {
	padding: 0 64px 94px 111px;
}
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-showcase .qodef-m-section:nth-child(2n) article:nth-child(1) {
		padding: 0 32px 47px 55px;
	}
}
.qodef-portfolio-showcase .qodef-e-content {
	margin: 26px 0 42px;
}
.qodef-portfolio-showcase .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-showcase .qodef-e-title a {
	color: currentColor;
}
.qodef-portfolio-showcase .qodef-e-info-category {
	margin: 0 0 4px;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
}
.qodef-portfolio-showcase .qodef-e-info-category a {
	color: inherit;
}
.qodef-portfolio-showcase .qodef-e-info-category a:hover {
	color: #8d99ff;
}
.qodef-portfolio-showcase .qodef-e-info-category a:after {
	content: "−";
	color: #737373;
}
.qodef-portfolio-showcase .qodef-e-info-category a:last-child:after {
	display: none;
}
.qodef-portfolio-showcase.qodef--has-appear .qodef-e .qodef-e-image {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
}
.elementor-editor-active .qodef-portfolio-showcase.qodef--has-appear .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.qodef-portfolio-showcase.qodef--has-appear .qodef-e .qodef-e-content {
	opacity: 0;
	transform: translateY(30px);
}
.elementor-editor-active .qodef-portfolio-showcase.qodef--has-appear .qodef-e .qodef-e-content {
	opacity: 1;
	transform: translateY(0);
}
.qodef-portfolio-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-e-image {
	clip-path: inset(-50px -50px -50px -50px);
	-webkit-clip-path: inset(-50px -50px -50px -50px);
	transition: clip-path 1s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.qodef-portfolio-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-e-content {
	opacity: 1;
	transform: translateY(0);
	transition: 0.4s ease 0.6s;
}
.qodef-portfolio-showcase.qodef--has-float .qodef-e {
	will-change: transform;
}

/* ==========================================================================
   Related Portfolio Single Items styles
   ========================================================================== */
#qodef-portfolio-single-related-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 128px;
}
#qodef-portfolio-single-related-items .qodef-m-tagline {
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #737373;
}
#qodef-portfolio-single-related-items .qodef-m-title {
	margin: 0 0 50px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 17px 0 3px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-icon-holder {
	background-color: #262626;
	color: #fff;
	transition: background-color 0.2s ease-out;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-icon-holder svg {
	display: block;
	fill: none;
	stroke: currentColor;
}
#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-icon-holder svg line {
	stroke: currentColor;
	stroke-dasharray: 20;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.6s ease;
}
#qodef-single-portfolio-navigation .qodef-m-nav:hover .qodef-m-nav-icon-holder svg line {
	stroke-dashoffset: 40;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
	stroke: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon-holder {
	background-color: #8d99ff;
	margin-right: 19px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	text-align: right;
	margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon-holder {
	margin-left: 14px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 0;
	left: calc(50% - 27px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon-holder {
	background-color: #ebeced;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	fill: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover .qodef-m-nav-icon-holder {
	background-color: #dcdcdc;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 4px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	letter-spacing: 0.35em;
	font-weight: 400;
	line-height: 0.769em;
	text-transform: uppercase;
	color: #262626;
	font-weight: 600;
}
@media only screen and (max-width: 680px) {
	#qodef-single-portfolio-navigation .qodef-m-nav-label {
		display: none;
	}
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
	margin-top: 17px !important;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info {
	margin-top: 49px !important;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-content > :first-child {
	margin-bottom: 11px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
	margin-right: 32px;
}
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
	margin-top: 46px !important;
}
.qodef-portfolio-single.qodef-layout--gallery-small #qodef-single-portfolio-navigation {
	margin: 80px 0 3px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
	margin-top: 17px !important;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info {
	margin-top: 49px !important;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 30px;
	float: none;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-content > :first-child {
	margin-bottom: 11px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
	margin-right: 32px;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 30px;
	float: none;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content > :first-child {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
	margin-top: 46px !important;
}
.qodef-portfolio-single.qodef-layout--images-small #qodef-single-portfolio-navigation {
	margin: 80px 0 3px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
	margin-top: 17px !important;
}
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-info {
	margin-top: 49px !important;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
	margin-right: 32px;
}
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
	margin-top: 46px !important;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item {
	margin-top: 17px !important;
}
.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-info {
	margin-top: 49px !important;
}
.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-content > :first-child {
	margin-bottom: 11px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
	margin-right: 32px;
}
.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content > :first-child {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
	margin-top: 46px !important;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.qodef-team-list .qodef-e-title {
	margin: 4px 0 14px;
}
.qodef-team-list .qodef-team-member-social-icons {
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35em;
}
.qodef-team-list.qodef-swiper-container .qodef-team-member-social-icons {
	display: inline-flex;
}
.qodef-team-list.qodef--has-hover .qodef-e-media-image {
	position: relative;
}
.qodef-team-list.qodef--has-hover .qodef-e-media-image:hover .qodef-e-hover-image {
	opacity: 1;
}
.qodef-team-list.qodef--has-hover .qodef-e-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 26px 0 20px;
}
.qodef-team-list.qodef-item-layout--info-below.qodef-swiper-container {
	padding-bottom: 48px;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
	position: relative;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image {
	transform: translateX(5%);
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
	z-index: 1;
	transition: opacity 0.3s ease, z-index 0s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-team-member-social-icons {
	opacity: 1;
	transform: translateX(0);
	transition: 0.4s ease 0.15s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-e-title {
	transition-delay: 0.3s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-team-member-social-icons {
	transition-delay: 0.45s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-image {
	overflow: hidden;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-image .qodef-e-media-image {
	transform: translateX(0);
	transition: transform 0s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 43px 49px;
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid #e3e4e5;
	opacity: 0;
	transition: opacity 0.3s ease, z-index 0s 0.3s;
	z-index: -1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons {
	opacity: 0;
	transform: translateX(-20px);
	transition: 0.4s ease;
}

/* ==========================================================================
   Team showcase shortcode styles
   ========================================================================== */
.qodef-team-showcase {
	display: flex;
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase {
		flex-direction: column;
	}
}
.qodef-team-showcase .qodef-m-column {
	width: 50%;
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase .qodef-m-column {
		width: 100%;
	}
}
.qodef-team-showcase .qodef-m-column article {
	margin: 131px 0 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-team-showcase .qodef-m-column article {
		margin: 71px 0 0;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase .qodef-m-column article {
		margin: 0 !important;
		padding: 0 !important;
	}
}
.qodef-team-showcase .qodef-m-column article .qodef-e-inner {
	position: relative;
	padding: 0 0 0 49px;
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase .qodef-m-column article .qodef-e-inner {
		padding: 0 0 0 49px;
	}
}
.qodef-team-showcase .qodef-m-column.qodef--left article:first-child {
	margin: 198px 0 0;
}
.qodef-team-showcase .qodef-m-column.qodef--left article:nth-child(2n+1) {
	padding: 0 127px 0 0;
}
.qodef-team-showcase .qodef-m-column.qodef--left article:nth-child(2n) {
	padding: 0 15px 0 112px;
}
@media only screen and (max-width: 1024px) {
	.qodef-team-showcase .qodef-m-column.qodef--left article:first-child {
		margin: 138px 0 0;
	}
	.qodef-team-showcase .qodef-m-column.qodef--left article:nth-child(2n+1) {
		padding: 0 67px 0 0;
	}
	.qodef-team-showcase .qodef-m-column.qodef--left article:nth-child(2n) {
		padding: 0 15px 0 52px;
	}
}
.qodef-team-showcase .qodef-m-column.qodef--right article:first-child {
	margin: 0;
}
.qodef-team-showcase .qodef-m-column.qodef--right article:nth-child(2n+1) {
	padding: 0 79px 0 48px;
}
.qodef-team-showcase .qodef-m-column.qodef--right article:nth-child(2n) {
	padding: 0 0 0 127px;
}
@media only screen and (max-width: 1024px) {
	.qodef-team-showcase .qodef-m-column.qodef--right article:nth-child(2n+1) {
		padding: 0 49px 0 18px;
	}
	.qodef-team-showcase .qodef-m-column.qodef--right article:nth-child(2n) {
		padding: 0 0 0 67px;
	}
}
.qodef-team-showcase .qodef-e-content {
	margin: 26px 0 0;
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase .qodef-e-content {
		margin: 26px 0 22px;
	}
}
.qodef-team-showcase .qodef-e-role {
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.qodef-team-showcase .qodef-e-title {
	margin: 4px 0 0;
}
.qodef-team-showcase .qodef-team-member-social-icons {
	position: absolute;
	top: 38px;
	left: 22px;
	transform: rotate(90deg);
	transform-origin: top left;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35em;
}
@media only screen and (max-width: 680px) {
	.qodef-team-showcase .qodef-team-member-social-icons {
		left: 22px;
	}
}
.qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-image {
	clip-path: inset(0 0 100% 0);
	-webkit-clip-path: inset(0 0 100% 0);
}
.elementor-editor-active .qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-role,
.qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-title {
	opacity: 0;
	transform: translateY(30px);
}
.elementor-editor-active .qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-role,
.elementor-editor-active .qodef-team-showcase.qodef--has-appear .qodef-e .qodef-e-title {
	opacity: 1;
	transform: translateY(0);
}
.qodef-team-showcase.qodef--has-appear .qodef-e .qodef-team-member-social-icons {
	opacity: 0;
	transform: translateY(-30px) rotate(90deg);
}
.elementor-editor-active .qodef-team-showcase.qodef--has-appear .qodef-e .qodef-team-member-social-icons {
	opacity: 1;
	transform: translateY(0) rotate(90deg);
}
.qodef-team-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-e-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	transition: clip-path 1s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.qodef-team-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-e-role,
.qodef-team-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-e-title {
	opacity: 1;
	transform: translateY(0);
	transition: 0.4s ease 0.6s;
}
.qodef-team-showcase.qodef--has-appear .qodef-e.qodef--appear .qodef-team-member-social-icons {
	opacity: 1;
	transform: translateY(0) rotate(90deg);
	transition: 0.4s ease 0.6s;
}
.qodef-team-showcase.qodef--has-float .qodef-e {
	will-change: transform;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list.qodef-swiper-container {
	cursor: grab;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 {
	margin: 0 auto;
	display: block;
	max-width: 95%;
}
.qodef-testimonials-list.qodef-swiper-container ~ .swiper-button-prev {
	left: 80px !important;
}
.qodef-testimonials-list.qodef-swiper-container ~ .swiper-button-next {
	right: 80px !important;
}
.qodef-testimonials-list .qodef-e-inner {
	padding: 20px 0;
}
.qodef-testimonials-list .qodef-e-content {
	padding: 0 5%;
	text-align: center;
}
.qodef-testimonials-list .qodef-e-quote-mark {
	position: relative;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
	width: 95px;
	fill: #ebeced;
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 41px;
}
.qodef-testimonials-list .qodef-e-text {
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #262626;
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .qodef-e-text {
		font-size: 20px;
		line-height: 30px;
	}
}
.qodef-testimonials-list .qodef-e-author {
	margin: 39px 0 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.qodef-testimonials-list.qodef-swiper-container {
	padding-top: 50px;
	padding-bottom: 89px;
}
.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev {
	left: 0 !important;
}
.qodef-testimonials-list.qodef-swiper-container .swiper-button-next {
	right: 0 !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-testimonials-list.qodef-info-below-content-padding--disabled .qodef-e-content {
		padding: 0 5% !important;
	}
}

.qodef-review-rating {
	display: flex;
}
.qodef-review-rating .qodef-rating-inner {
	display: flex;
	flex-basis: 50%;
}
.qodef-review-rating label {
	margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
	display: flex;
	margin: 0;
}
.qodef-review-rating .qodef-star-rating {
	position: relative;
	display: block;
	margin: 0 0.1em 0 0;
	cursor: pointer;
	color: #8d99ff;
}
.qodef-review-rating .qodef-star-rating svg {
	display: block;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
	fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	width: auto;
	line-height: 1;
	display: flex;
	flex-shrink: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
	color: #8d99ff;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: 0.1em;
	width: 10px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
	margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
	color: #8d99ff;
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
	vertical-align: middle;
	margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
	vertical-align: middle;
	font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
	vertical-align: middle;
	padding-left: 200px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
	line-height: 28px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
	padding: 6px 0;
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
	padding-top: 23%;
	padding-left: 15%;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-reviews-number {
	font-size: 72px;
	color: #ffd740;
	font-weight: 700;
	line-height: 1em;
	margin-right: 22px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -6px;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
	display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
	color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
	font-weight: 700;
	font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
	padding: 29px 50px 40px;
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
	display: inline-block;
	vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
	display: block;
}

.qodef-comment-list .qodef-comment-name {
	float: none;
}
.qodef-comment-list .qodef-review-rating {
	display: inline-block;
	width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
	display: inline-block;
	width: 100%;
}

/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 100;
	background-image: url(/wp-content/themes/techlink/assets/img/fullscreen-bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.qodef-fullscreen-search-holder .qodef-fullscreen-inner {
	background-color: #fff;
	height: 100%;
	margin: 0;
	width: 84%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.qodef-fullscreen-search-holder .qodef-fullscreen-inner {
		width: 100%;
	}
}
.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-additional-search-text {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #737373;
	display: block;
	letter-spacing: 0.05em;
	bottom: 6px;
	transform: translateY(15px);
	opacity: 0;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-additional-search-text {
	transform: translateY(0);
	opacity: 1;
	transition: 0.5s ease 0.7s;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: "Rajdhani", sans-serif;
	color: #262626;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.06em;
	background: transparent;
	border: 0;
	border-radius: 0;
	transform: translateY(15px);
	opacity: 0;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-field {
	transform: translateY(0);
	opacity: 1;
	transition: 0.5s ease 0.5s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	padding: 0;
	margin: 0;
	color: #262626;
	background: none;
	border: 0;
	outline: none;
	opacity: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	color: #8d99ff;
	background: none;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
	opacity: 1;
	bottom: 10px;
	transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
	display: none;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	border-bottom: 1px solid #c8c8c8;
	transition: all 0.3s ease;
}
.qodef-fullscreen-search-holder .qodef-m-form-line .qodef-m-form-animated-line {
	position: absolute;
	display: inline-block;
	background-color: #8d99ff;
	bottom: -1px;
	left: 0;
	width: 388px;
	max-width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line .qodef-m-form-animated-line {
	transform: scaleX(1);
	transition: transform 0.5s ease 0.4s, width 0.3s ease;
}
.qodef-fullscreen-search-holder .qodef-m-form-line .qodef-m-hidden {
	display: none;
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.06em;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
	width: 100%;
	transition: width 0.5s ease 0.3s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	top: 33px;
	right: 70px;
	color: #666666;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	display: none;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: #262626;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
	opacity: 1;
	visibility: visible;
	display: inline-block;
	background-color: #8d99ff;
	color: #fff;
	padding: 39px;
	top: 0;
	right: 0;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--svg-path .qodef-m-icon svg {
	stroke: none;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--svg-path .qodef-svg-close path {
	stroke: none !important;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--svg-path:hover .qodef-svg-close g:first-child {
	animation: qode-center-line 0.6s forwards ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--svg-path:hover .qodef-svg-close g:nth-child(2) {
	animation: qode-top-line 0.4s forwards ease-out 0.15s;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--svg-path:hover .qodef-svg-close g:last-child {
	animation: qode-bottom-line 0.4s forwards ease-out 0.15s;
}
.qodef-fullscreen-search--opened.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 32px;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_out 0.3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_in 0.3s ease both;
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px;
}
.qodef-search-opener.qodef-source--svg-path span > *,
.qodef-search-opener.qodef-source--svg-path span path {
	stroke: none;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accordion.qodef--init {
	visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple {
	border-bottom: 1px solid #e1e1e1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 21px 0 0;
	padding: 30px 0 7px;
	border-top: 1px solid #e1e1e1;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	top: -1px;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: transparent;
	border-radius: 4px;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span svg {
	display: block;
	transition: fill 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
	background-color: #8d99ff;
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus svg {
	fill: #fff;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 0 10% 19px 0;
	margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
}

/* ==========================================================================
   Awards List style - begin
   ========================================================================== */
.qodef-awards-list .qodef-m-item {
	margin: 0 0 48px;
}
.qodef-awards-list .qodef-e-info {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	margin: 0 0 4px;
}
.qodef-awards-list .qodef-e-info > span {
	margin-right: 6px;
}
.qodef-awards-list .qodef-e-info > span:after {
	content: "−";
	margin-left: 10px;
	color: #666666;
}
.qodef-awards-list .qodef-e-info > span:last-child {
	margin-right: 0;
}
.qodef-awards-list .qodef-e-info > span:last-child:after {
	display: none;
}
.qodef-awards-list .qodef-e-info .qodef-e-location {
	color: #8d99ff;
}
.qodef-awards-list .qodef-e-title {
	margin: 0;
}
.qodef-awards-list .qodef-e-description {
	margin: 11px 0 0;
}
.qodef-awards-list.qodef-layout--2-columns .qodef-m-items {
	display: flex;
	flex-wrap: wrap;
}
.qodef-awards-list.qodef-layout--2-columns .qodef-m-item {
	width: 50%;
	box-sizing: border-box;
}
.qodef-awards-list.qodef-layout--2-columns .qodef-m-item:nth-child(2n) {
	padding-left: 50px;
}
.qodef-awards-list.qodef-layout--2-columns .qodef-m-item:nth-child(2n+1) {
	padding-right: 50px;
}

/* ==========================================================================
   Awards List style style - end
   ========================================================================== */
/* ==========================================================================
   Banner shortcode styles
   ========================================================================== */
.qodef-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.qodef-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.qodef-banner .qodef-m-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 7% 9%;
}
.qodef-banner .qodef-m-content-inner-2 {
	position: relative;
}
.qodef-banner .qodef-m-title,
.qodef-banner .qodef-m-subtitle,
.qodef-banner .qodef-m-text-field {
	position: relative;
	color: #262626;
	z-index: 1;
}
.qodef-banner .qodef-m-title {
	margin: 0;
}
.qodef-banner div.qodef-m-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #262626;
}
.qodef-banner .qodef-m-subtitle {
	margin: 0 0 4px;
}
.qodef-banner div.qodef-m-subtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.qodef-banner .qodef-m-text-field {
	margin: 5px 0 0;
}
.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-banner .qodef-m-image img {
	display: block;
	transition: all 0.35s ease-out;
}
.qodef-banner .qodef-m-background-text {
	position: absolute;
	top: 3px;
	font-family: "Rajdhani", sans-serif;
	font-size: 140px;
	font-weight: 700;
	line-height: 0.8;
	text-transform: uppercase;
	color: rgba(235, 236, 237, 0.75);
	transform: translateY(-50%);
}
.qodef-banner.qodef-custom-layout--enabled .qodef-m-content-inner:hover .qodef-m-title,
.qodef-banner.qodef-custom-layout--enabled .qodef-m-content-inner:hover .qodef-m-subtitle,
.qodef-banner.qodef-custom-layout--enabled .qodef-m-content-inner:hover .qodef-m-text-field {
	color: #fff !important;
	transition: color 0.2s ease-out;
}
.qodef-banner.qodef-custom-layout--enabled .qodef-m-content-inner:hover .qodef-m-background-text {
	color: rgba(255, 255, 255, 0.25) !important;
	transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1024px) {
	.qodef-banner.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-banner.qodef-disable-below--1024 .qodef-m-background-text {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-banner.qodef-disable-below--768 .qodef-m-background-text {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-banner.qodef-disable-below--680 .qodef-m-background-text {
		display: none;
	}
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-image {
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.qodef-banner.qodef-layout--link-button .qodef-m-image {
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	transition: clip-path 0.5s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	padding: 106px 12.5% 50px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
	position: relative;
	margin: 0;
	z-index: 1;
}
.qodef-banner.qodef-layout--link-button.qodef-custom-layout--enabled .qodef-m-content-inner:hover .qodef-m-button .qodef-button.qodef-layout--textual {
	color: #fff !important;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image {
	overflow: hidden;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
	transform: translate(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
	transform: translate(20px);
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	letter-spacing: 0.35em;
	font-size: 14px;
	line-height: 2em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	outline: none;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	padding: 12px 49px;
}
.qodef-button.qodef-size--small {
	padding: 10px 30px;
}
.qodef-button.qodef-size--large {
	padding: 14px 60px;
}
.qodef-button.qodef-size--full {
	width: 100%;
	text-align: center;
}

.qodef-button.qodef-layout--additional {
	color: #fff;
	background-color: #262626;
	border: 1px solid transparent;
	width: 100%;
	padding: 12px 59px;
}
.qodef-button.qodef-layout--additional.qodef-no-border-radius {
	border-radius: 0;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text {
	padding-right: 0;
	transition: padding 0.3s 0.25s;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: calc(50% - 1px);
	right: 0;
	width: 11px;
	height: 1px;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	position: absolute;
	height: 100%;
	right: -9px;
	background-color: currentColor;
	width: 0;
	outline: transparent solid 1px;
	transition: width 0.2s;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder .qodef-m-text-line-top {
	top: 0;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
}
.qodef-button.qodef-layout--additional.qodef-simple .qodef-m-text-line-holder .qodef-m-text-line {
	position: absolute;
	display: block;
	width: calc(100% + 9px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s 0.15s;
}
.qodef-button.qodef-layout--additional.qodef-simple:hover .qodef-m-text {
	padding-right: 20px;
	transition: padding 0.3s;
}
.qodef-button.qodef-layout--additional.qodef-simple:hover .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional.qodef-simple:hover .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	width: 7px;
	transition: width 0.2s 0.25s;
}
.qodef-button.qodef-layout--additional.qodef-simple:hover .qodef-m-text-line-holder .qodef-m-text-line {
	transform: scaleX(1);
	transition: transform 0.2s 0.15s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text {
	display: inline-block;
	transform: translateX(0);
	transition: transform 0.3s 0.2s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 7px;
	height: 1px;
	transition: width 0.2s 0.25s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	position: absolute;
	height: 100%;
	right: -9px;
	background-color: currentColor;
	outline: transparent solid 1px;
	width: 7px;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder .qodef-m-text-line-top {
	top: 0;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder .qodef-m-text-line {
	position: absolute;
	display: block;
	width: calc(100% + 9px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(1);
	transform-origin: right;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-bottom {
	width: 0;
	transition: width 0.25s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--before .qodef-m-text-line {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s 0.15s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-bottom {
	width: 7px;
	transition: width 0.2s 0.35s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple) .qodef-m-text-line-holder.qodef--after .qodef-m-text-line {
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.2s 0.25s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover {
	color: #fff;
	background-color: #262626;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text {
	transform: translateX(16px);
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-bottom {
	width: 7px;
	transition: width 0.2s 0.35s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--before .qodef-m-text-line {
	transform: scaleX(1);
	transition: transform 0.2s 0.25s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-top,
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-bottom {
	width: 0;
	transition: width 0.25s;
}
.qodef-button.qodef-layout--additional:not(.qodef-simple):hover .qodef-m-text-line-holder.qodef--after .qodef-m-text-line {
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.2s 0.15s;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #8d99ff;
	border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #fff;
	background-color: #8d99ff;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text {
	display: inline-block;
	transform: translateX(0);
	transition: transform 0.3s 0.2s;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 7px;
	height: 1px;
	transition: width 0.2s 0.25s;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	position: absolute;
	height: 100%;
	right: -9px;
	background-color: currentColor;
	outline: transparent solid 1px;
	width: 7px;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder .qodef-m-text-line-top {
	top: 0;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder .qodef-m-text-line {
	position: absolute;
	display: block;
	width: calc(100% + 9px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(1);
	transform-origin: right;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-top,
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--before .qodef-m-text-line-bottom {
	width: 0;
	transition: width 0.25s;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--before .qodef-m-text-line {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s 0.15s;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-top,
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--after .qodef-m-text-line-bottom {
	width: 7px;
	transition: width 0.2s 0.35s;
}
.qodef-button.qodef-layout--filled.qodef-icon--enabled .qodef-m-text-line-holder.qodef--after .qodef-m-text-line {
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.2s 0.25s;
}

.qodef-button.qodef-layout--outlined {
	color: #fff;
	background-color: #8d99ff;
	border: 1px solid #8d99ff;
}
.qodef-button.qodef-layout--outlined:hover {
	color: #fff;
	background-color: #8d99ff;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
	left: 11px;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-text:before {
	width: 12px;
}
.qodef-button.qodef-layout--outlined .qodef-m-text {
	left: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.qodef-button.qodef-layout--outlined .qodef-m-text:before {
	content: "";
	position: absolute;
	display: inline-block;
	background-color: currentColor;
	top: 50%;
	left: -24px;
	height: 1px;
	width: 0;
	transition: all 0.2s ease-in-out;
}

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	color: #262626;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-button.qodef-layout--textual:hover {
	color: #262626;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text {
	padding-right: 20px;
	transition: padding 0.3s;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--textual:hover .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	width: 7px;
	transition: width 0.2s 0.25s;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-text-line-holder .qodef-m-text-line {
	transform: scaleX(1);
	transition: transform 0.2s 0.15s;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	padding-right: 0;
	transition: padding 0.3s 0.25s;
}
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: calc(50% - 1px);
	right: 0;
	width: 11px;
	height: 1px;
}
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder .qodef-m-text-line-top,
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	position: absolute;
	height: 100%;
	right: -9px;
	background-color: currentColor;
	width: 0;
	outline: transparent solid 1px;
	transition: width 0.2s;
}
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder .qodef-m-text-line-top {
	top: 0;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder .qodef-m-text-line-bottom {
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
}
.qodef-button.qodef-layout--textual .qodef-m-text-line-holder .qodef-m-text-line {
	position: absolute;
	display: block;
	width: calc(100% + 9px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s 0.15s;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
.qodef-cards-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0;
}
.qodef-cards-gallery .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-cards-gallery img {
	position: relative;
	display: block;
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
}
.qodef-cards-gallery .qodef-m-fake-card {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card {
	position: absolute;
	transition: all 0.3s ease;
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
}
.qodef-cards-gallery .qodef-m-card.qodef-animating {
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
	transition: all 0.6s cubic-bezier(0, 0, 0, 1);
	pointer-events: none;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
	left: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
	transform: translateX(-100%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
	transform: scale(0.5) translateX(110%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
	transform: scale(0.6) translateX(77%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
	transform: scale(0.7) translateX(52%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
	transform: scale(0.8) translateX(32%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
	transform: scale(0.9) translateX(15.2%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(6) {
	transform: scale(0.5) translateX(115%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(5) {
	transform: scale(0.6) translateX(82%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(4) {
	transform: scale(0.7) translateX(57%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(3) {
	transform: scale(0.8) translateX(37%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(2) {
	transform: scale(0.9) translateX(20.2%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
	right: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
	transform: translateX(100%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
	transform: scale(0.5) translateX(-110%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
	transform: scale(0.6) translateX(-77%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
	transform: scale(0.7) translateX(-52%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
	transform: scale(0.8) translateX(-32%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
	transform: scale(0.9) translateX(-15.2%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(6) {
	transform: scale(0.5) translateX(-115%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(5) {
	transform: scale(0.6) translateX(-82%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(4) {
	transform: scale(0.7) translateX(-57%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(3) {
	transform: scale(0.8) translateX(-37%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(2) {
	transform: scale(0.9) translateX(-20.2%);
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
	visibility: hidden;
}
@keyframes qodefCardAppearFromRight {
	0% {
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: visible;
	}
	30% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
	animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
	animation-delay: 0.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
	animation-delay: 0.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
	animation-delay: 0.6s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
	animation-delay: 0.8s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
	animation-delay: 1s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
	animation-delay: 1.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
	animation-delay: 1.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
	animation-delay: 1.6s;
}
@keyframes qodefCardAppearFromLeft {
	0% {
		visibility: visible;
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	30% {
		visibility: visible;
		opacity: 1;
	}
	100% {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
	animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
	animation-delay: 0.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
	animation-delay: 0.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
	animation-delay: 0.6s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
	animation-delay: 0.8s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
	animation-delay: 1s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
	animation-delay: 1.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
	animation-delay: 1.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
	animation-delay: 1.6s;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.3333333333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.6666666667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper .qodef-label {
	color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	font-size: 140px;
	line-height: 0.8;
	text-transform: uppercase;
	color: #ebeced;
}
@media only screen and (max-width: 680px) {
	.qodef-countdown.qodef-layout--simple .qodef-digit {
		font-size: 120px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-countdown.qodef-layout--simple .qodef-digit {
		font-size: 70px;
	}
}
.qodef-countdown.qodef-layout--simple .qodef-label {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
	position: absolute;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	font-size: 140px;
	line-height: 0.8;
	text-transform: uppercase;
	color: #ebeced;
}
.qodef-counter.qodef-layout--simple .qodef-m-content {
	position: relative;
	margin: 0;
	padding-top: 59px;
	z-index: 1;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
	margin: 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	margin: 0 0 5px;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
	position: relative;
	margin: 0;
}

/* ==========================================================================
   Dropcaps shortcode styles
   ========================================================================== */
.qodef-dropcaps {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 65px;
	line-height: 1.05em;
	letter-spacing: 0.24em;
}
.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 1.143em;
	letter-spacing: 0.15em;
	color: #fff;
	background-color: #262626;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%;
}

/* ==========================================================================
   Floating Images shortcode style - begin
   ========================================================================== */
.qodef-floating-images .qodef-m-inner {
	position: relative;
	display: inline-block;
}
.qodef-floating-images .qodef-m-image-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.qodef-floating-images .qodef-m-image-wrapper {
	height: 100%;
}
.qodef-floating-images img {
	position: absolute;
	max-width: none;
	border-radius: 8px;
	border: 0;
}
.elementor .qodef-floating-images img {
	border-radius: 8px;
	max-width: none;
}
.qodef-floating-images.qodef-alignment--center {
	text-align: center;
}
.qodef-floating-images.qodef-alignment--left {
	text-align: left;
}
.qodef-floating-images.qodef-alignment--right {
	text-align: right;
}

/* ==========================================================================
   Floating Images shortcode style - begin
   ========================================================================== */
/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-slider-holder {
	position: relative;
	padding-bottom: 3%;
}
.qodef-frame-slider-holder .qodef-frame-slider-image {
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 100;
}
.qodef-frame-slider-holder .qodef-frame-slider-image img {
	width: 100%;
}
.qodef-frame-slider-holder .qodef-m-swiper {
	overflow: hidden;
}
.qodef-frame-slider-holder .qodef-m-item {
	width: 698px;
	margin: 0 0;
	transform: scale(0.72);
	transition: transform 0.8s ease 0.2s;
}
.qodef-frame-slider-holder .qodef-m-item img {
	margin-top: 21px;
}
.qodef-frame-slider-holder .qodef-m-item.swiper-slide-prev {
	transform: scale(0.72) translateX(151px);
	transition: transform 0.6s ease 0.2s;
}
.qodef-frame-slider-holder .qodef-m-item.swiper-slide-next {
	transform: scale(0.72) translateX(-151px);
	transition: transform 0.6s ease 0.2s;
}
.qodef-frame-slider-holder .qodef-m-item.swiper-slide-duplicate-prev, .qodef-frame-slider-holder .qodef-m-item.swiper-slide-duplicate-next {
	transition: transform 0.6s ease 0.2s;
}
.qodef-frame-slider-holder .qodef-m-item.swiper-slide-active, .qodef-frame-slider-holder .qodef-m-item.swiper-slide-duplicate-active {
	transform: scale(1);
	transition: transform 0.8s ease;
}
.qodef-frame-slider-holder .swiper-pagination-bullets {
	display: none;
}

/* ==========================================================================
   Frame Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%;
}
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
	width: 100%;
	display: block;
}
.qodef-google-map .qodef-m-map img {
	max-width: none;
}

/* ==========================================================================
   Highlight shortcode styles
   ========================================================================== */
.qodef-highlight .qodef-highlight-text {
	padding: 0 5px;
	color: #fff;
	background-color: #262626;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.qodef-icon-list-item .qodef-e-title a {
	display: block;
}
.qodef-icon-list-item .qodef-e-title-text {
	color: #666666;
	transition: all 0.2s ease-in-out;
}
.qodef-icon-list-item .qodef-e-title-text:hover {
	color: #272727;
}
.qodef-icon-list-item div.qodef-e-title {
	top: -9px;
	line-height: 28px;
}
.qodef-icon-list-item .qodef-e-title-inner {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.qodef-icon-list-item .qodef-icon-holder {
	flex-shrink: 0;
	margin-right: 5px;
	float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block;
}

/* ==========================================================================
   Icon List Item widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_techlink_core_icon_list_item {
	margin-bottom: 0;
}
.qodef-page-custom-sidebar .widget.widget_techlink_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_techlink_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_techlink_core_icon_list_item {
	margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
	margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
	display: block;
}
.qodef-icon-with-text .qodef-m-title a:hover {
	color: inherit;
}
.qodef-icon-with-text .qodef-m-text {
	margin: 11px 0 0;
	font-weight: 300;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
	float: none;
}
.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper .qodef-m-custom-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper:hover .qodef-m-custom-icon-hover {
	opacity: 1;
}
.qodef-icon-with-text.qodef--custom-icon.qodef--active .qodef-m-icon-wrapper .qodef-m-custom-icon-hover {
	opacity: 1;
}
.qodef-icon-with-text.qodef--has-appear {
	opacity: 0;
	transition: 0.7s ease-in-out 0.1s;
}
.qodef-icon-with-text.qodef--has-appear svg circle {
	stroke-dasharray: 550;
	stroke-dashoffset: 550;
	transition: 1s ease-in-out 0.2s;
}
.qodef-icon-with-text.qodef--has-appear svg line,
.qodef-icon-with-text.qodef--has-appear svg path {
	transition: 1.5s ease-in-out 0.5s;
}
.qodef-icon-with-text.qodef--has-appear svg line:not(.has-stroke-dash),
.qodef-icon-with-text.qodef--has-appear svg path:not(.has-stroke-dash) {
	stroke-dasharray: 350;
	stroke-dashoffset: 350;
}
.qodef-icon-with-text.qodef--has-appear svg line.has-stroke-dash,
.qodef-icon-with-text.qodef--has-appear svg path.has-stroke-dash {
	opacity: 0;
}
.qodef-icon-with-text.qodef--has-appear.qodef--appear {
	opacity: 1;
}
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg circle:not(.has-stroke-dash),
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg line:not(.has-stroke-dash),
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg path:not(.has-stroke-dash) {
	stroke-dashoffset: 0;
}
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg circle.has-stroke-dash,
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg line.has-stroke-dash,
.qodef-icon-with-text.qodef--has-appear.qodef--appear svg path.has-stroke-dash {
	opacity: 1;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-top: -4px;
	margin-right: 31px;
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear {
	opacity: 1;
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear .qodef-m-icon-wrapper {
	opacity: 0;
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear .qodef-m-title,
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear .qodef-m-text {
	opacity: 0;
	transform: translateY(15px);
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear.qodef--appear .qodef-m-icon-wrapper {
	opacity: 1;
	transition: opacity 0.4s ease;
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear.qodef--appear .qodef-m-title,
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear.qodef--appear .qodef-m-text {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.4s ease 0.2s;
}
.qodef-icon-with-text.qodef-layout--before-content.qodef--has-appear.qodef--appear .qodef-m-text {
	transition-delay: 0.3s;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-text {
	margin: 8px 0 0;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 17px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 28px;
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear {
	opacity: 1;
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear .qodef-m-icon-wrapper {
	opacity: 0;
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear .qodef-m-title,
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear .qodef-m-text {
	opacity: 0;
	transform: translateY(15px);
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear.qodef--appear .qodef-m-icon-wrapper {
	opacity: 1;
	transition: opacity 0.4s ease;
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear.qodef--appear .qodef-m-title,
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear.qodef--appear .qodef-m-text {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.4s ease 0.2s;
}
.qodef-icon-with-text.qodef-layout--top.qodef--has-appear.qodef--appear .qodef-m-text {
	transition-delay: 0.3s;
}

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1;
}
.qodef-icon-holder a {
	display: block;
}
.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: #8d99ff;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
	background-color: #262626;
}
.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
	font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
	font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
	font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
	font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_techlink_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_techlink_core_icon {
	margin-bottom: 0;
}
.qodef-page-custom-sidebar .widget.widget_techlink_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_techlink_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_techlink_core_icon {
	margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper.qodef--active img {
	transform: scale(1.05) translateX(7px);
}
.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper > a,
.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper > span {
	display: block;
	overflow: hidden;
}
.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper img {
	transform: scale(1.05) translateX(0);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}
.qodef-image-gallery.qodef--has-hover .qodef-image-wrapper:hover img {
	transform: scale(1.05) translateX(7px);
}

/* ==========================================================================
   Image Marquee shortcode styles
   ========================================================================== */
.qodef-image-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 auto;
	overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
	display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
	background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
	will-change: transform;
	backface-visibility: hidden;
	transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
	position: relative;
	display: block;
}

@keyframes qode-move-marquee {
	0% {
		transform: translateX(0%) translateZ(0);
	}
	100% {
		transform: translateX(-100%) translateZ(0);
	}
}
@keyframes qode-move-marquee-copy {
	0% {
		transform: translateX(100%) translateZ(0);
	}
	100% {
		transform: translateX(0%) translateZ(0);
	}
}
/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
	display: block;
}
.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
	margin: 34px 0 0;
}
.qodef-image-with-text .qodef-m-text {
	margin: 11px 0 0;
	font-weight: 400;
}
.qodef-image-with-text.qodef-image-shadow--enabled .qodef-m-image {
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
}
.qodef-image-with-text.qodef-image-border--enabled .qodef-m-image {
	border: 1px solid #e1e1e1;
}
.qodef-image-with-text.qodef-image-radius--enabled .qodef-m-image {
	overflow: hidden;
	border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
	.qodef-image-with-text.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--text-below.qodef--active .qodef-m-background-image .qodef-m-image {
	transform: translateY(-30px);
}
.qodef-image-with-text.qodef-layout--text-below .qodef-m-background-image {
	position: relative;
}
.qodef-image-with-text.qodef-layout--text-below .qodef-m-background-image:hover .qodef-m-image {
	transform: translateY(-30px);
}
.qodef-image-with-text.qodef-layout--text-below .qodef-m-image {
	position: absolute;
	top: -77px;
	left: 0;
	transform: translateY(0);
	transition: transform 0.6s ease;
	will-change: transform;
}
.qodef-image-with-text.qodef-layout--text-below .qodef-m-title a:hover {
	color: currentColor;
}
.qodef-image-with-text.qodef-layout--text-below.qodef-image-shadow--enabled .qodef-m-background-image {
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
}
.qodef-image-with-text.qodef-layout--text-below.qodef-image-border--enabled .qodef-m-background-image {
	border: 1px solid #e1e1e1;
}
.qodef-image-with-text.qodef-layout--text-below.qodef-image-radius--enabled .qodef-m-background-image {
	overflow: hidden;
	border-radius: 5px;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-image {
	box-shadow: none;
	overflow: hidden;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-image img {
	transform: translateX(0);
	transition: transform 0s;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 54px 60px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1440px) {
	.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content {
		padding: 40px 34px;
	}
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content svg {
	width: 72px;
	height: auto;
	fill: none;
	stroke: none;
	color: #262626;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content svg * {
	fill: none;
	stroke: currentColor;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content-inner,
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-content-inner-2 {
	opacity: 0;
	transform: translateX(-20px);
	transition: 0.4s ease;
	will-change: transformsw;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-title {
	margin: 0;
}
.qodef-image-with-text.qodef-layout--text-on-hover .qodef-m-overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-image-with-text.qodef-layout--text-on-hover:hover .qodef-m-image img {
	transform: translateX(5%);
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.qodef-image-with-text.qodef-layout--text-on-hover:hover .qodef-m-content {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.qodef-image-with-text.qodef-layout--text-on-hover:hover .qodef-m-content-inner,
.qodef-image-with-text.qodef-layout--text-on-hover:hover .qodef-m-content-inner-2 {
	opacity: 1;
	transform: translateX(0);
	transition: 0.4s ease 0.15s;
}
.qodef-image-with-text.qodef-layout--text-on-hover:hover .qodef-m-content-inner-2 {
	transition-delay: 0.3s;
}
.qodef-image-with-text.qodef-layout--text-on-hover.qodef-image-shadow--enabled .qodef-m-image {
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
}
.qodef-image-with-text.qodef-layout--text-on-hover.qodef-image-border--enabled .qodef-m-image {
	border: 1px solid #e1e1e1;
}
.qodef-image-with-text.qodef-layout--text-on-hover.qodef-image-radius--enabled .qodef-m-image {
	overflow: hidden;
	border-radius: 6px;
}
.qodef-image-with-text.qodef-layout--text-on-hover.qodef-image-radius--enabled .qodef-m-content {
	border-radius: 5px;
}

/* ==========================================================================
   Item Showcase shortcode styles
   ========================================================================== */
.qodef-item-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
	position: relative;
	flex-shrink: 0;
	margin: 0 47px;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.qodef-item-showcase .qodef-m-image img {
	display: block;
}
.qodef-item-showcase .qodef-m-items {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
	text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--left .qodef-m-item {
	flex-direction: row-reverse;
	transform: translateX(-50px);
}
.qodef-item-showcase .qodef-m-items.qodef--left .qodef-m-item .qodef-m-icon-wrapper {
	margin-right: 0;
	margin-left: 31px;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
	text-align: left;
}
.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item {
	transform: translateX(50px);
}
.qodef-item-showcase .qodef-m-item {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 66px;
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.qodef-item-showcase .qodef-m-item .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-top: -4px;
	margin-right: 31px;
}
.qodef-item-showcase .qodef-m-item:first-child {
	margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
	transition-delay: 150ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
	transition-delay: 300ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
	transition-delay: 450ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
	transition-delay: 600ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
	transition-delay: 750ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
	transition-delay: 900ms;
}
.qodef-item-showcase .qodef-e-title {
	margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
	color: #8d99ff;
}
.qodef-item-showcase .qodef-e-text {
	margin: 12px 0 0;
}
.qodef-item-showcase.qodef--init {
	visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
	opacity: 1;
	transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-items.qodef--left .qodef-m-item, .qodef-item-showcase.qodef--init .qodef-m-items.qodef--right .qodef-m-item {
	opacity: 1;
	transform: translateX(0);
}

/* ==========================================================================
   Item Showcase List styles
   ========================================================================== */
/* ==========================================================================
   Numbered carousel shortcode style - begin
   ========================================================================== */
.qodef-numbered-carousel {
	position: relative;
	height: 100vh;
}
.admin-bar .qodef-numbered-carousel {
	height: calc(100vh - 32px);
}
.qodef-numbered-carousel .qodef-m-grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line {
	position: absolute;
	top: 0;
	height: 100%;
	width: 20%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 10;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #262626;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(1) {
	left: 0%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(1):after {
	transition-delay: 0.07s;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(2) {
	left: 20%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(2):after {
	transition-delay: 0.14s;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(3) {
	left: 40%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(3):after {
	transition-delay: 0.21s;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(4) {
	left: 60%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(4):after {
	transition-delay: 0.28s;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(5) {
	left: 80%;
}
.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(5):after {
	transition-delay: 0.35s;
}
.qodef-numbered-carousel .qodef-m-bg-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-numbered-carousel .qodef-m-bg-items .qodef-m-bg-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.qodef-numbered-carousel .qodef-m-bg-items .qodef-m-bg-item.qodef-active {
	visibility: visible;
}
.qodef-numbered-carousel .qodef-m-bg-items .qodef-m-bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.qodef-numbered-carousel .qodef-m-content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	z-index: 20;
}
.qodef-numbered-carousel .qodef-m-item-subtitle {
	margin: 0 0 11px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.qodef-numbered-carousel .qodef-m-item-title {
	margin: 0;
	color: inherit;
}
.qodef-numbered-carousel .qodef-m-item-text-wrapper {
	max-width: 80%;
}
.qodef-numbered-carousel .qodef-m-item-text {
	margin: 12px 0 0;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
}
.qodef-numbered-carousel .qodef-m-item-button-wrapper {
	margin: 52px 0 0;
}
.qodef-numbered-carousel .qodef-m-item-number {
	font-family: "Rajdhani", sans-serif;
	font-size: 26vw;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.2;
}
.qodef-numbered-carousel .swiper-container {
	height: 100%;
	opacity: 0;
	transform: translate3d(2%, 0, 0);
}
.qodef-numbered-carousel .swiper-container.qodef-show {
	opacity: 1;
	transform: translate3d(0%, 0, 0);
	transition: 1s cubic-bezier(0.47, 0.07, 0.23, 0.99) 0.5s;
}
.qodef-numbered-carousel .qodef-m-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60vw;
	box-sizing: border-box;
}
.qodef-numbered-carousel .qodef-m-item .qodef-m-item-inner {
	max-width: 60%;
}
.qodef-numbered-carousel .qodef-m-item .qodef-m-item-number-wrapper {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20vw;
	height: 100vh;
	opacity: 1;
	transform: translateZ(0);
}
.qodef-numbered-carousel .qodef-m-item-inner {
	opacity: 0;
}
.qodef-numbered-carousel .swiper-slide-prev {
	cursor: pointer;
}
.qodef-numbered-carousel .swiper-slide-prev .qodef-m-item-inner {
	opacity: 0;
	transform: translate3d(-5vw, 0, 0);
}
.qodef-numbered-carousel .swiper-slide-prev:hover .qodef-m-item-number {
	opacity: 0.35;
}
.qodef-numbered-carousel .swiper-slide-active .qodef-m-item-number-wrapper {
	pointer-events: none;
	transform: translate3d(0, 0, 0);
}
.qodef-numbered-carousel .swiper-slide-active .qodef-m-item-inner {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.qodef-numbered-carousel .swiper-slide-next,
.qodef-numbered-carousel .swiper-slide-next ~ div:not(.swiper-slide-active) {
	cursor: pointer;
}
.qodef-numbered-carousel .swiper-slide-next .qodef-m-item-inner,
.qodef-numbered-carousel .swiper-slide-next ~ div:not(.swiper-slide-active) .qodef-m-item-inner {
	opacity: 0;
	transform: translate3d(5vw, 0, 0);
}
.qodef-numbered-carousel .swiper-slide-next .qodef-m-item-number-wrapper,
.qodef-numbered-carousel .swiper-slide-next ~ div:not(.swiper-slide-active) .qodef-m-item-number-wrapper {
	transform: translate3d(-40vw, 0, 0);
}
.qodef-numbered-carousel .swiper-slide-next:hover .qodef-m-item-number,
.qodef-numbered-carousel .swiper-slide-next ~ div:not(.swiper-slide-active):hover .qodef-m-item-number {
	opacity: 0.35;
}
.qodef-numbered-carousel.qodef-initialized .qodef-m-grid-line:after {
	transform: scaleX(0);
	transform-origin: 100% 0;
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.qodef-numbered-carousel .qodef-m-item-number-wrapper {
	transition: transform 0.6s;
}
.qodef-numbered-carousel .qodef-m-item-number {
	transition: opacity 0.4s;
}
.qodef-numbered-carousel.qodef-next .swiper-slide-active .qodef-m-item-inner {
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.qodef-numbered-carousel.qodef-next .swiper-slide-prev .qodef-m-item-inner {
	transition: 0.5s;
}
.qodef-numbered-carousel.qodef-next .qodef-m-grid-line:after {
	transform: scaleX(0);
	transform-origin: 100% 0;
}
.qodef-numbered-carousel.qodef-next.qodef-mask .qodef-m-grid-line:after {
	transform: scaleX(1);
	transform-origin: 0 0;
}
.qodef-numbered-carousel.qodef-prev .swiper-slide-active .qodef-m-item-inner {
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.qodef-numbered-carousel.qodef-prev.qodef-fade-prev-content .qodef-m-item-inner {
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, transform 0s 0.9s;
}
.qodef-numbered-carousel.qodef-prev .qodef-m-grid-line:after {
	transform: scaleX(0);
	transform-origin: 0% 0;
}
.qodef-numbered-carousel.qodef-prev.qodef-mask .qodef-m-grid-line:after {
	transform: scaleX(1);
	transform-origin: 100% 0;
}
.qodef-numbered-carousel .swiper-pagination-bullets {
	bottom: 52px !important;
	z-index: 100;
}
.qodef-numbered-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
	cursor: pointer;
}

/* ==========================================================================
   Numbered carousel shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-pricing-table.qodef-status--featured .qodef-m-button .qodef-button {
	background-color: #8d99ff;
}
.qodef-pricing-table .qodef-m-inner-2 {
	padding: 60px 60px 72px;
	background-color: #f7f8f9;
}
@media only screen and (max-width: 480px) {
	.qodef-pricing-table .qodef-m-inner-2 {
		padding: 40px 40px 60px;
	}
}
.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 28px;
	line-height: 1.143em;
	letter-spacing: 0.15em;
}
.qodef-pricing-table .qodef-m-subtitle p {
	margin: 0 0 4px;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	letter-spacing: 0.05em;
}
.qodef-pricing-table .qodef-m-price {
	margin-bottom: -66px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	color: #ebeced;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: flex;
	margin: 0;
	line-height: 1;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
	position: relative;
	top: 19px;
	left: -2px;
	margin-right: 3px;
	font-size: 60px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-value {
	font-size: 140px;
}
.qodef-pricing-table .qodef-m-content {
	margin: 41px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
	margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
	margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
	position: relative;
	top: 2px;
	left: -3px;
	content: "N";
	font-family: "ElegantIcons";
	padding-right: 9px;
	color: #8d99ff;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 5px 0 0;
	padding: 12px 60px;
	text-align: left;
}
@media only screen and (max-width: 480px) {
	.qodef-pricing-table .qodef-m-button .qodef-button {
		padding: 12px 21px;
	}
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
	display: block;
}
.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0;
}
.qodef-progress-bar div.qodef-m-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
}
.qodef-progress-bar.qodef--init {
	visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
	padding-top: 20px;
	transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
	flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-canvas .progressbar {
	position: relative;
	color: #cacbcc;
	background-color: transparent !important;
	width: 0;
	z-index: 1;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-canvas .progressbar:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 1px;
	background-color: currentColor;
	z-index: -1;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-canvas.qodef--show-percentage .percentCount {
	opacity: 1;
	transition: opacity 0.3s ease-out 0.5s;
}
.qodef-progress-bar.qodef-layout--line .proggress {
	width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
	position: absolute;
	top: -34px;
	right: 0;
	width: auto;
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	opacity: 0;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
	margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
	text-align: center;
}
.qodef-section-title.qodef-alignment--left {
	text-align: left;
}
.qodef-section-title.qodef-alignment--right {
	text-align: right;
}
.qodef-section-title .qodef-m-content {
	position: relative;
}
.qodef-section-title .qodef-m-title {
	margin: 0;
}
.qodef-section-title .qodef-m-subtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	margin: 0 0 8px;
}
.qodef-section-title .qodef-m-text {
	margin: 13px 0 0;
}
.qodef-section-title div.qodef-m-text {
	font-size: 19px;
	line-height: 30px;
}
.qodef-section-title .qodef-m-background-text {
	position: relative;
	top: 7px;
	font-family: "Rajdhani", sans-serif;
	font-size: 140px;
	font-weight: 700;
	line-height: 0.8;
	text-transform: uppercase;
	color: rgba(235, 236, 237, 0.75);
	transform: translateY(50%);
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text {
	white-space: nowrap;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character {
	display: inline-block;
	opacity: 0;
	transform: translateX(-30px);
	transition: 0.4s ease-out;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character.qodef--appear {
	opacity: 1;
	transform: translateX(0);
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(1) {
	transition-delay: 100ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(2) {
	transition-delay: 200ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(3) {
	transition-delay: 300ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(4) {
	transition-delay: 400ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(5) {
	transition-delay: 500ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(6) {
	transition-delay: 600ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(7) {
	transition-delay: 700ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(8) {
	transition-delay: 800ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(9) {
	transition-delay: 900ms;
}
.qodef-section-title.qodef--has-appear .qodef-m-background-text .qodef-m-background-character:nth-child(10) {
	transition-delay: 1000ms;
}
@media only screen and (max-width: 1024px) {
	.qodef-section-title.qodef-background-text-layout--predefined .qodef-m-background-text {
		font-size: 150px !important;
	}
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1;
}
.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.qodef-separator.qodef-position--center {
	text-align: center;
}
.qodef-separator.qodef-position--left {
	text-align: left;
}
.qodef-separator.qodef-position--right {
	text-align: right;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_techlink_core_separator {
	margin-bottom: 0;
}
.qodef-page-custom-sidebar .widget.widget_techlink_core_separator {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_techlink_core_separator {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_techlink_core_separator {
	margin-bottom: 0;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
	display: inline-block;
}
.qodef-single-image .qodef-m-image {
	position: relative;
	z-index: 1;
}
.qodef-single-image .qodef-m-decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
.qodef-single-image.qodef-decoration-horizontal-position--left .qodef-m-decoration {
	justify-content: flex-start;
}
.qodef-single-image.qodef-decoration-horizontal-position--center .qodef-m-decoration {
	justify-content: center;
}
.qodef-single-image.qodef-decoration-horizontal-position--right .qodef-m-decoration {
	justify-content: flex-end;
}
.qodef-single-image.qodef-decoration-vertical-position--top .qodef-m-decoration {
	align-items: flex-start;
}
.qodef-single-image.qodef-decoration-vertical-position--center .qodef-m-decoration {
	align-items: center;
}
.qodef-single-image.qodef-decoration-vertical-position--bottom .qodef-m-decoration {
	align-items: flex-end;
}
.qodef-single-image.qodef--has-appear .qodef-m-image {
	opacity: 0;
	transition: 0.6s ease;
}
.qodef-single-image.qodef--has-appear.qodef-animation--left .qodef-m-image {
	transform: translateX(-100px);
}
.qodef-single-image.qodef--has-appear.qodef-animation--right {
	transform: translateX(100px);
}
.qodef-single-image.qodef--has-appear.qodef--appear.qodef-animation--left .qodef-m-image, .qodef-single-image.qodef--has-appear.qodef--appear.qodef-animation--right .qodef-m-image {
	transform: translateX(0);
	opacity: 1;
}

/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.qodef-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-tabs.qodef--init {
	visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-tabs .qodef-tabs-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
	margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 51px 0 0;
	padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	display: block;
	padding: 0 3px 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
	margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #8d99ff;
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 0 26px 0;
		padding: 0;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
		padding: 0;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0;
	}
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #e1e1e1;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
	width: 100%;
	margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
	margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
	display: inline-block;
	width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
	margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0;
}

/* ==========================================================================
   Vertical Showcase style - begin
   ========================================================================== */
.qodef-vertical-showcase {
	display: block;
	width: 100%;
	overflow: hidden;
}
.qodef-vertical-showcase.qodef-vertical-showcase-ready-animation .qodef-m-frame-holder {
	opacity: 0;
	transform: translateY(100%);
}
.qodef-vertical-showcase.qodef-vertical-showcase-ready-animation .qodef-m-stripe {
	top: 0 !important;
}
.qodef-vertical-showcase.qodef-vertical-showcase-no-frame .qodef-m-frame-mobile-holder img {
	opacity: 0;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-stripe {
	top: 0 !important;
	transition: 1.2s 0.15s cubic-bezier(1, 0.12, 0.25, 1) !important;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-contact-form {
	transform: translateY(0);
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-holder {
	opacity: 1;
	transform: translateY(-160%);
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-decoration, .qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-title, .qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-text {
	transform: translateX(-200px);
	opacity: 0;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-number {
	transform: translateY(-50%) translateX(-482px);
	opacity: 0;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-tagline {
	transform: translateX(-469px);
	opacity: 0;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-decoration {
	transform: scaleX(0);
	transition: 1s;
}
.qodef-vertical-showcase.qodef-vertical-showcase-last-slide .qodef-m-frame-info .qodef-m-frame-info-other {
	transform: translateX(-50%) translateY(200px);
	opacity: 0;
}
.qodef-vertical-showcase:not(.qodef-vertical-showcase-last-slide) .qodef-m-frame-info .qodef-m-frame-info-top {
	z-index: 2;
}
.qodef-vertical-showcase:not(.qodef-vertical-showcase-last-slide) .qodef-m-frame-info .qodef-m-frame-info-bottom {
	z-index: 2;
}
.qodef-vertical-showcase:not(.qodef-vertical-showcase-last-slide) .qodef-m-frame-info .qodef-m-frame-info-other {
	z-index: 4;
}
.qodef-vertical-showcase .qodef-m-stripe {
	position: absolute;
	top: 50%;
	left: auto;
	width: 300%;
	height: 200%;
	background: #8d99ff;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform-origin: 50% 0;
	transition: 1.2s 0.3s cubic-bezier(1, 0.12, 0.25, 1);
	will-change: transform;
}
.qodef-vertical-showcase .qodef-m-holder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-image: url("../img/app-bg.jpg");
	overflow: hidden;
}
.qodef-vertical-showcase .qodef-m-item-info {
	display: none;
}
.qodef-vertical-showcase .qodef-m-frame-info {
	transition: 1.2s 0.3s cubic-bezier(1, 0.12, 0.25, 1);
}
.touch .qodef-vertical-showcase .qodef-m-frame-info {
	pointer-events: none;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-top .qodef-m-frame-decoration, .qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-top .qodef-m-frame-title, .qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-top .qodef-m-frame-text {
	transform: translateX(-200px);
	opacity: 0;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-bottom .qodef-m-frame-slide-number {
	transform: translateY(-50%) translateX(482px);
	opacity: 0;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-bottom .qodef-m-frame-slide-tagline {
	transform: translateX(469px);
	opacity: 0;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-bottom .qodef-m-frame-slide-decoration {
	transform: scaleX(0);
	transition: 1s;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-animate-out .qodef-m-frame-info-other {
	transform: translateX(-50%) translateY(200px);
	opacity: 0;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-top {
	margin-top: 4.9%;
}
.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-bottom {
	margin-top: -7.8%;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top {
	position: absolute;
	left: 15.6%;
	display: flex;
	align-items: flex-start;
	margin-top: -9.9%;
	width: 380px;
	opacity: 1;
	box-sizing: border-box;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-decoration {
	transition: transform 1s 0.3s, opacity 0.3s 0.3s;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-title {
	transition: transform 1s 0.4s, opacity 0.3s 0.4s;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-text {
	transition: transform 1s 0.5s, opacity 0.3s 0.5s;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom {
	position: absolute;
	left: 50%;
	margin-top: 7.3%;
	color: #fff;
	transform: translateX(-45%);
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-number {
	transition: transform 1s 0.2s, opacity 0.5s 0.4s;
	opacity: 1;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-tagline {
	transition: transform 1.5s 0.1s, opacity 0.5s 0.2s;
	opacity: 1;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-decoration {
	transform: scaleX(1);
	transition: 1s 0.3s;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other {
	position: absolute;
	bottom: 3%;
	left: 50%;
	display: flex;
	color: #fff;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	transition: transform 1s 0.2s, opacity 0.2s 0.3s;
}
.touch .qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other {
	pointer-events: auto;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 212px;
	height: 55px;
	margin: 0 7px;
	border-radius: 3px;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other a.qodef-m-item-app-store-link {
	background-color: #828ef7;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other a.qodef-m-item-play-store-link {
	background-color: #98d2c3;
}
.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other a img {
	transition: 0.3s;
}
.qodef-vertical-showcase .qodef-m-frame-slide-number {
	position: absolute;
	top: 50%;
	font-family: "Rajdhani", sans-serif;
	font-size: 140px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #828ef7;
	transform: translateY(-50%);
	z-index: -1;
}
.qodef-vertical-showcase .qodef-m-frame-slide-info {
	display: flex;
	align-items: center;
	padding-left: 7px;
}
.qodef-vertical-showcase .qodef-m-frame-slide-tagline {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	width: 156px;
}
.qodef-vertical-showcase .qodef-m-frame-slide-decoration {
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(255, 255, 255, 0)), color-stop(5%, #fff), color-stop(5%, #fff));
	width: 41vw;
	height: 1px;
}
.qodef-vertical-showcase .qodef-m-frame-decoration {
	flex-shrink: 0;
	margin-top: -4px;
	margin-right: 31px;
}
.qodef-vertical-showcase .qodef-m-frame-title {
	position: relative;
	margin: 0;
}
.qodef-vertical-showcase .qodef-m-frame-text {
	margin: 11px 0 0;
}
.qodef-vertical-showcase .qodef-m-frame-holder {
	position: absolute;
	width: auto;
	height: 83vh;
	pointer-events: none;
	z-index: 3;
	transition: 1.2s 0.3s cubic-bezier(1, 0.12, 0.25, 1);
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-frame-mobile-holder {
	width: 100%;
	height: 100%;
}
.qodef-vertical-showcase .qodef-m-frame-holder img {
	position: relative;
	width: auto;
	height: 100%;
	z-index: 2;
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-inner-frame {
	width: 67%;
	height: 84%;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-inner-frame div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-inner-frame div img {
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-inner-frame div.active {
	z-index: 20;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
	animation: qode-reveal-frame-image 1s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.qodef-vertical-showcase .qodef-m-frame-holder .qodef-m-inner-frame div.prev-active {
	z-index: 10;
}
.qodef-vertical-showcase .swiper-container {
	width: 100%;
	height: 100vh;
}
.qodef-vertical-showcase .swiper-container .swiper-wrapper {
	transition: 1s 0.5s !important;
}
.qodef-vertical-showcase .swiper-container .swiper-slide:last-of-type(1) {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.qodef-vertical-showcase .swiper-container img {
	height: 700px;
	visibility: hidden;
}
.qodef-vertical-showcase .swiper-pagination .swiper-pagination-bullet {
	pointer-events: none;
}
.qodef-vertical-showcase .swiper-pagination .swiper-pagination-bullet.bullet-clickable {
	pointer-events: auto;
}
.qodef-vertical-showcase .qodef-m-contact-form-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.qodef-vertical-showcase .qodef-m-contact-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 68vw;
	height: 78vh;
	overflow: hidden;
	position: relative;
	padding: 0 110px;
	background: #fff;
	box-sizing: border-box;
	transform: translateY(120%);
	transition: 1.2s 0.3s cubic-bezier(1, 0.12, 0.25, 1);
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-section-title .qodef-m-content {
	padding: 0 16%;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-section-title .qodef-m-subtitle {
	margin: 0 0 14px;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-section-title .qodef-m-text {
	margin: 14px 0 0;
	font-size: 19px;
	line-height: 30px;
}
.qodef-vertical-showcase .qodef-m-contact-form .wpcf7 {
	width: 100%;
	margin: 68px 0 0;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase {
	display: flex;
	flex-wrap: wrap;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-col {
	width: 50%;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-col:nth-child(2n+1) {
	padding-right: 15px;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-col:nth-child(2n) {
	padding-left: 15px;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-submit-holder {
	width: 100%;
	text-align: center;
}
.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-submit-holder .ajax-loader {
	position: absolute;
}
.qodef-vertical-showcase .qodef-m-contact-form button[type=submit].qodef-custom,
.qodef-vertical-showcase .qodef-m-contact-form input[type=submit].qodef-custom {
	padding: 10px 71px;
}

/* ==========================================================================
   Vertical Showcase style style - end
   ========================================================================== */
.qodef-vertical-split-slider {
	height: 100vh;
	position: relative;
}
.qodef-vertical-split-slider .ms-tableCell {
	height: 100vh !important;
}

.qodef-vertical-split-slider-responsive {
	display: none;
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
	max-height: 40%;
	width: auto;
}
.qodef-vertical-split-slider .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-title {
	display: block;
	margin: 26px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-m-text {
	margin: 15px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-button {
	margin: 22px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
	background-size: cover;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
	text-align: center;
	padding: 0 5%;
}

#multiscroll-nav {
	display: none;
}
#multiscroll-nav ul li {
	width: 10px;
	height: 10px;
	margin: 20px 0;
}
#multiscroll-nav ul li a span {
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #7682ed;
	border: none;
}
#multiscroll-nav ul li a.active span {
	background-color: #98d2c3;
}
#multiscroll-nav.right {
	right: 45px !important;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav {
	display: block;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.qodef-video-button .qodef-m-play > span {
	display: block;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #8d99ff;
	border-radius: 4px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-video-button .qodef-m-play > span > svg {
	display: block;
	width: 48%;
	height: 48%;
}
.qodef-video-button .qodef-m-play > span > svg path:last-child {
	fill: currentColor;
	stroke: #fff;
}
.qodef-video-button .qodef-m-play:hover > span {
	color: transparent;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
	position: fixed;
	top: 0;
	right: -519px;
	width: 519px;
	height: 100%;
	min-height: 100%;
	padding: 180px 120px 35px 60px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 11px 14px 5px rgba(136, 136, 136, 0.0705882353);
}
@media only screen and (max-width: 1440px) {
	#qodef-side-area {
		padding-top: 120px;
	}
}
.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
	text-align: center;
}
#qodef-side-area.qodef-alignment--right {
	text-align: right;
}
#qodef-side-area.qodef-alignment--left {
	text-align: left;
}

#qodef-side-area-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 35px;
	background-color: #8d99ff;
	color: #fff;
	z-index: 1000;
	transform: translateX(15%);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}
.qodef-side-area--opened #qodef-side-area-close {
	transform: translateX(0);
}
.admin-bar #qodef-side-area-close {
	top: 32px;
}
#qodef-side-area-close.qodef-source--predefined.qodef-opener-icon {
	color: #fff;
}
#qodef-side-area-close.qodef-source--predefined.qodef-opener-icon svg {
	fill: currentColor;
}
#qodef-side-area-close.qodef-source--predefined.qodef-opener-icon:hover svg g:first-child {
	animation: qode-center-line 0.6s forwards ease-out;
}
#qodef-side-area-close.qodef-source--predefined.qodef-opener-icon:hover svg g:nth-child(2) {
	animation: qode-top-line 0.4s forwards ease-out 0.15s;
}
#qodef-side-area-close.qodef-source--predefined.qodef-opener-icon:hover svg g:last-child {
	animation: qode-bottom-line 0.4s forwards ease-out 0.15s;
}

.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 0;
	transition: z-index 0s 0.4s, opacity 0.4s;
}
.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002;
	transition: z-index 0.1s, opacity 0.4s;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}
.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 20px;
	color: #8d99ff;
}
.qodef-social-share li a:hover {
	color: #262626;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	margin: 0;
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	vertical-align: middle;
	font-size: 28px;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	/* opacity and visibility need to be different, but not background-color */
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: block;
	color: #8d99ff;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: block;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
	display: block;
	line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 0;
	right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: calc(90px / 1.2);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 80px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 230px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 305px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 380px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 455px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 0;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: calc(90px / 1.2);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 80px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 230px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 305px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 380px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 455px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list .qodef-social-title {
	margin: 0 48px 0 0;
}
.qodef-social-share.qodef-layout--list li {
	margin: 10px 54px 10px 0;
}
.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text .qodef-social-title {
	margin: 0 48px 0 0;
}
.qodef-social-share.qodef-layout--text li {
	margin: 10px 54px 10px 0;
}
.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
.qodef-page-custom-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #fff;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #fff;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #fff;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer.qodef--custom-styled .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}

/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #8d99ff;
	background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	transform: rotate(0);
	animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	transform: rotate(120deg);
	animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	transform: rotate(240deg);
	animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: "";
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	transform: rotate(-135deg);
	animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	transform: rotate(-90deg);
	animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	transform: rotate(-45deg);
	animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0.6;
	animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	animation-delay: -1s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
	animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
	margin: 0;
	opacity: 0;
	animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	flex-shrink: 0;
	animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8d99ff;
	width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
	animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
	animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
	animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	animation-delay: calc((500ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--techlink .qodef-m-techlink {
	display: flex;
	justify-content: center;
	align-items: center;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image {
	position: absolute;
	transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg {
	overflow: visible;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: transform 0.8s ease;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg mask#qodef-mask--1,
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg mask#qodef-mask--2,
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg mask#qodef-mask--3 {
	fill: #fff;
	stroke: #fff;
	stroke-width: 1;
	stroke-miterlimit: 10;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg .qodef-path {
	fill: none;
	stroke-width: 11.15;
	stroke-miterlimit: 10;
	stroke-dasharray: 145;
	stroke-dashoffset: 145;
	transition: stroke-dashoffset 2s;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg .qodef-path.qodef--1 {
	stroke: #8D99FF;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg .qodef-path.qodef--2 {
	stroke: #87CCB8;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-svg-image svg .qodef-path.qodef--3 {
	stroke: #FCC59E;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-text {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: 0.24em;
	letter-spacing: 0;
	opacity: 0;
	text-transform: capitalize;
}
@media only screen and (max-width: 680px) {
	#qodef-page-spinner.qodef-layout--techlink .qodef-m-text {
		font-size: 45px;
	}
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-text > * {
	opacity: 0;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-text .qodef-m-word {
	display: inline-block;
	opacity: 0;
	transform: translateX(-30px);
	transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-text .qodef-m-word.qodef-m-empty-char {
	white-space: pre;
}
#qodef-page-spinner.qodef-layout--techlink .qodef-m-text .qodef-m-word.qodef-animate {
	opacity: 1;
	transform: translateX(0);
}
#qodef-page-spinner.qodef-layout--techlink.qodef--show .qodef-m-svg-image {
	transform: translateX(-100%);
}
#qodef-page-spinner.qodef-layout--techlink.qodef--show .qodef-m-svg-image svg {
	animation: qode-spinner-spin 4s forwards infinite;
}
#qodef-page-spinner.qodef-layout--techlink.qodef--show .qodef-m-text {
	opacity: 1;
	transform: translateX(30%);
	transition: transform 0.6s ease 0.3s, opacity 0s ease 0.3s;
}
#qodef-page-spinner.qodef-layout--techlink.qodef--end {
	transform: translateY(-100%);
	transition: 1s cubic-bezier(0.13, 0.24, 0.36, 1) 0.95s;
}
#qodef-page-spinner.qodef-layout--techlink.qodef--end .qodef-m-techlink {
	opacity: 0;
	transform: translateY(-500%);
	transition: transform 1.4s ease, opacity 1s ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	transform-origin: center bottom;
	animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
	animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	animation-delay: -0.16s;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity 0.2s ease-out;
	background-color: rgba(0, 0, 0, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
	width: 90%;
	max-width: 600px;
	background-color: #ffffff;
	padding: 40px;
	opacity: 0;
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
	transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	color: #000000;
}
.qodef-sp-holder .qodef-sp-close:hover {
	color: #666666;
}
.qodef-sp-holder .qodef-sp-close svg {
	stroke: currentColor;
	fill: currentColor;
}
.qodef-sp-holder .qodef-sp-content-container {
	background-color: #fafafa;
	background-size: cover;
	padding: 40px;
}
.qodef-sp-holder .qodef-sp-title {
	margin: 0 0 30px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
	margin: 0 0 20px 0;
}
.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 28px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 1px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid #262626;
	overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
	opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
	font-size: 13px;
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.qodef-page-title.qodef-image--responsive {
	height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--left {
	text-align: left;
}
.qodef-page-title.qodef-alignment--center {
	text-align: center;
}
.qodef-page-title.qodef-alignment--right {
	text-align: right;
}
.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.qodef-page-title .qodef-breadcrumbs a span {
	color: inherit;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
	color: #8d99ff;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 2px 9px;
	top: 0;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #666666;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 5px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
	font-size: 13px;
	margin: 0 0 5px 0;
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
	margin: 0;
}

/* ==========================================================================
   Contact Info widget static style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
	margin: 0;
}

/* ==========================================================================
   Contact Info widget variable style start
   ========================================================================== */
#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px;
}

/* ==========================================================================
   Social Icons Group widget static style start
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
	margin-right: 9px;
}
.qodef-social-icons-group .qodef-icon-holder a {
	transition: color 0.2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder a span {
	transition: color 0.2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_techlink_core_sticky_sidebar {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Weather Widget style - begin
   ========================================================================== */
.qodef-weather-widget .qodef-m-inner {
	display: flex;
	align-items: center;
}
.qodef-weather-widget .qodef-m-weather {
	margin-right: 20px;
	flex-shrink: 0;
}
.qodef-weather-widget .qodef-m-weather-icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
}
.qodef-weather-widget .qodef-m-weather-icon:before {
	content: "";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before {
	content: "\f75f";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before {
	content: "\f2dc";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
	content: "\f0e7";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before {
	content: "\f73d";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before {
	content: "\f740";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
	content: "\f0c2";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before {
	content: "\f6c4";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
	content: "\f185";
}
.qodef-weather-widget .qodef-m-temperature {
	font-size: 25px;
}
.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
	content: "-";
}
.qodef-weather-widget .qodef-m-weather-info p {
	margin: 0;
}
.qodef-weather-widget .qodef-e-heading {
	margin-bottom: 15px;
}
.qodef-weather-widget .qodef-e-heading > * {
	margin: 0;
}
.qodef-weather-widget .qodef-e-heading-description {
	margin-top: 10px;
}
.qodef-weather-widget .qodef-m-other-days {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
	flex-direction: column;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	padding: 0 10px;
}

.qodef-weather-widget .qodef-m-weather-icon {
	color: #8d99ff;
}
.qodef-weather-widget .qodef-e-heading-description {
	color: #8d99ff;
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
	color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
	color: #fff;
}
/* ==========================================================================
   Weather Widget style - end
   ========================================================================== */
/* ==========================================================================
   Wishlist style - begin
   ========================================================================== */
.qodef-wishlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-wishlist .qodef-m-link {
	line-height: 1;
}
.qodef-wishlist .qodef-m-link.qodef--added {
	color: #8d99ff;
}
.qodef-wishlist .qodef-m-link.qodef--added i {
	font-weight: 900;
}
.qodef-wishlist .qodef-m-response {
	position: absolute;
	top: -6px;
	bottom: auto;
	right: -6px;
	left: auto;
	width: auto;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 0px 25px 50px 0px rgba(38, 38, 38, 0.1);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity 0.2s ease;
}
.qodef-wishlist .qodef-m-response.qodef--show {
	opacity: 1;
	visibility: visible;
}

/* ==========================================================================
   Wishlist DropDown widget style - begin
   ========================================================================== */
.qodef-wishlist-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin: 0 10px;
}
.qodef-wishlist-dropdown .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link > * {
	margin: 0;
	line-height: 1;
}
.qodef-wishlist-dropdown .qodef-m-link {
	color: #262626;
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
	color: #666666;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
	flex-shrink: 0;
	margin-right: 2px;
	font-size: 18px;
}
.qodef-wishlist-dropdown .qodef-m-link-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
	color: #8d99ff;
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
	color: #8d99ff;
}
.qodef-wishlist-dropdown .qodef-m-link-count {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.111em;
	letter-spacing: 0.08em;
}
.qodef-wishlist-dropdown .qodef-m-items {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	width: 266px;
	padding: 25px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}
.qodef-wishlist-dropdown .qodef-m-item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}
.qodef-wishlist-dropdown .qodef-m-item:last-child {
	margin-bottom: 0;
}
.qodef-wishlist-dropdown .qodef-e-image-link {
	flex-shrink: 0;
	max-width: 60px;
	margin-right: 15px;
}
.qodef-wishlist-dropdown .qodef-e-image-link img {
	display: block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.qodef-wishlist-dropdown .qodef-e-title {
	margin: 0;
}
.qodef-wishlist-dropdown .qodef-e-remove {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	z-index: 3;
}
.qodef-wishlist-dropdown .qodef-e-remove * {
	display: block;
	line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-e-remove *:before {
	display: block;
	line-height: inherit;
}
.touch .qodef-wishlist-dropdown {
	cursor: pointer;
}
.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
	opacity: 1;
	visibility: visible;
}

/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
.qodef-working-hours-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
	display: flex;
	align-items: baseline;
	margin-bottom: 16px;
}
.qodef-working-hours-list .qodef-e-day {
	position: relative;
	margin: 0;
}
.qodef-working-hours-list .qodef-e-day-icon {
	position: absolute;
	top: -2px;
	right: -8px;
	font-size: 8px;
	color: #8d99ff;
}
.qodef-working-hours-list .qodef-e-line {
	flex-grow: 1;
	margin: 0 10px;
	border-bottom: 1px solid #bfb8b6;
	opacity: 0.5;
}
.qodef-working-hours-list .qodef-e-time {
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-style: italic;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
	color: #8d99ff;
}
.qodef-working-hours-list .qodef-m-footer {
	position: relative;
	top: 3px;
	font-size: 14px;
	color: #817c7b;
}
.qodef-working-hours-list .qodef-m-footer-icon {
	position: relative;
	top: -5px;
	right: 0;
	font-size: 8px;
	color: #8d99ff;
}

/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
/* ==========================================================================
# Afe Verification responsive style
========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-age-verification-modal .qodef-m-content {
		min-width: auto;
	}
	#qodef-age-verification-modal .qodef-m-content-note {
		display: none;
	}
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
		padding: 83px 40px;
	}
	.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
		padding: 83px 40px 87px;
	}
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-author-info {
		padding: 30px 30px 33px;
	}
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap;
	}
	#qodef-author-info .qodef-m-content {
		margin-top: 23px;
	}
}

@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0 !important;
	}
}
/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-top-area {
		display: none;
	}
}
/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -70px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
		margin: 0 -35px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
		padding: 0 35px;
		margin: 0 0 70px;
	}
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info {
		margin-top: 36px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
		margin: 0 0 41px;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info {
		margin-top: 36px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
		margin: 0 0 41px;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-info {
		margin-top: 36px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
		margin: 0 0 41px;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-info {
		margin-top: 36px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
		margin: 0 0 41px;
	}
}
/* ==========================================================================
   Cards Gallery shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-cards-gallery .qodef-m-fake-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		transform: translateX(-100%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(150%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(94%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(59%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(34%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(15%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		transform: translateX(100%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(-150%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(-94%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(-59%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(-34%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(-15%);
	}
}
/* ==========================================================================
   Cards Gallery shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.3333333333%;
	}
}

/* ==========================================================================
   Frame Slider shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-frame-slider-holder {
		padding-bottom: 4%;
	}
	.qodef-frame-slider-holder .qodef-m-item {
		width: 590px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 18px;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-frame-slider-holder .qodef-m-item {
		width: 560px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-frame-slider-holder .qodef-m-item {
		width: 525px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-frame-slider-holder .qodef-m-item {
		width: 420px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 13px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-frame-slider-holder .qodef-m-item {
		width: 315px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-frame-slider-holder {
		padding-bottom: 3%;
	}
	.qodef-frame-slider-holder .qodef-m-item {
		width: 285px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 7px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-frame-slider-holder {
		padding-bottom: 12.5%;
	}
	.qodef-frame-slider-holder .qodef-frame-slider-image {
		width: 95%;
	}
	.qodef-frame-slider-holder .qodef-m-item {
		width: 295px;
	}
	.qodef-frame-slider-holder .qodef-m-item img {
		margin-top: 7px;
	}
}
/* ==========================================================================
   Frame Slider shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Image Marquee shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-image-marquee .qodef-m-content.qodef--desktop {
		display: none;
	}
	.qodef-image-marquee .qodef-m-content.qodef--mobile {
		display: block;
	}
}
/* ==========================================================================
   Item Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-item-showcase {
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 122px;
	}
	.qodef-item-showcase .qodef-m-image {
		position: absolute;
		bottom: 0;
		width: 50%;
		margin: 0 !important;
	}
	.qodef-item-showcase .qodef-m-items {
		width: 100%;
		padding-left: 50%;
	}
	.qodef-item-showcase .qodef-m-items .qodef-m-item {
		transition-delay: 0ms;
	}
	.qodef-item-showcase .qodef-m-items.qodef--left {
		text-align: left;
	}
	.qodef-item-showcase .qodef-m-items.qodef--left .qodef-m-item {
		flex-direction: row;
	}
	.qodef-item-showcase .qodef-m-items.qodef--left .qodef-m-item .qodef-m-icon-wrapper {
		margin-right: 31px;
		margin-left: 0;
	}
	.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
		margin-top: 40px;
	}
	.qodef-item-showcase .qodef-m-item {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-item-showcase {
		padding-bottom: 0;
	}
	.qodef-item-showcase .qodef-m-image {
		display: none;
	}
	.qodef-item-showcase .qodef-m-items {
		left: 0;
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-item-showcase.qodef-responsive-layout--simplified {
		padding-bottom: 0;
	}
	.qodef-item-showcase.qodef-responsive-layout--simplified .qodef-m-image {
		display: none;
	}
	.qodef-item-showcase.qodef-responsive-layout--simplified .qodef-m-items {
		padding-left: 0;
	}
}

/* ==========================================================================
   Numbered carousel shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-inner,
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-text-wrapper {
		max-width: 80%;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-inner,
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-text-wrapper {
		max-width: 85%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:first-child {
		display: none;
	}
	.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(2) {
		left: 0%;
		width: 20%;
	}
	.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(3) {
		left: 20%;
		width: 30%;
	}
	.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:nth-child(4) {
		left: 50%;
		width: 30%;
	}
	.qodef-numbered-carousel .qodef-m-grid .qodef-m-grid-line:last-child {
		left: 80%;
		width: 20%;
	}
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-inner {
		max-width: 95%;
	}
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-number-wrapper {
		width: 30vw;
		align-items: flex-end;
	}
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-number {
		margin-bottom: 5vh;
	}
	.qodef-numbered-carousel .swiper-slide-prev .qodef-m-item-number-wrapper,
	.qodef-numbered-carousel .swiper-slide-next .qodef-m-item-number-wrapper {
		width: 20vw;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-inner {
		max-width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-numbered-carousel .qodef-m-item {
		width: 100vw;
		margin: 0;
		padding: 5%;
	}
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-text,
	.qodef-numbered-carousel .qodef-m-item .qodef-m-item-number-wrapper {
		display: none;
	}
}

/* ==========================================================================
   Numbered carousel shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
	.qodef-section-title.qodef-disable-below--1024 .qodef-m-background-text {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-section-title.qodef-disable-below--768 .qodef-m-background-text {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-section-title.qodef-disable-below--680 .qodef-m-background-text {
		display: none;
	}
}

@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 26px;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0;
	}
}

/* ==========================================================================
   Vertical Showcase responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1900px) {
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top {
		left: 10%;
		margin-top: -12%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-vertical-showcase .qodef-m-frame-holder {
		height: 71vh;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom {
		margin-top: 8%;
		transform: translateX(-46%);
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other {
		bottom: 6%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-top {
		margin-top: 6%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-bottom {
		margin-top: -10%;
	}
	.qodef-vertical-showcase .qodef-m-contact-form {
		padding: 60px 60px;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .qodef-section-title .qodef-m-content {
		padding: 0 7%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-vertical-showcase .qodef-m-frame-holder {
		height: 66vh;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-vertical-showcase .qodef-m-frame-holder {
		height: 71vh;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top {
		left: 7%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom {
		transform: translateX(-50%);
	}
	.qodef-vertical-showcase .qodef-m-contact-form .qodef-section-title .qodef-m-content {
		padding: 0 1%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-vertical-showcase .qodef-m-frame-holder {
		height: 40vh;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top {
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0 !important;
		top: 13%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom {
		margin-top: 0 !important;
		bottom: 18%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-number {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-info {
		padding-left: 0;
		text-align: center;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-info .qodef-m-frame-slide-decoration {
		display: none;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other {
		bottom: 3%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-top {
		top: auto;
		bottom: 13%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-bottom {
		bottom: auto;
		top: 19%;
	}
	.qodef-vertical-showcase .qodef-m-contact-form {
		height: auto;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top {
		width: auto;
		top: 16%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-decoration {
		display: none;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-content {
		text-align: center;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-top .qodef-m-frame-text {
		display: none;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom {
		bottom: 18%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-bottom .qodef-m-frame-slide-number {
		font-size: 100px;
	}
	.qodef-vertical-showcase .qodef-m-frame-info .qodef-m-frame-info-other a {
		width: 150px;
		height: 46px;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-top {
		bottom: 15%;
	}
	.qodef-vertical-showcase .qodef-m-frame-info.qodef-m-frame-even .qodef-m-frame-info-bottom {
		top: 20%;
	}
	.qodef-vertical-showcase .qodef-m-contact-form {
		padding: 30px 30px;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .qodef-m-contact-form-info {
		display: none;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .qodef-cf7-vertical-showcase .qodef-col {
		width: 100%;
		padding: 0 !important;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .wpcf7 {
		margin: 0;
	}
	.qodef-vertical-showcase .qodef-m-contact-form label {
		margin-bottom: 0;
	}
	.qodef-vertical-showcase .qodef-m-contact-form input[type=text],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=email],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=url],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=password],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=number],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=tel],
	.qodef-vertical-showcase .qodef-m-contact-form input[type=search],
	.qodef-vertical-showcase .qodef-m-contact-form textarea {
		margin: 0;
	}
	.qodef-vertical-showcase .qodef-m-contact-form button[type=submit].qodef-custom,
	.qodef-vertical-showcase .qodef-m-contact-form input[type=submit].qodef-custom {
		width: 100%;
		padding: 10px 10px;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .wpcf7-not-valid-tip {
		bottom: 5px;
	}
	.qodef-vertical-showcase .qodef-m-contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
		bottom: auto;
	}
}

/* ==========================================================================
   Vertical Showcase responsive style - end
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-vertical-split-slider.qodef-disable-below--1024 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
		min-height: 50vh;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding: 10%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-vertical-split-slider.qodef-disable-below--768 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
		min-height: 50vh;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding: 10%;
	}
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
		left: 1px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
		left: 46px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
		left: 91px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
		left: 136px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
		left: 181px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
		left: 226px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
		left: 271px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
		left: auto;
		right: 0;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
		right: auto;
		left: 1px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
		right: auto;
		left: 46px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
		right: auto;
		left: 91px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
		right: auto;
		left: 136px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
		right: auto;
		left: 181px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
		right: auto;
		left: 226px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
		right: auto;
		left: 271px;
	}
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-sidebar .qodef-social-icons-group {
		justify-content: flex-start;
	}
}