.home-main-contianer {
	text-align: center;
}

.home-main-contianer > .row > .home-section:nth-child(2n+1) {
    background: #f2f2f2;
}

.home-banner {
	height: 880px;
	background: #2386e4 url("../img/banner.png") no-repeat center bottom;
}

.home-banner h1 {
	color: white;
    padding-top: 80px;
    margin: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 44px;
}

.home-banner h2 {
    color: white;
    padding-top: 13px;
    padding-bottom: 50px;
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
}

.home-make-btn {
	background: white;
    color: #2386e4;
    display: inline-block;
    padding: 20px 36px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 5px;
}

.home-section {
	padding: 80px 0px;
    color: #333;
}

.home-section h2 {
	margin: 0;
    padding-bottom: 30px;
}

.how-container img {
    margin-top: 20px;
}

.how-title {
    font-size: 20px;
    font-weight: bold;
        margin-top: 18px;
    margin-bottom: 8px;
}

.home-free-icon {
    position: absolute;
    left: 100%;
    top: -100%;
    margin-top: 40px;
    margin-left: 3px;
    
}

.demo-container {
    padding-left: 50px;
    padding-right: 50px;
}

.demo-ul {
    display: inline-block;
}

.demo-ul li {
    display: inline-block;
    position: relative;
    padding: 8px;
    border: 1px solid #ddd;
    margin: 10px;
    background: white;
    width: 240px;
    transition: all 0.5s;
}

.demo-ul li:hover {
    background: #187fe0;
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
    
}

.demo-ul li:hover p {
    color: white;
    font-weight: bold;
}

.demo-ul li img {
    width: 100%;
}

.demo-ul li p {
    color: #333;
    margin: 12px;
    font-size: 13px;
    transition: all 0.5s;
    
    max-height: 9.4em;
    overflow: hidden;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}














@media (max-width: 1199px) {


}

@media (max-width: 991px) {

    .home-banner h1 {
        font-size: 28px;
    }

    .home-banner h2 {
        font-size: 20px;
    }

    .how-desc {
        margin-bottom: 40px;
    }

    .home-banner {
        height: 763px;
        background-size: 991px; 
    }

}

@media (max-width: 767px) {

    .home-banner h1 {
        font-size: 26px;
    }

    .home-banner h2 {
        font-size: 18px;
    }

    .home-make-btn {
        padding: 18px 25px;
        font-size: 15px;
    }

    .home-banner {
        height: 670px;
        background-size: 767px; 
    }

    .home-free-icon {
        width: 140px;
    }

    .demo-container {
        padding-left: 10px;
        padding-right: 10px;
    }

}


@media (max-width: 600px) {

    .home-banner h1 {
        font-size: 24px;
        padding-top: 60px;
    }

    .home-banner h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 5px;
    }

    .home-banner {
        height: 600px;
        background-size: 767px; 
    }

}

@media (max-width: 530px) {

    .home-banner h1 {
        padding-top: 45px;
        font-size: 22px;
    }

    .home-banner h2 {
        font-size: 15px;
        line-height: 22px;
    }

    .home-banner {
        height: 520px;
        background-size: 567px; 
    }

    .home-free-icon {
        display: none;
    }

    .home-make-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

}
