@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto');

*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #444;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.04em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 18px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
p{
    font-size: 16px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}

/*======================================================*/
/*===================== MAIN CONTAINER =================*/
/*======================================================*/
.header_section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed.header_section{
    height: 60px;
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%,#f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%,#f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442',GradientType=1 );
    content: '';
    padding: 0;
}
.logo-dark,
.navbar-fixed .logo-dark,
.navbar-fixed.header_section,
.header_section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
}

/*======================================================*/
/*===================== MAIN CONTAINER =================*/
/*======================================================*/
.main_container{
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%,#f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%,#f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442',GradientType=1 );
    content: '';
    height: 800px;
    position: relative;
    z-index: 1;
	color: #fff;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.hero_btn{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
}
.hero_btn:hover{
    background-color: #fff;
    color: #333;
}
.main_moc{
	position: absolute;
	top: 108px;
	right: 0;
	text-align: right;
}


.download_content{}
.download_content{
    position: absolute;
	bottom: 40px;
}
.download_content li{
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0;
    background-color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}
.download_content li:hover{
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.download_content li a{
    display: inline-block;
    font-size: 32px;
    color: #f77030;
}
.download_content .desc{
	border-left: 3px solid #fff;
	padding-left: 15px;
	font-size: 12px;
	line-height: 13px;
	width: 150px;
    position: absolute;
	top: 10px;
	left: 200px;
}

@media (max-width: 480px) {
    .main_moc{
        display: none;
    }
}