body {
  font-family: "Averia Serif Libre", serif;
  background-position-x: left !important;
  background-position-y: center !important;
  background-size: cover !important;
  margin: 0;
}

.be-splash-screen {
  background-attachment: fixed !important;
}

#quote-content {
  background: rgba(68, 68, 68, 0.3);
  min-height: 100%;
  display: flow-root;
  height: 100vh;
}

.text-contain {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 28px;
  width: 100%;
  /* max-width: 1170px; */
  margin: 0 auto;
}

.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 36px;
  right: 25px;
  z-index: 999999999;
}

.floatingButtonInner {
  position: relative;
}

.floatingButton {
  display: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
  background: -o-linear-gradient(45deg, #8769a9, #507cb3);
  background: linear-gradient(45deg, #8769a9, #507cb3);
  color: #fff;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 40px;
  right: 0px;
  border: 5px solid #b2bedc;
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
}

.floatingButton .fa {
  font-size: 26px !important;
  vertical-align: middle;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
  opacity: 1;
  color: #fff;
}

.home-bg {
  background-image: url("images/3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.floatingButton .fa {
  transform: rotate(0deg);
  transition: all 0.4s;
}

.floatingButton.open .fa {
  transform: rotate(270deg);
}

.floatingMenu {
  position: absolute;
  bottom: 100px;
  right: 0px;
  /* display: none; */
}

.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}

.floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  background: #ccd7f5;
  color: #333;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none;
}

.btn-image {
  width: 100%;
  max-width: 32px;
  margin-top: 6px;
}

.topic-list-contain {
  background-position-x: center !important;
  background-position-y: center !important;
  background-size: 20% !important;
  margin: 0 auto;
  height: 100vh;
}

.topic-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
}
.btn-content-navigation {
  display: block;
  background-color: rgb(13, 119, 181, 0.6);
  margin: 36px;
  padding: 12px;
  color: #000;
  font-size: 20px;
  border-radius: 15px;
  text-align: center;
}
ul.no-dots {
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .topic-list-contain {
    background-size: 68% !important;
  }
  ul.no-dots {
    padding-left: 0;
  }
  .topic-list {
    width: 100%;
  }
  .hide-mobile {
    display: none;
  }
}
