.hide{
    display:none!important;
}
.d-block {
    display: block!important;
}
.d-inline-block {
    display: inline-block!important;
}
.text-center {
    text-align: center!important;
}
/* messages after  submit contact form in main page */
.is-invalid~.invalid-feedback,
.is-valid~.valid-feedback {
    display: block;
}
#contact-form label.input.state-error {
    display:block;
}
.invalid-feedback,
.valid-feedback {
    display: none;
    font-weight: 500;
    background-color: #fff;
    padding: .5rem 1rem;
    border-radius: 4px;
    margin-bottom: .5rem;
}
.invalid-feedback {
    color:#FFD799;
}
.valid-feedback {
    color: #7cfc00;
}
#contact-form .status-wrapper i{
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #6fb679;
    border-radius: 50%;
    font-size: 30px;
    line-height: 81px;
}
#contact-form .row section{
    float:right;
    width: calc(50% - 7px);
}

#contact-form .row section:first-of-type{
    margin-left: 14px;
}
#contact-form .row{
    display: block;
}
#contact-form img{
    position:relative;
    top:13px;
}
#contact-form.submitted .status-wrapper{
    display: block;
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #6fb679;
}
#contact-form .status-wrapper{
    display:none;
}
#contact-form.submitted section{
    display:none
}
#contact-form input {
    margin-bottom:5px;
}
#contact-form section{
    padding-bottom:10px;
}
#contact-form .input-captcha {
    display:block !important;
}

/* add icon */
.icon-ok:before { content: '\2713'; }
/*  END / mesesages after  submit contact form in main page */

/* OUR CLIENT */

.ourClientHome .wrapper .row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    direction: rtl;
}
.client-section {
    padding-bottom: 55px;
    width: 25%;
}

.client-section img{
    height: 150px;
}

@media only screen and (max-width: 480px) {
    .client-section img {
        height: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .client-section{
        width: 50%;
    }
    .client-section img {
        height: 120px;
    }
}

@media only screen and (max-width: 1024px){
    .client-section img{
        height: 110px;
    }

    /* contact form */
    .contact-form input{
        width: 180px;
        margin-left: 16px;
    }
    /* end contact form */
}
@media only screen and (max-width: 768px){
    /* contact form */
    .contact-form input{
        width: 260px !important;
        margin-left:10px !important;
    }
    .contact-form #contact-form img{
        margin-bottom:15px;
    }
    .contact-form #contact-form img {
        top: 28px;
    }
    /* end contact form */
}
