
body {
	background-size: 100%;
	font-family: "Poppins", sans-serif;
	background: #FFF;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #fff;
}
.btn{
	border-radius: 0;
}
.content-container{
	background: #FFF;
	color: #272727;
}
.header{
	height: 100vh;
	overflow:hidden;
	position: relative;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide{
	margin-top: 30px;
}
.guide a{
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 15px;
    background-color: #000;
}
.header-content{
	position: relative;
	z-index: 9;
	text-align:center;
	margin-top:50px;
}
.header-content >a{
	display: inline-block;
}
.header-content .title_top{
	font-size:36px;
	color:#000;
	line-height: 1.6;
	padding-top:0;
	margin:36px 0 0 0;
	font-weight:400;
	letter-spacing:  -1px;
}
.top-text{
	font-style: italic;
}
.box-button{
	margin-top:70px;
}
.box-button .btn{
	padding: 0 15px;
	min-width:184px;
	background-color:#344dce;
	color:#fff;
	line-height:50px;
	text-transform:uppercase;
	font-weight: 500;
	border-radius: 2px;
	margin: 0 15px;
	display:inline-block;
	webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box-button .btn:hover{
	background-color:#445ee6;
	color:#fff;
}

.line{
	padding:30px 0px;
}
.line span{
	padding:15px 0px;
	font-family: 'Poppins', serif;
	font-style: italic;
	font-size:30px;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
}
.button{
	padding: 100px 0px;
}
.button	span{
		display:block;
		text-align:center;
		text-transform: uppercase;
		font-size: 12px;
		margin-bottom:15px;
	}
a{
	outline: none;
}
img{
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
	color:#e44853;
}
.logo{
	  padding: 109px 0 164px;
}
.top-colunm{
	text-transform: uppercase;
	font-size: 14px;
}
.top-colunm h2{
	font-size:44px;
	color: #20dcae;
	font-weight: 900;
}
.top-colunm span{
	font-size: 16px;
	font-weight: 700;
    letter-spacing: 10px;
}
.title{
	font-weight: 100;
	font-size: 60px;
	color: #fff;
}
.headding-top {
	color: #666666;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
}

.headding-top h2 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 48px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.headding-top .des{
	color: #ff8965;
	text-transform: uppercase;
	margin:40px 0;
	letter-spacing: 5px;
	font-size: 14px;
}
.view{
	font-weight: 600;
	text-transform: uppercase;
}
.view .btn{
	padding: 10px 50px;
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
.view .or{
	color: #969696;
	margin: 0 10px;
}
.view .demo{
	margin: 0 5px;
	color: #000;
}
.demo:hover .text-heading a{
	box-shadow: 0 0px 14px rgba(0,0,0,0.1);
	background-color:#344dce;
	color:#fff;
}
.view .btn-view{
	width: 40px;
	height: 40px;
	display: inline-block;
	border:2px solid #000;
	border-radius: 100%;
	line-height: 38px;
	margin: 0 10px;
	color: #000;
}
.text-heading {
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 20px 0 80px 0;
	display: block;
	text-align: center;
	transition: all 0.4s ease 0s;
	padding-top:10px;
	position:relative;
	z-index:1;
}
.text-heading a{
	display:inline-block;
	padding:15px 25px;
	border-radius:2px;
	transition:all 0.3s ease;
}
.text-heading a:hover{
	box-shadow: 0 0px 14px rgba(0,0,0,0.1);
	background-color:#344dce;
	color:#fff;
}
.des-some{
	font-size: 14px;
	color: #969696;
	text-align: center;
	margin-bottom: 60px;
}
.text-heading a {color: #000;}
.img-color {margin-bottom: 70px;}
.text-heading span{
	padding: 8px 20px;
	border-radius: 24px;
	transition: all 0.4s ease 0s;
}
.text-decription {
	color: #fff;
	margin-bottom: 45px;
}
.create {
	 font-size: 18px;
	 font-weight: 900;
	 text-transform: uppercase;
	 color:#e8e130;
	 height: 340px;
	 margin: 140px auto;
	 display: block;
	 cursor: pointer;

}
.footer-link{
	padding: 90px 0;
	background: url('../images/bg-footer.jpg');
	background-size: cover;
}
.footer-link img{
	margin:0 30px;
}
.footer-nav {
	color: #000;

}
.text-footer{
	padding: 0px;
	margin: 0px;
	font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Poppins";
    display:block;
    color: #b4ff00;
}
.text-footer .fa {
	width: 110px;
	height: 110px;
	line-height: 105px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #979a9f;
	margin-right: 50px;
}
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    letter-spacing: 2px;
    line-height: 44px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
   	display: inline-block;
   	margin-top: 12px;
   	min-width:230px;
}
.btn-outline:hover{
	background-color: #e44853;
	border-color: #e44853;
	color: #fff;
}
.image-bg{
	/*background: url(../images/bg_box.png) 0 0 no-repeat;
	/width: 426px;*/
	height: 360px;
	display: block;
	position: relative;
	margin:0 auto;
	border:20px solid #ffffff;
}
.img-content{
	display:inline-block;position: relative;
	max-height: 410px;
    overflow: hidden;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease 0s;
	padding-bottom: 12px;
}
.image-bg img{
	width: 100%;
}
.content{
	margin-top:80px;
	margin-left: -30px;
	margin-right: -30px;
}
.content .demo{
	padding: 0 30px;
}

.demo:hover .text-heading span{
	background-color : #424242;
	color: #fff;
}
.launch{
	position: absolute;
	left: 50%;
	padding: 5px 20px;
	text-transform: uppercase;
	background: #292929;
	opacity: 0;
	color: #f5f5f5;
	top: 50%;
	font-weight: bold;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transform: translate(-50%,-50%);
	-webkit-transition: translate(-50%,-50%);
	-moz-transition: translate(-50%,-50%);
	-ms-transition: translate(-50%,-50%);
	-o-transition: translate(-50%,-50%);
	z-index: 10;
	opacity: 0;
	letter-spacing: 3px;

}
.image-bg:hover  span{
	opacity: 1;
}

.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 320px;
	background-size: 100%;
}

.image-bg .image-shop-scroll{
	transition: all 5s ease-out 0s;
	-webkit-transition: all 5s ease-out 0s;
	-moz-transition: all 5s ease-out 0s;
	-ms-transition: all 5s ease-out 0s;
	-o-transition: all 5s ease-out 0s;
}

.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.section-header{
	padding-bottom: 70px;
}

.section-layout .headding-top{
	padding-bottom: 40px;
}

.section-layout .headding-top h2{
	color: #fff;
}
.selectdemo{
	padding: 0;
    margin: 82px 0 10px;
    text-align: center;
    font-family: "Poppins" !important;
    font-size: 38px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -1px;
}
.des_title{
	text-align:center;
	color:#ff3d1d;
	font-size:16px;
	font-weight:600;
}
.bg_multi{
	background-color:#f9f9f9;
	margin-top:30px;
	padding-bottom:30px;
}
.footer-link .btn{
   display: inline-block;
    padding: 15px 25px;
    border-radius: 2px;
    transition: all 0.3s ease;
    color: #fff;
    background-color: #344dce;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight:500;
}
@media screen and (min-width: 1400px){
	.container{
		width:1400px;
	}
}
.sticky-button {
    text-align: center;
    position: fixed;
    top: 32px;
    right: 20px;
    background-color: #008060;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 999;
    line-height: 20px;
    text-transform: uppercase;
}
.sticky-button.start-button {
    top: 70px;
    background-color: #599A26;
}