a, a:active, a:visited, a:hover {
  text-decoration: none;
  color: black;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.container-fluid {
  width: 100%;
  margin: 1% auto;
}

.hide {
  display: none;
}

#searchbox {
  height: 50px;
}

.nav {
  margin: 0 auto;
}

.navbar-brand>img {
  width: 30%;
  max-width: 400px;
}

.icon {
  font-size: 1.5rem;
}

.first {
  margin-top: 120px;
}

.last {
  margin-bottom: 100px;
}

.rounded-box {
  border-radius: 15px;
  text-align: center;
  margin: 4%;
}

.rounded-box1 {
  border-radius: 15px;
  text-align: center;
  margin: 2% 4% 0 4%;
}

/* hourglass animation */
.fa-hourglass {
  animation: mymove 5s infinite;
}

h2 {
  font-size: 1.5rem;
}

@keyframes mymove {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

/* media query */
@media screen and (max-device-width: 768px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  p {
    font-size: 2rem;
  }

  section {
    margin-bottom: 5%;
  }

  .rounded-box {
    font-size: 2rem;
    padding: 2%;
    margin: 4%;
  }

  .icon {
    font-size: 3.5rem;
  }
  .fa-whatsapp{
    font-size: 5.5rem;
  }

  .navbar-brand>img {
    width: 40%;
    max-width: none;
  }

  .container-fluid {
    width: 100%;
    margin: 5% auto;
  }

  .navmargin {
    margin: 0 auto;
  }

  #searchbox {
    font-size: 2rem;
    height: 100px;
  }

  .first {
    margin-top: 200px;
  }

  .last {
    margin-bottom: 170px;
  }
}

/* maps */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  font-size:2rem;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* clock */
.clock {
  position: relative;
  transform: scale(2);
  border-radius: 50%;
  border: 2px solid;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 20px;
}

.clock:after {
  position: absolute;
  width: 0px;
  height: 17px;
  display: block;
  border-left: 2px solid #000;
  content: '';
  left: 17px;
  top: 1px;
  animation-duration: 1s;
}

.clock:before {
  position: absolute;
  width: 0px;
  height: 12px;
  display: block;
  border-left: 2px solid #000;
  content: '';
  left: 17px;
  top: 6px;
  animation-duration: 60s;
}

.clock:before, .clock:after {
  transform-origin: bottom;
  animation-name: dial;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes dial {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loading bar */
.progress2 {
  padding: 6px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar2 {
  height: 12px;
  border-radius: 30px;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar2 {
  width: 85%;
  background-color: #1E5631;
  animation: progressAnimation 6s infinite;
}

@keyframes progressAnimation {
  0% {
    width: 5%;
    background-color: #4C9A2A;
  }

  100% {
    width: 85%;
    background-color: #1E5631;
  }
}

/* animated background */
.area{
    background: #DFF6CA;
    background-image: linear-gradient(to bottom, #ffff, #DFF6CA);
    width: 100%;
    height: 30vh;
}

.circles{
    position: relative;
    bottom: 590px;
    z-index:0;
    left: 0;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.circles li{
    position: absolute;
    z-index: 0;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(201,223,138, 0.8);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
