.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.social-sharing.ss-social-sharing {
    width: 180px;
    float: right;
    margin: -35px 0 0 0;
}
.page_item.page-item-3540 {
    display: none;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-default2 {
	background: #e2454a;
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 48px;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 48px;
    width: 25%;
    margin-bottom: 15px;
	float: right;
}
.homeWrapForm .callus {
    margin: 0 0px 0 15px;
}
 