/*====== STRUCTURE =======*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	margin: 0px;
	max-width: 100%;
	font-family: 'Manrope', sans-serif;
	background: #0C091B;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

a,
button,
input,
textarea {
	text-decoration: none !important;
	outline: none !important;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0px;
	margin-top: 0px;
}

#preloader {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	z-index: 99999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#preloader::before,
#preloader::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: #111;
	top: 0;
	left: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s
}

#preloader::after {
	top: auto;
	bottom: 0
}

#preloader.loaded::before,
#preloader.loaded::after {
	height: 0%
}

.scroll-static {
	position: relative;
	width: 50%;
	height: 1px;
	overflow: hidden;
	margin: auto;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	z-index: 555
}

.scroll-static::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 50%;
	background: #666;
	animation: showLine 700ms ease-in-out 0s forwards;
	-o-animation: showLine 700ms ease-in-out 0s forwards;
	-webkit-animation: showLine 700ms ease-in-out 0s forwards;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

@keyframes showLine {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 100%;
		opacity: 1
	}
}

@-webkit-keyframes showLine {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 100%;
		opacity: 1
	}
}

.scroll-static::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100px;
	top: 0;
	animation: scroll-static 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-o-animation: scroll-static 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-webkit-animation: scroll-static 2s cubic-bezier(.86, 0, .07, 1) infinite;
	-webkit-animation-delay: 1200ms;
	        animation-delay: 1200ms
}

@keyframes scroll-static {
	0% {
		left: -100%;
		background: #fff
	}

	100% {
		left: 100%;
		background: #fff
	}
}

@-webkit-keyframes scroll-static {
	0% {
		left: -100%;
		background: #fff
	}

	100% {
		left: 100%;
		background: #fff
	}
}

.scroll-static.loaded {
	width: 100%;
	opacity: 0
}

.scroll-static.loaded::after {
	opacity: 0
}

.service-loader {
	color: #fff;
	font-size: 8px;
	margin: auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

@-webkit-keyframes load4 {

	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0;
		        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em;
		        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em
	}
}

@keyframes load4 {

	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0;
		        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em;
		        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em
	}
}

.service-loader {
	color: #fff;
	font-size: 8px;
	margin: auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

@-webkit-keyframes load4 {

	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0;
		        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em;
		        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em
	}
}

@keyframes load4 {

	0%,
	100% {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 .2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 .2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0;
		        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em;
		        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 .2em
	}
}

/* PRELOADER end */
/* menu wrapper style */
.navbar {
	padding: 25px 220px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.menu-bar .menu-text {
	font-weight: 600;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.26em;
	color: #FFFFFF;
	margin-right: 20px;
}

.menu-toggle {
	background: transparent;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 30px;
	height: 30px;
}

.menu-toggle span {
	height: 2px;
	width: calc(100% - 8px);
	position: absolute;
	background: #fff;
	margin-left: 4px;
	border-radius: 2px;
}

.menu-toggle span {
	transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu-toggle span:first-child {
	top: calc(50% - 0px);
	width: calc(100% - 15px);
}

.menu-toggle span:nth-child(2) {
	top: calc(50% - 6px);
	width: calc(100% - 20px);
}

.menu-toggle span:last-child {
	top: calc(50% + 6px);
	width: calc(100% - 10px);
}

.menu-toggle:hover span:first-child {
	width: calc(100% - 15px);
}

.menu-toggle:hover span:nth-child(2) {
	width: calc(100% - 10px);
}

.menu-toggle:hover span:last-child {
	width: calc(100% - 20px);
}


.hide {
	cursor: none;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.menu-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0;
	background-color: #171a1a;
	transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
	z-index: 9995;
}

.menu-wrapper.show {
	height: 100%;
	bottom: auto;
	top: 0;
}

.menu-wrapper .close-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 995;
	cursor: url(../images/cur-close.png), -webkit-zoom-out;
	cursor: url(../images/cur-close.png), zoom-out;
}

/* menu links style */

.menu-holder {
	text-align: left;
	position: relative;
	z-index: 999;
	display: inline-block;
}

.menu-holder li {
	transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .3s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 50px;
}

.menu-wrapper.show .menu-holder li {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .4s;
	     -o-transition-delay: .4s;
	        transition-delay: .4s;
}

.menu-wrapper.show .menu-holder li:nth-child(2) {
	-webkit-transition-delay: .5s;
	     -o-transition-delay: .5s;
	        transition-delay: .5s;
}

.menu-wrapper.show .menu-holder li:nth-child(3) {
	-webkit-transition-delay: .6s;
	     -o-transition-delay: .6s;
	        transition-delay: .6s;
}

.menu-wrapper.show .menu-holder li:nth-child(4) {
	-webkit-transition-delay: .7s;
	     -o-transition-delay: .7s;
	        transition-delay: .7s;
}

.menu-wrapper.show .menu-holder li:nth-child(5) {
	-webkit-transition-delay: .8s;
	     -o-transition-delay: .8s;
	        transition-delay: .8s;
}

.menu-wrapper.show .menu-holder li:nth-child(6) {
	-webkit-transition-delay: .9s;
	     -o-transition-delay: .9s;
	        transition-delay: .9s;
}

.menu-holder li a {
	font-size: 40px;
	padding: 20px 0;
	color: transparent;
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
}

.menu-holder li a::after {
	position: absolute;
	content: attr(data-text);
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	overflow: hidden;
	padding: inherit;
	transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: .7s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-holder li a.w0::after {
	width: 0%;
}

.menu-holder li a.w0 {
	color: #3f3f3f;
}

.menu-holder li a.w100::after {
	width: 100%;
}

.menu-holder li a.w100 {
	color: transparent;
}

.menu-wrapper::after {
	position: absolute;
	content: attr(data-page-info-text);
	color: #fff;
	font-size: 15vw;
	z-index: -1;
	font-family: 'Spectral', serif;
	right: 0;
	opacity: 1;
	top: 50%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	height: 0;
	overflow: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.menu-wrapper.show::after {
	height: initial;
	height: 200px;
	line-height: 200px;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
	opacity: .03;
}

/*====Background Grids=====*/
.page-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-col-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
}

.page-col-light .page-col-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(51.04%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 51.04%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 51.04%, rgba(0, 0, 0, 0) 100%);
}

.bg-transparent {
	background: transparent;
}

/* .bg-border{
	border-width: 1px;
    border-style: solid;
    border-left:0;
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 0 1;
} */
.bg-border:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	width: 1px;
	right: 14px;
	height: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.bg-border-left:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	width: 1px;
	left: 14px;
	height: 0%;
	-webkit-transition: all .6s ease-in-out 0.5s;
	-o-transition: all .6s ease-in-out 0.5s;
	transition: all .6s ease-in-out 0.5s;
}

