/*-- Use For Custom Styling --*/

.how {
  background-image: url("../images/how_bg.jpg");
  background-position: center center;
}

.about-bg {
  background-image: url("../images/about_bg.jpg");
  background-position: center center;
}

.mystery-sec {
    padding: 200px 0;
    background-color: #1f0040;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.bg-blue2 {
  background-color: #153866;
}

.text-white {
  color: #ffffff;
}

.text-60 {
  font-size: 60px;
}

.owl-nav {
  font-size: 45px;
}

.owl-nav span:hover {
  font-size: 50px;
}

.owl-nav span {
  padding: 20px;
}
