.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mainsec {
  background-image: url("images/hero2.png");
  height: auto;
  background-size: cover;
  padding-top: 60px;
}

.nav-pills {
  border: 1px solid #8c1010;
  border-radius: 16px;
  overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #8c1010;
}

.nav-link {
  color: #000000;
}

.v-pills-home {
  border: 1px solid #8c1010;
}

.footer {
  background-image: url("images/foot.png");
  background-size: cover;
  height: auto;
}

.insidee {
  padding-bottom: 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .col {
    width: 100% !important;
  }

  .footresps {
    text-align: center;
  }

  .nav-pills {
    width: 50%;
  }

  .logos {
    margin-top: 50px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
