*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
/* .container-fluid{ */
    /* background-color: brown; */
/* } */

.nav-item{
  color: aliceblue !important;
  font-weight: bold !important;
}
.start{
    width: 100%;
    height: 70vh;
}
.start img{
    width: 100%;
    height: 70vh;
    padding: 70px;
}
.bottom-left {
    position: absolute;
    bottom: 220px;
    left: 70px;
}
.bottom-left h1{
    font-size: 100px;
    color: white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.mid{
    width: 100%;
    height: 470vh;
    /* background-color: rgb(213, 213, 213); */
}
.midrap p{
    justify-content: center;
    font-size: 3vh;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 80%;
    margin: auto;
    padding-top: 3px;
}
.midrap2{
    width: 80%;
    margin: auto;
    padding-top: 6%;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row2 {margin: 0 -70px;}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
   .column {
    width: 80%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  background-color: #f1f1f1;
}
.midrap3{
    width: 80%;
    margin: auto;
    padding-top: 3%;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row2 {margin: 0 -70px;}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
   .column {
    width: 80%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  background-color: #f1f1f1;
}
.midra4{
  width: 80%;
  margin: auto;
  padding-top: 6%;
}
.start1{
    width: 100%;
    height: 70vh;
}
.start1 img{
    width: 100%;
    height: 80vh;
    padding: 70px;
}
.midrap5{
  width: 80%;
  margin: auto;
  padding-top: 6%;
}
.midrap5 h5{
    text-align: center;
    font-size: 4vh;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
}
.midrap5 p{
  text-align: center;
  font-size: 3vh;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.foot{
    height: 60vh;
    width: 100%;
    background-color: black;
}
.footrap{
    height: 40vh;
    width: 90%;
    margin-left: 75px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 5px;
}
.con2{
    height: 100%;
    width: 100%;
    padding: 10px;
}
.con2 h1{
    color: grey;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: left;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}
.con2 h2{
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
}
.footrap3 h6{
    color: grey;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: -50px;
}
.footrap4{
   justify-content: center;
   display: flex;
   gap: 15px;
   color: white;
}