#over {
    padding:80PX 0 160px 0;
}

#page-head-half {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: none!important;
    max-height: none!important;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.over-background {
    background-image: url("https://images.pexels.com/photos/2226458/pexels-photo-2226458.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

#page-head-half .container {
    padding-top: 180px;
    padding-bottom:80px;
}

#page-head-half h1, #page-head-half p {
    color:#fff;
}

#page-head-half .btn {
    margin: auto;
    display: table;
    margin-top:20px;
    padding:15px 20px;
    outline: none;
}

.quote {
    color:#ED7D31;
    text-align: center;
    font-style: italic;
    font-size: 32px;
}

.quote::before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../../img/quote1.svg);
    top: -20px;
    left: 0px;
}

.quote::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../../img/quote2.svg);
    bottom: -20px;
    right: 16px;
}