body {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

body, html {
  height: 100%; }

.anchor:before {
  display: block;
  content: "";
  height: 3em;
  margin: -3.5em 0 0; }

.bg {
  /* The image used */
  background-image: url("../img/AtYourService.png");
  /* Half height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-service {
  /* The image used */
  background-image: url("../img/slider-1.jpg");
  /* Half height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-delivery {
  /* The image used */
  background-image: url("../img/del.jpg");
  /* Half height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-development {
  /* The image used */
  background-image: url("../img/development.jpg");
  /* Half height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-clean {
  /* The image used */
  background-image: url("../img/bond-cleaning.jpg");
  /* Half height */
  height: 50%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.juicy-peach-gradient {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); }

.young-passion-gradient {
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%); }

.lady-lips-gradient {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); }

.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); }

.rainy-ashville-gradient {
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); }

.frozen-dreams-gradient {
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%); }

.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); }

.night-fade-gradient {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%); }

.spring-warmth-gradient {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%); }

.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); }

.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); }

.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); }

.heavy-rain-gradient {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); }

.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%); }

.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%); }

.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%); }

.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); }

.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); }

.morpheus-den-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); }

.rare-wind-gradient {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); }

.near-moon-gradient {
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%); }

.card-circle {
  border: 2px solid #e0e0e0;
  height: 7.5rem;
  width: 7.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.icon-area .circle-icon i {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 90px;
  height: 90px;
  padding: 1.8rem;
  font-size: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*border: 2px solid #e0e0e0;*/
  transition-duration: 0.5s;
  background: transparent; }

.icon-area.top .circle-icon i {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 90px;
  height: 90px;
  padding: 1.8rem;
  font-size: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  transition-duration: 0.5s;
  background: transparent; }

.btn-white {
  /*border: 2px solid #fff !important;*/
  background-color: #3f51b5 !important;
  color: #fff !important; }

.icon-area.top .circle-icon i:hover {
  transition-duration: 0.5s;
  background: #3f51b5; }

.icon-area .circle-icon i:hover {
  transition-duration: 0.5s;
  background: #ede7f6; }

.btn-rounded {
  -webkit-border-radius: 10em;
  border-radius: 10em; }

.modal-dialog.modal-notify.modal-indigo .modal-header {
  background-color: #3f51b5 !important; }

.contact-logo {
  float: left;
  padding-right: 10px;
  margin-top: -3px; }

.contact-text {
  font-size: 14px;
  /*color: #7d7d7d;*/
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 500; }

.icon-size-x {
  padding-top: 5px;
  font-size: 16px; }

.pricing-card .price .number {
  font-size: 2.5rem !important;
  padding: 0rem;
  padding-top: 1.5rem;
  font-weight: 300; }

.pricing-card .price .version {
  left: 0; }

.transparent {
  background-color: transparent !important; }

.waves-button-input, .waves-button:hover, .waves-button:visited {
  font-size: 1.5em; }

/*# sourceMappingURL=style.css.map */
