
body
{
    background:#fff;
    color: #666;
    font-size: 15px;
    padding: 0;
    text-align:center;
    font-family: 'Poppins', sans-serif;
   font-weight: 400;
    line-height: 24px;
}
* {
	padding:0;
	margin:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #3f3f3f;
    font-weight: 500;
    margin: 0 0 10px;
}

.header {
    text-align: center;
	min-height:450px;
	position:relative;
	    background-size: cover;
	    background-color: #444;
}
.header-intro{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.header-intro h2{
	    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
}
.header-intro h3{
	    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
}

/*main-content*/
.main-content{
	background-color: #eee;
	padding: 60px 0;
}

/*link-demo*/

.link-demo a{
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 0 50px;
	    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
.link-demo a:hover{
	    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.link-demo span{
	display: block;
	margin: 20px 0;
	text-transform:uppercase;
	font-weight: bold;
	color: #444;
}

/*box-col1*/

.box-col1{
	background:#444;
	padding: 140px 0;
}
.box-col1 h2{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	    margin: 0 0 20px;
}
.box-col1 h3{
	color: #fff;
	    font-size: 18px;
    font-weight: 300;

}
/*------------------------------------*/


/*features*/

.features{
    border-top: 1px solid #eee;
    padding: 80px 0;
}
h2.text-35{
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px;
}
p.text-12{
    margin-bottom: 80px;
}
.feature-wrapper{
    background: #f2f2f2;
        padding: 30px 30px 0 30px;
        min-height: 407px;
        margin-bottom: 20px;
}
h3.text-16{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0;
}
.feature-thumbnail{
    position: relative;
    overflow: hidden;
}
.feature-thumbnail:after{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}
.feature-thumbnail:hover:after{
    opacity: 1;
}
.feature-thumbnail img{
        transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -webkit-transition: -webkit-transform 400ms ease 0s;
}

.feature-thumbnail:hover img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}

/*intro-header*/

.intro-header{
    background: #ddd;
    padding: 100px 0;
}
.intro-header h1.text-40{font-weight:bold;    color: #666;    font-size: 30px;line-height: 1.4;}
h1.text-40{font-weight:bold;color: #fff;}
p.intro-img-header{
    margin: 30px 0 0;
}

/*composer */

.composer{
    padding: 100px 0 0;
}


.intro-woocommerce{
    padding: 100px 0 80px;
    background:url(images/feature/intro-bg-woocommerce.jpg) no-repeat center top fixed;
    background-size: cover;
}
.intro-woocommerce p{color: #fff;}
.intro-img{
    padding: 40px 0 0;
}
.feature-contents{
    margin: 30px 0 0;
}

.intro-woocommerce .pull-left{
        font-size: 24px;
    line-height: 78px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
    text-align: center;
        background: #40bea7;
    border-width: 2px;
    border-style: solid;
    border-color: #40bea7;
    color: #fff;
}
.intro-woocommerce .pull-left:hover{
    background-color: transparent;
}

.intro-woocommerce .media-body{
    padding-left: 20px;
}

.intro-woocommerce  h3.text-16{margin: 0 0 15px;color: #fff;}

/*footer*/
.footer{
	padding: 50px 0 40px;
	background: #000;
}


/*==back-top========================*/
#back-top{
background: #2D9DE3;
color: #fff;
text-transform:uppercase;
font-weight: 500;
bottom: 35px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
position: fixed;
right: 12px;
z-index: 9999;
cursor: pointer;
border: 1px solid #fff;
display: none;
border-radius: 100%;
font-size: 12px;
}
#back-top:hover{background-color: #000}

/*css3-------------------------------------------------------------------------------*/
.main .images {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

@media (min-width: 1200px){
    .container{    width: 1200px}
    .features .col-sm-4:nth-child(3n+1) {  clear: left;}
    
}
@media (max-width: 767px){
    .features .col-sm-4:nth-child(2n+1) {  clear: left;}
}

@media (max-width: 479px){
    .main > div{width: 100%;}
    .features .col-sm-4{width: 100%}
}

@media (max-width: 1199px) and (min-width: 767px){
.features .col-sm-4:nth-child(3n+1) {  clear: left;}
   
}
