.item-locaition {
  background: #0a2c4e;
}
.item-locaition .inner-location {
  padding: 0px 20px;
}
.item-locaition p {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 25px;
}
.item-locaition p i {
  color: #ffb600;
  position: absolute;
  top: 3px;
  font-size: 16px;
  left: 0;
  display: block;
}
.item-locaition h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 21px;
  color: #000;
  background: #3aade1;
}   
.title-block.text-center .bottom-title {
  margin: 0 auto;
}
.title-pd {
  padding: 100px 0 60px 0;
}
.title-on-dark h4,
.title-on-dark h2 {
  color: #fff;
}
.title-on-dark .sub-title {
  color: #bababa;
}
h3.title-mix {
  font-weight: 300;
}
/* Sub HEader */
.breadcrumb > li + li::before {
  padding: 0 8px;
  color: #ccc;
  content: ">";
}
.sub-header {
  height: 300px;
  width: 100%;
  text-align: center;
  padding-top: 90px;
}
.sub-header span {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 48px;
}
.sub-header h3 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 35px;
}
.title-block {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
.title-block span.bottom-title {
  width: 70px;
  height: 7px;
  background: #3aade1;
  position: absolute;
}