.page-wrapper {
	position: relative;
	overflow: hidden;
}

.sr-only {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}


/*** back to top **/
.back-to-top {
	background-color: rgba(254, 62, 87, 0.7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #fe3e57;
	border-radius: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	transition: all 0.2s;
}

@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.back-to-top:hover {
	background-color: #fe3e57;
}

.back-to-top i {
	font-size: 18px;
	font-size: calc-rem-value(18);
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/** for popup image ***/
.mfp-wrap {
	background-color: transparentize(red, 0.1);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}

.fancybox-wrap {
	z-index: 99999 !important;
}


.preloader {
	background-color: #29395b;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
}

.preloader .vertical-centered-box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.preloader .vertical-centered-box:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

.preloader * {
	transition: all 0.3s;
}

.preloader .loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -60px;
	margin-top: -60px;
}

.preloader .loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	overflow: hidden;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
	background: #2c2d44;
	background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.preloader [not-existing] {
	zoom: 1;
}






/* mobile menu css */
#dl-menu {
	display: none;
}

@media (max-width:991px) {
	#dl-menu {
		display: block;
	}
}

#dl-menu li a {
	color: #fff !important;
}

#dl-menu li a::after {
	color: #fff !important;
}

#dl-menu li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.dl-menuwrapper li>a:not(:only-child):after {
	font-family: "themify";
	content: "";
	font-size: 10px;
}

.dl-menuwrapper li.dl-back:after {
	font-family: "themify";
	content: "";
	font-size: 10px;
}

.dl-menuwrapper button {
	background-color: #3757f7;
}

.dl-back::after {
	color: #fff !important;
}



#dl-menu .dl-trigger {
	right: -20px;
	border-radius: 5px;
}

@media (max-width:575px) {
	#dl-menu .dl-trigger {
		right: -13px;
	}
}




@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 10%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index: 111;
}

@media (max-width:549px) {
	.dl-menuwrapper {
		width: 1%;
	}
}



.dl-menuwrapper button {
	text-indent: -900em;
	overflow: hidden;
	cursor: pointer;
	background-color: #c0b596;
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	position: relative;
}

button.dl-trigger {
	background-color: #fe3e57;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #0e1668;
}

.dl-menuwrapper button.dl-active {
	background-color: #fe3e57;
}



.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 2px;
	background: #fff;
	top: 9px;
	left: 16%;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
	padding-left: 30px;
	background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'themify';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e628";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212, 204, 198, 0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
	right: 10px;
	color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	width: 300px;
	position: absolute;
	top: 75px;
	margin: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateY(0px);
	transition: all .3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	width: 300px;
	top: 70px;
	opacity: 1;
	pointer-events: auto;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper>.dl-submenu {
	position: absolute;
	width: 300px;
	top: 70px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% {}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% {}

	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% {}

	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% {}

	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% {}

	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% {}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% {}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% {}

	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% {}

	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% {}

	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
	background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}


.dl-menu.dl-animate-out-1 {
	animation: MenuAnimOut1 0.4s linear forwards;
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}

	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}



/* dl-menu two */

#dl-menu.s2 {
	display: block;
}

.dl-menuwrapper.s2 .dl-trigger {
	right: -242px;
	transform: translateX(-50%);
}

@media (max-width:1599px) {
	.dl-menuwrapper.s2 .dl-trigger {
		right: -200px;
	}
}

@media (max-width:1399px) {
	.dl-menuwrapper.s2 .dl-trigger {
		right: -180px;
	}
}

@media (max-width:1199px) {
	.dl-menuwrapper.s2 .dl-trigger {
		right: -100px;
	}
}

@media (max-width:767px) {

	.dl-menuwrapper.s2 .dl-trigger,
	.dl-submenu {
		right: -50px;
	}
}

@media (max-width:399px) {
	.dl-menuwrapper.s2 .dl-trigger {
		right: 0px;
	}
}




@media (max-width:1799px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -66px;
	}
}

@media (max-width:1599px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -100px;
	}
}

@media (max-width:1199px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -150px;
	}
}

@media (max-width:991px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -180px;
	}
}

