

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	font-size: 13px;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: url(../images/body-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
.p{
	color:#eee;
}
.bg-banner{
    background-image: url(../images/bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-logo{
	background: #fff;
	padding: 9px;
	line-height: 0px;
}
.logo{
	
}
.logo img{
	width:auto;
	border:none;
	border-radius: 0px;
	display:inline;
}
.top-link{
	padding:24px 22px 0px;
	display:inline-block;
	list-style:none;
}
.top-link li a{
	color:rgb(4, 52, 128);
	font-size:16px;	
	text-decoration: none;
	font-weight:700;
}
.top-link li i{
	color:#FFFFFF;
	font-size: 20px;
	padding-right: 8px;
}
.main-box{
	width: 70%;
	margin: auto;
}
.contant {
    padding: 160px 30px 160px;
}
.contant h1{
	color:#FFFFFF;
	text-align: center;
    font-size: 48px;
    line-height: 70px;
	font-weight:700;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55);
}
.contant p{
	    font-size: 15px;
    color: #ffffff;
    text-align: center;
    width: 73%;
    margin: auto;
    padding-top: 25px;
}
.grating-message {
    background: #ffffff;
    padding: 15px 52px 15px;
	min-height: 361px;
}
.mr-t-b{
	margin: 35px 0px 35px;
}
.mr-t{
	margin-top:70px;
}
.line-horizontal{
	width: 20%;
	border-top: 2px solid rgb(0, 175, 234);
	padding-bottom: 15px;
}
.line-horizontal-how-to{
	width: 10%;
	border-top: 2px solid rgb(0, 175, 234);
	padding-bottom: 15px;
	margin:auto;
}

.grating-titel h2{
	font-weight:bold;
	margin-bottom: 15px;
	font-size: 23px;
}
    
.grating-message-body p {
	line-height: 26px;
    font-size: 15px;
	font-weight: 400;
}
.contact-form{
	background:rgb(6, 53, 122);
	padding: 22px 30px 0px;
}
.contact-form h3{
	color:#FFFFFF;
}
.contact-form p{
	color:#ffffff;
	font-size: 16px;
}
.contact-form-body{
	padding:21px 0px 20px;
}
.form-control{
	border-radius: 0;
    height: 39px;
}
.form-group {
    margin-bottom: 25px;
}
.btn-submit{
    box-sizing: content-box;
    line-height: 21px;
}
.submit-button {
    background-color: rgb(255, 255, 255);
	color: rgb(6, 53, 122);
	border-radius: 0px;
	padding: 10px;
	font-size: 17px;
	font-size: 20px;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}
.submit-button:hover{
	color:#ffffff;
	background:rgb(0, 175, 234);
	transition: 0.3s ease-in-out;
}
.submit-button:active, .submit-button:focus{
	color:#ffffff !important;
	background:rgb(0, 175, 234);
}
.top-link li a:hover{
	color:rgb(0, 175, 234);
}
.nopading{
	padding:0px;
}
.video-part{
	background:#ffffff;
	padding: 30px 0px 30px;
}
.heading-howto{
	text-align:center;
}
.heading-howto h2{
	margin-bottom:15px;
	font-weight:bold;
	font-size: 23px;
}


.contact-part{
	background:#ffffff;
	padding: 30px 0px 30px;
}
.heading-contact{
	text-align:center;
}
.heading-contact h2{
	margin-bottom:15px;
	font-weight:bold;
	font-size: 23px;
}
.contact-part p {
    line-height: 1.6;
    font-size: 15px;
}
.head{
	font-weight:bold;
	font-size: 17px;
}
.fotter{
	background:rgb(6, 53, 122);
}
.fotter p {
    color: #FFFFFF;
    line-height: 4;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {
	.contact-form {
		background: #000000;
		padding: 22px 30px 23px;
	}
}
@media (max-width: 767px) {
  	.contant {
		padding: 70px 0px 70px;
	}
	.contant h1{
		font-size:20px;
		line-height: 31px;
		margin: 0px;
	}
	.main-box {
		width: 100%;
		margin: auto;
	}
	.top-link {
		text-align: center;
		display: block;
		padding:0px;
	}
	.logo {
		text-align: center;
	}
	.fotter p {
		line-height: normal;
		text-align: center;
		padding: 9px;
	}
}