/*!
 * CSS Stylesheet para SAMM Cleaning Services, LLC.
 * Made by microcode.
 */
@font-face {
  font-family: "Avenir Heavy";
  src: url("../../vendor/fonts/Avenir-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Medium";
  src: url("../../vendor/fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Light";
  src: url("../../vendor/fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* GENERAL */
html, body {
  font-family: "Avenir Light", sans-serif;
  font-size: 14px;
  margin: 0;
}

h1, h2, h3, p, a {
  margin: 0;
  padding: 0;
}

.light, p, a, li {
  font-family: "Avenir Light", sans-serif;
  font-weight: 300;
}

.bold, h1, h2, h3 {
  font-family: "Avenir Heavy", sans-serif;
  font-weight: 900;
}

.medium {
  font-family: "Avenir Medium", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

a, button, input, select, textarea {
  text-decoration: none !important;
  outline: none !important;
  background: unset;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.blue {
  color: #0d2456;
}

.light-blue {
  color: #2ea8d8;
}

.yellow {
  color: #f7cc61;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.content {
  position: relative;
  overflow: hidden;
}

.abs-pos {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.abs-pos.bg-cover {
  background-size: cover !important;
}
.abs-pos.bg-contain {
  background-size: contain !important;
}

.transition {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}

.custom-btn {
  font-family: "Avenir Medium", sans-serif;
  font-size: 14px;
  color: #2ea8d8;
  padding: 10px 28px;
  border-radius: 22px;
  background-color: white;
  transition: 400ms ease all;
  background-image: -webkit-linear-gradient(left, white 25%, #f7cc61 37.5%, #f7c549, #F7C549 62.5%, white 75%);
  background-image: linear-gradient(90deg, white 25%, #f7cc61 37.5%, #f7cc61, #F7C549 62.5%, white 75%);
  background-position: right center;
  background-size: 400% auto;
}
.custom-btn:hover {
  background-position: left center;
  color: #2ea8d8;
}

/* SPACING */
.spacing {
  padding: 100px 10px;
}

.regular-spacing {
  padding: 75px 10px;
}

.light-spacing {
  padding: 50px 10px;
}

.thin-spacing {
  padding: 25px 10px;
}

.clearfix {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.clearfix.spacing-lg {
  margin: 25px 0px;
}
.clearfix.spacing-md {
  margin: 15px 0px;
}
.clearfix.spacing-sm {
  margin: 5px 0px;
}

/* MENU */
#nav {
  height: 80px;
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 99;
  transition: 300ms ease all;
}
#nav.fixed-top {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#nav .container {
  height: 100%;
}
#nav .container .d-flex {
  height: 100%;
}
#nav .container .d-flex a.brand {
  height: 100%;
  padding: 12px;
}
#nav .container .d-flex a.brand > img {
  height: 100%;
}
#nav .container .d-flex ul.nav-links {
  display: flex;
  margin: 0;
}
#nav .container .d-flex ul.nav-links li:not(:last-of-type) {
  margin-right: 5px;
}
#nav .container .d-flex ul.nav-links a {
  font-size: 16px;
  color: #0d2456;
  transition: 300ms ease all;
}
#nav .container .d-flex ul.nav-links a:hover, #nav .container .d-flex ul.nav-links a:focus {
  color: #2ea8d8;
}

menu {
  position: fixed;
  width: 35%;
  height: 100vh;
  background-color: #FFFFFF;
  right: 0;
  margin: 0;
  padding: 0 100px;
  margin-right: -35%;
  transition: all 0.5s ease-out;
  opacity: 0.4;
  z-index: 100;
}
menu.active-nav {
  margin-right: 0px;
  opacity: 1;
}
menu button.close {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 10%;
  top: 10%;
  z-index: 99;
  opacity: 0.8;
}
menu button.close:hover {
  opacity: 1;
}
menu button.close i {
  font-size: 32px;
  color: #0d2456;
}
menu .menu-content {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  flex-flow: column;
}
menu .menu-content a.brand {
  display: inline-block;
}
menu .menu-content a.brand img {
  max-width: 200px;
}
menu .menu-content ul.menu-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
menu .menu-content ul.menu-list li {
  list-style: none;
}
menu .menu-content ul.menu-list li a.menu-item {
  position: relative;
  font-size: 34px;
  color: #0d2456;
  border-bottom: 1px solid transparent;
}
menu .menu-content ul.menu-list li a.menu-item:hover {
  color: #0d2456;
  border-bottom: 1px solid #0d2456;
}
menu .menu-content ul.menu-list::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 75px;
  background-color: #999999;
  top: -10px;
}
menu .menu-content .contact-info .social a:not(:last-of-type) {
  margin-right: 10px;
}
menu .menu-content .contact-info .social a:hover i {
  color: #2ea8d8;
}
menu .menu-content .contact-info .social a i {
  font-size: 20px;
  color: #0d2456;
}

