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: #585858;
	overflow-x: hidden;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.has-sticky {
	    position: static;
	    top: 0px;
	} 
	.has-sticky.keeptop {
		background: rgba(59, 61, 64, 0.7) !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;
		padding: 20px 0;
	} 
}

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: 16px 25px;
	display: inline-block;
	position: relative;
	font-weight: 400;
	border-width: 1px;
	letter-spacing: 1px;
	border-color: transparent;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 24px;
    background-image: -moz-linear-gradient( 45deg, rgb( 255, 154, 0 ) 0%, rgb( 255, 198, 110 ) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb( 255, 154, 0 ) 0%, rgb( 255, 198, 110 ) 100%);
}

.btn-second{
	background: transparent;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #fff;
	border: 2px solid #fff;
}
.btn-second:hover {
	border-color: #ff9a00;
}
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;
	overflow: hidden;
}
.top-header .inner {
	padding-top: 40px;
	padding-bottom: 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', sans-serif;
}
ul.list-inline li + li {
	margin-left: 10px;
}
.slider {
	    color: #fff;
	    margin: 0;
	    line-height: 1.3;
	    text-align: center;
	    font-size: 20px;
}
.slider .before{font-size: 24px; font-weight: 300; margin-bottom: 0;}
.slider .before span{font-weight: bold;}
.slider h2{font-size: 60px;font-weight: 400;letter-spacing: -3px;margin-top: 0;margin-bottom: 20px; text-transform: capitalize; font-family: 'Montserrat', sans-serif;}
.slider h3{margin: 0;}
.slider p{font-size: 24px;font-weight: 400;line-height: 1.6em;color: #ffffff; text-align: center;margin: 0 auto 0px;}
.slider img{margin: 0;}
.slider .purchase{
	padding-bottom: 40px;
}

.slider a {
	margin-top: 40px;
}
 
.block-heading {
	text-align: center;
	padding: 60px 0 40px;
}
.block-heading h2{letter-spacing: -4px;font-size: 52px;color: #3b3d40;margin-bottom: 20px;font-family: 'Montserrat', sans-serif;font-weight: 400;}
.block-heading p {
	font-size: 20px;
} 
.block-heading.light h2,
.block-heading.light {
	color: #fff;
} 




.warpper > div{padding-bottom: 80px;}

#feature-box{background: #eaeaea;}
#feature-box .item{display: flex; padding: 30px 0px;}
#feature-box .item:first-child{padding-top: 100px;}
#feature-box .item.end{justify-content: flex-end;}
#feature-box h4{margin-left: 40px; font-size: 22px; font-weight: 400; padding-top: 25px;}
#feature-box .end h4{margin-right: 40px}
#page{
	background: #363636;
	color: #ffffff;
}
#page h2{
	color: #ffffff;
}
#page .block-heading span{padding: 0 10px; font-size: 18px;}
#page .row .demo{background: transparent;}
#page h4.name{color: #656b6f; font-weight: 400; text-transform: capitalize; font-size: 16px;}

@media (min-width: 992px){
	#features,
	#page{
		padding-left: 100px;
		padding-right: 100px;
	}
}

.row .demo{
	background: #fff;
	border-radius: 5px;
	padding-top: 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#features .row .demo{
	box-shadow: 0 0 15px #ccc;
}
#features .row .demo div{
	min-height: 130px;
}
.row .demo div{
	padding: 30px;
	color: #666;
}
.row .demo1 h4{margin-top: -40px; color: #ffffff;}
.demo-style a{display: block;position: relative;}
.demo-style .image:before{
	position:absolute;
	content:"";
	width:100%;
	height:150px;
	bottom:0;
	left:0;
	background-image:-webkit-linear-gradient(top,transparent,#989898);
	background-image: linear-gradient(180deg,transparent 0,#989898);
	background-repeat:repeat-x;
	/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#FF000000",GradientType=0); */
	z-index: 1;
}
.demo-style div{position: absolute;width: 100%;bottom: 0;z-index: 9999;}
.demo-style div h4{color: white;}

h4.name{
    font-size: 14px;
    font-weight: 600;
    color: #3b3d40;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 1	px;
    font-family: 'Montserrat', sans-serif;
} 

.name a {
    color: #272727;
}
#visual{background: url("../images/bg-optimize.jpg");}
#visual .block-heading{
	padding-top: 120px;
}
#visual .block-heading p{
	color: #d4d6d7;
}
.image-bg {
    height: 330px;
    display: block;
    position: relative;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	height: 330px;
	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;
} 
#visual {
	
background: url(../images/bg-visual.jpg) repeat;
	
padding-bottom: 0;
} 
#mobile{
	background: #e7ebed;
	padding-bottom: 0;
}
#mobile p{color: #3b3d40;}
#mobile .heading{
	color: #3b3d40;
}
#management{background: url(../images/bg-managemen.jpg) no-repeat; padding: 120px 0;}
#management .block-heading{text-align: left;}
#customize{background: #faa01e;}
#plugin{background: url(../images/bg-plugin.jpg) no-repeat; padding: 100px 0;}
#support{background: url(../images/support.jpg) no-repeat; padding-top: 70px; padding-bottom: 200px;}
.row > .item {
    padding: 0 30px!important;
} 
#footer{
	background:#010211;
	height: 409px;
	padding-top: 60px;
	margin-top: -15px;
}
#footer h2{
	color: #fff;
	font-size: 52px;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-bottom: 40px;
}
#footer i{font-size: 36px; color: #ffffff;}
#footer h2 span{font-size: 20px; display: block; font-weight: 400; margin-top: 15px;}
#footer .inner{
	text-align: center;
}

#coppy-right{
	line-height: 95px;
	font-size: 16px;
}
.text-black {
	color: #181818!important;
}
.height-30 {
	height: 30px;
	display: block;
}
.owl-carousel-play{position: relative;display: inline-block;width: 311px;}
.owl-carousel .owl-pagination {display: none;}


#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;}