.slider_box {
    min-height: 600px;
}
.our_strength{
	text-align: center;
}
.our_strength div{
	height: 150px;
    background: rgba(36, 90, 150, 0.5);
    padding-top: 30px;
    margin: 0 1% 20px 0;
    width: 32%;
    border: 2px solid #f5f5f5;
    transform: scale(1);
    transition: all 200ms linear;
}
.our_strength div:hover{
    background: rgba(36, 90, 150, 0.9);
    transform: scale(1.05);
}

.our_strength div .fa{
	display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #24619c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all 300ms linear;
    transform: scale(1);
}
.our_strength div:hover .fa{
    background-color: rgb(31, 67, 84);
    color: #fff;
    transform: scale(1.3);
}
#collapse1 .label{
	font-size: 15px;
    margin-top: 5px;
    margin-right: 4px;
    display: inline-block;
}




/* Responsive CSS for Medium Device */
@media (max-width: 767px){
    ul.client-list-updated li {
        width: 33.3%;
    }
}
/* Responsive CSS for Small Device */
@media screen and (max-width: 600px) {
   .our_strength div {
        margin: 0 1% 20px 1%;
        width: 97%;
    }
}

@media screen and (max-width: 500px) {
    ul.client-list-updated li {
        width: 49.5%;
    }
}

@media screen and (max-width: 300px) {
    .heading span {
        font-size: 22px;
        font-weight: 600;
    }
    ul.client-list-updated li {
        width: 99.5%;
    }
    .counter-text {
        font-size: 22px;
        line-height: 26px;
    }
}