* {
	margin:0;
	padding:0;
	border:0;
  }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
    font-family: "Open Sans";
}

.wrapper {
  max-width:1200px;
	height:auto;
  margin: 0px auto;
  }

.no_bcg {
	background-color: transparent;
	border: none;
}

.add_bcg {
	background-color: rgba(34,34,34,0.9);
}

.nav_ani {
	transition-duration: 1s;
}

.header {
  width: 100%;
  height: 760px;
  float: left;
  background-size: cover;
  background-image: url('img/bcg_header.jpg');
}

.margin_top {
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

.navbar-inverse .navbar-toggle {
	border-color: #BDBDBD;
}




.navbar-header img {
  padding: 10px;
  max-width: 100%;
	max-height: 100%;
  display: block;

}



#navbar a:hover {
	cursor:pointer;
	text-decoration: underline;
	-webkit-text-decoration: underline;

}


.navbar-right {
  margin-top: 5px;

}

.navbar-right li {
  padding: 20px;
	color: white;
	-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.img_small {
	-moz-transform: scale(0.7, 0.7);
  -moz-transition-duration: 400ms;
  -moz-transition-timing-function: ease-out;
	-webkit-transform: scale(0.7, 0.7);
  -webkit-transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
	-ms-transform: scale(0.70, 0.70);
  -ms-transition-duration: 400ms;
  -ms-transition-timing-function: ease-out;
	padding: 0px !important;
}

.ul_small {
	padding: 9px !important;
}

.margin_top_small {
	margin-top: 22px !important;
}

#navbar a {
	font-family: "Open Sans";
  font-weight:300;
  font-size:20px;
  color:white;
  text-decoration:none;
  text-transform:uppercase;
  outline:0;
}

.hover a:hover {
	text-decoration: underline;
	color:white;
}

.img img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_logo {
  width: 100%;
  height: 600px;
  text-align: center;
  float: left;
}

.header_logo img {
  display: block;
  margin-top: 290px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header_logo h3 {
  color: white;
  font-size: 40px;
  font-weight: 300;
  padding-top: 15px;
	font-family: "Open Sans";
}

#about {
	padding-top:40px;
}

.col-inside {
	padding: 0px !important;
	
}

.about {
  width: 100%;
  height: auto;
  float: left;
}

.about1 {
  width: 100%;
  height: auto;
  float:left;
  text-align: center;
}

.about1 h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  margin-top: 70px;
	font-family: "Open Sans";
}

.about1 img {
  max-width: 100%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hideme
{
    opacity:0;
}

.about1 p {
	font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
  color: #333333;
  margin-top: 50px;
}

.about2 {
  width: auto;
  height: auto;
  text-align: left;
  float: left;
  margin-top: 80px;
}

.about2 h3 {
	font-family: "Open Sans";
  font-size: 23px;
  font-weight: 700;
  color: #333333;
  line-height: 55px;

}

.about2 p {
	font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  color: #333333;
  margin-top: 10px;

}

.about3 {
  width: auto;
  height: auto;
  float: left;
	text-align: left;
	margin-top: 80px;
}

.about3 h3 {
	font-family: "Open Sans";
  font-size: 23px;
  font-weight: 700;
  color: #333333;
  line-height: 55px;

}

.about3 p {
	font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  color: #333333;
  margin-top: 10px;

}

.services {
  width: 100%;
  height: auto;
  float: left;

}

.services1 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 70px;
}

.services1 img {
  max-width: 100%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.services1 h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  margin-top: 110px;
}


.services2 {
    width: auto;
    height: auto;
    text-align: left;
}

.services2 img{
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 100%;
}

.services3 {
  width: auto;
  height: auto;
  text-align: left;

}

.services3 h3 {
font-family: "Open Sans";
text-align:left;
    padding: 22px 0px;
  text-transform: capitalize;
  color: #1c75bc;
  font-weight: 700;
  font-size: 26px;
  margin-top: 5px;
  border-bottom: 1px solid #ececec;
}

.services3 ul {
  list-style-type:none;
}

.services3 li {
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 300;
}



.contact {
  width: 100%;
  height: auto;
  float: left;
	margin-bottom: 100px;
}

.contact1 {
	width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.contact1 h2 {
  text-transform: uppercase;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  margin-top: 110px;
}

.contact1 p {
	font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
  color: #333333;
  margin-top: 50px;
	margin-bottom: 60px;
}

.contact2 {
	display:block;
	margin-left: auto;
  margin-right: auto;
	max-width: 740px;
	height: auto;
	text-align: center;
}

.text_box {
	border: 1px solid #e9e9e9;
	height: 70px;
	margin-top: 25px;
	width: 740px;
	padding-left: 20px;

}

.message {
	height: 205px !important;
	padding-top: 20px;
}

.button {
	height: 70px;
	margin-top: 25px;
	width: 740px;
	background: #1c75bc;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: white;
}

.#form-messages {
	width: 740px;
	height: 50px;
	text-align: center;
	font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  margin-top: 50px;
	margin-bottom: 60px;
}

.hiw {
	width:100%;
}



@media only screen and (max-width: 991px) {
	.services2 img{
	  margin-top: 0px;
	  max-width: 100%;
	  display: block;
	}

	.services2 {
		min-width: 71px;
	}

	.services3 {
	min-width: 205px;
	}

}

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


	.services1 {
		margin-bottom: 50px;
	}

	.services2 {
		width:100%;
		margin-top: 15px;
		text-align: center !important;

	}

	.services3 {
		width: 100%;
		margin-top: 15px;
		text-align: center !important;
	}
	
	.services3 h3{
		
		text-align: center;
	}

	.services2 img{
	  margin-top: 25px;
	  max-width: 100%;
	  text-align: center !important;
	  display: inline;
	}
	
	



	.text_box{
		margin-left: 10px;
		width: 90%;
	}

	.button {
		width: 90%;
		margin-left: 10px;
	}

	.contact {
		margin-bottom: 25px;
	}

	.no_bcg {
		background-color: rgba(34,34,34,0.9);
	}

	.header_logo h3 {
		color: white;
		font-size:25px;
		font-weight: 300;
		padding-top: 15px;
	}

	.header_logo img {
		margin-top: 160px;
	}

	.header {
		height: 500px;
	}

}

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

	.services2 {
		width: 100%;
	}
	.services2 img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		float: none;
		margin-top: 20px;
	}

	.services3 {
		text-align: center;
		width: 100%;
	}
}