@media (max-width:767px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -200px;
	}
}

@media (max-width:575px) {
	.dl-menuwrapper.s2 .dl-menu {
		left: -250px;
	}
}

@media (max-width:1199px) {
	.dl-menuwrapper.s2 .dl-menuwrapper .dl-menu {
		left: -135px;
	}
}

@media (max-width:575px) {
	.dl-menuwrapper.s2 .dl-menuwrapper .dl-menu {
		left: -235px;
	}
}

.dl-menuwrapper.s2 li>a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'themify';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e628";
	color: #fff;
}




/* hero-social */
.hero-social {
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid #ea4c89;
	line-height: 65px;
	margin-right: 30px;
	border-radius: 10px;
	background: -webkit-linear-gradient(#ea4c89, #ea4c89);
	background: -o-linear-gradient(#ea4c89, #ea4c89);
	background: linear-gradient(#ea4c89, #ea4c89);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-social:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 9;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.hero-social:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.hero-social.s2 {
	background: -webkit-linear-gradient(#4176fa, #4176fa);
	background: -o-linear-gradient(#4176fa, #4176fa);
	background: linear-gradient(#4176fa, #4176fa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid #4176fa;
}

.hero-social.s3 {
	background: -webkit-linear-gradient(#a329a6, #feb50b);
	background: -o-linear-gradient(#a329a6, #feb50b);
	background: linear-gradient(#a329a6, #feb50b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid #a329a6;
}

.hero-social.s4 {
	border: 1px solid #8bc34a;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-social.s5 {
	border: 1px solid #ff9800;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-social.s4 img {
	margin: 0 auto;
	line-height: 60px;
}

.hero-social.s5 img {
	margin: 0 auto;
	line-height: 60px;
}

/* bg-animate-shape */

/*============================================
    animated-css
==============================================*/

.bg-animate-shape {
	position: relative;
	overflow: hidden;
}

.bg-animate-shape:not(.hero) [class*=rect] {
	z-index: 1;
}

.bg-animate-shape .shape1 {
	position: absolute;
	top: 40%;
	left: 20px;
	z-index: -1;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape2,
.bg-animate-shape .shape8,
.bg-animate-shape .shape5,
.bg-animate-shape .shape10,
.bg-animate-shape .shape11,
.bg-animate-shape .shape12,
.bg-animate-shape .shape7,
.bg-animate-shape .shape6 {
	position: absolute;
	right: 10%;
	top: 50%;
	z-index: -1;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape3 {
	position: absolute;
	top: 20%;
	z-index: -1;
	left: 15%;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape,
.bg-animate-shape .shape4 {
	position: absolute;
	bottom: 23%;
	left: 28%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	z-index: -1;
}

.bg-animate-shape .shape5 {
	top: 10%;
	right: 20%;
}

.bg-animate-shape .shape6 {
	bottom: 15%;
	top: auto;
	right: 40%;
}

.bg-animate-shape .shape7 {
	bottom: 35%;
	top: auto;
	right: 20%;
}

.bg-animate-shape .shape8 {
	right: auto;
	top: 10%;
	left: 10%;
}

.bg-animate-shape .shape {
	left: 20%;
}

.bg-animate-shape .shape10 {
	right: auto;
	left: 35%;
}

.bg-animate-shape .shape12 {
	right: 40%;
	top: auto;
	bottom: 25%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.bg-animate-shape .shape11 {
	right: 10%;
	top: 10%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}


@media(max-width: 1440px) {
	.bg-animate-shape .shape {
		left: 5%;
	}

	.bg-animate-shape .shape8 {
		top: 2%;
		left: -6%;
	}

	.bg-animate-shape .shape11 {
		right: 3%;
	}

	.bg-animate-shape .shape10 {
		top: 75%;
	}

	.bg-animate-shape .shape12 {
		bottom: 10%;
	}

	.bg-animate-shape .shape4 {
		bottom: 6%;
	}

	.wpo-hero-style-1.bg-animate-shape img {
		max-width: 62%;
	}
}

@media(max-width: 992px) {
	.bg-animate-shape .shape7 {
		animation: none;
	}

	.bg-animate-shape .shape7 {
		bottom: 13%;
		right: 8%;
	}

	.bg-animate-shape .shape8 {
		top: -9%;
		left: -6%;
	}

	.wpo-hero-style-1.bg-animate-shape img {
		max-width: 52%;
	}
}

@media(max-width: 767px) {
	.bg-animate-shape img {
		max-width: 52%;
	}
}

@media(max-width: 530px) {
	.bg-animate-shape img {
		max-width: 42%;
	}

	.bg-animate-shape .shape8 {
		top: -6%;
		left: -7%;
	}

	.page-title {
		height: 300px;
	}

	.bg-animate-shape .shape7 {
		bottom: 66%;
		right: -17%;
	}

	.bg-animate-shape .shape {
		left: -20%;
		bottom: 8%;
	}

	.bg-animate-shape .shape11 {
		right: 3%;
		top: 54%;
	}

	.bg-animate-shape .shape12 {
		display: none;
	}

	.bg-animate-shape .shape2 {
		right: 22%;
		top: 5%;
	}

	.wpo-hero-style-1.bg-animate-shape img {
		max-width: 42%;
	}

	.bg-animate-shape .shape1 {
		top: 60%;
	}
}


/* hero-btn  */

.hero-btn {
	position: relative;
	max-width: 300px;
}

.video-holder a {
	position: absolute;
	left: 75%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fe3e57;
	width: 46px;
	height: 46px;
	border-radius: 83px;
	display: inline-block;
	-webkit-animation: spineer 2s infinite;
	animation: spineer 2s infinite;
	z-index: 99;
	border: 1px solid #fff;
}

.video-holder a:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #fe3e57;
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #fe3e57;
		box-shadow: 0 0 0 0 #fe3e57;
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}


.hero-7 .video-holder a {
	background-color: #fff;
	-webkit-animation: spineerb 2s infinite;
	animation: spineerb 2s infinite;
}

.hero-7 .video-holder a:before {
	border-left: 10px solid #121127;
}

@-webkit-keyframes spineerb {
	0% {
		-webkit-box-shadow: 0 0 0 0 #a9a5f8;
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes spineerb {
	0% {
		-webkit-box-shadow: 0 0 0 0 #a9a5f8;
		box-shadow: 0 0 0 0 #a9a5f8;
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}




/* progress */

.progress {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
	overflow: unset;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #ebebeb;
	position: absolute;
	top: 0;
	left: 0;
}

.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: #fff;
	font-size: 24px;
	color: #333;
	line-height: 135px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}

.progress.blue .progress-bar {
	border-color: #377dff;
}

.progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
	border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
	border-color: #fe3e57;
}

.progress.pink .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
	border-color: #00c9a7;
}

.progress.green .progress-left .progress-bar {
	animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(46deg);
		transform: rotate(46deg);
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}

@media only screen and (max-width: 990px) {
	.progress {
		margin-bottom: 60px;
	}
}

.progress:before {
	position: absolute;
	left: -14px;
	top: -15px;
	width: 120%;
	height: 120%;
	background: #fff;
	content: "";
	border-radius: 50%;
}















/* slider arrows css */
.testimonial-active {
	position: relative;
}

.testimonial-active .owl-nav [class*=owl-] {
	background: transparent;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding: 0;
	font-size: 20px;
	margin: 0;
	border-radius: 0;
	transition: all 0.3s;
	z-index: 1;
	border: 0;
	border: 1px solid #5362e9;
}

.testimonial-active.s2 .owl-nav [class*=owl-] {
	color: #5362e9;
}

@media (max-width:1320px) {
	.testimonial-active .owl-nav [class*=owl-] {
		display: none;
	}
}

.testimonial-active .owl-nav [class*=owl-].owl-next {
	position: absolute;
	top: 25%;
	right: -95px;
	border-radius: 50%;
}


.testimonial-active .owl-nav [class*=owl-].owl-next:hover {
	background: #5362e9;
	color: #fff;
}

.testimonial-active .owl-nav [class*=owl-].owl-next:focus {
	outline: none;
}


.testimonial-active .owl-nav [class*=owl-].owl-prev {
	position: absolute;
	top: 60%;
	right: -95px;
	border-radius: 50%;
}



.testimonial-active .owl-nav [class*=owl-].owl-prev:hover {
	background: #5362e9;
	color: #fff;
}

.testimonial-active .owl-nav [class*=owl-].owl-prev:focus {
	outline: none;
}








.theme-btn,
.theme-btn-s2 {
	color: #fff;
	font-weight: 600;
	padding: 17px 40px 13px;
	border: 0;
	text-transform: capitalize;
	display: block;
	border: 1px solid #cb2e43;
	display: inline-block;
	background: #0d0b69;
	position: relative;
	overflow: hidden;
}

.theme-btn:before,
.theme-btn-s2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 9;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.theme-btn:hover:before,
.theme-btn-s2:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
	background-color: #fe3e57;
	color: #fff;
}

@media (max-width: 991px) {

	.theme-btn,
	.theme-btn-s2 {
		font-size: 15px;
		font-size: 0.9375rem;
		padding: 12px 25px 9px;
	}
}

.submit-btn {
	background-color: #fe3e57;
	color: #fff;
	border: 1px solid #fe3e57;
	outline: none;
	margin-top: 20px;
	border-radius: 40px;
}

.theme-btn-s2 {
	border: 1px solid transparent;
	background: #fe3e57;
}


/* protfolio-btn */
.protfolio-btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 10px 50px;
	background: rgba(255, 255, 255, .35);
	position: relative;
}

.protfolio-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
}

.protfolio-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 9;
	content: '';
	transition: all .3s;
}

.protfolio-btn:hover:before {
	left: 0;
	opacity: .3;
}

/* hero slider css */




@-webkit-keyframes kenburn {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(1.3, 1.3, 1.3);
		transform: scale3d(1.3, 1.3, 1.3);
	}
}

@keyframes kenburn {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(1.3, 1.3, 1.3);
		transform: scale3d(1.3, 1.3, 1.3);
	}
}

/* partners-area css  */

.partners-slider .owl-item img {
	width: unset;
}

.partners-slider .owl-nav {
	display: none;
}

/* form css */
#email-error {
	color: red;
}

#service-error {
	color: red;
}

#name-error {
	color: red;
}


.error-handling-messages {
	width: 100% !important;
	margin-top: 15px !important;
}

label.error {
	color: red;
	font-size: calc-rem-value(14);
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
	display: block;
}

#c-loader,
#loader {
	display: none;
	margin-top: 10px;
}

#c-loader i,
#loader i {
	font-size: 30px;
	color: #59C378;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite;
}

#success,
#c-success,
#c-error,
#error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;

}

