.align-w3 {
  padding: 1em 0;
  padding-top: 30px;
  margin-bottom: 0px;
}
.wthree_pvt_title {
  margin-bottom: 2em;
}
h4.w3pvt-title {
  color: rgb(184,57,62);
  text-transform: capitalize;
  font-size: 2.3em;
  font-weight: 600;
  text-shadow: 1px 1px 1px #969696;
}
p.sub-title {
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  width: 60%;
  margin: 1em auto 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.img-grid {
  margin-bottom: 1.2em;
}
.port-desc {
  padding: 1.5em 1em;
  background: #eee;
  margin: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
h6.main-title-w3pvt {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  color: rgb(184,57,62);
  letter-spacing: 0.5px;
}
.services-area ul li {
  /*margin: 10px 15px;*/
  width: 340px;
  height: 60px;
  padding: 0;
  border-radius: 5px;
}
.services-area ul li p {
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
}
.services-area ul li p .area {
  display: inline-block;
  float: left;
  width: 190px;
  height: 59px;
  background-color: rgb(184,57,62);
  box-shadow: 0 0 5px rgb(184,57,62);
  border: 1px solid rgb(184,57,62);
}
.services-area ul li p .phone_num {
  display: inline-block;
  width: auto;
}
