.header-top {
    background: #2d3e50; 
    background-size: cover; 
    background-position: top center;
    height: 650px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);       
}
.button-lead {
    background: #ffd600;
    padding: 0px;
    width: 100%;
    height: 80px;
    max-width: 400px;
    color: #2d3e50;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    border: none;
    border-radius: 2px;
    margin-top: 20px;
    font-weight: bold;
}
.button-lead h3 {
    display: block;
    position: relative;
    padding: 0px!important;
    margin: 0 auto;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.button-lead p {
    display: block;
    position: relative;
    padding: 0px!important;
    margin: 0 auto;
    font-size: 12px;
}
.button-lead:hover {
    background: #000;
    color: #fff;
}
.container-block {
    width: 100%;
    max-width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-one {
    float: left;
    width: 33.3%;
    padding: 20px;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
}
.block-one p {
    color: #666;
    font-size: 16px;
    text-align: center;
    display: block;
    position: relative;
    padding: 0px!important;
    margin: 0 auto;
    width: 90%;
}
.block-one h4 {
    padding: 15px!important;
    margin: 0px;
}
.block-one .fas {
    background: #2d3e50;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 0px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}
.block-one .fas:hover {
    background: #ffd600;
}
.btn {
    background: #2d3e50!important;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px!important;
}
.btn:hover {
    background: #333!important;
}
.block {
    height: 500px;
}
.block img {
    height: 500px;
}
#video-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,0.6);
}
.video-container iframe {
    border: none!important;
}
.btn {
    background: #333;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 16px;
}
.btn:hover {
    background: #333;
}
.form-contact {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 95%;
    min-width: 600px;
}
.paragraph {
    line-height: 35px;
    padding: 10px;
    width: 70%;
    font-size: 16px;
}
@media screen and (max-width:1300px) {
.form-contact {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 95%;
    min-width: 300px;
} 
.paragraph {
    width: 100%;
}    
}
@media screen and (max-width:1000px) {
.col-xs-6 {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    height: auto;
}
.paragraph {
    width: 100%;
}    
}
@media screen and (max-width:800px) {
.header-top {
    background: #2d3e50; 
    background-size: cover; 
    background-position: top center;
    height: 850px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);       
}
.col-xs-6 {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    height: auto;
}
.paragraph {
    width: 100%;
}
.centerh {
    width: 100%;
    height: 320px!important; 
}
.block-one {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    height: auto;       
}    
}