.slider1 {
    text-align: center;
}
.mySlides {
    height: 682px;
    width: 1024px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image:url('../images/userhome01.jpg'); /* image size: 1500,718*/
}
.intro{
    float:right;
    height:100px;
    width:60%;
    text-align:center;
}
.intro-text{
    padding:50px 20px;
    line-height:20px;
}
.line1 {
    color: black;
    font-size: 40px;
    padding-bottom:20px;
    font-weight:bold;
    height:20px;

}
.line1 span{
    color:#e71010;

}
.line2 {
    padding-bottom: 20px;
    color: #000;
    font-size: 30px;
    height: 40px;
}
.intro-btn {
    padding: 8px 20px;
    background: #1BBD36;
    /* color: #fff; */
    border-radius: 4px;
    font-size:25px;
    display: inline-block;
}
.btn-account{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 200px;
    padding: 8px 50px;
    background: #1BBD36;
    color: rgb(209, 204, 204);
    border-radius: 4px;
    font-size:25px;
    display: inline-block;
}

.main-content{
    height:300px;
}
.main-content h1{
    text-align:center;
    margin-top:20px;
    color:#9f8a8a;
}
.text-center {
    list-style: none;
    text-align: center;
    padding-left: 25px;
    
}
.text-center li{
    float:left;
    width:14%;
    padding:0px 35px;

}
.text-center i {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: #fff;
        padding: 50px;
        background: #1BBD36;
        /*background: #ffcd53;*/
        border-radius: 50%;
}

.text-center h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #1BBD36;
}

.hi-icon-effect i.fa:hover {
    background: #fff;
    color: #ffcd53;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

/*================== what is text types=============================
    ==============================*/
.whatis {    
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
    background-color:#f3f0f0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}

.whatis h1{
    text-align:center;
    padding:20px 0;
    color:#000;
    
}
.whatis h1 span{

    color:#fc8b15;
}
.whatis img {
        float: right;
        width: 40%;
        height: 40%;
        margin: 30px 40px;
        box-shadow: 0 4px 8px 0 rgba(141, 113, 113, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.describe1{
        float: left;
        width: 40%;
        padding: 30px 60px;
        margin-left: 40px;
        color: #808080;
        line-height:40px;
        font-size:18px;
        /* text-align:justify; */
 }
.describe1 ul{
    padding-left:30px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    float:left;
    height:400px;
    text-align: center;
    margin: 30px 30px 0 120px;
    border:1px solid rgba(0, 0, 0, 0.2);
}
.card p{
    padding:5px;
}
.title {
    color: grey;
    font-size: 18px;
}

.card p button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #4CAF50;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card a {
    text-decoration: none;
    font-size: 22px;
    color: black;
    margin:5px;
}

button:hover, a:hover {
    opacity: 0.7;
}
.describe2 {
        width: 40%;
        padding: 30px 50px;
        margin-right: 20px;
        float: right;
        color: #808080;
        line-height: 40px;
        font-size: 18px;
        overflow: hidden;
        text-align: justify;
    }
