﻿@charset "utf-8";
/* CSS Document */

body {
}

.get-phantompdf {
	width: 100%;
	min-height: 400px;
	color: #fff;
	background:url(../../images/phantompdf/footer_bg.svg) no-repeat right bottom;
	background-size: 30%;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: 0;
}
h3 {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.video{
	background: #fff;
}

.title{
	background:url(../../images/phantompdf/title_bg.svg) no-repeat top center;
	background-size:100%;
	min-height: 400px;
	padding-top: 0px;
	color: #fff;
}
.title h1{
	font-size: 48px;
	font-weight: 100;
}
.title p{
	font-size: 16px;
	font-weight: 100;
}

.background-color{background: linear-gradient(to right,rgba(147,86,236,1) 0,rgba(63,164,247,1) 100%);}


.banner {
	width: 100%;
	min-height: 560px;
	overflow: hidden;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background:url(../../images/phantompdf/banner_bg.svg) no-repeat top center;
	background-size:cover;
	padding: 20px 0 20px 0;
	margin: 0;
}

.banner h1{
	font-size: 42px;
	margin: 0;
	padding: 0;
}

.banner .subtitle{
	padding: 10px 20px 10px 20px;
	font-size: 24px;
	font-weight: 100;
	background: linear-gradient(to right,rgba(147,86,236,1) 0,rgba(63,164,247,1) 100%);
}

.banner .subtitle2 {
	font-size: 22px;
	font-weight: 100;
}

.banner .icon{
	position: absolute;
	left: 390px;
	right: 0;
	
}


.banner strong {
	font-size: 24px;
	font-weight: 300;
}
.font-gray {
	color: #999999;
}
.font-white {
	color: #fff;
}
.font-white a {
	color: #fff;
}
.font-info{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 100;
}
.font-yellow {
	color: #f68b24;
}
.font-blue {
	color: #0094fb;
}
.font-dark-blue {
	color: #075aa7;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-60 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-120 {
	margin-top: 120px;
}
.margin-top-180 {
	margin-top: 180px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.backgroud-gray {
	background: #f8f8f8;
}
.a_more {
	color: #fff;
	font-size: 16px;
}
.a_more:hover{
	color: #fff;
	text-decoration: underline;
}
