.page_title_ctn {  background: top center;  background-size: cover;  border-bottom: 1px solid transparent;  padding:50px 0;  }
.wrapper {  width: 1170px;  padding: 0 15px;  margin: 0 auto;  position: relative;  overflow: hidden;  }
.page_title_ctn h1 {  font-weight: 400;  margin-bottom: 0;  font-size: 23px;  line-height: 34px;  color: #2c3e50;  max-width: 420px;  float: left;  color:white;  }
#breadcrumbs {  position: absolute;  right: 0px;  top: 50%;  margin-top: -13px;  }
#crumbs {  font-size: 14px;  padding: 2px 0px 0;  }
#crumbs a, #crumbs span {  color: #ffffff;  }
#breadcrumbs .crumbs_delimiter {  color: white;  }
.crumbs_delimiter {  font-size: 16px;  padding: 0 13px;  font-family: "FontAwesome";  }
#crumbs a, #crumbs span {  color: #ffffff;  }
@media only screen and (max-width: 767px) {
    .wrapper {  width: 100%;  padding: 0 15px;  }
    .rd_child_pages, #breadcrumbs {  display: none;  }
}
@media only screen and (max-width: 1214px) and (min-width: 1034px) {
    .wrapper {  width: 960px;  }
}