.home-header {
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  border: 15px solid #ffffff;
  border-radius: 10px 10px 0 0;
}

#video-tv {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.carousel-header {
  width: 100%;
  height: 31px;
  padding-bottom: 50px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.carousel-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #144877;
  font-size: 17px;
  font-weight: bold;
}

.carous-item p {
  text-align: center;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #144877;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 99;
  /* border: none;
  outline: none;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  /* background: url("../img/scroll-top.png") no-repeat;
  padding: 15px; */
}

#myBtn:hover {
  cursor: pointer;
}

.home-video:hover {
  cursor: pointer;
}

.aligner{
  margin-bottom: 3px;
  margin-right: 5px;
}
.fix-height{
  height: 590px !important;
  min-height: 590px !important;
}
