*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Brandon", sans-serif;
}

.section {
  position: relative;
}

a.green-btn,
a.dark-btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0px 5px;
  margin-bottom: 10px;
  padding: 1rem 1.8rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

a.green-btn {
  background-color: #85c442;
}

a.dark-btn {
  background-color: #414141;
}

.green-btn:hover,
a.dark-btn:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-tranform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
}

@media screen and (min-width: 460px) {
  #box {
    width: 450px;
    height: 450px;
  }
}
#box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
  animation-delay: 6s;
}

.g-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 40px;
  border: 35px solid #85c442;
}

@media screen and (max-width: 460px) {
  .g-circle {
    width: 300px;
    height: 300px;
  }
}
.desktop-only {
  display: none;
}

@media screen and (min-width: 460px) {
  .desktop-only {
    display: block;
  }
}
#header .header-top {
  background-color: #85c442;
  padding: 10px 0;
}
#header .header-top ul {
  display: flex;
}
#header .header-top ul li {
  padding: 0 5px;
}
#header .header-top ul li a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/**
**  nav-principal *****
*   
*/
#nav-principal {
  /* navbar-toggler */
  /*
  ***** .navbar-nav
  *
  */
}
#nav-principal .navbar-toggler {
  color: #85c442;
  font-size: 25px;
  cursor: pointer;
}
#nav-principal .navbar-nav {
  /** mega-dropdown **/
}
#nav-principal .navbar-nav .nav-item {
  padding: 5px 0;
}
#nav-principal .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #575759;
  -webkit-transition: color 0.8s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.8s ease-in-out, border-color 0.5s ease-in-out;
  -ms-transition: color 0.8s ease-in-out, border-color 0.5s ease-in-out;
  -o-transition: color 0.8s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.8s ease-in-out, border-color 0.5s ease-in-out;
  white-space: nowrap;
}
#nav-principal .navbar-nav .nav-item.barra {
  width: 3px;
  margin: 17px 15px;
  background-color: #575759;
}
#nav-principal .navbar-nav .nav-item.barra {
  display: none;
}
@media screen and (min-width: 992px) {
  #nav-principal .navbar-nav .nav-item.barra {
    display: block;
  }
}
#nav-principal .navbar-nav .nav-item.dropdown.show .nav-link {
  color: #85c442;
}
#nav-principal .navbar-nav .nav-item.active .nav-link {
  color: #85c442;
  border-color: #85c442;
}
#nav-principal .navbar-nav .mega-dropdown {
  position: static;
}
#nav-principal .navbar-nav .mega-dropdown-menu {
  margin: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0 35px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #85c442;
  -webkit-transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
#nav-principal .navbar-nav .solution-mobile {
  display: none;
}
#nav-principal .navbar-nav .solution-mobile .solution-mobile-padding {
  padding: 0 30px;
}
@media screen and (max-width: 992px) {
  #nav-principal .navbar-nav .solution-mobile {
    display: block;
  }
}
#nav-principal .navbar-nav .invisible {
  opacity: 0;
}
#nav-principal .navbar-nav .sol-circle {
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-tranform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
}
#nav-principal .navbar-nav .sol-circle::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #85c442;
  -webkit-transition: border-color 0.5s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out;
  -ms-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  z-index: -1;
}
@keyframes animationImg {
  0% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-tranform: scale(1.3);
    transform: scale(1.3);
  }
  25% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-tranform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-tranform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
}
#nav-principal .navbar-nav .sol-circle:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-tranform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: animationImg 400ms;
  -moz-animation: animationImg 400ms;
  -ms-animation: animationImg 400ms;
  -o-animation: animationImg 400ms;
  animation: animationImg 400ms;
  animation-delay: 500ms;
}
#nav-principal .navbar-nav .sol-title {
  display: inline-block;
  padding: 8px 26px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -ms-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  background: #92ca54;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
#nav-principal .navbar-nav .sol-title:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-tranform: translateY(-5px);
  transform: translateY(-5px);
}
#nav-principal .solution-carousel {
  position: relative;
}
#nav-principal .solution-carousel .col-md-2 {
  max-width: 100%;
}
#nav-principal .solution-carousel.owl-carousel .owl-nav button {
  font-size: 35px;
  outline: none;
}
#nav-principal .solution-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 45%;
}
#nav-principal .solution-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 45%;
}