.bg-border-left.animate:before {
	height: 100%;
}

.bg-border.animate:after {
	height: 100%;
}

.page-col-light .bg-border-left:before {

	background: rgba(0, 0, 0, 0.1);
}

.page-col-light .bg-border:after {

	background: rgba(0, 0, 0, 0.1);
}

/*=======Hero CSS=======*/
.hero-main-container {
	height: 100vh;
}

.hero-info {
	position: relative;
}

.hero-info:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 3px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.hero-info:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 22px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out 0.5s;
	-o-transition: all .6s ease-in-out 0.5s;
	transition: all .6s ease-in-out 0.5s;
}

.hero-info.animate:before {
	width: 100%;
}

.hero-info.animate:after {
	width: 100%;
}

.hero-detail .small-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.26em;
	color: #FFFFFF;
}

.hero-detail .hero-heading {
	font-weight: 700;
	font-size: 81px;
	line-height: 110px;
	/* background: linear-gradient(180deg, #63F6FF 6.67%, #9F8FFF 6.68%, #FFFFFF 50.15%, #A2F9FF 92.73%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent; */


}

.hero-detail .hero-heading .line:nth-child(1) .words {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #9F8FFF), to(#FFFFFF));
	background: -o-linear-gradient(top, #9F8FFF 40%, #FFFFFF 100%);
	background: linear-gradient(180deg, #9F8FFF 40%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.hero-detail .hero-heading .line:nth-child(2) .words {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.hero-detail .hero-heading .line:nth-child(3) .words {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20.15%, #FFFFFF), to(#63F6FF));
	background: -o-linear-gradient(top, #FFFFFF 20.15%, #63F6FF 100%);
	background: linear-gradient(180deg, #FFFFFF 20.15%, #63F6FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.section-position {
	position: relative;
	z-index: 1;
}

.scroll-link {
	position: absolute;
	top: 130%;
}

.scroll-link a {
	font-weight: 600;
	font-size: 16px;
	line-height: 96px;
	letter-spacing: 0.26em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.about-inner::before {
	content: '';
	position: absolute;
	background: -o-linear-gradient(351.72deg, #C5BBFF 0%, #A2F9FF 99.65%);
	background: linear-gradient(98.28deg, #C5BBFF 0%, #A2F9FF 99.65%);
	width: 1320px;
	height: 100%;
	margin: 0px auto;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.show-section.about-inner::before {
	opacity: 1;
}

.about-inner::after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	width: 0%;
	height: 1px;
	top: 103px;
	-webkit-transition: all .6s ease-in-out 1s;
	-o-transition: all .6s ease-in-out 1s;
	transition: all .6s ease-in-out 1s;
}

.show-section.about-inner::after {
	width: 100%;
}

.about-left,
.about-right {
	padding: 100px 15px;
}

.sec-heading h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.26em;
	color: #0C091B;
	margin-bottom: 50px;
}

.about-left p {
	font-weight: 500;
	font-size: 30px;
	line-height: 73px;
	color: #0C091B;
	margin-bottom: 0;
}

.list-no {
	width: 15%;
	margin-right: 30px;
	font-weight: 400;
	font-size: 20px;
	line-height: 73px;
	text-align: center;
	color: #0C091B;
}

.list-name {
	font-weight: 300;
	font-size: 44px;
	line-height: 73px;
	color: #0C091B;
}

.about-list li {
	margin-bottom: 20px;
}

/*==count section====*/
.count-card {
	padding: 75px 0;
}

.count-no {
	font-weight: 300;
	font-size: 44px;
	line-height: 44px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.count-data {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.26em;
	color: #FFFFFF;
}

/*===image section===*/
.service-list-item ul {
	text-align: center;
	z-index: 2;
}

.service-main-container .service-list-item a {
	color: #fff !important;
}

.service-main-container .service-list-item li {
	overflow: hidden;
	width: 100%;
}

.service-main-container .service-list-item a {
	position: relative;
}

.service-list-link a {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.service-list-link a:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 249, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(right, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	height: 1px;
	bottom: 0px;
	width: 0%;


}

.service-inner.show-section .service-list-link a:nth-child(1):before {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 3s;
	-o-transition: all 1s ease-in-out 3s;
	transition: all 1s ease-in-out 3s;
}

.service-inner.show-section .service-list-link a:nth-child(2):before {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 5s;
	-o-transition: all 1s ease-in-out 5s;
	transition: all 1s ease-in-out 5s;
}

.service-inner.show-section .service-list-link a:nth-child(3):before {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 7s;
	-o-transition: all 1s ease-in-out 7s;
	transition: all 1s ease-in-out 7s;
}

.service-inner.show-section .service-list-link a:nth-child(4):before {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 9s;
	-o-transition: all 1s ease-in-out 9s;
	transition: all 1s ease-in-out 9s;
}

.service-inner.show-section .service-list-link a:nth-child(5):before {
	width: 100%;
	-webkit-transition: all 1s ease-in-out 11s;
	-o-transition: all 1s ease-in-out 11s;
	transition: all 1s ease-in-out 11s;
}

.service-list-link:last-child a:before {
	content: none;
}

.service-list-link a:hover span {
	color: rgba(255, 255, 255, 1);
}

.service-list-link a:hover h4 .words {
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.service-list-link a .service-small-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.26em;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.service-list-link a h4 {
	font-weight: 300;
	font-size: 44px;
	line-height: 73px;
	color: #FFFFFF;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.service-item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
}

.service-item-img li {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}


.service-item-img li:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#0C091B), to(rgba(12, 9, 27, 0.47)));
	background: -o-linear-gradient(left, #0C091B 0%, rgba(12, 9, 27, 0.47) 100%);
	background: linear-gradient(90deg, #0C091B 0%, rgba(12, 9, 27, 0.47) 100%);
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.service-item-img li.active {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

.service-list {
	text-align: center;
}

.service-content {
	background: transparent;
    position: absolute;
    width: 1200px;
    height: calc(100% - 62px);
    right: 0;
    top: 1px;
}

.service-main-container {
	padding: 140px 0;
	position: relative;
}

.service-inner.show-section:before {
	width: 100%;
	-webkit-transition: all .6s ease-in-out 2s;
	-o-transition: all .6s ease-in-out 2s;
	transition: all .6s ease-in-out 2s;
}

.service-inner.show-section:after {
	width: 100%;
	-webkit-transition: all .6s ease-in-out 10s;
	-o-transition: all .6s ease-in-out 10s;
	transition: all .6s ease-in-out 10s;
}

.service-inner {
	position: relative;
}

.service-inner:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 0px;
	width: 0%;

}

.service-inner:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 60px;
	width: 100%;
}

#service-list {
	width: 550px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 0;

}

.reveal-text {
	visibility: hidden;
}

.line {
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}


.offer-main-container {
	padding: 250px 0 120px;
	overflow-x: hidden;
}

.section-head p {
	font-weight: 300;
	font-size: 44px;
	line-height: 73px;
	color: #FFFFFF;
}

.offer-inner::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 0%;
	top: 0px;
	left: 0;
	width: 1px;
}

.offer-content.show-section .offer-inner::before {
	height: 100%;
	-webkit-transition: all .6s ease-in-out 4s;
	-o-transition: all .6s ease-in-out 4s;
	transition: all .6s ease-in-out 4s;
}

.offer-content.show-section:after {
	width: 100%;
	-webkit-transition: all .6s ease-in-out 6s;
	-o-transition: all .6s ease-in-out 6s;
	transition: all .6s ease-in-out 6s;
}

.offer-content:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 35%;
	width: 0%;
}

.offer-slider-content {

	width: 100vw;
}
.show-more{
	font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.26em;
    color: #FFFFFF;
    padding: 20px 0 5px;
    background: transparent;
    cursor: pointer;
    position: relative;
	border-bottom: 1px solid #fff;
}
.show-more:hover{
	color: #FFFFFF;
}
.get-quote-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.26em;
	color: #FFFFFF;
	padding: 20px;
	background: transparent;
	cursor: pointer;
	position: relative;
}
.get-quote-btn:hover{
	color: #FFFFFF;
}
.get-quote-btn::after {
	content: '';
	display: block;
	position: absolute;
	border-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.get-quote-btn::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 2px 2px 0;
}

.get-quote-btn:hover:before,
.get-quote-btn:hover:after {
	width: 30px;
	height: 30px;
	border-color: #fff;
}

.get-quote-btn:hover:before {
	opacity: 1;
}
.sec-btn-left .get-quote-btn:after{
    top: 1px;
    left: 1px;
    border-width: 2px 0px 0px 2px;
}
.sec-btn,.sec-btn-left {
	position: relative;
}

.sec-btn:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
	height: 70px;
	width: 1px;
	bottom: 0;

}
.sec-btn-left:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.12);
	height: 60px;
	width: 1px;
	bottom: 0;
	left:0;

}
.offer-slider-content {
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

.offer-slider-card {
	width: 730px;
	height: 357px;
	background: #141223;
	margin-left: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}

.offer-card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 50px;
	position: relative;
}

.offer-card-inner::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(#9F8FFF), to(#63F6FF));
	background: -o-linear-gradient(right, #9F8FFF 0%, #63F6FF 100%);
	background: linear-gradient(270deg, #9F8FFF 0%, #63F6FF 100%);
	width: 1px;
	height: 0%;
	top: 0;
	right: 0px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.offer-slider-card:hover .offer-card-inner::before {
	height: 102%;
}

.offer-slider-sec .page-col-bg {
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.04%, rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 51.04%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 51.04%, rgba(255, 255, 255, 0) 100%);
}

.offer-slider {
	overflow: hidden;
}

.offer-icon {
	width: 75px;
	height: 75px;
	background: #0C091B;
	border-radius: 19px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.offer-slider-card:hover .offer-icon::before {
	width: 670px;
}

.offer-slider-card:hover .offer-icon::after {
	width: 290px;
}

.offer-icon::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 249, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(right, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	width: 0;
	height: 1px;
	top: 0;
	left: -50px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.offer-icon::after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 249, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(right, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	width: 0px;
	height: 1px;
	top: 75px;
	left: -50px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.offer-heading {
	font-weight: 300;
	font-size: 40px;
	line-height: 73px;
	color: #FFFFFF;
}

.offer-para {
	max-width: 340px;
}

.offer-para p {
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
	color: rgba(255, 255, 255, 0.8);
}

.offer-card-left {
	position: relative;
}

.offer-card-left::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 249, 249, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(bottom, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 40%);
	background: linear-gradient(0deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 40%);
	width: 1px;
	height: 0%;
	top: -50px;
	left: -1px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.offer-slider-card:hover .offer-card-left::before {
	height: 100%;
}

.swiper-wrapper {
	cursor: -webkit-grab;
	cursor: grab;
}

.w-900 {
	max-width: 900px;
}

.footer-main-container .foot-page-col-bg {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
}

.footer-text {
	font-weight: 400;
	font-size: 71px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;
	max-width: 750px;
	margin: auto;
}

.footer-text a span {
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-decoration: underline !important;
	position: relative;
	cursor: pointer;
}

.footer-text a span::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	width: 50%;
	height: 2px;
	bottom: 0;
}

.footer-top {
	padding-bottom: 230px;
	position: relative;
}

.footer-bottom {
	position: relative;
}

.address,
.email {
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
	color: #FFFFFF;
}

.social-list li {
	margin-bottom: 35px;
}

.footer-inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(52.08%, rgba(255, 255, 255, 0.2)), to(rgba(255, 249, 249, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 52.08%, rgba(255, 249, 249, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 52.08%, rgba(255, 249, 249, 0) 100%);
	-webkit-transition: all .6s ease-in-out 1s;
	-o-transition: all .6s ease-in-out 1s;
	transition: all .6s ease-in-out 1s;
}

.footer-inner.show-section:before {
	width: 100%;
}

.copyright {
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	padding: 30px 0;
}

.footer-main-container .foot-page-col:nth-child(1) .foot-page-col-bg,
.footer-main-container .foot-page-col:last-child .foot-page-col-bg {
	height: 300px;
}

.footer-inner.show-section .foot-page-col:nth-child(1) .bg-border-left:before,
.footer-inner.show-section .foot-page-col:last-child .bg-border-left:before {
	height: 300px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-inner.show-section .foot-page-col:nth-child(1) .bg-border:after,
.footer-inner.show-section .foot-page-col:last-child .bg-border:after {
	height: 300px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-inner.show-section .bg-border-left:before,
.footer-inner.show-section .bg-border:after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	height: 100%;
}

.btn-hamburger .btn-click {
	border: 0;
	background: rgb(255 255 255 / 10%);
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);
	-webkit-transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), -webkit-box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
	transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), -webkit-box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
	-o-transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
	transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
	transition: background-color .25s cubic-bezier(0.36, 0, 0.66, 0), box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0), -webkit-box-shadow .25s cubic-bezier(0.36, 0, 0.66, 0);
	/* -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1); */
}

.btn-click {
	cursor: pointer;
	border: 0;
	color: #fff;
	background: transparent;
	min-width: 70px;
	height: 70px;
	padding: 0;
	font-size: 1em;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	text-decoration: none;
	will-change: transform;
	outline: 0;
	-webkit-transform: translateZ(0) rotate(0.001deg);
	        transform: translateZ(0) rotate(0.001deg);
	z-index: 1000;
	border-radius: 50%;
}

.btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	position: relative;
	-webkit-transform: rotate(0.001deg);
	    -ms-transform: rotate(0.001deg);
	        transform: rotate(0.001deg);
	pointer-events: none;
	will-change: transform, color;

}

.btn-text-inner {
	font-size: 50px;
	color: #fff;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	font-weight: 600;
	position: relative;

}

.fixed-nav .nav-row ul li {
	-webkit-transform: translate(15vw, 0) rotate(0.001deg);
	    -ms-transform: translate(15vw, 0) rotate(0.001deg);
	        transform: translate(15vw, 0) rotate(0.001deg);
	-webkit-transition: all .8s cubic-bezier(.7, 0, .2, 1);
	-o-transition: all .8s cubic-bezier(.7, 0, .2, 1);
	transition: all .8s cubic-bezier(.7, 0, .2, 1);
	will-change: transform;
}

.fixed-nav .nav-row ul li:nth-child(2) {
	-webkit-transition-delay: .03s;
	     -o-transition-delay: .03s;
	        transition-delay: .03s;
}

.fixed-nav .nav-row ul li:nth-child(3) {
	-webkit-transition-delay: .05s;
	     -o-transition-delay: .05s;
	        transition-delay: .05s;
}

.fixed-nav .nav-row ul li:nth-child(4) {
	-webkit-transition-delay: .07s;
	     -o-transition-delay: .07s;
	        transition-delay: .07s;
}

.nav-active .fixed-nav .nav-row ul li {
	-webkit-transform: translate(0, 0) rotate(0.001deg);
	    -ms-transform: translate(0, 0) rotate(0.001deg);
	        transform: translate(0, 0) rotate(0.001deg);
}

.links-wrap li a:hover .btn-text-inner,
.links-wrap li a.active .btn-text-inner {
	background-size: 300% 100%;
	background-position: top left;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

.btn-hamburger .btn-bars {
	position: absolute;
	width: 28%;
	height: 8%;
	opacity: 1;
}

.btn-hamburger .btn-bars::before,
.btn-hamburger .btn-bars::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	height: 1px;
	width: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(0.001deg);
	    -ms-transform: translate(-50%, -50%) rotate(0.001deg);
	        transform: translate(-50%, -50%) rotate(0.001deg);
	background: #fff;
	-webkit-transition: var(--animation-fast);
	-o-transition: var(--animation-fast);
	transition: var(--animation-fast);
}

.btn-hamburger .btn-bars::before {
	top: 0px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.btn-hamburger .btn-bars::after {
	bottom: -5px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.btn-hamburger .btn-text-inner {
	color: #fff;
	opacity: 0;
}

.fixed-nav {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	background: rgb(17 14 34 / 70%);
	z-index: 100;
	-webkit-transform: translate(100%);
	    -ms-transform: translate(100%);
	        transform: translate(100%);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.7, 0, .2, 1);
	transition: -webkit-transform .5s cubic-bezier(.7, 0, .2, 1);
	-o-transition: transform .5s cubic-bezier(.7, 0, .2, 1);
	transition: transform .5s cubic-bezier(.7, 0, .2, 1);
	transition: transform .5s cubic-bezier(.7, 0, .2, 1), -webkit-transform .5s cubic-bezier(.7, 0, .2, 1);
	will-change: transform;
	width: 30%;
	-webkit-backdrop-filter: blur(25px);
	        backdrop-filter: blur(25px);
}

.nav-active .fixed-nav {
	-webkit-transform: translate(0, 0) rotate(0.001deg);
	    -ms-transform: translate(0, 0) rotate(0.001deg);
	        transform: translate(0, 0) rotate(0.001deg);
}

.nav-active .fixed-nav-back {
	opacity: .35;
	pointer-events: all;
	background: rgba(255, 255, 255, 0.2);
}

.btn-hamburger.active .btn-bars::before {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-hamburger.active .btn-bars::after {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.btn-hamburger .btn-fill {
	background-color: #455ce9;
}

.fixed-nav-rounded-div {
	position: absolute;
	left: 1px;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	height: 100%;
	top: 0;
}

.fixed-nav-rounded-div .rounded-div-wrap {
	width: 6vw;
	height: 100%;
	-webkit-transition: all .9s cubic-bezier(.7, 0, .3, 1);
	-o-transition: all .9s cubic-bezier(.7, 0, .3, 1);
	transition: all .9s cubic-bezier(.7, 0, .3, 1);
	will-change: width;
}

.fixed-nav-rounded-div .rounded-div-wrap .rounded-div {
	background: rgb(17 14 34 / 70%);
	height: 150%;
	content: "";
	display: block;
	position: absolute;
	width: 775%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(15%, -50%);
	    -ms-transform: translate(15%, -50%);
	        transform: translate(15%, -50%);
}

.nav-active .fixed-nav-rounded-div .rounded-div-wrap {
	width: 0vw;
}

.fixed-nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	padding: 50px 50px 50px 100px;
	position: relative;
	-webkit-transform: translate(0, 0) rotate(0.001deg);
	    -ms-transform: translate(0, 0) rotate(0.001deg);
	        transform: translate(0, 0) rotate(0.001deg);
	-webkit-transition: all .2s cubic-bezier(.7, 0, .2, 1);
	-o-transition: all .2s cubic-bezier(.7, 0, .2, 1);
	transition: all .2s cubic-bezier(.7, 0, .2, 1);
	will-change: transform;
	position: relative;
}

.fixed-nav-inner::before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.05);
	left: 85px;
	width: 1px;
	height: 100%;
	top: 0;
}

.social-row {
	position: relative;
}

.social-row::after {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.05);
	left: -80px;
	width: 125%;
	height: 1px;
	bottom: 0px;
}

.social-row::before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.05);
	left: -80px;
	width: 125%;
	height: 1px;
	top: 0px;
}

.social-menu-list li {
	margin-right: 50px;
}

.fixed-nav-back {
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, hsla(220, 13%, 0%, .3)), color-stop(80%, hsla(220, 13%, 0%, 1)));
	background: -o-linear-gradient(left, hsla(220, 13%, 0%, .3) 40%, hsla(220, 13%, 0%, 1) 80%);
	background: linear-gradient(to right, hsla(220, 13%, 0%, .3) 40%, hsla(220, 13%, 0%, 1) 80%);
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.7, 0, .2, 1);
	-o-transition: opacity .8s cubic-bezier(.7, 0, .2, 1);
	transition: opacity .8s cubic-bezier(.7, 0, .2, 1);
	z-index: 100;
	pointer-events: none;
	will-change: opacity;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.fixed-nav .nav-row ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 10vh;
}


