.hover-fill{
    background: linear-gradient(to left, rgb(235, 235, 235) 50%, lightblue 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.hover-fill:hover{
    background-position: left;
}
body{
  overflow-x: hidden;
}

#hero .btn-get-started{
  background-color: #0d6efd !important;
  color: white !important;
}
.navbar .getstarted{
  background-color: #0d6efd !important;
  color: white !important;
}
#hero .carousel-indicators li.active{
  background: #0d6efd !important;
}
.back-to-top{
  background: #0d6efd !important;
}
.services .icon-box i{
  color: black;
}
.services .icon-box:hover h4 a{
  color: #0d6efd !important;
}
.active{
  color: #0d6efd !important;
}
.navbar a:hover{
  color: #070707 !important;

}
.parallax {
    /* Set a specific height */
    min-height: 100vh; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

.lightblue{
    background-color: rgb(232, 249, 255);
}

.wrapper{
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 650px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 999;
  }
  .wrapper.hide{
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  ::selection{
    color: #fff;
    background: #FCBA7F;
  }
  .wrapper img{
    max-width: 90px;
  }
  .content header{
    font-size: 25px;
    font-weight: 600;
  }
  .content{
    margin-top: 10px;
  }
  .content p{
    color: #858585;
    margin: 5px 0 20px 0;
  }
  .content .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #0d6efd;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .buttons button:hover{
    transform: scale(0.97);
  }
  .buttons .item{
    margin: 0 10px;
  }
  .buttons a{
    color: #2b2929;
  }
  