/*
**** help-desk ****
*
*/
.help-desk {
  cursor: pointer;
}
.help-desk .help-buttons {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.help-desk .help-buttons a {
  text-transform: uppercase;
  background-color: #85c442;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  width: 60px;
  margin: 5px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.help-desk:hover .help-buttons {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  #nav-principal {
    border-bottom: 2px solid #85c442;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
}
/**
**  section-home *****
*   
*/
.section-home .home-text {
  text-align: center;
}
.section-home .home-text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #414141;
  margin: 40px 0;
}
.section-home .home-text button {
  display: inline-block;
  background-color: #85c442;
  padding: 10px 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.section-home .home-text span {
  color: #85c442;
}
.section-home .bg {
  /*background-image: url(../img/splash.jpg);*/
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.section-home .presentation {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-tranform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-home .presentation video {
  max-width: 900px;
  outline: none;
  position: relative;
  border-bottom: 10px solid #85c442;
}
.section-home .presentation .close-video {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  font-weight: 200;
}
@media (max-width: 900px) {
  .section-home .presentation video {
    max-width: 90%;
  }
}

.solution-container {
  padding: 25px 30px;
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.solution-container .solution-row {
  margin-left: -5px;
  margin-right: -5px;
}
.solution-container .solution-row .solution-padding {
  padding: 5px !important;
}
.solution-container .solution-row .solution-padding .solution-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px 5px 30px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#85c442), to(#4f8416));
  background-image: -webkit-linear-gradient(right, #85c442, #4f8416);
  background-image: -o-linear-gradient(right, #85c442 0, #4f8416 100%);
  background-image: linear-gradient(270deg, #85c442, #4f8416);
  -webkit-transition: background-image 0.5s ease-in-out;
  -moz-transition: background-image 0.5s ease-in-out;
  -ms-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  z-index: 1;
}
.solution-container .solution-row .solution-padding .solution-block .dot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.solution-container .solution-row .solution-padding .solution-block span.solution-title {
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #575759;
  line-height: 1;
  margin-right: -25px;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
  -webkit-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s ease-in-out;
  -moz-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s ease-in-out;
  -ms-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s ease-in-out;
  -o-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s ease-in-out;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.5s ease-in-out;
}
.solution-container .solution-row .solution-padding .solution-block span.solution-img {
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-tranform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.solution-container .solution-row .solution-padding .solution-block span.solution-img img {
  width: 100%;
  max-width: 230px;
}
.solution-container .solution-row .solution-padding .solution-block span.solution-img::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.5s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out;
  -ms-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  border: 10px solid #fff;
  z-index: -1;
}
.solution-container .solution-row .solution-padding:first-child > a > .solution-block {
  border-top-left-radius: 20px;
}
.solution-container .solution-row .solution-padding:nth-child(3) > a > .solution-block {
  border-top-right-radius: 20px;
}
.solution-container .solution-row .solution-padding:last-child > a > .solution-block {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 992px) {
  .solution-container .solution-row .solution-padding:nth-child(2) > a > .solution-block {
    border-top-right-radius: 20px;
  }
  .solution-container .solution-row .solution-padding:nth-child(3) > a > .solution-block {
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .solution-container .solution-row .solution-padding:first-child > a > .solution-block {
    border-top-right-radius: 20px;
  }
  .solution-container .solution-row .solution-padding:nth-child(2) > a > .solution-block {
    border-top-right-radius: 0;
  }
}
.solution-container .solution-row .solution-padding a:hover .solution-block {
  background: rgba(125, 125, 125, 0.1);
}
.solution-container .solution-row .solution-padding a:hover .solution-title {
  background-color: #85c442;
  color: #fff;
}
.solution-container .solution-row .solution-padding a:hover span.solution-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-tranform: scale(1.2);
  transform: scale(1.2);
}
.solution-container .solution-row .solution-padding a:hover span.solution-img::after {
  border-color: #85c442;
}

.overlay-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}

.dot-repeat {
  background-image: url(../img/pattern-dot.png);
  background-size: 18px 18px;
  background-position: 0 0;
  background-repeat: repeat;
}

.green-bg {
  background-color: #85c442;
}

#oficialDist {
  padding-top: 200px;
  background-color: #fff;
}
#oficialDist #oficialDistContent {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
#oficialDist #oficialDistContent .section-title {
  position: relative;
  display: inline-block;
  top: -124px;
  background: #fff;
  padding: 14px 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 0;
  z-index: 1;
}
#oficialDist #oficialDistContent .section-title h5 {
  font-size: 25px;
  color: #575759;
  letter-spacing: 0.42px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
#oficialDist #oficialDistContent > .row {
  padding-top: 60px;
  padding-bottom: 10px;
}

#oficialDist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  z-index: 3;
}

#oficialFeatured {
  position: relative;
  -webkit-padding-after: 150px;
  padding-block-end: 0;
}

#oficialFeatured::before {
  content: "";
  display: block;
  height: 98px;
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  background: url(../img/section-arch-green.png);
  background-size: cover;
  background-position: top;
  z-index: 1;
}

