

@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=Raleway:300,400,500,600,700,800');
body {
	font-size: 13px;
	line-height: 21px;
   font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background: #f6f6f6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 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;
}
.logo{
	padding: 20px;
	text-align: center;
}
img.logo {
	width:auto;
	border:none;
	border-radius: 0px;
	display:inline;
	max-height: 100px;
	align-content: center;
}
.top-link{
	padding:30px 0px 30px;
	display:inline-block;
	list-style:none;
}
.top-link li a{
	color:#FFFFFF;
	font-size:16px;	
	text-decoration: none;
	font-weight:700;
}
.top-link li i{
	color:#FFFFFF;
	font-size: 20px;
	padding-right: 15px;
}
.main-box{
	width: 70%;
	margin: auto;
}
.contant {
    padding: 100px 0 160px;
}
.contant h1{
	color:#FFFFFF;
	text-align: center;
    font-size: 42px;
    line-height: 60px;
	font-weight:700;
	text-transform: uppercase;
}
hr.bold {
	color: #EEE;
	border: 2px solid #EEE;
	width: 90%;
}
.contant h2{
	color:#FFFFFF;
	text-align: center;
    font-size: 30px;
    line-height: 36px;
	font-weight:700;
}
.contant p{
	font-size: 15px;
    color: #ffffff;
    text-align: justify;
    width: 81%;
    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;
}
.donate {
	padding: 9px 25px;
	margin: 16px auto;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0062B0;
	border-radius: 9px;
	align-content: center;
	font-weight: 700;
}
.donate:hover {
	color: #EEE;
	text-decoration: none;
}
a {
	font-weight: 500;
}
a:hover {
	text-decoration: none;
	color: #0062B0;
}
.line-horizontal{
	width: 20%;
	border-top: 2px solid #227b88;
	padding-bottom: 15px;
}
.line-horizontal-how-to{
	width: 10%;
	border-top: 2px solid #227b88;
	padding-bottom: 15px;
	margin:auto;
}

.grating-titel h2{
	font-weight:bold;
	margin-bottom: 15px;
}
    
.grating-message-body p {
	line-height: 26px;
    font-size: 15px;
	font-weight: 400;
}
.contact-form{
	background:#000000;
	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: #227b88;
    color: #ffffff;
	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:#127584;
	transition: 0.3s ease-in-out;
}
.submit-button:active, .submit-button:focus{
	color:#ffffff !important;
	background:#127584;
}
.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;
}


.contact-part{
	background:#ffffff;
	padding: 30px 0px 30px;
}
.heading-contact{
	text-align:center;
}
.heading-contact h2{
	margin-bottom:15px;
	font-weight:bold;
}
.contact-part p {
    line-height: 2;
    font-size: 15px;
}
.head{
	font-weight:bold;
}
.fotter{
	background: #FFF;
}
.fotter p {
    color: #000;
    line-height: 16;
    margin: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

@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;
	}
}