/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.full-height {
    position: relative;
}
/*
.overlay {
    display: block;
    position: absolute !important;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}*/
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax {
    background: #000000;
    width: 100%;
}


@media only screen and (max-width: 480px) {
    .white-content h1 span {
        display: block;
    }

    .white-content .btn {
        margin: 10px 0;
    }
}
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 220px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 150px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 5px #999;
  z-index: 100;
  transition: background-color 0.5s;
  }
  
  .floaters{
  width: 100%;
  }
  .float2:hover {
  background-color: white;
  transition: background-color 0.5s;
  }
  
  .float2:hover .my-float2 {
  color: #FFBC13;
  }
  
  .my-float2 {
  margin-top: 14px;
  }
  
  @media (max-width: 575px) {
  
      .logo-image {
      width: 100%;
      height: 80px;
  }
  
  .float2 {
  width: 50px;
  height: 50px;
  bottom: 100px;
  left: 80vw;
  }
  
  .my-float2,
  .my-float {
  margin-top: 10px;
  }
  
  .float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 60px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
  margin-left: 8px;
  }

 
  
  }

  .fa-location-dot{
      font-size: 22px;
      margin-top: 10px;
      }

      .logo-image {
          width: 100%;
          height: 45px;
      }







