/*index.html*/

.navbar{
    margin: 0 20%;
}
.navbar-brand img{
    margin-left: -20px;
}
.btn-main{
	background-color: #00ccff;
	
}
.bg-light {
    background-color: #ffffff!important;
}
.content{
   margin-left: -15px;
   margin-right: -15px;
}
.hp1{
    height: 500px;
    margin: 50px 20%;

}
.hp1-text{
    margin-top: 130px;
}
.hp1-text-title{
    font-size: 3em;
    font-weight: bolder;
}
.hp1-text-content{
    margin: 30px 0;
}
.hp1 .hp1-img{
    width: 700px;
}
.hp3-img{
    width: 600px;
    margin-top: 10px;
}
.hp4-img{
    width: 600px;
    margin-top: 10px;
}
.hp5-img{
    width: 600px;
    margin-top: 10px;
}
.hp2{
    padding: 100px 20%;
    height: 600px;
    margin-top: 50px;
    background-color: #e2e9e2;
}
.hp2-title{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.hp2-text{
    text-align: center;
}
.hp2 .hp2-img{
    width: 80%;
    margin-top: 20px;
}
.hp6{
    padding: 50px 0;
    height: 700px;
    background-color: #e2e9e2;
    text-align: center;
}
.hp6-slogan{
    font-size: 3em;
    font-weight: bolder;
}
.hp6-text{
    width: 50%;
    margin: 30px auto;
    padding: 100px 100px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
}
.hp6-img{
    width: 80px;
    text-align: center;
    margin: 0 auto;
}
.hp6-text-title{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}
.hp7-img{
    width: 50px;
}
.hp7{
    padding: 30px 0;
}
.footer-bx{
    padding-top: 30px;
    padding-left: 20%;
    padding-right: 20%;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #575757;
    color: #fff;
}
.footer-bx .about-us-title{
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
}
.footer{
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-top: 30px;
    }
/*.hp2{
    background: #f1e8cd;
}
.hp3{
    background: #7de1f1;
}
.hp4{
    background: #a0c7f1;
}
.about{
    background: #f1e8cd;
}
@media (max-width: 767px) { 
    .img-list{
        position: relative;
    }
    .about{
        min-height: 240px;      
    }
    .img-list h2{
        color: #4e4e4e;
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 1000;
    }
    .img-list p{
        color: #585858;
        font-size: 10px;
        line-height: 0.3em;
    }
    .hp1-text{
        position: absolute;
        bottom: 40%;
        left: 40%;
    }
    .hp2-text {
        position: absolute;
        bottom: 25%;
        left: 10%;
    }
    .hp3-text {
        position: absolute;
        bottom: 20%;
        left: 50%;
        text-align: right;
    }
    .hp4-text {
        position: absolute;
        bottom: 25%;
        left: 10%;
    }
    .about-text {
        position: absolute;
        bottom: 15%;
        left: 10%;
    }
    .footer{
        color: #8e8e8e;
        font-size: 12px;
        text-align: center;
    }
    .ewm{
        width: 80px;
        height: 80px;
    }
     .sub-title{
        background: #0cf;
        padding: 20px 0;
        color: #fff;
        font-size:1.2em;
    }

}

@media(min-width: 768px) {

    .img-list{
        position: relative;
    }
    .about{
        min-height: 700px;      
    }
    .img-list h2{
        color: #4e4e4e;
        font-size: 2em;
        line-height: 1.5em;
        font-weight: 1000;
    }
    .img-list p{
        color: #585858;
        font-size: 1em;
        line-height: 0.8em;
    }
    .hp1-text{
        font-size: 1.5em;
        position: absolute;
        bottom: 45%;
        right: 20%;
    }
    .hp2-text {
        position: absolute;
        bottom: 30%;
        left: 10%;
    }
    .hp3-text {
        position: absolute;
        bottom: 35%;
        right: 15%;
        text-align: right;
    }
    .hp4-text {
        position: absolute;
        bottom: 35%;
        left: 10%;
    }
    .hp2-text {
        position: absolute;
        bottom: 35%;
        left: 10%;
    }
    .about-text {
        position: absolute;
        bottom: 30%;
        left: 10%;
    }
    .footer{
        color: #8e8e8e;
        font-size: 14px;
        text-align: center;
    }

    .ewm{
        width: 150px;
        height: 150px;
    }
    .sub-title{
        background: #0cf;
        padding: 20px 0;
        color: #fff;
        font-size:1.5em;
    }
}*/
/*step.html


.time-vertical {
    list-style-type: none;
    border-left: 1px solid #707070;
    padding: 0px;
    height: 500px;
    margin-top: 20px;
    margin-left: 20px;
}
 
.time-vertical li {
    height: 100px;
    position: relative;
}
 
.time-vertical li .time {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
    color: #000;
}
.time-vertical li .event {
    display: block;
    margin-left: 20px;
    margin-top: 15px;
    color: #8e8e8e;
    font-size: 15px;
}
 
.time-vertical li b:before {
    content: '';
    position: absolute;
    top: 18px;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #0cf;
    border-radius: 20px;
    background: #0cf;
}
 
.time-vertical li span {
    position: absolute;
    color: #fff;
    top: 15px;
    left: -4px;
}
*/