/* <!-- ---------- H E A D E R --------------------------------------------------------------------------------- --> */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 3px solid red; */
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
html p, body p{
    font-size: 18px;
    line-height: 2rem;
    text-align: justify;
    font-size: 19px;
}
@media screen and (max-width: 900px) {
  body h1, body h2, body h3, body h4, body h5, body h6{
      font-size: 25px !important;
  }
}
.logo{
    height: 60px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navbar-nav li a {
  color: #000;
  font-size: 18px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .navbar-nav li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
nav li a:hover{
    color: #20b15c;
}
.dropdown-menu{
    background-color: #fff;
    padding: 10px 20px;
    border: #20b15c solid 2px;
    border-radius: 20px 0px 20px 0px;
}
.dropdown-item{
    color: #000;
    background-color: rgb(233, 233, 233);
    margin: 10px 0px;
    text-align: center;
}
.dropdown-item:hover{
    color: #20b15c;
    background: rgb(179, 180, 179);
}
/* <!-- ---------- H E A D E R --------------------------------------------------------------------------------- --> */

/* <!-- ---------F O O T E R   S E C T I O N -------------------------------------------------------------------- --> */
footer a{
    text-decoration: none;
    color: #fff;
}
footer h6, footer li, footer p, footer span{
    color: #fff;
}
/* <!-- ---------F O O T E R   S E C T I O N -------------------------------------------------------------------- --> */


/* HERO------------------------------------------------------------------------------------------------------- */
.hero-section {
  width: 100%;
  padding-top: 75px; 
  overflow: hidden;
  /* background-color: red; */
}
.hero-image {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
/* HERO------------------------------------------------------------------------------------------------------- */

/* PURPOSE AND QUOTE------------------------------------------------------------------------------- */
.purpose-and-quote {
  background: linear-gradient(135deg, #3b515b, #203a43, #2c5364);
  background-size: cover;
  color: #fff;
  padding: 60px;
  width: 100%;
  height: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.l2m-rail-purpose{
    font-size: 4rem;
}
.quote q {
  quotes: "“" "”" "‘" "’";
  font-size: 3rem;
  line-height: 1.8;
}
@media (max-width: 576px) {
    .l2m-rail-purpose{
        font-size: 1.7rem;
    }
  .quote q {
    font-size: 1.5rem;
  }
  .features-advantages p{
    text-align: center;
  }
}
/* PURPOSE AND QUOTE------------------------------------------------------------------------------- */


































/* <!-- ---------ABOUT  S E C T I O N -------------------------------------------------------------------- --> */
/* .purpose-and-quote {
  background: url('assets/images/hero-image-new.png') center/cover no-repeat;
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px; 
}

.purpose-and-quote .overlay {
  background-color: rgba(0, 0, 0, 0.6); 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-container {
  color: #fff;
  padding: 20px;
}

.l2m-rail-purpose {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.quote q {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.6;
} */

/* <!-- ---------ABOUT  S E C T I O N -------------------------------------------------------------------- --> */