@media (max-width:767px) {

	#success,
	#c-success,
	#c-error,
	#error {
		font-size: 15px;
	}
}

#c-success,
#success {
	background-color: lighten(green, 5%);
	border-left: 5px solid green;
	margin-bottom: 5px;
}

#c-error,
#error {
	background-color: lighten(red, 5%);
	border-left: 5px solid red;
}





/* page-title */

.page-title {
	background: #121127;
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;

}




.page-title h2,
.page-title ol {
	color: #fff;
}

.page-title h2 {
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom: 0.30em;
	text-transform: capitalize;
	margin-top: 0;
	z-index: 9;
	position: relative;
	font-weight: 700;
}

@media (max-width: 991px) {
	.page-title h2 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

@media (max-width: 767px) {
	.page-title h2 {
		font-size: 30px;
		font-size: 1.5rem;
	}
}

.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	text-align: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.page-title .breadcrumb {
		text-align: center;
	}
}

.page-title .breadcrumb li {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	margin-right: 5px;
	position: relative;
}

@media (max-width: 767px) {
	.page-title .breadcrumb li {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.page-title .breadcrumb li a {
	color: #fff;
}

.page-title .breadcrumb li a:hover {
	color: #fe3e57;
}

.page-title .breadcrumb>li+li {
	margin-left: 20px;
	padding-left: 15px;
}

.page-title .breadcrumb>li+li:before {
	content: "/";
	color: #fff;
	padding: 0;
	position: absolute;
	left: -8px;
	top: 2px;
}

.bg-animate-shape {
	position: relative;
	overflow: hidden;
}

.bg-animate-shape:not(.hero) [class*=rect] {
	z-index: 1;
}

.bg-animate-shape .shape1 {
	position: absolute;
	top: 40%;
	left: 20px;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape2,
.bg-animate-shape .shape8,
.bg-animate-shape .shape5,
.bg-animate-shape .shape10,
.bg-animate-shape .shape11,
.bg-animate-shape .shape12,
.bg-animate-shape .shape7,
.bg-animate-shape .shape6 {
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape3 {
	position: absolute;
	top: 20%;
	left: 15%;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}

.bg-animate-shape .shape,
.bg-animate-shape .shape4 {
	position: absolute;
	bottom: 23%;
	left: 28%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.bg-animate-shape .shape5 {
	top: 10%;
	right: 20%;
}

.bg-animate-shape .shape6 {
	bottom: 15%;
	top: auto;
	right: 40%;
}

.bg-animate-shape .shape7 {
	bottom: 35%;
	top: auto;
	right: 20%;
}

.bg-animate-shape .shape8 {
	right: auto;
	top: 10%;
	left: 10%;
}

.bg-animate-shape .shape {
	left: 20%;
}

.bg-animate-shape .shape10 {
	right: auto;
	left: 35%;
}

.bg-animate-shape .shape12 {
	right: 40%;
	top: auto;
	bottom: 25%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.bg-animate-shape .shape11 {
	right: 10%;
	top: 10%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}


@media(max-width: 1440px) {
	.bg-animate-shape .shape {
		left: 5%;
	}

	.bg-animate-shape .shape8 {
		top: 2%;
		left: -6%;
	}

	.bg-animate-shape .shape11 {
		right: 3%;
	}

	.bg-animate-shape .shape10 {
		top: 75%;
	}

	.bg-animate-shape .shape12 {
		bottom: 10%;
	}

	.bg-animate-shape .shape4 {
		bottom: 6%;
	}


}

@media(max-width: 992px) {
	.bg-animate-shape .shape7 {
		animation: none;
	}

	.bg-animate-shape .shape7 {
		bottom: 13%;
		right: 8%;
	}

	.bg-animate-shape .shape8 {
		top: -9%;
		left: -6%;
	}


}

@media(max-width: 767px) {
	.bg-animate-shape img {
		max-width: 52%;
	}
}

@media(max-width: 530px) {
	.bg-animate-shape img {
		max-width: 42%;
	}

	.bg-animate-shape .shape8 {
		top: -6%;
		left: -7%;
	}

	.page-title {
		height: 300px;
	}

	.bg-animate-shape .shape7 {
		bottom: 66%;
		right: -17%;
	}

	.bg-animate-shape .shape {
		left: -20%;
		bottom: 8%;
	}

	.bg-animate-shape .shape11 {
		right: 3%;
		top: 54%;
	}

	.bg-animate-shape .shape12 {
		display: none;
	}

	.bg-animate-shape .shape2 {
		right: 22%;
		top: 5%;
	}

	.wpo-hero-style-1.bg-animate-shape img {
		max-width: 42%;
	}

	.bg-animate-shape .shape1 {
		top: 60%;
	}
}





.current {
	color: #fe3e57;
}















/* blog css slider */
.post-slider .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.post-slider .owl-nav [class*=owl-]:hover {
	background: #fe3e57;
	color: #fff;
}

.post-slider .owl-nav [class*=owl-] {
	background: #e0e0e0;
	width: 50px;
	height: 50px;
	line-height: 58px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	color: #fe3e57;
	transition: all .3s ease-in-out;
	border: 0;
}

.post-slider .fi::before {
	font-size: 20px;
}



.post-slider .owl-nav .owl-prev,
.post-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
}

.post-slider .owl-nav .owl-prev {
	left: 15px;
}

.post-slider .owl-nav .owl-next {
	right: 15px;
}


.instagram-color {
	background: linear-gradient(#a329a6, #feb50b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}