.center{
	text-align:center;
}

.flot{
	float:right;
}

.board{
	background: #000;
	color: #fff;
	padding: 17px;
	font-size: 21px;
}

.rowpad{
	padding:20px;
}

.report{
	padding: 15px 0;
	height: 123px;
}

.teamr{
	padding: 30px 0px;
	text-align: justify;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  opacity: 0.5;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ab{
	padding: 60px 100px;
}

#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#contactform { 
  position: relative; 
  z-index: 1; /* The z-index should be higher than Google Maps */
  width: 300px;
  margin: 60px auto 0;
  padding: 10px;
  background: black;
  height: auto;
  opacity: .45; /* Set the opacity for a slightly transparent Google Form */ 
  color: white;
}

.conForm {
	text-align: center;
}

.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 0px;
	border: none;
	margin-right: 3%;
	margin-bottom: 10px;
	outline: none;
	font-style: normal;
	border-bottom: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 0px;
	margin-bottom: 0px;
	outline: none;
	height: 111px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border-bottom: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #3bc492;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}

.pad{
	padding: 15px 15px;
}

.car{
	background: #141414;
	padding: 20px;
	color: #fffcfc;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.prof{
	border-top: 4px solid #999;
	background: #f2f6f9;
}

.aboutb{
	background: url('../img/demo/post1.jpg');
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.abc{
	padding: 30px 100px;
}

.vm{
	text-align: right;
	padding: 30px;
}

.car1{
padding: 20px;
text-align: center;
}

.con{
	top: -50%;
	margin-top: -11%;
	background: #fff;
	padding: 33px;
}

.imgs{
		width: 250px;
	}

.heigh{
	height:440px;
}

.contitle{
	font-size:25px;
	text-align:left;
}

div.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.prodalink{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

@media only screen and (max-width: 1242px) and (min-width: 1200px) {
	.cont{
		height:440px;
	}
}

@media only screen and (max-width: 1225px) and (min-width: 992px) {
	.car2{
		height:250px;
	}
	
	.bor{
		height: 151px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
	.con{
		margin-top: 0%;
		background: #fff;
		padding: 33px;
	}
	
	.imgs{
		width: 280px;
	}
	
	.flot{
		float:none;
	}
	
	.cent{
		text-align: center;
	}
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
	.ab{
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.aboutb{
		height:450px;
	}
}

@media only screen and (max-width: 380px) {
	.pd{
		width:220px;
	}
}