@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  transition: all 3s ease;
}
body.modal-open {
  padding-right: 0 !important;
}

a {
  color: white;
  text-decoration: none;
}

.borderRadius {
  border-radius: 10px;
}

.header-white {
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(154, 202, 58, 0.65);
}

.hero-section {
  background-color: #9ACA3A;
  background-image: url("../images/intro.jpg");
  background-position: 50%;
  padding: 0;
  min-height: 100vh;
  color: white;
  position: relative;
  background-color: #9ACA3A;
}
.hero-section .overlay-hero {
  position: absolute;
  width: 100%;
  padding: 40px 0;
  z-index: 2;
  bottom: 0;
  background-color: rgba(154, 202, 58, 0.95);
  text-align: center;
}
.hero-section .hero-section__text {
  display: block;
  font-weight: 700;
  margin: 0 auto;
  font-size: 30px;
  max-width: 960px;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.hero-section .link-reveal {
  margin: 0 auto;
  font-weight: 600;
  width: 100%;
}

.hero-section__text {
  font-weight: 700;
  text-align: center;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;*/
  font-size: 44px;
}

section {
  padding: 100px 0;
}

.title-section {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 50px;
}

.about {
  /*position: relative;
  background: #F8F7FE url("../images/bg-about.png");*/
  background: #eaedf2;
  /*.img-about {
      position: relative;        
      bottom: 0;
      left: 5%;
      height: 100%;
      width: 100%;
      bottom: -100px;
      img {
          position: absolute;
          bottom: 0;
      }
  }*/
}
.about .text {
  color: #0b0b0b;
}
.about .img-about img {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.3));
}
.about .signature {
  text-align: right;
}

.rrss {
  /*position: absolute;
  bottom: 10px;
  z-index: 2;
  background-color: white;
  border-radius: $border-radius;
  padding: 10px;
  box-shadow: 1px 1px 1px #000;
  left: 58%;
  transform: translate(-50%, -50%);*/
}
.rrss a {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 10px;
  font-size: 24px;
  background-color: #9ACA3A;
  border-radius: 50%;
  padding: 7px;
  text-align: center;
  margin: 0 2px;
}
.rrss a:hover {
  background-color: rgb(41, 39, 39);
  color: #9ACA3A;
}

.text {
  color: #747681;
  line-height: 35px;
  font-size: 16px;
}

.line-Height30 {
  line-height: 30px;
}

.link-inline {
  color: #9ACA3A;
  padding: 5px;
  font-weight: 600;
  border-bottom: solid 2px #9ACA3A;
}
.link-inline:hover {
  color: white;
  background-color: #9ACA3A;
  border-radius: 2px;
}

