/*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;
}



/*Contact from exta field*/
input.hideradio{
    visibility: hidden;
    position: absolute;
}
.wpcf7-ttradio label{
    margin-right: 20px;
}
.wpcf7-ttradio label:last-child{
    margin-right: 0;
}
.wpcf7-ttradio label > input + span{
    cursor: pointer;
}
.wpcf7-ttradio label > input:checked + span{
    background-color: rgba(0, 0, 0, 0.28);
}
.wpcf7-ttradio span{
    display: block;
}
.wpcf7-ttradio span.ttradio-title{
    font-size: 36px;
    font-weight: 700;
    padding: 14px 10px;
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    color: #212121;
}