  .cu{
    border: none;
    height: 4px; /* Adjust the thickness as needed */
    background-color: red; /* Adjust the color as needed */
    margin: 20px 0; /* Adjust the margin as needed */
  }
  .logo{
    width: 81px;
    
  }
 .c{
  background-color: #042315;
  bottom: 0;
  display: block;
  height: calc(100% - 96px);
  left: 0;
  position: absolute;
  width: 100%;
 }
 .cc{
  position: relative;
 }
 .ct{
  border: none;
  height: 2px; /* Adjust the thickness as needed */
  background-color: black; /* Adjust the color as needed */
  margin-top: 80px; /* Adjust the margin as needed */
}
.cw{
  border: none;
  height: 2px; /* Adjust the thickness as needed */
  background-color: rgb(230, 15, 15); /* Adjust the color as needed */
  margin-left: 30px;
  /* margin-top: 80px; Adjust the margin as needed */
  width: 60px;
}
.fb{
  border: none;
  height: 2px; /* Adjust the thickness as needed */
  background-color: rgb(230, 15, 15); /* Adjust the color as needed */
  /* margin-left: 30px; */
  margin-bottom: 0;
  margin-top: 4px;
  margin-left: 2px;
  width: 60px;
}
.ft{
  border: none;
  height: 2px; /* Adjust the thickness as needed */
  background-color: rgb(230, 15, 15); /* Adjust the color as needed */
  margin-left: 40px;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 4px;
  width: 70px;
}
.pl{
  border: none;
  height: 2px; /* Adjust the thickness as needed */
  background-color: rgb(230, 15, 15); /* Adjust the color as needed */
  margin-left: 1px;
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 5px;
  width: 50px;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

 ul li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 20pxs;
  position: relative;
}

 ul li a {
  color: #000000; /* Adjust the link color as needed */
  text-decoration: none;
} 
.mega-menu {
  position: static !important; /* Override Bootstrap's default positioning */
}
  /* Styling for the navbar */
  .navbar {
    background-color: #333;
  }

  /* Style for the navbar links */
  .navbar a {
    color: black;
  }
.mega-menu .dropdown-menu {
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
  border-radius: 0;
  border: 0px;
}
.or{
  background-color: orange;
}
.blue{
  background-color: blue;
}
.timeline-area{
  margin: 90px auto;
  width: 260px;
  border-left: 2px solid #ccc;
  padding: 0 20px 0 30px;
  text-align: center;
}
.d{
  background-color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  border: 1px solid #ccc;
  line-height: 1.7;
  position: relative;
  height: 110px;
  margin-bottom: 20px;
}
.d::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000000;
  border: 3px solid #ddd;
  position: absolute;
  top: 10px;
  left: -39px;
}
.timeline-area1{
  margin: 90px;
  width: 260px;
  border-right: 2px solid #ccc;
  padding: 0 20px 0 30px;
  text-align: center;
}
.d1{
  background-color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  border: 1px solid #ccc;
  line-height: 1.7;
  position: relative;
  height: 110px;
  margin-bottom: 20px;
}
.d1::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000000;
  border: 3px solid #ddd;
  position: absolute;
  top: 10px;
  right: -30px;
}