  /* .main{
     height:100vh; 
    position: relative;
  } */

body{
  background-color: #fff;
  /* font-family: 'Roboto', sans-serif !important; */
}

.form-control, input {
  color: black !important;
}
.nav-item > a, 
.dropdown-item,
.value, 
.category-name, 
.welcome > h2,
.partners-heading,
.contact-section .contact-heading,
.text-bold
 {
  font-weight: bolder !important;
}
.contact > p{
    /* text-align: center !important; */
    font-size: small;
    line-height: 0.6;
}

.content {
  min-height: 100vh;
}

@media only screen and (max-width: 768px) {
    .header-logo{
      text-align: center !important;
      margin-bottom:10px;
    }

    .header-logo  img {
        height: 50px;
        width: 130px;
    }

    .contact > p{
        text-align: center !important;
        font-size: x-small;
        line-height: 0.7;
    }

    .carousel img {
      height: 300px;
    }
  }


  @media only screen and (min-width: 768px) {

  }


  .footer{
    padding: 20px;
    width: 100%;
    background-color: #e94b02;
    position: relative;
    bottom: 0;
    color: white;
    overflow: hidden;
  }
  

  .white-bg {
    background-color: white;
  }

.apj-red {
  background-color: #e94b02 !important;
}

.apj-text-red {
  color: #e94b02 !important;
}

.whatsapp {
  bottom: 10;
  left: 20;
  position: fixed;
  height: 60;
  width: 60;
  color: white;
  background-color: #25d366;;
  padding: 8px;
  border-radius: 5px;
}

.grey-bg {
  background-color: #eee !important;
}

.errorlist {
  color: red !important;
}

.asteriskField {
  color: red;
  font-size: large;
  font-weight: bolder;
}

.text-muted {
  color: black !important;
}

.partners {
  height: 30vh;
}