@charset "UTF-8";

/*
 * Name:        Moura
 * Written by:  ZoOmArts
 */

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General                             */
/*   02 - Headers                             */
/*   03 - Pages Header                        */
/*   04 - Elements                            */
/*   05 - Rows and Containers                 */
/*   06 - Portfolio                           */
/*   07 - Single Project                      */
/*   08 - Blog Styles                         */
/*   09 - Single Post                         */
/*   10 - Sidebar & Widgets                   */
/*   11 - Pagination                          */
/*   12 - Contact & Mailchimp Forms           */
/*   13 - 404 Page                            */
/*   14 - Search Page                         */
/*   15 - Footer                              */
/* ------------------------------------------ */
/* ------------------------------------------ */


/*------------------------------------------------------*/
/*                    01 - General
/*------------------------------------------------------*/

:root {
	/*---------- Color vars ----------*/
	--primary-color: #ffa8a8;
	--light-text-color: #8b909d;
	--light-text-color-2: #8b909d;
	--light-border-color: #e1e5ea;
	--light-background: #f9fafc;
	--light-shadow-color: rgba(28, 30, 33, .12);
	--light-shadow-color-2: rgba(28, 30, 33, .24);
	--dark-color: #111;

	/*---------- Inputs vars ----------*/
	--input-color: #7c838d;
	--input-color-hover: #7c838d;
	--input-color-focus: #7c838d;
	--input-border: #dadee6;
	--input-border-hover: #dadee6;
	--input-border-focus: #c4c7d2;
	--input-background: #fbfbfd;
	--input-background-hover: #fbfbfd;
	--input-background-focus: #fbfbfd;

	/*---------- Other vars ----------*/
	--first-border-radius: 4px;
	--second-border-radius: 3px;
	--circle-border-radius: 100vh;
	--blog-imgs-radius: 4px;
}

html, body {
    max-width: 100vw;
}

html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
	overflow-x: clip;
	background-color: var(--dark-color);
}

::-moz-selection {
	background: var(--primary-color);
	color: #fff;
}

::selection {
	color: #fff;
	background: var(--primary-color);
}

body * {
	border-width: 0;
}

strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

p img {
	display: inline-block;
}

img.aligncenter {
	margin: 0 auto;
	display: block !important;
}

img.alignright {
	float: right;
	margin: 10px 0 0 20px;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0 0;
}

.content-inner p:last-child img.alignright,
.content-inner p:last-child img.alignleft {
    clear: both;
}

a {
	color: var(--dark-color);
	-webkit-transition: color .35s ease, opacity .35s ease;
	-o-transition: color .35s ease, opacity .35s ease;
	transition: color .35s ease, opacity .35s ease;
}

a:hover, a:focus {
	color: var(--primary-color);
}

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus {
	outline: 0;
	text-decoration: none;
}

*:focus {  
	outline: none;  
}

h1, h2, h3, h4, h5, h6 {
	color: var(--dark-color);
	margin: 0 0 1.2rem 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
	margin: 0 0 15px 0;
}

.post-content * + h1, .post-content * + h2, .post-content * + h3, .post-content * + h4, .post-content * + h5, .post-content * + h6,
.content-area * + h1, .content-area * + h2, .content-area * + h3, .content-area * + h4, .content-area * + h5, .content-area * + h6 {
	margin-top: 35px;
}

.entry-content .wpb_text_column h1, .entry-content .wpb_text_column h2, .entry-content .wpb_text_column h3, .entry-content .wpb_text_column h4, .entry-content .wpb_text_column h5, .entry-content .wpb_text_column h6 {
	margin-bottom: 15px;
}

p {
	margin:  0 0 1.6rem 0;
}

.section span {
	display: inline-block;
}

ul, ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}

small {
	text-align: initial;
	line-height: 2em;
}

table {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

table tr:nth-child(odd) {
	background-color: var(--light-background);
}

table tr:nth-child(even) {
	background-color: #fff;
}

table td, table th {
	vertical-align: middle;
	text-align: left;
	padding: 12px 15px;
	color: var(--dark-color);
}

table thead th {
	text-align: center;
	color: var(--dark-color);
	background-color: #fff;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

blockquote {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.6rem;
}

blockquote p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 1rem;
}

blockquote p:before {
	color: var(--primary-color);
	content: open-quote;
	font-size: 1.8em;
	line-height: 1;
	margin-right: .08em;
}

blockquote cite {
	font-size: .9em;
}

.wp-block-quote.is-large:not(.is-style-plain), 
.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 0;
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 2.2em;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 0;
}

.wp-block-pullquote {
	border: 3px solid rgba(0,0,0,.1);
	margin-bottom: 1.6rem;
}

.wp-block-pullquote blockquote {
	margin-bottom: 0;
}

.wp-block-media-text {
	margin-bottom: 1.6rem;
}

pre, samp {
	font-size: 13px;
	font-weight: 300;
	line-height: 2.2em;
	margin-bottom: 30px;
	padding: 1.8em 2.4em;
	border: none;
	background-color: var(--light-background);
	border-radius: var(--first-border-radius);
}

fieldset {
	padding-top: 25px;
    border-top: 1px solid var(--light-background);
}

fieldset legend {
	text-align: center;
	font-size: 1.4em;
	padding: .8em 1.2em;
	margin-bottom: 25px;
	color: var(--dark-color);
	border-radius: var(--first-border-radius);
	background-color: var(--light-background);
}

.hidden-area {
	display: none;
}

.wp-block-latest-comments__comment {
	line-height: inherit;
}

.moura-label {
	display: inline-block;
	padding: 0 .6em;
}

.moura-dropcap {
	margin-top: 5px;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-right: 15px;
	text-align: center;
}

.centered-table {
	display: table;
	width: 100%;
	height: 100%;
}

.centered-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.v-aligner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

iframe {
	max-width: 100%;
}

.wp-caption {
	max-width: 100% !important;
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption .wp-caption-text {
	line-height: 1.4;
	font-size: .85em;
	font-style: italic;
	margin: 0;
	padding-top: 14px;
	opacity: .7;
}

.right {
	float: right;
}

.left {
	float: left;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-block-cover {
	margin-bottom: .6rem;
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.gallery {
	display: grid;
	gap: 10px;
	margin-bottom: 40px;
}

.widget .gallery {
	padding-top: 4px;
	margin-bottom: 0;
}

.gallery.gallery-columns-1 { grid-template-columns: repeat(1, 1fr); }
.gallery.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery .gallery-item {
	position: relative;
	margin: 0;
}

.gallery br {
	display: none;
}

.gallery .gallery-caption {
	font-size: .85em;
	line-height: 1.6em;
	position: absolute;
	left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    text-align: center;
    padding: 10px 12px;
    margin: 0;
	color: #fff;
	overflow: scroll;
	border-radius: var(--first-border-radius);
	background-color: rgba(0,0,0,.18);
}

.gallery dt {
	margin: 0;
	padding: 0;
	opacity: 1;
	will-change: opacity;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.gallery:hover dt {
	opacity: .6;
}

.gallery dt:hover {
	opacity: 1;
}

.gallery dl a {
	display: block;
	overflow: hidden;
	border-radius: var(--first-border-radius);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery dl img {
	width: 100%;
	height: auto;
	will-change: transform;
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: all 1s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all 1s cubic-bezier(.15, .2, .1, 1);
	transition: all 1s cubic-bezier(.15, .2, .1, 1);
}

.gallery dl:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
		-ms-transform: scale(1.1) translateZ(0);
			transform: scale(1.1) translateZ(0);
}

.widget .gallery dl:hover img {
	-webkit-transform: scale(1.2) translateZ(0);
		-ms-transform: scale(1.2) translateZ(0);
			transform: scale(1.2) translateZ(0);
}

.wrapper {
	position: relative;
	-webkit-transition: all .5s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .5s cubic-bezier(.25, 0, .3, 1);
	transition: all .5s cubic-bezier(.25, 0, .3, 1);
}

.wrapper .wrapper-inner {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.primary-gradient {
	background: -webkit-linear-gradient( 135deg, #ff9292 0%, #ffce5e 100%);
	background:         linear-gradient( 135deg, #ff9292 0%, #ffce5e 100%);
}

.embed-status-box {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1.6rem !important;
}

.blocks-gallery-caption {
	margin-top: 0;
}

.moura-tilt {
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
	border-radius:  inherit;
	-webkit-box-shadow: 0 15px 40px -10px var(--light-shadow-color);
			box-shadow: 0 15px 40px -10px var(--light-shadow-color);
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
	border-radius: var(--circle-border-radius) !important;
	-webkit-box-shadow: 0 15px 40px -10px var(--light-shadow-color) !important;
			box-shadow: 0 15px 40px -10px var(--light-shadow-color) !important;
}

.wpb_single_image .vc_figure, .wpb_single_image .vc_figure * {
	border-radius: inherit !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.fitvid {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.mejs-audio {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background-color: var(--dark-color) !important;
}

i ion-icon {
	--ionicon-stroke-width: 24px;
	-webkit-transform: translateY(8%);
		-ms-transform: translateY(8%);
			transform: translateY(8%);
}

/*-----*  ( Animated Backgrounds )  *-----*/
.overlay.gradient-1, .predfined-gradient-1  {
	background: -webkit-linear-gradient(315deg, #80acb4, #afd8df, #8dc1e4, #b98dec, #f77c97, #ffd194);
	background:         linear-gradient(135deg, #80acb4, #afd8df, #8dc1e4, #b98dec, #f77c97, #ffd194);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 18s linear infinite;
			animation: gradientBg 18s linear infinite;
}

.overlay.gradient-2, .predfined-gradient-2 {
	background: -webkit-linear-gradient(315deg, #FEB692, #E49698, #B87F9B, #846E91, #535C79, #2F4858);
	background:         linear-gradient(135deg, #FEB692, #E49698, #B87F9B, #846E91, #535C79, #2F4858);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 14s linear infinite;
			animation: gradientBg 14s linear infinite;
}

.overlay.gradient-3, .predfined-gradient-3 {
	background: -webkit-linear-gradient(315deg, #EF92AE, #F1608C, #8F79AB, #623AA2);
	background:         linear-gradient(135deg, #EF92AE, #F1608C, #8F79AB, #623AA2);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 14s linear infinite;
			animation: gradientBg 14s linear infinite;
}

.overlay.gradient-4, .predfined-gradient-4 {
	background: -webkit-linear-gradient(315deg, #61C6E6, #89D9F2, #8EDFB2, #4EBF85, #008953);
	background:         linear-gradient(135deg, #61C6E6, #89D9F2, #8EDFB2, #4EBF85, #008953);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 14s linear infinite;
			animation: gradientBg 14s linear infinite;
}

.overlay.gradient-5, .predfined-gradient-5 {
	background: -webkit-linear-gradient(315deg, #F6CEEC, #C5B9E6, #86A9D7, #3B98B9, #00848C);
	background:         linear-gradient(135deg, #F6CEEC, #C5B9E6, #86A9D7, #3B98B9, #00848C);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 12s linear infinite;
			animation: gradientBg 12s linear infinite;
}

.overlay.gradient-6, .predfined-gradient-6 {
	background: -webkit-linear-gradient(315deg, #BFE5D5, #9AC4BD, #7AA4A5, #5D848C, #446572, #2F4858);
	background:         linear-gradient(135deg, #BFE5D5, #9AC4BD, #7AA4A5, #5D848C, #446572, #2F4858);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 12s linear infinite;
			animation: gradientBg 12s linear infinite;
}

.overlay.gradient-7, .predfined-gradient-7 {
	background: -webkit-linear-gradient(315deg, #FF8A5F, #F66F7B, #DA6297, #AB60AB, #6E62B1, #0061A6);
	background:         linear-gradient(135deg, #FF8A5F, #F66F7B, #DA6297, #AB60AB, #6E62B1, #0061A6);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 16s linear infinite;
			animation: gradientBg 16s linear infinite;
}

.overlay.gradient-8, .predfined-gradient-8 {
	background: -webkit-linear-gradient(315deg, #FFAA85, #FFBEC5, #FF868F, #C4515D);
	background:         linear-gradient(135deg, #FFAA85, #FFBEC5, #FF868F, #C4515D);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 12s linear infinite;
			animation: gradientBg 12s linear infinite;
}

.overlay.gradient-9, .predfined-gradient-9 {
	background: -webkit-linear-gradient(315deg, #000, #444);
	background:         linear-gradient(135deg, #000, #444);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 12s linear infinite;
			animation: gradientBg 12s linear infinite;
}

.overlay.gradient-10, .predfined-gradient-10 {
	background: -webkit-linear-gradient(315deg, #888, #fff);
	background:         linear-gradient(135deg, #888, #fff);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: gradientBg 10s linear infinite;
			animation: gradientBg 10s linear infinite;
}

@-webkit-keyframes gradientBg {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-66%, -66%, 0);
				transform: translate3d(-66%, -66%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
}

@keyframes gradientBg { 
	0% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-66%, -66%, 0);
				transform: translate3d(-66%, -66%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
}

/*-----*  ( Inputs CSS )  *-----*/
form {
	margin: 0;
	padding: 0;
}

input::-moz-focus-inner { 
	border: 0; 
	outline: none;
}

input, textarea, button {
	font-size: .9em;
	font-weight: 500;
	line-height: 2;
	-webkit-appearance: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

input:focus,
textarea:focus, 
button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 white inset;
			box-shadow: 0 0 0 0 white inset;
}

input[type="text"], 
input[type="url"], 
input[type="password"], 
input[type="email"],
input[type="tel"], 
input[type="search"],
textarea {
	width: 100%;
	line-height: 1;
	padding: 15px 16px;
	display: inline-block;
	text-decoration: none;
	border-radius: var(--first-border-radius);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

textarea {
	display: block;
	resize: none;
	line-height: 1.7em;
}

input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--input-color);
} 

input[type="text"], 
input[type="url"], 
input[type="password"], 
input[type="email"], input[type="tel"], 
input[type="search"], 
textarea {
	color: var(--input-color);
	border: 1px solid var(--input-border);
	background: var(--input-background);
}

input[type="text"]:hover, 
input[type="url"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover, 
input[type="tel"]:hover, 
input[type="search"]:hover, 
textarea:hover {
	color: var(--input-color-hover);
	border: 1px solid var(--input-border-hover);
	background: var(--input-background-hover);
}

input[type="text"]:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
textarea:focus {
	color: var(--input-color-focus);
	border: 1px solid var(--input-border-focus);
	background: var(--input-background-focus);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type="submit"],
.woocommerce #respond input#submit {
	font-size: .9em;
	font-weight: 500;
	min-width: 120px;
	border-radius: var(--first-border-radius);
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: none;
	line-height: 1;
	border: none;
	padding: 18px 24px;
	background: var(--primary-color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

input[type="submit"]:hover,
.woocommerce #respond input#submit:hover {
	color: #fff;
	background: var(--primary-color);
	-webkit-box-shadow: 0 12px 30px -5px var(--light-shadow-color);
			box-shadow: 0 12px 30px -5px var(--light-shadow-color);
}

input.error {
	border-color: #d4606b !important;
}

label .required, label.required, .validate-required label, p.comment-notes .required { color: #d4606b; }

/*-----*  ( Numbers spinner )  *-----*/
.number-spinner {
	display: inline-block;
	position: relative;
	padding: 0 40px;
	background-color: #fff;
	border: 1px solid var(--light-border-color);
	border-radius: var(--second-border-radius);
}

.number-spinner input[type="text"] {
	color: var(--dark-color);
	background: #fff;
	height: 40px;
	line-height: 40px;
	width: 64px;
	text-align: center;
	border-radius: 0;
	border: none;
	padding: 0;
	border-right: 1px solid var(--light-border-color);
	border-left: 1px solid var(--light-border-color);
}

.number-spinner .btn-decrement, .number-spinner .btn-increment {
	font-size: 12px;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: var(--dark-color);
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.number-spinner .btn-decrement:hover, .number-spinner .btn-increment:hover {
	color: var(--primary-color);
}

.number-spinner .btn-decrement {
	left: 0;
}

.number-spinner .btn-increment {
	right: 0;
}

.number-spinner .btn-decrement i, .number-spinner .btn-increment i {
	font-weight: 900;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

/*-----*  ( Checkbox )  *-----*/
.moura-styled-checkbox {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
    width: 15px;
    height: 15px;
    top: -1px;
    vertical-align: middle;
}

.moura-styled-checkbox input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.moura-styled-checkbox span {
	position: absolute;
	top: 50%;
	left: 0;
	height: 17px;
	width: 17px;
	border-radius: 2px;
	background-color: #fff;
	border: 2px solid var(--light-border-color);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-styled-checkbox:hover input ~ span,
.moura-styled-checkbox input:focus ~ span,
.moura-styled-checkbox input:checked ~ span {
	border-color: var(--input-border-hover);
}

.moura-styled-checkbox input:disabled ~ span {
	opacity: 0.6;
	pointer-events: none;
}

.moura-styled-checkbox span:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background-color: var(--dark-color);
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
}

.moura-styled-checkbox input:checked ~ span:before {
	opacity: 1;
}

/*-----*  ( Select )  *-----*/
select {
	cursor: pointer;
	line-height: 1;
	padding: 17px 16px;
	width: 100%;
	color: var(--input-color-focus);
	background: var(--input-background);
	border: 1px solid var(--input-border);
	border-radius: var(--first-border-radius);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box {
	position: relative;
}

.select-box:after {
	font-family: 'moura-ui' !important;
    content: '\e913';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-35%) rotate(0);
    -ms-transform: translateY(-35%) rotate(0);
    transform: translateY(-35%) rotate(0);
}

.nice-select {
	font-size: .9em;
	line-height: 22px;
	position: relative;
	border-radius: var(--first-border-radius);
	border: solid 1px var(--input-border);
	cursor: pointer;
	display: block;
	font-family: inherit;
	padding: 12px 18px;
	white-space: nowrap;
	width: 100%;
	color: var(--input-color-focus);
	background-color: var(--input-background);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
 }

 .nice-select:hover {
	color: var(--input-color-focus);
	border-color: var(--input-border-hover);
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	color: var(--input-color-focus);
	border-color: var(--input-border-focus);
	background-color: var(--input-background-focus);
}

.nice-select:after {
	font-family: 'moura-ui' !important;
	content: '\e913';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 12px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-35%) rotate(0);
		-ms-transform: translateY(-35%) rotate(0);
			transform: translateY(-35%) rotate(0);
	-webkit-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	transition: all .3s cubic-bezier(.45, .24, .03, .93);
}

.nice-select.open:after {
	-webkit-transform: translateY(-45%) rotate(-180deg);
		-ms-transform: translateY(-45%) rotate(-180deg);
			transform: translateY(-45%) rotate(-180deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
			transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: var(--light-border-color);
	color: var(--light-text-color);
	pointer-events: none;
}

.nice-select.disabled:after {
	color: var(--light-text-color);
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select .list {
	background-color: #fff;
	border-radius: var(--first-border-radius);
	margin-top: 16px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 9;
	padding: 14px 0;
	min-width: calc(100% + 2px);
	-webkit-box-shadow: 0 0 20px -2px var(--light-shadow-color);
			box-shadow: 0 0 20px -2px var(--light-shadow-color);
	-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
		-ms-transform: scale(.75) translateY(-21px);
			transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
	-o-transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
}

.nice-select .option {
	font-size: .9em;
	position: relative;
	padding: 10px 22px;
	cursor: pointer;
	list-style: none;
	outline: none;
	margin: 0;
	color: var(--input-color);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.nice-select .option:before {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
			transform: translateY(-1px);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.nice-select .option:hover:before, .nice-select .option.focus:before, .nice-select .option.selected.focus:before {
	width: 10px;
	background: var(--input-color-focus);
}

.nice-select .option.selected {
	color: #111 !important;
}

.nice-select .option.disabled {
	opacity: .2;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/*-----*  ( Custom Cursor )  *-----*/
.moura-cursor {
	pointer-events: none;
	line-height: 1;
	opacity: 0;
}

.moura-cursor .cursor-ball {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	mix-blend-mode: difference;
}

.moura-cursor.normal-color .cursor-ball {
	mix-blend-mode: normal;
}

.moura-cursor .cursor-ball circle {
	fill: #fff;
}



/*------------------------------------------------------*/
/*                    02 - Headers
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
#main-header {
	position: relative;
	z-index: 10;
}

#main-header[data-sticky="1"] {
	will-change: transform;
}

#main-header[data-shadow="0"],
#main-header.sticky[data-sticky-shadow="0"] {
	-webkit-box-shadow: 0 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 0 var(--light-shadow-color);
}

#main-header[data-shadow="1"],
#main-header.sticky[data-sticky-shadow="1"] {
	-webkit-box-shadow: -2px 4px 70px -15px var(--light-shadow-color);
			box-shadow: -2px 4px 70px -15px var(--light-shadow-color);
}

#main-header .header-wrap {
	position: relative;
}

#main-header .header-content {
	height: var(--header-height);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

#main-header.sticky .header-content {
	height: var(--sticky-header-height);
}

#main-header .header-elements {
	line-height: 1;
	display: inline-flex;
	align-items: stretch;
	flex-direction: row;
}

#main-header .header-elements > li {
	position: relative;
	display: inline-flex;
	align-items: center;
}

#main-header .header-elements .hcontent-block {
	white-space: nowrap;
}

/*-----*  ( Header - Sticky Header )  *-----*/
#main-header.style-1.sticky,
#main-header.style-2.sticky {
	position: fixed;
	left: 0;
    right: 0;
    top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-backdrop-filter: blur(20px) saturate(180%);
    		backdrop-filter: blur(20px) saturate(180%);
	-webkit-animation: stickyHeader .6s cubic-bezier(.22, 1, .32, 1) both;
			animation: stickyHeader .6s cubic-bezier(.22, 1, .32, 1) both;
}

.admin-bar #main-header.style-1.sticky,
.admin-bar #main-header.style-2.sticky {
	top: 32px;
}

#main-header.style-1.sticky.sticky-shadow-1,
#main-header.style-2.sticky.sticky-shadow-1 {
	-webkit-box-shadow: 0 0 50px 0 var(--light-shadow-color);
			box-shadow: 0 0 50px 0 var(--light-shadow-color);
}

#main-header.style-1.sticky.sticky-shadow-0,
#main-header.style-2.sticky.sticky-shadow-0 {
	-webkit-box-shadow: none;
			box-shadow: none;
}

@-webkit-keyframes stickyHeader {
	0% {
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes stickyHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

#main-header .header-social a,
#main-header .show-search,
#main-header .wichlist-box a,
#main-header .cart-box > a {
	color: var(--dark-color);
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#main-header .header-social a:hover,
#main-header .show-search:hover,
#main-header .wichlist-box a:hover,
#main-header .cart-box > a:hover {
	color: #68707a;
}

#main-header .show-panel div span {
	background-color: var(--dark-color);
}

#main-header .show-panel div:hover span {
	background-color: #68707a;
}

/*-----*  ( Header - Logo )  *-----*/
#main-header .header-logo {
	position: relative;
	display: flex;
	align-items: center;
}

#main-header .header-logo a {
	display: block;
	position: relative;
}

#main-header .header-logo h1 {
	display: inline-block;
	line-height: 1;
}

#main-header .header-logo h1 a {
	display: inline;
	color: var(--dark-color);
}

#main-header .header-logo a svg {
	display: inherit;
}

#main-header .header-logo .light-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main-header .main-logo {
	display: block;
	width: auto;
	display: block;
	opacity: 1;
	will-change: opacity, width;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#main-header .sticky-logo {
	width: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	will-change: opacity, width;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#main-header.sticky .main-logo {
	opacity: 0;
}

#main-header.sticky .sticky-logo {
	opacity: 1;
}

/*-----*  ( Header - Slide Panel Icon )  *-----*/
#main-header .show-panel div {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 12px;
	top: 1px;
	cursor: pointer;
}

#main-header .show-panel div span {
	position: absolute;
	display: block;
	height: 2px;
	position: absolute;
	display: block;
	left: 2px;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#main-header .show-panel div .line-1 {
	top: 0px;
	width: 12px;
}

#main-header .show-panel div .line-2 {
	top: 5px;
	width: 18px;
}

#main-header .show-panel div .line-3 {
	top: 10px;
	width: 15px;
}

#main-header .show-panel div:hover .line-1 {
	width: 18px;
}

#main-header .show-panel div:hover .line-3 {
	width: 18px;
}

#main-header .show-panel div.active .line-1 {
	width: 14px;
	top: 5px;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

#main-header .show-panel div.active .line-2 {
	opacity: 0;
}

#main-header .show-panel div.active .line-3 {
	width: 14px;
	top: 5px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

#main-header.small-icons .show-panel div {
	width: 24px;
	height: 14px;
	top: 3px;
}

#main-header.small-icons .show-panel div .line-1 {
	width: 14px;
}

#main-header.small-icons .show-panel div .line-2 {
	top: 6px;
	width: 20px;
}

#main-header.small-icons .show-panel div .line-3 {
	top: 12px;
	width: 17px;
}

#main-header.small-icons .show-panel div:hover .line-1 {
	width: 20px;
}

#main-header.small-icons .show-panel div:hover .line-3 {
	width: 20px;
}

#main-header.small-icons .show-panel div.active .line-1 {
	width: 20px;
	top: 5px;
}

#main-header.small-icons .show-panel div.active .line-3 {
	width: 20px;
	top: 5px;
}

#main-header.large-icons .show-panel div {
	width: 30px;
	height: 18px;
	top: 3px;
}

#main-header.large-icons .show-panel div .line-1 {
	width: 19px;
}

#main-header.large-icons .show-panel div .line-2 {
	top: 6px;
	width: 25px;
}

#main-header.large-icons .show-panel div .line-3 {
	top: 12px;
	width: 22px;
}

#main-header.large-icons .show-panel div:hover .line-1 {
	width: 25px;
}

#main-header.large-icons .show-panel div:hover .line-3 {
	width: 25px;
}

#main-header.large-icons .show-panel div.active .line-1 {
	width: 20px;
	top: 5px;
}

#main-header.large-icons .show-panel div.active .line-3 {
	width: 20px;
	top: 5px;
}

#main-header.x-large-icons .show-panel div {
	width: 30px;
	height: 18px;
	top: 3px;
}

#main-header.x-large-icons .show-panel div .line-1 {
	width: 19px;
}

#main-header.x-large-icons .show-panel div .line-2 {
	top: 6px;
	width: 25px;
}

#main-header.x-large-icons .show-panel div .line-3 {
	top: 12px;
	width: 22px;
}

#main-header.x-large-icons .show-panel div:hover .line-1 {
	width: 25px;
}

#main-header.x-large-icons .show-panel div:hover .line-3 {
	width: 25px;
}

#main-header.x-large-icons .show-panel div.active .line-1 {
	width: 20px;
	top: 5px;
}

#main-header.x-large-icons .show-panel div.active .line-3 {
	width: 20px;
	top: 5px;
}

/*-----*  ( Header - Search Icon )  *-----*/
#main-header .show-search {
	cursor: pointer;
}

#main-header .show-search span {
	font-size: 16px;
}

#main-header.small-icons .show-search span {
	font-size: 18px;
}

#main-header.large-icons .show-search span {
	font-size: 20px;
}

#main-header.x-large-icons .show-search span {
	font-size: 24px;
}

/*-----*  ( Header - Search Box )  *-----*/
.search-box.over-header-style {
	position: absolute;
	top: 100%;
	right: -1.6em;
	width: 320px;
	z-index: 15;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
			transform: translateY(10px);
	-webkit-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	transition: all .4s cubic-bezier(.25, 0, .3, 1);
}

.search-box.over-header-style.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.search-box.over-header-style .search-box-wrap {
	position: relative;
	margin-top: 12px;
	padding: 18px 25px;
	border-radius: var(--first-border-radius);
	background-color: #fff;
	-webkit-box-shadow: 0 10px 40px -6px var(--light-shadow-color);
			box-shadow: 0 10px 40px -6px var(--light-shadow-color);
}

.search-box.over-header-style .search-box-wrap:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	right: 1.6em;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

.search-box form input[type="text"] {
	display: block;
	font-size: 14px;
	width: 100%;
	line-height: 1.8em;
	padding: 0;
	border: none;
	color: var(--light-text-color);
	background: transparent;
}

.search-box form input[type="submit"] {
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	text-indent: -99999px;
	height: 30px;
	width: 32px;
	min-width: 30px;
	padding: 0;
	opacity: 0;
	border-radius: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.search-box.over-header-style .search-btn {
	color: var(--dark-color);
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.search-box.fullpage-style {
	position: fixed;
	display: flex;
    align-items: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	visibility: hidden;
	background-color: var(--dark-color);
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition-delay: 1s;
		 -o-transition-delay: 1s;
			transition-delay: 1s;
}

.search-box.fullpage-style.is-active {
	visibility: visible;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.search-box.fullpage-style .search-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .03);
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition-delay: .5s;
		 -o-transition-delay: .5s;
			transition-delay: .5s;
}

.search-box.fullpage-style.is-active .search-box-bg {
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.search-box.fullpage-style form {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.search-box.fullpage-style form input[type="text"] {
	padding: 20px 0;
	font-size: 32px;
	display: block;
	width: 100%;
	line-height: 1;
	border: none;
	text-align: center;
	color: #fff;
	opacity: 0;
	position: relative;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	-webkit-transition: opacity .45s cubic-bezier(.25, 0, .3, 1);
	-o-transition: opacity .45s cubic-bezier(.25, 0, .3, 1);
	transition: opacity .45s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.search-box.fullpage-style form input[type="text"]::placeholder {
	color: rgba(255, 255, 255, 0.1);
}

.search-box.fullpage-style.is-active form input[type="text"] {
	opacity: 1;
	-webkit-transition-delay: 1.2s;
		 -o-transition-delay: 1.2s;
			transition-delay: 1.2s;
}

.search-box.fullpage-style .close-btn {
	display: block;
	position: absolute;
	top: 30px;
	right: 35px;
	cursor: pointer;
	width: 35px;
	height: 35px;
}

.search-box.fullpage-style .close-btn span {
	display: block;
	position: absolute;
	top: 16px;
	left: 4px;
	width: 26px;
	height: 2px;
	opacity: 0;
	background-color: #fff;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .45s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .45s cubic-bezier(.25, 0, .3, 1);
	transition: all .45s cubic-bezier(.25, 0, .3, 1);
}

.search-box.fullpage-style.is-active .close-btn span.line-1 {
	opacity: 1;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.search-box.fullpage-style.is-active .close-btn span.line-2 {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.search-box.fullpage-style.is-active .close-btn:hover span {
	opacity: 1;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}

/*-----*  ( Header - Social Icons )  *-----*/
#main-header .header-social ul {
	display: flex;
}

#main-header .header-social ul li {
	display: inline-block;
}

#main-header .header-social ul li:first-child {
	margin-left: 0;
}

#main-header .header-social ul li a {
	padding: .5em .6em;
}

@media (max-width: 1200px) {
	#main-header .header-social ul li a { padding: .5em .4em; }
}

#main-header .header-social ul li a {
	font-size: 16px;
}

#main-header.small-icons .header-social ul li a {
	font-size: 18px;
}

#main-header.large-icons .header-social ul li a {
	font-size: 20px;
}

#main-header.x-large-icons .header-social ul li a {
	font-size: 24px;
}

/*-----*  ( Header - Wichlist icon )  *-----*/
#main-header .wichlist-box a {
	font-size: 16px;
}

#main-header.small-icons .wichlist-box a {
	font-size: 18px;
}

#main-header.large-icons .wichlist-box a {
	font-size: 20px;
}

#main-header.x-large-icons .wichlist-box a {
	font-size: 24px;
}

/*-----*  ( Header - Cart Box )  *-----*/
#main-header .cart-box {
	cursor: pointer;
}

#main-header .cart-box > a > span {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	margin-left: 6px;
	-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
			transform: translateY(1px);
}

#main-header.icons-style-3 .cart-box > a > span {
	display: inline-block;
	text-align: center;
	font-size: 9px;
	height: 19px;
	width: 19px;
	line-height: 19px;
	border-radius: var(--circle-border-radius);
	background-color: var(--primary-color);
	color: #fff !important;
	margin: 0 -0.5em -1em -0.7em;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}

#main-header .cart-box > a {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
}

#main-header.small-icons .cart-box > a {
	font-size: 18px;
}

#main-header.large-icons .cart-box > a {
	font-size: 20px;
}

#main-header.x-large-icons .cart-box > a {
	font-size: 24px;
}

#main-header .cart-box .cart-items {
	cursor: auto;
	position: absolute;
	right: -20px;
	top: 100%;
	width: 290px;
	font-size: 13px;
	line-height: 1;
	background-color: #222;
	visibility: hidden;
	opacity: 0;
	border-radius: var(--first-border-radius);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#main-header .cart-box:hover .cart-items {
	visibility: visible;
	opacity: 1;
}

#main-header .cart-box .cart-items .widget {
	margin-bottom: 0;
}

#main-header .cart-box .cart-items .woocommerce-mini-cart__empty-message {
	padding: 30px 25px !important;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

#main-header .cart-box .cart-items .widgettitle {
	display: none;
}

#main-header .cart-box .cart-items ul {
	padding: 15px;
}

#main-header .cart-box .cart-items li {
	min-height: 60px;
	line-height: 2;
}

#main-header .cart-box .cart-items li:last-child {
	margin-bottom: 0;
}

#main-header .cart-box .cart-items li:last-child {
	border: none;
}

#main-header .cart-box .cart-items li a {
	color: #fff;
}

#main-header .cart-box .cart-items li a:hover {
	color: var(--primary-color);
}

#main-header .cart-box .cart-items li .quantity {
	color: rgba(255, 255, 255, .4);
	line-height: 1;
}

#main-header .cart-box .cart-items li .remove {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	padding: 0;
	color: rgba(255, 255, 255, .5) !important;
	background-color: transparent !important;
}

#main-header .cart-box .cart-items li .remove:hover {
	color: #fff !important;
	opacity: 1;
}

#main-header .cart-box .cart-items .total {
	padding: 18px 15px;
	margin: 0 0 15px 0;
	color: #fff;
	border-color: rgba(255, 255, 255, .06);
}

#main-header .cart-box .cart-items .total > span {
	top: 0;
	color: #fff;
}

#main-header .cart-box .cart-items .buttons {
	padding: 0 15px 15px 15px;
	margin: 0;
}

#main-header .cart-box .cart-items .buttons a {
	font-size: 1em;
	padding: 15px 24px;
	color: #ddd;
	border: 1px solid rgba(255, 255, 255, .08);
	background-color: transparent;
}

#main-header .cart-box .cart-items .buttons a.checkout {
	border: 1px solid #333;
	background-color: #333;
}

#main-header .cart-box .cart-items .buttons a:hover,
#main-header .cart-box .cart-items .buttons a.checkout:hover {
	border-color: #fff;
	background-color: #fff;
	color: #222;
}

/*-----*  ( Header - Nav Menu )  *-----*/
#main-header .main-nav {
	display: flex;
}

#main-header .main-nav .menu-wrap {
	display: inline-flex;
	flex-direction: column;
}

#main-header .main-nav .menu-wrap > ul {
	display: flex;
	flex: 1 auto;
}

#main-header .main-nav a {
	line-height: 1.4em;
	-webkit-transition: all .3s ease !important;
	-o-transition: all .3s ease !important;
	transition: all .3s ease !important;
}

#main-header .main-nav .menu-wrap a i {
	margin-right: 4px;
	font-size: 16px;
	position: relative;
	top: 1.5px;
}

#main-header .main-nav .menu-wrap > ul > li {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-header .main-nav .menu-wrap > ul > li:hover {
	overflow: visible;
}

#main-header .main-nav .menu-wrap > ul > li > a {
	font-size: .95em;
	position: relative;
	color: var(--dark-color);
	padding: 8px 0;
	white-space: nowrap;
}

#main-header .main-nav .menu-wrap > ul > li:hover > a {
	color: #777;
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .3s cubic-bezier(.45, .35, .2, 1);
	transition: all .3s cubic-bezier(.45, .35, .2, 1);
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl > ul {
	padding: 20px 0;
	background-color: #222;
	border-radius: var(--first-border-radius);
}

#main-header .main-nav .menu-wrap li.not-mega-menu[data-menu-theme="light"] .second-lvl > ul {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 40px -12px var(--light-shadow-color);
			box-shadow: 0 8px 40px -12px var(--light-shadow-color);
}

.page-loaded #main-header .main-nav .menu-wrap li.not-mega-menu:hover .second-lvl {
	opacity: 1;
	visibility: visible;
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl > ul {
	position: relative;
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl .sub > ul {
	position: absolute;
	width: 250px;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	background-color: #222;
	border-radius: var(--first-border-radius);
	will-change: opacity;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-header .main-nav .menu-wrap li.not-mega-menu[data-menu-theme="light"] .second-lvl .sub > ul {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 40px -12px var(--light-shadow-color);
			box-shadow: 0 8px 40px -12px var(--light-shadow-color);
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl .sub:hover > ul {
	opacity: 1;
	visibility: visible;
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl li {
	position: relative;
}

#main-header .main-nav .menu-wrap li .second-lvl li a {
	position: relative;
	display: block;
	padding: .82em 0;
	color: #777;
}

#main-header .main-nav .menu-wrap li[data-menu-theme="light"] .second-lvl li a {
	color: var(--light-text-color-2);
}

#main-header .main-nav .menu-wrap li.not-mega-menu .second-lvl li a {
	padding: .82em 30px;
}

#main-header .main-nav .menu-wrap li .second-lvl li:hover > a {
	color: #fff;
}

#main-header .main-nav .menu-wrap li[data-menu-theme="light"] .second-lvl li:hover > a {
	color: #222;
}

#main-header .main-nav .menu-wrap li .second-lvl li.current-menu-item > a,
#main-header .main-nav .menu-wrap li .second-lvl li.current-menu-item:hover > a {
	color: var(--primary-color);
}

#main-header .main-nav .menu-wrap li .second-lvl li.menu-item-has-children > a:after {
	content: '';
	display: block;
	height: 1px;
	width: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: .12;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#main-header .main-nav .menu-wrap li[data-menu-theme="light"] .second-lvl li.menu-item-has-children > a:after {
	background-color: #222;
}

#main-header .main-nav .menu-wrap li .second-lvl li.menu-item-has-children:hover > a:after {
	width: 25px;
	opacity: .4;
}

#main-header.style-1 .main-nav .menu-wrap > ul > li.has-mega-menu.three-columns-wide,
#main-header.style-1 .main-nav .menu-wrap > ul > li.has-mega-menu.four-columns-wide,
#main-header.style-1 .main-nav .menu-wrap > ul > li.has-mega-menu.five-columns-wide {
	position: unset;
}

#main-header .main-nav .menu-wrap > ul > li.has-mega-menu .second-lvl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	padding: 0 15px;
	background-color: transparent;
	-webkit-transition: all .3s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .3s cubic-bezier(.45, .35, .2, 1);
	transition: all .3s cubic-bezier(.45, .35, .2, 1);
}

.page-loaded #main-header .main-nav .menu-wrap li.has-mega-menu:hover .second-lvl {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > ul,
#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > div > ul {
	background-repeat: no-repeat;
	border-radius: var(--first-border-radius);
	background-color: #222;
	overflow: hidden;
	top: 0;
	padding: 0 32px;
}

#main-header.style-1 .container-fluid .main-nav .menu-wrap li.has-mega-menu:not(.two-columns):not(.three-columns) .second-lvl > ul,
#main-header.style-1 .container-fluid .main-nav .menu-wrap li.has-mega-menu:not(.two-columns):not(.three-columns) .second-lvl > div > ul {
	padding: 0;
	-webkit-box-shadow: none !important;
    		box-shadow: none !important;
}

#main-header .main-nav .menu-wrap li.has-mega-menu[data-menu-theme="light"] .second-lvl > ul,
#main-header .main-nav .menu-wrap li.has-mega-menu[data-menu-theme="light"] .second-lvl > div > ul {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 40px -12px var(--light-shadow-color);
			box-shadow: 0 8px 40px -12px var(--light-shadow-color);
}

#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > ul > li,
#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > div > ul > li {
	position: relative;
	float: left;
	top: 0;
	padding: 35px 20px;
}

#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > ul > li:last-child,
#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl > div > ul > li:last-child {
	border-right: none;
}

#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl ul > li li.menu-title {
	margin-top: 15px;
	margin-bottom: 2px;
}

#main-header .main-nav .menu-wrap li.has-mega-menu .second-lvl li.menu-title > a {
	color: #fff;
	cursor: auto;
	pointer-events: none;
	margin-bottom: 5px;
}

#main-header .main-nav .menu-wrap li.has-mega-menu[data-menu-theme="light"] .second-lvl li.menu-title > a {
	color: #222;
}

#main-header .main-nav .menu-wrap li.has-mega-menu.two-columns .second-lvl > ul > li,
#main-header .main-nav .menu-wrap li.has-mega-menu.two-columns .second-lvl > div > ul > li {
	width: 50%;
}

#main-header .main-nav .menu-wrap li.has-mega-menu.four-columns-wide .second-lvl > ul > li,
#main-header .main-nav .menu-wrap li.has-mega-menu.four-columns-wide .second-lvl > div > ul > li {
	width: 25%;
}

#main-header .main-nav .menu-wrap li.has-mega-menu.five-columns-wide .second-lvl > ul > li,
#main-header .main-nav .menu-wrap li.has-mega-menu.five-columns-wide .second-lvl > div > ul > li {
	width: 20%;
}

#main-header .main-nav .menu-wrap li.has-mega-menu.three-columns .second-lvl > ul > li,
#main-header .main-nav .menu-wrap li.has-mega-menu.three-columns-wide .second-lvl > div > ul > li {
	width: 33.333%;
}

#main-header .main-nav .menu-wrap > ul > li.has-mega-menu.three-columns .second-lvl {
	width: 740px;
	padding: 0;
}

#main-header .main-nav .menu-wrap > ul > li.has-mega-menu.two-columns .second-lvl {
	width: 500px;
	padding: 0;
}

#main-header .main-nav .label {
	position: relative;
	top: -1px;
	color: #fff;
	border-radius: var(--second-border-radius);
	font-size: .9em;
	padding: 6px 8px;
	margin-left: 10px;
	text-transform: capitalize;
	-webkit-box-shadow: 0 0 16px -2px var(--light-shadow-color);
			box-shadow: 0 0 16px -2px var(--light-shadow-color);
	background: -webkit-linear-gradient(135deg, #ffa8a8 0%, #ff7676 100%);
	background:         linear-gradient(135deg, #ffa8a8 0%, #ff7676 100%);
}

#main-header .main-nav .menu-wrap > ul > li > a .label {
	top: -0.8em;
	font-size: .8em;
	padding: 2px 6px;
	margin-left: 5px;
}

/*-----*  ( Header - Style 1 )  *-----*/
#main-header.style-1 .header-col {
	display: flex;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
	flex-basis: 0;
	flex-grow: 1;
}

#main-header.style-1 .header-col.first-col {
	justify-content: flex-start;
}

#main-header.style-1 .header-col.center-side {
	justify-content: center;
}

#main-header.style-1 .header-col.last-col {
	justify-content: flex-end;
	width: auto;
}

#main-header.style-1 .header-col.last-col .main-nav {
	padding-right: 30px;
	margin-right: 40px;
	border-right: 1px solid rgba(17, 17, 17, .07);
}

#main-header.style-1.border-0 .header-col.last-col .main-nav {
	border-color: transparent;
}

#main-header.style-1 .header-elements {
	flex-direction: row-reverse;
}

#main-header.style-1 .header-elements > li {
	margin-left: 1.6em;
	padding-left: 1.6em;
}

#main-header.style-1 .header-elements > li:last-child {
	margin-left: 0;
	padding-left: 0;
}

#main-header.style-1 .header-elements > li:after {
	content: '';
	width: 1px;
	height: 22px;
	margin: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -1px;
	background-color: rgba(17, 17, 17, .07);
}

#main-header.style-1.border-0 .header-elements > li:after {
	background-color: transparent;
}

#main-header.style-1 .header-elements > li:last-child:after {
	display: none;
}

/*-----*  ( Header - Style 2 )  *-----*/
#main-header.style-2 .header-col {
	display: flex;
	width: auto;
	align-items: stretch;
	flex-basis: 0;
}

#main-header.style-2 .header-col.first-col {
	justify-content: flex-start;
}

#main-header.style-2 .header-col.last-col {
	justify-content: flex-end;
}

#main-header.style-2 .left-side,
#main-header.style-2 .right-side {
	position: relative;
}

#main-header.style-2 .nav-middle {
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

#main-header.style-2 .nav-middle .middle-container {
	position: relative;
	display: flex;
	align-items: stretch;
}

#main-header.style-2 .container-fluid .right-side {
	padding-left: 35px;
	border-left: 1px solid transparent;
}

#main-header.style-2 .container-fluid .left-side {
	padding-right: 35px;
	border-right: 1px solid transparent;
}

#main-header.style-2.border-0 .container-fluid .right-side,
#main-header.style-2.border-0 .container-fluid .left-side {
	border-color: transparent;
}

#main-header.style-2 .container-fluid .left-side .main-nav .menu-wrap > ul > li:first-child {
	padding-left: 0 !important;
}

#main-header.style-2 .right-side .header-elements {
	flex-direction: row-reverse;
}

#main-header.style-2 .left-side .header-elements > li {
	margin-right: 1.9em;
}

#main-header.style-2 .left-side .header-elements > li.hcontent-block {
	margin-right: 3em;
}

#main-header.style-2 .left-side .header-elements > li:last-child {
	margin-right: 0;
}

#main-header.style-2 .right-side .header-elements > li {
	margin-left: 1.9em;
}

@media (max-width: 1200px) {
	#main-header.style-2 .right-side .header-elements > li { margin-left: 1.4em; }
}

#main-header.style-2 .right-side .header-elements > li.hcontent-block {
	margin-left: 3em;
}

#main-header.style-2 .right-side .header-elements > li:last-child {
	margin-left: 0;
}

#main-header.style-2 .nav-middle nav.first-menu {
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

#main-header.style-2 .nav-middle nav.second-menu {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

#main-header.style-2 .header-logo {
	margin: 0 40px;
}

@media (max-width: 1200px) {
	#main-header.style-2 .header-logo { margin: 0 20px; }
}

/*-----*  ( Header styles 1 & 2 - Transparent styles )  *-----*/
#main-header.style-1.colored-header,
#main-header.style-2.colored-header {
	background-color: #fff;
}

.header-outer.style-1.transparent-light,
.header-outer.style-1.transparent-dark,
.header-outer.style-2.transparent-light,
.header-outer.style-2.transparent-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: transparent;
}

#main-header.style-1.transparent-light .header-elements > li:after {
	background-color: rgba(255, 255, 255, .1);
}

#main-header.style-1.transparent-dark .header-elements > li:after {
	background-color: rgba(17, 17, 17, .08);
}

#main-header.style-1.transparent-light.border-1,
#main-header.style-2.transparent-light.border-1 {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#main-header.style-1.transparent-dark.border-1,
#main-header.style-2.transparent-dark.border-1 {
	border-bottom: 1px solid rgba(17, 17, 17, .08);
}
#main-header.style-1.transparent-light.border-1 .header-col.last-col .main-nav,
#main-header.style-2.transparent-light.border-1 .container-fluid .left-side,
#main-header.style-2.transparent-light.border-1 .container-fluid .right-side {
	border-color: rgba(255, 255, 255, .1);
}

#main-header.style-1.transparent-dark.border-1 .header-col.last-col .main-nav,
#main-header.style-2.transparent-dark.border-1 .container-fluid .left-side,
#main-header.style-2.transparent-dark.border-1 .container-fluid .right-side {
	border-color: rgba(17, 17, 17, .08);
}

#main-header.style-1.transparent-light .header-logo h1 a,
#main-header.style-1.transparent-light .main-nav .menu-wrap > ul > li > a,
#main-header.style-1.transparent-light .header-social a,
#main-header.style-1.transparent-light .show-search,
#main-header.style-1.transparent-light .wichlist-box a,
#main-header.style-1.transparent-light .cart-box > a,
#main-header.style-2.transparent-light .header-logo h1 a,
#main-header.style-2.transparent-light .main-nav .menu-wrap > ul > li > a,
#main-header.style-2.transparent-light .header-social a,
#main-header.style-2.transparent-light .show-search,
#main-header.style-2.transparent-light .wichlist-box a,
#main-header.style-2.transparent-light .cart-box > a {
	color: #fff !important;
}

#main-header.style-1.transparent-light .show-panel div span,
#main-header.style-2.transparent-light .show-panel div span {
	background: #fff !important;
}

#main-header.style-1.transparent-light .main-nav .menu-wrap > ul > li:hover > a,
#main-header.style-1.transparent-light .header-social a:hover,
#main-header.style-1.transparent-light .show-search:hover,
#main-header.style-1.transparent-light .wichlist-box a:hover,
#main-header.style-1.transparent-light .cart-box > a:hover,
#main-header.style-2.transparent-light .main-nav .menu-wrap > ul > li:hover > a,
#main-header.style-2.transparent-light .header-social a:hover,
#main-header.style-2.transparent-light .show-search:hover,
#main-header.style-2.transparent-light .wichlist-box a:hover,
#main-header.style-2.transparent-light .cart-box > a:hover {
	color: rgba(255, 255, 255, .7) !important;
}

#main-header.style-1.transparent-light .show-panel div:hover span,
#main-header.style-2.transparent-light .show-panel div:hover span {
	background: rgba(255, 255, 255, .7) !important;
}

#main-header.style-1.transparent-dark .header-logo h1 a,
#main-header.style-1.transparent-dark .main-nav .menu-wrap > ul > li > a,
#main-header.style-1.transparent-dark .header-social a,
#main-header.style-1.transparent-dark .show-search,
#main-header.style-1.transparent-dark .wichlist-box a,
#main-header.style-1.transparent-dark .cart-box > a,
#main-header.style-2.transparent-dark .header-logo h1 a,
#main-header.style-2.transparent-dark .main-nav .menu-wrap > ul > li > a,
#main-header.style-2.transparent-dark .header-social a,
#main-header.style-2.transparent-dark .show-search,
#main-header.style-2.transparent-dark .wichlist-box a,
#main-header.style-2.transparent-dark .cart-box > a {
	color: var(--dark-color) !important;
}

#main-header.style-1.transparent-dark .show-panel div span,
#main-header.style-2.transparent-dark .show-panel div span {
	background: #var(--dark-color) !important;
}

#main-header.style-1.transparent-dark .main-nav .menu-wrap > ul > li:hover > a,
#main-header.style-1.transparent-dark .header-social a:hover,
#main-header.style-1.transparent-dark .show-search:hover,
#main-header.style-1.transparent-dark .wichlist-box a:hover,
#main-header.style-1.transparent-dark .cart-box > a:hover,
#main-header.style-2.transparent-dark .main-nav .menu-wrap > ul > li:hover > a,
#main-header.style-2.transparent-dark .header-social a:hover,
#main-header.style-2.transparent-dark .show-search:hover,
#main-header.style-2.transparent-dark .wichlist-box a:hover,
#main-header.style-2.transparent-dark .cart-box > a:hover {
	color: rgba(17, 17, 17, .7) !important;
}

#main-header.style-1.transparent-dark .show-panel div:hover span,
#main-header.style-2.transparent-dark .show-panel div:hover span {
	background: rgba(17, 17, 17, .7) !important;
}

/*-----*  ( Header - Style 3 )  *-----*/
.header-outer.style-3 {
	position: absolute;
	z-index: 10;
	top: 35px;
	left: 50%;
	z-index: 10;
	border-radius: 10px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.header-outer.style-3[data-shadow="0"],
.header-outer.style-3.sticky[data-sticky-shadow="0"] {
	-webkit-box-shadow: 0 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 0 var(--light-shadow-color);
}

.header-outer.style-3[data-shadow="1"],
.header-outer.style-3.sticky[data-sticky-shadow="1"] {
	-webkit-box-shadow: 0 0 50px 0 var(--light-shadow-color);
			box-shadow: 0 0 50px 0 var(--light-shadow-color);
}

.admin-bar .header-outer.style-3,
.admin-bar .header-outer.style-3[data-sticky="1"] {
	top: 62px;
}

.header-outer.style-3[data-sticky="1"] {
	position: fixed;
}

#main-header.style-3 {
	position: relative;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

#main-header.style-3 .header-col {
	display: flex;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
	flex-basis: 0;
	flex-grow: 4;
}

#main-header.style-3 .header-col.first-col {
	flex-grow: 1;
	justify-content: flex-start;
}

#main-header.style-3 .header-col.last-col {
	flex-grow: 1;
	justify-content: flex-end;
}

#main-header.style-3 .left-side,
#main-header.style-3 .right-side {
	position: relative;
}

#main-header.style-3 .nav-middle {
	justify-content: center;
}

#main-header.style-3 .nav-middle .middle-container {
	position: relative;
	display: flex;
	align-items: stretch;
}

#main-header.style-3 .right-side .header-elements {
	flex-direction: row-reverse;
}

#main-header.style-3 .left-side .header-elements > li {
	margin-right: 2em;
}

#main-header.style-3 .left-side .header-elements > li:last-child {
	margin-right: 0;
}

#main-header.style-3 .right-side .header-elements > li {
	margin-left: 2em;
}

#main-header.style-3 .right-side .header-elements > li:last-child {
	margin-left: 0;
}

#main-header.style-3 .nav-middle nav.first-menu {
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

#main-header.style-3 .nav-middle nav.second-menu {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

#main-header.style-3 .header-logo {
	margin: 0 40px;
}

/*-----*  ( Topbar )  *-----*/
.topbar {
	position: relative;
	z-index: 11;
	font-size: 0.9em;
}

.topbar.colored-header {
	background-color: #fff;
}

.topbar.colored-header,
.topbar.colored-header a,
.topbar .langs-switcher span {
	color: #222;
}

.topbar.colored-header a:hover {
	color: #888;
}

.topbar.transparent-light,
.topbar.transparent-light a,
.topbar.transparent-light .langs-switcher span {
	color: rgba(255, 255, 255, 1);
}

.topbar.transparent-light a:hover,
.topbar.transparent-light .langs-switcher span:hover {
	color: rgba(255, 255, 255, .7);
}

.topbar.transparent-dark,
.topbar.transparent-dark a,
.topbar.transparent-dark .langs-switcher span {
	color: var(--dark-color);
}

.topbar.transparent-dark a:hover,
.topbar.transparent-dark .langs-switcher span:hover {
	color: rgba(0, 0, 0, .65);
}

.topbar .topbar-wrap {
	position: relative;
}

.topbar .topbar-wrap:after {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: rgba(0, 0, 0, .06);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .03) 4%, rgba(0, 0, 0, .04) 30%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .04) 70%, rgba(0, 0, 0, .03) 96%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .03) 4%, rgba(0, 0, 0, .04) 30%, rgba(0, 0, 0, .06) 50%, rgba(0, 0, 0, .04) 70%, rgba(0, 0, 0, .03) 96%, rgba(0, 0, 0, 0) 100%);
}

.topbar.transparent-light .topbar-wrap:after {
	background: rgba(255, 255, 255, .25);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 4%, rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .2) 70%, rgba(255, 255, 255, .1) 96%, rgba(255, 255, 255, 0) 100%);
	background:         linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 4%, rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .2) 70%, rgba(255, 255, 255, .1) 96%, rgba(255, 255, 255, 0) 100%);
}

.topbar.transparent-dark .topbar-wrap:after {
	background: rgba(0, 0, 0, .25);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .1) 96%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 4%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .1) 96%, rgba(0, 0, 0, 0) 100%);
}

.topbar .topbar-social {
	padding: 4px 0;
}

.topbar .topbar-social.right-side {
	float: right;
	margin-left: 20px;
}

.topbar .topbar-social.left-side {
	float: left;
	margin-right: 20px;
}

.topbar .topbar-social.right-side li {
	float: right;
	margin-left: 2px;
}

.topbar .topbar-social.left-side li {
	float: left;
	margin-left: 2px;
}

.topbar .topbar-social li a {
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 14px;
	min-width: 29px;
	text-align: center;
	padding: 7px 0;
	background: transparent;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.topbar.transparent-light .topbar-social li a:hover {
	color: #222;
	background: #fff;
}

.topbar .topbar-social li:hover a {
	background: #222;
	color: #fff;
}

.topbar .topbar-social li a:after {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 100%;
	background: rgba(255, 255, 255, .3);
	-webkit-transition: left .5s ease, background .4s ease;
	-o-transition: left .5s ease, background .4s ease;
	transition: left .5s ease, background .4s ease;
}

.topbar .topbar-social li:hover a:after {
	left: -100%;
	background: rgba(255, 255, 255, .6);
}

.topbar.transparent-light .topbar-social li a:after {
	background: rgba(0, 0, 0, .1);
}

.topbar.transparent-light .topbar-social li:hover a:after {
	background: rgba(0, 0, 0, .7);
}

.topbar .langs-switcher {
	position: relative;
}

.topbar .langs-switcher.right-side {
	float: right;
	margin-left: 18px;
	margin-right: -5px;
}

.topbar .langs-switcher.left-side {
	float: left;
	margin-right: 18px;
	margin-left: -5px;
}

.topbar .langs-switcher img {
	display: none;
}

.topbar .langs-switcher span {
	display: block;
	padding: 11px 8px;
	cursor: pointer;
}

.topbar .langs-switcher span i {
	font-size: 14px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.topbar .langs-switcher span i.fas {
	font-size: 8px;
	margin-right: 0;
	margin-left: 5px;
	top: 0;
}

.topbar .langs-switcher ul {
	padding: 8px 0;
	z-index: 11;
	position: absolute;
	right: 0;
	top: 100%;
	min-width: 100%;
	font-size: 13px;
	line-height: 1;
	background-color: #222;
	border-radius: var(--first-border-radius);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out, right .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, right .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, right .3s ease-in-out, visibility .3s ease-in-out;
}

.topbar .langs-switcher:hover ul {
	visibility: visible;
	opacity: 1;
}

.topbar .langs-switcher ul li {
	position: relative;
	top: 5px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.topbar .langs-switcher:hover ul li {
	visibility: visible;
	opacity: 1;
	top: 0;
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}

.topbar .langs-switcher ul li a {
	font-size: 85%;
	display: block;
	padding: 8px 15px;
	color: #888;
	position: relative;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.topbar .langs-switcher ul li:hover a {
	color: #fff;
}

.topbar .langs-switcher ul li a:after {
	content: '';
	display: block;
	height: 1px;
	width: 5px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar .langs-switcher ul li:hover a:after {
	background-color: rgba(255, 255, 255, .2);
	width: 18px;
}

.topbar .number-info {
	padding: 11px 0;
}

.topbar .number-info.right-side {
	float: right;
	margin-left: 24px;
}

.topbar .number-info.left-side {
	float: left;
	margin-right: 24px;
}

.topbar .number-info i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.topbar .email-info {
	padding: 11px 0;
}

.topbar .email-info.right-side  {
	float: right;
	margin-left: 24px;
}

.topbar .email-info.left-side {
	float: left;
	margin-right: 24px;
}

.topbar .email-info i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.topbar .user-info {
	padding: 11px 0;
}

.topbar .user-info.right-side {
	float: right;
	margin-left: 28px;
}

.topbar .user-info.left-side {
	float: left;
	margin-right: 28px;
}

.topbar .user-info i {
	font-size: 14px;
	margin-right: 4px;
}

.topbar .topbar-menu {
}

.topbar .topbar-menu.right-side {
	float: right;
	margin-left: 24px;
}

.topbar .topbar-menu.left-side {
	float: left;
	margin-right: 24px;
}

.topbar .topbar-menu li {
	display: inline-block;
	padding: 11px 0;
}

.topbar .topbar-menu li:after {
	content: '-';
	display: inline-block;
}

.topbar .topbar-menu li:last-child:after {
	display: none;
}

.topbar .topbar-menu.left-side li:after,
.topbar .topbar-menu.right-side li:after {
	margin-left: 10px;
	margin-right: 6px;
}

/*-----*  ( Slide panel )  *-----*/
.slide-panel .slide-panel-bg,
.slide-panel .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-panel .slide-panel-wrap {
	position: relative;
}

.slide-panel.fullscreen-slide {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	opacity: 0;
	visibility: hidden;
	border: 2.5vh solid #fff;
	will-change: opacity;
	-webkit-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-o-transition:  all .6s cubic-bezier(.25, 0, .3, 1);
	transition:  all .6s cubic-bezier(.25, 0, .3, 1);
}

.slide-panel.fullscreen-slide .slide-panel-wrap {
	width: 100%;
}

.fullscreen-slide-active .slide-panel.fullscreen-slide {
	opacity: 1;
	visibility: visible;
}

.slide-panel.top-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 14;
	will-change: transform;
	-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
	-webkit-transition: all .5s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .5s cubic-bezier(.25, 0, .3, 1);
	transition: all .5s cubic-bezier(.25, 0, .3, 1);
}

.slide-panel.top-slide .slide-panel-wrap {
	padding: 60px 0;
}

.top-slide-active .slide-panel.top-slide {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.slide-panel.right-slide,
.slide-panel.left-slide {
	position: fixed;
	display: flex;
	top: 0;
	right: 0;
	width: 22vw;
	min-width: 320px;
	z-index: 14;
	height: 100vh;
	will-change: transform;
	-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
	-webkit-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	transition: all .6s cubic-bezier(.25, 0, .3, 1);
}

.slide-panel.right-slide {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
}

.slide-panel.left-slide {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
}

.right-slide-active .slide-panel.right-slide,
.left-slide-active .slide-panel.left-slide {
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slide-panel.right-slide .slide-panel-content.top-content,
.slide-panel.left-slide .slide-panel-content.top-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.slide-panel.right-slide .slide-panel-content.bottom-content,
.slide-panel.left-slide .slide-panel-content.bottom-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.slide-panel.right-slide .slide-panel-wrap,
.slide-panel.left-slide .slide-panel-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 7.5vh 14% 5vh 14%;
	will-change: transform;
	opacity: 0;
	-webkit-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 0, .3, 1);
	transition: all .6s cubic-bezier(.25, 0, .3, 1);
}

.slide-panel.right-slide .slide-panel-wrap {
	-webkit-transform: translate3d(24%, 0, 0);
		-ms-transform: translate3d(24%, 0, 0);
			transform: translate3d(24%, 0, 0);
}

.slide-panel.left-slide .slide-panel-wrap {
	-webkit-transform: translate3d(-24%, 0, 0);
		-ms-transform: translate3d(-24%, 0, 0);
			transform: translate3d(-24%, 0, 0);
}

.right-slide-active .slide-panel.right-slide .slide-panel-wrap,
.left-slide-active .slide-panel.left-slide .slide-panel-wrap {
	opacity: 1;
	-webkit-transition-delay: 0.25s;
		 -o-transition-delay: 0.25s;
			transition-delay: 0.25s;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.wrapper-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	will-change: opacity;
	background-color: rgba(22, 23, 24, .4);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.top-slide-active .wrapper-overlay {
	visibility: visible;
	opacity: 1;
}

.right-slide-active .wrapper-overlay {
	visibility: visible;
	opacity: 1;
}

.left-slide-active .wrapper-overlay {
	visibility: visible;
	opacity: 1;
}

.slide-panel.top-slide .close-btn,
.slide-panel.fullscreen-slide .close-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	cursor: pointer;
	width: 42px;
	height: 40px;
	background: #fff;
	border-radius: 0 0 var(--second-border-radius) var(--second-border-radius);
	-webkit-box-shadow: 2px 2px 0 var(--light-shadow-color);
			box-shadow: 2px 2px 0 var(--light-shadow-color);
}

.slide-panel.right-slide .close-btn,
.slide-panel.left-slide .close-btn {
	display: block;
	position: absolute;
	top: 30px;
	cursor: pointer;
	width: 44px;
	height: 44px;
}

.slide-panel.right-slide .close-btn:before,
.slide-panel.left-slide .close-btn:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: var(--circle-border-radius)%;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.slide-panel.right-slide .close-btn:hover:not(:focus):before,
.slide-panel.left-slide .close-btn:hover:not(:focus):before {
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
}

.slide-panel.right-slide .close-btn {
	right: 30px;
}

.slide-panel.left-slide .close-btn {
	left: 30px;
}

.slide-panel .close-btn div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	width: 16px;
	height: 16px;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.slide-panel .close-btn span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.slide-panel .close-btn span.line-1 {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.slide-panel .close-btn span.line-2 {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.slide-panel .close-btn:hover:focus span {
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}

/*-----*  ( Mobile Header )  *-----*/
.mobile-header-outer {
	display: none;
	position: relative;
	z-index: 10;
	height: var(--mb-header-height);
}

@media (max-width: 991px) {
	.header-outer {
		display: none;
	}
	.mobile-header-outer {
		display: block;
	}
}

.mobile-header {
	width: 100%;
	padding: 0 20px;
	height: var(--mb-header-height);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 30px -15px var(--light-shadow-color);
			box-shadow: 0 20px 30px -15px var(--light-shadow-color);
}

.mobile-header .header-logo {
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-header .header-logo a {
	display: block;
	position: relative;
}

.mobile-header .header-logo h1 {
	display: inline-block;
	line-height: 1;
}

.mobile-header .header-logo h1 a {
	display: inline;
	color: var(--dark-color);
}

.mobile-header .header-logo a svg {
	display: inherit;
}

.mobile-header .mobile-main-logo {
	display: block;
	width: auto;
	display: block;
	opacity: 1;
}

.mobile-header .show-menu {
	position: relative;
    display: inline-flex;
    align-items: center;
}

.mobile-header .show-menu div {
	position: relative;
	width: 22px;
	height: 14px;
	cursor: pointer;
}

.mobile-header .show-menu div span {
	position: absolute;
	display: block;
	height: 2px;
	position: absolute;
	display: block;
	background: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mobile-header .show-menu div .line-1 {
	top: 0;
	left: 0;
	width: 70%;
}

.mobile-header .show-menu div .line-2 {
	top: 6px;
	left: 0;
	width: 100%;
}

.mobile-header .show-menu div .line-3 {
	top: 12px;
	right: 0;
	width: 70%;
}

.mobile-header .show-menu div:hover .line-1,
.mobile-header .show-menu div:hover .line-3 {
	width: 100%;
}

.mobile-header .show-menu div.active .line-1 {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.mobile-header .show-menu div.active .line-2 {
	opacity: 0;
}

.mobile-header .show-menu div.active .line-3 {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.mobile-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 30px -15px var(--light-shadow-color);
			box-shadow: 0 20px 30px -15px var(--light-shadow-color);
}

.mobile-nav ul.menu > li.menu-item-has-children > a {
	position: relative;
}

.mobile-nav ul.menu > li.menu-item-has-children > a:after {
	font-family: 'moura-ui' !important;
	content: "\e92d";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	font-size: 16px;
	opacity: 1;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .4s cubic-bezier(.10, .10, 0, .71);
	transition: all .4s cubic-bezier(.10, .10, 0, .71);
}

.mobile-nav > ul > li {
	padding: 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.mobile-nav > ul > li > a {
	padding: 12px 0;
	cursor: pointer;
}

.mobile-nav > ul > li:last-child {
	border-bottom: none
}

.mobile-nav .menu > li.menu-item-has-children .second-lvl {
	display: none;
	padding-bottom: 16px;
}

.mobile-nav .menu > li.menu-item-has-children ul {
	padding-left: 30px;
}

.mobile-nav li a {
	display: block;
	padding: .3em 0;
}

.mobile-nav li a {
	color: var(--dark-color);
}

.mobile-nav li li a {
	color: #aaa;
}

.mobile-nav li li.menu-title > a,
.mobile-nav li li.menu-title.current-menu-item > a {
	color: var(--dark-color);
}



/*------------------------------------------------------*/
/*                  03 - Pages Header
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.page-header {
	position: relative;
	margin: 0;
	border: 0;
	padding: 12vh 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.page-header.fullscreen-section {
	padding: 0 !important;
	min-height: 100vh;
}

.page-header.fullscreen-section .container {
	position: relative;
}

.page-header .container {
	position: relative;
}

.page-header h2 {
	font-size: 40px;
	margin-bottom: 10px;
}

.page-header h5 {
	margin-bottom: 0;
}

.single-post .page-header h2,
.single-product .page-header h2 {
	margin: .5em 0;
}

.page-header .page-header-wrap > *.split-text-top {
	opacity: 0;
	-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
			clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
}

.page-header .page-header-wrap > *.split-text-bottom {
	opacity: 0;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
			clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
}

.page-header .page-header-wrap > *.split-text-top.start-animate  {
	animation-timing-function: ease;
	animation-name: splitTextTop;
	animation-duration: 700ms;
	-webkit-animation-fill-mode: forwards;
}

.page-header .page-header-wrap > *.split-text-bottom.start-animate  {
	animation-timing-function: ease;
	animation-name: splitTextBottom;
	animation-duration: 700ms;
	-webkit-animation-fill-mode: forwards;
}

.page-header .page-header-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	will-change: transform;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translate3d(-50%, 0, 0);
		-ms-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
}

.page-header.parallax-content .page-header-wrap {
	will-change: transform, opacity;
}

.page-header .scroll-to-content {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 52px;
	text-align: center;
	cursor: pointer;
	will-change: transform;
	-webkit-transform: translate(-50%, 14px);
		-ms-transform: translate(-50%, 14px);
			transform: translate(-50%, 14px);
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

body.page-loaded .page-header .scroll-to-content {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.page-header .scroll-to-content .mouse {
	display: block;
	width: 30px;
	height: 44px;
	border: 2px solid var(--dark-color);
	border-radius: var(--circle-border-radius);
}

.page-header .scroll-to-content .mouse .mouse-movement {
	position: absolute;
	display: block;
	top: 9px;
	left: 50%;
	width: 3px;
	height: 11px;
	background: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	-webkit-animation-name: mouseWheel;
			animation-name: mouseWheel;
	-webkit-animation-duration: 1.6s;
			animation-duration: 1.6s;
	-webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
			animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

@-webkit-keyframes mouseWheel {
	0% { opacity: 0; }
	10% { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
	100% { -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); opacity: 0;}
}
@keyframes mouseWheel {
	0% { opacity: 0; }
	10% { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
	100% { -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); opacity: 0;}
}

.page-header .scroll-to-content .mouse-message {
	color: var(--dark-color);
	font-size: .85em;
	white-space: nowrap;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 14px);
		-ms-transform: translate(-50%, 14px);
			transform: translate(-50%, 14px);
	-webkit-transition: opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
}

.page-header .scroll-to-content:hover .mouse-message {
	opacity: 1;
	-webkit-transform: translate(-50%, 6px);
		-ms-transform: translate(-50%, 6px);
			transform: translate(-50%, 6px);
}

.page-header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header .post-cats {
	margin-bottom: 35px;
	margin-top: -35px;
}

.single-post .page-header .post-cats,
.single-product .page-header .post-cats {
	margin: 0;
}

.page-header .post-cats a {
	display: inline-block;
	color: var(--dark-color);
	font-size: .88em;
	line-height: 1;
	opacity: 1;
	margin-right: 8px;
	padding: .7em 1.4em;
	border: 2px solid var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .3s ease !important;
	-o-transition: all .3s ease !important;
	transition: all .3s ease !important;
}

.page-header .post-cats a:last-child {
	margin-right: 0;
}

.page-header .post-cats a:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 15px 35px -4px var(--light-shadow-color);
			box-shadow: 0 15px 35px -4px var(--light-shadow-color);
	-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
			transform: translateY(-2px);
}

.page-header .post-meta {
	margin-top: 25px;
}

.single-post .page-header .post-meta,
.single-product .page-header .post-meta {
	margin: 0;
}

.page-header .post-meta span {
	color: var(--dark-color);
	font-size: .88em;
	display: inline-block;
}

.page-header .post-meta a {
	color: var(--dark-color);
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-header .post-meta a:hover {
	opacity: .6;
}

.page-header .post-meta span:after {
	content: '|';
	margin: 10px;
}

.page-header .post-meta span:last-child:after {
	display: none;
}

.page-header .prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.page-header .next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.page-header .prev .icon,
.page-header .next .icon {
	color: var(--dark-color);
	background-color: rgba(255, 255, 255, .9);
	font-size: 18px;
	display: block;
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
	width: 38px;
	z-index: 100;
	text-align: center;
	border-radius: 0 var(--first-border-radius) var(--first-border-radius) 0;
	-webkit-box-shadow: 0 0 30px -6px var(--light-shadow-color);
			box-shadow: 0 0 30px -6px var(--light-shadow-color);
	-webkit-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	transition: all .3s cubic-bezier(.45, .24, .03, .93);
}

.page-header .next .icon {
	border-radius: var(--first-border-radius) 0 0 var(--first-border-radius);
}

.page-header .prev div {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 20px;
	width: 410px;
	height: 140px;
	background: #fff;
	border-radius: 0 var(--first-border-radius) var(--first-border-radius) 0;
	padding: 15px 135px 15px 65px;
	text-align: right;
	direction: rtl;
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
	-o-transition: transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: transform .3s cubic-bezier(.45, .24, .03, .93), -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
}

.page-header .prev div,
.page-header .next div {
	position: absolute;
	top: -30px;
	padding: 20px;
	width: 410px;
	height: 140px;
	background: #fff;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
	-o-transition: transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: transform .3s cubic-bezier(.45, .24, .03, .93);
	transition: transform .3s cubic-bezier(.45, .24, .03, .93), -webkit-transform .3s cubic-bezier(.45, .24, .03, .93);
}

.page-header .prev div {
	left: 0;
	text-align: right;
	direction: rtl;
	padding: 15px 135px 15px 65px;
	border-radius: 0 var(--first-border-radius) var(--first-border-radius) 0;
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
}

.page-header .next div {
	right: 0;
	text-align: left;
	direction: ltr;
	padding: 15px 65px 15px 135px;
	border-radius: var(--first-border-radius) 0 0 var(--first-border-radius);
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);
}

.page-header .prev.no-img div {
	padding: 15px 20px 15px 65px;
}

.page-header .next.no-img div {
	padding: 15px 65px 15px 20px;
}

.page-header .prev div span,
.page-header .next div span {
	display: block;
}

.page-header .prev div span.next-prev,
.page-header .next div span.next-prev {
	font-size: 11px;
	line-height: 1.2;
	color: var(--light-text-color-2);
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 4px 0 5px 0;
	border-bottom: 1px solid var(--light-border-color);
}

.page-header .prev div h4,
.page-header .next div h4 {
	color: var(--dark-color);
	line-height: 1.4;
	margin-top: .45em;
	max-width: 90%;
	margin-bottom: 9px;
}

.page-header .prev div h4 span,
.page-header .next div h4 span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.page-header .prev div span.author,
.page-header .next div span.author {
	color: var(--primary-color);
	font-size: .85em;
	line-height: 1;
	text-transform: capitalize;
}

.page-header .prev img {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100px;
	height: 100px;
	border-radius: var(--first-border-radius);
}

.page-header .next img {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
	height: 100px;
	border-radius: var(--first-border-radius);
}

.page-header .prev:hover .icon, .page-header .next:hover .icon {
	width: 48px;
	background-color: var(--dark-color);
	color: #fff;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.page-header .prev:hover div, .page-header .next:hover div {
	-webkit-box-shadow: 0 0 25px var(--light-shadow-color);
			box-shadow: 0 0 25px var(--light-shadow-color);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

/*-----*  ( Breadcrumbs )  *-----*/
.moura-breadcrumbs {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 35px;
	line-height: 1;
}

.moura-breadcrumbs.center-side {
	text-align: center;
}

.moura-breadcrumbs.left-side {
	text-align: left;
}

.moura-breadcrumbs.right-side {
	text-align: right;
}

.moura-breadcrumbs .breadcrumbs-wrap {
	display: inline-block;
	padding: .8em 2.2em;
	background-color: rgba(30, 31, 31, .18);
	border-radius: var(--second-border-radius);
}

.moura-breadcrumbs span, .moura-breadcrumbs a {
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.moura-breadcrumbs span {
	font-size: 12px;
	display: inline-block;
}

.moura-breadcrumbs span i {
	font-size: 12px;
	position: relative;
	top: 1px;
}

.moura-breadcrumbs span.item-home i {
	margin-right: 2px;
}

.moura-breadcrumbs .breadcrumbs-wrap > span {
	margin: 0 5px;
}

.moura-breadcrumbs .breadcrumbs-wrap > span:last-child {
	padding-right: 0;
	margin-right: 0;
}

.moura-breadcrumbs .breadcrumbs-wrap > span:first-child {
	padding-left: 0;
	margin-left: 0;
}



/*------------------------------------------------------*/
/*					  04 - Elements
/*------------------------------------------------------*/

/*-----*  ( Text Rotator )  *-----*/
.moura-content-box {
	padding: 40px;
	will-change: transform;
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.moura-content-box[data-move-top="true"]:hover {
	-webkit-transform: translate3d(0, -8px, 0);
		-ms-transform: translate3d(0, -8px, 0);
			transform: translate3d(0, -8px, 0);
}

/*-----*  ( Text Rotator )  *-----*/
.moura-text-rotator {
	white-space: nowrap;
}

.rotating {
	display: inline-block;
	-webkit-transform-origin-x: 50%;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
		-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
			transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.rotating.flip {
	position: relative;
}

.rotating .front, .rotating .back {
	will-change: transform;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.rotating .front {
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.rotating.flip .front {
	z-index: 1;
}

.rotating .back {
	display: block;
	opacity: 0;
}

.rotating.spin {
	-webkit-transform: rotate(360deg) scale(0);
		-ms-transform: rotate(360deg) scale(0);
			transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
	z-index: 2;
	display: block;
	opacity: 1;
	-webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
		-ms-transform: rotateY(180deg) translate3d(0, 0, 0);
			transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
		-ms-transform: rotateX(180deg) translate3d(0, 0, 0);
			transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
	-webkit-transform: translate3d(0, 0, 100px) scale(1, 1);
		-ms-transform: translate3d(0, 0, 100px) scale(1, 1);
			transform: translate3d(0, 0, 100px) scale(1, 1);
}

.rotating.flip.cube .back {
	-webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(1, 1);
		-ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(1, 1);
			transform: rotateY(180deg) translate3d(0, 0, 100px) scale(1, 1);
}

.rotating.flip.cube.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(1, 1);
		-ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(1, 1);
			transform: rotateX(180deg) translate3d(0, 0, 100px) scale(1, 1);
}

/*-----*  ( Underline Text )  *-----*/
.moura-underline {
	position: relative;
}

.moura-underline .moura-underline-text {
	position: relative;
}

.moura-underline .moura-underline-svg-wrapper svg {
    position: absolute;
    bottom: -5%;
    left: 50%;
    width: 108%;
    height: 30px;
    overflow: visible;
    -webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.moura-underline .moura-underline-svg-wrapper path {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 10;
}

/*-----*  ( Stars Rating )  *-----*/
.moura-rating {
	font-size: 14px;
	line-height: 1;
	color: var(--primary-color);
}

.moura-rating {
	display: inline-block;
	position: relative;
}

.moura-rating .moura-rating-front, .moura-rating .moura-rating-front-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.moura-rating .moura-rating-front-wrap {
	width: 95px;
}

.moura-rating i {
	display: inline-block;
	width: 15px;
	margin: 0 2px;
	text-align: center;
}

/*-----*  ( Alerts )  *-----*/
.moura-alert {
	position: relative;
	width: 100%;
	padding: 18px 24px;
	border-radius: var(--first-border-radius);
}

.moura-alert .moura-alert-content {
	line-height: 1.8em;
}

.moura-alert.close-icon-true .moura-alert-content {
	padding-right: 40px;
}

.moura-alert .moura-alert-icon + .moura-alert-content {
	padding-left: 40px;
}

.moura-alert .moura-alert-icon {
	position: absolute;
	top: 20px;
	left: 25px;
	font-size: 20px;
	line-height: 1;
}

.moura-alert .moura-alert-icon ion-icon {
	font-size: 1.1em;
	--ionicon-stroke-width: 32px;
	-webkit-transform: translateY(-5%);
		-ms-transform: translateY(-5%);
			transform: translateY(-5%);
}

.moura-alert .close-icon {
	position: absolute;
	top: 20px;
	right: 16px;
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 5%, 0);
		-ms-transform: translate3d(0, 5%, 0);
			transform: translate3d(0, 5%, 0);
}

.moura-alert.removing-alert {
	-webkit-animation-name: removingAlert;
	animation-name: removingAlert;
	-webkit-animation-duration: 340ms;
	animation-duration: 340ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes removingAlert {
	from { opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
}
@keyframes removingAlert {
	from { opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
}

.moura-alert.style-fill {
	color: #fff;
}

.moura-alert.style-fill.type-info {
	background: -webkit-linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
	background:         linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
}

.moura-alert.style-fill.type-success {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

.moura-alert.style-fill.type-warning {
	background: -webkit-linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
	background:         linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
}

.moura-alert.style-fill.type-error {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}

.moura-alert.style-fill .close-icon {
	opacity: .7;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.moura-alert.style-fill .close-icon:hover {
	opacity: 1;
}

.moura-alert.style-3d {
	color: #fff;
	-webkit-box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 0 4px 14px -2px var(--light-shadow-color);
			box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 0 4px 14px -2px var(--light-shadow-color);
}

.moura-alert.style-3d.type-info {
	background: -webkit-linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
	background:         linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
}

.moura-alert.style-3d.type-success {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

.moura-alert.style-3d.type-warning {
	background: -webkit-linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
	background:         linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
}

.moura-alert.style-3d.type-error {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}

.moura-alert.style-3d .close-icon {
	opacity: .7;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.moura-alert.style-3d .close-icon:hover {
	opacity: 1;
}

.moura-alert.style-outline.type-info {
	border: 1px solid #d3f5f9;
	background: #f3feff;
	color: #2ac7ee;
}

.moura-alert.style-outline.type-success {
	border: 1px solid #cdf9e7;
	background: #f3fff3;
	color: #00cf8b !important;
}

.moura-alert.style-outline.type-warning {
	border: 1px solid #f9e5db;
	background: #fffbf8;
	color: #ff9467 !important;
}

.moura-alert.style-outline.type-error {
	border: 1px solid #fcdfdf;
	background: #fff8f8;
	color: #ff655e !important;
}


.moura-alert.style-outline .close-icon {
	opacity: .4;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.moura-alert.style-outline .close-icon:hover {
	opacity: .8;
}

/*-----*  ( Accordions )  *-----*/
.moura-accordion .accordion-item {
	margin-bottom: 16px;
}

.moura-accordion .accordion-item-title {
	position: relative;
	padding: 1.25em 1.6em;
	cursor: pointer;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.moura-accordion.box-shadow-true .accordion-item-title,
.moura-accordion.box-shadow-active-true .accordion-item.active .accordion-item-title,
.moura-accordion.box-shadow-active-true .accordion-item .accordion-item-title:hover {
	-webkit-box-shadow: 0 6px 30px -10px var(--light-shadow-color);
			box-shadow: 0 6px 30px -10px var(--light-shadow-color);
}

.moura-accordion .accordion-item-title .control-icon {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-accordion[data-control-position="right"] .accordion-item-title .control-icon {
	right: 20px;
}

.moura-accordion[data-control-position="right"] .accordion-item-title {
	padding-right: 45px;
}

.moura-accordion[data-control-position="left"] .accordion-item-title .control-icon {
	left: 20px;
}

.moura-accordion[data-control-position="left"] .accordion-item-title {
	padding-left: 45px;
}

.moura-accordion[data-control-icon="chevron"] .accordion-item-title .control-icon i {
	display: block;
	-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
			transform: rotateZ(0deg);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: transform .3s cubic-bezier(.10, .10, 0, .71), -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
}

.moura-accordion[data-control-icon="chevron"] .accordion-item.active .accordion-item-title .control-icon i {
	-webkit-transform: rotateZ(180deg);
		-ms-transform: rotateZ(180deg);
			transform: rotateZ(180deg);
}

.moura-accordion[data-control-icon="plus"] .accordion-item-title .control-icon {
	width: 12px;
	height: 12px;
}

.moura-accordion[data-control-icon="plus"] .accordion-item-title .control-icon:before,
.moura-accordion[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	content: '';
	display: block;
	height: 10px;
	width: 2px;
	border-radius: var(--second-border-radius);
	position: absolute;
	bottom: 0;
	left: 5px;
	-webkit-transition: background .3s ease, height .2s cubic-bezier(.10, .10, 0, .71);
	-o-transition: background .3s ease, height .2s cubic-bezier(.10, .10, 0, .71);
	transition: background .3s ease, height .2s cubic-bezier(.10, .10, 0, .71);
}

.moura-accordion[data-control-icon="plus"] .accordion-item-title .control-icon:before {
	-webkit-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
			transform: rotateZ(90deg);
}

.moura-accordion[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	-webkit-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
			transform: rotateZ(0deg);
}

.moura-accordion[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:after {
	height: 0;
}

.moura-accordion .accordion-item-title h5 {
	font-size: 14px;
	margin: 0;
}

.moura-accordion .accordion-item-title.with-icon h5 {
	padding-left: 2.4em;
	position: relative;
}

.moura-accordion .accordion-item-title h5 i {
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-accordion .accordion-item-title h5, .moura-accordion .accordion-item-title .control-icon {
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.moura-accordion .accordion-item-content {
	overflow: hidden;
	display: none;
}

.moura-accordion .accordion-item-content .accordion-item-content-wrap {
	padding: 35px 25px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.moura-accordion .accordion-item.active .accordion-item-content .accordion-item-content-wrap {
	opacity: 1;
}

.moura-accordion .accordion-item-content .accordion-item-content-wrap p,
.moura-accordion .accordion-item-content .accordion-item-content-wrap ol.ordered_list,
.moura-accordion .accordion-item-content .accordion-item-content-wrap ul.unordered-list {
	margin-bottom: 18px !important;
}

.moura-accordion .accordion-item-content .accordion-item-content-wrap p:last-child {
	margin-bottom: 0 !important;
}

/*-----*  ( Style 1 )  *-----*/
.moura-accordion.style-1 .accordion-item-title {
	background: #fff;
	border: 1px solid var(--light-border-color);
}

.moura-accordion.style-1 .accordion-item-title h5,
.moura-accordion.style-1 .accordion-item-title .control-icon {
	color: var(--dark-color);
}

.moura-accordion.style-1[data-control-icon="plus"] .accordion-item-title .control-icon:before,
.moura-accordion.style-1[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	background: var(--dark-color);
}

.moura-accordion.style-1 .accordion-item-title:hover {
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 6px 35px -8px var(--light-shadow-color);
			box-shadow: 0 6px 35px -8px var(--light-shadow-color);
}

.moura-accordion.style-1 .accordion-item-title:hover h5,
.moura-accordion.style-1 .accordion-item-title:hover .control-icon {
	color: var(--primary-color);
}

.moura-accordion.style-1[data-control-icon="plus"] .accordion-item-title:hover .control-icon:before,
.moura-accordion.style-1[data-control-icon="plus"] .accordion-item-title:hover .control-icon:after {
	background: var(--primary-color);
}

.moura-accordion.style-1 .accordion-item.active .accordion-item-title {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: none;
			box-shadow: none;
}

.moura-accordion.style-1 .accordion-item.active .accordion-item-title h5,
.moura-accordion.style-1 .accordion-item.active .accordion-item-title .control-icon {
	color: #fff !important;
}

.moura-accordion.style-1[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:before,
.moura-accordion.style-1[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:after {
	background: #fff !important;
}

/*-----*  ( Style 2 )  *-----*/
.moura-accordion.style-2 .accordion-item-title {
	background: #fff;
	-webkit-box-shadow: 0 6px 35px -8px var(--light-shadow-color);
			box-shadow: 0 6px 35px -8px var(--light-shadow-color);
}

.moura-accordion.style-2 .accordion-item-title h5,
.moura-accordion.style-2 .accordion-item-title .control-icon {
	color: var(--dark-color);
}

.moura-accordion.style-2[data-control-icon="plus"] .accordion-item-title .control-icon:before,
.moura-accordion.style-2[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	background: var(--dark-color);
}

.moura-accordion.style-2 .accordion-item-title:hover {
}

.moura-accordion.style-2 .accordion-item-title:hover h5,
.moura-accordion.style-2 .accordion-item-title:hover .control-icon {
	color: var(--light-text-color-2);
}

.moura-accordion.style-2[data-control-icon="plus"] .accordion-item-title:hover .control-icon:before,
.moura-accordion.style-2[data-control-icon="plus"] .accordion-item-title:hover .control-icon:after {
	background: var(--light-text-color-2);
}

.moura-accordion.style-2 .accordion-item.active .accordion-item-title {
	background: var(--primary-color);
	-webkit-box-shadow: 0 6px 35px -8px var(--light-shadow-color);
			box-shadow: 0 6px 35px -8px var(--light-shadow-color);
}

.moura-accordion.style-2 .accordion-item.active .accordion-item-title h5,
.moura-accordion.style-2 .accordion-item.active .accordion-item-title .control-icon {
	color: #fff;
}

.moura-accordion.style-2[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:before,
.moura-accordion.style-2[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:after {
	background: #fff;
}

/*-----*  ( Style 3 )  *-----*/
.moura-accordion.style-3 .accordion-item-title {
	background: rgba(0, 0, 0, .1);
}

.moura-accordion.style-3 .accordion-item-title h5,
.moura-accordion.style-3 .accordion-item-title .control-icon {
	color: rgba(255, 255, 255, .6);
}

.moura-accordion.style-3[data-control-icon="plus"] .accordion-item-title .control-icon:before,
.moura-accordion.style-3[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	background: rgba(255, 255, 255, .6);
}

.moura-accordion.style-3 .accordion-item-title:hover {
}

.moura-accordion.style-3 .accordion-item-title:hover h5,
.moura-accordion.style-3 .accordion-item-title:hover .control-icon {
	color: #fff;
}

.moura-accordion.style-3[data-control-icon="plus"] .accordion-item-title:hover .control-icon:before,
.moura-accordion.style-3[data-control-icon="plus"] .accordion-item-title:hover .control-icon:after {
	background: #fff;
}

.moura-accordion.style-3 .accordion-item.active .accordion-item-title {
	background: var(--primary-color);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
}

.moura-accordion.style-3 .accordion-item.active .accordion-item-title h5,
.moura-accordion.style-3 .accordion-item.active .accordion-item-title .control-icon {
	color: #fff;
}

.moura-accordion.style-3[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:before,
.moura-accordion.style-3[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:after {
	background: #fff;
}

/*-----*  ( Style 4 )  *-----*/
.moura-accordion.style-4 .accordion-item {
	margin-bottom: 0;
	border-bottom: 1px dotted var(--light-border-color);
}

.moura-accordion.style-4 .accordion-item:last-child {
	border-bottom: none;
}

.moura-accordion.style-4 .accordion-item-title {
	padding: 1.55em 0;
}

.moura-accordion.style-4 .accordion-item-content .accordion-item-content-wrap {
	padding: 0 0 35px 0;
}

.moura-accordion.style-4[data-control-position="right"] .accordion-item-title .control-icon {
	right: 0;
}

.moura-accordion.style-4 .accordion-item-title h5,
.moura-accordion.style-4 .accordion-item-title .control-icon {
	color: var(--dark-color);
}

.moura-accordion.style-4[data-control-icon="plus"] .accordion-item-title .control-icon:before,
.moura-accordion.style-4[data-control-icon="plus"] .accordion-item-title .control-icon:after {
	background: var(--dark-color);
}

.moura-accordion.style-4 .accordion-item-title:hover h5,
.moura-accordion.style-4 .accordion-item-title:hover .control-icon {
	color: var(--primary-color);
}

.moura-accordion.style-4[data-control-icon="plus"] .accordion-item-title:hover .control-icon:before,
.moura-accordion.style-4[data-control-icon="plus"] .accordion-item-title:hover .control-icon:after {
	background: var(--primary-color);
}

.moura-accordion.style-4 .accordion-item.active .accordion-item-title h5,
.moura-accordion.style-4 .accordion-item.active .accordion-item-title .control-icon {
	color: var(--dark-color) !important;
}

.moura-accordion.style-4[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:before,
.moura-accordion.style-4[data-control-icon="plus"] .accordion-item.active .accordion-item-title .control-icon:after {
	background: var(--dark-color) !important;
}

/*-----*  ( Tabs )  *-----*/
.moura-tabs-nav {
	padding: 0;
}

.moura-tabs-nav li {
	display: none;
	line-height: 1;
}

.moura-tabs-nav li h5 {
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.moura-tabs-content {
	padding: 35px 0;
}

.moura-tabs-content p,
.moura-tabs-content ol.ordered_list,
.moura-tabs-content ul.unordered-list {
	margin-bottom: 18px !important;
}

.moura-tabs-content p:last-child {
	margin-bottom: 0 !important;
}

.moura-tab {
	display: none;
}

.moura-tabs .moura-tabs-nav li h5 span {
	position: relative;
}

.moura-tabs .moura-tabs-nav li.with-icon h5 span {
	padding-left: 2.3em;
}

.moura-tabs .moura-tabs-nav li.with-icon h5 i {
	font-size: 1.2em;
	position: absolute;
	left: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-tabs.style-1 .moura-tabs-nav {
	border-top: 1px solid var(--light-border-color);
	border-bottom: 1px solid var(--light-border-color);
}

.moura-tabs.style-1 .moura-tabs-nav li {
	margin-right: 18px;
}

.moura-tabs.style-1 .moura-tabs-nav li h5 {
	padding: 1.6em .8em;
	color: var(--light-text-color-2);
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

.moura-tabs.style-1 .moura-tabs-nav li.active h5, .moura-tabs.style-1 .moura-tabs-nav li:hover h5 {
	color: var(--dark-color);
}

.moura-tabs.style-1 .moura-tabs-nav li h5:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: transparent;
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tabs.style-1 .moura-tabs-nav li.active h5:after {
	width: 100%;
	background: var(--primary-color);
}

.moura-tabs.style-2 .moura-tabs-nav li {
	margin-right: 6px;
}

.moura-tabs.style-2 .moura-tabs-nav li h5 {
	padding: 1.4em 2em;
	color: var(--light-text-color-2);
	background: transparent;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

.moura-tabs.style-2 .moura-tabs-nav li.with-icon h5 {
	padding: 1.7em 2.5em;
}

.moura-tabs.style-2 .moura-tabs-nav li.active h5 {
	color: #fff;
}

.moura-tabs.style-2 .moura-tabs-nav li.with-icon h5 i {
	font-size: 1.4em;
}

.moura-tabs.style-2 .moura-tabs-nav li h5:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 2px 10px -1px rgba(255, 255, 255, 0);
			box-shadow: 0 2px 10px -1px rgba(255, 255, 255, 0);
	-webkit-transform: scale3d(.88, .88, 1);
		-ms-transform: scale3d(.88, .88, 1);
			transform: scale3d(.88, .88, 1);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tabs.style-2 .moura-tabs-nav li.active h5:before {
	background: var(--primary-color);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-tabs.style-3 .moura-tabs-nav li {
	margin-right: 15px;
	text-align: center;
}

.moura-tabs.style-3 .moura-tabs-nav li h5 {
	min-width: 13em;
	padding: 2.2em 2.7em;
	color: var(--light-text-color-2);
	background: transparent;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

.moura-tabs.style-3 .moura-tabs-nav li.without-title h5 {
	min-width: auto;
	padding: 1.4em 1.5em;
}

.moura-tabs.style-3 .moura-tabs-nav li.active h5 {
	color: #fff;
}

.moura-tabs.style-3 .moura-tabs-nav li h5:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: var(--first-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 2px 12px -1px rgba(255, 255, 255, 0);
			box-shadow: 0 2px 12px -1px rgba(255, 255, 255, 0);
	-webkit-transform: scale3d(.94, .94, 1);
		-ms-transform: scale3d(.94, .94, 1);
			transform: scale3d(.94, .94, 1);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tabs.style-3 .moura-tabs-nav li.active h5:before {
	background: var(--primary-color);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-tabs.style-3 .moura-tabs-nav li.with-icon h5 span {
	position: relative;
	padding: 0;
}

.moura-tabs.style-3 .moura-tabs-nav li.with-icon h5 i {
	font-size: 2.5em;
	display: block;
	position: relative;
	top: 0;
	margin-bottom: .62em;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-tabs.style-3 .moura-tabs-nav li.without-title h5 i {
	margin-bottom: 0;
}

.moura-tabs.style-3 .moura-tabs-nav li.with-icon h5 i ion-icon {
	-webkit-transform: translateY(19%);
		-ms-transform: translateY(19%);
			transform: translateY(19%);
}

/*-----*  ( Tour )  *-----*/
.moura-tour {
	display: flex;
}

.moura-tour.right-nav {
	flex-direction: row-reverse;
}

.moura-tour-nav li {
	display: none;
	line-height: 1;
	margin-bottom: 5px;
}

.moura-tour-nav li h5 {
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.moura-tour .moura-tour-content {
	padding: 0 0 0 60px;
}

.moura-tour.right-nav .moura-tour-content {
	padding: 0 60px 0 0;
}

.moura-tour-content p,
.moura-tour-content ol.ordered_list,
.moura-tour-content ul.unordered-list {
	margin-bottom: 16px !important;
}

.moura-tour-content p:last-child {
	margin-bottom: 0 !important;
}

.moura-tour .moura-tour-nav {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.moura-tour .moura-tour-nav li h5 span {
	position: relative;
}

.moura-tour .moura-tour-nav li.with-icon h5 span {
	padding-left: 2.4em;
}

.moura-tour .moura-tour-nav li.without-title.with-icon h5 span {
	padding-left: 0;
}

.moura-tour .moura-tour-nav li.with-icon h5 i {
	font-size: 1.2em;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-tour .moura-tour-nav li.without-title.with-icon h5 i {
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-tour.style-1.left-nav .moura-tour-nav {
	border-right: 1px solid var(--light-border-color);
}

.moura-tour.style-1.right-nav .moura-tour-nav {
	border-left: 1px solid var(--light-border-color);
}

.moura-tour.style-1 .moura-tour-nav li h5 {
	padding: 1.5em 3.5em 1.5em 0;
	color: var(--light-text-color-2);
	-webkit-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	transition: color .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-1.right-nav .moura-tour-nav li h5 {
	padding: 18px 0 18px 30px;
}

.moura-tour.style-1 .moura-tour-nav li.active h5, .moura-tour.style-1 .moura-tour-nav li.active:hover h5 {
	color: var(--dark-color);
}

.moura-tour.style-1 .moura-tour-nav li h5:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 0px;
	background: transparent;
	will-change: height;
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-1.right-nav .moura-tour-nav li h5:after {
	right: auto;
	left: -1px;
}

.moura-tour.style-1 .moura-tour-nav li.active h5:after {
	height: 100%;
	background: var(--primary-color);
}

.moura-tour.style-2 .moura-tour-nav li {
	margin-bottom: 10px;
}

.moura-tour.style-2 .moura-tour-nav li h5 {
	padding: 17px 1.8em;
	color: var(--light-text-color-2);
	background: transparent;
	-webkit-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	transition: color .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-2 .moura-tour-nav li.active h5 {
	color: #fff;
}

.moura-tour.style-2 .moura-tour-nav li h5:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 2px 10px -1px rgba(255, 255, 255, 0);
			box-shadow: 0 2px 10px -1px rgba(255, 255, 255, 0);
	-webkit-transform: scale3d(.88, .88, 1);
		-ms-transform: scale3d(.88, .88, 1);
			transform: scale3d(.88, .88, 1);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-2 .moura-tour-nav li.active h5:before {
	background: var(--primary-color);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-tour.style-3 .moura-tour-nav li {
	margin-right: 0;
	margin-bottom: 5px;
	text-align: center;
}

.moura-tour.style-3 .moura-tour-nav li h5 {
	min-width: 13em;
	padding: 2.3em 1.2em;
	color: var(--light-text-color-2);
	background: transparent;
	-webkit-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: color .35s cubic-bezier(.10, .10, 0, .71);
	transition: color .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-3 .moura-tour-nav li.without-title h5 {
	min-width: auto;
	padding: .8em .85em;
}

.moura-tour.style-3 .moura-tour-nav li.active h5 {
	color: #fff;
}

.moura-tour.style-3 .moura-tour-nav li h5:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: var(--second-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 2px 12px -1px rgba(255, 255, 255, 0);
			box-shadow: 0 2px 12px -1px rgba(255, 255, 255, 0);
	-webkit-transform: scale3d(.94, .94, 1);
		-ms-transform: scale3d(.94, .94, 1);
			transform: scale3d(.94, .94, 1);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71);
	transition: all .35s cubic-bezier(.10, .10, 0, .71);
}

.moura-tour.style-3 .moura-tour-nav li.active h5:before {
	background: var(--primary-color);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-tour.style-3 .moura-tour-nav li.with-icon h5 span {
	padding: 0;
}

.moura-tour.style-3 .moura-tour-nav li.with-icon h5 i {
	font-size: 2.4em;
	display: block;
	position: relative;
	top: 0;
	margin-bottom: .5em;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-tour.style-3 .moura-tour-nav li.without-title h5 i {
	font-size: 1em;
	margin-bottom: 0;
}

.moura-tour.style-3 .moura-tour-nav li.with-icon h5 i ion-icon {
	-webkit-transform: translateY(19%);
		-ms-transform: translateY(19%);
			transform: translateY(19%);
}

.moura-tour.style-3 .moura-tour-nav li.with-icon.without-title h5 i ion-icon {
	-webkit-transform: translateY(12%);
		-ms-transform: translateY(12%);
			transform: translateY(12%);
}

@media (max-width: 991px) {
	.moura-tour {
		flex-direction: column;
	}
	.moura-tour .moura-tour-nav {
		flex-direction: row;
		justify-content: center;
	}
	.moura-tour-nav li {
		margin-bottom: 0 !important;
	}
	.moura-tour .moura-tour-content {
		padding: 40px 0 0 0 !important;
	}
	.moura-tour.style-1.left-nav .moura-tour-nav {
		border-right: none !important;
		border-bottom: 1px solid var(--light-border-color) !important;
	}
	.moura-tour.style-1 .moura-tour-nav li h5 {
		padding: 1.5em 2.5em !important;
	}
	.moura-tour.style-1 .moura-tour-nav li h5:after {
		height: 1px !important;
		width: 0 !important;
		right: 0 !important;
		top: auto !important;
		bottom: 0 !important;
	}
	.moura-tour.style-1 .moura-tour-nav li.active h5:after {
		width: 100% !important;
		height: 1px !important;
	}
	.moura-tour.style-3 .moura-tour-nav li h5 {
		min-width: 11em;
		padding: 1.7em 1.8em;
	}
}

/*-----*  ( Social Icons )  *-----*/
.moura-social-icons {
	line-height: 1;
}

.moura-social-icons ul {
}

.moura-social-icons ul li {
	display: inline-block;
	margin-right: 1.2em;
	margin-bottom: 1.2em;
}

.moura-social-icons li:last-child {
	margin-right: 0 !important;
}

.footer .moura-social-icons ul li {
	margin-bottom: 0 !important;
}

.moura-social-icons ul li a {
	display: block;
}

/*----  Style 1  ----*/
.moura-social-icons.style-1 li.facebook a { color: #1a77f2; }

.moura-social-icons.style-1 li.facebook a:hover { color: #3586f2; }

.moura-social-icons.style-1 li.twitter a { color: #1ea1f1; }

.moura-social-icons.style-1 li.twitter a:hover { color: #41aef1; }

.moura-social-icons.style-1 li.google-plus a { color: #ea4436; }

.moura-social-icons.style-1 li.google-plus a:hover { color: #ea5c51; }

.moura-social-icons.style-1 li.dribbble a { color: #e94d89; }

.moura-social-icons.style-1 li.dribbble a:hover { color: #e96598; }

.moura-social-icons.style-1 li.instagram a { color: #7233bd; }

.moura-social-icons.style-1 li.instagram a:hover { color: #804ebd; }

.moura-social-icons.style-1 li.behance a { color: #053eff; }

.moura-social-icons.style-1 li.behance a:hover { color: #2f5eff; }

.moura-social-icons.style-1 li.youtube a { color: #ff0000; }

.moura-social-icons.style-1 li.youtube a:hover { color: #ff4040; }

.moura-social-icons.style-1 li.pinterest a { color: #bd0a1c; }

.moura-social-icons.style-1 li.pinterest a:hover { color: #d71126; }

.moura-social-icons.style-1 li.telegram a { color: #0088cc; }

.moura-social-icons.style-1 li.telegram a:hover { color: #1e92cc; }

.moura-social-icons.style-1 li.linkedin a { color: #0b66c2; }

.moura-social-icons.style-1 li.linkedin a:hover { color: #2372c2; }

.moura-social-icons.style-1 li.tumblr a { color: #34465d; }

.moura-social-icons.style-1 li.tumblr a:hover { color: #496283; }

.moura-social-icons.style-1 li.vimeo a { color: #1ab7ea; }

.moura-social-icons.style-1 li.vimeo a:hover { color: #58cbf0; }

.moura-social-icons.style-1 li.github a { color: #4078c0; }

.moura-social-icons.style-1 li.github a:hover { color: #4a7dc0; }

.moura-social-icons.style-1 li.flickr a { color: #f40083; }

.moura-social-icons.style-1 li.flickr a:hover { color: #f43fa0; }

.moura-social-icons.style-1 li.skype a { color: #00aff0; }

.moura-social-icons.style-1 li.skype a:hover { color: #30bcf0; }

.moura-social-icons.style-1 li.deviantart a { color: #09cc48; }

.moura-social-icons.style-1 li.deviantart a:hover { color: #44cc70; }

.moura-social-icons.style-1 li.vk a { color: #4a76a8; }

.moura-social-icons.style-1 li.vk a:hover { color: #5587c0; }

.moura-social-icons.style-1 li.soundcloud a { color: #ff5502; }

.moura-social-icons.style-1 li.soundcloud a:hover { color: #ff6e28; }

.moura-social-icons.style-1 li.foursquare a { color: #f94777; }

.moura-social-icons.style-1 li.foursquare a:hover { color: #f9678e; }

/*----  Style 2  ----*/
.moura-social-icons.style-2 li {
	position: relative;
	text-align: center;
	margin-right: .5em;
	margin-bottom: .5em;
}

.moura-social-icons.style-2 li a {
	width: 2.6em;
	height: 2.6em;
	background: #fff;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 6px 20px -4px var(--light-shadow-color);
			box-shadow: 0 6px 20px -4px var(--light-shadow-color);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-2 li a:hover {
	-webkit-transform: translate3d(0, -8%, 0);
		-ms-transform: translate3d(0, -8%, 0);
			transform: translate3d(0, -8%, 0);
	-webkit-box-shadow: 0 6px 15px -2px var(--light-shadow-color);
			box-shadow: 0 6px 15px -2px var(--light-shadow-color);
}

.moura-social-icons.style-2 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-2 li.facebook a { color: #1a77f2; }

.moura-social-icons.style-2 li.twitter a { color: #1ea1f1; }

.moura-social-icons.style-2 li.google-plus a { color: #ea4436; }

.moura-social-icons.style-2 li.dribbble a { color: #e94d89; }

.moura-social-icons.style-2 li.instagram a { color: #c32aa3; }

.moura-social-icons.style-2 li.behance a { color: #053eff; }

.moura-social-icons.style-2 li.youtube a { color: #ff0000; }

.moura-social-icons.style-2 li.pinterest a { color: #bd0a1c; }

.moura-social-icons.style-2 li.telegram a { color: #0088cc; }

.moura-social-icons.style-2 li.linkedin a { color: #0b66c2; }

.moura-social-icons.style-2 li.tumblr a { color: #34465d; }

.moura-social-icons.style-2 li.vimeo a { color: #1ab7ea; }

.moura-social-icons.style-2 li.github a { color: #4078c0; }

.moura-social-icons.style-2 li.flickr a { color: #f40083; }

.moura-social-icons.style-2 li.skype a { color: #00aff0; }

.moura-social-icons.style-2 li.deviantart a { color: #09cc48; }

.moura-social-icons.style-2 li.vk a { color: #4a76a8; }

.moura-social-icons.style-2 li.soundcloud a { color: #ff5502; }

.moura-social-icons.style-2 li.foursquare a { color: #f94777; }

/*----  Style 3  ----*/
.moura-social-icons.style-3 li {
	position: relative;
	text-align: center;
	margin-right: .6em;
	margin-bottom: .6em;
}

.moura-social-icons.style-3 li a {
	width: 2.6em;
	height: 2.6em;
	border-radius: var(--circle-border-radius);
}

.moura-social-icons.style-3 li a:hover {
	color: #fff !important;
}

.moura-social-icons.style-3 li a:before {
	border-radius: inherit;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
	-webkit-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	transition: all .4s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-3 li a:hover:before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-social-icons.style-3 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-3 li.facebook a { color: #1a77f2; }

.moura-social-icons.style-3 li.facebook a:before { background: #1a77f2; }

.moura-social-icons.style-3 li.twitter a { color: #1ea1f1; }

.moura-social-icons.style-3 li.twitter a:before { background: #1ea1f1; }

.moura-social-icons.style-3 li.google-plus a { color: #ea4436; }

.moura-social-icons.style-3 li.google-plus a:before { background: #ea4436; }

.moura-social-icons.style-3 li.dribbble a { color: #e94d89; }

.moura-social-icons.style-3 li.dribbble a:before { background: #e94d89; }

.moura-social-icons.style-3 li.instagram a { color: #c32aa3; }

.moura-social-icons.style-3 li.instagram a:before { background: #c32aa3; }

.moura-social-icons.style-3 li.behance a { color: #053eff; }

.moura-social-icons.style-3 li.behance a:before { background: #053eff; }

.moura-social-icons.style-3 li.youtube a { color: #ff0000; }

.moura-social-icons.style-3 li.youtube a:before { background: #ff0000; }

.moura-social-icons.style-3 li.pinterest a { color: #bd0a1c; }

.moura-social-icons.style-3 li.pinterest a:before { background: #bd0a1c; }

.moura-social-icons.style-3 li.telegram a { color: #0088cc; }

.moura-social-icons.style-3 li.telegram a:before { background: #0088cc; }

.moura-social-icons.style-3 li.linkedin a { color: #0b66c2; }

.moura-social-icons.style-3 li.linkedin a:before { background: #0b66c2; }

.moura-social-icons.style-3 li.tumblr a { color: #34465d; }

.moura-social-icons.style-3 li.tumblr a:before { background: #34465d; }

.moura-social-icons.style-3 li.vimeo a { color: #1ab7ea; }

.moura-social-icons.style-3 li.vimeo a:before { background: #1ab7ea; }

.moura-social-icons.style-3 li.github a { color: #4078c0; }

.moura-social-icons.style-3 li.github a:before { background: #4078c0; }

.moura-social-icons.style-3 li.flickr a { color: #f40083; }

.moura-social-icons.style-3 li.flickr a:before { background: #f40083; }

.moura-social-icons.style-3 li.skype a { color: #00aff0; }

.moura-social-icons.style-3 li.skype a:before { background: #00aff0; }

.moura-social-icons.style-3 li.deviantart a { color: #09cc48; }

.moura-social-icons.style-3 li.deviantart a:before { background: #09cc48; }

.moura-social-icons.style-3 li.vk a { color: #4a76a8; }

.moura-social-icons.style-3 li.vk a:before { background: #4a76a8; }

.moura-social-icons.style-3 li.soundcloud a { color: #ff5502; }

.moura-social-icons.style-3 li.soundcloud a:before { background: #ff5502; }

.moura-social-icons.style-3 li.foursquare a { color: #f94777; }

.moura-social-icons.style-3 li.foursquare a:before { background: #f94777; }

/*----  Style 4  ----*/
.moura-social-icons.style-4 li {
	position: relative;
	text-align: center;
	margin-right: .4em;
	margin-bottom: .4em;
}

.moura-social-icons.style-4 li a {
	width: 2.6em;
	height: 2.6em;
	color: #fff;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	transition: all .4s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-4 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-4 li.facebook a { background: #1a77f2; }

.moura-social-icons.style-4 li.facebook a:hover { -webkit-box-shadow: 0 6px 24px -6px #1a77f2; box-shadow: 0 6px 24px -6px #1a77f2; }

.moura-social-icons.style-4 li.twitter a { background: #1ea1f1; }

.moura-social-icons.style-4 li.twitter a:hover { -webkit-box-shadow: 0 6px 24px -6px #1ea1f1; box-shadow: 0 6px 24px -6px #1ea1f1; }

.moura-social-icons.style-4 li.google-plus a { background: #ea4436; }

.moura-social-icons.style-4 li.google-plus a:hover { -webkit-box-shadow: 0 6px 24px -6px #ea4436; box-shadow: 0 6px 24px -6px #ea4436; }

.moura-social-icons.style-4 li.dribbble a { background: #e94d89; }

.moura-social-icons.style-4 li.dribbble a:hover { -webkit-box-shadow: 0 6px 24px -6px #e94d89; box-shadow: 0 6px 24px -6px #e94d89; }

.moura-social-icons.style-4 li.instagram a { background: #c32aa3; }

.moura-social-icons.style-4 li.instagram a:hover { -webkit-box-shadow: 0 6px 24px -6px #c32aa3; box-shadow: 0 6px 25px -6px #c32aa3; }

.moura-social-icons.style-4 li.behance a { background: #053eff; }

.moura-social-icons.style-4 li.behance a:hover { -webkit-box-shadow: 0 6px 24px -6px #053eff; box-shadow: 0 6px 24px -6px #053eff; }

.moura-social-icons.style-4 li.youtube a { background: #ff0000; }

.moura-social-icons.style-4 li.youtube a:hover { -webkit-box-shadow: 0 6px 24px -6px #ff0000; box-shadow: 0 6px 24px -6px #ff0000; }

.moura-social-icons.style-4 li.pinterest a { background: #bd0a1c; }

.moura-social-icons.style-4 li.pinterest a:hover { -webkit-box-shadow: 0 6px 24px -6px #bd0a1c; box-shadow: 0 6px 24px -6px #bd0a1c; }

.moura-social-icons.style-4 li.telegram a { background: #0088cc; }

.moura-social-icons.style-4 li.telegram a:hover { -webkit-box-shadow: 0 6px 24px -6px #0088cc; box-shadow: 0 6px 24px -6px #0088cc; }

.moura-social-icons.style-4 li.linkedin a { background: #0b66c2; }

.moura-social-icons.style-4 li.linkedin a:hover { -webkit-box-shadow: 0 6px 24px -6px #0b66c2; box-shadow: 0 6px 24px -6px #0b66c2; }

.moura-social-icons.style-4 li.tumblr a { background: #34465d; }

.moura-social-icons.style-4 li.tumblr a:hover { -webkit-box-shadow: 0 6px 24px -6px #34465d; box-shadow: 0 6px 24px -6px #34465d; }

.moura-social-icons.style-4 li.vimeo a { background: #1ab7ea; }

.moura-social-icons.style-4 li.vimeo a:hover { -webkit-box-shadow: 0 6px 24px -6px #1ab7ea; box-shadow: 0 6px 24px -6px #1ab7ea; }

.moura-social-icons.style-4 li.github a { background: #4078c0; }

.moura-social-icons.style-4 li.github a:hover { -webkit-box-shadow: 0 6px 24px -6px #4078c0; box-shadow: 0 6px 24px -6px #4078c0; }

.moura-social-icons.style-4 li.flickr a { background: #f40083; }

.moura-social-icons.style-4 li.flickr a:hover { -webkit-box-shadow: 0 6px 24px -6px #f40083; box-shadow: 0 6px 24px -6px #f40083; }

.moura-social-icons.style-4 li.skype a { background: #00aff0; }

.moura-social-icons.style-4 li.skype a:hover { -webkit-box-shadow: 0 6px 24px -6px #00aff0; box-shadow: 0 6px 24px -6px #00aff0; }

.moura-social-icons.style-4 li.deviantart a { background: #09cc48; }

.moura-social-icons.style-4 li.deviantart a:hover { -webkit-box-shadow: 0 6px 24px -6px #09cc48; box-shadow: 0 6px 24px -6px #09cc48; }

.moura-social-icons.style-4 li.vk a { background: #4a76a8; }

.moura-social-icons.style-4 li.vk a:hover { -webkit-box-shadow: 0 6px 24px -6px #4a76a8; box-shadow: 0 6px 24px -6px #4a76a8; }

.moura-social-icons.style-4 li.soundcloud a { background: #ff5502; }

.moura-social-icons.style-4 li.soundcloud a:hover { -webkit-box-shadow: 0 6px 24px -6px #ff5502; box-shadow: 0 6px 24px -6px #ff5502; }

.moura-social-icons.style-4 li.foursquare a { background: #f94777; }

.moura-social-icons.style-4 li.foursquare a:hover { -webkit-box-shadow: 0 6px 24px -6px #f94777; box-shadow: 0 6px 24px -6px #f94777; }

/*----  Style 5  ----*/
.moura-social-icons.style-5 li {
	position: relative;
	text-align: center;
	margin-right: .4em;
	margin-bottom: .4em;
}

.moura-social-icons.style-5 li a {
	width: 2.6em;
	height: 2.6em;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
}

.moura-social-icons.style-5 li a:hover {
	color: #fff !important;
}

.moura-social-icons.style-5 li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: height .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: height .3s cubic-bezier(.25, 0, .3, 1);
	transition: height .3s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-5 li a:hover:before {
	height: 100%;
}

.moura-social-icons.style-5 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-5 li.facebook a { color: #1a77f2; }

.moura-social-icons.style-5 li.facebook a:before { background: #1a77f2; }

.moura-social-icons.style-5 li.twitter a { color: #1ea1f1; }

.moura-social-icons.style-5 li.twitter a:before { background: #1ea1f1; }

.moura-social-icons.style-5 li.google-plus a { color: #ea4436; }

.moura-social-icons.style-5 li.google-plus a:before { background: #ea4436; }

.moura-social-icons.style-5 li.dribbble a { color: #e94d89; }

.moura-social-icons.style-5 li.dribbble a:before { background: #e94d89; }

.moura-social-icons.style-5 li.instagram a { color: #7233bd; }

.moura-social-icons.style-5 li.instagram a:before { background: #7233bd; }

.moura-social-icons.style-5 li.behance a { color: #053eff; }

.moura-social-icons.style-5 li.behance a:before { background: #053eff; }

.moura-social-icons.style-5 li.youtube a { color: #ff0000; }

.moura-social-icons.style-5 li.youtube a:before { background: #ff0000; }

.moura-social-icons.style-5 li.pinterest a { color: #bd0a1c; }

.moura-social-icons.style-5 li.pinterest a:before { background: #bd0a1c; }

.moura-social-icons.style-5 li.telegram a { color: #0088cc; }

.moura-social-icons.style-5 li.telegram a:before { background: #0088cc; }

.moura-social-icons.style-5 li.linkedin a { color: #0b66c2; }

.moura-social-icons.style-5 li.linkedin a:before { background: #0b66c2; }

.moura-social-icons.style-5 li.tumblr a { color: #34465d; }

.moura-social-icons.style-5 li.tumblr a:before { background: #34465d; }

.moura-social-icons.style-5 li.vimeo a { color: #1ab7ea; }

.moura-social-icons.style-5 li.vimeo a:before { background: #1ab7ea; }

.moura-social-icons.style-5 li.github a { color: #4078c0; }

.moura-social-icons.style-5 li.github a:before { background: #4078c0; }

.moura-social-icons.style-5 li.flickr a { color: #f40083; }

.moura-social-icons.style-5 li.flickr a:before { background: #f40083; }

.moura-social-icons.style-5 li.skype a { color: #00aff0; }

.moura-social-icons.style-5 li.skype a:before { background: #00aff0; }

.moura-social-icons.style-5 li.deviantart a { color: #09cc48; }

.moura-social-icons.style-5 li.deviantart a:before { background: #09cc48; }

.moura-social-icons.style-5 li.vk a { color: #4a76a8; }

.moura-social-icons.style-5 li.vk a:before { background: #4a76a8; }

.moura-social-icons.style-5 li.soundcloud a { color: #ff5502; }

.moura-social-icons.style-5 li.soundcloud a:before { background: #ff5502; }

.moura-social-icons.style-5 li.foursquare a { color: #f94777; }

.moura-social-icons.style-5 li.foursquare a:before { background: #f94777; }

/*----  Style 6  ----*/
.moura-social-icons.style-6 li {
	position: relative;
	text-align: center;
	margin-right: .4em;
	margin-bottom: .4em;
}

.moura-social-icons.style-6 li a {
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	will-change: transform;
	-webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
		-ms-transform-origin: 0% 50%;
			transform-origin: 0% 50%;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	transition: all .3s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-6 li a:hover {
	-webkit-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
			transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
}

.moura-social-icons.style-6 li a i {
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.moura-social-icons.style-6 li a i.front-icon {
	-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
	-webkit-transform: translate3d(0, 0, 2.5em);
		-ms-transform: translate3d(0, 0, 2.5em);
			transform: translate3d(0, 0, 2.5em);
}

.moura-social-icons.style-6 li a i.back-icon {
	-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
	-webkit-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
		-ms-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
			transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
}

.moura-social-icons.style-6 li.facebook a i { background: #1a77f2; }

.moura-social-icons.style-6 li.facebook a i.back-icon { background: #3586f2; }

.moura-social-icons.style-6 li.twitter a i { background: #1ea1f1; }

.moura-social-icons.style-6 li.twitter a i.back-icon { background: #41aef1; }

.moura-social-icons.style-6 li.google-plus a i { background: #ea4436; }

.moura-social-icons.style-6 li.google-plus a i.back-icon { background: #ea5c51; }

.moura-social-icons.style-6 li.dribbble a i { background: #e94d89; }

.moura-social-icons.style-6 li.dribbble a i.back-icon { background: #e96598; }

.moura-social-icons.style-6 li.instagram a i { background: #7233bd; }

.moura-social-icons.style-6 li.instagram a i.back-icon { background: #804ebd; }

.moura-social-icons.style-6 li.behance a i { background: #053eff; }

.moura-social-icons.style-6 li.behance a i.back-icon { background: #2f5eff; }

.moura-social-icons.style-6 li.youtube a i { background: #ff0000; }

.moura-social-icons.style-6 li.youtube a i.back-icon { background: #ff4040; }

.moura-social-icons.style-6 li.pinterest a i { background: #bd0a1c; }

.moura-social-icons.style-6 li.pinterest a i.back-icon { background: #d71126; }

.moura-social-icons.style-6 li.telegram a i { background: #0088cc; }

.moura-social-icons.style-6 li.telegram a i.back-icon { background: #1e92cc; }

.moura-social-icons.style-6 li.linkedin a i { background: #0b66c2; }

.moura-social-icons.style-6 li.linkedin a i.back-icon { background: #2372c2; }

.moura-social-icons.style-6 li.tumblr a i { background: #34465d; }

.moura-social-icons.style-6 li.tumblr a i.back-icon { background: #496283; }

.moura-social-icons.style-6 li.vimeo a i { background: #1ab7ea; }

.moura-social-icons.style-6 li.vimeo a i.back-icon { background: #58cbf0; }

.moura-social-icons.style-6 li.github a i { background: #4078c0; }

.moura-social-icons.style-6 li.github a i.back-icon { background: #4a7dc0; }

.moura-social-icons.style-6 li.flickr a i { background: #f40083; }

.moura-social-icons.style-6 li.flickr a i.back-icon { background: #f43fa0; }

.moura-social-icons.style-6 li.skype a i { background: #00aff0; }

.moura-social-icons.style-6 li.skype a i.back-icon { background: #30bcf0; }

.moura-social-icons.style-6 li.deviantart a i { background: #09cc48; }

.moura-social-icons.style-6 li.deviantart a i.back-icon { background: #44cc70; }

.moura-social-icons.style-6 li.vk a i { background: #4a76a8; }

.moura-social-icons.style-6 li.vk a i.back-icon { background: #5587c0; }

.moura-social-icons.style-6 li.soundcloud a i { background: #ff5502; }

.moura-social-icons.style-6 li.soundcloud a i.back-icon { background: #ff6e28; }

.moura-social-icons.style-6 li.foursquare a i { background: #f94777; }

.moura-social-icons.style-6 li.foursquare a i.back-icon { background: #f9678e; }

/*----  Style 7  ----*/
.moura-social-icons.style-7 li {
	position: relative;
	text-align: center;
	margin-right: .4em;
	margin-bottom: .4em;
}

.moura-social-icons.style-7 li a {
	width: 2.6em;
	height: 2.6em;
	border-radius: var(--first-border-radius);
	will-change: transform;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
	-webkit-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	transition: all .4s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-7 li a:hover {
	color: #fff !important;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transform: translate3d(0, -8%, 0);
		-ms-transform: translate3d(0, -8%, 0);
			transform: translate3d(0, -8%, 0);
	-webkit-box-shadow: 0 10px 24px -2px var(--light-shadow-color);
			box-shadow: 0 10px 24px -2px var(--light-shadow-color);
}

.moura-social-icons.style-7 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-7 li.facebook a { color: #1a77f2; }

.moura-social-icons.style-7 li.facebook a:hover { background: #1a77f2; }

.moura-social-icons.style-7 li.twitter a { color: #1ea1f1; }

.moura-social-icons.style-7 li.twitter a:hover { background: #1ea1f1; }

.moura-social-icons.style-7 li.google-plus a { color: #ea4436; }

.moura-social-icons.style-7 li.google-plus a:hover { background: #ea4436; }

.moura-social-icons.style-7 li.dribbble a { color: #e94d89; }

.moura-social-icons.style-7 li.dribbble a:hover { background: #e94d89; }

.moura-social-icons.style-7 li.instagram a { color: #7233bd; }

.moura-social-icons.style-7 li.instagram a:hover { background: #7233bd; }

.moura-social-icons.style-7 li.behance a { color: #053eff; }

.moura-social-icons.style-7 li.behance a:hover { background: #053eff; }

.moura-social-icons.style-7 li.youtube a { color: #ff0000; }

.moura-social-icons.style-7 li.youtube a:hover { background: #ff0000; }

.moura-social-icons.style-7 li.pinterest a { color: #bd0a1c; }

.moura-social-icons.style-7 li.pinterest a:hover { background: #bd0a1c; }

.moura-social-icons.style-7 li.telegram a { color: #0088cc; }

.moura-social-icons.style-7 li.telegram a:hover { background: #0088cc; }

.moura-social-icons.style-7 li.linkedin a { color: #0b66c2; }

.moura-social-icons.style-7 li.linkedin a:hover { background: #0b66c2; }

.moura-social-icons.style-7 li.tumblr a { color: #34465d; }

.moura-social-icons.style-7 li.tumblr a:hover { background: #34465d; }

.moura-social-icons.style-7 li.vimeo a { color: #1ab7ea; }

.moura-social-icons.style-7 li.vimeo a:hover { background: #1ab7ea; }

.moura-social-icons.style-7 li.github a { color: #4078c0; }

.moura-social-icons.style-7 li.github a:hover { background: #4078c0; }

.moura-social-icons.style-7 li.flickr a { color: #f40083; }

.moura-social-icons.style-7 li.flickr a:hover { background: #f40083; }

.moura-social-icons.style-7 li.skype a { color: #00aff0; }

.moura-social-icons.style-7 li.skype a:hover { background: #00aff0; }

.moura-social-icons.style-7 li.deviantart a { color: #09cc48; }

.moura-social-icons.style-7 li.deviantart a:hover { background: #09cc48; }

.moura-social-icons.style-7 li.vk a { color: #4a76a8; }

.moura-social-icons.style-7 li.vk a:hover { background: #4a76a8; }

.moura-social-icons.style-7 li.soundcloud a { color: #ff5502; }

.moura-social-icons.style-7 li.soundcloud a:hover { background: #ff5502; }

.moura-social-icons.style-7 li.foursquare a { color: #f94777; }

.moura-social-icons.style-7 li.foursquare a:hover { background: #f94777; }

/*----  Style 8  ----*/
.moura-social-icons.style-8 li {
	position: relative;
	text-align: center;
	margin-right: .4em;
	margin-bottom: .4em;
}

.moura-social-icons.style-8 li a {
	color: #fff;
	width: 2.6em;
	height: 2.6em;
	border-radius: var(--first-border-radius);
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 0, .3, 1);
	transition: all .4s cubic-bezier(.25, 0, .3, 1);
}

.moura-social-icons.style-8 li a:hover {
	-webkit-transform: translate3d(0, -8%, 0);
		-ms-transform: translate3d(0, -8%, 0);
			transform: translate3d(0, -8%, 0);
	-webkit-box-shadow: 0 10px 24px -2px var(--light-shadow-color);
			box-shadow: 0 10px 24px -2px var(--light-shadow-color);
}

.moura-social-icons.style-8 li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-social-icons.style-8 li.facebook a { background: #1a77f2; }

.moura-social-icons.style-8 li.facebook a:hover { background: #3586f2; }

.moura-social-icons.style-8 li.twitter a { background: #1ea1f1; }

.moura-social-icons.style-8 li.twitter a:hover { background: #41aef1; }

.moura-social-icons.style-8 li.google-plus a { background: #ea4436; }

.moura-social-icons.style-8 li.google-plus a:hover { background: #ea5c51; }

.moura-social-icons.style-8 li.dribbble a { background: #e94d89; }

.moura-social-icons.style-8 li.dribbble a:hover { background: #e96598; }

.moura-social-icons.style-8 li.instagram a { background: #7233bd; }

.moura-social-icons.style-8 li.instagram a:hover { background: #804ebd; }

.moura-social-icons.style-8 li.behance a { background: #053eff; }

.moura-social-icons.style-8 li.behance a:hover{ background: #2f5eff; }

.moura-social-icons.style-8 li.youtube a { background: #ff0000; }

.moura-social-icons.style-8 li.youtube a:hover{ background: #ff4040; }

.moura-social-icons.style-8 li.pinterest a { background: #bd0a1c; }

.moura-social-icons.style-8 li.pinterest a:hover{ background: #d71126; }

.moura-social-icons.style-8 li.telegram a { background: #0088cc; }

.moura-social-icons.style-8 li.telegram a:hover{ background: #1e92cc; }

.moura-social-icons.style-8 li.linkedin a { background: #0b66c2; }

.moura-social-icons.style-8 li.linkedin a:hover{ background: #2372c2; }

.moura-social-icons.style-8 li.tumblr a { background: #34465d; }

.moura-social-icons.style-8 li.tumblr a:hover{ background: #496283; }

.moura-social-icons.style-8 li.vimeo a { background: #1ab7ea; }

.moura-social-icons.style-8 li.vimeo a:hover{ background: #58cbf0; }

.moura-social-icons.style-8 li.github a { background: #4078c0; }

.moura-social-icons.style-8 li.github a:hover{ background: #4a7dc0; }

.moura-social-icons.style-8 li.flickr a { background: #f40083; }

.moura-social-icons.style-8 li.flickr a:hover{ background: #f43fa0; }

.moura-social-icons.style-8 li.skype a { background: #00aff0; }

.moura-social-icons.style-8 li.skype a:hover { background: #30bcf0; }

.moura-social-icons.style-8 li.deviantart a { background: #09cc48; }

.moura-social-icons.style-8 li.deviantart a:hover { background: #44cc70; }

.moura-social-icons.style-8 li.vk a { background: #4a76a8; }

.moura-social-icons.style-8 li.vk a:hover { background: #5587c0; }

.moura-social-icons.style-8 li.soundcloud a { background: #ff5502; }

.moura-social-icons.style-8 li.soundcloud a:hover { background: #ff6e28; }

.moura-social-icons.style-8 li.foursquare a { background: #f94777; }

.moura-social-icons.style-8 li.foursquare a:hover { background: #f9678e; }


/*-----*  ( Custom Icons )  *-----*/
.moura-icon-block {
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .45s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .45s cubic-bezier(.25, 1, .3, 1);
	transition: all .45s cubic-bezier(.25, 1, .3, 1);
}

.moura-icon-block.move-top-hover-true {
	-webkit-transform: translateY(0) translateZ(0);
		-ms-transform: translateY(0) translateZ(0);
			transform: translateY(0) translateZ(0);
}

.moura-icon-block.move-top-hover-true:hover {
	-webkit-transform: translateY(-8px) translateZ(0);
		-ms-transform: translateY(-8px) translateZ(0);
			transform: translateY(-8px) translateZ(0);
}

.moura-icon-block.shadow-hover-true {
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0);
			box-shadow: 0 6px 10px rgba(0, 0, 0, 0);
}

.moura-icon-block.shadow-hover-true:hover {
	-webkit-box-shadow: 0 22px 25px var(--light-shadow-color);
			box-shadow: 0 22px 25px var(--light-shadow-color);
}

.moura-icon-block:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .3, 1);
	-o-transition: opacity .45s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .45s cubic-bezier(.25, 1, .3, 1);
}

.moura-icon-block:hover:before {
	opacity: 1;
}

* .moura-icon-block:last-child {
	margin-right: 0 !important;
}

.moura-icon-block a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: inherit !important;
}

.moura-icon-block i {
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .45s cubic-bezier(.25, 1, .3, 1);
	transition: all .45s cubic-bezier(.25, 1, .3, 1);
}

.moura-icon-block i ion-icon {
	--ionicon-stroke-width: 24px;
}

/*-----*  ( WP Buttons )  *-----*/
.wp-block-button__link {
	line-height: 1.6em;
	margin-bottom: 4px;
	padding: calc(0.6em + 3px) calc(1.4em + 4px);
	background-color: var(--dark-color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.wp-block-button__link:hover {
	background-color: var(--primary-color);
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

/*-----*  ( Buttons )  *-----*/
.moura-btn {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 20px 28px;
	overflow: hidden;
	margin-right: 20px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-btn-aniamtion {
	display: inline-block;
}

.moura-btn:last-of-type, .moura-btn:last-child {
	margin-right: 0;
}

.moura-btn.move-top-hover-true {
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.moura-btn.move-top-hover-true:hover {
	-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
			transform: translate3d(0, -4px, 0);
}

.moura-btn:before {
	content: '';
	display: block;
	position: absolute;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: opacity .35s cubic-bezier(.25, 0, .3, 1);
	transition: opacity .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-btn:hover:before {
	opacity: 1;
}

.moura-btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.moura-btn .btn-inner {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-btn .icon {
	font-size: 1.2em;
	background: inherit;
}

.moura-btn .icon i {
	line-height: 1;
}

.moura-btn .icon i ion-icon {
	font-size: 1.1em;
	-webkit-transform: translateY(4%);
	-ms-transform: translateY(4%);
	transform: translateY(4%);
}

.moura-btn.left-icon, .moura-btn.right-icon {
	padding: 20px 36px;
}

.moura-btn.left-icon .btn-inner {
	-webkit-transform: translateX(.95em);
		-ms-transform: translateX(.95em);
			transform: translateX(.95em);
}

.moura-btn.left-icon .icon {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translate(-0.7em, -50%);
		-ms-transform: translate(-0.7em, -50%);
			transform: translate(-0.7em, -50%);
}

.moura-btn.right-icon .btn-inner {
	-webkit-transform: translateX(-0.95em);
		-ms-transform: translateX(-0.95em);
			transform: translateX(-0.95em);
}

.moura-btn.right-icon .icon {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(.7em, -50%);
		-ms-transform: translate(.7em, -50%);
			transform: translate(.7em, -50%);
}

.moura-btn.left-icon-fade, .moura-btn.right-icon-fade {
	padding: 19px 36px;
}

.moura-btn.left-icon-fade .btn-inner, .moura-btn.right-icon-fade .btn-inner {
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
	transition: -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: transform .35s cubic-bezier(.25, 0, .3, 1);
	transition: transform .35s cubic-bezier(.25, 0, .3, 1);
	transition: transform .35s cubic-bezier(.25, 0, .3, 1), -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-btn.left-icon-fade:hover .btn-inner {
	-webkit-transform: translateX(1em);
		-ms-transform: translateX(1em);
			transform: translateX(1em);
}

.moura-btn.right-icon-fade:hover .btn-inner {
	-webkit-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
			transform: translateX(-1em);
}

.moura-btn.left-icon-fade .icon, .moura-btn.right-icon-fade .icon {
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.25, 0, .3, 1), -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
	transition: opacity .35s cubic-bezier(.25, 0, .3, 1), -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: transform .35s cubic-bezier(.25, 0, .3, 1), opacity .35s cubic-bezier(.25, 0, .3, 1);
	transition: transform .35s cubic-bezier(.25, 0, .3, 1), opacity .35s cubic-bezier(.25, 0, .3, 1);
	transition: transform .35s cubic-bezier(.25, 0, .3, 1), opacity .35s cubic-bezier(.25, 0, .3, 1), -webkit-transform .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-btn.left-icon-fade .icon {
	right: 100%;
	-webkit-transform: translate(-12px, -50%);
		-ms-transform: translate(-12px, -50%);
			transform: translate(-12px, -50%);
}

.moura-btn.right-icon-fade .icon {
	left: 100%;
	-webkit-transform: translate(12px, -50%);
		-ms-transform: translate(12px, -50%);
			transform: translate(12px, -50%);
}

.moura-btn.left-icon-fade:hover .icon, .moura-btn.right-icon-fade:hover .icon {
	opacity: 1;
}

/*-----*  ( Styled Buttons )  *-----*/
.moura-styled-btn {
	display: inline-block;
	position: relative;
	line-height: 1;
	color: var(--dark-color);
	margin-right: 30px;
	-webkit-transition: color .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: color .4s cubic-bezier(.45, .24, .05, .95);
	transition: color .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn:last-of-type, .moura-styled-btn:last-child {
	margin-right: 0;
}

.moura-styled-btn-aniamtion {
	display: inline-block;
}

.moura-styled-btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.moura-styled-btn .icon {
	font-size: 1.2em;
}

.moura-styled-btn .icon i {
	display: inline-block;
	-webkit-transform: translateY(6%);
		-ms-transform: translateY(6%);
			transform: translateY(6%);
}

.moura-styled-btn .icon ion-icon {
	font-size: 1.1em;
	-webkit-transform: translateY(6%);
		-ms-transform: translateY(6%);
			transform: translateY(6%);
}

.moura-styled-btn.left-icon .icon {
	margin-right: .7em;
}

.moura-styled-btn.right-icon .icon {
	margin-left: .7em;
}

.moura-styled-btn.style-1 {
	will-change: padding-left;
	padding: 14px 15px 14px 60px;
	-webkit-transition: padding-left .4s cubic-bezier(.45, .24, .05, .95), color .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: padding-left .4s cubic-bezier(.45, .24, .05, .95), color .4s cubic-bezier(.45, .24, .05, .95);
	transition: padding-left .4s cubic-bezier(.45, .24, .05, .95), color .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-1:hover {
	padding-left: 68px;
	-webkit-transition-delay: .12s;
		 -o-transition-delay: .12s;
			transition-delay: .12s;
}

.moura-styled-btn.style-1:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--dark-color);
	width: 38px;
	height: 1px;
	will-change: width;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
	transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-1:hover:before {
	width: 48px;
}

.moura-styled-btn.style-2 {
	line-height: 2.4;
}

.moura-styled-btn.style-2:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: var(--dark-color);
	width: 0;
	height: 2px;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
	transition: width .4s cubic-bezier(.45, .24, .05, .95), background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-2:hover:before {
	width: 100%;
}

.moura-styled-btn.style-3 {
	line-height: 2.5em !important;
}

.moura-styled-btn.style-3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #212122;
	width: 100%;
	height: 2px;
	opacity: .1;
}

.moura-styled-btn.style-3:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--primary-color);
	-webkit-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
	-webkit-transition: all .3s cubic-bezier(.2, 0, .3, 1);
	-o-transition: all .3s cubic-bezier(.2, 0, .3, 1);
	transition: all .3s cubic-bezier(.2, 0, .3, 1);
	-webkit-animation: button_fill_left_out .3s cubic-bezier(.7, 0, .3, 1) both;
			animation: button_fill_left_out .3s cubic-bezier(.7, 0, .3, 1) both;
}

.moura-styled-btn.style-3:hover:after {
	-webkit-animation: button_fill_left_in .3s cubic-bezier(.7, 0, .3, 1) both;
			animation: button_fill_left_in .3s cubic-bezier(.7, 0, .3, 1) both;
}

@-webkit-keyframes button_fill_left_out {
	0% {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
				transform-origin: 100% 50%;
	}
	100% {
		-webkit-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
				transform-origin: 100% 50%;
	}
}

@keyframes button_fill_left_out {
	0% {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
				transform-origin: 100% 50%;
	}
	100% {
		-webkit-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
				transform-origin: 100% 50%;
	}
}

@-webkit-keyframes button_fill_left_in {
	0% {
		-webkit-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
				transform-origin: 0 50%;
	}
	100% {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
				transform-origin: 0 50%;
	}
}

@keyframes button_fill_left_in {
	0% {
		-webkit-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
				transform-origin: 0 50%;
	}
	100% {
		-webkit-transform: scaleX(1);
				transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
				transform-origin: 0 50%;
	}
}

.moura-styled-btn.style-4 {
	color: var(--dark-color);
	height: 4em;
	line-height: 4em;
	padding: 0 2.4em;
}

.moura-styled-btn.style-4:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 4em;
	height: 4em;
	-webkit-transition: width .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: width .4s cubic-bezier(.45, .24, .05, .95);
	transition: width .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-4:hover:before {
	width: 100%;
}

.moura-styled-btn.style-4 > span {
	position: relative;
}

.moura-styled-btn.style-4 .icon {
	line-height: 1;
}

.moura-styled-btn.style-5 {
	position: relative;
	color: #fff;
	height: 4.2em;
	line-height: 4.2em;
	padding: 0 1.8em;
	background: #212122;
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: all .4s cubic-bezier(.45, .24, .05, .95);
	transition: all .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-5:hover {
	-webkit-box-shadow: 0 8px 18px -2px var(--light-shadow-color);
			box-shadow: 0 8px 18px -2px var(--light-shadow-color);
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

.moura-styled-btn.style-5 .icon {
	position: absolute;
	top: 50%;
	display: block;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 1;
	color: #212122;
	background: #fff;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: all .4s cubic-bezier(.45, .24, .05, .95);
	transition: all .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-styled-btn.style-5 .icon i {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-styled-btn.style-5.right-icon {
	padding-right: 4.35em;
}

.moura-styled-btn.style-5.left-icon {
	padding-left: 4.35em;
}

.moura-styled-btn.style-5.right-icon .icon {
	right: .8em;
}

.moura-styled-btn.style-5.left-icon .icon {
	left: .8em;
}

/*-----*  ( Video Icon )  *-----*/
.moura-play-btn {
	display: inline-block;
	position: relative;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-transition: color .4s cubic-bezier(.25, 1, .3, 1), background-color .4s cubic-bezier(.25, 1, .3, 1), -webkit-transform .5s cubic-bezier(.25, 1, .3, 1);
	transition: color .4s cubic-bezier(.25, 1, .3, 1), background-color .4s cubic-bezier(.25, 1, .3, 1), -webkit-transform .5s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .5s cubic-bezier(.25, 1, .3, 1), color .4s cubic-bezier(.25, 1, .3, 1), background-color .4s cubic-bezier(.25, 1, .3, 1);
	transition: transform .5s cubic-bezier(.25, 1, .3, 1), color .4s cubic-bezier(.25, 1, .3, 1), background-color .4s cubic-bezier(.25, 1, .3, 1);
	transition: transform .5s cubic-bezier(.25, 1, .3, 1), color .4s cubic-bezier(.25, 1, .3, 1), background-color .4s cubic-bezier(.25, 1, .3, 1), -webkit-transform .5s cubic-bezier(.25, 1, .3, 1);
}

.moura-play-btn:hover {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.moura-play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-45%, -50%);
		-ms-transform: translate(-45%, -50%);
			transform: translate(-45%, -50%);
}

.moura-play-btn.size-xsmall {
	font-size: 14px;
	height: 50px;
	width: 50px;
}

.moura-play-btn.size-small {
	font-size: 18px;
	height: 60px;
	width: 60px;
}

.moura-play-btn.size-medium {
	font-size: 22px;
	height: 70px;
	width: 70px;
}

.moura-play-btn.size-large {
	font-size: 24px;
	height: 85px;
	width: 85px;
}

.moura-play-btn.size-xlarge {
	font-size: 32px;
	height: 110px;
	width: 110px;
}

.moura-play-btn.style-solid {
	color: #fff;
	background: var(--primary-color);
}

.moura-play-btn.style-outline {
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	background: transparent;
}

.moura-play-btn:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	border-radius: inherit;
	border: 1px solid var(--primary-color);
	-webkit-animation: playBtnRipple 2s cubic-bezier(.23,1,.32,1) both infinite;
			animation: playBtnRipple 2s cubic-bezier(.23,1,.32,1) both infinite;
}

@-webkit-keyframes playBtnRipple {
	0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
	80% { border-width: 1px; -webkit-transform: scale(1.4); transform: scale(1.4); }
	100% { opacity: 0; }
}

@keyframes playBtnRipple {
	0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
	80% { border-width: 1px; -webkit-transform: scale(1.4); transform: scale(1.4); }
	100% { opacity: 0; }
}

.moura-play-btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: var(--primary-color);
	opacity: .6;
	-webkit-animation: playBtnRippleS 2s cubic-bezier(.23,1,.32,1) both infinite;
			animation: playBtnRippleS 2s cubic-bezier(.23,1,.32,1) both infinite;
}

.moura-play-btn.style-outline:after {
	display: none;
}

@-webkit-keyframes playBtnRippleS {
	0% { -webkit-transform: scale(1); transform: scale(1); }
	80% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { opacity: 0 }
}

@keyframes playBtnRippleS {
	0% { -webkit-transform: scale(1); transform: scale(1); }
	80% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { opacity: 0 }
}

/*-----*  ( Team Member )  *-----*/
.moura-scroll-down .moura-scroll-down-wrap {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.moura-scroll-down.absolute-true {
	position: absolute;
	z-index: 4;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	will-change: transform;
	-webkit-transform: translateY(14px);
		-ms-transform: translateY(14px);
			transform: translateY(14px);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

body.page-loaded .moura-scroll-down.absolute-true {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-scroll-down .mouse {
	display: block;
	width: 30px;
	height: 44px;
	border: 2px solid var(--dark-color);
	border-radius: var(--circle-border-radius);
}

.moura-scroll-down .mouse .mouse-movement {
	position: absolute;
	display: block;
	top: 9px;
	left: 50%;
	width: 3px;
	height: 11px;
	background-color: var(--dark-color);
	border-radius: var(--circle-border-radius);
	will-change: transform, opacity;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	-webkit-animation-name: mouseWheel;
			animation-name: mouseWheel;
	-webkit-animation-duration: 1.6s;
			animation-duration: 1.6s;
	-webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
			animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.moura-scroll-down .mouse-message {
	white-space: nowrap;
	color: var(--dark-color);
	font-size: 11px;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	will-change: transform;
	-webkit-transform: translate(-50%, 15px);
		-ms-transform: translate(-50%, 15px);
			transform: translate(-50%, 15px);
	-webkit-transition: opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .5s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
}

.moura-scroll-down .moura-scroll-down-wrap:hover .mouse-message {
	opacity: 1;
	-webkit-transform: translate(-50%, 8px);
		-ms-transform: translate(-50%, 8px);
			transform: translate(-50%, 8px);
}

.moura-scroll-down.style-arrow-icon span {
	display: block;
	text-align: center;
	font-size: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: var(--dark-color);
	border-radius: var(--circle-border-radius);
}

/*-----*  ( Team Member )  *-----*/
.moura-team-member {
	position: relative;
}

.moura-team-member .member-icons a {
	display: inline-block;
	margin-right: 4px;
	font-size: 16px;
	padding: 6px;
	color: #fff;
	line-height: 1;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.moura-team-member .member-icons a:hover {
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
}

.moura-team-member .member-icons a:last-child {
	margin-right: 0;
}


.moura-team-member h5.member-name {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}

.moura-team-member p.member-position {
	font-size: .85em;
	line-height: 1;
	margin-bottom: 0;
}

.moura-team-member .member-img,
.moura-team-member .member-overlay {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.moura-team-member .member-img img {
	width: 100%;
}


/*----  Classic Style 1  ----*/
.moura-team-member.classic-style-1 .member-img {
	position: relative;
	margin-bottom: 28px;
	will-change: transform;
}

.moura-team-member.classic-style-1 .member-img .member-icons {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 8px 15px;
	opacity: 0;
	border-radius: var(--second-border-radius);
	will-change: transform;
	background: rgba(17, 17, 17, .85);
	-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
			transform: translateY(3px);
	-webkit-transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.classic-style-1:hover .member-img .member-icons {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-team-member.classic-style-1 h5.member-name {
	color: var(--dark-color);
}

.moura-team-member.classic-style-1 .member-img:not(.moura-tilt) {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.classic-style-1.move-effect-true:hover .member-img {
	-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
			transform: translateY(-10px);
}

.moura-team-member.classic-style-1.shadow-effect-true:hover .member-img {
	-webkit-box-shadow: 0 10px 40px -5px var(--light-shadow-color);
			box-shadow: 0 10px 40px -5px var(--light-shadow-color);
}

.moura-team-member.classic-style-1.parallax-effect-true .member-img .member-icons {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
	-o-transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
}

/*----  Classic Style 2  ----*/
.moura-team-member.classic-style-2 .member-img {
	position: relative;
	margin-bottom: 28px;
	will-change: transform;
}

.moura-team-member.classic-style-2 .member-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.classic-style-2:hover .member-img:before {
	background: rgba(0, 0, 0, .5);
}

.moura-team-member.classic-style-2 .member-img .member-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .45s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.classic-style-2:hover .member-img .member-icons {
	opacity: 1;
}

.moura-team-member.classic-style-2 .member-img .member-icons a {
	font-size: 18px;
	padding: 8px;
}

.moura-team-member.classic-style-2 h5.member-name {
	color: var(--dark-color);
}

.moura-team-member.classic-style-2 .member-img:not(.moura-tilt) {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.classic-style-2.move-effect-true:not(.moura-tilt):hover .member-img {
	-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
			transform: translateY(-12px);
}

.moura-team-member.classic-style-2.shadow-effect-true:not(.moura-tilt):hover .member-img {
	-webkit-box-shadow: 0 10px 40px -5px var(--light-shadow-color);
			box-shadow: 0 10px 40px -5px var(--light-shadow-color);
}

.moura-team-member.classic-style-2.parallax-effect-true .member-img .member-icons {
	-webkit-transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
	-o-transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .2s cubic-bezier(.45, .24, .05, .95);
}

/*----  Boxed Style 1  ----*/
.moura-team-member.boxed-style-1 {
	position: relative;
	will-change: transform;
}

.moura-team-member.boxed-style-1 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-1:hover .member-overlay {
	background: rgba(0, 0, 0, .4);
}

.moura-team-member.boxed-style-1 .member-info {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
}

.moura-team-member.boxed-style-1.moura-tilt .member-info {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
}

.moura-team-member.boxed-style-1.moura-tilt:hover .member-info {
	-webkit-transform: translateZ(18px);
		-ms-transform: translateZ(18px);
			transform: translateZ(18px);
}

.moura-team-member.boxed-style-1 .member-info h5.member-name, .moura-team-member.boxed-style-1 .member-info h5.member-name a {
	color: #fff
}

.moura-team-member.boxed-style-1 .member-info p.member-position {
	color: rgba(255, 255, 255, .8);
}

.moura-team-member.boxed-style-1 .member-info .member-icons {
	position: absolute;
	bottom: 35px;
	right: 40px;
}

.moura-team-member.boxed-style-1:not(.moura-tilt) {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-1.move-effect-true:not(.moura-tilt):hover {
	-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
			transform: translateY(-12px);
}

.moura-team-member.boxed-style-1.shadow-effect-true:not(.moura-tilt):hover {
	-webkit-box-shadow: 0 10px 40px -5px var(--light-shadow-color);
			box-shadow: 0 10px 40px -5px var(--light-shadow-color);
}

/*----  Boxed Style 2  ----*/
.moura-team-member.boxed-style-2 {
	position: relative;
	will-change: transform;
}

.moura-team-member.boxed-style-2 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-2:hover .member-overlay {
	background: rgba(0, 0, 0, .4);
}

.moura-team-member.boxed-style-2 .member-info {
	text-align: left;
	width: 100%;
	padding: 0 40px;
	position: absolute;
	left: 0;
	bottom: 40px;
}

.moura-team-member.boxed-style-2.moura-tilt .member-info {
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
}

.moura-team-member.boxed-style-2.moura-tilt:hover .member-info {
	-webkit-transform: translateZ(18px);
		-ms-transform: translateZ(18px);
			transform: translateZ(18px);
}

.moura-team-member.boxed-style-2 .member-info h5.member-name, .moura-team-member.boxed-style-2 .member-info h5.member-name a {
	color: #fff
}

.moura-team-member.boxed-style-2 .member-info p.member-position {
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.moura-team-member.boxed-style-2 .member-info .member-icons {
	position: absolute;
	right: 35px;
	bottom: 0;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
			transform: translateX(6px);
	-webkit-transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-2:hover .member-info .member-icons {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.moura-team-member.boxed-style-2:not(.moura-tilt) {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
	-webkit-transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-2.move-effect-true:not(.moura-tilt):hover {
	-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
			transform: translateY(-12px);
}

.moura-team-member.boxed-style-2.shadow-effect-true:not(.moura-tilt):hover {
	-webkit-box-shadow: 0 10px 40px -5px var(--light-shadow-color);
			box-shadow: 0 10px 40px -5px var(--light-shadow-color);
}

/*----  Boxed Style 3  ----*/
.moura-team-member.boxed-style-3 {
	position: relative;
	will-change: transform;
}

.moura-team-member.boxed-style-3 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-3:hover .member-overlay {
	background: rgba(0, 0, 0, 0);
}

.moura-team-member.boxed-style-3 .member-info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
}

.moura-team-member.boxed-style-3.moura-tilt .member-info {
	-webkit-transform: translateZ(0) translateY(-50%);
		-ms-transform: translateZ(0) translateY(-50%);
			transform: translateZ(0) translateY(-50%);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
}

.moura-team-member.boxed-style-3.moura-tilt:hover .member-info {
	-webkit-transform: translateZ(18px) translateY(-50%);
		-ms-transform: translateZ(18px) translateY(-50%);
			transform: translateZ(18px) translateY(-50%);
}

.moura-team-member.boxed-style-3 .member-info h5.member-name, .moura-team-member.boxed-style-3 .member-info h5.member-name a {
	color: #fff
}

.moura-team-member.boxed-style-3 .member-info p.member-position {
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.moura-team-member.boxed-style-3 .member-info:before {
	content: '';
	display: block;
	background: #fff;
	width: 0;
	height: 2px;
	border-radius: var(--circle-border-radius);
	position: absolute;
	bottom: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-transition: width .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: width .4s cubic-bezier(.45, .24, .05, .95);
	transition: width .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-3:hover .member-info:before {
	width: 40px;
}

.moura-team-member.boxed-style-3 .member-info .member-icons {
	position: absolute;
	top: 100%;
	left: 50%;
	line-height: 1;
	opacity: 0;
	will-change: transform;
	-webkit-transform: translate(-50%, 30px);
		-ms-transform: translate(-50%, 30px);
			transform: translate(-50%, 30px);
	-webkit-transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), opacity .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-3:hover .member-info .member-icons {
	opacity: 1;
	-webkit-transform: translate(-50%, 45px);
		-ms-transform: translate(-50%, 45px);
			transform: translate(-50%, 45px);
}

.moura-team-member.boxed-style-3:not(.moura-tilt) {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95);
	transition: transform .4s cubic-bezier(.45, .24, .05, .95), box-shadow .45s cubic-bezier(.45, .24, .05, .95), -webkit-transform .4s cubic-bezier(.45, .24, .05, .95), -webkit-box-shadow .45s cubic-bezier(.45, .24, .05, .95);
}

.moura-team-member.boxed-style-3.move-effect-true:not(.moura-tilt):hover {
	-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
			transform: translateY(-12px);
}

.moura-team-member.boxed-style-3.shadow-effect-true:not(.moura-tilt):hover {
	-webkit-box-shadow: 0 10px 40px -5px var(--light-shadow-color);
			box-shadow: 0 10px 40px -5px var(--light-shadow-color);
}

/*-----*  ( Pie Charts )  *-----*/
.moura-pie-chart {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.moura-pie-chart .pie-chart-content {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-46%);
		-ms-transform: translateY(-46%);
			transform: translateY(-46%);
}

.moura-pie-chart .pie-chart-content span {
	font-size: 13px;
	line-height: 1.8em;
	display: block;
}

.moura-pie-chart .pie-chart-content i {
	font-size: 32px;
	display: block;
}

.moura-pie-chart .pie-chart-content i + span {
	margin-top: 12px;
	margin-bottom: -8px;
}

.moura-pie-chart.size-small .svg-container {
	width: 120px;
	height: 110px
}

.moura-pie-chart.size-medium .svg-container {
	width: 150px;
	height: 140px
}

.moura-pie-chart.size-large .svg-container {
	width: 180px;
	height: 170px
}

.moura-pie-chart.size-xlarge .svg-container {
	width: 220px;
	height: 210px
}

.moura-pie-chart svg path {
	will-change: auto;
	stroke-miterlimit: round;
	transition: stroke-dashoffset 850ms ease-in-out;
}

.moura-pie-chart.thickness-thin svg path {
	stroke-width: 5px;
}

.moura-pie-chart.thickness-medium svg path {
	stroke-width: 10px;
}

.moura-pie-chart.thickness-thick svg path {
	stroke-width: 16px;
}

.moura-pie-chart.size-small.thickness-thin .svg-container > svg {
	width: 150px;
	height: 150px;
	margin-left: -15px;
	margin-top: -15px;
}

.moura-pie-chart.size-small.thickness-medium .svg-container > svg {
	width: 145px;
	height: 145px;
	margin-left: -13px;
	margin-top: -13px;
}

.moura-pie-chart.size-small.thickness-thick .svg-container > svg {
	width: 140px;
	height: 140px;
	margin-left: -10px;
	margin-top: -10px;
}

.moura-pie-chart.size-medium.thickness-thin .svg-container > svg {
	width: 188px;
	height: 188px;
	margin-left: -19px;
	margin-top: -19px;
}

.moura-pie-chart.size-medium.thickness-medium .svg-container > svg {
	width: 182px;
	height: 182px;
	margin-left: -16px;
	margin-top: -16px;
}

.moura-pie-chart.size-medium.thickness-thick .svg-container > svg {
	width: 176px;
	height: 176px;
	margin-left: -13px;
	margin-top: -13px;
}

.moura-pie-chart.size-large.thickness-thin .svg-container > svg {
	width: 226px;
	height: 226px;
	margin-left: -23px;
	margin-top: -23px;
}

.moura-pie-chart.size-large.thickness-medium .svg-container > svg {
	width: 218px;
	height: 218px;
	margin-left: -19px;
	margin-top: -19px;
}

.moura-pie-chart.size-large.thickness-thick .svg-container > svg {
	width: 210px;
	height: 210px;
	margin-left: -15px;
	margin-top: -15px;
}

.moura-pie-chart.size-xlarge.thickness-thin .svg-container > svg {
	width: 275px;
	height: 275px;
	margin-left: -27px;
	margin-top: -27px;
}

.moura-pie-chart.size-xlarge.thickness-medium .svg-container > svg {
	width: 266px;
	height: 266px;
	margin-left: -23px;
	margin-top: -23px;
}

.moura-pie-chart.size-xlarge.thickness-thick .svg-container > svg {
	width: 257px;
	height: 257px;
	margin-left: -19px;
	margin-top: -19px;
}

/*-----*  ( Counters )  *-----*/
.moura-counter {
	line-height: 1;
	-webkit-transition: width all .3s ease-in-out !important;
	-o-transition: width all .3s ease-in-out !important;
	transition: width all .3s ease-in-out !important;
}

.moura-counter .moura-counter-number {
	display: inline-block !important;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
}

.moura-counter .moura-counter-prefix {
	line-height: 1;
	margin-right: .1em;
}

.moura-counter .moura-counter-suffix {
	line-height: 1;
	margin-left: .1em;
}

.moura-counter .moura-counter-number, .moura-counter .moura-counter-prefix, .moura-counter .moura-counter-suffix {
	opacity: 0;
	-webkit-transition: opacity .3s ease !important;
	-o-transition: opacity .3s ease !important;
	transition: opacity .3s ease !important;
}

.moura-counter .moura-counter-number.loaded, .moura-counter .moura-counter-prefix.loaded, .moura-counter .moura-counter-suffix.loaded {
	opacity: 1;
}

.onedigit {
	will-change: transform;
	-webkit-transition: -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 2000ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
}

/*-----*  ( Countdown )  *-----*/
.moura-countdown {
	font-size: 32px;
}

@media (max-width: 767px) {
	.moura-countdown {
		font-size: 28px !important;
	}
	.moura-countdown .countdown-time {
		padding: 0 7px !important;
	}
}

@media (max-width: 575px) {
	.moura-countdown {
		font-size: 24px !important;
	}
	.moura-countdown .countdown-time {
		padding: 0 5px !important;
	}
}

.moura-countdown .countdown-time {
	padding: 0 12px;
	display: inline-block;
	position: relative;
}

.moura-countdown .countdown-time:first-child {
	padding-left: 0;
}

.moura-countdown .countdown-time:last-child {
	padding-right: 0;
}

.moura-countdown .countdown-time .time-count {
	min-width: 2.2em;
	color: var(--dark-color);
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.moura-countdown.boxed-style .countdown-time .time-count {
	min-width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
	color: #fff;
	background: var(--dark-color);
}

.moura-countdown.boxed-flip-style .countdown-time .time-count {
	min-width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
	position: relative;
	-webkit-perspective: 300px;
			perspective: 300px;
}

.moura-countdown.boxed-flip-style .time-count .number-bottom .number {
	top: -1.2em;
}

.moura-countdown.boxed-flip-style .time-count {
	color: #fff;
	background-color: var(--dark-color);
}

.moura-countdown .time-count .number-current, .moura-countdown .time-count .number-next {
	background: #fff;
	position: absolute;
	outline: transparent solid 1px;
	top: 0;
	left: 0;
	z-index: 5;
}

.moura-countdown .time-count .number-current.number-top, .moura-countdown .time-count .number-next.number-bottom {
	z-index: 6;
	will-change: transform;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
	-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
			transform: rotateX(0);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.moura-countdown .time-count .number-current.number-top {
	z-index: 7;
}

.moura-countdown .time-count .number-next.number-bottom {
	-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.moura-countdown .time-count .number-bottom, .moura-countdown .time-count .number-top {
	background: inherit;
}

.moura-countdown .time-count .number-bottom:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .08)
}

.moura-countdown .time-count .number-bottom, .moura-countdown .time-count .number-top {
	width: 100%;
	height: 50%;
	overflow: hidden;
}

.moura-countdown .time-count .number-bottom {
	height: 50%;
	border-top: none;
	top: 50%;
	margin-top: 0;
}

.moura-countdown .time-count .number {
	position: relative;
	z-index: 8;
}

.moura-countdown .flip .number-current.number-top {
	-webkit-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.moura-countdown .flip .number-next.number-bottom {
	-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
			transform: rotateX(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.moura-countdown .countdown-time .time-label {
	color: var(--dark-color);
	text-align: center;
	font-size: 13px;
	line-height: 1;
	margin-top: 18px;
}

/*-----*  ( Progress Bars )  *-----*/
.moura-progress-bar  {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.moura-progress-bar .progress-label {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: .7em;
}

.moura-progress-bar .progress-label .progress-value {
	position: absolute;
	right: 0;
	top: 1px;
	letter-spacing: 0;
}

.moura-progress-bar .progress {
	overflow: hidden;
	height: 14px;
	padding: 3px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	border-radius: 0;
	background-color: var(--light-border-color);
	background-image: none;
}

.moura-progress-bar .progress .progress-bar {
	width: 0;
	height: 100%;
	position: relative;
	border-radius: 0;
	background-color: var(--primary-color);
	background-image: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: width 800ms ease-in-out;
	-o-transition: width 800ms ease-in-out;
	transition: width 800ms ease-in-out;
}

/*-----*  ( List )  *-----*/
ol.ordered_list + *,
ul.unordered-list + * {
	margin-bottom: 1.6rem;
}
ol.ordered_list, ul.unordered-list {
	padding: 0;
	line-height: 2em;
	margin-bottom: 30px !important;
	list-style: none !important;
}

ol.ordered_list li, ul.unordered-list li {
	position: relative;
	margin-bottom: 8px;
}

ol.ordered_list {
	counter-reset: item;
}

ol.ordered_list li {
	padding-left: 48px !important;
}

ol.ordered_list li:last-child,
ul.unordered-list li:last-child {
	margin-bottom: 0;
}

ol.ordered_list li:after {
	display: block;
	height: 26px;
	width: 27px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 1em;
	left: 0;
	font-size: .9em;
	font-weight: 700;
	content: counter(item);
	counter-increment: item;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: var(--second-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list li {
	padding-left: 36px !important;
}

ul.unordered-list li:before {
	content: "" !important;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 1em;
	left: 0;
	opacity: .3;
	background-color: var(--primary-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list li:after {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 1em;
	left: 4px;
	background-color: var(--primary-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list ul.unordered-list,
ul.unordered-list ol.ordered_list {
	margin: 0 !important;
	padding: 5px 0 4px 0;
}

ol.ordered_list ol.ordered_list,
ol.ordered_list ul.unordered-list {
	margin: 0 !important;
	padding: 12px 0 4px 0;
}

.moura-list-item {
	margin-bottom: 10px;
}

.moura-list-item .list-item-container {
	display: table;
	position: relative;
}

.moura-list-item .list-item-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.moura-list-item .list-item-bullet {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.moura-list-item.type-dot .list-item-bullet {
	padding-right: 36px;
}

.moura-list-item.type-dot .list-item-bullet:before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: .3;
	background-color: var(--primary-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-list-item.type-dot .list-item-bullet:after {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 50%;
	left: 4px;
	background-color: var(--primary-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-list-item.type-icon .list-item-bullet {
	font-size: 1.4em;
	line-height: 1;
	color: var(--primary-color);
}

.moura-list-item.type-icon .list-item-bullet .list-item-bullet-icon {
	width: 2.1em;
	text-align: left;
	display: inline-block;
	-webkit-transform: translateY(4%);
		-ms-transform: translateY(4%);
			transform: translateY(4%);
}

.moura-list-item.type-icon .list-item-bullet .list-item-bullet-icon ion-icon {
	font-size: 1.1em;
	-webkit-transform: translateY(4%);
		-ms-transform: translateY(4%);
			transform: translateY(4%);
}

.moura-list-item.type-text .list-item-bullet {
	min-width: 45px;
	text-align: left;
}

.moura-list-item.type-text .list-item-bullet .list-item-bullet-text {
	display: inline-block;
	font-size: .9em;
	font-weight: 700;
	color: #fff;
	line-height: 2.1em;
	padding: 0 8px;
	white-space: nowrap;
	background-color: var(--primary-color);
	border-radius: var(--second-border-radius);
}

.moura-list-item.type-text .list-item-content {
	padding-left: 15px;
}

.moura-list-item .list-item-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	-webkit-transition: color .2s cubic-bezier(.2, 0, .3, 1);
	-o-transition: color .2s cubic-bezier(.2, 0, .3, 1);
	transition: color .2s cubic-bezier(.2, 0, .3, 1);
}

/*-----*  ( Custom Menu )  *-----*/
.moura-custom-menu li {
	padding: 1em 0;
	line-height: 1;
}

.moura-custom-menu.menu-inline li {
	padding: 0;
	display: inline-block;
}

.moura-custom-menu.menu-inline li:after {
	content: '-';
	margin: 0 1.1em;
	font-size: .9em;
}

.moura-custom-menu.menu-inline li:last-child:after {
	display: none;
}

/*-----*  ( Search Form )  *-----*/
.moura-search-form form {
	width: 100%;
	display: inline-block;
	position: relative;
}

.moura-search-form input[type="text"] {
	padding: 20px 28px;
	border-radius: var(--first-border-radius);
	background-color: #fff;
	border: none !important;
	-webkit-box-shadow: 0 6px 30px -10px var(--light-shadow-color);
			box-shadow: 0 6px 30px -10px var(--light-shadow-color);
}

.moura-search-form input[type="submit"] {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 60px;
}

.moura-search-form i {
	color: var(--primary-color);
	position: absolute;
	right: 22px;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-search-form form:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 58px;
	background-color:  rgba(0, 0, 0, .06);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

/*-----*  ( Image Comparison Slider )  *-----*/
.moura-image-comparison {
	position: relative;
	overflow: hidden;
}

.moura-image-comparison img {
	display: block;
}

.moura-image-comparison .moura-comparison-before-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.moura-image-comparison .moura-comparison-before-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}

.moura-image-comparison.is-visible .moura-comparison-before-img {
	width: 50%;
	-webkit-animation: image-comparison-bounce-in .7s;
	-moz-animation: image-comparison-bounce-in .7s;
	animation: image-comparison-bounce-in .7s;
}

@-webkit-keyframes image-comparison-bounce-in {
	0% { width: 0; }
	60% { width: 55%; }
	100% { width: 50%; }
}

@-moz-keyframes image-comparison-bounce-in {
	0% { width: 0; }
	60% { width: 55%; }
	100% { width: 50%; }
}

@keyframes image-comparison-bounce-in {
	0% { width: 0; }
	60% { width: 55%; }
	100% { width: 50%; }
}

.moura-image-comparison .moura-image-comparison-handle {
	position: absolute;
	height: 100%;
	width: 3px;
	left: 50%;
	top: 0;
	background: #fff;
	opacity: 0;
	-webkit-box-shadow: 0 0 14px var(--light-shadow-color);
			box-shadow: 0 0 14px var(--light-shadow-color);
	-webkit-transform: translate3d(0, 0, 0) scale(0);
		-ms-transform: translate3d(0, 0, 0) scale(0);
			transform: translate3d(0, 0, 0) scale(0);
}

.moura-image-comparison.style-2 .moura-image-comparison-handle {
	background: var(--dark-color);
}

.moura-image-comparison.style-3 .moura-image-comparison-handle {
	background: var(--primary-color);
}

.moura-image-comparison.is-visible .moura-image-comparison-handle {
	opacity: 1;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
		-ms-transform: translate3d(0, 0, 0) scale(1);
			transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: opacity 0s .7s, -webkit-transform .3s .7s;
	transition: opacity 0s .7s, -webkit-transform .3s .7s;
	-o-transition: transform .3s .7s, opacity 0s .7s;
	transition: transform .3s .7s, opacity 0s .7s;
	transition: transform .3s .7s, opacity 0s .7s, -webkit-transform .3s .7s;
}

.moura-image-comparison .moura-image-comparison-handle span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: var(--circle-border-radius);
	background: var(--dark-color);
	cursor: ew-resize;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		-ms-transform: translate3d(-50%, -50%, 0) scale(1);
			transform: translate3d(-50%, -50%, 0) scale(1);
}

.moura-image-comparison .moura-image-comparison-handle span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	background: inherit;
	border-radius: inherit;
	will-change: transform;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
			transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
	-webkit-transition: all .6s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .6s cubic-bezier(.10, .10, 0, .71);
	transition: all .6s cubic-bezier(.10, .10, 0, .71);
}

.moura-image-comparison .moura-image-comparison-handle span:hover:before {
	opacity: .3;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
		-ms-transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
			transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1);
}

.moura-image-comparison .moura-image-comparison-handle.draggable span:before {
	opacity: .4;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
		-ms-transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
			transform: translate3d(-50%, -50%, 0) scale3d(1.3, 1.3, 1);
}

.moura-image-comparison.style-2 .moura-image-comparison-handle span {
	background: #fff;
	color: var(--dark-color);
}

.moura-image-comparison.style-3 .moura-image-comparison-handle span {
	background: var(--primary-color);
	color: #fff;
}

.moura-image-comparison .moura-image-comparison-handle.draggable span {
	cursor: grabbing;
}

.moura-image-comparison .moura-image-comparison-handle span i {
	position: relative;
	width: 18px;
	display: inline-block;
}

/*-----*  ( Clients )  *-----*/
.moura-clients.grid-layout-2-1 .client-item, .moura-clients.grid-layout-2-2 .client-item {
	width: 50%;
	float: left;
}

.moura-clients.grid-layout-3-1 .client-item, .moura-clients.grid-layout-3-2 .client-item {
	width: 33.3333%;
	float: left;
}

.moura-clients.grid-layout-4-1 .client-item, .moura-clients.grid-layout-4-2 .client-item {
	width: 25%;
	float: left;
}

.moura-clients.grid-layout-5-1 .client-item, .moura-clients.grid-layout-5-2 .client-item {
	width: 20%;
	float: left;
}

.moura-clients.grid-layout-6-1 .client-item, .moura-clients.grid-layout-6-2 .client-item {
	width: 16.6666%;
	float: left;
}

@media (max-width: 991px) {
	.moura-clients.grid-layout .fancy-divider .border-bottom, .moura-clients.grid-layout .fancy-divider .border-right {
		display: none !important;
	}
	.moura-clients.grid-layout-5-1 .client-item, .moura-clients.grid-layout-5-2 .client-item {
		width: 25%;
	}
	.moura-clients.grid-layout-6-1 .client-item, .moura-clients.grid-layout-6-2 .client-item {
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.moura-clients.grid-layout-4-1 .client-item, .moura-clients.grid-layout-4-2 .client-item,
	.moura-clients.grid-layout-5-1 .client-item, .moura-clients.grid-layout-5-2 .client-item,
	.moura-clients.grid-layout-6-1 .client-item, .moura-clients.grid-layout-6-2 .client-item {
		width: 33.3333%;
	}
}

@media (max-width: 575px) {
	.moura-clients.grid-layout-3-1 .client-item, .moura-clients.grid-layout-3-2 .client-item,
	.moura-clients.grid-layout-4-1 .client-item, .moura-clients.grid-layout-4-2 .client-item,
	.moura-clients.grid-layout-5-1 .client-item, .moura-clients.grid-layout-5-2 .client-item,
	.moura-clients.grid-layout-6-1 .client-item, .moura-clients.grid-layout-6-2 .client-item {
		width: 50%;
	}
}

.moura-clients .client-item {
	position: relative;
}

.moura-clients .client-item a {
	display: block;
}

.moura-clients .client-item img {
	width: 100%;
	height: auto;
}

.moura-clients .client-item:not(.with-hover) img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

.moura-clients .client-item:not(.with-hover):hover img {
	opacity: 1 !important;
}

.client-item.with-hover .img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

.client-item.with-hover:hover .img {
	opacity: 0 !important;
}

.client-item.with-hover .img-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.client-item:hover .img-hover {
	opacity: 1;
}

.moura-clients .client-item .border-right {
	display: block;
	position: absolute;
	top: 5%;
	right: 0;
	height: 90%;
	width: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.moura-clients.grid-layout .client-item .border-bottom {
	display: block;
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 90%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.carousel-layout .client-item .border-right:last-child,
.moura-clients.grid-layout-2-1 .fancy-divider .border-bottom, .moura-clients.grid-layout-2-1 .fancy-divider:last-child .border-right,
.moura-clients.grid-layout-3-1 .fancy-divider .border-bottom, .moura-clients.grid-layout-3-1 .fancy-divider:last-child .border-right,
.moura-clients.grid-layout-4-1 .fancy-divider .border-bottom, .moura-clients.grid-layout-4-1 .fancy-divider:last-child .border-right,
.moura-clients.grid-layout-5-1 .fancy-divider .border-bottom, .moura-clients.grid-layout-5-1 .fancy-divider:last-child .border-right,
.moura-clients.grid-layout-6-1 .fancy-divider .border-bottom, .moura-clients.grid-layout-6-1 .fancy-divider:last-child .border-right,
.moura-clients.grid-layout-2-2 .fancy-divider:nth-child(2) .border-right, .moura-clients.grid-layout-2-2 .fancy-divider:nth-child(4) .border-right,
.moura-clients.grid-layout-3-2 .fancy-divider:nth-child(3) .border-right, .moura-clients.grid-layout-3-2 .fancy-divider:nth-child(6) .border-right,
.moura-clients.grid-layout-4-2 .fancy-divider:nth-child(4) .border-right, .moura-clients.grid-layout-4-2 .fancy-divider:nth-child(8) .border-right,
.moura-clients.grid-layout-5-2 .fancy-divider:nth-child(5) .border-right, .moura-clients.grid-layout-5-2 .fancy-divider:nth-child(10) .border-right,
.moura-clients.grid-layout-6-2 .fancy-divider:nth-child(6) .border-right, .moura-clients.grid-layout-6-2 .fancy-divider:nth-child(12) .border-right,
.moura-clients.grid-layout-2-2 .fancy-divider:nth-child(n+3) .border-bottom, .moura-clients.grid-layout-3-2 .fancy-divider:nth-child(n+4) .border-bottom,
.moura-clients.grid-layout-4-2 .fancy-divider:nth-child(n+5) .border-bottom, .moura-clients.grid-layout-5-2 .fancy-divider:nth-child(n+6) .border-bottom,
.moura-clients.grid-layout-6-2 .fancy-divider:nth-child(n+7) .border-bottom {
	display: none;
}

/*-----*  ( Image slider )  *-----*/
.moura-image-slider.style-2 .flickity-slider > div {
	margin: 0 30px;
}

@media (max-width: 991px) {
	.moura-image-slider.style-2 .flickity-slider > div {
		margin: 0 20px;
	}
}

.moura-image-slider.style-2.shadow-true .flickity-viewport {
	overflow: visible;
}

.moura-image-slider.style-2.shadow-true .flickity-slider img {
	-webkit-box-shadow: 0 16px 50px -4px var(--light-shadow-color);
			box-shadow: 0 16px 50px -4px var(--light-shadow-color);
}

/*-----*  ( Testimonials & Tweets Slider)  *-----*/
.moura-testimonials-slider, .moura-tweets-slider {
	text-align: center;
}

.moura-tweets-slider .tweet-item {
	margin-bottom: 0;
}

.moura-tweets-slider .tweet-item .tweet-text {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 25px;
}

.moura-tweets-slider .tweet-item .tweet-text {
	padding: 52px 0;
	margin-bottom: 0;
}

.moura-tweets-slider .tweet-item, .moura-tweets-slider .tweet-item a {
	color: var(--dark-color);
}

.moura-tweets-slider .tweet-item a:hover {
	color: #42bafa;
}

.moura-tweets-slider .tweet-item .tweet-time {
	font-size: .9em;
	line-height: 1em;
	position: absolute;
	left: 50%;
	bottom: 6px;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.moura-tweets-slider .tweet-item .tweet-time a {
	position: absolute;
	left: 20px;
	white-space: nowrap;
}

.moura-tweets-slider .tweet-item .tweet-time a:first-child {
	right: 20px;
	left: auto;
}

.moura-tweets-slider .tweet-item .tweet-time span {
	opacity: .4;
	color: var(--dark-color)
}

/*-----*  ( Testimonials Slider)  *-----*/
.moura-testimonials-slider .moura-testimonial .author-desc .author-img {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/*-----*  ( Testimonials )  *-----*/
.moura-testimonial .testimonial-content {
	color: var(--light-text-color);
}

.moura-testimonial .author-desc .author-img {
	width: 48px;
	height: 48px;
	border: 4px solid #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: var(--circle-border-radius);
	-webkit-box-shadow: 0 5px 20px -4px var(--light-shadow-color);
			box-shadow: 0 5px 20px -4px var(--light-shadow-color);
}

.moura-testimonial .author-desc .name {
	font-size: 1em;
	line-height: 1;
	color: var(--dark-color);
	margin-bottom: 11px;
}

.moura-testimonial .author-desc .job {
	font-size: .9em;
	line-height: 1;
	color: var(--light-text-color-2);
}

.moura-testimonial.style-1 .author-desc {
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 65px;
	margin-bottom: 20px;
}

.moura-testimonial.style-1.without-img .author-desc {
	padding: 0;
}

.moura-testimonials-slider .moura-testimonial.style-1 .author-desc {
	margin-bottom: 30px;
}

.moura-testimonial.style-1 .author-desc .author-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-testimonial.style-1-boxed {
	padding: 40px;
	background: #fff;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 12px 50px -8px var(--light-shadow-color);
			box-shadow: 0 12px 50px -8px var(--light-shadow-color);
}

.moura-testimonial.style-1-boxed .author-desc {
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 65px;
	margin-bottom: 20px;
}

.moura-testimonial.style-1-boxed .author-desc .author-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-testimonial.style-2 .testimonial-content {
	margin-bottom: 20px;
	margin-top: 2px;
}

.moura-testimonials-slider .moura-testimonial.style-2 .testimonial-content {
	margin-top: 0;
	margin-bottom: 30px;
}

.moura-testimonial.style-2 .author-desc {
	display: inline-block;
	position: relative;
	padding: 14px 0 14px 65px;
	margin-bottom: 5px;
}

.moura-testimonial.style-2.without-img .author-desc {
	padding: 0;
}

.moura-testimonial.style-2 .author-desc .author-name {
	line-height: 1;
}

.moura-testimonial.style-2 .author-desc .name {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.moura-testimonial.style-2 .author-desc .job {
	display: inline-block;
	position: relative;
}

.moura-testimonial.style-2 .author-desc .job:before {
	content: '-';
	margin-right: 10px;
}

.moura-testimonial.style-2 .author-desc .job i {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 52px;
	opacity: .06;
	-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
			transform: translate(50%, -50%);
}

.moura-testimonial.style-2 .author-desc .author-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-testimonial.style-2-boxed {
	text-align: left;
	padding: 40px;
	background: #fff;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 12px 50px -8px var(--light-shadow-color);
			box-shadow: 0 12px 50px -8px var(--light-shadow-color);
}

.moura-testimonial.style-2-boxed .testimonial-content {
	margin-bottom: 20px;
}

.moura-testimonials-slider .moura-testimonial.style-2-boxed .testimonial-content {
	margin-bottom: 30px;
}

.moura-testimonial.style-2-boxed .author-desc {
	display: inline-block;
	position: relative;
	padding: 14px 0 14px 65px;
}

.moura-testimonial.style-2-boxed .author-desc .author-name {
	line-height: 1;
}

.moura-testimonial.style-2-boxed .author-desc .name {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.moura-testimonial.style-2-boxed .author-desc .job {
	display: inline-block;
	position: relative;
}

.moura-testimonial.style-2-boxed .author-desc .job:before {
	content: '-';
	margin-right: 10px;
}

.moura-testimonial.style-2-boxed .author-desc .job i {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 52px;
	opacity: .06;
	-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
			transform: translate(50%, -50%);
}

.moura-testimonial.style-2-boxed .author-desc .author-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-testimonial.style-3-boxed {
	position: relative;
	text-align: center;
	text-align: left;
	padding: 35px 40px;
	margin-bottom: 86px;
	background: #fff;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 12px 50px -8px var(--light-shadow-color);
			box-shadow: 0 12px 50px -8px var(--light-shadow-color);
}

.moura-testimonial.style-3-boxed:before {
	content: '';
	display: block;
	border-style: solid;
	height: 0;
	width: 0;
	border-color: #fff transparent transparent;
	border-width: 27px 10px 0;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	position: absolute;
	bottom: -19px;
	left: 60px;
	z-index: 1;
	-webkit-transform: rotate( 27deg );
	-ms-transform: rotate( 27deg );
	transform: rotate( 27deg );
}

.moura-testimonial.style-3-boxed .author-desc {
	position: absolute;
	left: 30px;
	top: 100%;
	margin-top: 40px;
	padding-left: 70px;
}

.moura-testimonial.style-3-boxed .author-desc .author-name {
	line-height: 1;
}

.moura-testimonial.style-3-boxed .author-desc .job i {
	display: none;
}

.moura-testimonial.style-3-boxed .author-desc .author-img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	display: block;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

/*-----*  ( Dividers )  *-----*/
.moura-divider {
	width: 100%;
	display: block;
	line-height: 0;
}

.moura-divider.moura-divider-horizontal_icon {
	padding: 40px 0;
}

.moura-divider.moura-divider-horizontal, .moura-divider.moura-divider-horizontal_text {
	padding: 20px 0;
}

.moura-divider .moura-divider-line {
	position: relative;
	display: inline-block;
}

.moura-divider .moura-divider-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 80px;
	width: 80px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-divider .moura-divider-icon i {
	font-size: 16px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: var(--circle-border-radius);
	-webkit-box-shadow: 0 6px 25px -4px var(--light-shadow-color);
			box-shadow: 0 6px 25px -4px var(--light-shadow-color);
}

.moura-divider .moura-divider-icon i ion-icon {
	font-size: 18px;
	-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
			transform: translateY(20%);
}

.moura-divider .moura-divider-text {
	font-size: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: #fff;
	padding: 12px 20px;
	line-height: 1;
	white-space: nowrap;
	border-radius: var(--second-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-divider.moura-divider-vertical_text .moura-divider-text {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		-ms-transform: translate(-50%, -50%) rotate(-90deg);
			transform: translate(-50%, -50%) rotate(-90deg);
}

.moura-divider.moura-divider-vertical_text[data-divider-rotate="left"] .moura-divider-text,
.moura-divider.moura-divider-vertical_text[data-divider-rotate="right"] .moura-divider-text {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
		-ms-transform: translate(-50%, -50%) rotate(-90deg);
			transform: translate(-50%, -50%) rotate(-90deg);
}

@media (max-width: 991px) {
	.moura-divider[data-divider-eqaual-height="true"] {
		display: none;
	}
}

/*-----*  ( Custom Font )  *-----*/
.moura-custom-font .moura-custom-font-inner {
	display: inline-block;
	position: relative;
}

.moura-custom-font .moura-custom-font-inner p {
	margin: 0;
}

.moura-custom-font p:last-of-type,
.moura-custom-font h1:last-of-type,
.moura-custom-font h2:last-of-type,
.moura-custom-font h3:last-of-type,
.moura-custom-font h4:last-of-type,
.moura-custom-font h5:last-of-type,
.moura-custom-font h6:last-of-type {
	margin: 0;
}

/*-----*  ( Sliding Text )  *-----*/
.moura-marquee {
	line-height: 1;
	white-space: nowrap;
}

.moura-marquee.show-as-row-bg {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
}

.moura-marquee .moura-marquee-item {
	position: relative;
}

.moura-marquee .moura-marquee-item i {
	display: none;
}

.moura-marquee.type-sentences {
	line-height: 1.2;
}

.moura-marquee.type-sentences .moura-marquee-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center !important;
	padding: 0 110px;
}

.moura-marquee.type-sentences .moura-marquee-item i {
	font-size: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-marquee.type-words {
	width: 100%;
	overflow: hidden;
	line-height: 1.2;
}

.moura-marquee.type-words .moura-marquee-item {
	cursor: default;
	display: inline-block;
	padding: 0 2.2vw;
	will-change: transform;
	transform: translateX(0);
	-webkit-animation-name: marqueeLeft;
			animation-name: marqueeLeft;
	-webkit-animation-duration: 25s;
			animation-duration: 25s;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.moura-marquee.type-words[data-direction="right"] {
	direction: rtl;
}

.moura-marquee.type-words[data-direction="right"] .moura-marquee-item {
	-webkit-animation-name: marqueeRight;
			animation-name: marqueeRight;
}

.moura-marquee.type-words[data-speed="vslow"] .moura-marquee-item {
	-webkit-animation-duration: 45s;
			animation-duration: 45s;
}

.moura-marquee.type-words[data-speed="medium"] .moura-marquee-item {
	-webkit-animation-duration: 15s;
			animation-duration: 15s;
}

.moura-marquee.type-words[data-speed="fast"] .moura-marquee-item {
	-webkit-animation-duration: 8s;
			animation-duration: 8s;
}

.moura-marquee.type-words[data-speed="vfast"] .moura-marquee-item {
	-webkit-animation-duration: 4s;
			animation-duration: 4s;
}

.moura-marquee.type-images .moura-marquee-item {
	width: 25%;
	flex-basis: 25%;
	padding: 0 15px;
	min-height:  100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center !important;
}

@media (max-width: 1700px) {
	.moura-marquee.type-images .moura-marquee-item {
		width: 29%;
		flex-basis: 29%;
	}
}

@media (max-width: 1500px) {
	.moura-marquee.type-images .moura-marquee-item {
		width: 32%;
		flex-basis: 32%;
	}
}

@media (max-width: 1199px) {
	.moura-marquee.type-images .moura-marquee-item {
		width: 40%;
		flex-basis: 40%;
	}
}

@media (max-width: 991px) {
	.moura-marquee.type-images .moura-marquee-item {
		width: 50%;
		flex-basis: 50%;
	}
}

@media (max-width: 575px) {
	.moura-marquee.type-images .moura-marquee-item {
		width: 80%;
		flex-basis: 80%;
	}
}

.moura-marquee.type-images .moura-marquee-item img {
	margin-top: 20px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 16px 40px -10px var(--light-shadow-color);
			box-shadow: 0 16px 40px -10px var(--light-shadow-color);
}

@-webkit-keyframes marqueeLeft {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@keyframes marqueeLeft {
   0% { -webkit-transform: translateX(0); transform: translateX(0); }
   100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes marqueeRight {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@keyframes marqueeRight {
   0% { -webkit-transform: translateX(0); transform: translateX(0); }
   100% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

/*-----*  ( Google Maps )  *-----*/
.moura-gmap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.moura-gmap .map-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 55;
}

.moura-gmap .gm-fullscreen-control {
	top: auto !important;
	bottom: 0 !important;
}

.moura-gmap .map-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, .92);
	-webkit-transition: opacity .6s cubic-bezier(.6, .4, .25, .95), visibility .6s cubic-bezier(.6, .4, .25, .95);
	-o-transition: opacity .6s cubic-bezier(.6, .4, .25, .95), visibility .6s cubic-bezier(.6, .4, .25, .95);
	transition: opacity .6s cubic-bezier(.6, .4, .25, .95), visibility .6s cubic-bezier(.6, .4, .25, .95);
}

.moura-gmap.hidden-overlay .map-overlay {
	opacity: 0 !important;
	visibility: hidden;
	-webkit-transition-delay: .4s;
		 -o-transition-delay: .4s;
			transition-delay: .4s;
}

.moura-gmap .expand-icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	font-size: 24px;
	text-align: center;
	background: #fff;
	color: var(--primary-color);
	opacity: 1;
	cursor: pointer;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .35s cubic-bezier(.45, .24, .05, .95), -webkit-transform .35s cubic-bezier(.45, .24, .05, .95);
	transition: opacity .35s cubic-bezier(.45, .24, .05, .95), -webkit-transform .35s cubic-bezier(.45, .24, .05, .95);
	-o-transition: transform .35s cubic-bezier(.45, .24, .05, .95), opacity .35s cubic-bezier(.45, .24, .05, .95);
	transition: transform .35s cubic-bezier(.45, .24, .05, .95), opacity .35s cubic-bezier(.45, .24, .05, .95);
	transition: transform .35s cubic-bezier(.45, .24, .05, .95), opacity .35s cubic-bezier(.45, .24, .05, .95), -webkit-transform .35s cubic-bezier(.45, .24, .05, .95);
}

.moura-gmap .expand-icon:hover {
	-webkit-transform: translate(-50%, -56%);
		-ms-transform: translate(-50%, -56%);
			transform: translate(-50%, -56%);
}

.moura-gmap.hidden-overlay .expand-icon {
	opacity: 0;
	-webkit-transform: translate(-50%, -75%);
		-ms-transform: translate(-50%, -75%);
			transform: translate(-50%, -75%);
}

.moura-gmap .expand-icon i {
	line-height: 56px;
}

.moura-gmap .gm-style h1, .moura-gmap .gm-style h2, .moura-gmap .gm-style h3, .moura-gmap .gm-style h4, .moura-gmap .gm-style h5, .moura-gmap .gm-style h6 {
	margin-bottom: 9px;
}

.moura-gmap .gm-style p {
	font-size: .88em;
	line-height: 1.94em;
}

.moura-gmap .gm-style p:last-child {
	margin-bottom: 0;
}

.gm-style .gm-style-iw-c {
	border-radius: var(--second-border-radius) !important;
	padding: 24px 24px 12px 24px !important;
	-webkit-box-shadow: 0 8px 30px -5px rgba(28, 30, 33, .22) !important;
			box-shadow: 0 8px 30px -5px rgba(28, 30, 33, .22) !important;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

.moura-gmap .gm-style, .moura-gmap .gm-style .gm-style-iw {
	font: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.moura-gmap .gmnoprint, .moura-gmap .gmnoprint.gm-style-cc + div {
	display: none !important;
}

/*-----*  ( Sliding Boxes )  *-----*/
.moura-sliding-boxes {
	margin-right: -12px;
	margin-left: -12px;
}

.moura-sliding-box {
	width: 290px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	border-radius: var(--first-border-radius);
	-webkit-transition: width .45s cubic-bezier(.05, .2, .1, 1);
	-o-transition: width .45s cubic-bezier(.05, .2, .1, 1);
	transition: width .45s cubic-bezier(.05, .2, .1, 1);
}

.moura-sliding-box .moura-sliding-box-wrapper {
	position: relative;
}

.moura-sliding-box .moura-sliding-box-img {
	width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
	-webkit-transform: scale3d(1.4, 1.4, 1);
		-ms-transform: scale3d(1.4, 1.4, 1);
			transform: scale3d(1.4, 1.4, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.moura-sliding-box.active .moura-sliding-box-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.moura-sliding-box .moura-sliding-box-content {
	padding: 50px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.moura-sliding-box .moura-sliding-box-content .moura-styled-btn,
.moura-sliding-box .moura-sliding-box-content .moura-label {
	width: fit-content;
}

.moura-sliding-box .moura-sliding-box-content p:last-of-type {
	margin-bottom: 0;
}

.moura-sliding-box .moura-sliding-box-content h1,
.moura-sliding-box .moura-sliding-box-content h2,
.moura-sliding-box .moura-sliding-box-content h3,
.moura-sliding-box .moura-sliding-box-content h4,
.moura-sliding-box .moura-sliding-box-content h5,
.moura-sliding-box .moura-sliding-box-content h6 {
	margin-bottom: 1rem;
}

.moura-sliding-box .moura-sliding-box-content h1 span,
.moura-sliding-box .moura-sliding-box-content h2 span,
.moura-sliding-box .moura-sliding-box-content h3 span,
.moura-sliding-box .moura-sliding-box-content h4 span,
.moura-sliding-box .moura-sliding-box-content h5 span,
.moura-sliding-box .moura-sliding-box-content h6 span {
	line-height: 1.4em;
}

@media (max-width: 991px) {
	.moura-sliding-boxes {
		margin-left: 0;
		margin-right: 0;
	}
	.moura-sliding-box {
		width: 100%;
		margin: 0;
		margin-bottom: 25px;
	}
	.moura-sliding-box .moura-sliding-box-img {
		width: 45%;
	}
	.moura-sliding-box .moura-sliding-box-content {
		left: 45%;
		padding: 8%;
	}
}

@media (max-width: 767px) {
	.moura-sliding-box .moura-sliding-box-img {
		width: 100%;
	}
	.moura-sliding-box .moura-sliding-box-content {
		position: relative;
		width: 100%;
		left: 0;
		padding: 12%;
	}
}

/*-----*  ( Flip Boxes )  *-----*/
.moura-flip-box {
	position: relative;
	text-align: center;
	border-radius: var(--first-border-radius);
	-webkit-backface-visibility: hidden;
}

.moura-flip-box .moura-flip-box-inner {
	position: relative;
	border-radius: inherit;
	-webkit-perspective: 1000px;
			perspective: 1000px;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.moura-flip-box .moura-flip-box-inner .centered-table {
	min-height: 260px;
	-webkit-perspective: 1000px;
			perspective: 1000px;
	-webkit-transform: translateZ(40px) scale(.94);
		-ms-transform: translateZ(40px) scale(.94);
			transform: translateZ(40px) scale(.94);
}

.moura-flip-box .moura-flip-box-front, .moura-flip-box .moura-flip-box-back {
	background-color: #fff;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 10%;
	border-radius: inherit;
	will-change: transform;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.4, .2, .2, 1);
	transition: -webkit-transform .8s cubic-bezier(.4, .2, .2, 1);
	-o-transition: transform .8s cubic-bezier(.4, .2, .2, 1);
	transition: transform .8s cubic-bezier(.4, .2, .2, 1);
	transition: transform .8s cubic-bezier(.4, .2, .2, 1), -webkit-transform .8s cubic-bezier(.4, .2, .2, 1);
}

.moura-flip-box .moura-flip-box-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.moura-flip-box.flip-to-right .moura-flip-box-front, .moura-flip-box.flip-to-right:hover .moura-flip-box-back,
.moura-flip-box.flip-to-left .moura-flip-box-front, .moura-flip-box.flip-to-left:hover .moura-flip-box-back {
	-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.moura-flip-box.flip-to-right:hover .moura-flip-box-front, .moura-flip-box.flip-to-left .moura-flip-box-back {
	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

.moura-flip-box.flip-to-right .moura-flip-box-back, .moura-flip-box.flip-to-left:hover .moura-flip-box-front {
	-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
			transform: rotateY(-180deg);
}


.moura-flip-box.flip-to-top .moura-flip-box-front, .moura-flip-box.flip-to-top:hover .moura-flip-box-back,
.moura-flip-box.flip-to-bottom .moura-flip-box-front, .moura-flip-box.flip-to-bottom:hover .moura-flip-box-back {
	-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
			transform: rotateX(0deg);
}

.moura-flip-box.flip-to-top:hover .moura-flip-box-front, .moura-flip-box.flip-to-bottom .moura-flip-box-back {
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.moura-flip-box.flip-to-top .moura-flip-box-back, .moura-flip-box.flip-to-bottom:hover .moura-flip-box-front {
	-webkit-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
}

.moura-flip-box .moura-flip-box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.moura-flip-box p:last-of-type {
	margin-bottom: 0;
}

/*-----*  ( Pricing Tables )  *-----*/
.moura-pricing-tables {
	display: flex;
	flex-direction: row;
}

.moura-pricing-table {
	flex: 1 1 0px;
	text-align: center;
	will-change: transform;
	-webkit-transition: all .35s cubic-bezier(.45, .24, .05, .95);
	-o-transition: all .35s cubic-bezier(.45, .24, .05, .95);
	transition: all .35s cubic-bezier(.45, .24, .05, .95);
}

.moura-pricing-table .moura-pricing-table-inner {
	background-color: #fff;
	overflow: hidden;
	padding: 50px 30px;
}

.moura-pricing-table .pricing-table-head .pricing-table-title {
	font-size: 1.4em;
	line-height: 1;
	color: var(--dark-color);
}

.moura-pricing-table .pricing-table-head .pricing-table-subtitle {
	font-size: .8em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 14px;
	color: var(--primary-color);
}

.moura-pricing-table .pricing-table-head .pricing-box {
	padding: 35px 0;
	position: relative;
}

.moura-pricing-table .pricing-table-head .pricing-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--dark-color);
	opacity: .06;
	margin-top: 40px;
}

.moura-pricing-table .pricing-table-head .pricing-box .price {
	color: var(--dark-color);
	font-size: 46px;
	line-height: 1;
	position: relative;
}

.moura-pricing-table .pricing-table-head .pricing-box .currency  {
	display: block;
	font-size: 18px;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transform: translate(-2px, 100%);
		-ms-transform: translate(-2px, 100%);
			transform: translate(-2px, 100%);
}

.moura-pricing-table .pricing-table-head .pricing-box .period {
	display: block;
	font-size: 13px;
	position: absolute;
	left: 100%;
	bottom: 10px;
	white-space: nowrap;
	-webkit-transform: translate(5px, -100%);
		-ms-transform: translate(5px, -100%);
			transform: translate(5px, -100%);
}

.moura-pricing-table li {
	padding: 7px 0 !important;
	margin-bottom: 0 !important;
}

.moura-pricing-table li:before {
	display: none !important;
}

.moura-pricing-table .pricing-table-content p {
	margin: 0;
}

.moura-pricing-table .pricing-table-content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
	margin: 0 auto !important;
	text-align: center;
}

.moura-pricing-table .pricing-table-content .moura-list-item .list-item-content {
	display: inline-block;
}

.moura-pricing-table .pricing-table-content .moura-list-item .list-item-content .moura-list-item {
	margin-bottom: 8px;
}

.moura-pricing-table .pricing-table-content ul, .moura-pricing-table .pricing-table-content .moura-list-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.moura-pricing-table .pricing-table-content ul.unordered-list,
.moura-pricing-table .pricing-table-content ul.ordered_list {
	font-size: .96em;
	margin-bottom: 10px !important
}

.moura-pricing-table .pricing-table-content ul.unordered-list li,
.moura-pricing-table .pricing-table-content ul.ordered_list li {
	padding: .3em 0 !important;
}

.moura-pricing-table .pricing-table-content ul.unordered-list li:after,
.moura-pricing-table .pricing-table-content ul.ordered_list li:after {
	display: none;
}

.moura-pricing-table .pricing-table-content ul li {
	list-style: none !important;
}

.moura-pricing-table .moura-pricing-table-btn {
	display: inline-block;
	color: #fff;
	background-color: var(--primary-color);
	line-height: 1;
	font-weight: 700;
	font-size: .88em;
	white-space: nowrap;
	padding: 16px 25px;
	margin-top: 35px;
	-webkit-transition: all .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .35s cubic-bezier(.6, .4, .25, .95);
	transition: all .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-pricing-table .moura-pricing-table-btn:hover {
	-webkit-box-shadow: 0 12px 25px -4px var(--light-shadow-color);
			box-shadow: 0 12px 25px -4px var(--light-shadow-color);
}

@media (max-width: 991px) {
	.moura-pricing-tables {
		flex-direction: column;
	}
	.moura-pricing-table {
		margin-bottom: 25px;
	}
}

/*-----*  ( Call to Action )  *-----*/
.moura-call-action a {
	position: relative;
	display: block;
	padding: 40px;
	overflow: hidden;
}

.moura-call-action a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-call-action a:hover:before {
	opacity: 1;
}

.moura-call-action > a > * {
	position: relative;
}

.moura-call-action p {
	margin-bottom: 0;
}

/*-----*  ( Gallery & Single Image )  *-----*/
.moura-gallery:not(.carousel-layout) .gallery-item {
	display: block;
	float: left;
}

.moura-gallery .gallery-item .gallery-item-inner {
	overflow: hidden;
}

.moura-gallery .gallery-item a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.moura-gallery:not(.moura-flickity-carousel) .gallery-item a {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.moura-gallery .gallery-item a {
	color: #fff;
	margin: 0;
}

.moura-gallery.grid-layout.cols-1 .gallery-item, .moura-gallery.masonry-layout.cols-1 .gallery-item {
	width: 100%;
}

.moura-gallery.grid-layout.cols-2 .gallery-item, .moura-gallery.masonry-layout.cols-2 .gallery-item {
	width: 50%;
}

.moura-gallery.grid-layout.cols-3 .gallery-item, .moura-gallery.masonry-layout.cols-3 .gallery-item {
	width: 33.333333%;
}

.moura-gallery.grid-layout.cols-4 .gallery-item, .moura-gallery.masonry-layout.cols-4 .gallery-item {
	width: 25%;
}

.moura-gallery.grid-layout.cols-5 .gallery-item, .moura-gallery.masonry-layout.cols-5 .gallery-item {
	width: 20%;
}

.moura-gallery.grid-layout.cols-6 .gallery-item, .moura-gallery.masonry-layout.cols-6 .gallery-item {
	width: 16.66666%;
}

.moura-gallery.grid-layout.cols-7 .gallery-item, .moura-gallery.masonry-layout.cols-7 .gallery-item {
	width: 14.285%;
}

.moura-gallery.grid-layout.cols-8 .gallery-item, .moura-gallery.masonry-layout.cols-8 .gallery-item {
	width: 12.5%;
}

.moura-gallery.grid-layout.cols-9 .gallery-item, .moura-gallery.masonry-layout.cols-9 .gallery-item {
	width: 11.111%;
}

@media (max-width: 991px) {
	.moura-gallery.grid-layout.cols-4 .gallery-item, .moura-gallery.masonry-layout.cols-4 .gallery-item,
	.moura-gallery.grid-layout.cols-5 .gallery-item, .moura-gallery.masonry-layout.cols-5 .gallery-item,
	.moura-gallery.grid-layout.cols-6 .gallery-item, .moura-gallery.masonry-layout.cols-6 .gallery-item,
	.moura-gallery.grid-layout.cols-7 .gallery-item, .moura-gallery.masonry-layout.cols-7 .gallery-item,
	.moura-gallery.grid-layout.cols-8 .gallery-item, .moura-gallery.masonry-layout.cols-8 .gallery-item,
	.moura-gallery.grid-layout.cols-9 .gallery-item, .moura-gallery.masonry-layout.cols-9 .gallery-item {
		width: 33.333333%;
	}
}

@media (max-width: 767px) {
	.moura-gallery.grid-layout.cols-3 .gallery-item, .moura-gallery.masonry-layout.cols-3 .gallery-item,
	.moura-gallery.grid-layout.cols-4 .gallery-item, .moura-gallery.masonry-layout.cols-4 .gallery-item,
	.moura-gallery.grid-layout.cols-5 .gallery-item, .moura-gallery.masonry-layout.cols-5 .gallery-item,
	.moura-gallery.grid-layout.cols-6 .gallery-item, .moura-gallery.masonry-layout.cols-6 .gallery-item,
	.moura-gallery.grid-layout.cols-7 .gallery-item, .moura-gallery.masonry-layout.cols-7 .gallery-item,
	.moura-gallery.grid-layout.cols-8 .gallery-item, .moura-gallery.masonry-layout.cols-8 .gallery-item,
	.moura-gallery.grid-layout.cols-9 .gallery-item, .moura-gallery.masonry-layout.cols-9 .gallery-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.moura-gallery.grid-layout.cols-2 .gallery-item, .moura-gallery.masonry-layout.cols-2 .gallery-item,
	.moura-gallery.grid-layout.cols-3 .gallery-item, .moura-gallery.masonry-layout.cols-3 .gallery-item,
	.moura-gallery.grid-layout.cols-4 .gallery-item, .moura-gallery.masonry-layout.cols-4 .gallery-item,
	.moura-gallery.grid-layout.cols-5 .gallery-item, .moura-gallery.masonry-layout.cols-5 .gallery-item,
	.moura-gallery.grid-layout.cols-6 .gallery-item, .moura-gallery.masonry-layout.cols-6 .gallery-item,
	.moura-gallery.grid-layout.cols-7 .gallery-item, .moura-gallery.masonry-layout.cols-7 .gallery-item,
	.moura-gallery.grid-layout.cols-8 .gallery-item, .moura-gallery.masonry-layout.cols-8 .gallery-item,
	.moura-gallery.grid-layout.cols-9 .gallery-item, .moura-gallery.masonry-layout.cols-9 .gallery-item {
		width: 100%;
	}
}

.moura-gallery .gallery-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	background: rgba(0, 0, 0, .12);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.moura-gallery:not(.moura-flickity-carousel) .gallery-item:hover .overlay {
	opacity: 1;
}

.moura-gallery .gallery-item i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(-50%, -20%, 0);
		-ms-transform: translate3d(-50%, -20%, 0);
			transform: translate3d(-50%, -20%, 0);
	-webkit-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	transition: all .6s cubic-bezier(.45, .35, .2, 1);
}

.moura-gallery .gallery-item:hover i {
	opacity: 1;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.moura-gallery .gallery-item .featured-img-wrap {
	will-change: transform;
	-webkit-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	transition: all .6s cubic-bezier(.45, .35, .2, 1);
}

.moura-gallery.carousel-layout .gallery-item .featured-img-wrap {
	padding-top: 82%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.moura-gallery.grid-layout .gallery-item .featured-img-wrap {
	padding-top: 90%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.moura-gallery.grid-layout.high-featured-image .gallery-item .featured-img-wrap, .moura-gallery.carousel-layout.high-featured-image .gallery-item .featured-img-wrap {
	padding-top: 150%;
}

.moura-gallery.masonry-layout .gallery-item .featured-img-wrap {
	display: none;
}

.moura-gallery .gallery-item img {
	display: none;
	will-change: transform;
	-webkit-transition: all .45s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .45s cubic-bezier(.45, .35, .2, 1);
	transition: all .45s cubic-bezier(.45, .35, .2, 1);
}

.moura-gallery:not(.moura-flickity-carousel) .gallery-item:hover img, .moura-gallery:not(.moura-flickity-carousel) .gallery-item:hover .featured-img-wrap {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.moura-gallery.masonry-layout .gallery-item img {
	display: block;
}

.moura-gallery .gallery-item .gallery-item-info {
	position: absolute;
	bottom: 12%;
	left: 12%;
	max-width: 50%;
}

.moura-gallery .gallery-item .gallery-item-info h4 {
	color: #fff;
	margin-bottom: 10px
}

.moura-gallery .gallery-item .gallery-item-info span {
	display: inline-block;
	color: rgba(255, 255, 255, .5);
	font-size: .95em;
	line-height: 1.5em;
}

.moura-gallery.carousel-style-2 .gallery-item .overlay {
	opacity: .75;
	background: -webkit-linear-gradient( 0deg, rgba(41, 42, 45, 1), rgba(41, 42, 45, .4) );
	background:         linear-gradient( 0deg, rgba(41, 42, 45, 1), rgba(41, 42, 45, .4) );
}

.moura-gallery.carousel-style-2 .gallery-item:hover .overlay {
	opacity: 1;
}

.wpb_single_image-parallax-hover {
	will-change: transform;
}

.wpb_single_image[data-infinite-rotate="true"] img {
	will-change: transform;
	-webkit-animation: rotation 22s linear infinite;
			animation: rotation 22s linear infinite;
}

@-webkit-keyframes rotation {
	0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%   { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes rotation {
	0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100%   { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

.wpb_single_image[data-infinite-floating="true"] img {
	will-change: transform;
	-webkit-animation: floating 3.6s ease-in-out infinite;
			animation: floating 3.6s ease-in-out infinite;
}

@-webkit-keyframes floating {
	0%   { -webkit-transform: translateY(0); transform: translateY(0); }
	60%   { -webkit-transform: translateY(-8%); transform: translateY(-8%); }
	100%   { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes floating {
	0%   { -webkit-transform: translateY(0); transform: translateY(0); }
	60%   { -webkit-transform: translateY(-8%); transform: translateY(-8%); }
	100%   { -webkit-transform: translateY(0); transform: translateY(0); }
}

.wpb_single_image[data-infinite-chaking="true"] img {
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	will-change: transform;
	-webkit-animation: chaking 6s linear infinite;
			animation: chaking 6s linear infinite;
}

@-webkit-keyframes chaking {
	0%	{ -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
	25%	{ -webkit-transform: rotateX(0deg) rotateY(-14deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(-14deg) scale3d(1, 1, 1); }
	50%	{ -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
	75%	{ -webkit-transform: rotateX(0deg) rotateY(14deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(14deg) scale3d(1, 1, 1); }
	100% { -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
}

@keyframes chaking {
	0%	{ -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
	25%	{ -webkit-transform: rotateX(0deg) rotateY(-14deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(-14deg) scale3d(1, 1, 1); }
	50%	{ -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
	75%	{ -webkit-transform: rotateX(0deg) rotateY(14deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(14deg) scale3d(1, 1, 1); }
	100% { -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1); }
}



/*-----*  ( Icon Box )  *-----*/
.moura-icon-box {
	padding: 15% 12%;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .35s cubic-bezier(.45, .24, .05, .95);
	-o-transition: all .35s cubic-bezier(.45, .24, .05, .95);
	transition: all .35s cubic-bezier(.45, .24, .05, .95);
}

.moura-icon-box.moura-tilt {
	overflow: visible;
}

.moura-icon-box.move-effect-true:hover {
	-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
			transform: translateY(-6px);
}

.moura-icon-box:before {
	content: '';
	display: block;
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: opacity .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.moura-tilt:before {
	border-radius: inherit;
}

.moura-icon-box:hover:before {
	opacity: 1;
}

.moura-icon-box .moura-icon-box-inner {
	position: relative;
}

.moura-icon-box.moura-tilt .moura-icon-box-inner {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 400ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 400ms cubic-bezier(.45, .35, .2, 1);
}

.moura-icon-box.moura-tilt:hover .moura-icon-box-inner {
	-webkit-transform: translateZ(18px);
		-ms-transform: translateZ(18px);
			transform: translateZ(18px);
}

.moura-icon-box .moura-icon-box-icon {
	display: inline-block;
	font-size: 52px;
	line-height: 1;
	margin-bottom: 30px;
}

.moura-icon-box .moura-icon-box-icon i {
	display: inline-block;
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box h4 {
	color: var(--dark-color);
	margin-bottom: 10px;
	line-height: 2;
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box p {
	margin-bottom: 0;
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box .moura-icon-box-more-link {
	margin-top: 30px;
	display: inline-block;
}

.moura-icon-box .moura-icon-box-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.moura-icon-box.style-1 .moura-icon-box-more-link {
	position: relative;
	font-size: .9em;
	color: var(--dark-color);
	line-height: 1.4;
	padding-bottom: 7px;
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: color .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-1 .moura-icon-box-more-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: width .35s cubic-bezier(.6, .4, .25, .95), background-color .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: width .35s cubic-bezier(.6, .4, .25, .95), background-color  .35s cubic-bezier(.6, .4, .25, .95);
	transition: width .35s cubic-bezier(.6, .4, .25, .95), background-color  .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-1:hover .moura-icon-box-more-link:after {
	width: 100%;
}

.moura-icon-box.style-2 {
	padding: 22% 12%;
}

.moura-icon-box.style-2 .moura-icon-box-content {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-2:hover .moura-icon-box-content {
	-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
			transform: translateY(-15px);
}

.moura-icon-box.style-2 .moura-icon-box-more-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 32px;
	line-height: 1;
	color: rgba(255, 255, 255, 0);
	-webkit-transform: translateY(62px);
		-ms-transform: translateY(62px);
			transform: translateY(62px);
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-2:hover .moura-icon-box-more-link {
	color: var(--dark-color);
	-webkit-transform: translateY(56px);
		-ms-transform: translateY(56px);
			transform: translateY(56px);
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}

.moura-icon-box.style-3 {
	padding: 22% 12%;
}

.moura-icon-box.style-3 .moura-icon-box-content {
	-webkit-transition: -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-3:hover .moura-icon-box-content {
	-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
			transform: translateY(-30px);
}

.moura-icon-box.style-3 .moura-icon-box-icon {
	opacity: 1;
	-webkit-transition: opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-3:hover .moura-icon-box-icon {
	opacity: 0;
	-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
			transform: translateY(15px);
}

.moura-icon-box.style-3 .moura-icon-box-more-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 32px;
	line-height: 1;
	color: rgba(255, 255, 255, 0);
	-webkit-transform: translateY(62px);
		-ms-transform: translateY(62px);
			transform: translateY(62px);
	-webkit-transition: color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), color .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-3:hover .moura-icon-box-more-link {
	-webkit-transform: translateY(56px);
		-ms-transform: translateY(56px);
			transform: translateY(56px);
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}

.moura-icon-box.style-3 .moura-icon-box-bg-icon {
	position: absolute;
	top: -10px;
	left: -10px;
	font-size: 18vh;
	line-height: 1;
	opacity: 0;
	color: rgb(255, 255, 255, 0);
	-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
			transform: scale(.9);
	-webkit-transition: opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	transition: opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95);
	transition: transform .35s cubic-bezier(.6, .4, .25, .95), opacity .35s cubic-bezier(.6, .4, .25, .95), -webkit-transform .35s cubic-bezier(.6, .4, .25, .95);
}

.moura-icon-box.style-3:hover .moura-icon-box-bg-icon {
	color: var(--dark-color);
	opacity: .1;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
}

/*-----*  ( Process Box )  *-----*/
.moura-process .moura-process-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.moura-process.two-cols .moura-process-item { flex: 0 50%; }

.moura-process.three-cols .moura-process-item { flex: 0 33.3333%; }

.moura-process.four-cols .moura-process-item { flex: 0 25%; }

.moura-process.five-cols .moura-process-item { flex: 0 20%; }

.moura-process.six-cols .moura-process-item { flex: 0 16.6666%; }

@media (max-width: 991px) {
	.moura-process.three-cols .moura-process-item,
	.moura-process.five-cols .moura-process-item {
		flex: 0 100%;
		margin-bottom: 50px;
	}
	.moura-process.four-cols .moura-process-item,
	.moura-process.six-cols .moura-process-item {
		flex: 0 50%;
		margin-bottom: 50px;
	}
	.moura-process .moura-process-item .number-step .line {
		display: none;
	}
}

@media (max-width: 767px) {
	.moura-process.two-cols .moura-process-item,
	.moura-process.four-cols .moura-process-item,
	.moura-process.six-cols .moura-process-item {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width: 575px) {
	.moura-process.two-cols .moura-process-item,
	.moura-process.three-cols .moura-process-item,
	.moura-process.four-cols .moura-process-item,
	.moura-process.five-cols .moura-process-item,
	.moura-process.six-cols .moura-process-item {
		flex: 0 100%;
		margin-bottom: 50px;
		padding-left: 20% !important;
		padding-right: 20% !important;
	}
}

.moura-process .moura-process-item {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.moura-process .moura-process-item .number-step {
	position: relative;
	margin-bottom: 38px;
}

.moura-process.style-1 .moura-process-item .number-step span {
	position: relative;
	display: inline-block;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-process.style-1 .moura-process-item:hover .number-step span {
	-webkit-transform: scale3d(1.08, 1.08, 1);
		-ms-transform: scale3d(1.08, 1.08, 1);
			transform: scale3d(1.08, 1.08, 1);
}

.moura-process.style-1 .moura-process-item .number-step span i {
	font-size: 15px;
	font-style: inherit;
	display: block;
	width: 2.8em;
	height: 2.8em;
	line-height: 2.8em;
	text-align: center;
	color: #fff;
	background: var(--primary-color);
	border-radius: var(--circle-border-radius);
}

.moura-process.style-1 .moura-process-item .number-step span:before {
	content: '';
	display: block;
	height: 140%;
	width: 140%;
	position: absolute;
	left: -20%;
	top: -20%;
	opacity: .2;
	background: var(--primary-color);
	border-radius: var(--circle-border-radius);
}

.moura-process.style-1 .moura-process-item .number-step span svg {
	display: none;
}

.moura-process.style-2 .moura-process-item .number-step span {
	position: relative;
	font-size: 15px;
	display: inline-block;
	width: 3.5em;
	height: 3.5em;
	line-height: 3.6em;
	text-align: center;
	color: #fff;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.moura-process.style-2 .moura-process-item:hover .number-step span {
	-webkit-transform: scale3d(1.08, 1.08, 1);
		-ms-transform: scale3d(1.08, 1.08, 1);
			transform: scale3d(1.08, 1.08, 1);
}

.moura-process.style-2 .moura-process-item .number-step span svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: var(--primary-color);
	-webkit-transform: translateX(-1px);
		-ms-transform: translateX(-1px);
			transform: translateX(-1px);
}

.moura-process.style-2 .moura-process-item .number-step span i {
	position: relative;
	font-style: inherit;
}

.moura-process .moura-process-item .number-step .line {
	position: absolute;
	top: 50%;
	left: 78%;
	width: 62%;
	height: 1px;
	background: #fff;
	border-radius: var(--first-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-process .moura-process-item:last-of-type .number-step .line {
	display: none;
}

.moura-process .moura-process-item .number-step .line:before {
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--primary-color);
	border-radius: var(--first-border-radius);
	-webkit-transition: width 1s cubic-bezier(.25, 0, .3, 1), opacity 1s cubic-bezier(.25, 0, .3, 1);
	-o-transition: width 1s cubic-bezier(.25, 0, .3, 1), opacity 1s cubic-bezier(.25, 0, .3, 1);
	transition: width 1s cubic-bezier(.25, 0, .3, 1), opacity 1s cubic-bezier(.25, 0, .3, 1);
}

.moura-process .moura-process-item:hover .number-step .line:before {
	opacity: 1;
	width: 100%;
}

/*-----*  ( Image Boxes )  *-----*/
.moura-image-box {
	border-radius: var(--first-border-radius);
	position: relative;
}

.moura-image-box .moura-image-box-inner {
	position: relative;
	border-radius: inherit;
	-webkit-perspective: 400px;
			perspective: 400px;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.moura-image-box .moura-image-box-img {
	z-index: 4;
	border-radius: inherit;
}

.moura-image-box .moura-image-box-img .moura-image-box-img-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: inherit;
}

.moura-image-box .moura-image-box-img .moura-image-box-img-bg a {
	display: block;
	width: 100%;
	height: 100%;
}

.moura-image-box .moura-image-box-content {
	position: relative;
	width: 100%;
	padding: 15% 13%;
	overflow: hidden;
	background: #fff;
	z-index: 4;
	border-radius: inherit;
	will-change: transform;
	-webkit-box-shadow: 0 8px 40px -6px var(--light-shadow-color);
			box-shadow: 0 8px 40px -6px var(--light-shadow-color);
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.moura-image-box.style-1 .moura-image-box-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30%;
}

.moura-image-box.style-1 .moura-image-box-img {
	position: absolute;
	top: 0;
	left: 20%;
	width: 80%;
	height: 100%;
}

.moura-image-box.style-2 .moura-image-box-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30%;
}

.moura-image-box.style-2 .moura-image-box-img {
	position: absolute;
	top: 0;
	right: 20%;
	width: 80%;
	height: 100%;
}

.moura-image-box.style-3 .moura-image-box-inner {
	padding-top: 30%;
	padding-left: 12%;
	padding-right: 12%;
}

.moura-image-box.style-3 .moura-image-box-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 85%;
}

.moura-image-box.style-4 .moura-image-box-inner {
	padding-bottom: 30%;
	padding-left: 12%;
	padding-right: 12%;
}

.moura-image-box.style-4 .moura-image-box-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 85%;
}

/*-----*  ( Cascading Images )  *-----*/
.moura-cascading-images {
	position: relative;
}

.moura-cascading-images .cascading-image {
	display: block;
	width: 100%;
}

.moura-cascading-images .cascading-image:not(:first-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.moura-cascading-images .cascading-image img {
	width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: var(--first-border-radius);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
}

/*-----*  ( Image Play Button )  *-----*/
.moura-popup-video {
	position: relative;
	overflow: hidden;
}

.moura-popup-video a {
	display: block;
}

.moura-popup-video img {
	min-width: 100%;
	height: auto;
}

.moura-popup-video .open-video-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	text-align: center;
	background: #fff;
	color: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-popup-video.size-xsmall .open-video-icon {
	font-size: 16px;
	height: 50px;
	width: 50px;
}

.moura-popup-video.size-small .open-video-icon {
	font-size: 18px;
	height: 60px;
	width: 60px;
}

.moura-popup-video.size-medium .open-video-icon {
	font-size: 20px;
	height: 70px;
	width: 70px;
}

.moura-popup-video.size-large .open-video-icon {
	font-size: 24px;
	height: 85px;
	width: 85px;
}

.moura-popup-video.size-xlarge .open-video-icon {
	font-size: 30px;
	height: 110px;
	width: 110px;
}

.moura-popup-video .open-video-icon:before, .moura-popup-video .open-video-icon:after  {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--circle-border-radius);
	background: rgb(255, 255, 255, .08);
	-webkit-box-shadow: 0 0 0 rgb(255, 255, 255, .4);
			box-shadow: 0 0 0 rgb(255, 255, 255, .4);
	-webkit-transition: all .8s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .8s cubic-bezier(.6, .4, .25, .95);
	transition: all .8s cubic-bezier(.6, .4, .25, .95);
}

.moura-popup-video:hover .open-video-icon:before  {
	-webkit-box-shadow: 0 0 20px rgb(255, 255, 255, .25);
			box-shadow: 0 0 20px rgb(255, 255, 255, .25);
	-webkit-transform: scale(1.5) translateZ(0);
		-ms-transform: scale(1.5) translateZ(0);
			transform: scale(1.5) translateZ(0);
}

.moura-popup-video:hover .open-video-icon:after  {
	-webkit-transform: scale(1.25) translateZ(0);
		-ms-transform: scale(1.25) translateZ(0);
			transform: scale(1.25) translateZ(0);
	-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
			transition-delay: .15s;
}

.moura-popup-video .open-video-icon i {
	position: absolute;
	top: 51%;
	left: 51%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

/*-----*  ( Play Button )  *-----*/
.moura-video-btn {
	position: relative;
}

.moura-video-btn a {
	display: inline-block;
}

.moura-video-btn span.play-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.moura-video-btn.xsmall-size span.play-icon {
	font-size: 14px;
	height: 40px;
	width: 40px;
}

.moura-video-btn.small-size span.play-icon {
	font-size: 16px;
	height: 56px;
	width: 56px;
}

.moura-video-btn.medium-size span.play-icon {
	font-size: 20px;
	height: 64px;
	width: 64px;
}

.moura-video-btn.large-size span.play-icon {
	font-size: 24px;
	height: 80px;
	width: 80px;
}

.moura-video-btn.xlarge-size span.play-icon {
	font-size: 28px;
	height: 100px;
	width: 100px;
}

.moura-video-btn span.play-icon:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
			transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-transform .3s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: transform .3s cubic-bezier(.6, .4, .25, .95), -webkit-transform .4s cubic-bezier(.6, .4, .25, .95);
}

.moura-video-btn a:hover span.play-icon:before {
	-webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
		-ms-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
			transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
}

.moura-video-btn span.play-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
	border-radius: var(--circle-border-radius);
	-webkit-transition: -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95), -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
}

.moura-video-btn span.play-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	-webkit-transform: translate(-48%, -49%);
		-ms-transform: translate(-48%, -49%);
			transform: translate(-48%, -49%);
}

.moura-video-btn span {
	color: #fff;
}

.moura-video-btn span:before {
	background: var(--dark-color);
}

.moura-video-btn.outline-style span:before {
	background: transparent;
	border: 1px solid #fff;
}

.moura-video-btn span.btn-text {
	font-size: 1em;
	vertical-align: middle;
	margin-left: 20px;
}

/*-----*  ( Latest Posts )  *-----*/
.moura-latest-posts article {
	text-align: left;
}

.moura-latest-posts article .post-wrap {
	position: relative;
}

.moura-latest-posts article .featured-img-wrap {
	overflow: hidden;
	position: relative;
}

.moura-latest-posts.style-1 article .featured-img-wrap, .moura-latest-posts.style-2 article .featured-img-wrap {
	padding-top: 65%;
}

.moura-latest-posts.style-3 article .featured-img-wrap, .moura-latest-posts.style-4 article .featured-img-wrap, .moura-latest-posts.style-5 article .featured-img-wrap {
	padding-top: 95%;
}

.moura-latest-posts.style-3 article .featured-img-wrap.high-size, .moura-latest-posts.style-4 article .featured-img-wrap.high-size, .moura-latest-posts.style-5 article .featured-img-wrap.high-size {
	padding-top: 160%;
}

.moura-latest-posts article .featured-img-wrap .featured-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*----  Grid Layout  ----*/
.moura-latest-posts.grid-layout {
	margin: 0 -20px;
}

.moura-latest-posts.grid-layout article .post-wrap {
	margin: 20px;
}

.moura-latest-posts.grid-layout article {
	float: left;
}

.moura-latest-posts.grid-layout.one-col article, .moura-latest-posts.grid-layout.one-col .grid-sizer {
	width: 100%;
}

.moura-latest-posts.grid-layout.two-cols article, .moura-latest-posts.grid-layout.two-cols .grid-sizer {
	width: 50%;
}

.moura-latest-posts.grid-layout.three-cols article, .moura-latest-posts.grid-layout.three-cols .grid-sizer {
	width: 33.3333%;
}

.moura-latest-posts.grid-layout.four-cols article, .moura-latest-posts.grid-layout.four-cols .grid-sizer {
	width: 25%;
}

.moura-latest-posts.grid-layout.five-cols article, .moura-latest-posts.grid-layout.five-cols .grid-sizer {
	width: 20%;
}

.moura-latest-posts.grid-layout.six-cols article, .moura-latest-posts.grid-layout.six-cols .grid-sizer {
	width: 16.6666%;
}

/*----  Carousel Layout  ----*/
.moura-latest-posts.carousel-layout {
	width: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.moura-latest-posts.carousel-layout.style-1 article .post-wrap,
.moura-latest-posts.carousel-layout.style-2 article .featured-img-wrap,
.moura-latest-posts.carousel-layout.style-3 article .featured-img-wrap,
.moura-latest-posts.carousel-layout.grid-layout.style-4 article .featured-img-wrap,
.moura-latest-posts.carousel-layout.style-5 article .featured-img-wrap {
	-webkit-box-shadow: 0 8px 40px -18px var(--light-shadow-color);
			box-shadow: 0 8px 40px -18px var(--light-shadow-color);
}

.moura-latest-posts.carousel-layout.style-1 article .post-wrap {
	margin-bottom: 40px;
}

.moura-latest-posts.carousel-layout.style-1[data-carousel-dots="true"] {
	margin-bottom: 48px;
}

.moura-latest-posts.carousel-layout.style-1 .owl-dots {
	bottom: -40px;
}

.moura-latest-posts.carousel-layout.style-1[data-carousel-center-opacity="true"] .owl-item {
	opacity: .4;
}

.moura-latest-posts.carousel-layout.style-1[data-carousel-center-opacity="true"] .owl-item.center {
	opacity: 1;
}

/*----  3D Parallax  ----*/
.moura-latest-posts article .post-wrap.moura-tilt .post-content-wrap,
.moura-latest-posts article .post-wrap.moura-tilt .post-author,
.moura-latest-posts article .post-wrap.moura-tilt .post-love,
.moura-latest-posts article .post-wrap.moura-tilt .post-date {
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}
.moura-latest-posts article:hover .post-wrap.moura-tilt .post-content-wrap,
.moura-latest-posts article:hover .post-wrap.moura-tilt .post-author,
.moura-latest-posts article:hover .post-wrap.moura-tilt .post-love,
.moura-latest-posts article:hover .post-wrap.moura-tilt .post-date {
	-webkit-transform: translateZ(15px);
		-ms-transform: translateZ(15px);
			transform: translateZ(15px);
}

/*----  Style 1 & 2  ----*/
.moura-latest-posts.style-1 article .post-wrap {
	overflow: hidden;
	background: #fff;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--light-shadow-color);
}

.moura-latest-posts.style-1 article .post-content-wrap {
	padding: 42px 45px;
}

.moura-latest-posts.style-1.one-col article .post-content-wrap {
	padding: 45px;
}

.moura-latest-posts.style-1.two-cols article .post-content-wrap {
	padding: 40px;
}
.moura-latest-posts.style-2 article .post-content-wrap {
	padding: 30px 25px;
}

.moura-latest-posts.style-2.one-col article .post-content-wrap {
	padding: 45px 50px;
}

.moura-latest-posts.style-2.two-cols article .post-content-wrap {
	padding: 40px 35px;
}

.moura-latest-posts.style-2 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--light-shadow-color);
}

.moura-latest-posts.style-2 article .featured-img-wrap a {
	display: block;
}

.moura-latest-posts.style-1:not(.carousel-layout) article .featured-img-wrap .featured-img,
.moura-latest-posts.style-2:not(.carousel-layout) article .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.style-1:not(.carousel-layout) article:hover .featured-img-wrap .featured-img,
.moura-latest-posts.style-2:not(.carousel-layout) article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.15, 1.15, 1);
		-ms-transform: scale3d(1.15, 1.15, 1);
			transform: scale3d(1.15, 1.15, 1);
}

.moura-latest-posts.style-1 article .post-content-wrap .post-cats,
.moura-latest-posts.style-2 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 15px;
	line-height: 1;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-cats a,
.moura-latest-posts.style-2 article .post-content-wrap .post-cats a {
	color: var(--light-text-color-2);
}

.moura-latest-posts.style-1 article .post-content-wrap .post-cats a:after,
.moura-latest-posts.style-2 article .post-content-wrap .post-cats a:after {
	content: ' - ';
}

.moura-latest-posts.style-1 article .post-content-wrap .post-cats a:last-child:after,
.moura-latest-posts.style-2 article .post-content-wrap .post-cats a:last-child:after {
	display: none;
}

.moura-latest-posts.style-1 article .post-content-wrap h2,
.moura-latest-posts.style-2 article .post-content-wrap h2 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5em;
}

.moura-latest-posts.style-1 article .post-content-wrap .excerpt,
.moura-latest-posts.style-2 article .post-content-wrap .excerpt {
	margin-bottom: 30px;
	font-size: .95em;
	line-height: 2em;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta {
	font-size: .85em;
}

.moura-latest-posts.style-1 article .post-content-wrap h2 + .post-meta,
.moura-latest-posts.style-2 article .post-content-wrap h2 + .post-meta {
	margin-top: 25px;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta a,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta a {
	color: var(--dark-color);
	display: block;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta a:hover,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta a:hover {
	color: #64676c;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-author,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-author {
	float: left;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	padding-left: 40px;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-img,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-img {
	position: absolute;
	left: 0;
	top: 50%;
	height: 28px;
	width: 28px;
	overflow: hidden;
	display: inline-block;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-img img,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-img img {
	display: block;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-name,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-name {
	display: inline-block;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-date,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-date {
	float: right;
	line-height: 25px;
	margin-left: 40px;
}

.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-date i,
.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-date i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

/*----  Style 3  ----*/
.moura-latest-posts.grid-layout.style-3 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.moura-latest-posts.style-3 article .featured-img-wrap {
	overflow: visible;
}

.moura-latest-posts.style-3 article .featured-img-wrap .featured-img {
	overflow: hidden;
	border-radius: var(--first-border-radius);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.style-3 article .moura-tilt .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.style-3 article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.moura-latest-posts.grid-layout.style-3 article .featured-img-wrap .featured-img, .moura-latest-posts.carousel-layout.style-3 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.moura-latest-posts.style-3 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.moura-latest-posts.style-3 article .post-content-wrap {
	position: absolute;
	left: 35px;
	bottom: 35px;
}

.moura-latest-posts.style-3 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 8px;
	line-height: 1;
}

.moura-latest-posts.style-3 article .post-content-wrap .post-cats a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, .15);
	margin-left: 4px;
	border-radius: var(--second-border-radius);
}

.moura-latest-posts.style-3 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.moura-latest-posts.style-3 article .post-content-wrap .post-cats a:hover {
	color: rgba(255, 255, 255, 1);
}

.moura-latest-posts.style-3 article .post-content-wrap h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.moura-latest-posts.style-3 article .post-content-wrap h2 a {
	color: #fff;
}

.moura-latest-posts.style-3 article .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.moura-latest-posts.style-3 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.moura-latest-posts.style-3 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
}

.moura-latest-posts.style-3 article .post-love i {
	display: inline-block;
	margin-right: 2px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.moura-latest-posts.style-3 article .post-date a, .moura-latest-posts.style-3 article .post-love a {
	color: rgba(255, 255, 255, .7);
}

.moura-latest-posts.style-3 article .post-date a:hover, .moura-latest-posts.style-3 article .post-love a:hover {
	color: rgba(255, 255, 255, .9);
}


/*----  Style 4  ----*/
.moura-latest-posts.style-4 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.moura-latest-posts.grid-layout.style-4 article .featured-img-wrap {
	overflow: visible;
}

.moura-latest-posts.style-4 article .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.grid-layout.style-4 article .featured-img-wrap .featured-img, .moura-latest-posts.carousel-layout.style-4 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.moura-latest-posts.style-4 article .moura-tilt .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.style-4 article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.moura-latest-posts.style-4 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}

.moura-latest-posts.style-4 article .post-content-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
			transform: translateY(-60%);
}

.moura-latest-posts.style-4 article .post-content-wrap .post-cats {
	font-size: .88em;
	line-height: 1;
	margin-bottom: 8px;
}

.moura-latest-posts.style-4 article .post-content-wrap .post-cats a {
	display: inline-block;
	padding: 6px 10px;
	margin-left: 4px;
	color: rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, .15);
	border-radius: var(--second-border-radius);
}

.moura-latest-posts.style-4 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.moura-latest-posts.style-4 article .post-content-wrap .post-cats a:hover {
	color: rgba(255, 255, 255, 1);
}

.moura-latest-posts.style-4 article .post-content-wrap h2 {
	font-size: 18px;
	margin-bottom: 0;
}

.moura-latest-posts.style-4 article .post-content-wrap h2 a {
	color: #fff;
}

.moura-latest-posts.style-4 article .post-author {
	font-size: .9em;
	line-height: 1;
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.moura-latest-posts.style-4 article .post-author span:first-child {
	margin-right: 2px;
}

.moura-latest-posts.style-4 article .post-date {
	position: absolute;
	bottom: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.moura-latest-posts.style-4 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.moura-latest-posts.style-4 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(8px);
		-ms-transform: translateX(8px);
			transform: translateX(8px);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.moura-latest-posts.style-4 article:hover .post-love {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.moura-latest-posts.style-4 article .post-love i {
	display: inline-block;
	margin-right: 2px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.moura-latest-posts.style-4 article .post-date a, .moura-latest-posts.style-4 article .post-love a, .moura-latest-posts.style-4 article .post-author a {
	color: rgba(255, 255, 255, .7);
}

.moura-latest-posts.style-4 article .post-date a:hover, .moura-latest-posts.style-4 article .post-love a:hover, .moura-latest-posts.style-4 article .post-author a:hover {
	color: rgba(255, 255, 255, .9);
}

/*----  Style 5  ----*/
.moura-latest-posts.grid-layout.style-5 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.moura-latest-posts.style-5 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--light-shadow-color);
}

.moura-latest-posts.style-5 article .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.moura-latest-posts.style-5 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.moura-latest-posts.style-5 article .featured-img-wrap .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: var(--first-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
}

.moura-latest-posts.style-5 article:hover .featured-img-wrap .overlay {
	opacity: .85;
	width: 104%;
	height: 104%;
}

.moura-latest-posts.style-5 article .post-content-wrap {
	position: absolute;
	top: 35px;
	left: 35px;
	right: 35px;
}

.moura-latest-posts.style-5 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 8px;
	line-height: 1;
}

.moura-latest-posts.style-5 article .post-content-wrap .post-cats a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, .15);
	margin-left: 4px;
	border-radius: var(--second-border-radius);
}

.moura-latest-posts.style-5 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.moura-latest-posts.style-5 article .post-content-wrap .post-cats a:after {
	content: ' - ';
}

.moura-latest-posts.style-5 article .post-content-wrap .post-cats a:last-child:after {
	display: none;
}

.moura-latest-posts.style-5 article .post-content-wrap h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.moura-latest-posts.style-5 article .post-content-wrap h2 a {
	color: #fff;
}

.moura-latest-posts.style-5 article .post-author {
	font-size: .9em;
	line-height: 1;
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.moura-latest-posts.style-5 article .post-author span:first-child {
	margin-right: 2px;
}

.moura-latest-posts.style-5 article .post-date {
	position: absolute;
	bottom: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.moura-latest-posts.style-5 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.moura-latest-posts.style-5 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
}

.moura-latest-posts.style-5 article .post-love i {
	display: inline-block;
	font-size: 16px;
	-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
			transform: translateY(1px);
}

.moura-latest-posts.style-5 article .post-date a, .moura-latest-posts.style-5 article .post-love a, .moura-latest-posts.style-5 article .post-author a {
	color: rgba(255, 255, 255, .7);
}

.moura-latest-posts.style-5 article .post-date a:hover, .moura-latest-posts.style-5 article .post-love a:hover, .moura-latest-posts.style-5 article .post-author a:hover {
	color: rgba(255, 255, 255, .9);
}

/*-----*  ( Responsive CSS )  *-----*/
@media (max-width: 1499px) {
	.moura-latest-posts.grid-layout.five-cols article, .moura-latest-posts.grid-layout.five-cols .grid-sizer,
	.moura-latest-posts.grid-layout.six-cols article, .moura-latest-posts.grid-layout.six-cols .grid-sizer {
		width: 25%;
	}
	.moura-latest-posts.style-1 article .post-content-wrap .post-meta .post-date,
	.moura-latest-posts.style-2 article .post-content-wrap .post-meta .post-date {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.moura-latest-posts.grid-layout {
		margin: 0 -15px;
	}
	.moura-latest-posts.grid-layout article .post-wrap {
		margin: 15px;
	}
	.moura-latest-posts.grid-layout.three-cols article, .moura-latest-posts.grid-layout.three-cols .grid-sizer,
	.moura-latest-posts.grid-layout.four-cols article, .moura-latest-posts.grid-layout.four-cols .grid-sizer {
		width: 50%;
	}
	.moura-latest-posts.grid-layout.five-cols article, .moura-latest-posts.grid-layout.five-cols .grid-sizer,
	.moura-latest-posts.grid-layout.six-cols article, .moura-latest-posts.grid-layout.six-cols .grid-sizer {
		width: 33.333%;
	}
}

@media (max-width: 991px) {
	.moura-latest-posts.grid-layout.five-cols article, .moura-latest-posts.grid-layout.five-cols .grid-sizer,
	.moura-latest-posts.grid-layout.six-cols article, .moura-latest-posts.grid-layout.six-cols .grid-sizer {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.moura-latest-posts.grid-layout.two-cols article, .moura-latest-posts.grid-layout.two-cols .grid-sizer,
	.moura-latest-posts.grid-layout.three-cols article, .moura-latest-posts.grid-layout.three-cols .grid-sizer,
	.moura-latest-posts.grid-layout.four-cols article, .moura-latest-posts.grid-layout.four-cols .grid-sizer,
	.moura-latest-posts.grid-layout.five-cols article, .moura-latest-posts.grid-layout.five-cols .grid-sizer,
	.moura-latest-posts.grid-layout.six-cols article, .moura-latest-posts.grid-layout.six-cols .grid-sizer {
		width: 100%;
	}
}

/*-----*  ( Latest Projects )  *-----*/
.latest-projects-carousel .project-item {
	float: none;
}



/*------------------------------------------------------*/
/*               05 - Rows and Containers
/*------------------------------------------------------*/

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wpb-js-composer .content-inner.container {
	visibility: hidden;
}

@media (max-width: 991px) {
	.main-content.mini-layout {
		overflow-x: visible;
	}
}

.single-post .main-content {
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.main-content.right-sidebar-layout .content-side,
	.main-content.left-sidebar-layout .content-side {
		width: 72%;
	}
	.main-content.left-sidebar-layout .sidebar,
	.main-content.right-sidebar-layout .sidebar {
		width: 28%;
	}
}

.woocommerce-page:not(.single-product) .main-content.fullwidth-layout .shop-items {
	padding: 0 30px;
}

.vc_parallax .vc_parallax-inner {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.cover-bg {
	background-size: cover;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .last_toggle_el_margin, .wpb_button,
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

.moura-row-overlay, .moura-row-bg {
	overflow: hidden;
	border-radius: inherit;
}

.moura-row-overlay, .moura-row-overlay > div, .moura-row-bg, .moura-row-bg-inner, .moura-row-bg-color, .moura-row-bg-image, .moura-row-bg-video, .moura-bg-video {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
}

.moura-row-bg.moura-parallax-scroll .moura-row-bg-image, .moura-row-bg.moura-parallax-scroll .moura-row-bg-video {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	will-change: transform, scroll-position;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.moura-row-bg.moura-scale-scroll .moura-row-bg-image, .moura-row-bg.moura-scale-scroll .moura-row-bg-video {
	top: 50%;
	left: 50%;
	will-change: transform;
}

.moura-row-bg.moura-scale-scroll .moura-row-bg-media-wrapper {
	transform: translate3d(-50%, -50%, 0px) scale3d(1, 1, 1);
}

.moura-row-bg.moura-parallax-mousemove .moura-row-bg-image, .moura-row-bg.moura-parallax-mousemove .moura-row-bg-video {
	will-change: transform;
	position: absolute;
	top: 50%;
	left: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
	transition: transform .5s cubic-bezier(.25, .46, .45, .94);
	transition: transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
}

.moura-row-bg.moura-parallax-mousemove .moura-row-bg-image, .moura-row-bg.moura-parallax-mousemove .moura-row-bg-video {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
}

.moura-row-bg.moura-zoom-in-out .moura-row-bg-image, .moura-row-bg.moura-zoom-in-out .moura-row-bg-video {
	will-change: transform;
	top: 0;
	left: 0;
	-webkit-animation-name: zoomInOutBg;
			animation-name: zoomInOutBg;
	-webkit-animation-duration: 30s;
			animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOutBg {
	0%   { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
	100%   { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes zoomInOutBg {
	0%   { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
	100%   { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

.moura-bg-video-player {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	pointer-events: none;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.moura-bg-video-poster {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .5s;
		 -o-transition-delay: .5s;
			transition-delay: .5s;
	-webkit-transition: opacity 1s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity 1s cubic-bezier(.45, .35, .2, 1);
	transition: opacity 1s cubic-bezier(.45, .35, .2, 1);
}

.moura-bg-video-poster.hide-poster {
	opacity: 0;
}

.moura-bg-video .moura-bg-video-player, .moura-bg-video.moura-bg-video-youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	max-height: none;
	pointer-events: none;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.moura-bg-video.moura-bg-video-youtube .moura-bg-video-player {
	height: 100% !important;
	width: 100% !important;
}

.moura-parallax-layers, .moura-parallax-layer {
	position: absolute !important;
	top: -2%;
	left: 0;
	width: 100%;
	height: 104%;
	z-index: 2;
	overflow: hidden;
}

.moura-parallax-layer {
	opacity: ;
}

.moura-parallax-layer {
	opacity: 0;
	will-change: transform;
	-webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .6s cubic-bezier(.25, .46, .45, .94);
	transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.page-loaded .moura-parallax-layer {
	opacity: 1;
}

.moura-parallax-layer-inner {
	width: 100%;
	height: 100%;
}

/*-----*  ( Rows )  *-----*/
.vc_row {
	position: relative;
	z-index: 1;
}

.vc_row, .vc_row[data-vc-full-width] {
	overflow: visible;
}

.vc_row.vc-row-full-height {
	min-height: 100vh;
}

.vc_row.moura-one-page-section {
	height: auto !important;
}

@media (min-width: 992px) {
	.vc_row.vc-column-gap-60 { margin-left: -45px; margin-right: -45px; }
	.vc_row.vc-column-gap-60>.vc_column_container { padding: 0 30px; }
	.vc_row.vc-column-gap-55 { margin-left: -42.5px; margin-right: -42.5px; }
	.vc_row.vc-column-gap-55>.vc_column_container { padding: 0 27.5px; }
	.vc_row.vc-column-gap-50 { margin-left: -40px; margin-right: -40px; }
	.vc_row.vc-column-gap-50>.vc_column_container { padding: 0 25px; }
	.vc_row.vc-column-gap-45 { margin-left: -37.5px; margin-right: -37.5px; }
	.vc_row.vc-column-gap-45>.vc_column_container { padding: 0 22.5px; }
	.vc_row.vc-column-gap-40 { margin-left: -35px; margin-right: -35px; }
	.vc_row.vc-column-gap-40>.vc_column_container { padding: 0 20px; }
	.vc_row.vc-column-gap-35 { margin-left: -32.5px; margin-right: -32.5px; }
	.vc_row.vc-column-gap-35>.vc_column_container { padding: 0 17.5px; }
	.vc_row.vc-column-gap-30 { margin-left: -30px; margin-right: -30px; }
	.vc_row.vc-column-gap-30>.vc_column_container { padding: 0 15px; }
	.vc_row.vc-column-gap-25 { margin-left: -27.5px; margin-right: -27.5px; }
	.vc_row.vc-column-gap-25>.vc_column_container { padding: 0 12.5px; }
	.vc_row.vc-column-gap-20 { margin-left: -25px; margin-right: -25px; }
	.vc_row.vc-column-gap-20>.vc_column_container { padding: 0 10px; }
	.vc_row.vc-column-gap-15 { margin-left: -22.5px; margin-right: -22.5px; }
	.vc_row.vc-column-gap-15>.vc_column_container { padding: 0 7.5px; }
	.vc_row.vc-column-gap-10 { margin-left: -20px; margin-right: -20px; }
	.vc_row.vc-column-gap-10>.vc_column_container { padding: 0 5px; }
	.vc_row.vc-column-gap-5 { margin-left: -17.5px; margin-right: -17.5px; }
	.vc_row.vc-column-gap-5>.vc_column_container { padding: 0 2.5px; }
	.vc_row.vc-column-gap-3 { margin-left: -17px; margin-right: -17px; }
	.vc_row.vc-column-gap-3>.vc_column_container { padding: 0 2px; }
	.vc_row.vc-column-gap-2 { margin-left: -16px; margin-right: -16px; }
	.vc_row.vc-column-gap-2>.vc_column_container { padding: 0 1px; }
	.vc_row.vc-column-gap-1 { margin-left: -15.5px; margin-right: -15.5px; }
	.vc_row.vc-column-gap-1>.vc_column_container { padding: 0 .5px; }
}

.wpb_column {
	z-index: 4;
}

.vc_column-inner > .wpb_wrapper {
	position: relative;
	z-index: 1;
}

.vc_column-inner {
	position: relative;
	z-index: 3;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
	background-position: inherit !important;
}

/*-----*  ( Shape Separators )  *-----*/
.shape-separator {
	position: absolute !important;
	left: 0;
	width: 100%;
	z-index: 2;
}

.shape-separator.over-row {
	z-index: 4;
}

.shape-separator.top-shape {
	top: 0;
	-webkit-transform: translateY(-0.5px);
		-ms-transform: translateY(-0.5px);
			transform: translateY(-0.5px);
}

.shape-separator.bottom-shape {
	bottom: 0;
	-webkit-transform: translateY(.5px);
		-ms-transform: translateY(.5px);
			transform: translateY(.5px);
}

.shape-separator svg {
	display: block;
	width: 100%;
	height: 100%;
}

.shape-separator.flip-shape svg {
	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

.shape-separator.bottom-shape svg {
	-webkit-transform: rotateY(180deg) rotateX(180deg);
		-ms-transform: rotateY(180deg) rotateX(180deg);
			transform: rotateY(180deg) rotateX(180deg);
}

.shape-separator.bottom-shape.flip-shape svg {
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.shape-separator.shape-19 svg {
	position: absolute;
	top: 0;
	left: 0;
}

.shape-separator.shape-18, .shape-separator.shape-19 {
	height: 180px;
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.shape-separator.shape-19 {
	height: 120px;
}

.shape-separator.shape-18.bottom-shape, .shape-separator.shape-19.bottom-shape {
	-webkit-transform: rotateY(180deg) rotateX(180deg);
		-ms-transform: rotateY(180deg) rotateX(180deg);
			transform: rotateY(180deg) rotateX(180deg);
}




.shape-separator.shape-17, .shape-separator.shape-18 {
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.shape-separator.shape-17.bottom-shape,
.shape-separator.shape-18.bottom-shape {
	-webkit-transform: rotateY(180deg) rotateX(180deg);
		-ms-transform: rotateY(180deg) rotateX(180deg);
			transform: rotateY(180deg) rotateX(180deg);
}

.shape-separator.shape-17 svg,
.shape-separator.shape-18 svg {
	position: relative;
	margin-bottom: -7px;
}

.shape-separator.shape-17 .waves > use,
.shape-separator.shape-18 .waves > use {
	will-change: transform;
	-webkit-animation: move-waves 8s cubic-bezier(.55, .5, .45, .5) infinite;
			animation: move-waves 8s cubic-bezier(.55, .5, .45, .5) infinite;
}

.shape-separator.shape-18 .waves > use {
	-webkit-animation: move-waves 25s cubic-bezier(.55, .5, .45, .5) infinite;
			animation: move-waves 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.shape-separator.shape-18 .waves > use:nth-child(1) {
	-webkit-animation-duration: 7s;
			animation-duration: 7s;
	-webkit-animation-delay: -2s;
			animation-delay: -2s;
}

.shape-separator.shape-18 .waves > use:nth-child(2) {
	-webkit-animation-duration: 10s;
			animation-duration: 10s;
	-webkit-animation-delay: -3s;
			animation-delay: -3s;
}

.shape-separator.shape-18 .waves > use:nth-child(3) {
	-webkit-animation-duration: 13s;
			animation-duration: 13s;
	-webkit-animation-delay: -4s;
			animation-delay: -4s;
}

.shape-separator.shape-18 .waves > use:nth-child(4) {
	-webkit-animation-duration: 20s;
			animation-duration: 20s;
	-webkit-animation-delay: -5s;
			animation-delay: -5s;
}

@-webkit-keyframes move-waves {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
				transform: translate3d(-90px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-90px, 0, 0);
				transform: translate3d(85px, 0, 0);
	}
}

@keyframes move-waves {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
				transform: translate3d(-90px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-90px, 0, 0);
				transform: translate3d(85px, 0, 0);
	}
}

/*-----*  ( One Page Feature )  *-----*/
.one-page-nav {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 13;
	text-align: right;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.one-page-nav.style-1 {
	right: 30px;
}

.one-page-nav.style-1 li {
	padding: 6px 8px;
	line-height: 1;
}

.one-page-nav.style-1 li a {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 10px !important;
	line-height: 1 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.one-page-nav.style-1 li a:before {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	background: #444;
	border: 0;
	border-radius: var(--circle-border-radius);
	-webkit-box-shadow: 0 0 30px rgba(255, 255, 255, .24);
			box-shadow: 0 0 30px rgba(255, 255, 255, .24);
	-webkit-transition: border .32s cubic-bezier(.45, .35, .2, 1), background .32s cubic-bezier(.45, .35, .2, 1), -webkit-transform .32s cubic-bezier(.45, .35, .2, 1);
	transition: border .32s cubic-bezier(.45, .35, .2, 1), background .32s cubic-bezier(.45, .35, .2, 1), -webkit-transform .32s cubic-bezier(.45, .35, .2, 1);
	-o-transition: border .32s cubic-bezier(.45, .35, .2, 1), background .32s cubic-bezier(.45, .35, .2, 1), transform .32s cubic-bezier(.45, .35, .2, 1);
	transition: border .32s cubic-bezier(.45, .35, .2, 1), background .32s cubic-bezier(.45, .35, .2, 1), transform .32s cubic-bezier(.45, .35, .2, 1);
	transition: border .32s cubic-bezier(.45, .35, .2, 1), background .32s cubic-bezier(.45, .35, .2, 1), transform .32s cubic-bezier(.45, .35, .2, 1), -webkit-transform .32s cubic-bezier(.45, .35, .2, 1);
}

.one-page-nav.style-1 li a:hover:before {
	background: var(--dark-color);
}

.one-page-nav.style-1 li.current a:before {
	-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
			transform: scale(1.5);
	border: 1px solid var(--primary-color);
	background: transparent;
}

.one-page-nav.style-1 li.current a:hover:before {
	-webkit-transition-delay: 800ms;
		 -o-transition-delay: 800ms;
			transition-delay: 800ms;
}

.one-page-nav.style-1 li a span {
	position: absolute;
	top: 50%;
	right: 35px;
	padding: 8px 11px;
	letter-spacing: 3px;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	background: var(--dark-color);
	border-radius: var(--second-border-radius);
	-webkit-transform: translate(5px, -50%);
		-ms-transform: translate(5px, -50%);
			transform: translate(5px, -50%);
	-webkit-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), visibility .5s cubic-bezier(.45, .35, .2, 1), background .5s cubic-bezier(.45, .35, .2, 1), -webkit-transform .5s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .5s cubic-bezier(.45, .35, .2, 1), visibility .5s cubic-bezier(.45, .35, .2, 1), background .5s cubic-bezier(.45, .35, .2, 1), -webkit-transform .5s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), visibility .5s cubic-bezier(.45, .35, .2, 1), transform .5s cubic-bezier(.45, .35, .2, 1), background .5s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .5s cubic-bezier(.45, .35, .2, 1), visibility .5s cubic-bezier(.45, .35, .2, 1), transform .5s cubic-bezier(.45, .35, .2, 1), background .5s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .5s cubic-bezier(.45, .35, .2, 1), visibility .5s cubic-bezier(.45, .35, .2, 1), transform .5s cubic-bezier(.45, .35, .2, 1), background .5s cubic-bezier(.45, .35, .2, 1), -webkit-transform .5s cubic-bezier(.45, .35, .2, 1);
}

.one-page-nav.style-1 li a:hover span, .one-page-nav.style-1 li.current a span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.one-page-nav.style-1 li.current a span {
	-webkit-transition-delay: 800ms;
		 -o-transition-delay: 800ms;
			transition-delay: 800ms;
}

.one-page-nav.style-1 li.current a span {
	background: var(--primary-color);
}

.one-page-nav.style-2 li a {
	position: relative;
	display: block;
	color: #333 !important;
	font-size: 12px !important;
	line-height: 1 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 16px 50px 16px 4px;
	-webkit-transition: opacity .4s ease, color .4s ease;
	-o-transition: opacity .4s ease, color .4s ease;
	transition: opacity .4s ease, color .4s ease;
}

.one-page-nav.style-2 li.current a {
	color: var(--primary-color) !important;
}

.one-page-nav.style-2 li a:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: #333;
	border-radius: var(--second-border-radius);
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
	-webkit-transition: width .3s ease, background .3s ease;
	-o-transition: width .3s ease, background .3s ease;
	transition: width .3s ease, background .3s ease;
}

.one-page-nav.style-2 li a:hover:before {
	width: 40px;
}

.one-page-nav.style-2 li.current a:before {
	width: 25px;
}

.one-page-nav.style-2 li.current a:before {
	background: var(--primary-color);
}

.one-page-nav.style-2 li a span {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	-webkit-animation: onepage-letter-out .3s;
			animation: onepage-letter-out .3s;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s
}

.one-page-nav.style-2 li a span:first-child {
	opacity: 1;
	-webkit-animation: none;
			animation: none;
	max-width: 100% !important
}

.one-page-nav.style-2 li a:hover span:first-child {
	-webkit-animation: none;
			animation: none
}

.one-page-nav.style-2 li a:hover span:nth-child(2) {
	-webkit-animation-delay: .1s;
			animation-delay: .1s;
}

.one-page-nav.style-2 li a:hover span:nth-child(3) {
	-webkit-animation-delay: .15s;
			animation-delay: .15s;
}

.one-page-nav.style-2 li a:hover span:nth-child(4) {
	-webkit-animation-delay: .2s;
			animation-delay: .2s;
}

.one-page-nav.style-2 li a:hover span:nth-child(5) {
	-webkit-animation-delay: .25s;
			animation-delay: .25s;
}

.one-page-nav.style-2 li a:hover span:nth-child(6) {
	-webkit-animation-delay: .3s;
			animation-delay: .3s
}

.one-page-nav.style-2 li a:hover span:nth-child(7) {
	-webkit-animation-delay: .35s;
			animation-delay: .35s;
}

.one-page-nav.style-2 li a:hover span:nth-child(8) {
	-webkit-animation-delay: .4s;
			animation-delay: .4s;
}

.one-page-nav.style-2 li a:hover span:nth-child(9) {
	-webkit-animation-delay: .45s;
			animation-delay: .45s;
}

.one-page-nav.style-2 li a:hover span:nth-child(10) {
	-webkit-animation-delay: .5s;
			animation-delay: .5s;
}

.one-page-nav.style-2 li a:hover span:nth-child(11) {
	-webkit-animation-delay: .55s;
			animation-delay: .55s;
}

.one-page-nav.style-2 li a:hover span:nth-child(12) {
	-webkit-animation-delay: .6s;
			animation-delay: .6s;
}

.one-page-nav.style-2 li a:hover span:nth-child(13) {
	-webkit-animation-delay: .65s;
			animation-delay: .65s;
}

.one-page-nav.style-2 li a:hover span:nth-child(14) {
	-webkit-animation-delay: .7s;
			animation-delay: .7s;
}

.one-page-nav.style-2 li a:hover span, .one-page-nav.style-2 li.current a span {
	opacity: 1;
	-webkit-animation: onepage-letter-in steps(2) 50ms forwards;
			animation: onepage-letter-in steps(2) 50ms forwards;
}

@-webkit-keyframes onepage-letter-out {
	0% { max-width: 100% }
	100% { max-width: 0% }
}

@keyframes onepage-letter-out {
	0% { max-width: 100% }
	100% { max-width: 0% }
}

@-webkit-keyframes onepage-letter-in {
	0% { max-width: 100%; }
	100% { max-width: 100%; }
}

@keyframes onepage-letter-in {
	0% { max-width: 100%; }
	100% { max-width: 100%; }
}



/*------------------------------------------------------*/
/*                   06 - Portfolio
/*------------------------------------------------------*/

.projects-wrap.padding-bottom {
	padding-bottom: 60px;
}

.projects-wrap .projects-list {
	-webkit-transition: height .2s linear;
	-o-transition: height .2s linear;
	transition: height .2s linear;
}

.project-item {
	float: left;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.project-item.visible-item {
	opacity: 1;
}

.project-item img {
	width: 100%;
}

.project-item .project-item-wrap {
	position: relative;
}

.projects-list .project-item .project-item-wrap:hover {
	z-index: 1;
}

.projects-list .project-item .project-item-wrap.moura-tilt .project-info-wrap {
	-webkit-transform: translateZ(18px);
		-ms-transform: translateZ(18px);
			transform: translateZ(18px);
}

.projects-list .project-item .overlay {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	will-change: opacity;
}

.projects-list .project-item .featured-img-wrap {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.projects-list.grid-layout .project-item .featured-img-wrap, .projects-list.carousel-layout .project-item .featured-img-wrap {
	padding-top: 100%;
}

.projects-list.grid-layout.high-featured-image .project-item .featured-img-wrap, .projects-list.carousel-layout.high-featured-image .project-item .featured-img-wrap {
	padding-top: 150%;
}

.projects-list:not(.masonry-layout) .project-item .featured-img-wrap .featured-img-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.projects-list.masonry-layout .project-item .featured-img-wrap .featured-img-border {
	overflow: hidden;
}

.projects-list:not(.masonry-layout) .project-item .featured-img-wrap .featured-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	will-change: transform;
}

.projects-list.masonry-layout .project-item .featured-img-wrap .featured-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	will-change: transform;
}

.projects-list .project-item .featured-img-wrap .featured-img img {
	visibility: hidden;
	opacity: 0;
}

.projects-list.grid-layout .project-item .featured-img-wrap .featured-img img, .projects-list.carousel-layout .project-item .featured-img-wrap .featured-img img {
	display: none;
}

.projects-list .project-item .link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.project-item .project-categories a:after, .project-item .project-categories span:after {
	content: ' - ';
	margin: 0 1px;
}

.project-item .project-categories a:last-child:after, .project-item .project-categories span:last-child:after {
	display: none;
}

.projects-shadow-1 .project-item:before {
	content: '';
	display: block;
	height: 11%;
	width: 100%;
	position: absolute;
	bottom: -8%;
	left: 0%;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 100px;
	-webkit-filter: blur(12px);
			filter: blur(12px);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.projects-shadow-1 .project-item:hover:before {
	bottom: -10%;
	background-color: rgba(0, 0, 0, .32);
}

.project-item .project-info h4 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 4px;
}

.project-item .project-info .project-categories {
	font-size: .92em;
	line-height: 1.6em;
}

.project-item .project-info h4, .project-item .project-info h4 a, .project-item .project-info .project-categories, .project-item .open-icon, .project-item .project-icons a {
	color: #fff;
}

.project-item .open-icon i:after {
	background: #fff;
}

/*-----*  ( Projects Loader )  *-----*/
.projects-loader {
	padding-top: 10vh;
	text-align: center;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-loaded .projects-loader {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-15px) scale(.6);
		-ms-transform: translateY(-15px) scale(.6);
			transform: translateY(-15px) scale(.6);
}

.projects-loader .spinner {
	display: inline-block;
}

.projects-loader .spinner {
	position: relative;
	height: 52px;
	width: 52px;
	border: 4px solid var(--light-border-color);
	border-radius: var(--circle-border-radius);
	-webkit-animation: projects-loader 1.2s cubic-bezier(.82, .11, .26, .92) infinite;
			animation: projects-loader 1.2s cubic-bezier(.82, .11, .26, .92) infinite;
}

.projects-loader .spinner:after {
	content: '';
	display: block;
	height: 38px;
	width: 38px;
	border: 3px solid transparent;
	border-top: 3px solid var(--primary-color);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

@-webkit-keyframes projects-loader {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes projects-loader {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

/*-----*  ( Filter Buttons )  *-----*/
.portfolio-filter {
	margin: 0 0 40px 0;
}

.portfolio-filter ul {
	display: inline-block;
}

.portfolio-filter li {
	font-size: 12px;
	display: inline-block;
	margin-right: 32px;
}

.portfolio-filter li:last-child {
	margin-right: 0;
}

.portfolio-filter li span, .portfolio-filter li a {
	color: var(--light-text-color-2);
	position: relative;
	cursor: pointer;
	padding: 6px 0;
	line-height: 1;
	display: inline-block;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.portfolio-filter li:hover span, .portfolio-filter li:hover a {
	color: var(--dark-color);
}

.portfolio-filter li span.active, .portfolio-filter li span.active:hover, .portfolio-filter li.current-cat a, .portfolio-filter li.current-cat a:hover {
	color: var(--primary-color);
}

.portfolio-filter li span:before, .portfolio-filter li a:before {
	background-color: var(--dark-color);
}

.portfolio-filter li span.active:before, .portfolio-filter li.current-cat a:before {
	background-color: var(--primary-color);
}

.portfolio-filter li span:before, .portfolio-filter li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	border-radius: var(--circle-border-radius);
	-webkit-transition: background-color .3s ease, width .3s ease;
	-o-transition: background-color .3s ease, width .3s ease;
	transition: background-color .3s ease, width .3s ease;
}

.portfolio-filter li:hover span:before, .portfolio-filter li span.active:before, .portfolio-filter li:hover a:before, .portfolio-filter li.current-cat a:before {
	width: 100%;
}

.portfolio-filter-gap {
	height: 40px;
}

/*-----*  ( Masonry Multi-Size Portfolio )  *-----*/
.projects-list.masonry-multisize-layout .project-item.masonry-small .featured-img-wrap {
	padding-top: 100%;
}

.projects-list.masonry-multisize-layout .project-item.masonry-large .featured-img-wrap {
	padding-top: 100%;
}

.projects-list.masonry-multisize-layout .project-item.masonry-long .featured-img-wrap {
	padding-top: 50%;
}

.projects-list.masonry-multisize-layout .project-item.masonry-high .featured-img-wrap {
	padding-top: 200%;
}

.projects-list.masonry-multisize-layout .project-item.masonry-small,
.projects-list.masonry-multisize-layout .project-item.masonry-high,
.projects-list.masonry-multisize-layout .grid-sizer {
	width: 20%;
}

.projects-list.masonry-multisize-layout .project-item.masonry-large,
.projects-list.masonry-multisize-layout .project-item.masonry-long {
	width: 40%;
}

.container .projects-list.masonry-multisize-layout .project-item.masonry-small,
.container .projects-list.masonry-multisize-layout .project-item.masonry-high,
.container .projects-list.masonry-multisize-layout .grid-sizer {
	width: 25%;
}

.container .projects-list.masonry-multisize-layout .project-item.masonry-large,
.container .projects-list.masonry-multisize-layout .project-item.masonry-long {
	width: 50%;
}

@media (max-width: 991px) {
	.projects-list.masonry-multisize-layout .project-item.masonry-small,
	.projects-list.masonry-multisize-layout .project-item.masonry-high,
	.projects-list.masonry-multisize-layout .grid-sizer, {
		width: 100%;
	}

	.projects-list.masonry-multisize-layout .project-item.masonry-large,
	.projects-list.masonry-multisize-layout .project-item.masonry-long {
		width: 100%;
	}

	.container .projects-list.masonry-multisize-layout .project-item.masonry-small,
	.container .projects-list.masonry-multisize-layout .project-item.masonry-high,
	.container .projects-list.masonry-multisize-layout .grid-sizer {
		width: 100%;
	}

	.container .projects-list.masonry-multisize-layout .project-item.masonry-large,
	.container .projects-list.masonry-multisize-layout .project-item.masonry-long {
		width: 100%;
	}
}

/*-----*  ( Grid & Masonry Portfolio )  *-----*/
.projects-list.grid-layout.projects-cols-2 .project-item,
.projects-list.masonry-layout.projects-cols-2 .project-item,
.projects-list.masonry-layout.projects-cols-2 .grid-sizer {
	width: 50%;
}

.projects-list.grid-layout.projects-cols-3 .project-item,
.projects-list.masonry-layout.projects-cols-3 .project-item,
.projects-list.masonry-layout.projects-cols-3 .grid-sizer {
	width: 33.33333%;
}

.projects-list.grid-layout.projects-cols-4 .project-item,
.projects-list.masonry-layout.projects-cols-4 .project-item,
.projects-list.masonry-layout.projects-cols-4 .grid-sizer {
	width: 25%;
}

.projects-list.grid-layout.projects-cols-5 .project-item,
.projects-list.masonry-layout.projects-cols-5 .project-item,
.projects-list.masonry-layout.projects-cols-5 .grid-sizer {
	width: 20%;
}

.projects-list.grid-layout.projects-cols-6 .project-item,
.projects-list.masonry-layout.projects-cols-6 .project-item,
.projects-list.masonry-layout.projects-cols-6 .grid-sizer {
	width: 16.6666%;
}

/*-----*  ( Responsive CSS )  *-----*/
@media (max-width: 1499px) {
	.projects-list.masonry-multisize-layout .grid-sizer,
	.projects-list.masonry-multisize-layout .project-item.masonry-small,
	.projects-list.masonry-multisize-layout .project-item.masonry-high {
		width: 25%;
	}
	.projects-list.masonry-multisize-layout .project-item.masonry-large,
	.projects-list.masonry-multisize-layout .project-item.masonry-long {
		width: 50%;
	}
	.projects-list.grid-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .grid-sizer,
	.projects-list.grid-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .grid-sizer {
		width: 25%;
	}
}

@media (max-width: 1199px) {
	.projects-list.grid-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .grid-sizer,
	.projects-list.grid-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .grid-sizer,
	.projects-list.grid-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .grid-sizer,
	.projects-list.grid-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .grid-sizer {
		width: 33.333%;
	}
}

@media (max-width: 991px) {
	.projects-list.masonry-multisize-layout .grid-sizer,
	.projects-list.masonry-multisize-layout .project-item.masonry-small,
	.projects-list.masonry-multisize-layout .project-item.masonry-high,
	.projects-list.masonry-multisize-layout .project-item.masonry-large,
	.projects-list.masonry-multisize-layout .project-item.masonry-long {
		width: 100%;
	}
	.projects-list.grid-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .grid-sizer,
	.projects-list.grid-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .grid-sizer,
	.projects-list.grid-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .grid-sizer,
	.projects-list.grid-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .grid-sizer {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.projects-list.grid-layout.projects-cols-2 .project-item, .projects-list.masonry-layout.projects-cols-2 .project-item, .projects-list.masonry-layout.projects-cols-2 .grid-sizer,
	.projects-list.grid-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .project-item, .projects-list.masonry-layout.projects-cols-3 .grid-sizer,
	.projects-list.grid-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .project-item, .projects-list.masonry-layout.projects-cols-4 .grid-sizer,
	.projects-list.grid-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .project-item, .projects-list.masonry-layout.projects-cols-5 .grid-sizer,
	.projects-list.grid-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .project-item, .projects-list.masonry-layout.projects-cols-6 .grid-sizer {
		width: 100%;
	}
}

/*-----*  ( Portfolio Style 1 )  *-----*/
.project-item.style-1 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-1:hover .overlay {
	opacity: .6;
}

.project-item.style-1 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-1 .project-info-wrap .project-info {
	position: absolute;
	bottom: 35px;
	left: 35px;
}

.project-item.style-1 .project-info-wrap .project-info h4 {
	will-change: transform;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateX(8px);
		-ms-transform: translateX(8px);
			transform: translateX(8px);
	-webkit-transition: opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
}

.project-item.style-1:hover .project-info-wrap .project-info h4 {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition-delay: .22s;
		 -o-transition-delay: .22s;
			transition-delay: .22s;
}

.project-item.style-1 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	margin-bottom: 4px;
	opacity: 0;
	-webkit-transform: translateX(4px) translateZ(0);
		-ms-transform: translateX(4px) translateZ(0);
			transform: translateX(4px) translateZ(0);
	-webkit-transition: opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), opacity .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
}

.project-item.style-1:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
		-ms-transform: translateX(0) translateZ(0);
			transform: translateX(0) translateZ(0);
	-webkit-transition-delay: .45s;
		 -o-transition-delay: .45s;
			transition-delay: .45s;
}

/*-----*  ( Portfolio Style 2 )  *-----*/
.project-item.style-2 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .3) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .3) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-2:hover .overlay {
	opacity: .6;
}

.project-item.style-2 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1), -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-2:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
}

.project-item.style-2.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-2 .project-info-wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.project-item.style-2 .project-info-wrap .project-info {
	position: absolute;
	bottom: 30px;
	left: 35px;
}

.project-item.style-2 .project-info-wrap .project-info h4 {
	margin: 0;
}

.project-item.style-2 .project-info-wrap .project-info .project-categories {
	margin-bottom: 4px;
}

.project-item.style-2 .project-info-wrap .open-icon {
	will-change: transform;
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 30px;
	line-height: 1;
	opacity: 0;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
			transform: scale(0);
	-webkit-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1);
	transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1);
	transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-2:hover .project-info-wrap .open-icon {
	opacity: 1;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	-webkit-transition-delay: .25s;
		 -o-transition-delay: .25s;
			transition-delay: .25s;
}

.project-item.style-2 .project-info-wrap .open-icon i {
	position: relative;
}

.project-item.style-2 .project-info-wrap .open-icon i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	right: 100%;
	top: 15px;
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-transform: translate(17px, -70%);
		-ms-transform: translate(17px, -70%);
			transform: translate(17px, -70%);
	opacity: 0;
	-webkit-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-2:hover .project-info-wrap i:after {
	opacity: 1;
	width: 30px;
	-webkit-transition-delay: .4s;
		 -o-transition-delay: .4s;
			transition-delay: .4s;
}

/*-----*  ( Portfolio Style 3 )  *-----*/
.project-item.style-3 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-3:hover .overlay {
	opacity: .6;
}

.project-item.style-3 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1), -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-3:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
}

.project-item.style-3.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
}

.project-item.style-3 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-3 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.project-item.style-3 .project-info-wrap .project-info h4 {
	will-change: transform;
	margin-bottom: 4px;
	opacity: 0;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-3:hover .project-info-wrap .project-info h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-item.style-3 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
			transform: translateY(5px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1), transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-3:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

/*-----*  ( Portfolio Style 4 )  *-----*/
.project-item.style-4 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-4:hover .overlay{
	opacity: .6;
}

.project-item.style-4 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1), -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-4:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
}

.project-item.style-4.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
}

.project-item.style-4 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-4 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.project-item.style-4 .project-info-wrap .project-info h4 {
	margin-bottom: 4px;
}

.project-item.style-4 .project-info-wrap .project-border-1 {
	position: absolute;
	right: 30px;
	top: 30px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-4:hover .project-info-wrap .project-border-1 {
	opacity: 1;
	width: calc(100% - 60px);
}

.project-item.style-4 .project-info-wrap .project-border-2 {
	position: absolute;
	left: 30px;
	bottom: 30px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-4:hover .project-info-wrap .project-border-2 {
	opacity: 1;
	width: calc(100% - 60px);
}

/*-----*  ( Portfolio Style 5 )  *-----*/
.project-item.style-5 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-5:hover .overlay {
	opacity: .6;
}

.project-item.style-5 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1);
	transition: transform .35s cubic-bezier(.45, .35, .2, 1), -webkit-transform .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-5:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
}

.project-item.style-5.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
}

.project-item.style-5 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-5 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.project-item.style-5 .project-info-wrap .project-info h4 {
	margin-bottom: 4px;
}

.project-item.style-5 .project-info-wrap .project-border-1 {
	position: absolute;
	right: 25px;
	top: 25px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	transition: all .6s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-5:hover .project-info-wrap .project-border-1 {
	opacity: 1;
	width: 50px;
}

.project-item.style-5 .project-info-wrap .project-border-2 {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	transition: all .6s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-5:hover .project-info-wrap .project-border-2 {
	opacity: 1;
	width: 50px;
}

.project-item.style-5 .project-info-wrap .project-border-3 {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: 0;
	width: 4px;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	transition: all .6s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-5:hover .project-info-wrap .project-border-3 {
	opacity: 1;
	height: 50px;
}

.project-item.style-5 .project-info-wrap .project-border-4 {
	position: absolute;
	right: 25px;
	top: 25px;
	height: 0;
	width: 4px;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .6s cubic-bezier(.37, .06, 0, 1);
	transition: all .6s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-5:hover .project-info-wrap .project-border-4 {
	opacity: 1;
	height: 50px;
}

/*-----*  ( Portfolio Style 6 )  *-----*/
.project-item.style-6 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-6:hover .overlay {
	opacity: .6;
}

.project-item.style-6 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-6 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.project-item.style-6 .project-info-wrap .project-info h4 {
	will-change: transform;
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
			transform: translateY(5px);
	-webkit-transition: opacity .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-6:hover .project-info-wrap h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-item.style-6 .project-info-wrap .project-info h4:after {
	will-change: transform;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 20px;
	height: 3px;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translateX(-50%) translateZ(0) scaleX(1);
		-ms-transform: translateX(-50%) translateZ(0) scaleX(1);
			transform: translateX(-50%) translateZ(0) scaleX(1);
	-webkit-transition: opacity .5s cubic-bezier(.37, .06, 0, 1), -webkit-transform .5s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .5s cubic-bezier(.37, .06, 0, 1), -webkit-transform .5s cubic-bezier(.37, .06, 0, 1);
	-o-transition: transform .5s cubic-bezier(.37, .06, 0, 1), opacity .5s cubic-bezier(.37, .06, 0, 1);
	transition: transform .5s cubic-bezier(.37, .06, 0, 1), opacity .5s cubic-bezier(.37, .06, 0, 1);
	transition: transform .5s cubic-bezier(.37, .06, 0, 1), opacity .5s cubic-bezier(.37, .06, 0, 1), -webkit-transform .5s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-6:hover .project-info-wrap .project-info h4:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateZ(0) scaleX(2);
		-ms-transform: translateX(-50%) translateZ(0) scaleX(2);
			transform: translateX(-50%) translateZ(0) scaleX(2);
	-webkit-transition-delay: .25s;
		 -o-transition-delay: .25s;
			transition-delay: .25s;
}

.project-item.style-6 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
			transform: translateY(-2px);
	-webkit-transition: opacity .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1);
	transition: opacity .4s cubic-bezier(.37, .06, 0, 1), transform .4s cubic-bezier(.37, .06, 0, 1), -webkit-transform .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-6:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
			transform: translateY(3px);
}

/*-----*  ( Portfolio Style 7 )  *-----*/
.project-item.style-7 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-7:hover .overlay {
	opacity: .6;
}

.project-item.style-7 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .35s cubic-bezier(.45, .35, .2, 1);
	transition: all .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-7:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.project-item.style-7.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.project-item.style-7 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-7 .project-info-wrap .project-info {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 0 40px;
	text-align: left;
}

.project-item.style-7 .project-info-wrap.project-info h4 {
	will-change: transform;
	margin-bottom: 4px;
	opacity: 0;
	-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
			transform: translateX(5px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-7:hover .project-info-wrap .project-info h4 {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.project-item.style-7 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
			transform: translateX(5px);
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-7:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.project-item.style-7 .project-info-wrap .project-icons {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 100%;
	text-align: right;
	z-index: 2;
	line-height: 1;
}

.project-item.style-7 .project-info-wrap .project-icons a {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
	opacity: 0;
	padding: 5px;
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-7:hover .project-info-wrap .project-icons a.open-project-icon {
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.project-item.style-7:hover .project-info-wrap .project-icons a.lightbox-icon {
	-webkit-transition-delay: .4s;
		 -o-transition-delay: .4s;
			transition-delay: .4s;
}

.project-item.style-7:hover .project-info-wrap .project-icons a {
	opacity: 1;
}

/*-----*  ( Portfolio Style 8 )  *-----*/
.project-item.style-8 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-8:hover .overlay {
	opacity: .6;
}

.project-item.style-8 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .35s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .35s cubic-bezier(.45, .35, .2, 1);
	transition: all .35s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-8:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.project-item.style-8.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.project-item.style-8 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-8 .project-info-wrap .project-info {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	text-align: left;
}

.project-item.style-8 .project-info-wrap .project-info h4 {
	will-change: transform;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
			transform: translateY(6px);
	padding-right: 55px;
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-8:hover .project-info-wrap .project-info h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}

.project-item.style-8 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	margin-bottom: 5px;
	opacity: 0;
	-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
			transform: translateY(8px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-8:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-item.style-8 .project-info-wrap .project-icons {
	position: absolute;
	bottom: -8px;
	right: 22px;
	text-align: right;
	z-index: 2;
}

.project-item.style-8 .project-info-wrap .project-icons a {
	will-change: transform;
	display: inline-block;
	font-size: 18px;
	margin-left: 2px;
	opacity: 0;
	padding: 4px;
	-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
			transform: translateY(6px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-8:hover .project-info-wrap .project-icons a.open-project-icon {
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.project-item.style-8:hover .project-info-wrap .project-icons a.lightbox-icon {
	-webkit-transition-delay: .4s;
		 -o-transition-delay: .4s;
			transition-delay: .4s;
}

.project-item.style-8:hover .project-info-wrap .project-icons a {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

/*-----*  ( Portfolio Style 9 )  *-----*/
.project-item.style-9 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-9:hover .overlay {
	opacity: .6;
}

.project-item.style-9 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-9:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-9.parallax-effect:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1) !important;
		-ms-transform: translateZ(0) scale(1) !important;
			transform: translateZ(0) scale(1) !important;
}

.project-item.style-9 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-9 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
			transform: translateY(-20%);
}

.project-item.style-9 .project-info-wrap .project-info h4 {
	margin-bottom: 5px;
	position: relative;
}

.project-item.style-9 .project-info-wrap .project-info .project-categories {
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, -6px);
		-ms-transform: translate(-50%, -6px);
			transform: translate(-50%, -6px);
}

.project-item.style-9 .project-info-wrap .open-icon {
	will-change: transform;
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-size: 28px;
	line-height: 1;
	opacity: 0;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
			transform: scale(0);
	-webkit-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1);
	transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1);
	transition: transform .25s cubic-bezier(.45, .35, .2, 1), opacity .25s cubic-bezier(.45, .35, .2, 1), -webkit-transform .25s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-9:hover .project-info-wrap .open-icon {
	opacity: 1;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	-webkit-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}

.project-item.style-9 .project-info-wrap .open-icon i {
	position: relative;
}

.project-item.style-9 .project-info-wrap .open-icon i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	right: 100%;
	top: 14px;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(16px, -50%);
		-ms-transform: translate(16px, -50%);
			transform: translate(16px, -50%);
	opacity: 0;
	-webkit-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .25s cubic-bezier(.45, .35, .2, 1), width .25s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-9:hover .project-info-wrap i:after {
	opacity: 1;
	width: 30px;
	-webkit-transition-delay: .35s;
		 -o-transition-delay: .35s;
			transition-delay: .35s;
}

/*-----*  ( Portfolio Style 10 )  *-----*/
.project-item.style-10 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-10:hover .overlay {
	opacity: .6;
}

.project-item.style-10 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-10:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-10.parallax-effect .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1) !important;
		-ms-transform: translateZ(0) scale(1) !important;
			transform: translateZ(0) scale(1) !important;
}

.project-item.style-10 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-10 .project-info-wrap .project-info {
	will-change: transform;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(.9) translateZ(0);
		-ms-transform: translateY(-50%) scale(.9) translateZ(0);
			transform: translateY(-50%) scale(.9) translateZ(0);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-10:hover .project-info-wrap .project-info {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1) translateZ(0);
		-ms-transform: translateY(-50%) scale(1) translateZ(0);
			transform: translateY(-50%) scale(1) translateZ(0);
}

.project-item.style-10 .project-info-wrap .project-info h4 {
	margin-bottom: 4px;
}

.project-item.style-10 .project-info-wrap .project-border-1 {
	position: absolute;
	right: 25px;
	top: 25px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-10:hover .project-info-wrap .project-border-1 {
	opacity: 1;
	width: 50px;
}

.project-item.style-10 .project-info-wrap .project-border-2 {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: 4px;
	width: 0;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-10:hover .project-info-wrap .project-border-2 {
	opacity: 1;
	width: 50px;
}

.project-item.style-10 .project-info-wrap .project-border-3 {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: 0;
	width: 4px;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-10:hover .project-info-wrap .project-border-3 {
	opacity: 1;
	height: 50px;
}

.project-item.style-10 .project-info-wrap .project-border-4 {
	position: absolute;
	right: 25px;
	top: 25px;
	height: 0;
	width: 4px;
	background: #fff;
	opacity: 0;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	-o-transition: all .4s cubic-bezier(.37, .06, 0, 1);
	transition: all .4s cubic-bezier(.37, .06, 0, 1);
}

.project-item.style-10:hover .project-info-wrap .project-border-4 {
	opacity: 1;
	height: 50px;
}

/*-----*  ( Portfolio Style 11 )  *-----*/
.project-item.style-11 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-11:hover .overlay {
	opacity: .6;
}

.project-item.style-11 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-11:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-11.parallax-effect .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1) !important;
		-ms-transform: translateZ(0) scale(1) !important;
			transform: translateZ(0) scale(1) !important;
}

.project-item.style-11 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-11 .project-info-wrap .project-info {
	will-change: transform;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(.9) translateZ(0);
		-ms-transform: translateY(-50%) scale(.9) translateZ(0);
			transform: translateY(-50%) scale(.9) translateZ(0);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-11:hover .project-info-wrap .project-info {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1) translateZ(0);
		-ms-transform: translateY(-50%) scale(1) translateZ(0);
			transform: translateY(-50%) scale(1) translateZ(0);
}

.project-item.style-11 .project-info-wrap .project-info h4 {
	margin-bottom: 4px;
}

/*-----*  ( Portfolio Style 12 - Dark Style )  *-----*/
.project-item.style-12 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-12:hover .overlay {
	opacity: .6;
}

.project-item.style-12 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-filter: grayscale(.95);
			filter: grayscale(.95);
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-12:hover .featured-img-wrap .featured-img {
	-webkit-filter: grayscale(0);
			filter: grayscale(0);
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-12.parallax-effect .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1) !important;
		-ms-transform: translateZ(0) scale(1) !important;
			transform: translateZ(0) scale(1) !important;
}

.project-item.style-12 .project-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-item.style-12 .project-info-wrap .project-info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.project-item.style-12 .project-info-wrap .project-info h4 {
	will-change: transform;
	margin-bottom: 4px;
	opacity: 0;
	-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
			transform: translateY(5px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-12:hover .project-info-wrap .project-info h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-item.style-12 .project-info-wrap .project-info .project-categories {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-item.style-12:hover .project-info-wrap .project-info .project-categories {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

/*-----*  ( Portfolio Style 12 - Classic Style )  *-----*/
.project-item.style-13 .overlay {
	opacity: 0;
	background: -webkit-linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	background:         linear-gradient( 45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4) );
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-13:hover .overlay {
	opacity: .6;
}

.project-item.style-13 .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: translateZ(0) scale(1.08);
		-ms-transform: translateZ(0) scale(1.08);
			transform: translateZ(0) scale(1.08);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1);
	transition: transform .4s cubic-bezier(.45, .35, .2, 1), -webkit-transform .4s cubic-bezier(.45, .35, .2, 1);
}

.project-item.style-13:hover .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1);
		-ms-transform: translateZ(0) scale(1);
			transform: translateZ(0) scale(1);
}

.project-item.style-13.parallax-effect .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0) scale(1) !important;
		-ms-transform: translateZ(0) scale(1) !important;
			transform: translateZ(0) scale(1) !important;
}

.project-item.style-13 .project-info {
	position: relative;
	padding: 20px 0;
}

.project-item.style-13 .project-info h4 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-right: 30px;
}

.project-item.style-13 .project-item-wrap .project-info .project-categories {
	color: var(--light-text-color-2);
}

.project-item.style-13 .project-info .post-love {
	position: absolute;
	right: 0;
	top: 20px;
}

.project-item.style-13 .project-info .post-love i {
	font-size: 16px;
	position: relative;
	top: 2px;
	left: -1px;
}

.project-item.style-13 .project-info .post-love .love-count {
	display: none;
}

.project-item.style-13 .project-info .post-love a, .project-item.style-13 .project-info h4 a {
	color: var(--dark-color) !important;
}

.project-item.style-13 .project-info .post-love a:hover, .project-item.style-13 .project-info .post-love a.liked, .project-item.style-13 .project-info h4 a:hover {
	color: var(--primary-color) !important;
}

.projects-list.grid-layout .project-item.style-13 .featured-img-wrap, .projects-list.carousel-layout .project-item.style-13 .featured-img-wrap {
	padding-top: 90%;
}



/*------------------------------------------------------*/
/*                 07 - Single Project
/*------------------------------------------------------*/

.single-portfolio .main-content {
	padding-bottom: 0;
}

.project-wrap {
	position: relative;
}

.project-wrap .project-details-wrap .project-title {
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.project-wrap .project-details-wrap .project-cats {
	margin-bottom: 15px;
	line-height: 1;
	color: var(--light-text-color);
}

.project-wrap .project-details-wrap .project-cats a, .project-wrap .project-details-wrap .project-cats span {
	display: inline-block;
	margin: 0 2px 0 3px;
	font-size: .9em;
	line-height: 18px;
	text-transform: capitalize;
}

.project-wrap .project-details-wrap .project-cats a:first-child, .project-wrap .project-details-wrap .project-cats span:first-child {
	margin-left: 0;
}

.project-wrap .project-details-wrap .project-meta {
	list-style: none;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.project-wrap .project-details-wrap .project-meta li {
	margin-right: 30px;
	padding-right: 25px;
	padding-top: 20px;
	border-top: 1px solid var(--light-border-color);
}

.project-wrap .project-details-wrap .project-meta li h6 {
	margin-bottom: 8px;
}

.project-wrap .project-details-wrap .project-meta li p {
	font-size: .85em;
	margin-bottom: 0;
	line-height: 1.8em;
	color: var(--light-text-color-2);
}

.project-wrap .project-media-wrap .project-gallery-item {
	margin-bottom: 6px;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.project-wrap.split-right-details-layout .project-media-wrap .project-gallery-item, .project-wrap.split-left-details-layout .project-media-wrap .project-gallery-item {
	border-radius: 0;
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image {
	display: block;
	position: relative;
}

.project-wrap .project-thumb a.open-image, .project-wrap .project-thumb > a > img, .project-wrap .project-thumb > img {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image i {
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	color: var(--dark-color);
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border-radius: var(--second-border-radius);
	-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
			transform: translateY(6px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image:hover i {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-wrap .project-media-wrap .project-gallery-item img {
	width: 100%;
	height: auto;
}

.project-wrap.split-right-details-layout .project-details-wrap {
	padding-left: 6vw;
	padding-right: 8vw;
}

.project-wrap.right-details-layout .project-details-wrap.sticky,
.project-wrap.left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: var(--right-details-space, 120px);
}

.project-wrap.split-right-details-layout .project-details-wrap.sticky,
.project-wrap.split-left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: var(--split-right-details-space, 18vh);
}

.project-wrap.split-right-details-layout .split-no-padding {
	padding-right: 0;
}

.project-wrap.split-left-details-layout .project-details-wrap {
	padding-right: 6vw;
	padding-left: 8vw;
}

.project-wrap.split-left-details-layout .split-no-padding {
	padding-left: 0;
}

.project-wrap.top-details-layout .project-details-wrap, .project-wrap.top-details-mini-layout .project-details-wrap {
	padding-bottom: 80px;
}

.project-wrap.bottom-details-layout .project-media-wrap, .project-wrap.bottom-details-mini-layout .project-media-wrap {
	padding-bottom: 50px;
}

.project-wrap.top-details-layout .project-details-wrap .project-meta {
	width: 100%;
}

.project-wrap.top-details-mini-layout .project-media-wrap, .project-wrap.bottom-details-mini-layout .project-media-wrap {
	margin-left: -60px;
	margin-right: -60px;
}

@media screen and (min-width: 1025px) {
	.project-wrap.split-right-details-layout .project-details-wrap {
		padding-right: -webkit-calc(12vw + 120px);
		padding-right: calc(12vw + 120px);
	}
	.project-wrap.split-left-details-layout .project-details-wrap {
		padding-left: -webkit-calc(11vw + 120px);
		padding-left: calc(12vw + 120px);
	}
}

@media screen and (max-width: 991px) {
	.project-wrap.split-left-details-layout .project-details-wrap,
	.project-wrap.split-right-details-layout .project-details-wrap {
		padding-right: 8vw;
		padding-left: 8vw;
	}
	.project-wrap.split-left-details-layout .project-details-wrap {
		padding-top: 60px;
	}
	.project-wrap.split-left-details-layout .row,
	.project-wrap.split-right-details-layout .row {
		margin-left: 0;
		margin-right: 0;
	}
	.project-wrap.split-left-details-layout .row > .col-12,
	.project-wrap.split-right-details-layout .row > .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}



/*------------------------------------------------------*/
/*                      08 - Blog
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.blog-items {
	display: block;
}

.blog-items article {
	will-change: transform, opacity;
	-webkit-box-shadow: 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 var(--light-shadow-color);
	-webkit-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	-o-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	transition: all .4s cubic-bezier(.35, .15, .03, .95);
}

.blog-items .post.sticky {
	position: relative;
}

.blog-items .post.sticky .sticky-post-icon {
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 34px solid var(--primary-color);
	border-left: 44px solid transparent;
}

.blog-items .post.sticky .sticky-post-icon i {
	position: absolute;
	right: 4px;
	top: -28px;
	color: #fff;
	font-size: 11px;
}

.blog-items article .entry-excerpt p {
	margin-bottom: 0;
}

/*-----*  ( FadeIn Posts )  *-----*/
.blog-items.with-animation article {
	opacity: 0 !important;
	-webkit-transform: translateY(30px) !important;
		-ms-transform: translateY(30px) !important;
			transform: translateY(30px) !important;
}

.blog-items.with-animation article.visible-item {
	-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
			transform: translateY(0) !important;
	opacity: 1 !important;
}

/*-----*  ( Quote & Link Post )  *-----*/
article.format-quote, article.format-link {
	display: block !important;
}

article.format-quote blockquote {
	position: relative;
	padding: 10%;
	overflow: hidden;
	margin-bottom: 0;
	border: none;
	text-align: center;
	border-radius: var(--first-border-radius);
}

article.format-quote blockquote blockquote {
	padding: 0;
}

.post-wrap article.format-quote blockquote {
	margin-bottom: 45px;
}

article.format-quote blockquote .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	-o-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	transition: all .4s cubic-bezier(.35, .15, .03, .95);
}

article.format-quote:hover blockquote .thumb-img {
	-webkit-transform: scale(1.06) translateZ(0);
		-ms-transform: scale(1.06) translateZ(0);
			transform: scale(1.06) translateZ(0);
}

article.format-quote blockquote .thumb-overlay {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	opacity: .9;
}

article.format-quote blockquote .quote, article.format-quote small, article.format-quote a {
	color: #fff;
}

article.format-quote blockquote .quote {
	font-size: 20px;
	line-height: 30px;
	position: relative;
}

article.format-quote blockquote small {
	position: relative;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 22px;
	display: inline-block;
}

article.format-quote blockquote small:before {
	content: '';
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	border-radius: var(--second-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

article.format-quote blockquote i {
	position: absolute;
	bottom: -20px;
	right: -20px;
	color: rgba(255, 255, 255, .2);
	font-size: 100px;
}

article.format-link .link-box {
	position: relative;
	padding: 6% 10%;
	overflow: hidden;
	text-align: center;
	background: var(--primary-color);
	border-radius: var(--first-border-radius);
}

article.format-link .link-box a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 26px;
}

article.format-link .link-box .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	-o-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	transition: all .4s cubic-bezier(.35, .15, .03, .95);
}

article.format-link:hover .link-box .thumb-img {
	-webkit-transform: scale(1.06) translateZ(0);
		-ms-transform: scale(1.06) translateZ(0);
			transform: scale(1.06) translateZ(0);
}

article.format-link .link-box .thumb-overlay {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	opacity: .9;
}

article.format-link .link-box .link-content {
	font-size: 1.6em;
    line-height: 1.4em;
	position: relative;
}

article.format-link .link-box i {
	position: absolute;
	bottom: -20px;
	right: 020px;
	color: rgba(255, 255, 255, .2);
	font-size: 100px;
}

.post-wrap article.format-link .link-box {
	margin-bottom: 45px;
}

.post-thumb .moura-flickity-carousel {
	margin-bottom: 0 !important;
}

.post-thumb .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.previous,
.post-thumb .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	opacity: 0;
	-webkit-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    		transform: translate(0, -50%);
}

.post-thumb:hover .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.previous {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    		transform: translate(-50%, -50%);
}

.post-thumb:hover .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	opacity: 1;
	-webkit-transform: translate(50%, -50%);
    	-ms-transform: translate(50%, -50%);
    		transform: translate(50%, -50%);
}

.post-thumb .flickity-page-dots {
	padding: 12px;
	width: auto;
	left: 50%;
	bottom: 0;
	background-color: #fff;
	border-radius: var(--second-border-radius);
	-webkit-box-shadow: 0 6px 25px -4px var(--light-shadow-color);
    		box-shadow: 0 6px 25px -4px var(--light-shadow-color);
    -webkit-transform: translate(-50%, 50%);
    	-ms-transform: translate(-50%, 50%);
    		transform: translate(-50%, 50%);
}

.post-thumb .flickity-page-dots .dot {
	padding: 6px !important;
}

.blog-items article.format-gallery .post-thumb {
	overflow: visible !important;
}

/*-----*  ( Blog Simple Style )  *-----*/
.blog-items.simple-style article {
	margin-bottom: 80px;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 var(--light-shadow-color);
}

.blog-items.simple-style.shadow-hover article:not(.format-quote):not(.format-link) {
	padding: 8%;
}

.blog-items.simple-style.shadow-hover article {
	margin-bottom: 50px;
}

.blog-items.simple-style.shadow-hover article:hover {
	-webkit-box-shadow: 0 12px 50px -8px var(--light-shadow-color);
			box-shadow: 0 12px 50px -8px var(--light-shadow-color);
}

.blog-items.simple-style article .cats {
	font-size: .9em;
	margin-bottom: 15px;
	line-height: 1;
}

.blog-items.simple-style article .cats a {
	color: var(--light-text-color-2);
}

.blog-items.simple-style article .cats a:hover {
	color: var(--primary-color);
}

.blog-items.simple-style article .cats a:after {
	content: ' - '
}

.blog-items.simple-style article .cats a:last-child:after {
	display: none;
}

.blog-items.simple-style article .post-title {
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 1.4em;
}

.blog-items.simple-style article .post-title a {
	color: var(--dark-color);
}

.blog-items.simple-style article .post-title a:hover {
	color: var(--primary-color);
}

.blog-items.simple-style article .post-meta {
	margin-top: 25px;
	font-size: .85em;
}

.blog-items.simple-style article .post-title + .post-meta {
	margin-top: 0;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
}

.blog-items.simple-style article .post-meta, .blog-items.simple-style article .post-meta a {
	color: var(--dark-color);
}

.blog-items.simple-style article .post-meta a:hover {
	color: var(--primary-color);
}

.blog-items.simple-style article .post-meta span {
	line-height: 30px;
}

.blog-items.simple-style article .post-meta .author-avatar {
	float: left;
	margin-right: 10px;
}

.blog-items.simple-style article .post-meta .author-avatar img {
	height: 28px;
	width: 28px;
	border-radius: var(--circle-border-radius);
}

.blog-items.simple-style article .post-meta > i {
	margin: 0 10px;
	color: var(--light-text-color);
}

.blog-items.simple-style article .post-meta .post-love i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

/*-----*  ( Blog Classic Style )  *-----*/
.blog-items.classic-style article {
	margin-bottom: 60px;
	border-radius: var(--blog-imgs-radius);
}

.blog-items.classic-style.shadow-hover article {
	margin-bottom: 30px;
}

.blog-items.classic-style.shadow-hover article:not(.format-quote):not(.format-link) {
	padding: 6%;
}

.blog-items.classic-style.shadow-hover article {
	-webkit-box-shadow: 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 var(--light-shadow-color);
}

.blog-items.classic-style.shadow-hover article:hover {
	-webkit-box-shadow: 0 12px 50px -8px var(--light-shadow-color);
			box-shadow: 0 12px 50px -8px var(--light-shadow-color);
}

.blog-items.classic-style article .post-thumb {
	position: relative;
	border-radius: var(--blog-imgs-radius);
	overflow: hidden;
}

.blog-items.classic-style article .post-thumb .carousel-img {
	border-radius: var(--blog-imgs-radius);
	overflow: hidden;
}

.blog-items.classic-style article .post-thumb iframe, .blog-items.classic-style article .post-thumb audio {
	display: block;
	border-radius: var(--blog-imgs-radius);
}

.blog-items.classic-style article .post-thumb .fit-audio iframe {
	width: 100%;
	max-height: 280px;
}

.blog-items.classic-style article .post-thumb .fit-audio audio {
	display: block;
	width: 100%;
}

.blog-items.classic-style article .post-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--blog-imgs-radius);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.35, .15, .03, .95);
	-o-transition: background .4s cubic-bezier(.35, .15, .03, .95);
	transition: background .4s cubic-bezier(.35, .15, .03, .95);
}

.blog-items.classic-style article:hover .post-thumb .thumb-overlay {
	background: rgba(0, 0, 0, .42);
}

.blog-items.classic-style article .post-thumb .post-url > img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-items.classic-style article .post-thumb .link-icon, .blog-items.classic-style article .post-thumb .lightbox-icon {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(.8);
		-ms-transform: translate(-50%, -50%) scale(.8);
			transform: translate(-50%, -50%) scale(.8);
	-webkit-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	-o-transition: all .4s cubic-bezier(.35, .15, .03, .95);
	transition: all .4s cubic-bezier(.35, .15, .03, .95);
}

.blog-items.classic-style article:hover .post-thumb .link-icon, .blog-items.classic-style article:hover .post-thumb .lightbox-icon {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
			transform: translate(-50%, -50%) scale(1);
}

.blog-items.classic-style article .post-content-wrapper {
	padding: 40px 50px 0 50px;
}

.blog-items.classic-style article .post-thumb + .post-content-wrapper {
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.blog-items.classic-style article .post-content-wrapper {
		padding: 30px 40px;
	}
}

.blog-items.classic-style.shadow-hover article .post-content-wrapper {
	padding: 30px 40px;
	padding-bottom: 20px;
}

.blog-items.classic-style article .cats {
	font-size: .9em;
	margin-bottom: 15px;
	line-height: 1;
}

.blog-items.classic-style article .cats a {
	color: var(--light-text-color-2);
}

.blog-items.classic-style article .cats a:hover {
	color: var(--primary-color);
}

.blog-items.classic-style article .cats a:after {
	content: ' - '
}

.blog-items.classic-style article .cats a:last-child:after {
	display: none;
}

.blog-items.classic-style article .post-title {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
	font-size: 21px;
	line-height: 1.4em;
}

.blog-items.classic-style article .post-title a {
	color: var(--dark-color);
}

.blog-items.classic-style article .post-title a:hover {
	color: var(--primary-color);
}

.blog-items.classic-style article .post-meta {
	margin-top: 25px;
	font-size: .85em;
}

.blog-items.classic-style article .post-title + .post-meta {
	margin-top: 0;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
}

.blog-items.classic-style article .post-meta, .blog-items.classic-style article .post-meta a {
	color: var(--dark-color);
}

.blog-items.classic-style article .post-meta a:hover {
	color: var(--primary-color);
}

.blog-items.classic-style article .post-meta span {
	line-height: 30px;
}

.blog-items.classic-style article .post-meta .author-avatar {
	float: left;
	margin-right: 10px;
}

.blog-items.classic-style article .post-meta .author-avatar img {
	height: 28px;
	width: 28px;
	border-radius: var(--circle-border-radius);
}

.blog-items.classic-style article .post-meta > i {
	margin: 0 10px;
	color: var(--light-text-color);
}

.blog-items.classic-style article .post-meta .post-love i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

/*-----*  ( Blog Mini & Puzzle Styles )  *-----*/
.blog-items.list-style article, .blog-items.puzzle-style article {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}

.blog-items.list-style article.format-aside, .blog-items.puzzle-style article.format-aside {
	display: block !important;
}

.blog-items.list-style article .post-thumb, .blog-items.puzzle-style article .post-thumb {
	position: relative;
	border-radius: var(--blog-imgs-radius);
	overflow: hidden !important;
	width: 33%;
	will-change: transform;
	-webkit-box-shadow: 0 0 0 var(--light-shadow-color);
			box-shadow: 0 0 0 var(--light-shadow-color);
	-webkit-transition: all .45s cubic-bezier(.45, .24, .05, .95);
	-o-transition: all .45s cubic-bezier(.45, .24, .05, .95);
	transition: all .45s cubic-bezier(.45, .24, .05, .95);
}

.blog-items.list-style article:hover .post-thumb, .blog-items.puzzle-style article:hover .post-thumb {
	-webkit-transform: translateY(-6px) translateZ(0);
		-ms-transform: translateY(-6px) translateZ(0);
			transform: translateY(-6px) translateZ(0);
	-webkit-box-shadow: 0 18px 30px -6px var(--light-shadow-color);
			box-shadow: 0 18px 30px -6px var(--light-shadow-color);
}

.blog-items.list-style article .post-thumb a, .blog-items.puzzle-style article .post-thumb a {
	display: block;
}

.blog-items.list-style article .post-thumb a:after, .blog-items.puzzle-style article .post-thumb a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: .04;
	background-color: var(--dark-color);
}

.blog-items.list-style article .post-thumb .thumb-img, .blog-items.puzzle-style article .post-thumb .thumb-img {
	width: 100%;
	padding-top: 150%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-items.list-style article .post-thumb .m-thumb-img, .blog-items.puzzle-style article .post-thumb .m-thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-items.list-style article .post-content-wrapper, .blog-items.puzzle-style article.odd .post-content-wrapper {
	width: 67%;
	padding: 0 0 0 7%;
}

.blog-items.puzzle-style article.even .post-content-wrapper {
	width: 67%;
	padding: 0 7% 0 0;
}

.blog-items.list-style article .post-thumb iframe, .blog-items.list-style article .post-thumb audio, .blog-items.puzzle-style article .post-thumb iframe, .blog-items.puzzle-style article .post-thumb audio {
	display: block;
	border-radius: var(--blog-imgs-radius);
}

.blog-items.list-style article .post-thumb .fit-audio iframe, .blog-items.puzzle-style article .post-thumb .fit-audio iframe {
	width: 100%;
	max-height: 280px;
}

.blog-items.list-style article .post-thumb .fit-audio audio, .blog-items.puzzle-style article .post-thumb .fit-audio audio {
	display: block;
	width: 100%;
}

.blog-items.list-style article .post-thumb .thumb-overlay, .blog-items.puzzle-style article .post-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: var(--blog-imgs-radius);
	background: rgba(0, 0, 0, .4);
	-webkit-transition: opacity .6s cubic-bezier(.10, .10, 0, .71);
	-o-transition: opacity .6s cubic-bezier(.10, .10, 0, .71);
	transition: opacity .6s cubic-bezier(.10, .10, 0, .71);
}

.blog-items.list-style article:hover .post-thumb .thumb-overlay, .blog-items.puzzle-style article:hover .post-thumb .thumb-overlay {
	opacity: 1;
}

.blog-items.list-style article .post-thumb.no-thumb .thumb-overlay, .blog-items.puzzle-style article .post-thumb.no-thumb .thumb-overlay {
	opacity: 1;
	background: var(--dark-color);
}

.blog-items.list-style article .post-thumb .post-url > img, .blog-items.puzzle-style article .post-thumb .post-url > img {
	display: block;
	border-radius: var(--blog-imgs-radius);
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71);
	transition: transform .4s cubic-bezier(.10, .10, 0, .71), -webkit-transform .4s cubic-bezier(.10, .10, 0, .71);
}

.blog-items.list-style article:hover .post-thumb .post-url > img, .blog-items.puzzle-style article:hover .post-thumb .post-url > img {
	-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
			transform: scale(1.04);
}

.blog-items.list-style article .post-thumb .link-icon, .blog-items.list-style article .post-thumb .lightbox-icon, .blog-items.puzzle-style article .post-thumb .link-icon, .blog-items.puzzle-style article .post-thumb .lightbox-icon {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate(-80%, -50%);
		-ms-transform: translate(-80%, -50%);
			transform: translate(-80%, -50%);
	-webkit-transition: all .4s cubic-bezier(.10, .10, 0, .71);
	-o-transition: all .4s cubic-bezier(.10, .10, 0, .71);
	transition: all .4s cubic-bezier(.10, .10, 0, .71);
}

.blog-items.list-style article:hover .post-thumb .link-icon, .blog-items.list-style article:hover .post-thumb .lightbox-icon, .blog-items.list-style article .post-thumb.no-thumb .link-icon, .blog-items.list-style article .post-thumb.no-thumb .lightbox-icon,
.blog-items.puzzle-style article:hover .post-thumb .link-icon, .blog-items.puzzle-style article:hover .post-thumb .lightbox-icon, .blog-items.puzzle-style article .post-thumb.no-thumb .link-icon, .blog-items.puzzle-style article .post-thumb.no-thumb .lightbox-icon {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.blog-items.list-style article .cats, .blog-items.puzzle-style article .cats {
	font-size: .9em;
	margin-bottom: 18px;
	line-height: 1;
}

.blog-items.list-style article .cats a, .blog-items.puzzle-style article .cats a {
	color: var(--light-text-color-2);
}

.blog-items.list-style article .cats a:after, .blog-items.puzzle-style article .cats a:after {
	content: ' - '
}

.blog-items.list-style article .cats a:last-child:after, .blog-items.puzzle-style article .cats a:last-child:after {
	display: none;
}

.blog-items.list-style article .post-title, .blog-items.puzzle-style article .post-title {
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 1.4em;
}

.blog-items.list-style article .post-title a, .blog-items.puzzle-style article .post-title a {
	color: var(--dark-color);
}

.blog-items.list-style article .post-title a:hover, .blog-items.puzzle-style article .post-title a:hover {
	color: var(--primary-color);
}

.blog-items.list-style article .post-meta, .blog-items.puzzle-style article .post-meta {
	margin-top: 25px;
	font-size: .85em;
}

.blog-items.list-style article .post-meta, .blog-items.list-style article .post-meta a, .blog-items.puzzle-style article .post-meta, .blog-items.puzzle-style article .post-meta a {
	color: var(--dark-color);
}

.blog-items.list-style article .post-meta a:hover, .blog-items.puzzle-style article .post-meta a:hover {
	color: var(--primary-color);
}

.blog-items.list-style article .post-meta span, .blog-items.puzzle-style article .post-meta span {
	line-height: 30px;
}

.blog-items.list-style article .post-meta .author-avatar, .blog-items.puzzle-style article .post-meta .author-avatar {
	float: left;
	margin-right: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-items.list-style article .post-meta .author-avatar:hover, .blog-items.puzzle-style article .post-meta .author-avatar:hover {
	opacity: .8;
}

.blog-items.list-style article .post-meta .author-avatar img, .blog-items.puzzle-style article .post-meta .author-avatar img {
	height: 28px;
	width: 28px;
	border-radius: var(--circle-border-radius);
}

.blog-items.list-style article .post-meta > i, .blog-items.puzzle-style article .post-meta > i {
	margin: 0 10px;
	color: var(--light-text-color);
}

.blog-items.list-style article .post-meta .post-love i, .blog-items.puzzle-style article .post-meta .post-love i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

@media (max-width: 767px) {
	.blog-items.list-style article,
	.blog-items.puzzle-style article {
		flex-direction: column;
	}
	.blog-items.puzzle-style article.even {
		flex-direction: column-reverse;
	}
	.blog-items.list-style article .post-thumb,
	.blog-items.puzzle-style article .post-thumb,
	.blog-items.list-style article .post-content-wrapper,
	.blog-items.puzzle-style article .post-content-wrapper {
		padding: 0 !important;
		width: 100% !important;
	}
	.blog-items.list-style article .post-thumb,
	.blog-items.puzzle-style article .post-thumb {
		margin-bottom: 35px;
	}
	.blog-items.list-style article .post-thumb .thumb-img,
	.blog-items.puzzle-style article .post-thumb .thumb-img {
		opacity: 0;
		padding-top: 62%;
	}
	.blog-items.list-style article .post-thumb .m-thumb-img,
	.blog-items.puzzle-style article .post-thumb .m-thumb-img {
		opacity: 1;
	}
}

@media (max-width: 575px) {
}

/*-----*  ( Blog Creative Style )  *-----*/
.fullwidth .blog-items.creative-1-style {
	padding: 20px;
}

.container .blog-items.creative-1-style .items-list {
	margin: -15px;
}

.blog-items.creative-1-style article {
	float: left;
}

.blog-items.blog-five-cols .grid-sizer,
.blog-items.creative-1-style.blog-five-cols article {
	width: 20%;
}

.blog-items.blog-four-cols .grid-sizer,
.blog-items.creative-1-style.blog-four-cols article {
	width: 25%;
}

.blog-items.blog-three-cols .grid-sizer,
.blog-items.creative-1-style.blog-three-cols article {
	width: 33.333%;
}

.blog-items.blog-two-cols .grid-sizer,
.blog-items.creative-1-style.blog-two-cols article {
	width: 50%;
}

.blog-items.creative-1-style.blog-two-cols article.sticky,
.blog-items.creative-1-style.blog-three-cols article.sticky,
.blog-items.creative-1-style.blog-four-cols article.sticky,
.blog-items.creative-1-style.blog-five-cols article.sticky {
	width: 100%;
}

@media (max-width: 991px) {
	.blog-items.creative-1-style article .entry-excerpt {
		display: none;
	}
	.blog-items.blog-four-cols .grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 33.333333%;
	}
}

@media (max-width: 767px) {
	.blog-items.blog-two-cols .grid-sizer,
	.blog-items.creative-1-style.blog-two-cols article,
	.blog-items.blog-three-cols .grid-sizer,
	.blog-items.creative-1-style.blog-three-cols article,
	.blog-items.blog-four-cols .grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.blog-items.creative-1-style article .entry-excerpt {
		display: block;
	}
	.blog-items.blog-two-cols .grid-sizer,
	.blog-items.creative-1-style.blog-two-cols article,
	.blog-items.blog-three-cols .grid-sizer,
	.blog-items.creative-1-style.blog-three-cols article,
	.blog-items.blog-four-cols .grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 100%;
	}
}

.blog-items.creative-1-style article {
	padding: 15px;
	color: rgba(255, 255, 255, .8);
}

.blog-items.creative-1-style article.format-quote blockquote, .blog-items.creative-1-style article.format-link .link-box {
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 0;
	-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
			transform: translateY(0) !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.blog-items.creative-1-style article.format-quote blockquote .quote-container, .blog-items.creative-1-style article.format-link .link-content {
	padding: 16%;
}

.blog-items.creative-1-style article, .blog-items.creative-1-style article a {
	color: #fff;
}

.blog-items.creative-1-style article .post-wrap, .blog-items.creative-1-style article.format-gallery .slider-featured-img {
	position: relative;
	padding-top: 160%;
}

.blog-items.creative-1-style article.format-gallery .post-wrap {
	position: relative;
	padding-top: 0;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.blog-items.creative-1-style article .post-wrap .featured-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.blog-items.creative-1-style article .post-wrap .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	will-change: transform;
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: transform .6s cubic-bezier(.2, 0, .3, 1);
	-o-transition: transform .6s cubic-bezier(.2, 0, .3, 1);
	transition: transform .6s cubic-bezier(.2, 0, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.blog-items.creative-1-style article.format-gallery .slider-featured-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-items.creative-1-style article.format-gallery .slider-featured-img a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.blog-items.creative-1-style article .post-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(27, 27, 26, .5);
	-webkit-transition: background .6s cubic-bezier(.2, 0, .3, 1);
	-o-transition: background .6s cubic-bezier(.2, 0, .3, 1);
	transition: background .6s cubic-bezier(.2, 0, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .overlay {
	background: rgba(27, 27, 26, 0);
}

.blog-items.creative-1-style article .post-wrap .primary-gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.2, 0, .3, 1);
	-o-transition: opacity .6s cubic-bezier(.2, 0, .3, 1);
	transition: opacity .6s cubic-bezier(.2, 0, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .primary-gradient {
	opacity: .9;
}

.blog-items.creative-1-style article .post-wrap .featured-img a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.blog-items.creative-1-style article .slider-status {
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 2;
	width: 88px;
	line-height: 1;
}

.blog-items.creative-1-style article .slider-status .slider-counter {
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 85%;
	letter-spacing: 2px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.blog-items.creative-1-style .moura-flickity-carousel[data-arrows-style="3"] .flickity-button {
	color: #fff !important;
	background-color: transparent !important;;
    font-size: 16px;
    padding: 5px;
    border-radius: 0;
    z-index: 3;
    width: 26px;
    -webkit-box-shadow: none;
    		box-shadow: none;
    -webkit-transform: translate(0, 0);
    	-ms-transform: translate(0, 0);
    		transform: translate(0, 0);
}

.blog-items.creative-1-style .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	left: 90px;
    top: 28px;
}

.blog-items.creative-1-style .moura-flickity-carousel[data-arrows-style="3"] .flickity-button.previous {
	left: 30px;
    top: 28px;
}

.blog-items.creative-1-style article .cats {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
}

.blog-items.creative-1-style article .cats a {
	display: inline-block;
	color: #fff;
	font-size: .88em;
	padding: 8px 12px;
	line-height: 1;
	margin-left: 5px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: var(--second-border-radius);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-items.creative-1-style article .cats a:hover {
	border-color: #fff;
	color: var(--dark-color);
	background: #fff;
}

.blog-items.creative-1-style article .post-wrap .post-content-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 18%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	z-index: 2;
}

.blog-items.creative-1-style article .post-title {
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 40px;
}

.blog-items.creative-1-style article.format-quote blockquote .quote, .blog-items.creative-1-style article.format-link .link-box .link-content {
	font-size: 24px;
	line-height: 34px;
}

.blog-items.creative-1-style article .post-title a {
	position: relative;
}

.blog-items.creative-1-style article .post-title a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -16px;
	display: block;
	width: 0;
	height: 3px;
	border-radius: var(--blog-imgs-radius);
	background: #fff;
	-webkit-transition: width .6s cubic-bezier(.2, 0, .3, 1);
	-o-transition: width .6s cubic-bezier(.2, 0, .3, 1);
	transition: width .6s cubic-bezier(.2, 0, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .post-title a:after {
	opacity: 1;
	width: 50px;
}

.blog-items.creative-1-style article .post-data {
	display: inline-block;
	line-height: 1;
	font-size: .9em;
	margin-bottom: 15px;
}

.blog-items.creative-1-style article .entry-excerpt {
	font-size: 1.1em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
}

.blog-items.creative-1-style article .author {
	position: absolute;
	bottom: 30px;
	left: 30px;
	min-width: 200px;
	font-size: .9em;
	z-index: 2;
}

.blog-items.creative-1-style article .author .author-avatar, .blog-items.creative-1-style article .author .author-name {
	display: inline-block;
}

.blog-items.creative-1-style article .author img {
	width: 35px;
	height: 35px;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: var(--circle-border-radius);
}

.blog-items.creative-1-style article .post-type {
	position: absolute;
	top: 35px;
	left: 35px;
}

.blog-items.creative-1-style article .post-type a {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
	-o-transition: transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: transform .3s cubic-bezier(.10, .10, 0, .71);
	transition: transform .3s cubic-bezier(.10, .10, 0, .71), -webkit-transform .3s cubic-bezier(.10, .10, 0, .71);
}

.blog-items.creative-1-style article .post-type a:hover {
	-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
			transform: scale(1.2);
}



/*------------------------------------------------------*/
/*                  09 - Single Post
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.post-wrap .post-thumb {
	margin-bottom: 70px;
}

@media (min-width: 991px) {
	.post-wrap .post-thumb {
		margin-left: -100px;
		margin-right: -100px;
	}
}

.post-wrap .post-thumb .carousel-img {
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.single-post-footer {
	position: relative;
	padding: 80px 0 40px 0;
}

.single-post-footer + .comments-section {
	border-top: 1px solid var(--light-border-color);
}

.page .comments-section {
	border-top: 1px solid var(--light-border-color);
	border-bottom: 1px solid var(--light-border-color);
}

/*-----*  ( Post Tags )  *-----*/
.single-post-footer .post-tags {
	position: relative;
	text-align: center;
	padding-bottom: 80px;
}

.single-post-footer .post-tags a {
	font-size: .88em;
	display: inline-block;
	padding: 12px 18px;
	line-height: 1;
	color: var(--light-text-color-2);
	margin: 0 5px;
	border: 1px solid var(--light-border-color);
	text-transform: capitalize;
	border-radius: var(--circle-border-radius);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
	transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
}

.single-post-footer .post-tags a:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 6px 28px -4px var(--light-shadow-color);
			box-shadow: 0 6px 28px -4px var(--light-shadow-color);
}

/*-----*  ( Author Bio )  *-----*/
.single-post-footer .author-bio {
	position: relative;
	padding-left: 95px;
	padding-bottom: 100px;
}

.single-post-footer .author-bio .author-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.single-post-footer .author-bio .author-avatar img {
	border-radius: var(--circle-border-radius);
	-webkit-box-shadow: 0 14px 30px -4px var(--light-shadow-color);
			box-shadow: 0 14px 30px -4px var(--light-shadow-color);
}

.single-post-footer .author-bio .about-author .author-name h5 {
	margin-bottom: 15px;
}

.single-post-footer .author-bio p {
	margin: 0;
}

/*-----*  ( Likes Counter )  *-----*/
.single-post-footer .post-love {
	text-align: center;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.single-post-footer { padding-top: 60px; }
	.single-post-footer .post-tags { padding-bottom: 65px; }
	.single-post-footer .post-love, .single-post-footer .author-bio { padding-bottom: 80px; }
}

@media (max-width: 767px) {
	.single-post-footer { padding-top: 50px; }
	.single-post-footer .post-tags { padding-bottom: 55px; }
	.single-post-footer .post-love, .single-post-footer .author-bio { padding-bottom: 60px; }
}

.single-post-footer .post-love a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	height: 80px;
	width: 80px;
	line-height: 64px;
	background: #fff;
	color: var(--light-text-color);
	border-radius: var(--circle-border-radius);
	border: 1px solid var(--light-border-color);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	transition: all .4s cubic-bezier(.45, .24, .03, .93);
}

.single-post-footer .post-love a:hover {
	color: var(--primary-color);
	border-color: #fff;
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
	-webkit-box-shadow: 0 8px 30px -4px var(--light-shadow-color);
			box-shadow: 0 8px 30px -4px var(--light-shadow-color);
}

.single-post-footer .post-love a.liked, .single-post-footer .post-love a.liked:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.single-post-footer .post-love a span {
	font-size: 13px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	font-weight: 700;
	line-height: 1;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

/*-----*  ( Sharing Icons )  *-----*/
.share-links {
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	padding: 15px 25px;
	z-index: 5;
	border-radius: var(--second-border-radius);
	-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
			transform: translate(-50%, 50%);
}

.share-links .social-list li {
	display: inline-block;
	margin: 0 2px;
}

.share-links .social-list li a {
	color: var(--light-text-color-2);
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: center;
}

.share-links .social-list li a:hover {
	color: var(--primary-color);
}

/*-----*  ( Related Posts )  *-----*/
.related-posts-section {
	background: var(--light-background);
}

.related-posts-section .related-posts-title {
	margin-bottom: 40px;
}

.related-posts-list {
	margin: 0 -15px;
}

.related-posts-list .related-post {
	float: left;
	padding: 0 15px;
}

.related-posts-list.two-cols .related-post {
	width: 50%;
}

.related-posts-list.three-cols .related-post {
	width: 33.333%;
}

.related-posts-list.four-cols .related-post {
	width: 25%;
}

@media (max-width: 1199px) {
	.related-posts-list.four-cols .related-post {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.related-posts-list .related-post {
		margin-bottom: 40px;
	}
	.related-posts-list.three-cols .related-post {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.related-posts-list.two-cols .related-post,
	.related-posts-list.three-cols .related-post,
	.related-posts-list.four-cols .related-post {
		width: 100%;
	}
}

.related-posts-section .related-post .featured-img-wrap {
	position: relative;
	margin-bottom: 26px;
	padding-top: 72%;
}

.related-posts-section .related-post .featured-img-wrap .featured-img-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: var(--first-border-radius);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.related-posts-section .related-post:hover .featured-img-wrap .featured-img-border {
	-webkit-transform: translateY(-4px) translateZ(0);
		-ms-transform: translateY(-4px) translateZ(0);
			transform: translateY(-4px) translateZ(0);
}

.related-posts-section .related-post .featured-img-wrap.no-img .featured-img-border {
	background-color: var(--dark-color);
}

.related-posts-section .related-post .featured-img-wrap .featured-img-border .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 102%;
	width: 102%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
	-o-transition: transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: transform .7s cubic-bezier(.45, .24, .03, .93), -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
}

.related-posts-section .related-post .featured-img-wrap a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.related-posts-section .related-post .featured-img-wrap .overlay {
	position: absolute;
	top: -10%;;
	left: -10%;
	width: 120%;
	height: 120%;
	opacity: 0;
	-webkit-transition: opacity .7s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .7s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .7s cubic-bezier(.45, .24, .03, .93);
}

.related-posts-section .related-post:hover .featured-img-wrap .overlay {
	opacity: .9;
}

.related-posts-section .related-post .featured-img-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 24px;
	opacity: 0;
	-webkit-transform: translate(-80%, -50%);
		-ms-transform: translate(-80%, -50%);
			transform: translate(-80%, -50%);
	-webkit-transition: opacity .7s cubic-bezier(.45, .24, .03, .93), -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .7s cubic-bezier(.45, .24, .03, .93), -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .7s cubic-bezier(.45, .24, .03, .93), transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .7s cubic-bezier(.45, .24, .03, .93), transform .7s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .7s cubic-bezier(.45, .24, .03, .93), transform .7s cubic-bezier(.45, .24, .03, .93), -webkit-transform .7s cubic-bezier(.45, .24, .03, .93);
}

.related-posts-section .related-post:hover .featured-img-wrap i, .related-posts-section .related-post .featured-img-wrap.no-img i {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.related-posts-section .related-post .cats {
	font-size: .9em;
	line-height: 1;
	margin-bottom: 10px;
}

.related-posts-section .related-post .cats, .related-posts-section .related-post .cats a {
	color: var(--light-text-color1);
}

.related-posts-section .related-post h5 a span {
	max-width: 80%;
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

/*-----*  ( Comments )  *-----*/
#comments {
	border: 0;
	padding: 0;
	margin: 0;
}

.comment.bypostauthor .comment-author,
.comment.bypostauthor .comment-author a {
	color: var(--dark-color);
}

.comment-reply-title, .comments-title {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.comment-reply-title small {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 10px;
	background-color: #fc6f6f;
	border-radius: var(--second-border-radius);
}

.comment-reply-title a {
	display: block;
	padding: 6px;
	color: #fff;
}

.commentlist {
	border: 0;
	padding: 0;
	margin-bottom: 50px;
}

.commentlist li {
	margin-bottom: 0;
}

.commentlist li > div {
	margin-bottom: 40px;
}

.commentlist > li:last-child, .commentlist ul > li:last-child {
	margin-bottom: 0;
}

.commentlist li:before {
	display: none !important;
}

.commentlist .comment-body p:last-of-type {
	margin-bottom: 0;
}

.respond ol {
	padding: 0;
}

.commentlist li li, .respond li li {
	padding-left: 35px;
}

.commentlist li .avatar, .respond li .avatar {
	float: left;
	overflow: hidden;
	border-radius: var(--circle-border-radius);
}

.commentlist li .comment-right, .respond li .comment-right {
	position: relative;
	padding-left: 85px;
}

.commentlist li .comment-right .comment-author, .respond li .comment-right .comment-author {
	color: var(--dark-color);
	font-size: 1.1em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.commentlist li .comment-right .comment-meta, .respond li .comment-right .comment-meta {
	font-size: .85em;
	color: #ff664f;
	margin-bottom: 7px;
}

.commentlist li .comment-right .comment-meta a, .respond li .comment-right .comment-meta a {
	color: var(--light-text-color-2);
}

.commentlist li .comment-right .comment-meta a:hover, .respond li .comment-right .comment-meta a:hover {
	color: var(--primary-color);
}

.commentlist li .comment-right .moderation, .respond li .comment-right .moderation {
	display: inline-block;
	color: #fc6f6f;
	margin-bottom: 5px;
}

#commentform .logged-in-as {
	font-size: .9em;
	margin-top: -34px;
	margin-bottom: 34px;
}

#commentform p {
	margin: 0 0 20px 0;
}

#commentform p.form-submit {
	margin: 25px 0 0 0;
}

#commentform p label, #commentform .comment-form-rating label {
	font-size: .9em;
	line-height: 1;
	display: block;
	color: var(--dark-color);
	text-transform: capitalize;
	margin-bottom: 1.15em;
}

#commentform p.comment-form-cookies-consent label {
	display: inline-block;
	color: inherit;
	font-size: .85em;
	text-transform: inherit;
	margin-bottom: 0;
}

.commentlist #respond {
	margin-bottom: 40px;
}

.respond .reply-alert,
.commentlist #respond .reply-alert {
	margin-top: 15px;
	padding: 13px 24px;
}



/*------------------------------------------------------*/
/*               10 - Sidebar & Widgets
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.sidebar .sidebar-inner.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: var(--sticky-top-space, 120px);
}

.widget {
	position: relative;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.widget {
		position: relative;
		margin-bottom: 45px;
	}
}

.sidebar .widget {
	padding:  0;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none !important;
	margin-bottom: 10px;
}

.widget ul ul {
	padding-top: 5px;
	padding-left: 25px;
}

.widget ul li li {
	margin-bottom: 5px;
}

.widget h3.widget-title,
.widget .wp-block-group__inner-container > h2:first-child {
	margin: 0 0 1.4em 0;
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-color);
	position: relative;
}

.widget h3.widget-title span,
.widget .wp-block-group__inner-container > h2:first-child span {
	position: relative;
}

.widget h3.widget-title span:after,
.widget .wp-block-group__inner-container > h2:first-child span:after {
	content: '';
	display: block;
	width: 80px;
	height: 6px;
	position: absolute;
	left: 100%;
	top: 50%;
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(8px, -3px);
		-ms-transform: translate(8px, -3px);
			transform: translate(8px, -3px);
	background: -webkit-linear-gradient( 45deg, rgba(95, 98, 101, .1) 0%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient( 45deg, rgba(95, 98, 101, .1) 0%, rgba(0, 0, 0, 0) 100%);
}

.sidebar .widget.widget_categories ul li {
	color: var(--light-text-color-2);
}

.sidebar .widget.widget_categories ul li:last-child {
	margin-bottom: 0;
}

.sidebar .widget.widget_categories ul li a {
	margin-right: 4px;
}

/*-----*  ( WP Block Latest Posts Widget )  *-----*/
.wp-block-latest-posts a {
	display: inline-block;
	line-height: 1.4rem;
}

/*-----*  ( Image Widget )  *-----*/
.widget_media_image img {
	width: 100%;
	height: auto;
	border-radius: var(--first-border-radius);
}

/*-----*  ( Image Box Widget )  *-----*/
.moura-image-box-widget .moura-image-box-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.moura-image-box-widget .moura-image-box-wrapper > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18, 18, 18, .3);
	-webkit-transition: background .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: background .45s cubic-bezier(.6, .4, .25, .95);
	transition: background .45s cubic-bezier(.6, .4, .25, .95);
}

.moura-image-box-widget .moura-image-box-wrapper:hover > a {
	background: rgba(0, 0, 0, .5);
}

.moura-image-box-widget .moura-image-widget-content {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 80%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.moura-image-box-widget h3 {
	color: #fff;
	margin: 20px 0;
}

.moura-image-box-widget .moura-image-box-btn {
	display: inline-block;
	font-size: .85em;
	line-height: 1;
	padding: 1.1em 1.6em;
	color: #fff;
	border-radius: var(--first-border-radius);
	-webkit-transition: all .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .45s cubic-bezier(.6, .4, .25, .95);
	transition: all .45s cubic-bezier(.6, .4, .25, .95);
}

.moura-image-box-widget .moura-image-box-btn:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

.moura-image-box-widget h3 + .moura-image-box-btn {
	margin-bottom: -15px;
}

/*-----*  ( Search Widget )  *-----*/
.widget_search #searchform, .widget_search .wp-block-search__inside-wrapper {
	position: relative;
}

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

.widget_search input[type="text"],
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
	width: 100%;
}

.widget_search input[type="submit"] {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 4px;
	width: 38px;
	min-width: 38px;
	border: none !important;
	background-color: transparent;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.widget_search i {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 4px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	color: var(--dark-color);
	line-height: 50px;
}

.widget_product_search button[type="submit"] {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 5px;
	width: 38px;
	font-size: 16px;
	color: var(--dark-color);
	padding: 0;
	opacity: 0;
	text-align: center;
	border: none !important;
	background-color: transparent;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.widget_product_search button[type="submit"],
.widget_search i {
	opacity: 0;
	-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
			transform: translateX(10px);
	-webkit-transition: all .5s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .5s cubic-bezier(.6, .4, .25, .95);
	transition: all .5s cubic-bezier(.6, .4, .25, .95);
}

body.page-loaded .widget_product_search button[type="submit"],
body.page-loaded .widget_search i {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	position: relative;
	padding: 0;
	border: none;
}

.wp-block-search .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 15px 16px;
	border: 1px solid var(--input-border);
	border-radius: var(--first-border-radius);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	color: var(--dark-color);
	background: transparent;
	font-size: 16px;
	position: absolute;
	right: 4px;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	min-width: 38px;
}

.wp-block-search .wp-block-search__button {
	color: #fff;
	background: var(--primary-color);
	font-size: .9em;
	font-weight: 600;
	border: none;
	padding: 0 14px;
	border-radius: var(--first-border-radius);
}

.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper .wp-block-search__button {
	color: #fff;
	background: var(--primary-color);
	font-size: .9em;
	font-weight: 600;
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
	height: calc(100% - 10px);
	margin: 0;
	padding: 0 12px;
	min-width: auto;
	border-radius: var(--second-border-radius);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
	fill: var(--dark-color);
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__button svg {
	fill: #fff;
}

/*-----*  ( Tags Cloud Widget )  *-----*/
.widget .tagcloud a {
	font-size: .85em !important;
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	padding: 12px 16px;
	margin: 0 4px 8px 0;
	color: var(--light-text-color-2);
	border: 1px solid var(--light-border-color);
	border-radius: var(--circle-border-radius);
	will-change: transform;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget .tagcloud a:hover {
	color: #fff !important;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	-webkit-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

/*-----*  ( Calender Widget )  *-----*/
#wp-calendar {
	width: 100%;
	font-size: 11px;
	border-collapse: separate;
	font-weight: 600;
}

#wp-calendar caption {
	display: none;
}

#wp-calendar tbody td {
	text-align: center;
	padding: 4px;
	border: 0;
}

#wp-calendar tbody td.pad {
	border: 0;
}

#wp-calendar tbody td#today {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

#wp-calendar tbody td a {
	color: var(--primary-color);
}

#wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
	color: var(--dark-color);
	position: relative;
	text-transform: uppercase;
}

.footer.light-style #wp-calendar thead th, .footer.light-style #wp-calendar tfoot td#prev a, .footer.light-style #wp-calendar tfoot td#next a {
	color: inherit;
}

#wp-calendar tfoot td#prev {
	text-align: left;
}

#wp-calendar tfoot td#next {
	text-align: right;
}

#wp-calendar tfoot td#prev a:hover, #wp-calendar tfoot td#next a:hover {
	color: var(--primary-color);
}

#wp-calendar thead th {
	color: var(--dark-color);
	text-align: center;
}

#wp-calendar thead th, #wp-calendar tfoot td {
	border: 0;
	padding: 10px 15px;
}

#wp-calendar tfoot tr {
	background: transparent;
}

/*-----*  ( Recent Posts Widget )  *-----*/
.widget.widget_recent_entries li {
	margin-bottom: 12px;
}

.widget.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.widget.widget_recent_entries .post-date {
	display: inline-block;
	font-size: .8em;
	line-height: 1;
	margin-left: 8px;
	padding: 7px 9px;
	background: var(--light-background);
	border-radius: var(--second-border-radius);
}

.moura-smart-posts-widget {
	padding-top: 4px;
}

.moura-smart-posts-widget .post-title {
	margin: 0;
	display: inline-block;
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moura-smart-posts-widget .post-date {
	font-size: .85em;
	line-height: 1;
}

.sidebar .moura-smart-posts-widget .post-date {
	color: var(--light-text-color-2);
}

.moura-smart-posts-widget.style-default li {
	padding-left: 78px;
	margin-bottom: 24px;
	position: relative;
	min-height: 60px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.moura-smart-posts-widget.style-default li .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
}

.moura-smart-posts-widget.style-default li h6 {
	line-height: 1.1 !important;
	margin-bottom: .7em;
}

.moura-smart-posts-widget.style-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.moura-smart-posts-widget.style-grid li {
	display: block;
	margin: 0;
}

.moura-smart-posts-widget.style-grid li .post-thumb {
	display: block;
	position: relative;
	opacity: 1;
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	transition: all .4s cubic-bezier(.15, .2, .1, 1);
}

.moura-smart-posts-widget.style-grid:hover li .post-thumb {
	opacity: .5;
}

.moura-smart-posts-widget.style-grid li .post-thumb:hover {
	opacity: 1;
	-webkit-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

.moura-smart-posts-widget li:hover, .moura-smart-posts-widget li:hover * {
	z-index: 2;
}

.moura-smart-posts-widget img {
	width: 100%;
	height: auto;
	border-radius: var(--second-border-radius);
}

/*-----*  ( Flickr Widget )  *-----*/
.moura-flickr-feed-widget .pics-wrap {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.moura-flickr-feed-widget .pics-wrap .item {
	position: relative;
	padding-top: 100%;
}

.moura-flickr-feed-widget .item .small-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.moura-flickr-feed-widget .item a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: var(--second-border-radius);
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	transition: all .4s cubic-bezier(.15, .2, .1, 1);
}

.moura-flickr-feed-widget .pics-wrap:hover .item a {
	opacity: .5;
}

.moura-flickr-feed-widget .pics-wrap .item a:hover {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

/*-----*  ( Recent Comments Widget )  *-----*/
.moura-recent-comments-widget {
	padding-top: 4px;
}

.moura-recent-comments-widget li {
	position: relative;
	margin-bottom: 15px !important;
}

.moura-recent-comments-widget li:last-child {
	margin-bottom: 0;
}

.moura-recent-comments-widget .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
}

.moura-recent-comments-widget .comment-avatar img {
	border-radius: var(--second-border-radius);
}

.moura-recent-comments-widget .comment-content {
	padding-left: 78px;
}

.moura-recent-comments-widget .comment-author {
	margin-bottom: 8px;
}

.moura-recent-comments-widget .comment-date {
	display: inline-block;
	margin-left: 6px;
	font-size: .85em;
	line-height: 1;
	color: var(--light-text-color-2);
}

.moura-recent-comments-widget .comment-text {
	font-size: .9em;
	line-height: 1.8em;
}

/*-----*  ( Tweets Widget )  *-----*/
.widget .moura-tweet-list .tweet-item {
	position: relative;
	padding-left: 38px;
	margin-bottom: 22px;
}

.widget .moura-tweet-list .tweet-item:last-child {
	margin-bottom: 0;
}

.widget .moura-tweet-list .tweet-item .tweet-text {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.widget .moura-tweet-list .tweet-item .tweet-time {
	display: block;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}

.widget .moura-tweet-list .tweet-item a:hover, .widget .moura-tweet-list .tweet-item .tweet-time a:hover {
	color: #63cdf1;
}

.widget .moura-tweet-list .tweet-item:before {
	font-family: 'moura-ui' !important;
	content: "\e90d";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	font-size: 18px;
	color: #63cdf1;
	opacity: 1;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.widget .moura-tweet-list .tweet-item:hover:before {
	opacity: .2;
	-webkit-transform: scale3d(3, 3, 1);
		-ms-transform: scale3d(3, 3, 1);
			transform: scale3d(3, 3, 1);
}



/*------------------------------------------------------*/
/*          		11 - Pagination
/*------------------------------------------------------*/

.page-pagination {
	clear: both;
	font-size: .9em;
	text-align: center;
	padding: 60px 0 0 0;
}

.page-pagination:not(.standard-style) li, .page-pagination:not(.standard-style) span {
	display: inline-block;
}

.page-pagination:not(.standard-style) span {
	color: #fff;
	background: var(--primary-color);
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: var(--circle-border-radius);
}

.page-pagination:not(.standard-style) a {
	display: block;
	color: var(--dark-color);
	height: 40px;
	min-width: 36px;
	line-height: 40px;
	text-align: center;
}

/*-----*  ( Numeric Style )  *-----*/
.page-pagination.numeric-style {
	text-align: center;
	font-size: .9em;
}

.page-pagination.numeric-style li {
	display: inline-block;
	margin: 0 2px;
}

.page-pagination.numeric-style li a {
	position: relative;
	color: var(--dark-color);
}

.page-pagination.numeric-style li span {
	display: block;
	color: #fff;
	background: var(--primary-color);
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: var(--circle-border-radius);
}

.page-pagination.numeric-style li:hover a {
	color: var(--primary-color);
}

.page-pagination.numeric-style li a:after {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: var(--dark-color);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.page-pagination.numeric-style li:hover a:after {
	width: 100%;
	background: var(--primary-color);
}

.page-pagination.numeric-style li a.next:after , .page-pagination.numeric-style li a.prev:after {
	display: none;
}

.page-pagination.numeric-style li a.next {
	margin-left: 12px;
}

.page-pagination.numeric-style li a.prev {
	margin-right: 12px;
}

.page-pagination.numeric-style i {
	position: relative;
	top: 1px;
	margin: 0 5px;
}

.portfolio-pagination {
	padding-top: 4vh;
}

/*-----*  ( Standard Style )  *-----*/
.page-pagination.standard-style a {
	display: block;
	color: var(--dark-color);
}

.page-pagination.standard-style a span {
	font-size: .85em;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: left .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: left .4s cubic-bezier(.45, .24, .03, .93);
	transition: left .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .next {
	float: right;
}

.page-pagination.standard-style .next span {
	left: 0;
}

.page-pagination.standard-style .next:hover span {
	left: -25px;
	-webkit-transition-delay: .10s;
		 -o-transition-delay: .10s;
			transition-delay: .10s;
}

.page-pagination.standard-style .next i {
	position: relative;
	top: 6px;
	font-size: 28px;
}

.page-pagination.standard-style .next i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	right: 100%;
	top: 14px;
	opacity: 0;
	background: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(16px, -50%);
		-ms-transform: translate(16px, -50%);
			transform: translate(16px, -50%);
	-webkit-transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .next:hover i:after {
	opacity: 1;
	width: 38px;
}

.page-pagination.standard-style .previous {
	float: left;
}

.page-pagination.standard-style .previous span {
	left: 0;
}

.page-pagination.standard-style .previous:hover span {
	left: 25px;
	-webkit-transition-delay: .1s;
		 -o-transition-delay: .1s;
			transition-delay: .1s;
}

.page-pagination.standard-style .previous i {
	position: relative;
	top: 6px;
	font-size: 28px;
}

.page-pagination.standard-style .previous i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 14px;
	opacity: 0;
	background: var(--dark-color);
	border-radius: var(--circle-border-radius);
	-webkit-transform: translate(12px, -50%);
		-ms-transform: translate(12px, -50%);
			transform: translate(12px, -50%);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .previous:hover i:after {
	opacity: 1;
	width: 38px;
}

/*-----*  ( Load More Button Style )  *-----*/
.page-pagination.load-more-style {
	text-align: center;
}

.page-pagination.load-more-style .load-more, .page-pagination.load-more-style .no-more {
	display: inline-block;
	position: relative;
	font-size: .9em;
	line-height: 1;
	padding: 19px 35px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	background: var(--primary-color);
	border-radius: var(--second-border-radius);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	transition: all .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.load-more-style .load-more:hover {
	background: var(--dark-color);
	color: #fff;
}

.page-pagination.load-more-style .load-more:before {
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	background: #fff;
	opacity: 0;
	position: absolute;
	left: -110%;
	top: 50%;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.page-pagination.load-more-style .load-more:hover:before {
	left: 110%;
	opacity: 1;
}

.page-pagination.load-more-style .no-more {
	color: rgba(255, 255, 255, .6);
	pointer-events: none;
}



/*------------------------------------------------------*/
/*           12 - Contact & Mailchimp Forms
/*------------------------------------------------------*/

/*-----*  ( Contact Form - Main )  *-----*/
.wpcf7-form p {
	position: relative;
	margin-bottom: 0; 
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 24px;
}

.wpcf7-form textarea {
	margin-bottom: 30px;
	max-height: 140px;
}

.wpcf7 .wpcf7-form .ajax-loader {
	display: none;
	vertical-align: middle;
}

.wpcf7 .wpcf7-form.submitting .ajax-loader {
	display: inline-block;
}

.moura-cf7.loader-center .wpcf7 .wpcf7-form .ajax-loader {
	display: none;
	margin: 25px auto 0 auto;
}

.moura-cf7.loader-center .wpcf7 .wpcf7-form.submitting .ajax-loader {
	display: block;
}

.moura-cf7 .wpcf7-spinner {
	width: 0;
	margin: 0;
}

.moura-cf7 form.submitting .wpcf7-spinner {
	width: 24px;
	margin: 0 20px;
}

.wpcf7 form .wpcf7-response-output {
	border: 0;
	margin: 26px 0 0 0;
	padding: 12px 20px;
	font-size: .95em;
	color: #fff;
	border-radius: var(--first-border-radius);
	-webkit-box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 6px 6px 10px rgba(0, 0, 0, .08);
			box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 6px 6px 10px rgba(0, 0, 0, .08);
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}


div.wpcf7-mail-sent-ok {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

span.wpcf7-not-valid-tip {
	font-size: .85em;
	line-height: 1;
	color: #f0534d;
	padding-top: 12px;
	text-align: center;
}

.moura-cf7 label {
	color: var(--dark-color);
	font-size: .9em;
	line-height: 1;
	display: block;
	margin: -4px 0 14px 0;
	font-weight: 700;
}

.moura-cf7 label i {
	font-family: monospace, monospace;
	font-size: 1.2em;
	line-height: 0;
	margin: 0 3px;
	color: #f0534d;
}

/*-----*  ( Contact Form - Styled Forms )  *-----*/
.moura-cf7.style-1 label,
.moura-cf7.style-2 label,
.moura-cf7.style-4 label {
	display: none;
}

.moura-cf7.style-2 input[type="text"],
.moura-cf7.style-2 input[type="url"],
.moura-cf7.style-2 input[type="password"],
.moura-cf7.style-2 input[type="email"],
.moura-cf7.style-2 input[type="tel"],
.moura-cf7.style-2 input[type="search"] {
	background: #f1f4f9;
	padding: 17px 22px;
}

.moura-cf7.style-2 textarea {
	padding: 22px;
	background: #f1f4f9;
}

.moura-cf7.style-2 input:not(input[type="submit"]),
.moura-cf7.style-2 textarea {
	border: none !important;
}

.moura-cf7.style-2 input[type="text"]::-webkit-input-placeholder,
.moura-cf7.style-2 input[type="url"]::-webkit-input-placeholder,
.moura-cf7.style-2 input[type="password"]::-webkit-input-placeholder,
.moura-cf7.style-2 input[type="email"]::-webkit-input-placeholder,
.moura-cf7.style-2 input[type="tel"]::-webkit-input-placeholder,
.moura-cf7.style-2 input[type="search"]::-webkit-input-placeholder,
.moura-cf7.style-2 textarea::-webkit-input-placeholder {
	color: #98a1b0;
}

.moura-cf7.style-3 .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 50px;
}

.moura-cf7.style-3 label {
	font-size: .9em;
	display: inline;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	will-change: transform;
	-webkit-transform: translate3d(1.6em, 15px, 0);
		-ms-transform: translate3d(1.6em, 15px, 0);
			transform: translate3d(1.6em, 15px, 0);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.moura-cf7.style-3 .focused label,
.moura-cf7.style-3 .text-filled label {
	color: var(--dark-color);
	font-size: .8em;
	top: -14px;
	-webkit-transform: translate3d(2em, -100%, 0);
		-ms-transform: translate3d(2em, -100%, 0);
			transform: translate3d(2em, -100%, 0);
}

.moura-cf7.style-3 input[type="text"],
.moura-cf7.style-3 input[type="url"],
.moura-cf7.style-3 input[type="password"],
.moura-cf7.style-3 input[type="email"],
.moura-cf7.style-3 input[type="tel"],
.moura-cf7.style-3 input[type="search"] {
	padding: 16px 20px;
	border-radius: 0px !important;
}

.moura-cf7.style-3 textarea {
	padding: 22px;
	background: #eff2f6;
	border-radius: 0px !important;
}

.moura-cf7.style-3 input:not(input[type="submit"]),
.moura-cf7.style-3 textarea {
	background: rgba(255, 255, 255, 0);
	border: none !important;
	border-bottom: 1px solid #eff2f6 !important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.moura-cf7.style-3 .focused input:not(input[type="submit"]),
.moura-cf7.style-3 .focused textarea {
	background: #eff2f6;
}

.moura-cf7.style-3 .wpcf7-form-control-wrap {
	position: relative;
}

.moura-cf7.style-3 .wpcf7-form-control-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	height: 1px;
	width: 0;
	background: transparent;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.moura-cf7.style-3 .focused .wpcf7-form-control-wrap:before {
	background: #eff2f6;
	width: 100%;
}

.moura-cf7.style-3 input[type="text"]::-webkit-input-placeholder,
.moura-cf7.style-3 input[type="url"]::-webkit-input-placeholder,
.moura-cf7.style-3 input[type="password"]::-webkit-input-placeholder,
.moura-cf7.style-3 input[type="email"]::-webkit-input-placeholder,
.moura-cf7.style-3 input[type="tel"]::-webkit-input-placeholder,
.moura-cf7.style-3 input[type="search"]::-webkit-input-placeholder,
.moura-cf7.style-3 textarea::-webkit-input-placeholder {
	color: transparent;
}

.moura-cf7.style-4 label {
	color: rgba(255, 255, 255, .9);
}

.moura-cf7.style-4 input:not(input[type="submit"]),
.moura-cf7.style-4 textarea {
	color: #fff;
	background: rgba(255, 255, 255, .04);
	border: 2px solid rgba(255, 255, 255, 0);
}

.moura-cf7.style-4 input:not(input[type="submit"]):hover,
.moura-cf7.style-4 input:not(input[type="submit"]):focus,
.moura-cf7.style-4 textarea:hover,
.moura-cf7.style-4 textarea:focus {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, .05);
}

.moura-cf7.style-4 input[type="text"]::-webkit-input-placeholder,
.moura-cf7.style-4 input[type="url"]::-webkit-input-placeholder,
.moura-cf7.style-4 input[type="password"]::-webkit-input-placeholder,
.moura-cf7.style-4 input[type="email"]::-webkit-input-placeholder,
.moura-cf7.style-4 input[type="tel"]::-webkit-input-placeholder,
.moura-cf7.style-4 input[type="search"]::-webkit-input-placeholder,
.moura-cf7.style-4 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

/*-----*  ( Mailchimp Forms )  *-----*/
.moura-mc4wp.submit-btn-large {
	padding-bottom: 78px;
}

.moura-mc4wp .mc4wp-form-fields {
	position: relative;
}

.moura-mc4wp.with-icon .mc4wp-form-fields:before {
	font-family: 'moura-ui' !important;
	content: '\e93e';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    top: 19px;
    left: 25px;
    color: var(--input-color);
}

.moura-mc4wp label {
	display: block;
	margin-top: 20px;
	font-size: .9em;
}

.moura-mc4wp label a {
	text-decoration: underline;
}

.moura-mc4wp label a:hover {
	color: var(--primary-color) !important;
}

.moura-mc4wp input[type="email"] {
	height: 56px;
	padding: 19px 26px;
}

.footer .moura-mc4wp input[type="email"] {
	font-size: 1em;
}

.moura-mc4wp input[type="submit"] {
	display: none;
}

.moura-mc4wp button {
	height: 44px;
	position: absolute;
	padding: 0 22px;
	font-size: 12px;
	font-weight: 700;
	border: none !important;
	display: flex;
	align-items: center;
	border-radius: var(--first-border-radius);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.moura-mc4wp.submit-btn-large button {
	font-size: 13px;
	width: 100%;
	right: 0;
	top: calc(100% + 25px);
	text-align: center;
	height: 52px;
	justify-content: center;
}

.moura-mc4wp.with-btn-icon button:before {
	display: inline-block;
	font-family: 'moura-ui' !important;
	content: '\e93f';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 22px;
    position: relative;
    left: -6px;
    margin-right: 4px;
}

.moura-mc4wp.submit-btn-large button:before {
	font-size: 26px;
	left: 0;
	margin-right: 12px;
}

.moura-mc4wp.style-1 input[type="email"] {
	border: none;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 40px -5px var(--light-shadow-color) !important;
			box-shadow: 0 8px 40px -5px var(--light-shadow-color) !important;
}

.moura-mc4wp.style-1.with-icon input[type="email"] {
	padding-left: 58px;
}

.moura-mc4wp.style-1.submit-btn-small input[type="email"] {
	padding-right: 140px;
}

.moura-mc4wp.style-1 button {
	color: #fff;
	background-color: var(--primary-color);
}

.moura-mc4wp.style-1.submit-btn-small button {
	right: 6px;
	top: 6px;
}

.moura-mc4wp.style-2 input[type="email"] {
	background-color: #fff;
	border: 1px solid var(--light-border-color);
}

.moura-mc4wp.style-2.with-icon input[type="email"] {
	padding-left: 58px;
}

.moura-mc4wp.style-2.submit-btn-small input[type="email"] {
	padding-right: 150px;
}

.moura-mc4wp.style-2 button {
	color: #fff;
	background-color: var(--primary-color);
}

.moura-mc4wp.style-2.submit-btn-small button {
	right: 4px;
	top: 6px;
	color: var(--dark-color);
	border-radius: 0 !important;
	background-color: transparent;
}

.moura-mc4wp.style-2.submit-btn-small button:hover {
	color: var(--primary-color);
}

.moura-mc4wp.style-2.submit-btn-small button:before {
	left: 0;
	margin-right: 10px;
}

.moura-mc4wp.style-2.submit-btn-small button:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 23%;
	height: 54%;
	width: 1px;
	background-color: var(--light-border-color);
}

.moura-mc4wp.style-3 input[type="email"] {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0 !important;
}

.moura-mc4wp.style-3 input[type="email"],
.moura-mc4wp.style-3 input[type="email"]:focus,
.moura-mc4wp.style-3 input[type="email"]:hover {
	color: var(--dark-color) !important;
	border: none !important;
	background-color: rgba(255, 255 ,255, .05) !important;
	border-bottom: 2px solid var(--dark-color) !important;
}

.moura-mc4wp.style-3 input[type="email"]::-webkit-input-placeholder {
	color: var(--dark-color) !important;
}

.moura-mc4wp.style-3.with-icon input[type="email"] {
	padding-left: 36px;
}

.moura-mc4wp.style-3.submit-btn-small input[type="email"] {
	padding-right: 90px;
}

.moura-mc4wp.style-3.with-icon .mc4wp-form-fields:before {
	color: var(--dark-color);
	left: 0;
}

.moura-mc4wp.style-3 button {
	color: #fff;
	background-color: var(--primary-color);
}

.moura-mc4wp.style-3.submit-btn-small button {
	font-size: 13px;
	padding-right: 0;
	padding-left: 0;
	right: 0;
	top: 6px;
	color: var(--dark-color);
	border-radius: 0 !important;
	background-color: transparent;
}

.moura-mc4wp.style-3.submit-btn-small button:hover {
	color: var(--primary-color);
}

.moura-mc4wp.style-3.submit-btn-small button:before {
	font-size: 26px;
	left: 0;
	margin-right: 12px;
}

.moura-mc4wp.style-4 input[type="email"],
.moura-mc4wp.style-4 input[type="email"]:focus,
.moura-mc4wp.style-4 input[type="email"]:hover {
	border: none;
	color: rgba(255, 255, 255, .8);
	background-color: rgba(255, 255 ,255, .04);
}

.moura-mc4wp.style-4 input[type="email"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.moura-mc4wp.style-4.with-icon input[type="email"] {
	padding-left: 58px;
}

.moura-mc4wp.style-4.submit-btn-small input[type="email"] {
	padding-right: 150px;
}

.moura-mc4wp.style-4.with-icon .mc4wp-form-fields:before {
    color: rgba(255, 255, 255, .7);
}

.moura-mc4wp.style-4 button {
	color: #fff;
	background-color: var(--primary-color);
}

.moura-mc4wp.style-4.submit-btn-small button {
	right: 4px;
	top: 6px;
	color: rgba(255, 255, 255, .8);
	border-radius: 0 !important;
	background-color: transparent;
}

.moura-mc4wp.style-4.submit-btn-small button:hover {
	color: var(--primary-color);
}

.moura-mc4wp.style-4.submit-btn-small button:before {
	left: 0;
	margin-right: 10px;
}

.moura-mc4wp.style-4.submit-btn-small button:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.moura-mc4wp.style-4 .moura-styled-checkbox span {
	background-color: transparent;
	border-color: rgba(255, 255 ,255, .1);
}

.moura-mc4wp.style-4 .moura-styled-checkbox:hover input ~ span,
.moura-mc4wp.style-4 .moura-styled-checkbox input:focus ~ span,
.moura-mc4wp.style-4 .moura-styled-checkbox input:checked ~ span {
	border-color: rgba(255, 255 ,255, .2);
}

.moura-mc4wp.style-4 .moura-styled-checkbox span:before {
	border-radius: 1px;
	background-color: #fff;
}



/*------------------------------------------------------*/
/*					  13 - 404 Page
/*------------------------------------------------------*/

.error404 .main-content {
	padding: 0;
}

.page-404 {
	display: flex;
    align-items: center;
	text-align: center;
	height: 100vh;
}

.page-404-cotnent-wrap {

}

.page-404 .page-404-cotnent {
	position: relative;
}

.page-404 .page-404-cotnent h1 {
	display: inline-block;
	font-size: 11vw;
	line-height: 1 !important;
	margin: -0.6em 0 -0.05em 0;
	padding: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-404 .page-404-cotnent p.title {
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.8em;
	color: var(--dark-color);
	margin-bottom: 0;
}

.page-404 .page-404-cotnent p.small-text {
	margin-bottom: 28px;
	color: var(--dark-color);
}

.page-404 .page-404-cotnent .moura-btn {
	font-size: .9em;
	text-transform: capitalize;
	padding: 1.5em 2.5em;
	background: #fff;
	border: 2px solid #ecedef;
	color: var(--dark-color);
	border-radius: var(--circle-border-radius);
}

.animated-balls {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.animated-balls:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 30%, rgba(255, 255, 255, 1) 50%, #fff 100%);
	background:         linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 30%, rgba(255, 255, 255, 1) 50%, #fff 100%);
}

.animated-balls .pentahedron {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: var(--primary-color);
}

.animated-balls .point {
	fill: #afd8df;
}

.animated-balls .rhombus {
	fill: #88c7f1;
	stroke: #88c7f1;
}

.animated-balls .x {
	fill: #ffce5e;
}

.animated-balls .circle {
	fill: #c0b8ff;
}

.animated-balls svg {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	will-change: transform;
}



/*------------------------------------------------------*/
/*					14 - Search Page
/*------------------------------------------------------*/

.search-results .main-content.page-builder-layout {
	padding: 15px;
}

.search-results .search-item, .main-content.page-builder-layout .search-results .search-item {
	width: 33.333%;
	float: left;
}

.main-content.mini-layout .search-results .search-item, .main-content.left-sidebar-layout .search-results .search-item, .main-content.right-sidebar-layout .search-results .search-item {
	width: 50%;
	float: left;
}

.search-results .search-item .search-item-inner {
	position: relative;
	padding: 26px 30px 18px 30px;
	margin: 0 15px 30px 15px;
	border-radius: var(--first-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 10px 40px -8px var(--light-shadow-color);
			box-shadow: 0 10px 40px -8px var(--light-shadow-color);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.search-results .search-item .search-item-inner:hover {
	-webkit-transform: translate3d(0, -6px, 0);
		-ms-transform: translate3d(0, -6px, 0);
			transform: translate3d(0, -6px, 0);
}

.search-results .search-item .post-thumb {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: var(--first-border-radius);
}

.search-results .search-item .post-thumb img {
	width: 100%;
	height: auto;
}

.search-results .search-item .post-thumb a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-results .search-item .post-head .result-type {
	display: inline-block;
	padding: 6px 9px;
	color: #fff;
	font-size: .85em;
	line-height: 1;
	margin-bottom: 16px;
	border-radius: var(--second-border-radius);
}

.search-results .search-item .post-head .post-title {
	margin-bottom: 12px;
}

.search-results .search-item .meta-date {
	color: var(--light-text-color);
	font-size: .9em;
	padding-top: 8px;
	margin-top: 25px;
	border-top: 1px solid var(--light-border-color);
}

@media (max-width: 991px) {
	.search-results .search-item, .main-content.page-builder-layout .search-results .search-item {
		width: 50%;
	}
	.search-results .search-item .search-item-inner {
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.search-results .search-item, .main-content.page-builder-layout .search-results .search-item,
	.main-content.mini-layout .search-results .search-item, .main-content.left-sidebar-layout .search-results .search-item, .main-content.right-sidebar-layout .search-results .search-item {
		width: 100%;
	}
}

.search-results .empty-search-msg {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

.search-results .empty-search-msg h3 {
	margin-bottom: 15px;
}

.search-results .empty-search-msg p {
	padding: 0 16%;
	font-size: .95em;
	line-height: 1.8em;
	margin-bottom: 35px;
}

.search-results .empty-search-msg .widget_search input[type="text"] {
	font-size: 1em;
	padding: 20px 25px;
	border-radius: var(--circle-border-radius);
}

.search-results .empty-search-msg .widget_search i {
	line-height: 60px;
	right: 16px;
}

.left-sidebar-layout .search-results .empty-search-msg,
.right-sidebar-layout .search-results .empty-search-msg {
	text-align: inherit;
	margin: 0;
	max-width: 480px;
}

.left-sidebar-layout .search-results .empty-search-msg p,
.right-sidebar-layout .search-results .empty-search-msg p {
	padding: 0;
	padding-right: 10%;
}



/*------------------------------------------------------*/
/*                  15 - Footer Styles
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.footer {
	position: relative;
	z-index: 0;
	color: #777;
	position: relative;
}

.footer a {
	color: #aaa;
}

.footer a:hover {
	color: var(--primary-color);
}

.footer p {
	margin-bottom: 20px;
}

.footer .widget {
	position: relative;
	margin-bottom: 40px;
}

.footer .widget h3.widget-title,
.footer .widget .wp-block-group__inner-container > h2:first-child {
	font-size: 16px;
	margin-bottom: 25px;
}

.footer .widget h3.widget-title,
.footer .widget .wp-block-group__inner-container > h2:first-child {
	color: #fff;
}

.footer .widget h3.widget-title span:after,
.footer .widget .wp-block-group__inner-container > h2:first-child:after {
	background: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 100%);
	background:         linear-gradient( 45deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer.light-style .widget .tagcloud a {
	color: #777;
	border-color: rgba(255, 255, 255, .06);
}

.footer .style-default.moura-smart-posts-widget li {
	margin-bottom: 20px;
}

.parallax-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.parallax-footer {
		position: static;
		z-index: auto;
	}
}

/*-----*  ( Go Top Button )  *-----*/
.moura-go-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: var(--circle-border-radius);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12);
			box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	mix-blend-mode: difference;
	will-change: transform, opacity;
	-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	transition: all .6s cubic-bezier(.45, .24, .03, 1);
}

.moura-go-top.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-go-top.active-progress:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

.moura-go-top i {
	position: absolute;
	text-align: center;
	font-size: 24px;
	color: #fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	line-height: 46px;
	cursor: pointer;
	display: block;
	-webkit-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	transition: all .6s cubic-bezier(.45, .24, .03, 1);
}

.moura-go-top svg path {
	fill: none;
}

.moura-go-top svg path {
	stroke: #fff;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}


/*------------------------------------------------------*/
/*                  16 - Popup Modal
/*------------------------------------------------------*/

.moura-popup {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

.moura-popup.popup-loaded {
	visibility: visible;
}

.moura-popup .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.moura-popup .moura-popup-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity;
	background-color: rgba(17, 17 ,17, .3);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: .6s;
		 -o-transition-delay: .6s;
			transition-delay: .6s;
}

.moura-popup.popup-loaded .moura-popup-overlay {
	opacity: 1;
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.moura-popup .moura-popup-overlay .close-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	cursor: auto;
}

.moura-popup .moura-popup-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 960px;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate(-50%, -55%);
		-ms-transform: translate(-50%, -55%);
			transform: translate(-50%, -55%);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.moura-popup.popup-loaded .moura-popup-wrap {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .6s;
		 -o-transition-delay: .6s;
			transition-delay: .6s;
}

.moura-popup .close-btn {
	display: block;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
	z-index: 99999;
	background: none;
	mix-blend-mode: difference;
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.moura-popup .close-btn:active {
	-webkit-transform: scale3d(.88, .88, 1);
		-ms-transform: scale3d(.88, .88, 1);
			transform: scale3d(.88, .88, 1);
}

.moura-popup .close-btn span {
	display: block;
	position: absolute;
	top: 14px;
	left: 4px;
	width: 22px;
	height: 2px;
	background-color: #fff;
	border-radius: var(--circle-border-radius);
}

.moura-popup .close-btn span.line-1 {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.moura-popup .close-btn span.line-2 {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.moura-cookies-alert {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99999;
	background-color: #fff;
	padding: 17px 30px;
	max-width: 50vw;
	border-radius: var(--first-border-radius);
	will-change: opacity;
	-webkit-box-shadow: 0 0 25px var(--light-shadow-color);
			box-shadow: 0 0 25px var(--light-shadow-color);
	-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
			transform: translateY(-20px);
	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

.moura-cookies-alert.alert-loaded {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.moura-cookies-alert .moura-alert-wrap {
	position: relative;
	padding-left: 40px;
	padding-right: 50px;
	font-size: .95em;
	color: var(--dark-color);
}

.moura-cookies-alert .alert-icon {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 24px;
	color: var(--dark-color);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.moura-cookies-alert .close-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 16px;
	line-height: 1;
	color: var(--light-text-color);
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}