.sharing-area .btn{
  padding: 0.5rem 10px !important;
}
.footer{
  background-attachment: fixed;
  position: relative;
  line-height: 20px;
}
.footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer nav > ul > li{
  display: inline-block;
  padding: 10px 15px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}

.footer nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #E3E3E3;
}
.footer .heart{
  color: #EB5E28;
}

.calendly-inline-widget {
  overflow: hidden !important;
}

.calendly-formatter {
  overflow: hidden !important;
  min-width:320px;
  height:850px;
}

@media (max-width: 990px) {
  .calendly-formatter {
    overflow-y: hidden !important;
    overflow-x: hidden;
    height:1072px;
  }
}


/*      layer animation          */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sharing-area{
  margin-top: 50px;
}
.sharing-area .btn{
  margin-top: 14px;
}

/* nucleo icons  */

@media (max-width: 991px) {
  .show-overflow {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/*!*SCROLL BAR STYLING*!*/
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0179fd;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  overflow: overlay;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90, 0.7);
  z-index: -1;
}

::-webkit-scrollbar-track {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.cursor-dot, .cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.1s ease-in-out;
}
.cursor-dot {
  z-index: 99999;
  width: 8px;
  height: 8px;
  background-color: #00214e;
  border: white solid 1px;
}
.cursor-dot-outline {
  z-index: 99999;
  width: 30px;
  height: 30px;
  background-color: rgba(1, 121, 253, 0.05);
  border: white solid 1px;
}

section::-moz-selection { /* Code for Firefox */
  background: rgba(1, 121, 253, 0.2);
}
section::selection {
  background: rgba(1, 121, 253, 0.2);
}