/***** HEADER *****/
header {
  height: 100vh;
}
header h1 {
  font-size: 4.5rem;
}
header p {
  white-space: pre-line;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
}
header .vector1 {
  position: absolute;
  top: 15%;
  height: 150px;
}
header .vector2 {
  position: absolute;
  bottom: -20%;
  height: 150px;
  right: 0;
}

/***** ABOUT *****/
#about .container {
  padding: 75px 5%;
}
#about .image .img-container {
  position: relative;
  height: 400px;
}
#about .text h1 {
  font-size: 2.5rem;
}
#about .text p {
  white-space: pre-line;
  margin-bottom: 20px;
}
#about .text ul {
  margin: 0;
  padding-left: 30px;
}
#about .text ul li {
  position: relative;
}
#about .text ul li::before {
  position: absolute;
  display: block;
  content: "";
  height: 15px;
  width: 15px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../public/img/home/about/check.png) no-repeat center center;
  background-size: contain;
}

#services .section-title h1 {
  white-space: pre-line;
}
#services .service .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 14px;
  background-color: #2ea8d8;
  border-radius: 50%;
}
#services .service .icon > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#services .service h2 {
  font-size: 1.4rem;
  text-align: center;
  white-space: pre-line;
}
#services .section-text h3 {
  font-size: 1.4rem;
}
#services .section-text a.custom-btn {
  font-family: "Avenir Heavy", sans-serif;
  color: #0d2456;
  background-image: -webkit-linear-gradient(left, #f7cc61 25%, #FFFFFF 37.5%, #FFFFFF, #FFFFFF 62.5%, #f7cc61 75%);
  background-image: linear-gradient(90deg, #f7cc61 25%, #FFFFFF 37.5%, #FFFFFF, #FFFFFF 62.5%, #f7cc61 75%);
}
#services .vector3 {
  position: absolute;
  bottom: -40%;
  left: 2%;
  height: 100px;
}

#gallery {
  padding: 75px 0;
}
#gallery .box {
  display: flex;
  align-items: center;
  height: 400px;
}
#gallery .box .gallery-container {
  height: 100%;
  width: 50%;
}
#gallery .box .text-container {
  padding-left: 30px;
}
#gallery .box .text-container h2 {
  position: relative;
  font-size: 2.2rem;
  color: #f7cc61;
  margin-bottom: 30px;
  white-space: pre-line;
  line-height: 1;
}
#gallery .box .text-container h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 50px;
  bottom: -10px;
  background-color: #2ea8d8;
}
#gallery .box .text-container p {
  font-size: 1.6rem;
  color: #0d2456;
}
#gallery .box:not(:last-of-type) {
  margin-bottom: 25px;
}
#gallery .box.team .text-container {
  padding-left: 8%;
}
#gallery .box.work {
  flex-direction: row-reverse;
}
#gallery .box.work .text-container {
  padding-right: 8%;
}
#gallery .gallery-container ul {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery .gallery-container ul.lightSlider {
  height: 350px;
}
#gallery .gallery-container ul.lSGallery {
  height: 50px;
}
#gallery .gallery-container ul li {
  position: relative;
  width: 100%;
  height: 100%;
}
#gallery .gallery-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery .gallery-container .lSPager img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  transition: 300ms ease all;
}
#gallery .gallery-container .lSPager li.active img,
#gallery .gallery-container .lSPager li:hover img {
  -webkit-filter: none;
  filter: none;
  transition: 300ms ease all;
}
#gallery .gallery-container a.lSPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: #0d2456;
  background-image: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 10;
}
#gallery .gallery-container a.lSPrev i {
  font-size: 20px;
}
#gallery .gallery-container a.lSNext {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  opacity: 1;
  background-color: #0d2456;
  background-image: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 10;
}
#gallery .gallery-container a.lSNext i {
  font-size: 20px;
}

#break .overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background: #0d2456;
  background: linear-gradient(180deg, #0d2456 0%, #7ddaff 100%);
}
#break .vector4 {
  position: absolute;
  height: 130px;
  top: -20%;
  left: 0;
}
#break .vector5 {
  position: absolute;
  height: 80px;
  bottom: -12%;
  right: 0;
}

