body {
  background: #29968c;
}

header {
  background-color: var(--bs-primary-text-emphasis);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vid {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

#slide1 {
  background-image: url("../../assets/img/live2.jpg");
}

#slide2 {
  background-image: url("../../assets/img/live1.jpg");
}

#slide3 {
  background-image: url('../../assets/img/main.jpg');
}

#htitle {
  min-width: 350px;
  max-width: 1101px;
  width: 100%;
  vertical-align: middle;
  padding: 0px 15px 25px 15px;
}

#main-header {
  position: absolute;
  padding-top: 8rem;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  color: white;
}

.btn-xl {
  background-color: #fbbd54;
  border: none;
  margin-top: 25px;
  font-weight: 800;
}

.btn-xl:hover {
  background-color: #29968c;
  border: none;
}

.fab.fa-facebook-messenger:hover {
  color: #fbbd54;
}

.fa.fa-facebook-square:hover {
  color: #fbbd54;
}

.btn-xl:focus {
  background-color: #29968c;
  border: none;
}

.btn-xl:active {
  background-color: #29968c;
  border: none;
}

.navbar-brand.js-scroll-trigger {
  color: transparent;
  background-color: transparent;
  display: block;
  text-transform: capitalize;
}

.navbar-brand.js-scroll-trigger {
  color: transparent;
  text-transform: uppercase;
  padding: 0 5px 0 5px;
}

.nav-item.nav-link.js-scroll-trigger a {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}

#copy {
  color: #fbbd54;
}

.navshow {
  background-color: #29968c;
}

#about {
}

.content-section {
  padding: 100px 0 100px 0;
}

#review {
  padding: 50px;
}

#schedule {
  font-weight: 400!important;
  color: white;
}

#about {
  background: #263442;
  color: white;
  font-weight: 400!important;
}

#services {
  margin-bottom: -175px;
  color: #ffffff;
}

#footer {
  background: #0a1826;
  color: #29968c;
  padding-bottom: 15px;
}

#copy {
  background: #0a1826;
  color: #29968c;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 5vw;
}

#examples {
  background: #263442;
  color: white;
}

.text-center {
  text-align: center!important;
}

.headingtxt {
  font-family: Cabin,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.logo {
  width: 15vw;
  opacity: 0;
}

.aimg {
  border: 0px solid;
  border-radius: 50%!important;
  max-width: 12rem;
}

.sinfo {
  position: relative;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  margin-bottom: 10rem;
}

@media (min-width:768px) {
  .sinfo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 30rem;
  }
}

.text-start {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 25px;
  overflow: auto;
}

.social-account {
  margin-top: -20px;
  margin-bottom: 30px;
}

.s-heading {
  margin-top: 5px;
}

.sicon {
  font-size: 30pt;
  padding-top: 8px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 5px 0 5px;
  color: #29968c;
}

.terms-text {
  height: 250px;
  width: 100%;
  padding-right: 20px;
  margin-bottom: 20px;
  overflow: auto;
}

.inputWithIcon {
  width: 100%;
  text-align: left;
}

#emailus {
  width: 100%;
  height: 600px;
  overflow: auto;
  border: 0px;
}

.btext {
  padding: 15px;
  font-size: larger;
}

.fa.fa-plus-circle {
  font-size: smaller;
}

.col-md-6 {
  margin: 12px 0 12px 0;
}

.social-icons {
  color: #313437;
  text-align: center;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0;
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #29968c;
  width: 60px;
  height: 60px;
  background: #fbbd54;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.social-icons p {
  color: #fbbd54;
  font-weight: bold;
  margin-top: 2px;
}

.row.social-row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#port-con {
  max-width: 600px;
  margin-top: 100px;
}

.portal-icons .icon {
  font-size: 30px;
  padding-bottom: 4px;
  border-bottom: gold 4px solid;
  color: gold;
}

.portal-icons {
  padding: 0px;
  color: white;
  font-weight: bold;
  max-width: 100px;
  margin: auto;
}

#search {
  background: white;
  font-size: 12pt;
  color: black;
  outline: none;
  width: 100%;
  margin-top: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}

#searchBox {
  background: white;
  border-radius: 50rem;
  max-height: 43px;
  padding-right: 5px;
  margin-bottom: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 0px white;
}

#searchIcon {
  color: lightgray;
  max-width: 25px;
  font-size: 15pt;
  margin-top: 5px;
}

.fas.fa-search.icon {
  padding-top: 5px;
}

#track .btn {
  background: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#track {
  margin-top: -2px;
}

.dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-font-size: 12pt;
  --bs-dropdown-font-weight: 1;
  --bs-dropdown-color: gold;
  --bs-dropdown-bg: none;
  --bs-dropdown-border-width: 0;
  font-weight: var(--bs-dropdown-font-weight);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: center;
  list-style: none;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  width: 150px;
}

.dropdown-menu p {
  font-weight: bold;
  margin-top: 5px;
  margin-right: 5px;
}

.dropdown-menu .icon {
  float: left;
}

.dropdown-item {
  width: 150px;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: gold;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: transparent;
  cursor: pointer;
}

#tape {
  width: 40vh;
  margin-top: 5vh;
}

@media (min-width: 500px) {
  #tape {
    width: 40vw;
    margin-top: 5vh;
  }
}

@media (min-width: 900px) {
  #tape {
    width: 30vw;
    margin-top: 5vh;
  }
}

.mbs {
  margin-bottom: 50px;
}

#turnb {
  width: 12rem;
  margin-bottom: 25px;
}

.fr {
  margin: auto;
}

.frd {
  max-width: 1100px;
  height: 600px;
  overflow: auto;
  overflow-x: hidden;
  text-align: center;
  margin: auto;
  padding: 20px;
}

#reviews {
  background: #0a1826;
  color: #29968c;
  padding-bottom: 15px;
}

.rsection {
  background: #ffffff;
  color: black;
  text-align: left;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
}

.rname {
  padding-left: 20px;
}

.rtext {
  font-weight: bolder;
  padding-left: 20px;
}

#radio img {
  width: 175px;
  border-radius: 25px;
  margin-bottom: 25px;
}

.qhr {
  background-image: url("../../assets/img/hr.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none!important;
  height: 33px;
  opacity: 100%;
  margin: 33px 0 33px 0;
}

.mt-25 {
  margin-top: 25px;
}

.FAQC {
  border: dotted #fff;
  border-width: 0 0 4px 0;
  padding-bottom: 30px;
  width: 75%;
  margin: auto;
  opacity: 100%;
}

.tq {
  width: 41px;
  display: inline-block;
  vertical-align: top;
}

.faqt {
  color: #ffffff;
}

.qat {
  padding: 25px;
  border: solid 1px;
}

.qat td {
  padding: 10px;
}

.dva {
  display: inline-block;
  vertical-align: top;
}

.trspace {
  height: 25px;
}

.must {
  color: red;
  font-weight: 800;
}

.form-label {
  font-weight: 800;
}

.h-70 {
  height: 70px;
}

.mh150 {
  height: 150px;
}

.fsub {
  background-color: #faac1c;
  color: #000000;
  font-weight: 800;
}

#calendar {
  height: 450px;
}

