body{
	margin:0;
	padding:0;
}

.main_bg{
	display:block;
	overflow:hidden;
	width:100%;
	height: 100vh;
	position:relative;
	background: url(../images/banner-img-1.jpg) no-repeat fixed;
	background-size: cover;
	background-position: center center;
}
/*.main_bg > img {
	width: 100%;
	height: 100vh;
}*/
.infoo_area {
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 999;
	top: 25%;
}
.infoo_area img{
  width: auto;
  max-width: 282PX;
}
.infoo_area h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 64px;
  /*text-transform: uppercase;*/
  line-height: 54px;
  color: #fefefe;
  margin-bottom: 34px;
}
.infoo_area p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  margin: 0 auto 32px auto;
  max-width: 562px;
}





@media screen and (max-width:1199px) {
.infoo_area p {
	width: 72%;
}
.infoo_area {
	top: 25%;
}
}


@media screen and (max-width:991px) {
.infoo_area {
	top: 32%;
}
}


@media screen and (max-width:767px) {
.infoo_area p {
	width: 90%;
	line-height: 26px;
}
.infoo_area h1 {
	font-size: 37px;
	line-height: 38px;
	margin-bottom: 15px;
}
.infoo_area img {
	max-width: 225px;
}

}