/*vc frontend editor style fixing*/
.vc_tt_service_boxs .icon-block-wrapper.two-column .vc_tt_service_box{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.vc_tt_service_boxs .icon-block-wrapper.three-column .vc_tt_service_box{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.vc_tt_service_boxs .icon-block-wrapper.three-four .vc_tt_service_box{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.vc_tt_service_boxs .icon-block-wrapper .icon-block-grid{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*achivement*/
.vc_tt_achievements .achievement-carousel.owl-carousel{
	display: block;
}