#home-carousel .carousel-item {
  padding: 30px;
}
#home-carousel .carousel-item img {
  width: 100%;
  width: 400px;
  height: 400px;
}
@keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-tranform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-tranform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-tranform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#home-carousel .carousel-item img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-tranform: none;
  transform: none;
  -webkit-animation: animationScale 2s;
  -moz-animation: animationScale 2s;
  -ms-animation: animationScale 2s;
  -o-animation: animationScale 2s;
  animation: animationScale 2s;
}

#companies {
  position: relative;
  padding-top: 70px;
}
#companies .companie-block {
  padding: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}
#companies .companie-block .block-card {
  text-align: center;
  padding: 30px 0;
}
#companies .copyright {
  padding: 20px;
  color: #b8b8b8;
  text-align: center;
  margin: 0;
}
#companies .copyright span {
  font-weight: bold;
}

#companies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  z-index: 3;
}

.solutions {
  padding: 70px 0;
}
.solutions .solution-text {
  color: #676767;
}
.solutions .solution-text .title {
  font-weight: bold;
  font-size: 20px;
}
.solutions .solution-text span {
  color: #85c442;
}
.solutions .solution-text h1 {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 2.4rem;
}
.solutions .solution-text p.solution-desc {
  border-left: 3px solid #85c442;
  padding-left: 1rem;
  padding-right: 3rem;
  text-align: justify;
  font-size: 17px;
}
.solutions .solution-text a {
  display: inline-block;
}
.solutions .green-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  animation-delay: 6s;
  margin-top: 40px;
  border: 15px solid #85c442;
}
.solutions .green-box img {
  object-fit: fill;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 460px) {
  .solutions .green-box {
    width: 300px;
    height: 300px;
  }
}

#printer-section .solution-header {
  background: #fff;
  padding: 20px 10px;
}
#printer-section .solution-header h2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
  color: #78be2e;
  font-weight: bolder;
}
#printer-section .solution-header h3 {
  font-size: 1rem;
  font-weight: bold;
}
#printer-section .printer-info {
  background-color: #fff;
  padding: 20px 20px;
}
#printer-section .printer-info p {
  font-size: 14px;
  text-align: justify;
}

#printer .campaign-container.master-ptn-wrap {
  margin-top: 0px;
  margin: 0 auto;
  max-width: 100%;
}
#printer .master-ptn-wrap {
  position: relative;
}
#printer h2.campaign-sol-header {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bolder;
  color: #78be2e;
}
#printer .campaign-slider-nav-container {
  position: relative;
  max-width: 900px;
}
#printer .campaign-slider-nav {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
#printer .btn-available {
  background: #85c442;
  border: 0;
  outline: none;
  padding: 5px 30px;
  border-radius: 99px;
  margin-top: 20px;
}
#printer .btn-available a {
  color: #fff;
  font-weight: bold;
}
#printer h3.printer-info {
  font-weight: bolder;
  font-size: 20px;
}
#printer #printer-carousel .carousel-item img {
  width: 100%;
  max-width: 700px;
}
#printer #printer-carousel .carousel-control-prev,
#printer #printer-carousel .carousel-control-next {
  opacity: 1;
}
#printer #printer-carousel span.left-arrow,
#printer #printer-carousel span.right-arrow {
  color: #85c442;
  font-weight: bold;
  opacity: 1;
  font-size: 4rem;
}
#printer span.rental {
  display: block;
  margin: 40px 0;
  font-size: 1.5rem;
}
#printer #indicators .carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  background-color: #272727;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 30px 5px;
}

#uvc {
  background: url(../img/uvc/background.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
#uvc .services-text {
  position: relative;
}
#uvc .services-text h1 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #575759;
}
#uvc .services-text h1 span {
  color: #85c442;
}
#uvc .services-text p {
  margin-bottom: 50px;
  text-align: justify;
  font-size: 18px;
  text-shadow: 1px 1px #fff;
  color: #000;
  font-weight: 600;
}
#uvc .green-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  animation-delay: 6s;
  margin-top: 20px;
  border: 15px solid #85c442;
}
#uvc .green-box img {
  object-fit: fill;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 460px) {
  #uvc .green-box {
    width: 290px;
    height: 290px;
  }
}

