body {
	background-size: 100%;
	background: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #979797;
	overflow-x: hidden;
	line-height: 1.5;
	font-weight: 300;
}
.coming{
     opacity: 0.5;
overflow: hidden;
}
.coming:before {
  position: absolute;
    content: "Coming Soon";
    width: 150px;
    height: 27px;
    background: pink;
    right: -42px;
    top: 20px;
    transform: rotate(45deg);
    z-index: 2;
    color: #000;
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}
@media (min-width: 768px) {
	.has-sticky {
	    position: static;
	    top: 0px;
	        background: #292833;
	} 
	.has-sticky.keeptop {
		background: rgba(0, 0, 0, 0.86) !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		z-index: 999999;
	}
	.has-sticky.keeptop .inner {
		width: 1170px;
		margin: auto;
	} 
}
a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
} 
.btn{
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	padding: 12px 30px;
	display: inline-block;
	background: #50d18e;
	letter-spacing: 1px;
	position: relative;
	font-weight: 700;
	border: none;
	border-radius: 30px;
	background: #ebba11; 
	
}
.btn-second{
	background: #ebba11;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #000;
	border: none;
}
.btn-second:hover,.btn:hover {
	background: #2dabb9; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #2dabb9, #6eb897); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #2dabb9, #6eb897); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, #2dabb9, #6eb897#6eb897); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #2dabb9, #6eb897); /* Standard syntax */
}
a i {
	margin-left: 10px;
}
a.btn-white{
	background: #fff;
	color: black;
}

a.btn-white:hover{
	background: black;
	color: #fff;
}
.first-child {
	clear: both;
}
.space-30 {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
.col-md-5 {
	width: 20%;
	float: left;
}
}
header {
	min-height: 100px;
	background: url('../images/bg-header.jpg') no-repeat;
	border-bottom: 1px solid #c3c5c8;
	overflow: hidden;
	background-attachment: fixed;
	background-size: 100%;
	background-position: center center;
}
.top-header .inner {
	padding: 20px 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: baseline;
}
.top-header .inner > div {
}
.menu {
	text-align: center;
}
ul.list-inline a {
	font-size: 14px;
	color: #fff;
	font-family: Montserrat;
}
ul.list-inline li + li {
	margin-left: 10px;
}
.slider {
	    color: #fff;
	    margin: 42px 0 0;
	    line-height: 1.3;
	    text-align: center;
	    font-size: 20px;
	    position: relative;
}
.slider .content{}
.slider h2{    font-size: 72px;font-weight: 600;letter-spacing: 35px;}
.slider p{font-size: 20px;line-height: 26px;width: 80%;text-align: center;margin: 0 auto 0px;color: rgba(255, 255, 255, 0.8);}
.slider img{margin: 90px 0 0;}

.slider a {
	margin-top: 40px;
}
 
.block-heading {
	text-align: center;
	
}
.block-heading h2{font-size: 48px;color: #3b3d40;margin-bottom: 20px;font-weight: 500;}
.block-heading p {
	font-size: 20px;
} 
.block-heading.light h2,
.block-heading.light {
	color: #fff;margin-bottom: 0px;
} 
@media (min-width: 1200px){
	.block-heading h2{width: 60%; display: inline-block;}
	.block-heading p{width: 80%;display: inline-block;}
}



.warpper > div{padding-bottom: 80px;}
#our-demo{
	background: url('../images/bg-demo.png') ;

}
#our-demo .block-heading h2{
	color: #000;
}
#our-demo .block-heading p{
color: #666;
}
.row .demo{
	background: #fff;
}
.row .demo div{
	padding: 30px;
	color: #666;
}
.row .demo:hover{box-shadow: 0 0 30px #ccc; transition: all ease 0.3s;}
.demo-style a{display: block;position: relative;}
.demo-style .image:before{
	position:absolute;
	content:"";
	width:100%;
	height:150px;
	bottom:0;
	left:0;
	background-repeat:repeat-x;
	/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#FF000000",GradientType=0); */
	z-index: 1;
}
.demo-style div{width: 100%;bottom: 0;z-index: 9999;}
h4.name{
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    padding-right: 22px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
} 

.name a {
    color: #272727;
}
#features{background:#f9f9f9;}
#elements{background: url(../images/bg-features.jpg) no-repeat;position: relative;padding-bottom: 0;padding-top: 80px;}
#elements .row > div:first-child{margin: 0;}
#elements .block-heading{padding-top: 0;}
#elements img{
    vertical-align: bottom;
}
.list-features ul{
	list-style: none;
	padding-left: 0;
	margin-right: 30px;
}
.list-features{display: flex;}

.list-features ul i{
	background: #2dabb9; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #2dabb9, #6eb897); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #2dabb9, #6eb897); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, #2dabb9, #6eb897#6eb897); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #2dabb9, #6eb897); /* Standard syntax */
	color: #fff;border-radius: 100%;width: 20px;height: 20px;text-align: center;padding: 4px 0;font-size: 12px;margin-right: 10px;
}
.list-features ul li{font-size: 20px;font-weight: 500;color: #3b3d40;font-family: Montserrat;padding: 5px 0;}
.list-features ul a{
	font-size: 20px; line-height: 30px; font-weight: 500;color:#28aabd;font-family: Montserrat;padding: 5px 0;display: inline-block;padding-left: 35px;
}
.image-bg {
    height: 300px;
    display: block;
    position: relative;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	height: 300px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.image-bg .image-shop-scroll{
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.item .image-bg , .item .image-bg .image-shop-scroll{
	width: 630px;
	height: 540px;
	text-align: center;
	display: inline-block;
}  
.item > a {
    display: inline-block;
    position: relative;
} 
#mobile {
} 
#mobile .inner{background: url('../images/mobile.png') no-repeat bottom center;width: 472px;margin: 0 auto;height: 827px;padding-top: 92px;}
#mobile .inner .item img{margin-right: 9px;box-shadow: 0 0px 25px -2px #ccc;}
#mobile .inner .owl-item.active .item img{box-shadow: none;}
#feature-box .item{
	
display: flex;
	
margin-bottom: 50px;
	
align-items: center;
}
#feature-box .item h4{color: #000;}
#feature-box .item img{padding: 20px; border-radius: 100%;}  
.row > .item {
    padding: 0 30px!important;
} 
#optimized{
	 background: url(../images/optimized.jpg);
    background-repeat: no-repeat;
    padding: 50px 0 65px;
}
#optimized .block-heading{
    padding: 80px 0 50px;}
#footer{
	background: url("../images/bg-footer.jpg")#282832 no-repeat;
	height: 424px;
	padding: 81px 0 74px;
	margin-top: -15px;
}
#footer h2{
	color: #fff;
	font-size: 52px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -3px;
}
#footer h2 i{font-size: 30px;}
#footer h2 span{font-size: 82px; display: block;}
#footer .inner{

display: flex;
	
align-items: center;
	
justify-content: space-between;
}
#copyright p{
	color: #656b6f;
}
#copyright ul.list-inline a{
	color: #656b6f;
}
#copyright ul.list-inline a:hover{
	color: #2dabb9;
}	
.text-black {
	color: #272727!important;
}
.height-30 {
	height: 30px;
	display: block;
}
.owl-carousel-play{position: relative;display: inline-block;width: 472px;}
.owl-carousel .owl-pagination {display: none;}

#copyright{padding-top:20px}
#cycler{position:relative;overflow: hidden;height: 422px;margin-bottom: 40px;margin-top: 40px;}
#cycler img{position:absolute;z-index:1;left: 0;top: 0; opacity: 0;}
#cycler img.active{z-index:3; opacity: 1;}
