a,
a:hover,
a:visited,
a:active,
a:link {
  color: #000;
}

@font-face {
  font-family: 'Lato';
  src: local("Lato Hairline"), local("Lato-Hairline"), url("./fonts/latohairline.woff2") format("woff2"), url("./fonts/latohairline.woff") format("woff"), url("./fonts/latohairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Thin"), local("Lato-Thin"), url("./fonts/latothin.woff2") format("woff2"), url("./fonts/latothin.woff") format("woff"), url("./fonts/latothin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Light"), local("Lato-Light"), url("./fonts/latolight.woff2") format("woff2"), url("./fonts/latolight.woff") format("woff"), url("./fonts/latolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/latoregular.woff2") format("woff2"), url("./fonts/latoregular.woff") format("woff"), url("./fonts/latoregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Medium"), local("Lato-Medium"), url("./fonts/latomedium.woff2") format("woff2"), url("./fonts/latomedium.woff") format("woff"), url("./fonts/latomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Semibold"), local("Lato-Semibold"), url("./fonts/latosemibold.woff2") format("woff2"), url("./fonts/latosemibold.woff") format("woff"), url("./fonts/latosemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/latobold.woff2") format("woff2"), url("./fonts/latobold.woff") format("woff"), url("./fonts/latobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local("Lato Heavy"), local("Lato-Heavy"), url("./fonts/latoheavy.woff2") format("woff2"), url("./fonts/latoheavy.woff") format("woff"), url("./fonts/latoheavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

body,
html {
  overflow-x: hidden;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1111;
  padding-top: 30px;
}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo {
  display: inline-block;
}
header .right {
  text-align: right;
}
header .right a,
header .right .time {
  display: block;
  color: #fff;
}
header .right .tel {
  font-size: 22px;
  font-weight: 700;
}
header .right .email {
  margin-top: 1px;
  font-size: 18px;
  font-weight: 700;
}
header .right .time {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
}

footer {
  padding: 50px 0;
  background: #222222;
  border-top: 5px solid #2f3335;
  border-bottom: 5px solid #2f3335;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .item {
  text-align: center;
}
footer .item * {
  color: #fff;
}
footer .item a {
  display: block;
}
footer .item .tel {
  font-size: 24px;
  font-weight: 700;
  color: #477016;
}
footer .item .whatsapp {
  margin: 3px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
footer .item .email {
  font-size: 16px;
  font-weight: 700;
}
footer .item a:hover {
  opacity: .85;
}
footer .item .item-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
}
footer .item .address {
  font-size: 14px;
}
footer .item:last-child {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  footer .item .item-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  footer .row {
    display: block;
  }
  footer .row .item {
    display: block;
    margin: 30px 0;
    text-align: center !important;
  }
  footer .row .item a {
    margin: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  footer .item .address br {
    display: none;
  }
}
.btn-castom {
  display: inline-block;
  font-size: 24px;
  padding: 18px 20px;
  line-height: 100%;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  background: #c7d718;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c7d718), color-stop(100%, #4adc01));
  background: -webkit-gradient(linear, left top, left bottom, from(#c7d718), to(#4adc01));
  background: linear-gradient(to bottom, #c7d718 0%, #4adc01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d718', endColorstr='#4adc01', GradientType=0);
  border-radius: 30px;
  letter-spacing: 0.5px;
}

.btn-castom:hover {
  opacity: .85;
}

.title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.container {
  width: 1170px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .logo img {
    height: 50px;
    width: auto;
  }

  header .right .tel {
    font-size: 20px;
  }

  header .right .time {
    font-size: 14px;
  }

  header .right .email {
    font-size: 16px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .btn-castom {
    font-size: 20px;
  }
}
.main {
  background-size: cover;
  background-position: center;
  padding: 260px 0 150px;
}
.main .main-info {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.main .main-info .main-title {
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
}
.main .main-info .btn-castom {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 360px;
}
.main .main-info ul {
  list-style: none;
  text-align: center;
}
.main .main-info ul li {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 12px 0;
  text-transform: uppercase;
}

.projects {
  padding: 80px 0;
}
.projects .projects-slider .slide {
  margin: 0 15px;
}
.projects .projects-slider .slide a {
  display: inline-block;
  padding-bottom: 70%;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.projects .projects-slider .fa {
  position: absolute;
  top: 40%;
  color: #000 !important;
  font-size: 70px !important;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}
.projects .projects-slider .slider .fa:hover {
  color: #000 !important;
}
.projects .projects-slider .fa-next {
  right: -45px;
}
.projects .projects-slider .fa-prev {
  left: -45px;
}

.tel {
  display: none;
}

@media screen and (max-width: 1500px) {
  .main .main-info .main-title {
    font-size: 36px;
  }

  .main .main-info .btn-castom {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .main {
    padding: 150px 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .projects .projects-slider .fa-next {
    right: 0;
  }

  .projects .projects-slider .fa-prev {
    left: 0;
  }

  .slick-slider {
    padding: 0 40px;
  }

  .projects .projects-slider .fa {
    top: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .main .main-info .main-title br {
    display: none;
  }

  .main .main-info .main-title {
    font-size: 40px;
  }

  .main {
    padding: 220px 0 130px;
  }

  .main .main-info .btn-castom {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 220px;
  }

  .projects .projects-slider .fa {
    top: 38%;
  }
}
@media screen and (max-width: 767px) {
  .main .main-info .main-title {
    font-size: 34px;
  }

  .slick-slider {
    padding: 0px;
  }

  .projects .projects-slider .fa {
    z-index: 111;
  }

  .projects .projects-slider .fa {
    font-size: 45px !important;
  }

  .projects .projects-slider .fa-next {
    right: -10px;
  }

  .projects .projects-slider .fa-prev {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .main .main-info .main-title {
    font-size: 30px;
  }

  .main .main-info ul li {
    font-size: 18px;
  }

  .main .main-info .btn-castom {
    margin: 40px 0;
  }

  .main {
    padding: 150px 0 80px;
  }

  .tel {
    display: inline-block !important;
  }
}

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