@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif; }

input,
textarea,
button:focus,
button:hover,
button:active,
button:visited {
  outline: none; }

::marker {
  color: #f9e701;
  font-size: 1.2em; }

.button-chat {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  background: white;
  position: fixed;
  color: #4fce5c;
  font-size: 10px;
  font-weight: bold;
  border-radius: 25px;
  padding: 10px;
  width: 160px;
  right: 40px;
  bottom: 100px;
  outline: none !important;
  z-index: 10; }
  .button-chat img {
    margin-left: 8px;
    margin-right: 8px; }
  .button-chat:hover {
      text-decoration: none;
      color: #c2b500;
  }

.swiper-button-disabled {
  opacity: 0 !important; }

@media (max-width: 768px) {
  .button-chat {
    right: 20px;
    bottom: 20px;
    padding: 10px 3px;
    width: 46px; }
    .button-chat span {
      display: none; } }
/****** Components ******/
.header .navbar {
  padding: 0; }
  .header .navbar .logo {
    max-height: 80px; }
  .header .navbar .navbar-toggler {
    border: none; }
  .header .navbar .nav-item {
    position: relative;
    color: #B2B2AA;
    font-size: 11px;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding: 25px 0;
    margin: 0 .5rem; }
    .header .navbar .nav-item .nav-link {
      color: #B2B2AA; }
      .header .navbar .nav-item .nav-link:hover {
        color: #c2b500; }
      .header .navbar .nav-item .nav-link img {
        max-width: 24px;
        max-height: 24px; }
    .header .navbar .nav-item:hover .nav-link, .header .navbar .nav-item.active .nav-link {
      color: #c2b500; }
    .header .navbar .nav-item:hover:before, .header .navbar .nav-item.active:before {
      position: absolute;
      top: 1px;
      width: 100%;
      height: 4px;
      background-color: #c2b500;
      content: ""; }
@media (max-width: 768px) {
  .header .navbar .nav-item {
    padding: .5rem;
    text-align: center;
    border-bottom: 1px solid #B2B2AA; }
  .header .navbar .nav-item:hover:before, .header .navbar .nav-item.active:before {
    display: none; } }

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9e701; }
  .footer .wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 15px;
    align-items: center; }
    .footer .wrapper .logo {
      display: flex;
      align-items: center;
      justify-content: start; }
      .footer .wrapper .logo img {
        max-height: 80px; }
    .footer .wrapper .copyrights {
      text-align: center;
      color: #000000;
      font-size: 14px; }
    .footer .wrapper .social {
      display: grid;
      grid-template-columns: 1fr auto auto auto;
      grid-gap: 6px;
      align-items: center;
      align-content: end;
      text-align: right;
      color: #000000;
      font-size: 14px; }
      .footer .wrapper .social a {
        color: #000000;
        font-size: 20px; }
        .footer .wrapper .social a:hover {
          color: #5F5F5F; }
  @media (max-width: 768px) {
    .footer .wrapper {
      grid-template-columns: auto; }
      .footer .wrapper .logo {
        justify-content: center; }
      .footer .wrapper .social {
        display: block;
        text-align: center; }
        .footer .wrapper .social a {
          margin-left: 5px; } }

/* Home Styles */
.home-slider {
  position: relative;
  height: 500px; }
  .home-slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .home-slider .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(to right, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -moz-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e701', endColorstr='#c2b500', GradientType=1);
    z-index: 10; }
    .home-slider .info .title {
      color: #000000;
      font-size: 32px;
      font-weight: 500; }
    .home-slider .info .description {
      color: #000000;
      font-size: 20px;
      margin-bottom: 1rem; }
    .home-slider .info .line {
      width: 80px;
      height: 5px;
      background-color: #000000; }
  @media (max-width: 768px) {
    .home-slider {
      height: 300px; }
      .home-slider .info {
        padding-top: 20px;
        padding-bottom: 20px; }
        .home-slider .info .title {
          font-size: 20px; }
        .home-slider .info .description {
          display: none; } }

.home-services {
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-services .item {
    display: grid;
    grid-template-rows: 40px auto;
    justify-content: center; }
    .home-services .item .icon {
      position: relative;
      display: block;
      text-align: center;
      margin: 0 auto 10px; }
    .home-services .item .title {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #c2b500;
      text-align: center; }

.home-vision {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f0f0f0;
}
  .home-vision .info {
      display: grid;
      grid-template-columns: 20% auto;
      grid-gap: 50px;
      padding-top: 30px;
      padding-bottom: 30px;
  }
    .home-vision .info .title {
      font-size: 30px;
      font-weight: bold;
      color: #c2b500;
      text-transform: uppercase; }
    .home-vision .info .description {
      color: #000000;
      font-size: 18px; }
  @media (max-width: 768px) {
    .home-vision .info {
      grid-template-columns: auto;
      grid-gap: 10px; }
      .home-vision .info .title {
        font-size: 24px; }
      .home-vision .info .description {
        font-size: 16px; } }

.home-sponsors {
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-sponsors .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px; }
    .home-sponsors .item .image {
      margin: auto;
      max-height: 100%;
      max-width: 80%; }

.home-counters {
  background: #c2b500 url("/htdocs/img/counters-bg-image.png") no-repeat center center;
  background-size: cover; }
  .home-counters .info {
    margin: auto;
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px; }
    .home-counters .info .item {
      display: grid;
      grid-template-rows: 40px auto auto;
      justify-content: center;
      text-align: center;
      color: #f0f0f0; }
      .home-counters .info .item .icon {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 10px; }
      .home-counters .info .item .counter {
        font-size: 40px;
        font-weight: 500; }
      .home-counters .info .item .title {
        font-size: 13px;
        font-weight: 300; }

.home-testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .home-testimonials .small-title {
    font-size: 13px;
    letter-spacing: 1px;
    color: #999999;
    text-transform: uppercase; }
  .home-testimonials .title {
    color: #c2b500;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px; }
  .home-testimonials .item {
    display: grid;
    grid-template-rows: auto 10% 1fr 10%;
    grid-gap: 15px;
    background-color: #f0f0f0;
    padding: 60px 30px 15px;
    margin: 8px;
    box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7);
    -moz-box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7); }
    .home-testimonials .item .title {
      font-size: 20px;
      font-weight: normal;
      color: #c2b500;
      text-align: center; }
    .home-testimonials .item .description {
      font-size: 16px;
      font-weight: 300;
      color: #000000; }
    .home-testimonials .item .company {
      font-size: 14px;
      color: #999999; }
    .home-testimonials .item figure {
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%;
      overflow: hidden; }
      .home-testimonials .item figure .image {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center; }

.home-gallery {
  background-color: #B2B2AA; }
  .home-gallery .swiper-wrapper {
    align-items: center; }
  .home-gallery .item {
    overflow: hidden;
    margin: auto; }
    .home-gallery .item .image {
      height: auto;
      width: 100%; }

.home-contact {
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-contact .wrapper {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 15px;
  }
    .home-contact .wrapper .address {
        position: relative;
        font-size: 14px;
    }
      .home-contact .wrapper .address strong {
        font-weight: 600; }
    .home-contact .wrapper .subscription {
      position: relative; }
      .home-contact .wrapper .subscription form {
        margin-bottom: .5em; }
      .home-contact .wrapper .subscription input[type="email"] {
        border: 1px solid #B2B2AA;
        border-radius: 24px;
        padding: 10px 115px 10px 10px;
        font-size: 14px;
        width: 100%; }
      .home-contact .wrapper .subscription input[type="submit"] {
        position: absolute;
        top: 6px;
        right: 8px;
        background-color: #c2b500;
        border: 1px solid #c2b500;
        border-radius: 16px;
        color: #000000;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 7px 15px; }
  @media (max-width: 768px) {
    .home-contact .wrapper {
      grid-template-columns: auto; } }

/* About Styles */
.about-banner {
    height: 500px;
    background: url("/htdocs/img/bg-about-featured.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
  .about-banner .info {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: linear-gradient(to right, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -moz-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e701', endColorstr='#c2b500', GradientType=1); }
    .about-banner .info .title {
      color: #000000;
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 20px; }
    .about-banner .info .line {
      width: 80px;
      height: 5px;
      background-color: #000000;
      margin-bottom: 0; }
    .about-banner .info .share {
      color: #000000;
      font-weight: 300;
      font-size: 13px;
      text-transform: uppercase; }
      .about-banner .info .share a {
        color: #000000;
        font-size: 18px;
        margin-left: 5px; }
        .about-banner .info .share a:hover {
          color: #5F5F5F; }
  @media (max-width: 768px) {
    .about-banner {
      height: 300px; }
      .about-banner .info .title {
        font-size: 32px; } }

.about-history {
  padding-top: 60px;
  padding-bottom: 60px; }
  .about-history .content {
    display: grid;
    grid-template-columns: auto 60%;
    grid-gap: 10%; }
    .about-history .content .left {
      font-size: 20px;
      color: #c2b500; }
    .about-history .content .right {
      font-size: 18px;
      color: #000000; }
  @media (max-width: 768px) {
    .about-history .content {
      grid-template-columns: auto;
      grid-gap: 10px; }
      .about-history .content .left {
        font-size: 18px; }
      .about-history .content .right {
        font-size: 16px; } }

.about-featured {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9e701; }
  .about-featured .content {
    margin: auto;
    max-width: 750px;
    text-align: center; }
  .about-featured .title {
    color: #5F5F5F;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .about-featured .description {
    color: #000000;
    font-size: 22px;
    text-align: center; }
  .about-featured.alternative {
      padding-top: 90px;
      padding-bottom: 90px;
      background: #5F5F5F url("/htdocs/img/bg-about-featured.jpg") no-repeat center center;
      background-size: cover;
      background-blend-mode: multiply;
  }
    .about-featured.alternative .title {
        color: #f9e701;
        font-size: 40px;
        font-weight: 500;
        text-transform: none;
        margin-bottom: 0;
    }
    .about-featured.alternative .description {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 30px;
        color: #f9e701;
    }
    .about-featured.alternative .contact-btn {
      border: 1px solid #c2b500;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #000000;
      background-color: #f9e701;
      border-radius: 20px;
      padding: 10px 30px; }
      .about-featured.alternative .contact-btn:hover {
        text-decoration: none; }
  @media (max-width: 768px) {
    .about-featured.alternative .title {
      font-size: 32px; }
    .about-featured.alternative .description {
      font-size: 18px; } }

.about-services {
  padding-top: 60px;
  padding-bottom: 60px; }
  .about-services .content {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 30px; }
  .about-services .item {
    display: grid;
    grid-template-columns: 40px auto 60%;
    grid-gap: 5%; }
    .about-services .item figure {
      padding-top: 8px; }
    .about-services .item .title {
      color: #c2b500;
      font-weight: 300;
      font-size: 22px; }
    .about-services .item .description {
      font-size: 18px;
      font-weight: 300;
      color: #000000;
      font-family: "Poppins", sans-serif; }
  .about-services.alternative {
    background-color: #f0f0f0; }
    .about-services.alternative .content {
      display: grid;
      grid-template-columns: auto 60%;
      grid-gap: 10%; }
      .about-services.alternative .content .left {
        font-size: 20px;
        color: #c2b500; }
        .about-services.alternative .content .left .title {
          font-size: 30px;
          font-weight: 600; }
      .about-services.alternative .content .right {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 300; }
        .about-services.alternative .content .right .title {
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase; }
  @media (max-width: 768px) {
    .about-services .content {
      grid-row-gap: 50px; }
    .about-services .item {
      grid-template-columns: auto;
      grid-template-rows: auto;
      text-align: center; }
      .about-services .item figure {
        margin: 0 auto; }
    .about-services.alternative .content {
      grid-template-columns: auto;
      grid-template-rows: auto;
      grid-gap: 30px; } }

.about-team {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .about-team .small-title {
    font-size: 13px;
    letter-spacing: 1px;
    color: #999999;
    text-transform: uppercase; }
  .about-team .title {
    color: #c2b500;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px; }
  .about-team .item {
    display: grid;
    grid-template-rows: auto 10% 1fr 10%;
    grid-gap: 15px;
    height: 400px;
    background-color: #f0f0f0;
    padding: 60px 15px 15px;
    margin: 8px;
    box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7);
    -moz-box-shadow: 2px 2px 4px 0 rgba(178, 178, 170, 0.7); }
    .about-team .item .title {
      font-size: 20px;
      font-weight: normal;
      color: #c2b500;
      text-align: center; }
    .about-team .item .description {
      font-size: 16px;
      font-weight: 300;
      color: #000000;
      text-align: center; }
    .about-team .item .email {
      font-size: 11px;
      color: #999999;
      text-align: center; }
    .about-team .item figure {
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%;
      overflow: hidden; }
      .about-team .item figure .image {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center; }

/* Service Styles */
.service-title {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9e701; }
  .service-title .container {
    position: relative; }
  .service-title .title {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center; }
  .service-title .line {
    margin: auto;
    width: 80px;
    height: 5px;
    background-color: #000000; }
  .service-title .share {
    position: absolute;
    top: 20px;
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase; }
    .service-title .share a {
      color: #000000;
      font-size: 18px;
      margin-left: 5px; }
      .service-title .share a:hover {
        color: #5F5F5F; }
  @media (max-width: 768px) {
    .service-title .title {
      font-size: 32px; }
    .service-title .share {
      position: relative;
      margin: auto;
      text-align: center; } }

.service-tabs .nav-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: none;
  overflow-x: auto; }
  .service-tabs .nav-tabs .nav-item {
    display: grid;
    grid-template-rows: 40px auto;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0; }
    .service-tabs .nav-tabs .nav-item .icon {
      position: relative;
      display: block;
      text-align: center;
      margin: 0 auto 10px; }
    .service-tabs .nav-tabs .nav-item .title {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #c2b500;
      text-align: center;
      margin-bottom: 0; }
  .service-tabs .nav-tabs .nav-link.active {
    position: relative;
    border: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); }
    .service-tabs .nav-tabs .nav-link.active::after {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 5px;
      background-color: #5F5F5F;
      content: ""; }

.service-content {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: auto 60%;
  grid-gap: 10%; }
  .service-content .nav {
    display: block; }
    .service-content .nav .nav-link {
      color: #c2b500;
      font-weight: bold;
      font-size: 16px;
      border-bottom: 1px solid #B2B2AA;
      background-color: #ffffff;
      text-transform: uppercase; }
      .service-content .nav .nav-link.active {
        background-color: #f0f0f0; }
  .service-content .tab-content {
    min-height: 50vh;
    font-size: 18px; }
    .service-content .tab-content .title {
      font-size: 18px;
      font-weight: bold; }
    .service-content .tab-content blockquote {
      background-color: #f0f0f0;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      padding: 30px; }
      .service-content .tab-content blockquote strong {
        font-weight: 600; }
      .service-content .tab-content blockquote.cite {
        font-size: 22px;
        text-align: center;
        color: #c2b500;
        font-family: "Montserrat", sans-serif; }
  @media (max-width: 768px) {
    .service-content {
      padding-top: 30px;
      padding-bottom: 30px;
      grid-template-columns: auto;
      grid-template-rows: auto;
      grid-gap: 30px; } }

/* Contact Styles */
.contact-banner {
    height: 500px;
    background: url("/htdocs/img/bg-contact-banner.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
  .contact-banner .info {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: linear-gradient(to right, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    background: -moz-linear-gradient(left, rgba(249, 231, 1, 0.95) 0%, rgba(194, 181, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e701', endColorstr='#c2b500', GradientType=1); }
    .contact-banner .info .title {
      color: #000000;
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 20px; }
    .contact-banner .info .line {
      width: 80px;
      height: 5px;
      background-color: #000000;
      margin-bottom: 0; }
    .contact-banner .info .share {
      color: #000000;
      font-weight: 300;
      font-size: 13px;
      text-transform: uppercase; }
      .contact-banner .info .share a {
        color: #000000;
        font-size: 18px;
        margin-left: 5px; }
        .contact-banner .info .share a:hover {
          color: #5F5F5F; }
  @media (max-width: 768px) {
    .contact-banner {
      height: 300px; }
      .contact-banner .info .title {
        font-size: 32px; } }

.contact-info {
  padding-top: 60px;
  padding-bottom: 0; }
  .contact-info .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 30px; }
  .contact-info .address {
    color: #c2b500;
    font-size: 20px; }
    .contact-info .address .title {
      color: #c2b500;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 20px; }
    .contact-info .address dl {
      position: relative;
      color: #000000;
      font-size: 18px; }
      .contact-info .address dl .icon {
        position: absolute;
        left: 0;
        color: #B2B2AA; }
      .contact-info .address dl dt {
        padding-left: 30px;
        font-weight: bold; }
      .contact-info .address dl dd {
        padding-left: 30px; }
  .contact-info .form .form-field {
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid #B2B2AA;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-style: italic;
    font-weight: 300; }
  .contact-info .form .form-text {
    display: block;
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px; }
  .contact-info .form .form-submit {
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    background-color: #f9e701;
    border: 1px solid #f9e701;
    text-align: center;
    letter-spacing: 0.8px;
    border-radius: 25px;
    padding: 10px 20px;
    min-width: 150px;
    margin-bottom: 20px; }
    .contact-info .form .form-submit:hover {
      background-color: #c2b500;
      border-color: #c2b500; }
  @media (max-width: 768px) {
    .contact-info .content {
      grid-template-rows: auto;
      grid-template-columns: auto; } }
