.mb-0 {
  margin-bottom: 0 !important;
}

.journey .heading {
  text-align: center;
  background: rgb(30, 70, 230);
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 32px 0;
}

.timeline {
  position: relative;
  min-height: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.timeline .line {
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  width: 1px;
  top: 0;
  bottom: 0;
  background: rgb(30, 70, 230);
  display: none;
}
.timeline .journey-row {
  display: flex;
  opacity: 0;
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: 1rem;
  align-items: center;
  padding: 20px 0;
}
.timeline .journey-row .content {
  width: calc(50% - 4rem);
  position: relative;
  padding-top: 0;
}
.timeline .journey-row .content .sub-line {
  position: absolute;
  width: 1px;
  background-color: rgb(30, 70, 230);
  bottom: calc(50% - 1px);
  height: 381px;
  z-index: 1;
  right: -42px;
}
.timeline .journey-row .content .sub-line.left-line {
  left: -42px;
}
.timeline .journey-row .content .content-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.timeline .journey-row .content .image {
  position: relative;
}
.timeline .journey-row .content .image:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  height: 90px;
  width: 160px;
  background: rgb(30, 70, 230);
  border-bottom-left-radius: 80px;
  z-index: -1;
  border-bottom-right-radius: 80px;
  border-bottom: 5px solid rgb(30, 70, 230);
}
.timeline .journey-row .content .image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.timeline .journey-row .content .info {
  padding: 0 20px;
  text-align: right;
}
.timeline .journey-row .content .info .year {
  color: rgb(30, 70, 230);
  font-size: 18px;
}
.timeline .journey-row .content .info p {
  font-size: 14px;
}
.timeline .journey-row .content .arrow-line {
  width: 40px;
  height: 0.5px;
  background: rgb(30, 70, 230);
  position: absolute;
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
}
.timeline .journey-row .content .arrow-line:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: rgb(30, 70, 230);
  top: 50%;
  right: 40px;
  margin-top: -4px;
}
.timeline .journey-row .content .sub-arrow-line {
  right: -42px;
  width: 20px;
  height: 0.5px;
  background: rgb(30, 70, 230);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline .journey-row .content .sub-arrow-line::after {
  right: 20px;
}
.timeline .journey-row .content .overlay {
  width: 140%;
  height: 100%;
  background: #f3f3f4;
  position: absolute;
  top: 0;
  right: -60px;
  left: auto;
  transform: translateX(0);
  transition: 1.5s ease;
}
.timeline .journey-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline .journey-row:nth-child(odd) .content .content-row {
  flex-direction: inherit;
}
.timeline .journey-row:nth-child(odd) .content .info {
  padding: 0 20px;
  text-align: left;
}
.timeline .journey-row:nth-child(odd) .content .overlay {
  left: -60px;
  right: auto;
}
.timeline .journey-row:nth-child(odd) .content .arrow-line {
  right: auto;
  left: -64px;
}
.timeline .journey-row:nth-child(odd) .content .arrow-line:after {
  left: 40px;
  right: auto;
}
.timeline .journey-row:nth-child(odd) .content .arrow-line.sub-arrow-line {
  left: -42px;
  width: 20px;
}
.timeline .journey-row:nth-child(odd) .content .arrow-line.sub-arrow-line::after {
  left: 20px;
}
.timeline .journey-row:nth-child(odd).show-me .content .overlay {
  transform: translateX(200%) !important;
}
.timeline .journey-row:last-child {
  margin-bottom: 0;
}
.timeline .bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: #000;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
.timeline .show-me:nth-child(n) {
  transform: none;
  opacity: 1;
}
.timeline .show-me:nth-child(n) .content .image:after {
  animation-name: toDrawBorder;
  animation-duration: 1.5s;
  background: rgb(30, 70, 230);
  opacity: 1;
}
.timeline .show-me:nth-child(n) .content .overlay {
  transform: translateX(-200%);
}

@keyframes toDrawBorder {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.mission-slider {
  padding-bottom: 120px;
}
.mission-slider .owl-dots {
  position: absolute;
  width: 600px;
  left: 45%;
  transform: translateX(-50%);
  justify-content: space-between;
  bottom: -20px;
  display: flex;
}
.mission-slider .owl-dots .owl-dot {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 28px;
  margin-left: -30px;
  margin-right: -30px;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  color: #808080;
}
.mission-slider .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  width: 170px;
  top: -28px;
  left: 66px;
  background: #808080;
  height: 1px;
}
.mission-slider .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 45%;
  width: 16px;
  height: 16px;
  background: #808080;
  transform: rotate(45deg);
  margin: 0 -1px;
  transition: all 0.3s ease;
}
.mission-slider .owl-dots .owl-dot:last-child:before {
  display: none;
}
.mission-slider .owl-dots .owl-dot.active {
  color: rgb(30, 70, 230);
}
.mission-slider .owl-dots .owl-dot.active:after {
  width: 20px;
  height: 20px;
  top: -37px;
  background: rgb(30, 70, 230);
}
.mission-slider .owl-nav {
  bottom: 28px;
  right: 0;
  left: auto;
  width: 60px;
}

