.box-shadow {
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.sticky {
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 999;
}

/* whatapp widget */
.whatsapp-widget {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

.asterixright {
	/* float: right; */
	color: #fe0100;
	font-weight: bold;
	margin-right: -5px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	top: 0;
	z-index: 1030;
}
.preloader {
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 999;
}
.cover {
	background: none repeat scroll 0 0 gray;
	display: block;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	/* width: 100%; */
	left: 0;
	right: 0;
	z-index: 99;
}
/*Menu Header*/
.navbar-marketing .navbar-brand img {
	height: 4rem;
}
/*Banner Slider*/
.hero {
	position: relative;
}

#banner .owl-carousel {
	position: relative;
}
#banner .owl-carousel .owl-item {
	opacity: 1;
}
#banner .owl-carousel .owl-item.active {
	opacity: 1;
}
#banner .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#banner .owl-carousel .owl-nav .owl-prev,
#banner .owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	color: white !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	#banner .owl-carousel .owl-nav .owl-prev,
	#banner .owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
#banner .owl-carousel .owl-nav .owl-prev span:before,
#banner .owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}
#banner .owl-carousel .owl-nav .owl-prev {
	left: 20px;
}
#banner .owl-carousel .owl-nav .owl-next {
	right: 20px;
}
#banner .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}
#banner .owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
}
#banner .owl-carousel .owl-dots .owl-dot:hover,
#banner .owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}
#banner .owl-carousel .owl-dots .owl-dot.active {
	background: #1089ff;
}

#banner .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.work {
	width: 100%;
}
.work .img {
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
.work .img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	background: rgba(255, 93, 177, 0);
	background: -moz-linear-gradient(
		top,
		rgba(255, 93, 177, 0) 0%,
		rgba(148, 54, 103, 0) 42%,
		black 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 93, 177, 0)),
		color-stop(42%, rgba(148, 54, 103, 0)),
		color-stop(100%, black)
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 93, 177, 0) 0%,
		rgba(148, 54, 103, 0) 42%,
		black 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 93, 177, 0) 0%,
		rgba(148, 54, 103, 0) 42%,
		black 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 93, 177, 0) 0%,
		rgba(148, 54, 103, 0) 42%,
		black 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 93, 177, 0)),
		color-stop(42%, rgba(148, 54, 103, 0)),
		to(black)
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 93, 177, 0) 0%,
		rgba(148, 54, 103, 0) 42%,
		black 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
	opacity: 0.3;
}
.work .img .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	display: block;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	.work .img .icon {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.work .text h3 {
	font-size: 18px;
	font-weight: 500;
}
.work .text h3 a {
	color: #000;
}
.work .text span {
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-weight: 500;
}
.work:hover .img .icon {
	opacity: 1;
}

/*Testimoni Slider*/
.img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-carousel {
	position: relative;
}
.owl-carousel .owl-stage-outer {
	padding-top: 1.5em;
	position: relative;
}
.owl-carousel .owl-item {
	opacity: 1;
}
.owl-carousel .owl-item.active {
	opacity: 1;
}
.owl-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: rgba(0, 0, 0, 0.2) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev span:before,
	.owl-carousel .owl-nav .owl-next span:before {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
	color: #0061f2;
}
.owl-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 20px;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	height: 3px;
	margin: 5px;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	border-radius: 1px;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #0061f2;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.testimony-wrap {
	display: block;
	position: relative;
	background: white;
	padding: 0 30px;
	border-radius: 5px;
	height: 100%;
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}
.testimony-wrap .user-img {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
}
.testimony-wrap .name {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
}
.testimony-wrap .position {
	font-size: 14px;
	color: #0061f2;
}

.testimony-dark {
	background: #F0F0F0;
}

/* Client Slider */

#client-slider .owl-carousel {
	position: relative;
}
#client-slider .owl-carousel .owl-item {
	opacity: 1;
}
#client-slider .owl-carousel .owl-item.active {
	opacity: 1;
}
#client-slider .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#client-slider .owl-carousel .owl-nav .owl-prev,
#client-slider .owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/* margin-top: -60px; */
	/* margin-top: -20px; */
	color: rgba(0, 0, 0, 0.1) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
	#client-slider .owl-carousel .owl-nav .owl-prev,
	#client-slider .owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
#client-slider .owl-carousel .owl-nav .owl-prev span:before,
#client-slider .owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}
#client-slider .owl-carousel .owl-nav .owl-prev {
	left: 0;
}
#client-slider .owl-carousel .owl-nav .owl-next {
	right: 0;
}
#client-slider .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}
#client-slider .owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}
#client-slider .owl-carousel .owl-dots .owl-dot:hover,
#client-slider .owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}
#client-slider .owl-carousel .owl-dots .owl-dot.active {
	background: #1089ff;
}
#client-slider .owl-carousel:hover .owl-nav .owl-prev,
#client-slider .owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
#client-slider .owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}
#client-slider .owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}

#client-slider .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

#client-slider .work {
	width: 100%;
}
#client-slider .work .img {
	width: 200px;
	height: 150px;
	/* width: 100%;
	height: 300px; */
	position: relative;
	-webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
#client-slider .work .img .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	display: block;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	#client-slider .work .img .icon {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
#client-slider .work .text h3 {
	font-size: 18px;
	font-weight: 500;
}
#client-slider .work .text h3 a {
	color: #000;
}
#client-slider .work .text span {
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-weight: 500;
}
#client-slider .work:hover .img .icon {
	opacity: 1;
}

.owl-stage {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
