/*******************************/
/********** Custom Services Section **********/
/*******************************/
/* .checkFloat{
    width: 100%;
    height: 100%;
  }
  .leftFloat{
    float: left;
  }
  .rightFloat{
    width: 50%;
    float: right;
    text-align: center;
  }
  .air{
    text-align: center;
    font-size: 40px;
    color: #2e498d;
  }
  .fri{
    text-align: right;
    font-size: 22.5px;
  }
  .timeFloat{
    width: 100%;
    height: 100%;
    display: flex;
  }
  .timecFloat{
    float: left;
    width: 50%;
    height: 400px;
  }
  .critFloat{
    width: 50%;
    height : 600px;
    float: right;
    
  }
  .tim{
    text-align: center;
    font-size: 40px;
    color: #2e498d;
  }
  .cri{
    text-align: center;
    font-size: 20px;
  }
  .roadFloat{
    width: 100%;
    height: 400px;
  }
  .roadcFloat{
    float: left;
    width: 50%;
    height: 100px;
  }
  .roadfriFloat{
    width: 50%;
    float: right;
    height: 100px;
  }
  .road{
    text-align:center;
    font-size: 40px;
    color: #2e498d;
  }
  .roadf{
    text-align: center;
    font-size: 21px;
  } */

  /* // BS5 Custom Css */
/* .fw-bold{
    font-size: 3rem;
    text-align: center;
  }
.img-fluid {
    max-width: 700px;
    height: 600px;
}
.lead{
  font-size: 1.6rem;
} */
/* hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
} */