.section6 {
    padding: 76px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    background-attachment: fixed !important;
}

.section6 .overlay {
    opacity: 1;
    background-color: rgba(68, 68, 68, 0.48);
}
.cp-number{
    text-align: center;
    background: rgba(0,0,0,.1) none repeat scroll 0 0;
    padding: 24px 10px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.counter-title,.counter-des{
    color: #fff;
    margin-bottom: 0;
}
.counter-title{
    font-size: 36px;
}
.counter-des{
    font-size:18px;
    font-weight: 400;
}
.counting_sl .border{
    background: #2464ac none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    margin: 6px 0;
    width: 50px;
}
@media screen and (max-width:700px) {
   .hp-box6_container.d-grid-4{
    grid-template-columns: repeat(2,1fr);
   }
   .counter-title{
    font-size: 28px;
}
.counter-des{
    font-size:14px;
    font-weight: 400;
}
}