#contact .section-title {
  margin-bottom: 25px;
}
#contact .form-container {
  margin-top: -25px;
}
#contact .form-container .col-12 {
  margin-top: 25px;
}
#contact .form-container input,
#contact .form-container textarea,
#contact .form-container select {
  color: #000000;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 18px 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#contact .form-container button {
  font-size: 14px;
  border: none;
  border-radius: 20px;
  background-color: #2ea8d8;
  cursor: pointer;
  color: white;
  width: auto;
  padding: 15px 65px;
}
#contact .form-container button:hover {
  background-color: #0d2456;
}
#contact .form-container label {
  color: #000000;
  font-size: 14px;
}
#contact .form-container ::-webkit-input-placeholder {
  font-size: 14px;
  color: #747474;
}
#contact .form-container ::-moz-placeholder {
  font-size: 14px;
  color: #747474;
}
#contact .form-container :-moz-placeholder {
  font-size: 14px;
  color: #747474;
}
#contact .form-container :-ms-input-placeholder {
  font-size: 14px;
  color: #747474;
}
#contact .form-container form i {
  display: none;
  color: #0d2456;
}
#contact .form-container form i.is-loading {
  display: inline-block;
}
#contact .form-container #form-messages {
  color: #000000;
}
#contact .form-container .success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contact .form-container .error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contact .map iframe {
  height: 100%;
  width: 100%;
}

#contact form i {
  display: none;
  color: #0d2456;
}

#contact form i.is-loading {
  display: inline-block;
}

/***** FOOTER *****/
footer {
  background-color: #0d2456;
  padding: 20px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container a.brand img {
  height: 65px;
}
footer .container .social p {
  font-size: 1.3rem;
}
footer .container .social a {
  height: 34px;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7cc61;
  border-radius: 50%;
  color: white;
  margin-right: 10px;
}

/***** RESPONSIVE *****/
@media (max-width: 991px) {
  /***** GENERAL *****/
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  #nav .container .d-flex ul.nav-links {
    display: none;
  }
  #nav button {
    background-color: transparent;
    border: none;
    z-index: 99;
    cursor: pointer;
  }
  #nav button i {
    color: #0d2456;
    font-size: 30px;
  }

  menu {
    width: 100%;
    padding: 0 10%;
    margin-right: -100%;
  }
  menu button.close i {
    font-size: 28px;
  }
  menu .menu-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  menu .menu-content ul.menu-list {
    text-align: center;
  }
  menu .menu-content ul.menu-list li a.menu-item {
    font-size: 28px;
  }
  menu .menu-content ul.menu-list::before {
    left: 50%;
    transform: translateX(-50%);
  }
  menu .menu-content ul.menu-list::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* HEADER */
  header {
    height: 100vh;
  }
  header h1 {
    font-size: 3rem;
  }
  header p {
    font-size: 22px;
  }
  header .vector1 {
    height: 100px;
  }
  header .vector2 {
    height: 100px;
  }

  /* ABOUT */
  #about .image .img-container {
    height: 300px;
  }
  #about .text {
    margin-top: 25px;
  }
  #about .text h1 {
    font-size: 2rem;
  }

  /* SERVICES */
  #services .service {
    margin-top: 30px;
  }
  #services .service h2 {
    font-size: 1.2rem;
  }
  #services .section-text h3 {
    font-size: 1.4rem;
  }
  #services .section-text a.custom-btn {
    font-family: "Avenir Heavy", sans-serif;
    color: #0d2456;
    background-image: -webkit-linear-gradient(left, #f7cc61 25%, #FFFFFF 37.5%, #FFFFFF, #FFFFFF 62.5%, #f7cc61 75%);
    background-image: linear-gradient(90deg, #f7cc61 25%, #FFFFFF 37.5%, #FFFFFF, #FFFFFF 62.5%, #f7cc61 75%);
  }
  #services .vector3 {
    position: absolute;
    bottom: -40%;
    left: 2%;
    height: 100px;
  }

  /* GALLERY */
  #gallery .box {
    flex-flow: column;
    height: auto;
  }
  #gallery .box .text-container {
    margin-top: 15px;
  }
  #gallery .box .text-container h2 {
    font-size: 2rem;
    white-space: normal;
    margin-bottom: 15px;
  }
  #gallery .box .text-container h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #gallery .box .text-container p {
    font-size: 1.4rem;
  }
  #gallery .box.team .text-container {
    padding: 0;
    text-align: center;
  }
  #gallery .box.work {
    flex-direction: column;
  }
  #gallery .box.work .text-container {
    padding: 0;
    text-align: center;
  }

  /* CONTACT */
  #contact h1 {
    text-align: center;
  }
  #contact .form-container {
    margin-bottom: 25px;
  }
  #contact .form-container .col-12.submit {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /***** GENERAL *****/
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  /* HEADER */
  header h1 {
    font-size: 2.2rem;
  }
  header p {
    font-size: 18px;
  }
  header .vector1 {
    height: 100px;
  }
  header .vector2 {
    height: 100px;
  }

  /* SERVICES */
  #services .vector3 {
    height: 75px;
  }

  /* GALLERY */
  #gallery .box {
    flex-flow: column;
    height: auto;
  }
  #gallery .box .gallery-container {
    width: 100%;
  }

  /* CONTACT */
  #contact h1 {
    text-align: center;
  }
  #contact .form-container {
    margin-bottom: 25px;
  }
  #contact .form-container .col-12.submit {
    text-align: center;
  }

  footer .container {
    flex-flow: column;
  }
  footer .container a.brand {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
