
.navbar {
    padding: .5rem 1rem 0;
}
svg {
    vertical-align: baseline;
}

.header-blue {
        background:rgba(255, 255, 255);
        font-family: 'Source Sans Pro', sans-serif;
        margin:0px;
        padding:0px;
        background-image: url(../img/bg_w.png);
        background-repeat: repeat;
}

.header-blue .hero{
    padding:2%;
    margin-top:0px;
    }

.header-blue .hero h1{
    color:#628db7;
    font-size:2.1rem;
    margin:auto;
    font-weight: 600;
    line-height: 1.5em;
    width:100%;
    margin-bottom:10px;
    text-align: center;
}

.header-blue .hero p{
    color:#996d50;
    text-align: center;
    font-size:1.5rem;
    font-weight:400;
    line-height:35px;
    }

.main_pix{
    margin-bottom:40px;
}

/**feature**/

.features-boxed{
    background-color: #eef4f7;
}

.features-boxed .item .box {
    border-radius:1em;
    min-height:360px;
    height: auto;
}

.features-boxed .item .icon{
    font-size:5.5em;
    color:#4797f4;
}

.features-boxed .item .name{
    font-size:1.75em;
    color:#628db7;
}

.features-boxed .item .description{
    font-size:1em;
    letter-spacing: 1px;;
    line-height:28px;
    color:#666666;
}

/*highlight*/
.highlight-clean{
    background-color:#144c7f;
    background-image:url("../img/bg_b.png");
    background-repeat: repeat;
    padding:30px;
}

.quote, .fa-quote-left:before, .fa-quote-right:before{
    font-size:1.5em;
    color:#fcee21;
    text-align: center;
}

.intro h2{
   font-size: 1.65em;
   color:rgb(231,237,241);
   font-weight:normal;
}

/*method*/
.chen{
    text-align: center;
}

.chen h2{
    color:#628db7;
    font-size:2.1rem;
    font-weight: 600;
    line-height: 1.5em;
    width:100%;
    margin-bottom:10px;
}

.chen h4{
    color:#996d50;
    text-align: center;
    font-weight:400;
    line-height:35px;
}

.chen p{
    font-size:1em;
    line-height:25px;
    color:#666666;
    text-align:left;
}

/*method_intro*/

.apps{
    margin:5% auto 5% auto;
}

.app_intro{
    text-align: center;
    min-height: 650px;
    height:auto; 
    margin-top:10px;
    margin-bottom:30px;

}

.app_intro h2{
    color:#628db7;
    font-size:2.1rem;
    font-weight: 600;
    line-height: 1.5em;
    width:100%;
    margin-bottom:10px;
    margin-top:10px;

}

.app_intro h4{
    color:#996d50;
    text-align: center;
    font-weight:400;
    line-height:32px;
}

