html, body {
  height: 100%;
  width: 100%;
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}

.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 400px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

.clean-navbar .logo {
  height: 70px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255,253,253);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  text-decoration: underline;
  color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(77,190,190);
}

.clean-block.clean-hero .text {
  height: 0px;
}

.clean-block.clean-hero h2 {
  margin-bottom: 0px;
  font-size: 40px;
}

.service-block {
  background: #000000;
  width: 350px;
  padding-left: 0px;
  padding-right: 0px;
}

.row.icon-row {
}

.service-icon {
  height: 141px;
}

.service-hr {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  margin-left: 30%;
  margin-right: 30%;
  border: 0;
  border-top: 3px solid rgb(255,255,255);
}

.clean-block.clean-info h3 {
  color: rgb(255,255,255);
  font-size: 23px;
}

.service-text {
  color: rgb(255,255,255);
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-left: 11px;
  text-align: justify;
}

.navbar.navbar-light.navbar-expand-lg.fixed-top.bg-white.clean-navbar {
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 4px;
  width: 100px;
  border-top: 1px solid rgb(255,255,255);
}

.d-xl-flex.justify-content-xl-start.align-items-xl-start.text.title-heading {
  color: #ffffff;
}

.service-photo {
  width: 100%;
}

.service-button {
  color: #b5b4b4;
  background-color: black;
  border-color: #b5b4b4;
  border-radius: 0px;
  margin-bottom: 20px;
  max-width: 150px;
}

.container.container-about-us {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.block-heading.contact-form-div {
  color: white;
}

.text-info > . {
  color: white;
}

#contact-form-heading {
  color: rgb(255,255,255)!important;
}

.contact-form-item {
  background-color: rgba(255,255,255,0);
  border-style: solid;
  border-radius: 3px;
  height: 50px;
}

.contact-field-name {
  color: white;
}

#contact-submit {
  width: 35%;
  height: 50px;
  border-style: solid;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #fdfeff;
  border-color: #ffffff;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #153939;
  border-color: #ffffff;
}

#text-area {
  height: 100px;
}

.btn-primary {
  color: #fff;
  background-color: rgba(0,123,255,0);
  border-color: #ffffff;
}

.text-info {
  color: #000000!important;
  font-size: 40px;
}

.page-footer.dark .footer-copyright {
  background-color: rgba(34,36,37,0);
  border-color: rgba(34,36,37,0);
}

#info-footer {
  margin-right: 0;
  margin-left: 0;
  width: 100vw;
  padding-right: 0;
  padding-left: 0;
}

.footer-text {
  color: white;
  text-align: center;
}

.footer-icon {
  width: 50px;
}

#testimonials-section {
  padding-bottom: 0px;
  background: url("../../assets/img/gradient-dark.png");
  height: 0;
  opacity: 0;
}

.about-us-slide-1 {
  background: url("../../assets/img/banner-image.jpg") center / cover no-repeat;
  width: 100%;
}

.about-us-text {
  color: rgb(255,255,255);
}

.about-us-slide-container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 3000px;
  width: 100%;
}

.form-control:focus {
  color: #ffffff;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.slide-div {
  height: 500px;
  width: 100%;
  margin: auto;
}

.slide-heading {
  color: rgb(255,255,255) !important;
}

.slide-paragraph {
  color: rgb(255,255,255);
  max-width: 50%;
  text-align: center;
}

.about {
  background: url("../../assets/img/01%20About-us-image.jpg");
}

.mission {
}

.vision {
  background: url("../../assets/img/03%20Vision-image.jpg");
}

.slide-testimonial-heading {
  margin-top: 29px;
}

.slide-testimonial-paragraph {
}

.testimonial-slide {
}

.testimonial-heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.text-left.testimonial-subheading {
  color: rgb(85,85,85);
  font-size: 17px;
  font-weight: bold;
}

.testimonial {
  margin: auto;
  max-width: 50%;
}

.service-photo:hover {
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

#mobile-hamburger {
  color: white;
  font-size: 34px;
}

@media (min-width:600px) {
  .title-heading {
  }
}

@media (max-width: 650px) {
  .title-image-text {
    display: none;
  }
}

@media (max-width: 600px) {
  .slide-paragraph {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width:576px) {
  .clean-block.clean-hero {
    display: none;
  }
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  color: #0f0f0f;
  background-color: #ffffff;
  border-color: #1d2124;
}

#contact-us-sub {
  color: white !important;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 15px;
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

#about {
  color: white!important;
}

.form-control:focus {
  color: #ffffff;
  background-color: rgba(255,255,255,0);
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control {
  color: #ffffff !important;
}

#contact-type-input {
}

#contact-type-input:focus {
  color: black!important;
}

.contact-response {
  text-align: center;
  color: rgb(255,255,255);
}

@media (min-width: 600px) {
  .slide-div-test {
    max-width: 60%;
    height: 501px;
    width: 100%;
    margin: auto;
  }
}

.slide-div-test {
  max-width: 60%;
  height: 370px;
  width: 100%;
  margin: auto;
}

.test-logo {
  width: 217px;
}

.col.logo-col {
  text-align: center;
}

/* CANVAS */

canvas {
}

#errorMessage {
  color: red;
  text-align: center;
  display: none;
}

