
.container {
  font-size: medium;
 

  *zoom: 1;
text-align: justify; }
  

.feature2 {

      text-align: center;
      margin-bottom: 30px;
      border: 0px  #e1e8ec;
      background-color: #ffffff;
      padding-left: 20%;

       }

.feature {
  text-align: center;
  border: 1px solid #e1e8ec;
  border-radius: 28px;
  padding: 13px;
 }
 


      /*
 * request form Styles
 */

 @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}
.contact3.row1{
  padding: auto;
}

.contact3 h1,
.contact3 h2,
.contact3 h3,
.contact3 h4,
.contact3 h5,
.contact3 h6 {
  color: #000000;
  
}

.contact3 .font-weight-medium {
  font-weight: 400;
  color: #000000;
}

.contact3 .card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(239, 242, 248, 0.1);
}

.contact3 .btn-danger-gradiant {

  background: rgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5);
  background: -webkit-linear-gradient(legacy-direction(to right), rgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5) 100%);
  background: -webkit-linear-gradient( left top, right top, fromrgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5));
  background: -webkit-linear-gradient(left, rgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5)100%);
  background: -o-linear-gradient(left, rgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5)100%);
  background: linear-gradient(to right,rgba(3, 97, 31, 0.5) 0%, rgba(14, 14, 15, 0.5) 100%);
}

.contact3 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-linear-gradient( left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}


.map-container-2{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-2 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}