/* importfont */
@import url("css2.css");
/* importfont end */
/* typography */
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  color: #646464;
  line-height: 26px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #333; }

h1 {
  font-size: 60px;
  font-weight: 900; }

h2 {
  font-size: 43px;
  font-weight: 800; }

h3 {
  font-size: 30px;
  font-weight: 600; }

h4 {
  font-size: 27px;
  font-weight: 600; }

h5 {
  font-size: 27px;
  font-weight: 500; }

h6 {
  font-size: 20px;
  font-weight: 600; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #4a4646; }

a:hover {
  color: #14a800; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

/* typography end */
/* loader */
.spinner5 .cube1,
.spinner5 .cube2 {
  background-color: #fafafa; }

/* loaderend */
/* button */
.button {
  background: #14a800;
  padding: 10px 29px;
  font-size: 14px;
  border: none;
  color: #fefefe;
  font-weight: 500;
  transition: 0.5s; }

.button:hover {
  background: #43cf30; }

/* button end */
/* navbar */
.navbar {
  padding: 20px 0;
  background: #fafafa; }
  .navbar .navbar-brand {
    width: 143px; }
  .navbar .navbar-nav {
    margin: 0 auto; }
    .navbar .navbar-nav .nav-item {
      margin: 0 15px;
      font-weight: 500; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #14a800; }
    .navbar .navbar-nav .dropdown-menu {
      border-radius: 0; }
    .navbar .navbar-nav .dropdown-item:hover,
    .navbar .navbar-nav .dropdown-item:focus {
      background: #14a800;
      color: #fff; }
    .navbar .navbar-nav .dropdown-toggle::after {
      display: none; }
    .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
      display: block; }
    .navbar .navbar-nav .dropdown > .dropdown-toggle:active {
      pointer-events: none; }
  .navbar .navbar-toggler {
    border: transparent; }
    .navbar .navbar-toggler i {
      color: #14a800;
      font-size: 30px;
      text-align: center; }
    .navbar .navbar-toggler .open {
      position: relative;
      right: -12px; }
    .navbar .navbar-toggler .close {
      display: none;
      position: relative;
      right: -9px; }
  .navbar .navbar-toggler:focus {
    box-shadow: none; }
  .navbar .navbar-toggler:not(.collapsed) > .open {
    display: none; }
  .navbar .navbar-toggler:not(.collapsed) > .close {
    display: inline-block; }

.shrink {
  padding: 17px 0;
  box-shadow: 0px 1px 4px 0px #005e71; }

/* navbar end */
/* header */
.header {
  padding: 200px 0 100px 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../image/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top; }
  .header .content {
    margin-right: 20px; }
    .header .content h1,
    .header .content h4,
    .header .content p {
      color: #fafafa; }
    .header .content h1 {
      margin-bottom: 18px; }
    .header .content span {
      color: #e57c23; }
    .header .content h4 {
      margin-bottom: 31px; }
    .header .content .button {
      margin-top: 24px; }

.header-page {
  padding: 250px 0 120px 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/header-page.png);
  background-size: cover;
  background-position: top center; }
  .header-page h1 {
    color: #fafafa;
    margin-bottom: 22px; }
  .header-page nav ol li {
    margin-right: 13px;
    font-size: 24px;
    font-weight: 600; }
    .header-page nav ol li a {
      color: #fafafa; }
    .header-page nav ol li i {
      color: #fafafa; }
    .header-page nav ol li a:hover {
      color: #14a800; }
  .header-page nav ol .active {
    color: #14a800; }

/* header end */
/* features */
.features {
  padding: 80px 0 0 0; }
  .features h2 {
    margin-bottom: 37px; }
  .features .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    transition: 0.5s; }
    .features .content .feature-icon {
      background: #14a800;
      width: 90px;
      height: 90px;
      line-height: 88px;
      border-radius: 50%;
      margin: 0 auto; }
      .features .content .feature-icon img {
        width: 50px; }
    .features .content .title-features {
      padding: 0 62px;
      margin-top: 30px; }
  .features .content:hover {
    transform: translateY(-7px); }

.features-two {
  padding: 0 0 80px 0; }

/* features end */
/* about */
.about {
  padding: 80px 0 0 0; }
  .about .content .images {
    position: relative; }
    .about .content .images img {
      border-radius: 0px; }
    .about .content .images .one {
      max-width: 500px; }
    .about .content .images .two {
      position: absolute;
      right: 0;
      bottom: -20px;
      max-width: 300px; }
  .about .content h2 {
    margin-bottom: 20px; }
    .about .content h2 span {
      color: #14a800; }
  .about .content .elementor {
    margin-bottom: 10px; }
  .about .content a {
    color: #fafafa; }

/* about end */
/* team */
.team {
  padding: 80px 0 80px 0;
  background: #14a800; }
  .team h2 {
    margin-bottom: 37px;
    color: #fafafa; }
  .team .content {
    position: relative; }
    .team .content .owl-carousel .card {
      border: none;
      border-radius: 0;
      margin: 13px 14px;
      color: #646464; }
      .team .content .owl-carousel .card .card-body {
        padding: 10px 0; }
        .team .content .owl-carousel .card .card-body ul li {
          margin: 10px 0; }
          .team .content .owl-carousel .card .card-body ul li a {
            font-weight: 600; }
          .team .content .owl-carousel .card .card-body ul li i {
            margin: 0 10px;
            font-size: 20px; }
          .team .content .owl-carousel .card .card-body ul li i:hover {
            color: #14a800; }
  .team .card {
    border: none;
    border-radius: 0;
    margin: 13px 14px;
    color: #646464; }
    .team .card .card-body {
      padding: 10px 0; }
      .team .card .card-body ul li {
        margin: 10px 0; }
        .team .card .card-body ul li a {
          font-weight: 600; }
        .team .card .card-body ul li i {
          margin: 0 10px;
          font-size: 20px; }
        .team .card .card-body ul li i:hover {
          color: #14a800; }

/* team end */
/* statistic */
.statistic {
  padding: 80px 0; }
  .statistic .content h2 {
    margin-bottom: 20px; }
    .statistic .content h2 span {
      color: #14a800; }
  .statistic .content img {
    width: 50px;
    height: 50px;
    margin-right: 20px; }
  .statistic .content .counter span {
    font-size: 26px;
    color: #14a800;
    font-weight: 800;
    letter-spacing: -1px; }
  .statistic .content .counter i {
    font-size: 20px;
    color: #14a800;
    margin-left: 5px; }
  .statistic .content .counter p {
    font-size: 18px;
    font-weight: 800;
    margin-top: 4px; }
  .statistic .content-right {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 22px;
    margin-bottom: 20px; }

.statistic-two {
  padding: 20px 0 80px 0; }

/* statistic end */
/* services */
.services {
  padding: 80px 0 80px 0; }
  .services span {
    color: #14a800; }
  .services .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 28px 32px;
    margin: 17px 5px;
    transition-property: background;
    transition-duration: 2s; }
    .services .content .services-icon {
      background: #14a800;
      width: 90px;
      height: 90px;
      line-height: 88px;
      border-radius: 50%;
      margin-bottom: 20px; }
      .services .content .services-icon img {
        width: 60px; }
  .services h2 {
    margin-bottom: 26px; }
  .services .content:hover {
    background: #14a800;
    color: #fff; }
    .services .content:hover h4 {
      color: #fff; }

/* services end */
/* solution */
.solution {
  padding: 80px 0; }
  .solution h2 span {
    color: #14a800; }
  .solution .content ul {
    margin-bottom: 20px; }
    .solution .content ul li i {
      margin-right: 8px;
      color: #14a800;
      font-size: 20px; }

.solution-two {
  padding: 80px 0 0 0; }

/* solution end */
/* testimoni */
.testimoni {
  padding: 80px 0;
  background: #14a800; }
  .testimoni h2 {
    margin-bottom: 30px;
    color: #fafafa; }
  .testimoni .content img {
    width: 70px;
    height: 70px;
    border-radius: 50%; }
  .testimoni .content .card {
    border-radius: 0;
    padding: 16px 24px; }
    .testimoni .content .card .icon i {
      font-size: 26px;
      background: #14a800;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      color: #fafafa; }
    .testimoni .content .card .card-body p {
      color: #646464; }
    .testimoni .content .card h6 {
      margin-top: 14px; }

/* testimoni end */
/* process */
.process {
  padding: 80px 0 0 0; }
  .process h2 {
    margin-bottom: 37px; }
    .process h2 span {
      color: #14a800; }
  .process .content {
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 6px;
    padding: 16px 20px; }
    .process .content img {
      width: 100px;
      margin-bottom: 14px; }
    .process .content .count {
      background: #14a800;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 50%;
      font-size: 22px;
      text-align: center;
      font-weight: 600;
      margin-bottom: 16px;
      color: #fafafa; }

.process-two {
  padding: 0; }

/* process end */
/* project */
.project {
  padding: 80px 0 38px 0; }
  .project .heading {
    margin-bottom: 30px; }
    .project .heading h2 {
      margin-top: 11px; }
      .project .heading h2 span {
        color: #14a800; }
    .project .heading .menu {
      margin-left: 18px;
      padding: 13px 0; }
      .project .heading .menu .button {
        background: #14a800;
        border-radius: 0;
        margin: 0 5px;
        padding: 10px 26px;
        font-size: 16px; }
      .project .heading .menu .button:focus {
        background: #43cf30; }
      .project .heading .menu .button:hover {
        background: #43cf30; }
  .project .content {
    margin: 0 6px;
    margin-bottom: 38px; }
    .project .content img {
      cursor: pointer; }
    .project .content .menu-page {
      margin-bottom: 30px; }
      .project .content .menu-page .button {
        background: #14a800;
        border-radius: 0;
        margin: 0 5px;
        padding: 10px 26px;
        font-size: 16px; }

.project-two {
  padding: 80px 0 0 0; }

.modal .modal-dialog .modal-content {
  border-radius: 0; }

/* project end */
/* cta */
.cta {
  padding: 60px 0;
  background-image: linear-gradient(to top, rgba(20, 168, 0, 0.5), rgba(20, 168, 0, 0.5)), url(../image/bgcta.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fafafa; }
  .cta h2 {
    color: #fafafa; }

/* cta end */
/* blog */
.blog {
  padding: 80px 0 0 0; }
  .blog h2 {
    margin-bottom: 37px; }
  .blog span {
    color: #14a800; }
  .blog .content {
    margin: 0 6px; }
    .blog .content .main-blog img {
      margin-bottom: 22px; }
    .blog .content .main-blog ul {
      margin-bottom: 10px;
      color: #14a800; }
      .blog .content .main-blog ul li {
        margin-right: 30px;
        font-weight: 500; }
        .blog .content .main-blog ul li i {
          margin-right: 10px; }
    .blog .content .main-blog a h4:hover {
      color: #14a800; }
    .blog .content .main-blog .button a {
      color: #fafafa; }
    .blog .content h4 {
      margin-bottom: 13px; }
    .blog .content img {
      transition: opacity 0.75s; }
    .blog .content img:hover {
      opacity: 0.5; }
  .blog .article {
    margin: 20px 0; }
    .blog .article .article-image {
      margin-right: 20px; }
      .blog .article .article-image img {
        transition: opacity 0.75s; }
      .blog .article .article-image img:hover {
        opacity: 0.5; }
    .blog .article .article-content a h4:hover {
      color: #14a800; }
    .blog .article .article-content ul {
      margin-bottom: 20px; }
      .blog .article .article-content ul li {
        margin-right: 20px;
        font-weight: 600;
        font-size: 14px;
        color: #14a800; }
        .blog .article .article-content ul li i {
          margin-right: 4px; }
    .blog .article .grid,
    .blog .article .details {
      margin: 0;
      margin-bottom: 20px; }
    .blog .article figure {
      background: #14a800;
      font-style: italic;
      padding: 20px 20px; }
      .blog .article figure .blockquote {
        color: #fafafa; }
      .blog .article figure .blockquote-footer {
        margin: 20px 0;
        color: #fafafa; }
    .blog .article .share .social {
      margin-left: 10px; }
      .blog .article .share .social li {
        margin-right: 12px; }
        .blog .article .share .social li i {
          font-size: 24px;
          margin-right: 10px;
          color: #414241; }
        .blog .article .share .social li i:hover {
          color: #14a800; }
    .blog .article .comment h3 {
      margin-bottom: 30px; }
    .blog .article .comment .card {
      border: none;
      background: none;
      flex-direction: row;
      margin-bottom: 20px; }
      .blog .article .comment .card .hero-testimoni img {
        width: 70px;
        border-radius: 50%;
        margin-right: 20px; }
      .blog .article .comment .card .card-body span {
        font-weight: 600; }
      .blog .article .comment .card .card-body h6,
      .blog .article .comment .card .card-body p {
        color: #414241; }
      .blog .article .comment .card .card-body p {
        margin-top: 20px; }
    .blog .article .form-comment form .form-label {
      display: none; }
    .blog .article .form-comment form .form-control {
      width: 100%;
      height: 50px;
      border: none;
      border-bottom: 1px solid #14a800;
      border-radius: 0; }
    .blog .article .form-comment form .form-control,
    .blog .article .form-comment form .form-select:focus {
      box-shadow: none; }
    .blog .article .form-comment form .form-control::placeholder {
      color: #414241; }
    .blog .article .form-comment form .input-wrap {
      margin-bottom: 20px; }
  .blog .pagination-div {
    margin-top: 40px; }
    .blog .pagination-div .pagination .page-item {
      margin: 0 10px; }
      .blog .pagination-div .pagination .page-item .page-link {
        font-size: 16px;
        color: #414241; }
      .blog .pagination-div .pagination .page-item a:hover {
        background: #14a800;
        color: #fafafa; }
    .blog .pagination-div .pagination .left {
      margin-left: 0; }
    .blog .pagination-div .pagination .page-link.active,
    .blog .pagination-div .pagination .active > .page-link {
      background: #14a800;
      color: #fafafa;
      border: none;
      cursor: default; }

.blog-right {
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }
  .blog-right .search {
    margin-bottom: 40px; }
    .blog-right .search h3 {
      margin-bottom: 30px; }
    .blog-right .search .input-group .form-control,
    .blog-right .search .input-group .input-group-text {
      border-radius: 5px;
      border: 1px solid #ddd; }
    .blog-right .search .input-group .form-control,
    .blog-right .search .input-group .input-group-text:focus {
      box-shadow: none; }
    .blog-right .search .input-group .form-control::placeholder {
      color: #fafafa; }
    .blog-right .search .input-group .input-group-text {
      margin-bottom: 0;
      color: #fafafa; }
  .blog-right .categories {
    margin-bottom: 40px; }
    .blog-right .categories h3 {
      margin-bottom: 30px; }
    .blog-right .categories ul li {
      margin-bottom: 10px; }
      .blog-right .categories ul li a {
        color: #414241;
        font-weight: 700; }
      .blog-right .categories ul li a:hover {
        color: #14a800; }
      .blog-right .categories ul li span {
        margin-left: 10px; }
  .blog-right .small-blog {
    margin-bottom: 30px; }
    .blog-right .small-blog h3 {
      margin-bottom: 30px; }
    .blog-right .small-blog .article .article-image img {
      width: 110px; }
    .blog-right .small-blog .article .article-content a h6:hover {
      color: #14a800; }
    .blog-right .small-blog .article .article-content ul li i {
      margin-right: 10px; }

/* blog end */
/* contact */
.contact {
  padding: 80px 0; }
  .contact .content form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #14a800;
    border-radius: 0; }
  .contact .content form input:focus {
    outline: none;
    box-shadow: none; }
  .contact .content form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #14a800;
    border-radius: 0;
    margin-bottom: 10px; }
  .contact .content form textarea:focus {
    outline: none;
    box-shadow: none; }
  .contact .content button {
    margin-top: 20px; }
  .contact .contact-info {
    padding: 20px 50px;
    background: #14a800; }
    .contact .contact-info .content .small-info {
      margin-bottom: 30px; }
      .contact .contact-info .content .small-info i {
        font-size: 30px;
        margin-right: 12px;
        color: #fafafa; }
      .contact .contact-info .content .small-info h6 {
        color: #fafafa; }

/* map */
.map .content iframe {
  width: 100%;
  float: right; }

/* map end */
/* contact end */
/* footer */
.footer {
  padding: 80px 0;
  clear: both; }
  .footer .content img {
    width: 162px;
    margin: 4px 0 22px 0; }
  .footer .content h5 {
    margin-bottom: 22px; }
  .footer .content ul li {
    margin: 10px 0; }
    .footer .content ul li a {
      font-weight: 600; }
    .footer .content ul li i {
      margin: 0 10px;
      font-size: 26px; }
    .footer .content ul li i:hover {
      color: #14a800; }

/* footer end */
/* line end */
/* copyright */
.copyright {
  padding-bottom: 20px; }
  .copyright hr {
    border-top: 3px solid #333;
    margin: 0 0 35px 0; }

/* copyright end */

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