.job-arrow {
    width: 100%;
}

.job-arrow .swiper-button-next {
    position: relative;
    right: -22px;
    top: 175px;
    float: right;
    z-index: 9;
    left: auto;
}

.job-arrow .swiper-button-prev {
    position: relative;
    left: -23px;
    top: 150px;
    z-index: 9;
}

#contact-form {
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 2px 1px 7px 2px #7f7f7f;
}

.form-control:focus {
    background-color: antiquewhite;
}

.gallery1-arrow .swiper-button-next, .gallery2-arrow .swiper-button-next, .gallery3-arrow .swiper-button-next {
    position: relative;
    right: 2px;
    top: 167px;
    float: right;
    z-index: 9;
    left: auto;
}

.gallery1-arrow .swiper-button-prev, .gallery2-arrow .swiper-button-prev, .gallery3-arrow .swiper-button-prev {
    position: relative;
    left: 2px;
    top: 150px;
    z-index: 9;
}