@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: myFirstFont;
  src:url(../fonts/SF-Pro-Display-Regular.ttf);
}
body
{
	font-family: myFirstFont;
}
header
{
	width:100%;
	height:auto;
	background-color:#fff;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #f1f1f1;
}
.slider
{
	background-image:url(../images/banner.jpg);
	height: 565px;
    background-size: cover;
	top:45px;
	position:relative;
	background-repeat: no-repeat;
}
.box {
    text-align: center;
    margin-bottom: 20px;
}
.logo
{
	padding:10px 0px;
}
.first-part
{
	width:100%;
	background-color:#fff;
	height:auto;
	padding:60px 0px;
	top: 55px;
    position: relative;
}
.heading-font
{
	font-size:40px;
	color:#000;
	line-height: 45px;
	font-weight: 600;
}
.font2
{
	color:#fd2543;
	font-size:35px;
	font-weight:600;
	text-align:center;
	padding:0px 0px;
}
.font3
{
	color:#858282;
	font-size:25px;
	
	text-align:center;
	padding:0px 0px;
}
.font4
{
	color:#000;
	font-size:30px;
	padding:0px 0px;
}
.font5
{
	color: #858282;
    font-size: 22px;
    padding: 0px 0px;
    line-height: 40px;
}

.font7
{
	color:#858282;
	font-size:18px;
	padding:0px 0px;
}
.font6
{
	text-align:center;
	color:#000;
	font-size:20px;
	padding:0px 0px;
	font-weight:700;
}

.font9
{
	text-align:center;
	color:#000;
	font-size:22px;
	padding:0px 0px;
	font-weight:700;
}
.second-part
{
	width:100%;
	background-color:#f5f5f5;
	height:auto;
	padding: 120px 0px 60px 0px;
}
.thaird-part
{
	width:100%;
	background-color:#fff;
	height:auto;
	padding:60px 0px;
}
.forth-part
{
	background-color:#262626;
	width:100%;
	padding:10px;
}
.font6 {
    color: #858282;
    font-size: 18px;
    padding: 0px 0px;
	margin: 0px;
    font-weight: 500;
}
footer
{
	background-color:#1b1b1b;
	width:100%;
	padding-top: 60px;
}
.font8
{
	color: #1acaff;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    top: 15px;
    position: relative;
}
.slider-contain
{
	padding-top:50px;
	text-align:center;
}
.slider-contain p .app-icon
{
	width:170px;
}
@media only screen and (max-width:767px) {
	.box {
    text-align: center;
    margin-bottom: 50px;
}
.heading-font {
    font-size: 30px;
    color: #000;
    line-height: 45px;
    font-weight: 600;
}
.slider
{
	background-image:url(../images/banner767.jpg);
	height: 565px;
    background-size: cover;
	top:45px;
	position:relative;
	background-repeat: no-repeat;
}
}