#uvc-solution .solution-container .solution-row .solution-padding .solution-block {
  padding: 20px 10px 20px 30px;
}
#uvc-solution .solution-container .solution-row .solution-padding .solution-block span.solution-title {
  font-size: 16px;
}
#uvc-solution .solution-container .solution-row .solution-padding .solution-block span.solution-img {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
}
#uvc-solution .solution-container .solution-row .solution-padding .solution-block span.solution-img img {
  max-width: 90px;
}
#uvc-solution .solution-container .solution-row .solution-padding a:hover .solution-block span.solution-img {
  border-color: #85c442;
}

#services {
  padding: 70px 0;
}
#services .services-text {
  position: relative;
}
#services .services-text h1 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #575759;
}
#services .services-text h1 span {
  color: #85c442;
}
#services .services-text p {
  margin-bottom: 50px;
  text-align: justify;
}

#about-us {
  padding: 50px 0;
}
#about-us .about-us-text h1 {
  text-align: right;
  padding: 0 10px 20px 10px;
  font-weight: bold;
  color: #676767;
  font-size: 35px;
}
#about-us .about-us-text p {
  text-align: justify;
  padding: 0 10px;
  font-size: 16px;
}
#about-us .green-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 450px;
  padding: 30px 0;
}
#about-us .green-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 40px;
  border: 15px solid #85c442;
  z-index: -1;
}
#about-us #about-carousel .carousel-item.active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-tranform: none;
  transform: none;
  animation-name: fadeInUp;
  animation-duration: 1.1s;
}
#about-us #about-carousel .team {
  max-width: 700px;
}
@media screen and (max-width: 460px) {
  #about-us #about-carousel .team {
    max-width: 290px;
  }
}

#contact-us {
  padding: 70px 0;
  z-index: 2;
}
#contact-us .contact-us-text {
  position: relative;
  transition: all 0.8s ease-in-out;
}
#contact-us .contact-us-text span {
  color: #85c442;
  font-size: 2rem;
}
#contact-us .contact-us-text h1 {
  color: #85c442;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
#contact-us .contact-us-text ul li {
  display: block;
  padding: 0;
}
#contact-us .contact-us-text ul li a {
  font-size: 25px;
  font-weight: bold;
  color: #676767;
  transition: all 0.3s ease-in-out;
}
#contact-us .contact-us-text ul li a:hover {
  color: #85c442;
}
#contact-us .contact-us-text .address {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-tranform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  left: -1000%;
}

.footer > .row {
  padding: 0 10px;
}

.footer {
  position: relative;
  z-index: 3;
}
.footer .section-title {
  position: relative;
  display: inline-block;
  top: -124px;
  background: #fff;
  padding: 14px 24px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.footer h5 {
  font-size: 25px;
  color: #575759;
  letter-spacing: 0.42px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

.footer::before {
  content: "";
  display: block;
  height: 98px;
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  background: url(../img/section-arch-white.png);
  background-size: cover;
  background-position: top;
  z-index: 1;
}

#footer-content {
  position: relative;
  margin-top: -70px;
  background-color: #fff;
  z-index: 1;
}
#footer-content .footer-text {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#footer-content input.form-field {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: 2px solid #f0f0f0;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 30px;
}
#footer-content input.form-input {
  display: block;
  width: 100%;
  background: #6bb715;
  border: 0;
  border-radius: 25px;
  min-height: 50px;
  margin-bottom: 0;
  color: #fff;
}

.modal-confirm,
.modal-error {
  color: #636363;
  width: 400px;
  font-size: 14px;
  background-color: #fff;
}
.modal-confirm .modal-content,
.modal-error .modal-content {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header,
.modal-error .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4,
.modal-error h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .btn,
.modal-error .btn {
  min-height: 40px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  line-height: normal;
  border: none;
}
.modal-confirm .close,
.modal-error .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .modal-footer,
.modal-error .modal-footer {
  border: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
}
.modal-confirm .icon-box,
.modal-error .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -55px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i,
.modal-error .icon-box i {
  font-size: 30px;
  position: relative;
  top: 3px;
}
.modal-confirm .trigger-btn,
.modal-error .trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.modal-confirm .icon-box,
.modal-confirm .btn {
  background: #85c442;
}

.modal-confirm.modal-dialog,
.modal-error.modal-dialog {
  margin-top: 100px;
}