.app_intro p{
    font-size:1em;
    line-height:25px;
    color:#666666;
    text-align:left;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

.teacher{
    margin-bottom:30px;
}

/*course*/



.article-list .item .name{
    color:#996d50;
    font-size:1.3em;
    text-align: center;
    font-weight:bold;
    line-height:32px;
}

.article-list .item .description{
    font-size:1em;
    line-height:25px;
    color:#666666;
    height: auto;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    
}



.intro1 h2{
    color:#628db7;
    font-size:2.1rem;
    font-weight: 600;
    line-height: 1.5em;
    width:100%;
    text-align: center;
}

.intro1 p{
    font-size:1em;
    line-height:25px;
    color:#666666;
    text-align:left;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

  .frame {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        border: none;
}

.zoomin img:hover{
    transform: scale(1.1);
}

.highlight-phone .service_pix{
    width: 350px;
    height: 299px;
}

.service_pix img{
    margin-left:auto;
    margin-right:auto;
}

.points p{
    margin-top:2em;
    font-size:20px;
    color:#493f39;
    text-align: left;
    line-height:2em;
    margin-left:40px;
}

.emph{
    font-weight: bold;
    color:#1f71b8;
}
*/
/*price*/

.pricing.headline.text-center {
    color: #fff;
    font-weight: bold;
    margin-top: 48px;
    font-size:35px;
}

.pricing-sub-headline.text-center {
    color: #fcee21;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;}

  /*testmonials*/
  .testimonials-clean {
    min-height: 650px;
    height: auto;
  }

  .people .box {
      min-height:280px;
  }

.people .box .test_title{
    color:#9b3f3a;
    font-size:18px;
    font-weight: bold;
}

.testimonials-clean .item img {
    max-width: 80px;
    float: left;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
    text-align: left;
}

.testimonials-clean .item .title{
    text-align:left;
    color:#fc961d;
    font-weight: bold;
    font-size:16px;
}

.price-options-desc {
    background: #46647c;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    border-top-left-radius: 6px;
    color: #fff;
    font-size: 1.5em; 
    text-align: center;
}

@media (min-width:576px) {
.article-list .item .description{
    font-size:1em;
    line-height:25px;
    color:#666666;
    min-height:200px;
    height: auto;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;

}
}


@media (min-width: 768px){
    
.article-list .item .description{
    font-size:1em;
    line-height:25px;
    color:#666666;
    min-height:150px;
    height: auto;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;}


    .app_intro{
        text-align: center;
        min-height: 650px;
        height:auto; 
        margin-top:10px;
        margin-bottom:30px;
        padding-bottom:20px;
    }
    
    .app_intro h4{
        color:#996d50;
        font-size:1.1rem;
        text-align: center;
        font-weight:400;
        line-height:32px;
    }
    
    .app_intro p{
        font-size:1em;
        line-height:25px;
        color:#666666;
        text-align:left;
        width:95%;
        height: auto;
        min-height:160px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:10px;

    }
    
}

@media (min-width: 992px) {
    .app_intro{
        text-align: center;
        min-height: 650px;
        height:auto; 
        margin-top:10px;
        margin-bottom:30px;
        padding-bottom:30px;
    }
    
    .app_intro h4{
        color:#996d50;
        font-size:1.1rem;
        text-align: center;
        font-weight:400;
        line-height:32px;
    }
    
    .app_intro p{
        font-size:1em;
        line-height:25px;
        color:#666666;
        text-align:left;
        width:95%;
        height: auto;
        min-height:140px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:10px;

    }
    
}

@media (min-width: 1200px) {
    .article-list .item .description{
        font-size:1em;
        line-height:25px;
        color:#666666;
        min-height:130px;
        height: auto;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;}

        .app_intro{
            text-align: center;
            min-height: 650px;
            height:auto; 
            margin-top:10px;
            margin-bottom:30px;
            padding-bottom:30px;
        }
        
        .app_intro h4{
            color:#996d50;
            font-size:1.1rem;
            text-align: center;
            font-weight:400;
            line-height:32px;
        }
        
        .app_intro p{
            font-size:1em;
            line-height:25px;
            color:#666666;
            text-align:left;
            width:95%;
            height: auto;
            min-height:120px;
            margin-left:auto;
            margin-right:auto;
            margin-bottom:10px;
    
        }
}


@media (min-width: 1400px) {
    .article-list .item .description{
        font-size:1em;
        line-height:25px;
        color:#666666;
        min-height:200px;
        height: auto;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;}

        .app_intro{
            text-align: center;
            min-height: 650px;
            height:auto; 
            margin-top:10px;
            margin-bottom:30px;
            padding-bottom:30px;
        }
        
        .app_intro h4{
            color:#996d50;
            font-size:1.1rem;
            text-align: center;
            font-weight:400;
            line-height:32px;
        }
        
        .app_intro p{
            font-size:1em;
            line-height:25px;
            color:#666666;
            text-align:left;
            width:95%;
            height: auto;
            min-height:90px;
            margin-left:auto;
            margin-right:auto;
            margin-bottom:10px;
    
        }
}