@import url("../webfonts/glyphicons_halflings_regular/stylesheet.css");
@import url("../webfonts/fabfeltscript_bold/stylesheet.css");



.container.form {
	margin-bottom: 74px;
}
/* CSS Document */


/* hre CSS Style */

.hero {
	background-color: #1C2642;
	height: 365px;
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: cover;
	background-image: url(../images/home%20bkg_1.png);
}
.hero_content h1 {
	color: #5775B3;
	font-family: "bebas-neue";
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
	font-size: 4.5em;
	margin-top: 48px;
}
.hero_content h2  {
	font-size: 3.5em;
	font-family: "fabfeltscript bold";
	font-style: normal;
	font-weight: 400;
	color: hsla(0,21%,95%,1.00);
}

/* ---- end hre CSS Style ------ */


/*--- contact Page ----*/

.form_btn{
	background-color: rgba(240,173,78,1.00);
	color: rgba(255,255,255,1.00);
	margin-bottom: 36px;
	border-radius: 10px;
	margin-top: 20px;
	font-size: 1.5em;
	width: 192px;
	margin-left: 2px;
	margin-right: 15px;
	}
.form_btn:hover{
	background-color: rgba(240,150,24,1.00);
}
.formContent  h2 {
	color: rgba(74,133,178,1.00);
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	font-size: 2.8em;
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
}
.right_contact h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: underline;
	line-height: 1.5em;
	color: rgba(110,154,181,1.00);
}
.left p {
	margin-bottom: 53px;
}
.glyphicon {
	margin-left: 0px;
	margin-right: 9px;
}
.right_contact ul {
	font-size: 1.2em;
	list-style-type: none;
	margin-top: 40px;
	margin-bottom: 60px;
}
.right_contact ul li {
	color: rgba(0,0,0,1.00);
	font-weight: bold;
}
.fa.fa-share-alt {
	margin-right: 9px;
}
ul li .fa.fa-facebook {
	margin-right: 9px;
	color: rgba(29,99,207,1.00);
	font-size: 1.5em;
}
ul li .fa.fa-linkedin {
	margin-right: 9px;
	color: rgba(0,73,134,1.00);
	font-size: 1.5em;
}
ul li .fa.fa-youtube {
	margin-right: 9px;
	color: rgba(167,4,6,1.00);
	font-size: 1.5em;
}
.imagen {
	margin-top: 50px;
}
.left h5 {
	margin-bottom: 37px;
	color: rgba(136,136,136,1.00);
	font-size: 1.2em;
}

@media (max-width:767px){
.right_contact ul  {
	overflow: hidden;
	font-size: 2em;
	text-align: center;
	padding-left: 0px;
}
.right_contact ul li  {
	color: rgba(0,0,0,1.00);
}
}
