ul.unli {
  list-style-position: outside;
}

button.butn {
  width: 100px;
  border: black;
}

/* Header Page Custom CSS */

/* Style the header with a grey background and some padding */

.header {
  overflow: hidden;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

/* Style the header Links */

.header a {
  float: left;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bolder;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a.btnhed {
  border-radius: 25px;
  border-color: red;
  margin-right: 10px;
}

/* Style the logo link */

a.logo {
  color: black;
  font-weight: bolder;
  border: none;
}

.header a:hover {
  color: black;
  background-color: whitesmoke;
}


.header-right {
  float: right;
  padding: 30px;
  padding-right: 100px;
}

/* Header Page Media CSS */

@media screen and (max-width: 900px) {
  .header a {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
  }

  .header-right {
    float: none;
  }
}


/* ===================================== Slider CSS ================================== */

.slider-detail .carousel-caption {
  text-align: center;
  justify-content: center;
  align-items: center;
}

h3 {
  text-align: center;
  color: gold;
  font-weight: bold;
}

p {
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-align: center;
}

.btncon {
  text-align: center;
  border-radius: 25px;
  font-weight: bold;
  font-size: 10px;
}

/* ===================================== Slider Media CSS ================================== */

@media (min-width: 600px) and (max-width: 900px) {
  .carousel-item .carousel-caption {
    text-align: center;
    display: block;
    float: left;
    align-content: center;
    bottom: 50%;
    right: 25%;
    left: 25%;
    top: 35%;
    justify-content: center;
    align-items: center;
  }

  h3 {
    text-align: center;
    color: gold;
    font-weight: bold;
  }

  p {
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: center;
  }

  .btncon {
    margin-right: 50px;
    text-align: center;
    margin-bottom: 15%;
    border-radius: 25px;
    font-weight: bold;
    font-size: 10px;
  }
}

@media screen and (min-width: 920px) {
  .carousel-item .carousel-caption {
    text-align: center;
    display: block;
    float: left;
    align-content: center;
    bottom: 50%;
    right: 25%;
    left: 25%;
    top: 35%;
    justify-content: center;
    align-items: center;
  }

  h3 {
    text-align: center;
    color: gold;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
  }

  p {
    margin-left: 10px;

    font-size: 15px;
    color: black;
    font-weight: bold;
    text-align: center;
  }

  .btncon {
    margin-right: 50px;
    text-align: center;

    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
  }
}

/* ===================================== Footer CSS ================================== */

.btn1 {
  border-radius: 50px;
  font-weight: bold;
  margin-right: 50;
  margin-left: 50;
  position: -webkit-sticky;
}


/* ===================================== Footer Media CSS ================================== */

@media (min-width: 600px) and (max-width: 900px) {
  footer {
    position: relative;
    text-align: center;
    display: block;
    float: left;
    justify-content: center;
    align-items: center;
  }

  .btn1 {
    margin: 0 auto;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 50;
    margin-left: 100;
    margin-bottom: 10;
    justify-content: center;
  }
}

/* ===================================== Criteria CSS ================================== */

h3.crithd {
  color: black;
  text-align: left;
  font-size: 20px;
}

ol.h5 {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}


/*=========================== CSS ENDS Here =============================*/