@font-face {
  font-family: Poppins;
  src: url(/fonts/Poppins-Regular.ttf); }
@font-face {
  font-family: Poppins;
  src: url(/fonts/Poppins-SemiBold.ttf);
  font-weight: 500; }
@font-face {
  font-family: Poppins;
  src: url(/fonts/Poppins-Bold.ttf);
  font-weight: bold; }
form input.error,
form textarea.error {
  border-color: #f56954 !important; }
form label.error {
  color: #f56954 !important;
  text-transform: none; }

.main-banner {
  background-image: url(/img/banner.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 90vh;
  display: flex;
  padding: 13vh 20vw 0 20vw;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .main-banner {
      padding: 10vh 16px 0 16px; } }
  .main-banner .caption {
    text-align: center;
    font-family: Poppins;
    color: #fff;
    font-size: 32px;
    line-height: 44px; }
    .main-banner .caption b {
      color: #47b850; }

header {
  padding: 56px 0 0 0;
  background: #f1ede3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  header .logo {
    max-height: 136px;
    max-width: 100%; }
  header .responsive-menu-button {
    display: none;
    font-size: 32px;
    text-align: right;
    color: #2a2a2a; }
    @media (max-width: 991px) {
      header .responsive-menu-button {
        display: block; } }
  @media (max-width: 991px) {
    header .main-menu {
      display: none; } }
  header .main-menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: flex-end;
    margin: 0 -16px; }
    header .main-menu ul li {
      margin: 0 16px; }
      header .main-menu ul li a {
        text-transform: uppercase;
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        text-align: right;
        position: relative;
        color: #2a2a2a; }
        header .main-menu ul li a.active:after {
          width: 100%; }
          @media (max-width: 767px) {
            header .main-menu ul li a.active:after {
              width: 0; } }
        header .main-menu ul li a:hover {
          text-decoration: none; }
          header .main-menu ul li a:hover:after {
            width: 100%; }
            @media (max-width: 767px) {
              header .main-menu ul li a:hover:after {
                width: 0; } }
        header .main-menu ul li a:after {
          content: "";
          display: block;
          border-bottom: 3px solid #47b850;
          width: 0;
          position: absolute;
          left: 0;
          transition: 0.3s ease; }
  header .contact-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    margin-top: 24px;
    color: #2a2a2a; }
    @media (max-width: 991px) {
      header .contact-header {
        display: none; } }
    header .contact-header .social-links {
      margin: 0 24px;
      display: flex; }
      header .contact-header .social-links a {
        border-radius: 2px;
        text-align: center;
        padding: 0 8px;
        margin: 0 4px;
        display: block;
        transition: 0.3s ease;
        background: #2a2a2a;
        color: #fff; }
        header .contact-header .social-links a:hover {
          text-decoration: none;
          background: #e1ddd5; }
    header .contact-header .flags {
      display: flex; }
      header .contact-header .flags a {
        margin: 0 4px;
        display: block; }
  header.floated-header {
    background: transparent; }
    header.floated-header .responsive-menu-button {
      color: #fff; }
    header.floated-header .main-menu li a {
      color: #fff; }
    header.floated-header .contact-header {
      color: #fff; }
      header.floated-header .contact-header .social-links a {
        background: #fff;
        color: #2a2a2a; }
        header.floated-header .contact-header .social-links a:hover {
          background: #e1ddd5; }

.responsive-menu-container {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 99999; }
  .responsive-menu-container .responsive-menu {
    background: #47b850;
    color: #fff;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 64px 32px;
    z-index: 999; }
    .responsive-menu-container .responsive-menu .logo {
      max-height: 48px;
      max-width: 100%; }
    .responsive-menu-container .responsive-menu nav {
      margin: 64px 0; }
      .responsive-menu-container .responsive-menu nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .responsive-menu-container .responsive-menu nav ul li {
          margin: 8px 0; }
          .responsive-menu-container .responsive-menu nav ul li a {
            color: #fff;
            text-transform: uppercase;
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px; }
    .responsive-menu-container .responsive-menu .contact-area {
      margin-top: 64px; }
      .responsive-menu-container .responsive-menu .contact-area .social-links {
        display: flex;
        margin-right: 16px; }
        .responsive-menu-container .responsive-menu .contact-area .social-links a {
          border-radius: 2px;
          text-align: center;
          padding: 0 8px;
          margin: 0 4px;
          display: block;
          transition: 0.3s ease;
          color: #2a2a2a;
          background: #fff; }
          .responsive-menu-container .responsive-menu .contact-area .social-links a:hover {
            background: #e1ddd5;
            text-decoration: none; }
      .responsive-menu-container .responsive-menu .contact-area .flags {
        display: flex; }
        .responsive-menu-container .responsive-menu .contact-area .flags a {
          margin: 0 4px;
          display: block; }

.non-root-main {
  padding-top: 256px; }

section {
  margin: 64px 0; }

.page-h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  position: relative; }
  .page-h2:after {
    content: "";
    display: block;
    border-bottom: 3px solid #47b850;
    width: 72px;
    position: absolute;
    left: calc(50% - 36px);
    margin-top: 4px; }
  .page-h2.left {
    text-align: left; }
    .page-h2.left:after {
      left: 0; }

.page-h4 {
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px; }

.services-carousel-container {
  position: relative;
  height: 60vh; }
  .services-carousel-container .bg {
    position: absolute;
    background: #47b850;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    @media (max-width: 767px) {
      .services-carousel-container .bg {
        left: 0; } }
  .services-carousel-container .services-carousel {
    height: 100%; }
    .services-carousel-container .services-carousel .carousel-inner {
      height: 100%; }
      .services-carousel-container .services-carousel .carousel-inner .carousel-item {
        height: 100%; }
        .services-carousel-container .services-carousel .carousel-inner .carousel-item img {
          height: 100%;
          padding: 24px 0;
          width: 60%;
          object-fit: contain; }
          @media (max-width: 767px) {
            .services-carousel-container .services-carousel .carousel-inner .carousel-item img {
              width: 100%;
              padding: 0; } }
        .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption {
          right: 0;
          left: 60%;
          top: 0;
          bottom: 0;
          text-align: left;
          margin-left: 40px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media (max-width: 767px) {
            .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption {
              left: 0;
              top: auto;
              background: rgba(0, 0, 0, 0.6);
              margin-left: 0;
              padding: 16px; } }
          .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption h5 {
            font-family: Poppins;
            font-weight: 500;
            font-size: 45px;
            line-height: 52px;
            color: #fff; }
            @media (max-width: 767px) {
              .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption h5 {
                font-size: 18px;
                line-height: normal;
                margin: 0; } }
          .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption p {
            font-family: Poppins;
            margin: 16px 0;
            font-size: 20px;
            line-height: 24px;
            color: #fff; }
            @media (max-width: 767px) {
              .services-carousel-container .services-carousel .carousel-inner .carousel-item .carousel-caption p {
                font-size: 14px;
                line-height: normal;
                margin: 8px 0; } }
    .services-carousel-container .services-carousel .carousel-indicators {
      bottom: -64px; }
      .services-carousel-container .services-carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #e1ddd5;
        opacity: 1;
        margin: 0 8px; }
        .services-carousel-container .services-carousel .carousel-indicators li.active {
          background-color: #47b850; }

.budget {
  margin-top: 128px; }
  .budget .container {
    background-image: url(/img/banner3.png);
    background-position: center center;
    background-size: cover;
    height: 50vh;
    color: #fff;
    font-family: Poppins;
    border-radius: 8px; }
    .budget .container h5 {
      font-size: 40px;
      line-height: 48px; }
      .budget .container h5 b {
        color: #47b850; }
    .budget .container .btn-primary {
      text-transform: uppercase;
      background-color: #47b850;
      border: 0;
      color: #fff; }
      .budget .container .btn-primary:hover {
        background-color: #3fa247; }

.posts {
  font-family: Poppins;
  margin-bottom: 112px; }
  .posts .post {
    margin-bottom: 32px; }
    .posts .post .photo {
      height: 60vh;
      background-position: center center;
      background-size: cover;
      border-radius: 8px;
      position: relative; }
      .posts .post .photo .date {
        top: 0;
        right: 0;
        background: #47b850;
        color: #fff;
        font-weight: bold;
        padding: 8px 16px 8px 16px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        margin-top: 24px;
        position: absolute; }
    .posts .post h6 {
      font-weight: bold;
      color: #2a2a2a;
      margin: 16px 0; }
    .posts .post .read-more {
      color: #ed3237;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
      .posts .post .read-more:hover {
        text-decoration: none;
        color: #e1141a; }

footer {
  background: #f1ede3;
  padding: 40px; }
  footer .footer-inner {
    background: #47b850;
    color: #fff;
    border-radius: 8px;
    padding: 56px;
    margin-top: -80px;
    font-size: 14px; }
    footer .footer-inner h2 {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 16px; }
    footer .footer-inner ul {
      padding-left: 16px;
      margin: 0; }
    footer .footer-inner nav ul {
      list-style-type: none;
      padding: 0; }
      footer .footer-inner nav ul a {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 8px;
        display: block; }
        footer .footer-inner nav ul a:hover {
          text-decoration: none;
          font-weight: bold; }
    footer .footer-inner .social-links {
      display: flex; }
      footer .footer-inner .social-links a {
        border-radius: 2px;
        text-align: center;
        padding: 0 8px;
        margin: 0 4px;
        display: block;
        transition: 0.3s ease;
        background: #fff;
        color: #2a2a2a; }
        footer .footer-inner .social-links a:hover {
          text-decoration: none;
          background: #e1ddd5; }

.header-h1 {
  background: #47b850;
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 24px;
  margin: 0 5vw;
  z-index: 99;
  transform: translateY(40%); }
  @media (max-width: 991px) {
    .header-h1 {
      margin: 0; } }

.company-main-image {
  max-width: 100%; }

.mission-card {
  background: #f1ede3;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .mission-card .mission-icon {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #47b850;
    margin: -72px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mission-card .mission-icon img {
      height: 56px; }
  .mission-card h2 {
    font-family: Poppins;
    font-weight: bold;
    color: #47b850;
    text-transform: uppercase;
    margin: 16px 0 8px 0;
    font-size: 24px; }
  .mission-card p {
    margin: 0;
    font-size: 18px;
    flex: 1;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center; }

.structure-carousel .owl-stage {
  display: flex;
  align-items: center; }
.structure-carousel .owl-item img {
  height: 40vh;
  transition: height 1 ease; }
  @media (max-width: 767px) {
    .structure-carousel .owl-item img {
      height: 30vh; } }
.structure-carousel .owl-item.center img {
  height: 60vh; }
  @media (max-width: 767px) {
    .structure-carousel .owl-item.center img {
      height: 40vh; } }

.structure-carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 8px 10vw; }
  .structure-carousel-navigation a {
    font-size: 32px;
    color: #47b850; }
    .structure-carousel-navigation a:hover {
      color: #3fa247; }

.mb-7 {
  margin-bottom: 5rem !important; }

.mb-9 {
  margin-bottom: 7rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.services-nav .nav-link {
  text-transform: uppercase;
  background-color: #f1ede3;
  color: #919191;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 8px; }
  .services-nav .nav-link.active {
    background-color: #47b850;
    color: #fff; }

.services-content ul li {
  margin-bottom: 16px; }

  .services-content .inner-services-carousel-img{object-fit:cover;width:100%}

.btn-primary {
  background-color: #47b850;
  border: 0;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px; }
  .btn-primary:hover {
    background-color: #3fa247; }

.form-page label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #919191; }
.form-page input,
.form-page textarea {
  background-color: #f1ede3;
  border-color: transparent; }

.contact-title {
  display: flex;
  align-items: center;
  color: #47b850;
  font-family: Poppins;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 16px; }
  .contact-title .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #47b850;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px; }
    .contact-title .icon i {
      color: #fff;
      font-size: 30px; }

.phones-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold; }

.blog-categories {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .blog-categories li {
    margin-bottom: 8px; }
    .blog-categories li a {
      display: block;
      background: #f1ede3;
      font-family: Poppins;
      font-weight: 500;
      padding: 8px 24px;
      color: #2a2a2a; }
      .blog-categories li a:hover {
        text-decoration: none;
        background: #eae4d6; }

.post-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px; }

.post-figure {
  height: 60vh;
  background-position: center center;
  background-size: cover; }

.social-links-container .title {
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px; }
.social-links-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none; }
  .social-links-container ul li {
    margin-right: 8px; }
    .social-links-container ul li a {
      color: #2a2a2a;
      font-size: 24px; }
      .social-links-container ul li a:hover {
        text-decoration: none;
        color: #474747; }

.contact-container {
  word-wrap: break-word; }

.contact-map {
  width: 100%;
  height: 60vh; }

#logo-svg {
  max-width: 100%; }

  

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