.homeBG {
  /* background: url(/assets/img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.btn-primary {
  padding-left: 40px;
  padding-right: 40px;
}

/* .btn-primary {
  border-color: #ffffff;
  background: none;
  background-color: #000000;
} */
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  /* border-color: #fff200 !important; */
  background: none;
}
.text-white a {
  color: white !important;
}
a:hover {
  text-decoration: none;
}


.mainColor {
  background-color: #000000 !important;
}

.search {
  position: relative;
  /* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
}

.search input {
  height: 60px;
  text-indent: 30px;
  background-color: black;
  border: 1px solid gray;
  color: white;
}

.search input:focus {
  background-color: black;
  color: white;
  box-shadow: none;
  border: 1px solid #d6d4d4;
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
}
.active img {
  border: solid #fff 5px;

}
#pageHeader {
 z-index: 9999;
}