body{
  background-color: #e0e0e0;
}
.cus-primary{
    color: #fff !important;
    background: #152238;
}
.cus-nav {
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  font-size: 20px;
}
.cus-btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #152238;
    --bs-btn-border-color: #152238;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #152238;
    --bs-btn-disabled-border-color: #152238;
  }
  .cus-img-c{
    max-height: 200px;
    width: auto;
    align-items: center;
  }
  .cus-img-p{
    max-height: 400px;
    max-width: 300px;
    align-items: center;
  }

  .cus-img-l{
    max-height: 300px;
    max-width: 300px;
    align-items: center;
  }

  .cus-impact{
     font-family:impact;
    font-size: 40px;
    }

  .cus-card{
    background: #203354;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    align-items: center;
  }
  .cus-card-l{
    background: #203354;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    align-items: center;
    font-size: 13.5px;
  }
  .cus-contactus {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    text-align: center;
    padding-top: 2%;
  }
  .cus-address{
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    align-items:end;
    align-content: end;
    font-size: large;
    margin-left: 13%;
    margin-right: 3%;
    padding-bottom: 2%;
  }
  .cus-form{
    border-radius: 6%;
    
    background: #203354;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    align-items: center;
    margin: 2%;
    padding: 3%;
  }
  .cus-about{
    border-radius: 25px;
  background: #203354;
  color: #f2f2f2;
  font-family: 'Times New Roman', Times, serif;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 20px;
  width: 90%;
  height: auto;
  margin: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  }
  .cus-heading-dark{
    font-family: 'Times New Roman', Times, serif;
    color: #203354;
    text-align: center;
    font-size: 60px;
  }

  .cus-project1{
    border-radius: 25px;
  background: #203354;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 10px;
  margin: 1%;
  }
  .cus-project2{
    border-radius: 25px;
  color: #203354;
  background: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 10px;
  margin: 1%;
  }

  .about-page {
    background-color: #e0e0e0;
    padding: 3%;
    min-height: 500px;
  }

  @media (min-width: 992px) {
    .cus-offset-lg-1 {
      margin-left: 12.5%;
    }
  }
  @media (min-width: 768px) {
    .offset-md-1 {
      margin-left: 12.5%;
    }
  }
  i.fa {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
  }

  #home {
    background-color: #f2f2f2;
    padding: 2%;
  }

  #products {
    background-color: #e0e0e0;
    padding-top: 2%;
  }

  #projects {
    background-color: #d4d4d4;
    padding: 3%;
  }

  #contact {
    background-color: #203354;;
  }

  #about {
    background-color: #bdbdbd;
    padding: 1%;
  }
  /* .parallax start */

  .parallax1 {
    /* The image used */
    background-image: url("./../img/t.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
  }
  .parallax2 {
    /* The image used */
    background-image: url("./../img/e.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
  }
  .parallax3 {
    /* The image used */
    background-image: url("./../img/s.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
  }
  .parallax4 {
    /* The image used */
    background-image: url("./../img/c.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
  }
    /* .parallax end */
