/* Counter parallax
============================= */
.counter-parallax{
    color:#fff;
    background: url("images/3.jpg");
    background-size:cover;
    background-attachment: fixed;
    position: relative;
    margin-top:100px;
}
.counter-parallax:before {
    background-color: rgba(114, 124, 182, 0.8);
    height: 100%;
    width: 100%;
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.counter-parallax .col-sm-6{
    border-right: 1px solid #d9d9d9;
    padding:30px;
}
.counter-parallax .col-sm-6:last-child{
    border-right: 0px solid #fff;
}
.counter-parallax .icon{
    font-size: 42px;
}

.counter-parallax p{
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
   text-align:none;
}

.counter-parallax .title{
    font-size: 19px;
    font-weight: 800;
    line-height: 26px;
    text-transform: capitalize;
}
