@charset "utf-8";
/* Reset
---------------------------------*/
/* Styles
---------------------------------*/
.text-center{
    text-align: center!important;
}

.sectionScroll .top:target {
    padding-top: 40px;
}
  .caf-skill p.counter, .caf-form p.counter, .caf-form p.counter{
    margin: 0 auto;
    height: 60px;
}  
 .caf-skill .agileinfo_stats, .caf-form .agileinfo_stats{
    background: transparent;
}
.caf-skill .agileinfo_stats_grid{
    text-align: center;
    padding: 0;
}
.secbgBlock .box-title h2 {
    color: #fff;
}

.caf-banner{
    color: #fff;
    background: url(../../images/bg/bannercaf.png);
    height: 350px;
    background-position: 50% 60%;
    background-size: cover;
    position: relative;
}
.caf-banner .banner-info {
    padding: 10px;
    word-wrap: break-word;
    border: 2px solid transparent;
    min-height: 160px;
    width: 100%;
    display: block;
    margin-top: 60px;
    position: absolute;
    z-index: 11;
    left: 0;
}
.caf-banner .banner-info h2{
    font-size: 30px;
    word-spacing: 2px;
    margin-top: 20px;
    color: #fff;
}
.caf-banner .btn {
    border: 1px solid #fff;
    margin-top: 30px;
    background: #fff;
    color: #118def;
    padding: 6px 22px;
}
.caf-banner .btn i{
    font-size: 16px;
    margin-right: 5px;
}
.caf-banner .btn:hover{
    background: rgba(255,255,255,.2);
    color: #fff;
}

.scene{
    background: url(../../images/bg/scenebg.png) no-repeat center;
    background-size: cover;
    /* margin-top: -20px; */
}
.scene .icon-box{
    text-align: center;
    padding: 0 50px;
    margin-top: 20px;
}
.scene .icon-box:last-child{
    border-right: 0;
}
.scene .icon-box p{
    text-align: justify;
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    line-height: 2rem;
}
.scene .icon-box h4{
    margin-top: 24px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.scene-item-info1{
    margin-right: 120px;
}
.scene-item-info2{
    margin-left: 120px;
}
.scene-item-info1::before{
    content:"01";
    position: absolute;
    left: 0px;
    top: 22px;
    font-style: oblique;
    font-size: 29px;
}
.scene-item-info2::before{
    content:"02";
    position: absolute;
    left: 120px;
    top: 22px;
    font-style: oblique;
    font-size: 29px;
}
.scene-item img{
    width: 100%;
    /* height: 180px; */
}
.scene-item{
    display: inline-block;
}


.caf-advantage{
    background: url(../../images/bg/caf-advantage-bg.png) no-repeat center;
    background-size: cover;
}
.caf-advantage .centered{
    color: #fff;
}
.caf-advantage .caf-item{
    padding: 10px 0 20px 0;
}
.caf-advantage .caf-item h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.caf-advantage .caf-item p{
    color: #ccc;
    font-size: 12px;
    margin-left: 6px;
    min-height: 32px;
}
.caf-advantage .item-pre{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.caf-advantage .border-1{
    border: 2px solid #0eef79;
}
.caf-advantage .border-2{
    border: 2px solid #118def;
}
.caf-advantage .border-3{
    border: 2px solid #f39b77;
}
.caf-advantage .border-4{
    border: 2px solid #02a0ea;
}
.caf-advantage .border-5{
    border: 2px solid #ec68a2;
}
.caf-advantage .border-6{
    border: 2px solid #fff102;
}
.caf-advantage .item-info{
    margin-left: 22px;
}
.caf-advantage  .caf-img img{
    margin-top: 14%;
}


.caf-form p.w3l-par-st{
    min-height: 64px;
    color: #999;
    padding: 0 30px;
}
.caf-form .agileinfo_stats_grid h3{
    margin-top: 24px;
    font-weight: 400;
}


.caf-skill{
    background: url(../../images/bg/caf-skill-bg.png) no-repeat center;
    background-size: cover;
}

.caf-skill p.w3l-par-st{
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    min-height: 120px;
}
.caf-skill .agileinfo_stats_grid h3{
    margin-top: 15px;
}

.ftco-about .one-half.img {
    display: block;
}
.ftco-about .one-half {
    width: 100%;
    padding: 30px 15px;
}

#feature {
    background: #ffffff;
  }

  #feature .nav-tabs {
    border-bottom: 0;
  }

  #feature .nav>li>a {
    padding: 8px 0;
  }

  #feature .nav-tabs>li>a {
    color: #999999;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
  }

  #feature .nav-tabs>li.active>a, 
  #feature .nav-tabs>li.active>a:focus, 
  #feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #202020;
    border-bottom: 3px solid #108cee;
  }

  #feature .nav>li>a:focus, 
  #feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #108cee;
    color: #202020;
  }

  #feature .tab-content {
    margin-top: 50px;
    height: 322px;
  }

  .tab-pane-item {
    margin: 20px 0;
  }

  .tab-pane-item h2 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 16px;
  }
  .tab-pane-item p{
      font-size: 12px;
      line-height: 2rem;
      color: #999;
  }

  .feature-image {
    position: absolute;
    bottom: -31em;
  }



