@charset "utf-8";
/* CSS Document */

.top_phone span a {
  font-weight: 600;
  color: #f07901;
  font-size: 20px;
}

.header_section ul li.active a{
	color: #00933d !important;
}

.header_section ul li.current-menu-ancestor a{
	color: #00933d !important;
}
.header_section ul li.current-menu-ancestor ul li a{
	color: #000 !important;
}

.header_section ul li ul li.active a,.header_section ul li ul li a:hover{
	color: #fff !important;
}


.footer_linkbox ul li.active a{
	color: #f3ae34 !important;
}


.form-group {
  margin-bottom: 0px !important;
}


.msg{
	height:120px !important;
}


.copyright {
  font-size: 14px;
  color: #fff;
  float: none;
  width: 100%;
  text-align: center;
}

.gallery_box {
  padding-bottom: 20px;
}


.gallery_box1 {
  height: 350px;
  margin: 20px auto 20px auto;
  max-width: 370px;
  width: 100%;
  position:relative;
}

.gallery_box1 img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}