*{
	margin: 0;
	padding: 0;
}



body {
  background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}

.bg {
  background-image: url("../images/image-banner2.jpg");
	background-position: -30px -20px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 620px;
	margin: auto;

}

.logo img{
  margin: auto;
	padding: 20px;
  margin-left: 50px;
  width: 200px;

}

.logo2 img{
  width: 350px;
  padding: 20px;
  margin: auto;
  margin-top: 15px;

}

#title2 {
	position: relative;
  text-align: left;
  margin: auto;
  margin-left: 150px;
  margin-top: 250px;
	font-size: 45px;
	line-height: 1.3;
	color: #fff;

}

#title-footer{
  display: none;
}


.banner {
	position: relative;
	z-index:0;
	width: 100%;
}

.banner img{
	display: block;
	margin: auto;
}

.scroll{
	margin: auto;
	position: relative;
	margin-top: -40px;
}

.scroll img{
	width:50px;
}


.txt1 span{
	margin:auto;
	font-size: 20px;
	line-height: 1.3;
	color: #707070;
	padding: 40px;
}

.hello-green{
  padding-left: 0;
}

.errormsg {
  font-size: 24px;
  color: red;
  height: 24px;
}

.box-nl{
	display: block;
	border-radius: 5px;
	width: 230px;
	height: 225px;
	background: #ffffff;
  box-shadow: 0px 0px 5px 1px #ededed;
}


.icon img {
	display: block;
	margin:auto;
	width: 90px;
	padding-top: 30px;
}


.text {
  text-align: center;
	margin-top: 20px;
  margin-bottom: 50px;
	font-size: 15px;
	color: #333;

}

.footer{
  display: table;
  background: #027500;
  margin-top: 50px;
}

.cont-footer1 {
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.phone{
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  margin: auto;
  padding-right: 0px;
}

.phone img{
  margin-top: 30px;
  width: 70px;
}




/* style form */
.box-green{
  width: 450px;
  height: 100px;
  background-color: #027400;
  border-radius: 10px 10px 0px 0px;
  margin: auto;
  margin-top: 30px;
  padding: 20px 15px 0px 20px ;
  font-size: 15px;
  color: #fff;
  text-align: left;

}

.hello-white{
  width: 450px;
  height: 450px;
  background-color: #ffff;
  background: rgba(238, 238, 238, 0.3);
  border-radius: 0px 0px 15px 15px;
  margin: auto;
  position: relative;
}

.from-group{
  width: 400px;
  padding: 7px;
  margin: auto;
}

.hello-text{
  font-size: 20px;
  text-align: center;
  color: #ffff;
  padding: 7px;
}

.button{
  margin-left: 15px;
  background-color: #E56522;
  border-radius: 37px 37px 37px 37px;
  padding: 5px;
  width: 350px;
  font-size: 20px;
  color: #ffff;
  padding: 5px;
}




@media (max-width: 768px) {

  .logo img{
    margin: auto;
    width: 200px;

  }

  .logo2 img{
    width: 250px;
    padding: 20px;
    margin: auto;
    padding-top: 40px;

  }

  #title2 {
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 19px;
  	font-size: 15px;
  	line-height: 1.3;
  	color: #fff;

  }

  .box-green{
    width: 450px;
    height: 100px;
    background-color: #027400;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
    margin-top: 10px;
    padding: 20px 15px 0px 20px ;
    font-size: 15px;
    color: #fff;
    text-align: left;

  }

  .hello-white{
    width: 450px;
    height: 450px;
    background-color: #ffff;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 0px 0px 15px 15px;
    margin: auto;
    position: relative;
  }

  .scroll img{
  	width:50px;
    margin-top: 20px;
  }

  .txt1 span{
    margin: auto;
  	padding-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-nl{
    margin: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 250px;
    height: 225px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px #ededed;
  }
  .cont-footer1 {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    padding-bottom: 0px;
    text-align: center;
  }


  .phone{
    margin: auto;
    margin-left: 40px;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .phone img{
    margin-left: 30px;
    width: 40px;
  }

  .bg {
    background-image: url(../images/image-banner2.jpg);
    background-position: -400px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 620px;
    margin: auto;
}

}



@media (max-width: 960px) {

  #title2 {
      position: relative;
      text-align: center;
      margin: auto;
      margin-top: 15px;
      font-size: 30px;
      line-height: 1.3;
      color: #fff;
  }

  .box-green {
    width: 450px;
    height: 100px;
    background-color: #027400;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
    margin-top: 10px;
    padding: 20px 15px 0px 20px;
    font-size: 15px;
    color: #fff;
    text-align: left;
}

  .scroll {
      margin: auto;
      position: relative;
      margin-top: -20px;
  }

  .box-nl {
  margin: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 230px;
  height: 225px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 1px #ededed;
}
}