.values1 {
  background-color: #475ef6;
  padding: 80px 0;
  overflow: hidden;
  height: 100vh !important;
  padding-top: 150px;
  position: relative;
}
.values1 .head {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  text-align: center;
}
.values1 .head p {
  font-size: 20px;
}
.values1 .slide-text {
  display: flex;
  padding-left: 100px;
  position: absolute;
  top: calc(60% - 45px);
}
.values1 .slide-text span {
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  flex: 0 0 1000px;
  max-width: 1000px;
}
.values1 .slide-text span.p5, .values1 .slide-text span.p6 {
  display: none;
}

.vision .image {
  width: 100%;
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}
.vision .text-container p {
  font-size: 18px;
}

.mission {
  margin-bottom: 64px !important;
}
.mission p {
  font-weight: 500;
  font-size: 18px;
}
.mission .text-container {
  text-align: left;
  align-items: center;
  display: flex;
  height: 100%;
}

.values-slider .item {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .mission-slider .owl-dots {
    left: 50%;
  }
  .mission-slider.nav-slider .owl-nav {
    display: none;
  }
  .values1 .head {
    width: 750px;
  }
  .values1 .head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #our-values {
    background-color: #475ef6;
  }
  .mission {
    margin-bottom: 0 !important;
  }
  .sub-line {
    display: none !important;
  }
  .values1 {
    height: auto !important;
    padding-top: 100px !important;
  }
  .values1 .head {
    position: inherit;
    transform: translateX(0);
    width: 100%;
    top: 0;
    left: 0;
    background-color: #475ef6;
    z-index: 999;
    padding: 15px 0;
    padding-top: 0;
  }
  .values1 .slide-text {
    display: none !important;
  }
  .mission p {
    font-size: 14px;
  }
  .mission .text-container {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
  .mission-slider {
    padding-bottom: 0;
  }
  .mission-slider .owl-dots {
    display: none;
    left: 0;
    bottom: -20px;
    transform: translateX(0);
    overflow-x: scroll;
    width: 100%;
    height: 70px;
    padding-top: 10px;
  }
  .mission-slider .owl-dots::-webkit-scrollbar {
    display: none;
  }
  .mission-slider .owl-dots .owl-dot {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 170px;
    max-width: 170px;
    text-align: left;
  }
  .mission-slider .owl-dots .owl-dot:after {
    top: -24px;
    left: 5px;
  }
  .mission-slider .owl-dots .owl-dot:before {
    top: -17px;
    left: 10px;
  }
  .mission-slider .owl-dots .owl-dot.active:after {
    top: -26px;
  }
  .mission-slider .owl-nav {
    bottom: 28px;
    right: 0;
    left: auto;
    width: 60px;
  }
  .journey {
    background: #fff;
  }
  .journey .heading {
    text-align: left;
    padding-left: 16px;
    font-size: 24px;
  }
  .timeline {
    position: relative;
    min-height: 150px;
  }
  .timeline .journey-row .content {
    width: 100%;
  }
  .timeline .journey-row .content .content-row {
    flex-direction: initial;
  }
  .timeline .journey-row .content .content-row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .timeline .journey-row .content .overlay {
    background: #fff !important;
  }
  .timeline .journey-row .content .image {
    text-align: right;
    padding-right: 30px;
  }
  .timeline .journey-row .content .image:after {
    height: 65px;
    width: 130px;
    border-bottom-left-radius: 65px;
    z-index: -1;
    border-bottom-right-radius: 65px;
    border-bottom: 5px solid #475ef6;
    right: 25px;
    left: auto;
  }
  .timeline .journey-row .content .image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .timeline .journey-row .content .info {
    text-align: left;
  }
  .timeline .journey-row .content .arrow-line {
    width: 0;
    right: auto;
    left: calc(50% + 8px);
    z-index: 99;
  }
  .timeline .journey-row .content .arrow-line:after {
    width: 16px;
    height: 16px;
    right: auto;
    left: calc(50% - 16px);
  }
  .timeline .journey-row .content .arrow-line:before {
    content: "";
    width: 5px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: calc(50% - 11px);
    z-index: 999;
    z-index: -1;
  }
  .timeline .journey-row .content .sub-arrow-line {
    width: 0;
    right: auto;
    left: calc(50% + 16px);
    z-index: 99;
  }
  .timeline .journey-row .content .sub-arrow-line:after {
    width: 16px;
    height: 16px;
    right: auto;
    left: calc(50% - 24px);
  }
  .timeline .journey-row .content .sub-arrow-line:before {
    content: "";
    width: 5px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: calc(50% - 21px);
    z-index: 999;
    z-index: -1;
  }
  .timeline .journey-row:nth-child(odd) .content .arrow-line {
    left: calc(50% + 8px);
  }
  .timeline .journey-row:nth-child(odd) .content .arrow-line:after {
    left: calc(50% - 16px);
  }
  .timeline .journey-row:nth-child(odd) .content .arrow-line.sub-arrow-line {
    left: calc(50% + 8px);
    width: 0;
  }
  .timeline .journey-row:nth-child(odd) .content .arrow-line.sub-arrow-line:after {
    left: calc(50% - 16px);
  }
  .timeline .journey-row:nth-child(odd) .content .arrow-line.sub-arrow-line:before {
    left: calc(50% - 11px);
  }
  .timeline .journey-row:last-child {
    margin-bottom: 0;
  }
  .os-iph .vision .image {
    background-attachment: inherit !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .timeline .journey-row .content .sub-line {
    height: 483px;
  }
}/*# sourceMappingURL=corporate.css.map */