.card {
  margin: auto;
}
/* scroll css starts here */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(98, 192, 230);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(99, 188, 70);
}

/* scroll css ends here */

/* custom section carousel  starts*/
#qmicarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
#qsscarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
#qanccarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
#qmicarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
#qescarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
#tmmcarouselExampleCaptions .carousel-inner .carousel-item img {
  height: 45vh !important;
  border-radius: 5px;
}
/* custom section carousel ends */

/* top navigate button css */
.top-nav {
  text-decoration: none;
  color: white;
  padding: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgb(135, 206, 235);
  border-radius: 10px;
}
.top-nav:hover {
  color: rgb(99, 188, 70);
  transition: 0.3s;
}
.top-nav:active {
  color: white;
}
/* custom css */
li {
  list-style: square;
  margin: 5px 0px 0px 0px;
}
.custom-green {
  color: rgb(99, 188, 70);
}
.custom-blue {
  color: rgb(92, 188, 227);
}
li::marker {
  color: rgb(99, 188, 70);
}
.custom-desg {
  color: lightgray;
}
.custom-div-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-white-color {
  color: white;
}
p {
  text-align: justify;
  color: black;
}
.custom-banner-top {
  top: 15rem;
}
.custom-topqmi {
  top: 10rem;
}
.custom-topqss {
  top: 3rem;
}
.custom-topqes {
  top: 3rem;
}
.custom-topqanc {
  top: 3rem;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.breadcrumbs {
  display: none;
}