.service-box {
  border: solid 1px rgba(30, 30, 30, 0.2431372549);
  border-radius: 10px;
  padding: 25px;
  background: url(../images/brick-icon.png) no-repeat;
  background-position: 96% 6%;
  min-height: 300px;
  margin-bottom: 25px;
}
.service-box .number {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 24px;
  color: #9ACA3A;
  font-weight: 600;
}
.service-box .title-service {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-box .text-service {
  color: #999ba6;
  line-height: 30px;
  font-size: 16px;
}

.play-video {
  position: relative;
}
.play-video .btn-play {
  background-color: white;
  width: 100px;
  height: 100px;
  padding: 30px 25px 30px 30px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-video .btn-play i {
  color: #9ACA3A;
}
.play-video .btn-play:hover {
  background-color: rgb(41, 39, 39);
  color: #9ACA3A;
}

.modal-content {
  border: none;
  background-color: transparent;
}
.modal-content .modal-header {
  border: none;
}

.modal-header {
  background-color: transparent;
  border: none;
}

.modal-body {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
}

.modal-title h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.modal-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.modal-text {
  color: #55527C;
  opacity: 0.8;
  line-height: 30px;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.btn-close {
  color: white;
  opacity: 1;
}

.photos {
  margin-bottom: 30px;
  border-radius: 10px;
}

.blockquote {
  background-image: url("../images/bg-blockquote.jpg");
  color: white;
  position: relative;
  font-weight: 600;
  padding: 70px 0;
}
.blockquote .overlay {
  background-color: rgba(49, 73, 0, 0.65);
}
.blockquote .container {
  position: relative;
  z-index: 9;
}
.blockquote .blockquote_text {
  font-size: 44px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 50px;
}

.btn {
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  margin-bottom: 15px;
}
.btn.btn-light {
  color: #9ACA3A;
  background-color: white;
}
.btn.btn-light:hover {
  color: white;
  background-color: black;
}
.btn.btn-green {
  background-color: #9ACA3A;
  color: white;
}

.container-list {
  overflow: hidden;
}

.clients_list {
  margin: -2px -22px -2px -15px;
  list-style-type: none;
  padding-top: 2px;
  float: left;
  padding-left: 2px;
  min-width: calc(100% + 12px);
}
.clients_list li {
  margin: 0;
  float: left;
  width: 25%;
  border: 2px solid rgba(231, 231, 231, 0.5490196078);
  text-align: center;
  height: 180px;
  line-height: 180px;
  position: relative;
  margin-top: -2px;
  margin-left: -2px;
  overflow: hidden;
}
.clients_list li .list-inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  opacity: 0.4;
}

.testimonial {
  background-color: #9ACA3A;
}
.testimonial .title-section {
  color: white;
}
.testimonial .testimonial-item {
  font-size: 22px;
  line-height: 38px;
  padding: 0 60px;
  color: white;
  font-weight: 400;
}
.testimonial .testimonial-item p {
  font-style: italic;
}
.testimonial .testimonial-item .testimonial_detail {
  margin-top: 50px;
}
.testimonial .testimonial-item .testimonial_detail .td_profile {
  display: block;
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  color: white;
  margin-bottom: 10px;
}
.testimonial .testimonial-item .testimonial_detail .td_profile i {
  padding-left: 1px;
  color: #9ACA3A;
}
.testimonial .testimonial-item .testimonial_detail .td_name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial .testimonial-item .testimonial_detail .td_position {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 12px !important;
  position: relative !important;
}
.owl-dot span::before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 100%;
  border: 2px solid black;
  z-index: -1;
  transition: all 0.5s ease;
}
.owl-dot.active span {
  background: black !important;
}
.owl-dot.active span::before {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.item-contact i {
  display: block;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px #f3f3f3;
}
.item-contact a {
  color: black;
}
.item-contact a:hover {
  color: #9ACA3A;
}
.item-contact h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer {
  color: white;
  background-color: #9ACA3A;
  padding: 50px 0 30px;
}
.footer .rrss {
  position: initial;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transform: none;
}
.footer .rrss a {
  color: #9ACA3A;
  background-color: white;
}
.footer .rrss a:hover {
  background-color: black;
}
.footer .footer_nav {
  display: inline;
}
.footer .footer_nav li {
  display: inline-block;
  margin: 0 10px;
  font-weight: 400;
}

.owl-theme .owl-dots {
  padding-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  background: white;
}
.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: black;
}
.owl-theme .custom-nav {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}
.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 50px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i {
  font-size: 2rem;
  color: white;
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}

@media (max-width: 768px) {
  .nav-link {
    text-align: center;
  }
  main section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-section {
    background-image: url("../images/intro_m.jpg");
    background-size: cover;
    min-height: 90vh;
  }
  .hero-section .hero-section__text {
    font-size: 18px;
    padding: 0 20px;
  }
  .hero-section .link-reveal {
    bottom: 100px;
  }
  .signature {
    float: left;
    margin: 10px 0 30px;
  }
  .rrss {
    margin: 20px 0 30px;
    text-align: center;
  }
  .rrss a {
    height: 50px;
    width: 50px;
    line-height: 37px;
    font-size: 22px;
  }
  .clients_list {
    margin: -2px -22px -2px -15px;
  }
  .clients_list li {
    width: 50%;
  }
  .about .img-about img {
    position: initial;
    padding-right: 10px;
  }
  .blockquote {
    background-position: 52% 0;
  }
  .blockquote .blockquote_text {
    font-size: 34px;
  }
  .testimonial .testimonial-item {
    font-size: 15px;
  }
  .item-contact {
    margin-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer [class*=col-] {
    margin-bottom: 20px;
  }
  .footer .footer_nav li {
    font-size: 12px;
  }
}/*# sourceMappingURL=patokenny.css.map */