*{
    margin: 0;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    list-style: none;
    font-family: 'Open Sans';
}
html,body{
    height:100%;
}
body{
    position:relative
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1050px;
}
#header-top{
    border-bottom: 1px solid rgba(183, 183, 183, 0.7);
}
/*#header-top  ul{
    height: 35px;
}*/
#header-top  li:last-child{
    margin-right: 0;
}
#header-top  li{
    margin: 0 10px;
}
#header-top a{
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
}
#header-top .vb-tel a{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #ffa522;
    color: #fff;
    border-radius: 4px;
    padding: 1.5px 15.5px;
}
.logo img{
    width: 160px;
}
#header-main >div{
    height: 70px;
}
#header-main a{
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
}
#header-main  li{
    margin: 0 15px;
}
#header-main  li:last-child{
    margin-right: 0;
}
#header-main .nav-main img{
    width: 18px;
    margin-top: -6px;
    margin-left: 2px;
}
#footer{
    border-top: 5px solid #ffa522;
    background-color: rgb(54, 54, 54);
}
.copyright {
    background-color: #252525;
}
#footer h2{
    color: #a7a7a7;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 30px;
}
.footer-link a{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 0;
    line-height: 1;
    text-transform: none;
    text-align: left;
    margin-bottom: 7px;
    display: block;
    line-height: 1.3;
}
.footer-bootm{
    border-top: 1px solid rgba(255, 153, 0, 0.4);
    padding-bottom: 15px;
    padding-top: 20px;
}
.footer-bootm img{
    width: 160px;
}
.footer-bootm p{
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 0;
    line-height: 1.5;
    /*padding-bottom: 10px;
    padding-top: 22px;*/
}
.footer-bootm a{
    color: #fff;
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
}
.copyright img{
    width: 45px;
}
.copyright{
    color: rgba(255,255,255,0.5);
    font-size: .9em;
    padding: 9.5px;
}
.banner{
    background-image: url('../img/banner.jpg');
    height: 500px;
    background-size: cover;
    background-position: bottom center;
}
.banner >div{
    height: 100%;
    display: flex;
    align-items: center;
}
.banner  h1{
    font-family: 'UTM Erie';
    color: #ffa522;
    text-transform: uppercase;
    font-size: 50px;
}
.banner  h2{
    font-family: 'UTM Erie';
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 15px;
}
.banner p{
    color: #fff;
    font-size: 20px;
    width: 280px;
    margin: 0 auto;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 30px;
}
.banner  .text-box{
    display: inline-block;
    width: auto;
    text-align: center;
}
.text-box a{
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    width: 100px;
    display: inline-block;
    margin: 0 10px;
}
.text-box a:first-child{
    background: #f95702;
}
.text-box a:last-child{
    background: #ffa522;
}
/*.content-area{
    height:100vh;
}*/