@media (min-width: 768px){
    .ftco-about .one-half {
        padding: 5% 13% 5% 5%;
        width: 50%;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


@media (max-width: 1200px){
    .caf-form p.w3l-par-st{
        min-height: 66px;
    }
}
@media (max-width: 1024px){
    .caf-form p.w3l-par-st{
        min-height: 66px;
    }
}
@media (max-width: 768px){
    .caf-form p.w3l-par-st{
        min-height: auto;
    }
    .scene .icon-box{
        padding: 0 28px;
    }
    .caf-advantage .caf-img{
        display: none;
    }
    #section08{
        display: none;
    }
    .scene-item-info1::before{
        font-size: 18px;
        top: 26px;
    }
    .scene-item-info2::before{
        font-size: 18px;
        top: 26px;
    }
    .scene-item img{
        margin-top: 30px;
    }
    .feature-image{
        bottom: -28em;
    }
}
@media (max-width: 640px){
    .scene .icon-box-border{
        border: none;
    }
    .scene .centered, .caf-advantage .centered{
        text-align: center;
    }
    .scene .icon-box{
        padding: 0 10px;
    }
    .caf-advantage .caf-img{
        display: none;
    }
    .caf-form .agileinfo_stats {
        margin-top: 0;
    }
    .caf-advantage .caf-item{
        padding: 10px 10px 20px 10px;
    }
    .caf-form p.w3l-par-st {
        padding: 0 10px;
    }
    .caf-banner{
        height: 265px;
    }
    .caf-banner .banner-info{
        margin-top: 30px;
    }
    .caf-banner .banner-info h2{
        font-size: 26px;
    }
    .caf-banner img{
        width: 36%;
    }
    #feature .tab-content{
        height: auto;
    }
    #feature .feature-image{
        display: none;
    }
    .scene-item-info1::before{
        display: none;
    }
    .scene-item-info2::before{
        display: none;
    }
    .scene-item img{
        margin-top: 50px;
    }
    .scene-item-info1 {
        margin-right: 0;
    }
    .scene-item-info2 {
        margin-left: 0;
    }
    
}
@media (max-width: 480px){
    .caf-banner{
        height: 230px;
        background-position: 40% 70%;
    }
    .caf-banner .banner-info h2 {
        font-size: 22px;
    }
    .caf-banner .banner-info p{
        font-size: 12px;
    }
    .caf-banner .banner-info{
        margin-top: 20px;
    }
    .scene-item .col-xs-2{
        width: 0;
        height: 0;
    }
    .scene-item .col-xs-10{
        width: 100%;
    }
    #feature .nav-tabs>li>a{
        margin-right: 30px;
    }
}
@media (max-width: 360px){
    .caf-banner{
        height: 180x;
    }
    #feature .nav-tabs>li>a{
        margin-right: 22px;
        font-size: 16px;
    }
    /* .caf-banner .banner-info h2 {
        font-size: 22px;
    }
    .caf-banner .banner-info p{
        font-size: 12px;
    } */
}