.contact_map {
	margin-top:10px;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow: hidden;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	border-top:2px solid #FAC402;
}


/*contact block*/

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background-color: rgba(250,196,2,0.2);
  padding: 30px 0px;
}
.contact-info_top {
	border-top:1px solid #FAC402;
}
.contact-info_bottom {
	border-bottom:1px solid #FAC402;
}

.contact-info-icon i {
  font-size: 48px;
  color: #FAC402;
}
.contact-info-text h2 {
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #FAC402;
  font-weight: 600;
  font-size: 18px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}
/*contact block END*/