@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
*,
html {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
} 
h1 {
  text-align: center;
  padding-top: 120px;
  padding-right: 500px;
}
h3{
  padding-right: 500px;

}
  .intro {
    height: 100vh;
  background-image: url('../pics/services\ background.jpg');
  background-repeat:no-repeat;
  background-position: center; 
  background-size: 100%;
  }

.process-row {
  /* background-color: #837bcf; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.traineeship .activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  margin: 30px 8px 50px;
  background-color: #6058A3;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.animate-from-bottom__0 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animate-from-bottom__1 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animate-from-bottom__2 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animate-from-bottom__3 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.animate-from-bottom__4 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.traineeship .activity .relative-block {
  width: 100%;
  min-height: 350px;
}
@-webkit-keyframes from-left {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes from-left {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.relative-block {
  position: relative;
}
.activity-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.activity-icon img {
  width: 70%;
  float: right;
}
.traineeship .inactive {
  padding: 30px;
}
.traineeship .inactive .title {
  border-bottom: 3px solid #69a6d1;
  padding-bottom: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.traineeship .activity .active {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  min-height: 100%;
  padding: 25px 30px 50px;
}
.traineeship .activity .active .title {
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.traineeship .activity .active .sub-title {
  margin-top: 10px;
  color: #616161;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.traineeship .activity .active .ul {
  margin-bottom: 45px;
  margin-top: 10px;
}
.traineeship .activity .active .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  color: #616161;
  font-size: 16px;
  line-height: 26px;
}
.traineeship .activity .active .li:before {
  position: absolute;
  content: "\f00c";
  color: #e2b921;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.6em;
  width: 22px;
}
.traineeship .activity:hover {
  width: 558px;
  background-color: #fff;
}
.traineeship .activity:hover .inactive {
  display: none;
}
.traineeship .activity:hover .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
}