.links-wrap li {
	position: relative;
}

.links-wrap li:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 249, 0)), to(rgba(255, 255, 255, 0.05)));
	background: -o-linear-gradient(right, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
	background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
	height: 1px;
	bottom: 0px;
	width: 100%;
}

.links-wrap li a .link-text {
	padding: 30px 0;
	position: relative;
	display: block;
}

.links-wrap li,
.links-wrap li a {
	width: 100%;
}

.contact-text,
.about-text {
	font-weight: 700;
	font-size: 81px;
	line-height: 110px;
	color: #fff;
}
.about-text .line:nth-child(1) .words,.contact-text .line:nth-child(1) .words{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #9F8FFF), color-stop(80%, #FFFFFF)) ;
	background:-o-linear-gradient(top, #9F8FFF 50%, #FFFFFF 80%) ;
	background:linear-gradient(180deg, #9F8FFF 50%, #FFFFFF 80%) ;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.about-text  .line:nth-child(2) .words ,.contact-text .line:nth-child(2) .words{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.15%, #FFFFFF), to(#63F6FF));
    background: -o-linear-gradient(top, #FFFFFF 35.15%, #63F6FF 100%);
    background: linear-gradient(180deg, #FFFFFF 35.15%, #63F6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.contact-main-container,
.about-page-main-container {
	height: 50vh;
}

.contact-inner {
	padding-bottom: 0px;
}

.contact-inner:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 0px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.contact-inner.show-section:before {
	width: 100%;
}

.contact-inner:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 0px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.contact-inner.show-section:after {
	width: 100%;
}

.form-input {
	padding: 40px 50px;
	position: relative;
}

.form-input:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 249, 249, 0)), to(rgba(255, 255, 255, 0.2)));
	background: -o-linear-gradient(right, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background: linear-gradient(270deg, rgba(255, 249, 249, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	height: 1px;
	bottom: 0px;
	width: 0%;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.form-input:last-child::before {
	content: none;
}

.form-input:nth-child(1).active-sec:before {
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	width: 100%;
}

.form-input:nth-child(2).active-sec:before {
	-webkit-transition-delay: 0.7s;
	     -o-transition-delay: 0.7s;
	        transition-delay: 0.7s;
	width: 100%;
}

.form-input:nth-child(3).active-sec:before {
	-webkit-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	width: 100%;
}

.form-input:nth-child(4).active-sec:before {
	-webkit-transition-delay: 1.01s;
	     -o-transition-delay: 1.01s;
	        transition-delay: 1.01s;
	width: 100%;
}

.form-input:nth-child(5).active-sec:before {
	-webkit-transition-delay: 1.03s;
	     -o-transition-delay: 1.03s;
	        transition-delay: 1.03s;
	width: 100%;
}

.form-input h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.form-input h5 {
	position: absolute;
	left: 0;
	top: 50px;
	opacity: .33;
}

.form-input label {
	width: 100%;
	display: block;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 1);
	font-weight: 450;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 25px;
}

.form-input input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 20px 0 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	font-weight: 450;
	font-size: 25px;
	color: #fff;
	display: block;

	background: transparent !important;
}

.form-input input::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.form-input input::-ms-input-placeholder, .form-input textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.form-input input::placeholder,
.form-input textarea::placeholder {
	color: rgba(255, 255, 255, 0.2);
}

.form-input textarea {
	resize: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 20px 0 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	font-weight: 450;
	font-size: 25px;
	color: #fff;
	display: block;
	background: transparent !important;
	height: 250px;
	margin-bottom: 50px;
}

textarea::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(245, 245, 245, 0.2);
}

textarea::-webkit-scrollbar {
	width: 5px;
	border-radius: 10px;
	background-color: rgba(245, 245, 245, 0.2);
}

textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #2f2c43;
}

.form-input.not-empty .label {
	opacity: .33 !important;
}

.form-input input:focus {
	outline: 0;
	outline-width: 1px !important;
	outline-offset: 0px;
	border-radius: 0;
	border: 0;
}

.form-inner {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-contact-send .sec-btn:before {
	right: 0;
}

.send-btn {
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-decoration: underline !important;
	cursor: pointer;
	font-weight: 400;
	font-size: 50px;
	line-height: 110px;
	text-align: center;
	border: none;
}

.send-btn::before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	height: 2px;
	width: 130px;
	bottom: 0;
	left: 0;
}

.btn-contact-send {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: calc(100% - 40px);
	align-items: center;
    justify-content: space-between!important;

}

.contact-form-main-container {
	padding-bottom: 100px;
}

.contact-page-footer .footer-inner {
	padding-top: 80px;
}

.contact-page-footer.footer-main-container .foot-page-col:nth-child(1) .foot-page-col-bg,
.contact-page-footer.footer-main-container .foot-page-col:last-child .foot-page-col-bg {
	height: 100%;
}

.contact-page-footer.footer-main-container .footer-inner.show-section .foot-page-col:nth-child(1) .bg-border-left:before,
.contact-page-footer.footer-main-container .footer-inner.show-section .foot-page-col:last-child .bg-border-left:before {
	height: 100%;
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.contact-page-footer.footer-main-container .footer-inner.show-section .foot-page-col:nth-child(1) .bg-border:after,
.contact-page-footer.footer-main-container .footer-inner.show-section .foot-page-col:last-child .bg-border:after {
	height: 100%;
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.contact-address-detail {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 50px;
	height: 100%;
}

.contact-des h5 {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-detail-text {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

.contact-des {
	margin-bottom: 70px;
}

.work-main-container {
	height: 50vh;
	margin-bottom: 180px;
}

.work-text {
	font-weight: 700;
	font-size: 75px;
	line-height: 110px;
	color: #fff;
}
.work-text .line:nth-child(1) .words{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #9F8FFF), color-stop(80%, #FFFFFF)) ;
	background:-o-linear-gradient(top, #9F8FFF 50%, #FFFFFF 80%) ;
	background:linear-gradient(180deg, #9F8FFF 50%, #FFFFFF 80%) ;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.work-text  .line:nth-child(2) .words {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.15%, #FFFFFF), to(#63F6FF));
    background: -o-linear-gradient(top, #FFFFFF 35.15%, #63F6FF 100%);
    background: linear-gradient(180deg, #FFFFFF 35.15%, #63F6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.work-content-section {
	margin-bottom: 40px;
}
.work-page-list-container{
	margin-bottom: 180px;
}
.work-grid .grid-sub-title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: 1px solid rgba(255, 255, 255, 0.12); */
	position: absolute;
	top: -50px;

}

.work-grid .grid-sub-title .flex-col:nth-child(1) {
	width: 50%;
	padding-left: 120px;
}

.work-grid .grid-sub-title .flex-col:nth-child(2) {
	width: 30%;
}

.work-grid .grid-sub-title .flex-col:nth-child(3) {
	width: 20%;
	padding-right: 120px;
}

/*
.work-grid .grid-sub-title .flex-col:nth-child(4) {
    width: 14%;
   
} */
.work-grid .grid-sub-title h5 {
	margin: 0;
	width: 100%;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.26em;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	text-transform: uppercase;
}

.work-content-section {
	position: relative;
}


.work-item a {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
	/* border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%); */
	/* border-bottom: 1px solid;
	border-image-slice: 1;
	border-width: 0px; */
}


.work-item:last-child li:after {
	content: none;
}

.work-item:last-child a {
	border-bottom: 0;
}

.work-item:last-child a {
	border-bottom: 0;
}

.work-grid .work-item .flex-col:nth-child(1) {
	width: 50%;
	padding-left: 120px;
}

.work-grid .work-item .flex-col:nth-child(2) {
	width: 30%;
}

.work-grid .work-item .flex-col:nth-child(3) {
	width: 20%;
	padding-right: 120px;
}

/*
.work-grid .work-item .flex-col:nth-child(4) {
    width: 14%;
} */

.custom-container {
	padding: 0px 100px;
}

.work-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.work-item {
	font-size: 50px;
	list-style-type: none;
	letter-spacing: 2px;
}

.work-item-text {
	line-height: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100px;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 40px;
}

.work-item a:hover .work-item-text .words {
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.96%, #63F6FF), color-stop(71.67%, #9F8FFF));
	background: -o-linear-gradient(left, #63F6FF -0.96%, #9F8FFF 71.67%);
	background: linear-gradient(90deg, #63F6FF -0.96%, #9F8FFF 71.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.work-item-text:hover {
	color: white;
	position: relative;
	z-index: 3;
}

.flex-col p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}

.work-item-image {
	height: 450px;
	width: 500px;
	background-size: contain;
	position: absolute;
	z-index: 2;
	opacity: 0;
	margin-top: -42%;
	-webkit-transform: scale(0.4);
	    -ms-transform: scale(0.4);
	        transform: scale(0.4);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-item-image.ramble {
	background-image: url("../images/service/service-img1.png");
}

.work-item-image.gym {
	background-image: url("../images/service/service-img3.png");
}

.work-item-image.brand-book {
	background-image: url("../images/service/service-img4.png");
}

.work-item-image.social-app {
	background-image: url("../images/service/service-img5.png");
}

.work-item-image.razzle {
	background-image: url("../images/service/service-img6.png");
}

.work-item-image.adore {
	background-image: url("../images/service/service-img7.png");
}

.work-grid-inner {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.work-gallery-main-container:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 0px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.work-gallery-main-container.show-section:before {
	width: 100%;
}

.work-gallery-main-container:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 0px;
	width: 100%;
}
.seprator{
	position: relative;
}
 .seprator:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 0px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
} 
.work-item:nth-child(1) .seprator.active-sec:after {
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	width: 100%;
}
.work-item:nth-child(2) .seprator.active-sec:after {
	-webkit-transition-delay: 0.7s;
	     -o-transition-delay: 0.7s;
	        transition-delay: 0.7s;
	width: 100%;
}
.work-item:nth-child(3) .seprator.active-sec:after {
	-webkit-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	width: 100%;
}

.work-item:nth-child(4) .seprator.active-sec:after {
	-webkit-transition-delay: 1.01s;
	     -o-transition-delay: 1.01s;
	        transition-delay: 1.01s;
	width: 100%;
}

.work-item:nth-child(5) .seprator.active-sec:after {
	-webkit-transition-delay: 1.02s;
	     -o-transition-delay: 1.02s;
	        transition-delay: 1.02s;
	width: 100%;
}

.work-item:nth-child(6) .seprator.active-sec:after {
	-webkit-transition-delay: 1.04s;
	     -o-transition-delay: 1.04s;
	        transition-delay: 1.04s;
	width: 100%;
}

.sec-space {
	padding-bottom: 100px;
}

.about-page-main-container {
	margin-bottom: 180px;
}

.about-detail-heading h4 {
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.26em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.process-heading h5,
.process-icon {
	margin-bottom: 20px;
}

.process-heading h5 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.about-detail-para p,
.process-para p {
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
	line-height: 35px;
}

.about-page-detail {
	position: relative;
}

.about-page-detail:last-child:before {
	content: none;
}

.about-page-detail:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	bottom: 60px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.about-description .about-page-detail:before {
	bottom: 0;
}
.about-description .about-page-detail {
	margin-bottom: 60px;
    padding-bottom: 30px;
}
.about-page-detail.show-line:before {
	width: 100%;
}

.process-inner {
	margin-bottom: 60px;
}

.about-page .page-col-bg,
.support-page .page-col-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.02)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.about-page-detail-content:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 280px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about-page-detail-section.show-section .about-page-detail-content:after {
	width: 100%;
}

.about-page:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	left: 0;
	width: 1px;
	height: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about-page-detail-section.show-section .about-page:before {
	height: 100%;
}

.support-page-detail-section {
	margin: 180px 0;
	position: relative;
}

.support-page-detail-section.show-section .support-content:after {
	width: 100%;
}

.support-content:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 1px;
	top: 280px;
	width: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}


.support-page-detail-section.show-section .support-inner:before {
	height: 100%;
}

.support-inner:before {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	left: 0;
	width: 1px;
	height: 0%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.support-page-inner {
	margin-top: 0px;
}

.about-page .section-head {
	margin-bottom: 60px;
}

.expert-card {
	padding-top: 30px;
	padding-bottom: 30px;
}

.work-gallery-small-container {
	display: none;
}

.work-small-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.work-small-gallery li {
	width: calc(50% - 20px);
	margin-bottom: 80px;
}

.work-img {
	width: 100%;
	height: 320px;
	margin-bottom: 20px;
}

.work-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.work-title {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.work-bottom p {
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.support-page .section-head {
	padding-bottom: 65px;
}
.error-msg{
	font-size: 18px;
	color: #81F6B0;
}
.swiper-pagination-bullet{
	background: rgba(255,255,255,0.6)!important;
}
.swiper-pagination-bullet-active{
	background:#9F8FFF!important;
}
.swiper-pagination {
	display: none;
}