.counter_box {
    text-align: center;
    padding: 10px;
    margin: 10px 5px
}

.counter_box h3 {
    font-weight: 900;
    font-size: 28px !important;
    color: #008def
}

.about .industries_icon {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right, #008def, #006adb);
    border-radius: 50%;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.about .industries_icon svg {
    height: 68px;
}

.about .solution {
    border-right: 1px solid #e6e6e6
}

.about .solution:nth-child(4),
.about .solution:nth-child(8) {
    border-right: none
}

.about .solution:first-child,
.about .solution:nth-child(2),
.about .solution:nth-child(3),
.about .solution:nth-child(4) {
    border-bottom: 1px solid #e6e6e6
}

.inner-box-client {
    background-image: linear-gradient(to right, #f7f8fc, #d0d6f0);
    padding: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.15)
}

.inner-box-client::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    width: 50px;
    border-top: 40px solid #f7f8fc;
    border-right: 48px solid transparent
}

.inner-box-client p {
    position: relative
}

.img__block {
    margin-left: 50px;
}

#client-carousel .quote-icon i {
    font-size: 30px;
    margin-bottom: 4px
}

#client-carousel img,
#client-carousel2 img {
    border-radius: 50%;
    height: 80px;
    width: auto;
    border: 4px solid #fff;
    box-shadow: 0 0 26px -10px rgba(0, 0, 0, 0.5)
}

#client-carousel .author,
#client-carousel2 .author {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

#client-carousel .quote-icon,
#client-carousel2 .quote-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 0
}

#client-carousel .quote-icon i,
#client-carousel2 .quote-icon i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

#client-carousel .item,
#client-carousel2 .item {
    padding-bottom: 40px
}

#client-carousel .outer-box-client,
#client-carousel2 .outer-box-client {
    margin: 0 14px
}

#client-carousel .owl-dots,
#client-carousel2 .owl-dots {
    margin-top: 0 !important
}