*{
    box-sizing: border-box;
    font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  body{
      background-color: #fff;
      width:100%;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.6;
  }
  :root{
      --main-color:#1c1c1c;
  }
  
p{
  text-align: justify;
}
  .navbar.sticky {
    padding: 0%;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  }
  .navbar.sticky .nav-item .nav-link {
    color: #282828 !important;
  }
  
  .navbar-brand img {
    width: 60%;
  }
  .nav-item .nav-link {
    color: #fff !important ;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    transition: all 0.3s;
    position: relative;
  }
  .nav-item .nav-link::before,
  .nav-link.active::before,
  .navbar.sticky .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar.sticky .nav-link.active::before {
    background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
  }
  .nav-link:hover::before,
  .nav-link.active::before,
  .navbar.sticky .nav-link:hover::before,
  .navbar.sticky .nav-link.active::before {
  width: 80%;
  }
  .nav-link:hover{
    color: #fff;
    cursor: pointer;
  }
  .navbar.sticky.nav-link:hover {
    background-color: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
  }
  

.home{
    background-image: url(../images/ourJourney/Header\ pic.jpg);
    background-size: cover;
    background-position: center center;
    height: 65vh;
    position: relative;
}
.map {
  background-image: url(../images/ourJourney/Header\ pic.jpg);
  background-size: cover;
  background-position: bottom right  ;
  height: 60vh;
  position: relative;
}


.home-layer{
    background-color: #100f0f6f;
    height: 100%;
    width: 100%;
}
.home-data h1{
    font-weight: bold;
    font-size: 50px;
}

.journey-data .journey-header,
.about-data .about-header,
.why-data .why-header,
.company-num-data .company-num-header,
.company-num-info h3{
    font-weight: bold;
}

.home-layer .header-line .element-header-line,
.journey-data .header-line .element-header-line,
.about-data .header-line .element-header-line,
.why-data .header-line .element-header-line,
.company-num-data .header-line .element-header-line{
    width: 200px;
    margin:  auto;
    background-color: #61bece;
    text-align: center;
    padding-top: 1.5px;
    padding-bottom: 1.8px;
    display: block;
    margin-bottom: 40px;
}
.journey-data .header-line .element-header-line,
.about-data .header-line .element-header-line,
.why-data .header-line .element-header-line,
.company-num-data .header-line .element-header-line{
    width: 150px;
    margin:  0;
    margin-top:  20px;
}

.about-info p,
.journey-info p,
.why-info p,
.why-info ul li,
.company-num-info p,
.progress-info span{
    color: #7a7a7a;
}
.why-info p{
    text-decoration: underline;
}

.company-num-info h3{
    color: #333333;
    font-size: 34px;
}
.company-num-p p{
  color: #1c1c1c;
  margin: 0 .5rem;
}

.progress-bar-container{
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
    /* height: 100%; */
}
.progress-bar{
    background-color: #61BECE;
    width: 80%;
    height: 10px;
    line-height: 10px;
}
.countIcons i{
  font-size: 2rem;
  margin: 1.5rem 0;
}

footer .footer .footer-head {
    font-weight: bold;
}
footer p, a {
    color: #8b8d94;;
}

@media screen and (max-width: 778px) {
  .home {
    height: 50vh;
  }
  .home-data h1 {
    font-size: 2rem;
  }
  .journey-order{
    order: 1;
  }
}

.number {
  font-size: 2rem;
  font-weight: bold;
}