.ourServices {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.ourServices > .e-con-inner {
  margin: 0;
}
.ourServices > div {
  margin: 0;
  padding: 0;
}
.ourServices .srv-col {
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ourServices .srv-col:nth-child(8) {
  background-color: #312e8c;
  color: #fff;
}
.ourServices .srv-col:nth-child(8) h2 {
  color: #fff !important;
  font-weight: 100;
}
.ourServices .srv-col:nth-child(8) p {
  color: #fff;
}
.ourServices .srv-col:nth-child(6) {
  background-color: #1e82d9;
  color: #fff;
}
.ourServices .srv-col:nth-child(6) h2 {
  color: #fff !important;
  font-weight: 100;
}
.ourServices .srv-col:nth-child(6) p {
  color: #fff;
}
.ourServices .srv-col:nth-child(7) {
  background-color: #d9765f;
  color: #fff;
}
.ourServices .srv-col:nth-child(7) h2 {
  color: #fff !important;
  font-weight: 100;
}
.ourServices .srv-col:nth-child(7) p {
  color: #fff;
}
.page-template .page-title {
  display: none;
}
.main-teams {
  background-color: #000000;
}
.main-teams .teams {
  padding: 40px;
}
.main-teams .teams h3 {
  color: #fff;
  font-size: 36px;
}
.main-teams .teams p {
  color: #fff;
  font-size: 22px;
  font-weight: 100 !important;
  font-family: roboto;
}
.main-teams .teams.team1 {
  background-color: #4b5740;
}
.main-teams .teams.team2 {
  background-color: #404957;
}
.main-teams .teams.team3 {
  background-color: #574040;
}
.main-teams .teams.team4 {
  background-color: #405457;
}
.styled-column {
  padding-top: 40px;
  padding-bottom: 40px;
}
.styled-column h2 {
  /* Fallback: Set a background color. */
  margin-bottom: 40px;
  background-color: red;
  font-size: 58px;
  font-weight: 900;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #0011ff, #ff6600);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.styled-column p {
  font-size: 36px;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.2;
}
.styled-column.styled2 h2 {
  /* Fallback: Set a background color. */
  margin-bottom: 40px;
  background-color: red;
  font-size: 22px;
  font-weight: 900;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #0011ff, #ff6600);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.styled-column.styled2 p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.2;
}
.system-cap div {
  padding: 30px 0px;
}
.system-cap div h2 {
  color: #fff;
}
.system-cap div p {
  color: #fff;
  margin-bottom: 30px;
}
.system-cap div h4 {
  color: #fff;
}
.system-cap div h2.special {
  font-size: 48px;
  margin-bottom: 40px;
}
/*# sourceMappingURL=custom-style.css.map */