.home-about-text .text-link:hover{
    color: #fff
}

.footer_menu li{
    transition: all .5s;
}

.footer_menu li:hover{
    transform: translateX(-1%);
}

.main_contact_form input{
    width: 100%;
}

.footer-contact-data a{
    transition: all .5s;
}

.footer-contact-data a:hover{
    color: #fff!important;
    transform: translateX(-1%);
}

.type-1-image{
    max-width: 100%;
    max-height: 509px;
}

.home-page-slider{
    min-height: 610px;
}