
.phone-outer {
	position: relative;
	top: 0px;
	left: 50px;
	margin: 0 auto;
	width: 350px;
	height: 630px;
	background: white;
	background: -moz-linear-gradient(left, white 0%, #d1d1d1 100%);
	background: -webkit-gradient(
		left top,
		right top,
		color-stop(0%, white),
		color-stop(100%, #d1d1d1)
	);
	background: -webkit-linear-gradient(left, white 0%, #d1d1d1 100%);
	background: -o-linear-gradient(left, white 0%, #d1d1d1 100%);
	background: -ms-linear-gradient(left, white 0%, #d1d1d1 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(white),
		to(#d1d1d1)
	);
	background: linear-gradient(to right, white 0%, #d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#ffffff",
			endColorstr="#d1d1d1",
			GradientType=1
		);
	border-radius: 38px;
	-webkit-box-shadow: 0px 18px 88px 3px rgba(55, 55, 55, 0.5);
	box-shadow: 0px 18px 88px 3px rgba(55, 55, 55, 0.5);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.phone-outer .power {
	position: absolute;
	top: 167px;
	right: -4px;
	width: 4px;
	height: 58px;
	border-radius: 0px 4px 4px 0px;
	background: #946d12;
	background: -moz-linear-gradient(left, #946d12 0%, #eb9500 15%, #eb9500 100%);
	background: -webkit-gradient(
		left top,
		right top,
		color-stop(0%, #946d12),
		color-stop(15%, #eb9500),
		color-stop(100%, #eb9500)
	);
	background: -webkit-linear-gradient(
		left,
		#946d12 0%,
		#eb9500 15%,
		#eb9500 100%
	);
	background: -o-linear-gradient(left, #946d12 0%, #eb9500 15%, #eb9500 100%);
	background: -ms-linear-gradient(left, #946d12 0%, #eb9500 15%, #eb9500 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#946d12),
		color-stop(15%, #eb9500),
		to(#eb9500)
	);
	background: linear-gradient(to right, #946d12 0%, #eb9500 15%, #eb9500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#946d12",
			endColorstr="#eb9500",
			GradientType=1
		);
	-webkit-box-shadow: inset 1px -3px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px -3px 3px 0px rgba(0, 0, 0, 0.2);
}

.phone-outer .volume {
	position: absolute;
	top: 257px;
	right: -5px;
	width: 5px;
	height: 116px;
	border-radius: 0px 4px 4px 0px;
	background: white;
	background: -moz-linear-gradient(left, white 0%, white 14%, #c9c7c9 100%);
	background: -webkit-gradient(
		left top,
		right top,
		color-stop(0%, white),
		color-stop(14%, white),
		color-stop(100%, #c9c7c9)
	);
	background: -webkit-linear-gradient(left, white 0%, white 14%, #c9c7c9 100%);
	background: -o-linear-gradient(left, white 0%, white 14%, #c9c7c9 100%);
	background: -ms-linear-gradient(left, white 0%, white 14%, #c9c7c9 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(white),
		color-stop(14%, white),
		to(#c9c7c9)
	);
	background: linear-gradient(to right, white 0%, white 14%, #c9c7c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#ffffff",
			endColorstr="#c9c7c9",
			GradientType=1
		);
	-webkit-box-shadow: inset 1px -3px 1px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 1px -3px 1px 0px rgba(0, 0, 0, 0.33);
}

.phone-inner {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: url(../images/inner.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-color: #161617;
	border-radius: 40px;
}

.phone-inner .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	border: 2px solid rgba(255, 255, 255, 0.12);
}

.notch {
	position: absolute;
	top: 18px;
	left: 50%;
	width: 178px;
	margin-left: -89px;
	height: 46px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 99995;
}

.notch .main {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

.notch .grill-outer {
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	height: 10px;
	border-radius: 1px 1px 6px 6px;
	background: #19191a;
	background: -moz-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, #19191a),
		color-stop(100%, #282829)
	);
	background: -webkit-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -o-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -ms-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#19191a),
		to(#282829)
	);
	background: linear-gradient(to bottom, #19191a 0%, #282829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#19191a",
			endColorstr="#282829",
			GradientType=0
		);
}

.notch .grill {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 48px;
	height: 8px;
	border-radius: 1px 1px 5px 5px;
	background-color: #2a2a2c;
	background: #2a2a2c
		url("../images/pattern.svg");
	background-repeat: repeat;
	background-size: 3px 3px;
}

.notch .camera-1 {
	position: absolute;
	top: 8px;
	left: 32px;
	width: 22px;
}

.notch .camera-2 {
	position: absolute;
	top: 8px;
	right: 32px;
	width: 22px;
}

.chin-grill {
	position: absolute;
	bottom: 23px;
	left: 50%;
	width: 138px;
	margin-left: -69px;
	height: 9px;
	border-radius: 9px;
	background: #19191a;
	background: -moz-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, #19191a),
		color-stop(100%, #282829)
	);
	background: -webkit-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -o-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -ms-linear-gradient(top, #19191a 0%, #282829 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#19191a),
		to(#282829)
	);
	background: linear-gradient(to bottom, #19191a 0%, #282829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr="#19191a",
			endColorstr="#282829",
			GradientType=0
		);
}

.chin-grill .inner {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 134px;
	height: 5px;
	border-radius: 7px;
	background-color: #252527;
	background: #252527 url("../images/pattern.svg");
	background-repeat: repeat;
	background-size: 3px 3px;
}

.phone-screen {
	position: absolute;
	top: 18px;
	left: 25px;
	width: 300px;
	height: 560px;
	background: #161617;
	border-radius: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.slider {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin: 0 0;
}

.slide-1 {
	background: url("../images/swi2.png");
}

.slide-2 {
	background: url("../images/swi1.png");
}

.slide-3 {
	background: url("../images/swi3.png");
}

.slidebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.slide-nav {
	position: absolute;
	top: 102px;
	right: 0px;
	width: calc(60% - 38px);
	padding: 0px 48px;
}

.slide-nav h4 {
	font-size: calc(17px + 0.55vmin);
	letter-spacing: -0.027em;
	font-weight: 500;
	margin: 0 0;
}
.slide-nav h3 {
	color: #fff;
}
.slide-nav .sep {
	margin-bottom: 50px;
}
.slide-nav p {
	margin: 11px 0 0 0;
	font-weight: 400;
	font-size: calc(9px + 0.55vmin);
	letter-spacing: 0.02em;
	line-height: 1.7;
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 640px;
}

.slide-nav h4,
.slide-nav p {
	color: #515151;
	color: #ffffff;
}

.slide-nav ul {
	position: relative;
	width: 100%;
	margin: 0 0;
	list-style: none;
	list-style-type: none;
	padding: 0 0;
}

.slide-nav li {
	position: relative;
	display: block;
	margin: 48px 0;
	padding: 0 0 0 27px;
	cursor: pointer;
}

.slide-nav li:first-child {
	margin-top: 0;
}

.slide-nav li:last-child {
	margin-bottom: 0;
}

.slide-nav li > .progress-bar {
	position: absolute;
	top: 2px;
	left: 0;
	width: 3px;
	overflow: hidden;
	height: calc(100% - 4px);
	border-radius: 3px;
	background: #72ccf2;
	background: rgba(255, 255, 255, 0.33);
}

.slide-nav li > .progress-bar > .p-b-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	background: #2c86ac;
	background: white;
	will-change: height;
	height: 0%;
	-webkit-transition: height 100ms linear;
	-o-transition: height 100ms linear;
	transition: height 100ms linear;
}

.slide-nav li {
	opacity: 0.5;
	-webkit-transition: opacity 444ms ease-out;
	-o-transition: opacity 444ms ease-out;
	transition: opacity 444ms ease-out;
}

.slide-nav li.active {
	opacity: 1;
}

.slide-nav .p-holder {
	position: relative;
	display: none;
}

.char {
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
	-o-transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
	transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
	-webkit-animation-timing-function: cubic-bezier(0.77, 0.02, 0.11, 0.97);
	animation-timing-function: cubic-bezier(0.77, 0.02, 0.11, 0.97);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: calc(200ms + (2ms * var(--char-index)));
	animation-delay: calc(200ms + (2ms * var(--char-index)));
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

.active .p-holder > p .char {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.active .p-b-inner {
	height: 100% !important;
	-webkit-transition: height 5000ms 400ms linear !important;
	-o-transition: height 5000ms 400ms linear !important;
	transition: height 5000ms 400ms linear !important;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -webkit-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
	.swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
	.swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}



@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}


.slidebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
/*
.slide-nav {
  position: absolute;
  top: 302px;
  right: 0px;
  width: calc(60% - 238px);
  padding: 0px 48px; }
*/
.slide-nav h4 {
  font-size: calc(17px + 0.55vmin);
  letter-spacing: -0.027em;
  font-weight: 500;
  margin: 0 0; }

.slide-nav p {
  margin: 11px 0 0 0;
  font-weight: 400;
  font-size: calc(9px + 0.55vmin);
  letter-spacing: 0.02em;
  line-height: 1.7;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 640px; }

.slide-nav h4, .slide-nav p {
  color: #515151;
  color: #FFFFFF; }

.slide-nav ul {
  position: relative;
  width: 100%;
  margin: 0 0;
  list-style: none;
  list-style-type: none;
  padding: 0 0; }

.slide-nav li {
  position: relative;
  display: block;
  margin: 48px 0;
  padding: 0 0 0 27px;
  cursor: pointer; }

.slide-nav li:first-child {
  margin-top: 0; }

.slide-nav li:last-child {
  margin-bottom: 0; }

.slide-nav li > .progress-bar {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  overflow: hidden;
  height: calc(100% - 4px);
  border-radius: 3px;
  background: #72ccf2;
  background: rgba(255, 255, 255, 0.33); }

.slide-nav li > .progress-bar > .p-b-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #2c86ac;
  background: white;
  will-change: height;
  height: 0%;
  -webkit-transition: height 100ms linear;
  -o-transition: height 100ms linear;
  transition: height 100ms linear; }

.slide-nav li {
  opacity: 0.5;
  -webkit-transition: opacity 444ms ease-out;
  -o-transition: opacity 444ms ease-out;
  transition: opacity 444ms ease-out; }

.slide-nav li.active {
  opacity: 1; }

.slide-nav .p-holder {
  position: relative;
  display: none; }

.char {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
  -o-transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
  transition: opacity 0.8s cubic-bezier(0.86, 0.01, 0.14, 0.98);
  -webkit-animation-timing-function: cubic-bezier(0.77, 0.02, 0.11, 0.97);
  animation-timing-function: cubic-bezier(0.77, 0.02, 0.11, 0.97);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: calc(200ms + (2ms * var(--char-index)));
  animation-delay: calc(200ms + (2ms * var(--char-index)));
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

.active .p-holder > p .char {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.active .p-b-inner {
  height: 100% !important;
  -webkit-transition: height 5000ms 400ms linear !important;
  -o-transition: height 5000ms 400ms linear !important;
  transition: height 5000ms 400ms linear !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }


.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }


@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@media all and (max-width: 1079px) {
  section.phone-container {
    height: auto;
    padding: 0 0;
    margin: 0 0; }
  .phone-outer {
    position: relative;
    left: auto;
    top: auto;
    margin: 28px auto 0 auto;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .slide-nav {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    width: 100%;
    padding: 0 28px;
    margin: 0 auto;
    margin-top: -252px; }
  .slide-nav li {
    margin: 24px 0;
    padding: 0 0; }
  .slide-nav li:first-child {
    margin-top: 0; }
  .slide-nav li:last-child {
    margin-bottom: 0; }
  .slide-nav p {
    margin-left: auto;
    margin-right: auto; }
  .slide-nav h4, .slide-nav p {
    padding: 0 28px; } }



.slider {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: auto !important;
    position: relative;
    z-index: 3;
    overflow: hidden;
}



/*******************/


.testimonial-new{
    margin: 15px 0;
    overflow: hidden;
}
.testimonial-new .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #111;
    padding: 40px 30px;
    border: 1px solid rgba(255, 0, 255, 0.6);
}
.testimonial-new .description p {
	font-size: 22px;
	line-height: 32px;
}
.testimonial-new .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-bottom: 1px solid rgba(255, 0, 255, 0.6);
    border-left: 1px solid rgba(255, 0, 255, 0.6);
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial-new .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
}
.testimonial-new .testimonial-prof h4{
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin: 40px 0 5px 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
}

.testimonial-new .svg-inline--fa {
	position: absolute;
	top: 13px;
	left: 60px;
	font-size: 40px;
	color: rgba(255, 0, 255, 0.4);
}
@media all and (max-width: 991px) {
.testimonial-new .svg-inline--fa {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	font-size: 40px;
	color: rgba(255, 0, 255, 0.4);
}
}


/************/
.case-stady-slider {
  width: 100%;
  position: relative;
  margin-top: 40px;
  z-index: 3; }
.case-stady-slider  #owlCarousel {
  width: 100%;
  position: relative; }
.case-stady-slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.case-stady-slider #owlCarousel,
.case-stady-slider .owl-stage-outer,
.case-stady-slider .owl-stage,
.case-stady-slider .owl-item-bg,
.case-stady-slider .owl-item {
  height: 500px; }
.case-stady-slider .owl-nav {
  position: absolute;
  top: 40%;
  left: -65px;
  right: -65px; }
  @media (max-width: 768px) {
.case-stady-slider .owl-nav {
      left: 5px;
      right: 5px; } }
.case-stady-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
.case-stady-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.case-stady-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.case-stady-slider .owl-prev {
  float: left; }
.case-stady-slider .owl-next {
  float: right; }

.case-stady-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 3px;
    padding: 4px 2px;
    display: inline-block;
    cursor: pointer;
    width: 26px;
    background: transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

@media all and (max-width: 768px) {
.case-stady-slider #owlCarousel,
.case-stady-slider .owl-stage-outer,
.case-stady-slider .owl-stage,
.case-stady-slider .owl-item-bg,
.case-stady-slider .owl-item {
  height: 260px; }
  .case-stady-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  	width: 15px;
  }
}

.before-after-case .ba-img  {
	width: 95%;
	margin-bottom: 20px;
}
@media all and (max-width: 768px)  {
	.before-after-case .ba-img  {
	width:100%;
	margin-bottom: 20px;
}
}


/****************** index-page start **********/


figure.new-serv-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.new-serv-block img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background: #000;
}
figure.new-serv-block figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
}
figure.new-serv-block figcaption::before {
  position: absolute;
  top: 00px;
  right: 0px;
  bottom: 0px;
  left: 100%;
  content: '';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.new-serv-block h2,
figure.new-serv-block p ,
figure.new-serv-block .client-logo-new {
  margin: 0 0 5px;
  opacity: 0;
    color: #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.new-serv-block h2 {
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
}
figure.new-serv-block p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.new-serv-block .client-logo-new {
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0.3s;
  background: transparent !important;
}

figure.new-serv-block .new-link {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
figure.new-serv-block:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.new-serv-block:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.new-serv-block:hover figcaption .client-logo-new {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.new-serv-block:hover figcaption::before {
  background: rgba(0, 0, 0, 1);
  left: 0px;
  opacity: 0.7;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.services-new-img {
	position: relative;
	overflow: hidden;
	height: 380px;
}

.services-new-padd {
	padding: 0;
}
.new-serv-padd {
	padding: 80px 20px 20px 40px;
}
.btn-serv {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 15px;
}
.btn-serv:hover {
	border: 2px solid #c91da9;
}
.new-s-box {
	padding: 40px 30px 20px 30px;
	box-shadow: -2px 4px 20px rgba(0,0,0,.1);
	margin-bottom: 30px;
	min-height: 400px;
}
.new-s-index .new-s-box:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.new-s-index .new-s-box h3 {
	text-transform: uppercase;
	margin-top: 40px;
}

 @media (max-width: 991px) {
.services-new-img {
	height: 260px;
}
.new-serv-padd {
    padding: 30px 20px 0px 0px;
}
figure.new-serv-block:hover figcaption::before {
  left: 0px;
}
.services-new-img .back {
	background: rgba(0,0,0,.45);
}
figure.new-serv-block h2 {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
    margin-bottom: 0px;
    text-shadow: 0px 0px 10px rgba(0,0,0,.7);
    font-size: 22px;
}
figure.new-serv-block figcaption {
    padding: 15px;
}
figure.new-serv-block h2,
figure.new-serv-block p,
figure.new-serv-block .client-logo-new {
  opacity: 1;
}
 }


.services-index-new-box-box * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
.services-index-new-box-box {
	padding: 0;
}
.services-index-new-box-box:hover {
	background-color: rgba(255, 0, 255, .1);
}
.services-index-new-box-img {
  height: 380px;
  	border: 1px solid #eee;
	padding: 40px 20px;
   }

.services-index-new-box-box .services-index-new-box-text {
  position: absolute;
  height: 255px;
  left: 25px;
  right: 25px;
  bottom: 10px;
  overflow: hidden;
  padding: 0 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 0; }

.services-index-new-box-box blockquote {
  padding: 0;
  margin: 0;
  border-left: 5px solid transparent; }
  .services-index-new-box-box .new-link-new {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .services-index-new-box-box h3 {
    color: #111;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px; }
  .services-index-new-box-box p {
    color: #111;
    margin-bottom: 15px;
    margin-top: 110px; 
	font-size: 15px;
	line-height: 18px;
}
.services-index-new-box-box img {
	height: 100px;
	width: auto;
}
.services-index-new-box-text .btn {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	z-index: 8;
}
.services-index-new-box-box .services-index-new-box-text  .btn:hover {
	color: rgba(255,0,255,1);
	border: 2px solid rgba(255,0,255,1);
}
.services-index-new-box-box:hover .services-index-new-box-text,
.services-index-new-box-box.hover .services-index-new-box-text {
  height: calc(90%); }

.services-index-new-box-box:hover .services-index-new-box-text p {
	margin-top: 0;
}
.client-logo-new{ 
	height: 60px;
	width: auto !important;
}