*, html{margin:0;padding:0}
body {

	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	background:url(../img/pattern_bg.jpg) fixed;

}

h1, h2, h3, h4, h5, h6 {

font-weight:normal;

}

img {max-width: 100%}

a {text-decoration:none}

a:hover {text-decoration:none}

.fix {overflow:hidden}

.structure {
	width:960px;
	margin:15px auto;
	display:block;
	transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	-o-transition:all 0.6s ease 0s;
	background:#fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	border-radius:5px;

}

.floatleft {float:left}
.floatright {float:right}

#mc_embed_signup .button {
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  clear: both;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  height: 43px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 93%;
}

.first_section{
text-align: center;
}
.first_section h1{
background: none repeat scroll 0 0 #000;
color: #76bb00;
font-family: "Oswald",sans-serif;
font-size: 41px;
font-weight: bold;
line-height: 60px;
margin-bottom: 0px;
margin-top: 0;
padding: 8px;
text-align: center;
text-transform: capitalize;
}
.first_section h2{
background: none repeat scroll 0 0 #00b22d;
border-radius: 4px;
color: #fff;
font-family: "Oswald",sans-serif;
font-size: 28px;
line-height: 44px;
margin-bottom: 11px;
margin-top: 0px;
padding: 8px;
text-align: center;
text-transform: capitalize;
}

.second_section {
background: url("../img/pattern_bg.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
padding: 24px;
}

.second_section_left{
float:left;
width:60%
}
.second_section_left iframe {
width:98%;
height:400px
}

.second_section_right{
background: none repeat scroll 0 0 #fff;
border-radius: 5px;
color: #222;
float: right;
text-align: justify;
width: 38%;
}

.second_section_right form {
  background: none repeat scroll 0 0 #dde;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  margin: 10px 9%;
}

.second_section_right form input[type="text"] {
 border: medium none;
border-radius: 5px;
color: #2f3b45;
font-size: 16px;
margin-bottom: 16px;
margin-left: 6px;
margin-top: 8px;
min-height: 16px;
padding-left: 12px;
width: 93%;
}

.second_section_right form input[type="submit"] {
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  clear: both;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  height: 43px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 93%;
}

.second_section_right form p {
  background: none repeat scroll 0 0 #222;
  border: medium none;
  border-radius: 4px;
  box-shadow: 1px 2px 5px #fff;
  color: #ee901b;
  font-family: oswald;
  font-size: 19px;
  font-weight: normal;
  line-height: 42px;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.third_section {}

.third_section_one, .third_section_two, .third_section_three {}
.third_section_one h2, .third_section_two h2, .third_section_three h2{}

.signle_step {
border: 1px solid #dadada;
box-shadow: 5px 4px 6px #333333;
float: left;
margin-bottom: 18px;
margin-left: 22px;
margin-top: 18px;
width: 30%;
border-radius:4px;
}

.signle_step h2 {
font-family: helvetica;
font-size: 17px;
line-height: 29px;
padding: 47px;
}

.signle_step h2 span {
color: #ee901b;
font-family: oswald;
font-size: 28px;
font-weight: bold;
}

.testimonial{
margin-bottom: 5px;
margin-top: 5px;
}

.testimonial h1 {
  background: url("../img/back.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 7px;
  margin-top: 14px;
  padding: 14px;
  text-align: center;
}

.test_one, .test_two, .test_three, .test_four {
  box-shadow: 5px 4px 6px #ddd;
  margin-bottom: 5px;
  margin-top: 4px;
}

.test_one img, .test_two img, .test_three img, .test_four img {
  background: none repeat scroll 0 0 #002060;
  margin-bottom: 16px;
  margin-left: 18%;
  margin-top: 20px;
}

.test_one p, .test_two p, .test_three p, .test_four p {
font-family: helvetica;
font-size: 17px;
line-height: 37px;
padding: 16px;
text-align: justify;
}

.test_one p span, .test_two p span, .test_three p span, .test_four p span {
color: #222;
font-family: oswald;
font-size: 19px;
font-weight: bold;
}