header {

	border-bottom: 3px solid rgba(0, 40, 58, 0.53);

	position: relative;

	width: 100%;

	z-index: 10;

}

#topbar {

	/*background: none repeat scroll 0 0 #012232;

	border-bottom: 1px solid #001925;*/

	background: none repeat scroll 0 0 #6c95bb;

	border-bottom: 1px solid #6c95bb;

	padding: 0.3125em 0;

}

#topbar p {

	/*color: #fff;

	font-size: 0.75em;

	opacity: 0.5;*/

	color: #fff;

	font-size: 0.8em;

	position: relative;

	top: 2px;

}

#topbar p strong {

	font-weight: 600;

}



nav {

  padding: 0.825rem 0;

}

#first-block, #second-block,  #fourth-block {

  padding:4.5rem 0;

}

#third-block {

	padding: 3rem 0;

}

#carousel {

  background:#f8f8f8;

}

#first-block {

  background:#fff;

}

#first-block i {

	/*background: none repeat scroll 0 0 #92c500;*/

	background: none repeat scroll 0 0 #4DC1C4;

	border-radius: 100px;

	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;

	color: #fff;

	display: inline-block;

	font-size: 2em;

	height: 100px;

	line-height: 100px;

	text-align: center;

	width: 100px;

}

#first-block h2 {

	font-size: 1em;

	font-weight: 600;

	margin: 1.25em 0;

	text-transform: uppercase;

}

#first-block p {

	color: #777;

	font-size: 0.85em;

	line-height: 1.5em;

}

/*#second-block {

  background:#f8f8f8;

}*/

#second-block {

	background: #4DC1C4 none repeat scroll 0 0;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);

	/*padding: 6em 2em;*/

}

#second-block h2 {

	color: #fff;

	margin: 0 0 1.25em;

}

#second-block h2.section-title:after {

	background: #fff none repeat scroll 0 0;

}

#second-block i {

	background: none repeat scroll 0 0 #fff;

	border-radius: 80px;

	color: #6c95bb;

	display: block;

	float: left;

	font-size: 1.8em;

	height: 80px;

	line-height: 80px;

	margin-right: 0.625em;

	text-align: center;

	width: 80px;

}

.service-text {

	display: table;

	position: relative;

}

#second-block h3 {

	color: #fff;

	font-size: 1em;

	font-weight: 700;

	text-transform: uppercase;

}

#second-block p {

	color: #fff;

	font-size: 0.8em;

}

/*#third-block {

  background:#fff;

}*/

#third-block {

	background: none repeat scroll 0 0 #eee;

	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/

	position: relative;

	z-index: 2;

}

#third-block h2 {

	margin: 0 0 1.25em;

}

#third-block h3 {

	color: #6c95bb;

	font-size: 1em;

	font-weight: 700;

	margin: 0 0 0.625em;

	text-transform: uppercase;

}

#third-block p {

	font-size: 0.85em;

	font-style: normal;

	line-height: 2em;

}

#third-block p strong {

	font-weight: 700;

}

#third-block i {

	background: #4DC1C4 none repeat scroll 0 0;

	border-radius: 30px;

	color: #fff;

	display: inline-block;

	line-height: 26px;

	margin: 0.625em;

	text-align: center;

	width: 26px;

}





#fourth-block {

  background:#f8f8f8;

}

footer {

  background:#fff;

  padding:3.5rem 0;

}



/* Forms */

form.customform input, form.customform textarea, form.customform select {

  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;

  border: 1px solid rgba(0, 0, 0, 0.14);

  font-size: 12px;

  padding: 0.625rem;

  width: 100%;

}

form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

p.form-error {

  background-color: #DD442C;

  color: #fff;

  display: none;

  font-size: 0.8rem;

  margin: -10px 0 15px 0;

  padding: 7px;

  text-align: center;

}

p.form-success {

  background-color: #6c95bb;

  color: #fff;

  display: none;

  font-size: 0.85rem;

  padding: 10px;

  text-align: center;

}

.required {

  border-left: 1px solid #dd442c !important;

}

@media screen and (max-width: 768px) {

  .right {

  float:none;

  }

}



@media screen and (max-width: 480px) {

  #topbar {

  	line-height: 1.625em;

  	text-align: center;

  }

}