#customer_chara_bg {
  background: url(../img/customer_charateristic.png) no-repeat 110% 35%;
  background-size: 60%;
  min-height: 615px;
}

.customer_target {
  width: 100%;
  min-height: 200px;
  background-color: #00398b;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.customer_target h3 {
  color: #fff;
  font-size: 18px;
}
.customer_segments {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.customer_segments h5 {
  color: #fff;
  font-size: 18px;
}
.green1 {
  background-color: #133034;
}
.green2 {
  background-color: #1e474e;
}
.green3 {
  background-color: #32557b;
}
.blue1 {
  background-color: #6365b8;
}
.blue2 {
  background-color: #8e99e8;
}
.blue3 {
  background-color: #7265ec;
}
.blue4 {
  background-color: #5561a6;
}
.blue5 {
  background-color: #4472c4;
}

.padding--1 {
  padding-right: 5px;
  padding-left: 5px;
}
#philosophy {
  background-size: contain;
}
.space-extra4 {
  position: relative;
  margin: -130px 0;
  z-index: 8;
}

#philosophy h2 {
  color: #8d9bd6;
  margin: 0 auto;
}
#philosophy h2 span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  display: inline-block;
  position: relative;
}
.w-40 {
  width: 40%;
}
#philosophy .hero-title span:before {
  background-image: url(../img/philosophy_highlight.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: section-animation-2 3s infinite;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: section-animation-2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

#contactus {
  background: #f4f5f7;
}

.contact-area {
  position: relative;
  padding: 100px;
  min-height: 600px;
}
.blankSpace {
  height: 400px;
}
.contact_text {
  width: 40%;
  display: inline-block;
  float: left;
  min-height: 200px;
  padding-right: 80px;
}
.contact_address {
  width: 20%;
  display: inline-block;
  min-height: 200px;
  float: left;
  padding-right: 30px;
}

.contact_address h2 {
  font-size: 80px;
  font-weight: 400;
  color: #00398b;
}

.copyright-wrap .copyright-text {
  font-size: 12px;
}

.noliststyle li {
  list-style: none;
}
.blueLine,
.greyLine {
  padding-left: 60px;
}
.blueLine:before {
  content: "";
  background: url("../img/blue.png") no-repeat;
  width: 51px;
  height: 25px;
  display: block;
  background-size: contain;
  position: relative;
  left: -60px;
  top: 30px;
}
.greyLine:before {
  content: "";
  background: url("../img/grey.png") no-repeat;
  width: 51px;
  height: 25px;
  display: block;
  background-size: contain;
  position: relative;
  left: -60px;
  top: 30px;
}
.sticky-wrapper.sticky .header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 78%;
  padding-right: 260px;
}
