html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { padding: 0; margin: 0; font: normal 14px/1.35 Poppins, sans-serif; background: #fff ; color: #000;  }
ul, li { margin: 0; padding: 0; list-style: none; }
a {  -webkit-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; text-decoration: none;}
a:active,
a:hover { outline: 0; }
img { border: none; max-width: 100%;vertical-align: top}
h1,h2,h3,h4 { margin: 0; padding:0; color: #333; font-family: 'Poppins', sans-serif; letter-spacing: 0.02em; }
p { padding:0; margin: 0; }

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 10;
}
.logo{
    text-align: center;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.54);
}
.top-header{
    background: #fc9904;
    overflow: hidden;
    padding: 10px 0;
}
.top-header .left,
.top-header .center,
.top-header .right{
    width: 33%;
    float: left;
    color: #fff;
}
.top-header .left ul,
.top-header .left .welcome{
    float: left;
}
.top-header .left .drop{
    padding-right: 40px;
}
.top-header .left .drop li{
    display: none;
}
.top-header .left .drop li.active{
    display: inline;
}
.top-header ul li{
    display: inline-block;
    vertical-align: top
}
.top-header ul li a{
    color: #fff;
}
.top-header .center{
    text-align: center;
}
.top-header .right{
    text-align: right
}
.top-header .right ul li{
    padding-left: 15px;
}
.menu ul li{
    display: inline-block;
    padding-right: 40px;
}
.menu ul li a{
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
}
.menu ul li a:hover{
    color: #fff;
}
.top-banner{
    position: relative;
}
.top-banner .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.text-content{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.div-text-content{
    display: table-cell;
    vertical-align: middle;
}
.top-banner .text h1{
    font-size: 120px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 10px rgba(51, 31, 40, 0.17);
} 
.block{
    overflow: hidden;
}
.block .left,
.block .right{
    width: 50%;
    float: left;
}
.right-content,
.left-content{
    padding: 80px 0;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}
.block h2{
    text-transform: uppercase;
    font-size: 35px;
    color: #000;
    font-weight: 400;
    letter-spacing: 4px;
}
.block h3{
    font-size: 30px;
    color: #000;
    font-family: 'Average', serif;
    padding-bottom: 10px;
    font-weight: 300;
    font-style: italic;
}
.block p{
    display: block;
    margin-bottom: 15px;
}
.block a.btn{
    background: #fc9904;
    color: #fff;
    font-size: 18px;
    padding: 7px 10px;
    display: inline-block;
}
.this-only-banner{
    overflow: hidden;
}
.this-only-banner .item{
    float: left;
    width: 25%;
}
.footer{
    background: #000;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;
}
.footer .col-1,
.footer .col-2,
.footer .col-3{
    width: 23%;
    float: left;
}
.footer .col-4{
    width: 31%;
    float: left;
}
.footer h3{
    color: #fff;
    margin-bottom: 40px;
}
.footer input{
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
}
.footer ul li{
    display: inline-block;
    margin-right: 15px;
}