body {
	background-size: 100%;
	font-family:'Poppins', sans-serif;
	text-align: center;
	background: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #fff;
	overflow-x: hidden;
	line-height: 2;
}

a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.arrows a{
	width: 55px;
	height: 55px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	padding-top: 15px;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.arrows a:hover{
	cursor: pointer;
	margin-top: 40px;
}
.btn-outline {
	font-family: 'Poppins', sans-serif;
	height: 46px;
	line-height: 44px;
	padding: 0 25px;
	background: none;
	border: 2px solid #1993ca;
	border-radius: 30px;
	color: #1993ca;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.btn-outline:hover {
	background-color: #1993ca;
	color: #fff;
}

header {
	min-height: 100px;
	background: #fff;
}
.logo{
	padding: 75px 0;
	font-size: 16px;
	background-color: #FFF;
	background-image: url("../images/book.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 1432px;
}
.btn-action{
	margin-top: 35px;
}
.btn-action a{
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	padding: 18px 40px;
	display: inline-block;
	margin: 0 10px;
	background: transparent;
	border: 3px solid #fff;
	position: relative;
	font-weight: 600;
}
.btn-action a:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 3px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
a.btn-white{
	background: #fff;
	color: black;
}

a.btn-white:hover{
	background: black;
	color: #fff;
}

.btn-action a:hover{background-image: linear-gradient(to right, #4ee064 20%, #42c3d3 80%);}

.sub-logo{
	text-align: center;
	color: #fff;
	margin-top: 40px;
	font-size: 46px;
	font-weight: 600;
	width: 50%;
	margin: 30px auto;
	line-height: 1.3;
}
.sub-logo em {
    font-family: poly;
    color: #000;
    font-weight: 300;
}
.space-30{
	margin-bottom: 30px;
}
.space-60{
	margin-bottom: 60px;
}


.text-small{
	font-size: 16px;
	color: #fefefe;
	font-weight: 300;
	opacity: 0.6;
	margin-bottom: 30px;
}

.text-big{
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.text-large{
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
}

.text-medium{
	font-weight: 300;
	font-size: 18px;
}

.text-main{
	margin-top: 20px;
}

.text-main > div{
	margin-bottom: 10px;
}
.heading h2{font-size: 36px; font-weight:600; margin-bottom: 20px;}
.heading p{font-size: 14px;font-weight:400;margin: 0 auto 30px;}
.btn-gradient{
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(right, #42c3d3 0%, #4ee064 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #42c3d3 0%, #4ee064 100%);
    border-image: linear-gradient(to left, #42c3d3 0%, #4ee064 100%);
    border-image-slice: 1;
    position: relative;
    color: #000;
}
.btn-gradient:before{
	 width: 13px;
  height: 3px;
  background-image: -webkit-linear-gradient(left, #4ee064 20%, #42c3d3 80%);
  background-image: -o-linear-gradient(left, #4ee064 20%, #42c3d3 80%);
  background-image: linear-gradient(to right, #4ee064 20%, #42c3d3 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4EE064', endColorstr='#FF42C3D3', GradientType=1);
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  margin-top: -1px;
}
.wrapper{padding: 100px 50px 80px;position: relative;}

.section-white{
	color: #000;
}
p{color: #909090;}
.section-blog{
    padding: 100px 0 0;
}
.section-blog:before{
	content:"";
	position: absolute;
	background: url(../images/background-3.png) no-repeat right 0;
	width: 632px;
	height: 558px;
	right: 0;
	top: -100px;
}
.customize{
    padding-top: 100px;
}
.customize:before{
	content: "";
	position: absolute;
	background: url(../images/background-4.png) no-repeat left 0;
	width: 632px;
	height: 558px;
	left: 0;
	top: -86px;
}
.section-responsive{
    padding-bottom: 0;
    background: url(../images/background-5.jpg) no-repeat left 0;
}
.section-responsive h2{margin-top: 80px;}
.section-features:before{
	    content: "";
	    position: absolute;
	    background: url(../images/background-2.png) no-repeat right 0;
	    width: 632px;
	    height: 558px;
	    right: 0;
	    top: -200px;
}
.section-color{background-color: #10dcb2;background: url(../images/background-1.jpg) no-repeat;}
.section-color .heading span{color: #000;font-size: 16px;text-transform: uppercase;font-weight: 600;}
.icon-box{
    display: flex;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border: 2px dashed #70ead1;
}
.icon-box img{
    padding: 12px;
    background: #e7e7e7;
    border-radius: 25px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-top: 6px;
    transition: all ease 0.3s;
}
.icon-box:hover img{box-shadow: 0 0 15px #999;transition: all ease 0.3s;}
.icon-box h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.icon-box h4 span{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #000;
    padding: 2px;
}
.icon-box p{
    color: #fff;
    line-height: 1.5;
}
.our-demo{
	padding-top: 100px;
}
.our-demo .item{
}
.our-demo .item > a{
    display: inline-block;
    position: relative;
}
.our-demo .item > a:before{
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, #4ee064 20%, #42c3d3 80%);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.3s;
}
.our-demo .item > a:after{
	content: "\f0c1";
	position: absolute;
	font-family: FontAwesome;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	font-size: 30px;
	font-weight: 300;
}
.our-demo .item > a:hover:after,
.our-demo .item > a:hover:before{
	opacity: 1;
	transition: all ease 0.3s;
}
.our-demo .item a img{}
.our-demo .item h4{
    margin: 20px 0;
}
.our-demo .item h4 a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
    padding-right: 22px;
    position: relative;
}
.our-demo .item h4 a:before{
	content: "\f178";
	position: absolute;
	right: 0;
	font-family: FontAwesome;
	top: 5px;
}

.our-demo .item h4 a:hover{
	color: #51e06c;
	opacity: 1;
}
.nb-demo{
    font-size: 80px;
    position: absolute;
    font-weight: bold;
    padding: 40px 10px 0;
    background: linear-gradient(to bottom, #4ee064 20%, #42c3d3 80%);
    line-height: 1;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    color: #000;
}
.section-dark{
	color: #fff;
	background: #2b2b2b;
}
.section-dark .heading p{color: #909090;}
.features-heading{
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 15px;
	position: relative;
	display: block;
	padding-bottom: 10px;
	font-family: 'Poppins';
}

.features-box:hover img{
    transform: scale(1.1);
    transition: all ease 0.3s;
}
.features-box img{
    margin-bottom: 30px;
    transition: all ease 0.3s;
}
.features-box h4{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.features-box p{
    line-height: 1.6;
}
.sub-heading{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	text-transform: uppercase;
	font-family: 'Poppins';
	letter-spacing: 5px;
}

.icon-box .icon{
	text-align: center;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	background: #8BC44A;
	color: #FFF;
	float: left;
	margin-right: 10px;
}

.icon-box i{
	font-size: 20px;
}

.icon-box .text{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-align: left;
	line-height: 24px;
}


.main-center{
	padding: 30px 0;
}
.main-bottom{
	background: #FFF;
	padding: 50px 0;
}

.content{
	padding-top: 50px;
}
.content .row {
	margin-bottom: 40px;
	}

.text_heading {
    background-image: url("../images/bg-heading.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Poppins",sans-serif;
    font-size: 45px;
    font-weight: 400;
    min-height: 186px;
    line-height: 58px;
    margin: 0;
    padding: 30px 0;
}
.text_heading small {
    color: #000000 !important;
    font-size: 30px !important;
}
.shop-name a{
	font-weight: 700;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 25px 0 0;
	display: block;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 0 35px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.shop-name a:hover {
	color: #FAC42B;
}
.text-decription{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.box-content{
	/* border: 1px solid #ef114c; */
	overflow: hidden;
}
@media(min-width: 1200px){
	.row > .item{
		padding: 0 3.icon-box;
	}
}
.image-bg{
	min-height: 410px;
	display:inline-block;
	position: relative;
	background-size: 100%!important;
	width: 100%;
	max-width: 540px;
}
.image-bg .image-shop-scroll{
	background-position: center 0!important;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	position:absolute;
	width:100%;
	min-height: 540px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
}
.image-bg .image-shop-scroll{
	transition: all 3s ease-out 0s;
	-webkit-transition: all 3s ease-out 0s;
	-moz-transition: all 3s ease-out 0s;
	-ms-transition: all 3s ease-out 0s;
	-o-transition: all 3s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.description > * {
	display: inline-block;
}
.description i {
	color: #333;
	font-size: 8px;
}
#footer {

 }
.footer-link {
	padding: 48px 0 73px;
	background-image: url("../images/footer-bg.jpg");
	background-position: right center !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto;
}
.footer-link .text-large{
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-weight: 700;
}

.footer-link > * {
	display: inline-block;
}
.box-content{
	position: relative;
}
.box-content:hover .btn-link{
	bottom: 0;
}
.btn-link{
	background: #FF3333;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	padding: 13px 33px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	
}
.btn-link:hover, .btn-link:focus, .btn-link:active{
	color: black;
	background: #FF3333;
	text-decoration: none;
}
.btn-cta{
	background: #FF3333;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	padding: 20px 35px;
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active{
	color: black;
}
.copyright{
	padding: 50px 0;
}