
/*# sourceMappingURL=maps/custom.css.map */

#mouseScroll {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    /*border: 2px solid #696871;
    border-radius: 50px;*/
}

.scroll-arrow {
    display: block;
    width: 70px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

#mouseScroll a span {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: -14px;
    border-left: 3px solid #93919e;
    border-bottom: 3px solid #93919e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .scroll-link {
      display: none;
    }
    .scroll-arrow {
        display: none;
    }
}


.spin {
transition: transform .7s ease-in-out;
}
.spin:hover {
transform: rotate(180deg);
}



.auto-spin {
    transition: transform .7s ease-in-out;
    transform: rotate(180deg);
}


/* Hide all steps by default: */
.tab {
display: none;
}
.tab-main {
display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #5a5a5a;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.4;
}
.step-main {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #5a5a5a;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

.step.active {
opacity: 1;
}
.step-main.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #59ba49;
}
.step-main.finish {
background-color: #59ba49;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd !important;
}

.desktop { display: inline-block; }
.mobile { display: none; }

@media (max-width: 991px) {
    .desktop { display: none; }
    .mobile { display: inline-block; }
}

.brand-logo {
    width: 180px;
    margin-top: 130px;
}

@media (max-width: 1441px) {
    .brand-logo {
        width: 160px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .brand-logo {
        width: 90px;
        margin-top: 10px;
    }
}

.flip {
    width: 70px;
}

@media (max-width: 991px) {
    .flip {
        width: 45px;
        margin-top: 5px;
    }
}

.flooring {
    width: 143px;
}

@media (max-width: 991px) {
    .flooring {
        width: 143px;
    }
}

.smaller-top {
    margin-top: 5px;
}

.bg-dark-green {
    background-color: rgb(84, 84, 212);
    color: #59ba49;
  }

.landing-nav-bg {
    background:rgb(255, 255, 255, 0);
}

.white-text {
    color: white !important;
  }

  .black-text {
      color: #000 !important;
  }

.landing-form {
    margin-left: 150px !important;
    margin-top: 10px !important;
    padding-top: 50px !important;
}

@media (max-width: 1441px) {
    .landing-form {
        margin-left: 70px !important;
        margin-top: 0px !important;
        padding-top: 10px !important;
        padding-right: 140px !important;
    }
}

@media (max-width: 991px) {
    .landing-form {
        margin-left: 10px !important;
        margin-top: 10px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
    }
}

.landing-container {
    margin-left: 170px !important;
    margin-top: 10px;
}

@media (max-width: 1441px) {
    .landing-container {
        margin-left: 150px !important;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .landing-container {
        margin-left: 0px !important;
        margin: 0 auto !important;
    }
}


.get-a-quote-form {
    margin: 0 auto;
    padding-top: 5em;
}

@media (max-width: 1441px) {
    .get-a-quote-form {
        margin: 0 auto;
        padding-top: 5em;
    }
}

@media (max-width: 991px) {
    .get-a-quote-form {
        margin: 0 auto;
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .omga-01__hero-content {
        padding: 10px;
    }
}

.omga-02__content-section1 {
    padding-top: 100px !important;
}

@media (max-width: 1441px) {
    .omga-02__content-section1 {
        padding-top: 100px !important;
    }
}

@media (max-width: 991px) {
    .omga-02__content-section1 {
        padding-top: 0px !important;

    }
}

.bg-blue {
    background-color: #413e65;
  }
.red {
    color: #f04037;
}
.blue {
    color: #3d3dad;
}
.green {
    color: #59ba49;
}
.yellow {
    color: #fedc5a;
}


@media (max-width: 1441px) {
    .omega-contact-form input {
        min-height: 63px;
    }
    .omega-contact-form .form-control {
        text-indent: 15px;
    }
}

@media (max-width: 991px) {
    .omega-contact-form input {
        min-height: 63px;
    }
    .omega-contact-form .form-control {
        text-indent: 15px;
    }
}

.services-title {
    color: #19191b;
    font-family: "CircularStd", sans-serif;
    font-weight: 700;
    letter-spacing: -2.81px;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  
  @media (min-width: 576px) {
    .services-title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  
  @media (min-width: 992px) {
    .services-title {
      font-size: 50px;
      line-height: 60px;
    }
  }
  
  @media (min-width: 1200px) {
    .services-title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  
  @media (min-width: 1441px) {
      .services-title {
        font-size: 80px;
        line-height: 84px;
      }
    }