/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/*===============================================================  ARROW 1  ========================================================================*/

body {
  /*margin:0;
  padding:0;
  background:#000;*/

  .box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);

    span {
      display: block;
      width: 15px;
      height: 15px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      /*box-shadow: 4px 4px 4px -1px #fff;*/
      transform: rotate(45deg);
      margin: -20px;
      animation: animate 2s infinite;
    }

    span:nth-child(1) {
      animation-delay: -0.2s;
    }

    span:nth-child(2) {
      animation-delay: -0.4s;
    }

    span:nth-child(3) {
      animation-delay: -0.6s;
    }
  }
}



@keyframes animate {

  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}





/*===============================================================  ARROW 2  ========================================================================*/


/*body {/*
  /*margin:0;
  padding:0;
  display:flex;
  height: 100vh;
  justify-content:center;
  align-items:center;
  font-family:sans-serif;
  background:#000;*/

/*
  .indicator {
    position: relative;
    width: 20px;
    height: 20px;



    transform: rotate(45deg);

    span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: none;
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff;
      animation: animate 1s linear infinite;

      &:nth-child(1) {
        top: -20px;
        left: -20px;
        animation-delay: 0s;
      }

      &:nth-child(2) {
        top: -10px;
        left: -10px;
        animation-delay: 0.2s;
      }

      &:nth-child(3) {
        top: 0;
        left: 0;
        animation-delay: 0.4s;
      }

      &:nth-child(4) {
        top: 10px;
        left: 10px;
        animation-delay: 0.6s;
      }

      &:nth-child(5) {
        top: 20px;
        left: 20px;
        animation-delay: 0.8s;
      }
    }
  }
}


@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }

  20% {
    border-color: #fff;
    transform: translate(10px, 10px);
  }

  20.1%,
  100% {
    border-color: #fff;*/
/* #ffc300 Color Code ORI*/
/* }
}*/

/*===============================================================  WhatssApp 1  ========================================================================*/


a {
  text-decoration: none;
}

.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}


/*===============================================================  WhatssApp 2  ========================================================================*/


.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 25%;
  right: 0;
  width: 146px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
  box-shadow: 5px 5px 5px #252525;
}

.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

/*===============================================================  WhatssApp 3  ========================================================================*/

.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px;
  padding-right: 15px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color: #25D366;
  border-radius: 25px 30px 5px 25px;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
}

.float-button:hover {
  background-color: #128C7E;
  color: #fff;
}

.fa-whatsapp {
  font-size: 20px !important;
  padding-right: 5px;
  padding-left: 5px;
}

@keyframes whatsapp-animation {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

@media screen and (max-width: 545px) {
  span {
    display: none;
  }

  .float-button {
    bottom: 15px;
    right: 15px;
    width: 20px;
    border-radius: 20px 20px 5px 20px;
  }

  .fa-whatsapp {
    font-size: 22px !important;
    padding: 4px;
  }
}