body{
  background-image:  url('../images/water.gif');
  background-size: cover;
  background-repeat: repeat;
}

h1 {
  text-align: center;
  margin-top: 0px;
  color: white;
}

h3 {
  text-align: center;
  margin-top: 0px;
}

h4 {
  text-align: center;
  margin-bottom: 1em;
  color:white;
}

h5 {
  color: rgb(171, 171, 171);
}

p {
  position: absolute;
  top: 2em;
  text-align: center;
  width: 100%;
  margin: 0px;
}

.boxed {
  position: absolute;
  border: 1px solid red;
  top: 4em;
  width: 60%;
  margin: 0px;
  height: 15%;
}

.bx-viewport {
  height: 300px;
}


.next-btn {
  display: inline-block;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  top: 41em;
  left: 92em;
  font-size: .8em;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}

.next-btn:hover,
.next-btn:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}

.col-md-10 {
  margin-top: 3em;
}

li {
  position: relative;
}

.fa {
  color: white;
  font-size: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0% 0% #FFF;
}

.pop1 {
  position: absolute;
  top: 55%;
  left: 30%;
  font-size: 40px;
  color: white;
}

.pop2 {
  position: absolute;
  top: 55%;
  left: 55%;
  font-size: 40px;
  color: white;
}

.pop3 {
  position: absolute;
  top: 55%;
  left: 67%;
  font-size: 40px;
  color: white;
}

.pop4 {
  position: absolute;
  top: 44%;
  left: 60%;
  font-size: 40px;
  color: white;
}

.pop5 {
  position: absolute;
  top: 32%;
  left: 26.5%;
  font-size: 40px;
  color: white;
}
.pop6 {
  position: absolute;
  top: 55%;
  left: 63%;
  font-size: 40px;
  color: white;
}

.pop7 {
  position: absolute;
  top: 40%;
  left: 43%;
  font-size: 40px;
  color: white;
}
.pop8 {
  position: absolute;
  top: 55%;
  left: 63%;
  font-size: 40px;
  color: white;
}

.pop9 {
  position: absolute;
  top: 40%;
  left: 37%;
  font-size: 40px;
  color: white;
}
.pop10 {
  position: absolute;
  top: 62%;
  left: 80%;
  font-size: 40px;
  color: white;
}

.pop11 {
  position: absolute;
  top: 55%;
  left: 60%;
  font-size: 40px;
  color: white;
}

.pop12 {
  position: absolute;
  top: 65%;
  left: 63%;
  font-size: 40px;
  color: white;
}

.pop13 {
  position: absolute;
  top: 60%;
  left: 70%;
  font-size: 40px;
  color: white;
}

/*Magnifyng */
.glass {
  width: 125px;
  height: 125px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;

  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /* hide the glass by default */
  display: none;
}

.magniflier{
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7em;
}

/*Media Query */
  @media (max-width: 768px) {
    .bx-wrapper .bx-caption span {
    	font-size: .55em;
    	padding: 0px;
    }

.glass {
  width: 75px;
  height: 75px;
}

iframe {
  height: auto;
}

.magniflier{
  margin-top: 2em;
}
}
