@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Signika:wght@300;400;500;600;700&display=swap");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #F6F6F6 !important;
  font-family: 'Nunito', sans-serif !important; }
  body ::selection {
    background-color: #000000; }

a {
  text-decoration: none !important;
  color: inherit !important; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

ul, ol {
  padding-left: 0 !important;
  margin: 0; }
  ul li, ol li {
    list-style-type: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important; }

.section-gutter {
  margin-top: 90px; }

.social-icons {
  z-index: 1; }
  .social-icons .icon-wrapper {
    width: 35px;
    height: fit-content;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    border-radius: 50%;
    color: #55AF49; }
    .social-icons .icon-wrapper:hover {
      background-color: #ffffff; }
    .social-icons .icon-wrapper a, .social-icons .icon-wrapper i {
      padding: 10px; }

.description {
  color: #424242;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; }
  .description > * {
    margin-bottom: .4rem !important; }
  .description ul li {
    list-style-type: initial;
    list-style-position: inside;
    margin-bottom: 5px; }

.primary-btn {
  color: #ffffff !important;
  display: inline-block;
  width: max-content;
  padding: 12px 30px !important;
  background-color: #55AF49;
  border-radius: .5rem;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
  overflow: hidden;
  border: 0;
  font-family: 'Signika', sans-serif; }
  .primary-btn:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -60%;
    height: 100px;
    width: 50px;
    background: rgba(255, 255, 255, 0.7);
    transform: rotate(20deg); }
  .primary-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 600ms;
    background-color: #00af17; }
    .primary-btn:hover:before {
      left: 110%;
      transition: all 500ms; }

.section-title {
  color: #5a5a5a;
  font-family: 'Signika', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2.5rem !important; }
  .section-title span {
    color: #D8242A; }

.owl-dots {
  padding: 4px 0;
  border-radius: 0px !important;
  text-align: center;
  margin-top: 1.25rem; }
  .owl-dots span {
    display: block;
    padding: 5px;
    width: 6px !important;
    height: 6px !important;
    margin: 4px !important;
    background: #8f8f8f !important;
    border-radius: 50%; }
  .owl-dots .active span {
    width: 8px !important;
    height: 10px !important;
    background-color: #55AF49 !important;
    padding: 0 18px;
    border-radius: 8px; }
  .owl-dots .owl-dots {
    padding: 4px 0;
    border-radius: 0px !important; }
    .owl-dots .owl-dots span {
      background-color: #D8242A !important;
      padding: 0 5px;
      width: 6px !important;
      height: 6px !important;
      margin: 5px !important; }
    .owl-dots .owl-dots .active span {
      background-color: #D8242A !important;
      padding: 0 14px; }

.error {
  color: #ff8686;
  font-size: 14px;
  font-family: 'Signika', sans-serif;
  margin-top: 4px; }

.detail-wrapper .main-img {
  border-radius: 4px;
  margin-bottom: 30px !important;
  position: relative; }
  .detail-wrapper .main-img figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .detail-wrapper .main-img figcaption .video-play-button {
      width: 55px;
      height: 55px;
      background-color: #55AF49;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .detail-wrapper .main-img figcaption .video-play-button:hover {
        background-color: #009200; }
      .detail-wrapper .main-img figcaption .video-play-button i {
        color: #ffffff;
        font-size: 1rem;
        padding-left: 4px; }
.detail-wrapper .content-description {
  margin-bottom: 30px; }
  .detail-wrapper .content-description h1, .detail-wrapper .content-description h2, .detail-wrapper .content-description h3, .detail-wrapper .content-description h4, .detail-wrapper .content-description h5, .detail-wrapper .content-description h6 {
    color: #5b5b5b;
    font-family: 'Signika', sans-serif;
    font-weight: 500; }
  .detail-wrapper .content-description h2 {
    margin-block: 12px !important; }
  .detail-wrapper .content-description h3, .detail-wrapper .content-description h4, .detail-wrapper .content-description h5, .detail-wrapper .content-description h6 {
    color: #757575;
    margin: 20px !important;
    margin-left: 0 !important; }
  .detail-wrapper .content-description h1 {
    font-size: 2rem !important; }
  .detail-wrapper .content-description h2 {
    font-size: 1.8rem !important; }
  .detail-wrapper .content-description h3 {
    font-size: 1.5rem !important; }
  .detail-wrapper .content-description h4 {
    font-size: 1.3rem !important; }
  .detail-wrapper .content-description h5 {
    font-size: 1.1rem !important; }
  .detail-wrapper .content-description h6 {
    font-size: .9rem !important; }
  .detail-wrapper .content-description a {
    color: #ffcaca !important;
    text-decoration: underline !important; }
    .detail-wrapper .content-description a:hover {
      color: grey !important; }
  .detail-wrapper .content-description .primary-btn {
    margin-block: 16px 24px; }
    .detail-wrapper .content-description .primary-btn a {
      color: #ffffff !important; }
      .detail-wrapper .content-description .primary-btn a:hover {
        color: #ffffff !important; }
  .detail-wrapper .content-description .table-wrapper {
    overflow-x: auto; }
  .detail-wrapper .content-description table {
    min-width: 600px;
    padding: 8px 12px;
    margin-block: 20px !important; }
    .detail-wrapper .content-description table thead {
      color: #D8242A;
      font-weight: 500; }
      .detail-wrapper .content-description table thead tr {
        vertical-align: middle; }
  .detail-wrapper .content-description ul {
    padding-left: 20px !important; }
    .detail-wrapper .content-description ul li {
      margin-bottom: 5px;
      list-style-type: disc;
      list-style-position: initial; }
  .detail-wrapper .content-description p {
    margin-bottom: 1rem !important; }
  .detail-wrapper .content-description blockquote {
    background-color: #ECFFE9;
    padding: 2.125rem;
    border-left: 3px solid #55AF49;
    font-size: 1.125rem;
    margin: 1rem 0;
    border-radius: 10px;
    margin-block: 1.25rem !important; }
  .detail-wrapper .content-description .accordion {
    margin-top: 20px; }

.accordion .accordion-item {
  border-radius: 6px !important;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px; }
  .accordion .accordion-item h2, .accordion .accordion-item h3, .accordion .accordion-item h4, .accordion .accordion-item h5, .accordion .accordion-item h6 {
    color: #5B5B5B;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    margin: 0 !important; }
    .accordion .accordion-item h2 .accordion-button, .accordion .accordion-item h3 .accordion-button, .accordion .accordion-item h4 .accordion-button, .accordion .accordion-item h5 .accordion-button, .accordion .accordion-item h6 .accordion-button {
      font-size: 1.125rem !important;
      color: #7b7b7b !important;
      border-radius: 6px !important; }
      .accordion .accordion-item h2 .accordion-button:focus, .accordion .accordion-item h3 .accordion-button:focus, .accordion .accordion-item h4 .accordion-button:focus, .accordion .accordion-item h5 .accordion-button:focus, .accordion .accordion-item h6 .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
      .accordion .accordion-item h2 .accordion-button:not(.collapsed), .accordion .accordion-item h3 .accordion-button:not(.collapsed), .accordion .accordion-item h4 .accordion-button:not(.collapsed), .accordion .accordion-item h5 .accordion-button:not(.collapsed), .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
  .accordion .accordion-item .accordion-body {
    padding-top: 0; }
    .accordion .accordion-item .accordion-body .description {
      font-size: 1rem;
      padding-left: 24px;
      border-left: 2px solid #55AF49; }

.side-links li {
  margin-bottom: 1rem; }
  .side-links li:hover a {
    letter-spacing: 2px; }
  .side-links li a {
    transition: 200ms;
    background-color: #ECFFE9 !important;
    padding: 14px 27px;
    width: 100%;
    display: block;
    color: #424242 !important;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px; }
    .side-links li a::before {
      padding-right: 10px;
      font-family: "Font Awesome 5 Free";
      content: "\f061";
      font-size: 13px;
      font-weight: 700; }

.side-form {
  border-radius: 4px;
  background: #F0F0F0;
  padding: 30px 21px;
  margin-top: 30px; }
  .side-form .title {
    color: #424242;
    font-size: 22px;
    font-family: 'Signika', sans-serif;
    font-style: normal;
    font-weight: 500; }
  .side-form label {
    color: #7C7C7C;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .side-form .form-control {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #ffffff; }
  .side-form .form-control:focus, .side-form .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(88, 102, 122, 0);
    border: 0; }
  .side-form .form-select {
    color: #7B7B7B;
    font-weight: 500; }
    .side-form .form-select option {
      font-family: 'Signika', sans-serif;
      color: #7B7B7B;
      font-weight: 500; }

.pagination {
  margin-top: 30px !important;
  justify-content: center !important; }
  .pagination .page-item {
    margin-left: 0px !important; }
    .pagination .page-item:first-child {
      margin-left: 0px !important; }
    .pagination .page-item .page-link {
      border: 1px solid #55AF49 !important;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%; }
      .pagination .page-item .page-link:hover {
        background-color: #d8ffd8 !important;
        border: 1px solid #55AF49 !important; }
      .pagination .page-item .page-link:focus {
        z-index: 3;
        background-color: transparent !important;
        outline: 0;
        color: black !important;
        box-shadow: none !important; }
  .pagination .active .page-link {
    background-color: #55AF49 !important;
    border: 1px solid #55AF49 !important;
    color: #ffffff !important; }

@media (max-width: 991px) {
  .main-header .hamburger {
    display: block !important;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 65%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease; }
  .main-header .nav-links {
    display: block;
    background: #cccccc;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    transition: all 1s ease-out;
    pointer-events: none;
    padding-top: 150px !important; }
    .main-header .nav-links li {
      opacity: 0;
      color: #000 !important; }
      .main-header .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s; }
      .main-header .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s; }
      .main-header .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s; }
      .main-header .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s; }
      .main-header .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s; }
      .main-header .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0; }
      .main-header .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0; }
  .main-header .nav-links.open {
    clip-path: circle(1350px at 90% -10%);
    pointer-events: all;
    top: 0;
    left: 0; }
  .main-header li.close {
    opacity: 1 !important; }
  .main-header .toggle .bars1 {
    transform: rotate(-45deg) translate(-5px, 6px); }
  .main-header .toggle .bars2 {
    transition: all 0s ease;
    width: 0 !important; }
  .main-header .toggle .bars3 {
    transform: rotate(45deg) translate(-5px, -6px); } }
.breadcrumb-all {
  background: url(../images/breadcrumb.png) no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  color: #ffffff !important; }
  .breadcrumb-all::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .breadcrumb-all .breadcrumb-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/breadcrumb-footer.png);
    background-repeat: repeat-x;
    background-position: 0% 100.4%; }
    .breadcrumb-all .breadcrumb-container .breadcrumb-content {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 58%; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content h2,
      .breadcrumb-all .breadcrumb-container .breadcrumb-content ol,
      .breadcrumb-all .breadcrumb-container .breadcrumb-content li {
        color: #ffffff;
        font-family: 'Signika', sans-serif;
        font-size: 26px;
        font-weight: 700; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
        content: '\f303' !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        padding-inline: 8px 18px; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item {
        font-size: 20px; }
        .breadcrumb-all .breadcrumb-container .breadcrumb-content .breadcrumb-item::before {
          color: #ffffff !important; }

.highlight {
  background-color: yellow !important;
  color: black !important;
  text-decoration: underline !important; }
  .highlight h1,
  .highlight h2,
  .highlight h3,
  .highlight h4,
  .highlight h5,
  .highlight h6,
  .highlight div,
  .highlight span,
  .highlight figure {
    background-color: yellow !important;
    color: black !important; }

.fontsize-1 {
  font-size: 1.1rem !important; }
  @media (max-width: 991px) {
    .fontsize-1 {
      font-size: 1.08rem !important; } }
  @media (max-width: 767) {
    .fontsize-1 {
      font-size: 1.06rem !important; } }
  @media (max-width: 480px) {
    .fontsize-1 {
      font-size: 1.04rem !important; } }

.fontsize-2 {
  font-size: 1.2rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-2 {
      font-size: 1.18rem !important; } }
  @media (max-width: 767px) {
    .fontsize-2 {
      font-size: 1.16rem !important; } }
  @media (max-width: 480px) {
    .fontsize-2 {
      font-size: 1.14rem !important; } }

.fontsize-3 {
  font-size: 1.3rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-3 {
      font-size: 1.28rem !important; } }
  @media (max-width: 767px) {
    .fontsize-3 {
      font-size: 1.26rem !important; } }
  @media (max-width: 480px) {
    .fontsize-3 {
      font-size: 1.24rem !important; } }

.fontsize-4 {
  font-size: 1.4rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-4 {
      font-size: 1.38rem !important; } }
  @media (max-width: 767px) {
    .fontsize-4 {
      font-size: 1.36rem !important; } }
  @media (max-width: 480px) {
    .fontsize-4 {
      font-size: 1.34rem !important; } }

.fontsize-5 {
  font-size: 1.5rem !important;
  word-break: break-all; }
  @media (max-width: 991px) {
    .fontsize-5 {
      font-size: 1.48rem !important; } }
  @media (max-width: 767px) {
    .fontsize-5 {
      font-size: 1.46rem !important; } }
  @media (max-width: 480px) {
    .fontsize-5 {
      font-size: 1.444rem !important; } }

.visible-accesspannel {
  right: 0px !important; }

.accessible-font {
  font-family: "Aclonica", sans-serif !important; }
  .accessible-font h1,
  .accessible-font h2,
  .accessible-font h3,
  .accessible-font h4,
  .accessible-font h5,
  .accessible-font h6,
  .accessible-font p,
  .accessible-font span,
  .accessible-font div,
  .accessible-font time,
  .accessible-font a,
  .accessible-font label,
  .accessible-font input,
  .accessible-font textarea,
  .accessible-font li {
    font-family: "Aclonica", sans-serif !important; }

.filter-invert {
  filter: invert(1); }

.grayscale {
  filter: grayscale(1); }

.User-way {
  z-index: 99999 !important;
  position: fixed;
  top: 20%;
  right: -401px;
  transition: all 0.5s linear; }
  @media (max-width: 991px) {
    .User-way {
      right: -300px; } }
  @media (max-width: 480px) {
    .User-way {
      right: -190px; } }
  .User-way .user-toggle-button {
    position: absolute;
    left: -64px;
    top: 0px;
    height: 62px;
    width: 62px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56);
    padding: 15px;
    border: none;
    color: white; }
    @media (max-width: 767px) {
      .User-way .user-toggle-button {
        height: 50px;
        width: 50px;
        padding: 10px;
        left: -50px; } }
    .User-way .user-toggle-button figure {
      pointer-events: none; }
      .User-way .user-toggle-button figure img {
        object-fit: scale-down !important;
        pointer-events: none; }
    .User-way .user-toggle-button:hover {
      background-color: #ECFFE9; }
  .User-way .close-button {
    background-color: #55AF49 !important; }
    .User-way .close-button figure {
      pointer-events: none; }
      .User-way .close-button figure i {
        font-size: 26px;
        pointer-events: none;
        padding-top: 5px; }
        @media (max-width: 767px) {
          .User-way .close-button figure i {
            font-size: 20px; } }
  .User-way .Userwaycontent {
    background-color: #ffffff;
    border-radius: 20px;
    width: 400px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56); }
    .User-way .Userwaycontent .powered-by {
      background: #e2ffed;
      padding: 10px 24px 8px 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      row-gap: 0px;
      column-gap: 10px;
      color: #6c6c6c;
      flex-wrap: wrap;
      box-shadow: 0 -5px 11px 0 #0000001c;
      z-index: 1;
      position: relative; }
    @media (max-width: 991px) {
      .User-way .Userwaycontent {
        width: 300px; } }
    @media (max-width: 480px) {
      .User-way .Userwaycontent {
        width: 190px; } }
    .User-way .Userwaycontent .shortcut-key-identify {
      padding: 15px;
      text-align: center;
      font-family: 'Signika', sans-serif;
      font-weight: 600;
      text-align: center;
      font-size: 18px;
      display: block;
      background-color: #FF7575;
      border-radius: 20px 20px 0px 0px;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.56); }
      @media (max-width: 991px) {
        .User-way .Userwaycontent .shortcut-key-identify {
          font-size: 16px;
          font-weight: 500;
          padding: 10px 5px; } }
      @media (max-width: 480px) {
        .User-way .Userwaycontent .shortcut-key-identify {
          font-size: 14px; } }
    .User-way .Userwaycontent .wrapper {
      padding: 30px 24px 20px 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      height: 60vh;
      max-height: 500px;
      overflow-x: auto; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar {
        border-radius: 10px;
        width: 5px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 10px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar-thumb {
        background-color: #55AF49;
        border-radius: 10px; }
      .User-way .Userwaycontent .wrapper::-webkit-scrollbar {
        width: 10px !important; }
      @media (max-width: 991px) {
        .User-way .Userwaycontent .wrapper {
          gap: 10px; } }
      @media (max-width: 480px) {
        .User-way .Userwaycontent .wrapper {
          grid-template-columns: 1fr;
          padding: 20px; } }
      .User-way .Userwaycontent .wrapper button {
        border: none;
        background-color: #ECFFE9;
        padding: 20px 10px;
        border-radius: 10px;
        font-family: 'Signika', sans-serif;
        text-transform: capitalize;
        color: #424242 !important;
        font-size: 17px;
        width: 100%;
        display: block; }
        .User-way .Userwaycontent .wrapper button#reset {
          grid-column: 1/3;
          grid-column: 1/3;
          font-size: 20px;
          padding: 12px; }
        @media (max-width: 991px) {
          .User-way .Userwaycontent .wrapper button {
            font-size: 12px;
            line-height: 12px;
            padding: 10px; } }
        .User-way .Userwaycontent .wrapper button span {
          color: #424242;
          font-family: Signika;
          font-size: 26px;
          font-weight: 600;
          display: block;
          margin-bottom: 5px;
          pointer-events: none; }
          @media (max-width: 991px) {
            .User-way .Userwaycontent .wrapper button span {
              font-size: 18px; } }
        .User-way .Userwaycontent .wrapper button:hover {
          background-color: #55AF49;
          color: white !important; }
          .User-way .Userwaycontent .wrapper button:hover span {
            color: white !important; }

.enquiry button {
  width: max-content;
  color: #ffffff !important;
  width: max-content;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #D8242A 0%, #54AF49 100%);
  border: 2px solid #A8A8A8;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0px 0px 10px;
  padding: 20px;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 500ms; }
  @media (max-width: 550px) {
    .enquiry button {
      top: 96.7% !important;
      width: 100% !important;
      padding: 16px 8px;
      border-radius: 0;
      animation: none; } }
  .enquiry button:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.712); }
  @media (max-width: 550px) {
    .enquiry button p {
      display: none; } }
  @media (min-width: 551px) {
    .enquiry button span {
      display: none; } }

.enquiry-modal .modal-content {
  background: url("../images/modal-texture.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  padding: 40px; }
  .enquiry-modal .modal-content .modal-header {
    border-bottom: none; }
    .enquiry-modal .modal-content .modal-header .section-title {
      margin-bottom: 0px !important; }
    .enquiry-modal .modal-content .modal-header .btn-close {
      background: transparent;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      color: #696969; }
      .enquiry-modal .modal-content .modal-header .btn-close:focus {
        box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }
  .enquiry-modal .modal-content .modal-body .form-label {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-weight: 600; }
  .enquiry-modal .modal-content .modal-body .form-control, .enquiry-modal .modal-content .modal-body .form-select {
    border-radius: 4px;
    border: 1px solid #B5B5B5;
    background-color: transparent;
    height: 46px; }
    .enquiry-modal .modal-content .modal-body .form-control::placeholder, .enquiry-modal .modal-content .modal-body .form-select::placeholder {
      color: #424242; }
    .enquiry-modal .modal-content .modal-body .form-control:focus, .enquiry-modal .modal-content .modal-body .form-select:focus {
      box-shadow: none; }
  .enquiry-modal .modal-content .modal-body textarea {
    height: 120px !important; }

.main-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  padding-top: 10px; }
  .main-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main-header nav .logo {
      text-align: left;
      flex-shrink: 0; }
      .main-header nav .logo img {
        width: 150px !important; }
    .main-header nav .nav-links {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      text-transform: capitalize;
      font-size: 1.125rem;
      list-style: none;
      font-weight: 600;
      margin-bottom: 0;
      font-family: 'Signika', sans-serif; }
      .main-header nav .nav-links li {
        color: #ffffff;
        position: relative; }
        .main-header nav .nav-links li:hover ul {
          opacity: 1;
          visibility: visible;
          background: #ffffff;
          border-top: 2px solid #55AF49;
          z-index: 2; }
        .main-header nav .nav-links li .active {
          color: #FF7575 !important; }
          .main-header nav .nav-links li .active:hover {
            color: #FF7575 !important; }
        .main-header nav .nav-links li ul {
          background-color: #929292;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          padding: 1rem 1.25rem;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: 1;
          transition: all 0.25s ease;
          width: max-content;
          top: 100%;
          left: 50%;
          transform: translate(-50%, 0); }
          .main-header nav .nav-links li ul li {
            margin-top: 0.875rem;
            transition: all 300ms ease; }
            .main-header nav .nav-links li ul li:hover {
              color: #55AF49;
              transition: all 300ms ease;
              transform: translateX(0.5rem); }
              .main-header nav .nav-links li ul li:hover a {
                color: #D8242A !important; }
            .main-header nav .nav-links li ul li a {
              color: #616161 !important; }
              .main-header nav .nav-links li ul li a::before {
                padding-right: 0.5rem;
                font-family: "Font Awesome 5 Free";
                content: "\f061";
                font-size: 13px;
                font-weight: 700; }
            .main-header nav .nav-links li ul li:first-child {
              margin-top: 0; }
            .main-header nav .nav-links li ul li i {
              padding-right: 0.5rem;
              font-size: 13px; }
        .main-header nav .nav-links li a {
          margin: 0 0.7vw;
          padding: 10px;
          letter-spacing: 0.5px; }
          .main-header nav .nav-links li a:hover {
            color: #ECFFE9 !important; }
          .main-header nav .nav-links li a i {
            font-size: 14px;
            padding-left: 4px; }
  .main-header .hamburger {
    display: none; }
    .main-header .hamburger .bar {
      width: 2rem;
      height: 3px;
      background: #f2f5f7;
      margin: 5px;
      transition: all 0.3s ease; }
  .main-header .search-btn {
    background-color: #55AF49;
    padding: 5px 10px;
    border: 0;
    color: #ffffff;
    margin-left: 6px; }
    .main-header .search-btn i {
      font-size: 1rem !important; }
  .main-header .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.95); }
    .main-header .overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 45px;
      font-size: 60px;
      cursor: pointer;
      color: #ffffff; }
      .main-header .overlay .closebtn:hover {
        color: #ccc; }
    .main-header .overlay input[type=text] {
      padding: 15px;
      font-size: 17px;
      border: none;
      float: left;
      width: 80%;
      background: white; }
      .main-header .overlay input[type=text]:focus-visible {
        border: 0 !important;
        outline: 0px solid red; }
      .main-header .overlay input[type=text]:hover {
        background: #f1f1f1; }
    .main-header .overlay button {
      float: left;
      width: 20%;
      padding: 15px;
      background: #ddd;
      font-size: 17px;
      border: none;
      cursor: pointer;
      border: none;
      color: #ffffff !important;
      background: linear-gradient(90deg, #D8242A 0%, #54AF49 100%); }
      .main-header .overlay button:hover {
        background: linear-gradient(90deg, #571aff 47.45%, #ff3b3b 100%); }
    .main-header .overlay .overlay-content {
      position: relative;
      top: 46%;
      width: 80%;
      text-align: center;
      margin-top: 30px;
      margin: auto; }

footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), url(../images/footer.png), lightgray -33.453px -167.321px/103.958% 141.688% no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  footer .top-footer {
    padding: 32px 80px;
    border-radius: 0px 0px 20px 20px;
    background: #253033;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -15px;
    width: 76vw;
    right: 50%;
    transform: translateX(50%); }
    footer .top-footer::before, footer .top-footer::after {
      content: "";
      height: 15px;
      width: 15px;
      background: #465E64;
      position: absolute;
      top: 0px;
      z-index: -1; }
    footer .top-footer::before {
      left: -15px;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    footer .top-footer::after {
      right: -15px;
      clip-path: polygon(0 0, 0% 100%, 100% 100%); }
    footer .top-footer .icon-wrapper {
      width: 47px;
      height: 47px; }
      footer .top-footer .icon-wrapper i {
        font-size: 1.25rem; }
    footer .top-footer .contact-wrapper {
      display: flex;
      align-items: center;
      gap: 1rem; }
      footer .top-footer .contact-wrapper .contact-title {
        color: #FFF;
        font-family: 'Signika', sans-serif;
        font-size: 1.25rem;
        font-weight: 500; }
  footer .main-footer {
    padding-top: 160px;
    color: #ffffff; }
    footer .main-footer .title {
      font-family: 'Signika', sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 2.25rem; }
      footer .main-footer .title::before, footer .main-footer .title::after {
        content: '';
        position: absolute;
        background: #FFF;
        bottom: -3px;
        height: 3px;
        border-radius: 3px; }
      footer .main-footer .title::before {
        width: 67px;
        left: 0; }
      footer .main-footer .title::after {
        width: 17px;
        left: 73px; }
    footer .main-footer .links li {
      display: flex;
      align-items: baseline;
      font-size: 1.125rem;
      margin-bottom: 8px; }
      footer .main-footer .links li::before {
        padding-right: 0.5rem;
        font-family: "Font Awesome 5 Free";
        content: "\f0a4";
        font-size: 13px;
        font-weight: 700; }
    footer .main-footer .links.all-links {
      display: flex;
      align-items: left;
      justify-content: left;
      flex-direction: row;
      flex-wrap: wrap;
      flex-flow: row wrap;
      align-content: flex-end; }
      footer .main-footer .links.all-links li {
        width: 50%; }
  footer .bottom-footer {
    padding-block: 30px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    footer .bottom-footer figure {
      width: 108px; }
      footer .bottom-footer figure img {
        filter: brightness(0) invert(1); }
    footer .bottom-footer .socials {
      margin-top: 1.25rem;
      position: relative; }
      footer .bottom-footer .socials::before, footer .bottom-footer .socials::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        background-color: white;
        width: 25vw;
        height: 1px; }
      footer .bottom-footer .socials::before {
        right: 110%; }
      footer .bottom-footer .socials::after {
        left: 110%; }
      footer .bottom-footer .socials a {
        color: #ffffff !important;
        margin-inline: 1.125rem;
        font-size: 22px; }
    footer .bottom-footer .rights {
      display: flex;
      margin-top: 30px;
      color: #ffffff;
      font-family: 'Signika', sans-serif; }
      footer .bottom-footer .rights a {
        color: #DAFFD9 !important; }

.hero-banner {
  position: relative; }
  .hero-banner .banner-img {
    position: relative; }
    .hero-banner .banner-img img {
      aspect-ratio: 48/25;
      min-height: 510px; }
    .hero-banner .banner-img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20.32%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%); }
    .hero-banner .banner-img figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #ffffff;
      z-index: 1; }
      .hero-banner .banner-img figcaption .hero-caption {
        color: #FFF;
        text-align: center;
        font-family: 'Signika', sans-serif;
        font-size: 46px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize; }
  .hero-banner .social-icons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%); }

.about-us .welcome-video {
  position: relative; }
  .about-us .welcome-video figure {
    text-align: right;
    position: relative;
    isolation: isolate;
    overflow: visible; }
    .about-us .welcome-video figure::before {
      content: '';
      aspect-ratio: 145/141;
      border-radius: 50%;
      width: 93% !important;
      background-color: #ECFFE9;
      position: absolute;
      left: 0;
      top: -20px;
      z-index: -1; }
    .about-us .welcome-video figure img {
      aspect-ratio: 145/141;
      border-radius: 50%;
      width: 93% !important; }
  .about-us .welcome-video .video-play-section {
    position: absolute;
    bottom: 9%;
    right: 9%; }
    .about-us .welcome-video .video-play-section .video-play-button {
      width: 83px;
      height: 83px;
      background-color: #55AF49;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .about-us .welcome-video .video-play-section .video-play-button:hover {
        background-color: #009200; }
      .about-us .welcome-video .video-play-section .video-play-button i {
        color: #ffffff;
        font-size: 1.6rem;
        padding-left: 4px; }
.about-us .main-title {
  background: linear-gradient(90deg, #424242 0%, #55AF49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Signika', sans-serif; }
.about-us .sub-title {
  font-family: 'Signika', sans-serif;
  color: #424242;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  margin-block: 1rem 2.125rem; }
.about-us .tiles {
  margin-top: 1.5rem; }
  .about-us .tiles li {
    display: flex;
    align-items: baseline;
    gap: 10px; }
    .about-us .tiles li::before {
      padding-right: 0.2rem;
      font-family: "Font Awesome 5 Free";
      content: "\f058";
      font-size: 16px;
      font-weight: 500;
      color: #55AF49; }
    .about-us .tiles li .head {
      color: #414141;
      font-family: 'Signika', sans-serif;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .about-us .tiles li .description {
      font-size: 1rem;
      line-height: normal;
      margin-top: 10px; }
.about-us .primary-btn {
  margin-top: 30px !important; }

.countries figure {
  position: relative;
  border-radius: 6px; }
  .countries figure::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .countries figure figcaption {
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
    z-index: 1;
    text-align: center;
    font-family: 'Signika', sans-serif; }
    .countries figure figcaption p {
      transition: all 500ms;
      font-size: 1.25rem;
      font-weight: 600; }
    .countries figure figcaption .name {
      transition: all 500ms;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .countries figure:hover figcaption p {
    opacity: 0; }
  .countries figure:hover figcaption .name {
    color: #ECFFE9;
    transform: translateY(-20px) scale(1.2);
    transform-origin: center; }

.services .service-card {
  text-align: center;
  padding: 1.8rem 1.175rem 0.925rem;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border: 0;
  position: relative;
  overflow: hidden; }
  .services .service-card::before {
    content: '';
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #ECFFE9;
    border-radius: 50%;
    top: -3.125rem;
    left: -3.125rem;
    transition: all 1000ms ease; }
  .services .service-card .card-main-img {
    width: 5.625rem;
    height: 5.625rem;
    margin: 0 auto !important;
    margin-bottom: 1.5rem !important;
    z-index: 1; }
  .services .service-card .card-body {
    padding: 0;
    z-index: 1; }
    .services .service-card .card-body .card-title {
      font-weight: 500;
      font-size: 22px;
      font-family: 'Signika', sans-serif;
      color: #424242;
      margin-bottom: 0; }
    .services .service-card .card-body .card-text {
      text-align: center !important;
      margin: .5rem 0 1.5rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .services .service-card .card-footer-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%; }
  .services .service-card:hover::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6); }

.classes .section-title {
  text-align: left;
  margin-bottom: 1.25rem !important; }
.classes .primary-btn {
  margin-top: 1.25rem !important; }
.classes a.slide figure {
  border-radius: 10px;
  position: relative; }
  .classes a.slide figure figcaption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    text-align: center;
    font-family: 'Signika', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 300ms;
    transform-origin: right; }
  .classes a.slide figure::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); }
.classes a.slide:hover figcaption {
  scale: 1.1;
  color: #ECFFE9; }

.universities .title {
  color: #424242;
  font-family: 'Signika', sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px !important;
  text-transform: capitalize; }
.universities figure {
  height: 143px;
  width: fit-content;
  border: 1px solid #C0C0C0; }
  .universities figure img {
    object-fit: contain !important; }

.why-us .section-title {
  text-align: left;
  margin-bottom: 0 !important; }
.why-us .leadership-content-wrapper {
  margin-top: 50px; }
  .why-us .leadership-content-wrapper .leadership-content {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 2rem; }
    .why-us .leadership-content-wrapper .leadership-content figure {
      padding: 1.125rem;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      flex-shrink: 0; }
      .why-us .leadership-content-wrapper .leadership-content figure img {
        width: 48px !important;
        height: 48px !important; }
    .why-us .leadership-content-wrapper .leadership-content .title {
      color: #777;
      text-align: justify;
      font-family: 'Signika', sans-serif;
      font-size: 1.375rem;
      margin-bottom: .25rem;
      font-weight: 500; }
    .why-us .leadership-content-wrapper .leadership-content .description {
      font-size: 1rem;
      color: #616161;
      font-weight: 500;
      line-height: normal; }
.why-us .main-img {
  margin-top: 50px !important;
  position: relative;
  overflow: visible; }
  .why-us .main-img img {
    border-radius: 10px; }
  .why-us .main-img figcaption {
    position: absolute;
    top: -36px;
    right: 36px;
    background-color: #55AF49;
    padding: 34px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    text-transform: capitalize;
    width: 60%; }
    .why-us .main-img figcaption::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      width: 2px;
      height: 42px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #ffffff; }
    .why-us .main-img figcaption .whyus-content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem; }
      .why-us .main-img figcaption .whyus-content p {
        font-family: 'Signika', sans-serif;
        font-size: 36px;
        font-weight: 500; }
      .why-us .main-img figcaption .whyus-content span {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        width: 88px;
        display: block; }

.testimonial .owl-stage-outer {
  padding: 20px 0; }
.testimonial .testimonial-card {
  background-color: #ffffff;
  padding: 68px 67px 32px 35px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  isolation: isolate; }
  .testimonial .testimonial-card::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 149px;
    top: 62px;
    left: 0;
    background-color: #D8242A; }
  .testimonial .testimonial-card .review-content .title {
    color: #54AF49;
    font-family: Signika;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .testimonial .testimonial-card .review-content .description {
    padding-block: 12px; }
  .testimonial .testimonial-card .reviewer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    gap: 30px; }
    .testimonial .testimonial-card .reviewer-wrapper .reviewer-video {
      position: relative; }
      .testimonial .testimonial-card .reviewer-wrapper .reviewer-video .video-play-section {
        position: absolute;
        bottom: 0;
        right: 0; }
        .testimonial .testimonial-card .reviewer-wrapper .reviewer-video .video-play-section .video-play-button {
          width: 43px;
          height: 43px;
          background-color: #55AF49;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .testimonial .testimonial-card .reviewer-wrapper .reviewer-video .video-play-section .video-play-button:hover {
            background-color: #009200; }
          .testimonial .testimonial-card .reviewer-wrapper .reviewer-video .video-play-section .video-play-button i {
            color: #ffffff;
            font-size: .8rem;
            padding-left: 2px;
            padding-top: 3px; }
      .testimonial .testimonial-card .reviewer-wrapper .reviewer-video figure {
        border-radius: 50%;
        width: 125px;
        height: 125px; }
    .testimonial .testimonial-card .reviewer-wrapper .reviewer .name {
      color: #4D4D55;
      font-family: 'Signika', sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      text-transform: capitalize; }
    .testimonial .testimonial-card .reviewer-wrapper .reviewer .country {
      color: #424242;
      font-weight: 500; }
    .testimonial .testimonial-card .reviewer-wrapper .reviewer .course {
      color: #424242;
      font-size: 14px; }
    .testimonial .testimonial-card .reviewer-wrapper .star img {
      display: inline-block;
      width: fit-content;
      margin-right: 2px; }
  .testimonial .testimonial-card .quote {
    position: absolute;
    top: 9px;
    left: 16px;
    z-index: -1; }

.message-mgnt .section-title {
  margin-bottom: 20px !important; }
.message-mgnt .main-img {
  border-radius: 5px; }
.message-mgnt .title {
  color: #424242;
  font-family: 'Signika', sans-serif;
  font-size: 26px;
  font-weight: 500; }
.message-mgnt .description {
  margin-top: 2.5rem; }
.message-mgnt .detail-wrapper .sign {
  width: fit-content;
  margin-top: 30px !important; }
.message-mgnt .detail-wrapper .name {
  color: #424242;
  font-size: 1.5rem;
  font-family: 'Signika', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-block: 1rem .5rem; }
.message-mgnt .detail-wrapper .designaton {
  color: #424242;
  font-size: 1.25rem;
  font-weight: 500; }

.mission-vision {
  background-color: #ECFFE9;
  padding-block: 60px; }
  .mission-vision .nav-tabs {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 2.5rem; }
    .mission-vision .nav-tabs .nav-item button {
      color: #787878;
      width: 230px;
      border-radius: 0 !important;
      background-color: #ffffff;
      font-family: 'Signika', sans-serif;
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 1px; }
      .mission-vision .nav-tabs .nav-item button.active {
        background-color: red;
        color: #ffffff; }
  .mission-vision .tab-content figure {
    border-radius: 10px;
    position: relative; }
    .mission-vision .tab-content figure figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .mission-vision .tab-content figure figcaption .video-play-button {
        width: 55px;
        height: 55px;
        background-color: #55AF49;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .mission-vision .tab-content figure figcaption .video-play-button:hover {
          background-color: #009200; }
        .mission-vision .tab-content figure figcaption .video-play-button i {
          color: #ffffff;
          font-size: 1rem;
          padding-left: 4px; }
  .mission-vision .tab-content ul {
    margin-top: 1rem; }

.company-journey {
  padding-block: 60px;
  position: relative; }
  .company-journey::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ECFFE9;
    z-index: 1; }
  .company-journey .section-title {
    margin-bottom: 20px !important; }
  .company-journey .container {
    position: relative;
    z-index: 2; }
    .company-journey .container .text-document-content P {
      color: #fff; }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline {
      padding-bottom: 10px !important; } }
  @media (max-width: 1100px) {
    .company-journey .horizontal-timeline .timeline .events-wrapper {
      height: 45px; } }
  .company-journey .horizontal-timeline .timeline .events-wrapper .events {
    background-color: #d9d9d9; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .filling-line {
      background-color: #D8242A; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a {
      color: #959595 !important;
      text-align: justify;
      font-family: 'Signika', sans-serif; }
      .company-journey .horizontal-timeline .timeline .events-wrapper .events a::after {
        background-color: #d9d9d9;
        bottom: -4px !important;
        height: 13px !important;
        width: 13px !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events .selected::after {
      background-color: #D8242A !important; }
    .company-journey .horizontal-timeline .timeline .events-wrapper .events a.older-event::after {
      background-color: #D8242A !important; }
  .company-journey .horizontal-timeline .timeline .timeline-navigation {
    top: 25px;
    background-color: #D8242A;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .company-journey .horizontal-timeline .timeline .timeline-navigation a {
      color: #ffffff !important;
      font-size: 20px;
      padding: 12px; }
  .company-journey .horizontal-timeline .events-content {
    margin: 40px auto 0px auto !important; }
    @media (max-width: 1100px) {
      .company-journey .horizontal-timeline .events-content {
        margin-top: 30px !important; } }
    .company-journey .horizontal-timeline .events-content ol li {
      background: #ffffff;
      box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      padding: 50px;
      margin: 0px auto;
      width: 90%;
      display: block;
      overflow: hidden;
      transition: height 0.4s;
      text-align: left; }
      @media (max-width: 1100px) {
        .company-journey .horizontal-timeline .events-content ol li {
          padding: 30px 20px; } }
      @media (max-width: 480px) {
        .company-journey .horizontal-timeline .events-content ol li {
          width: 100%; } }
      .company-journey .horizontal-timeline .events-content ol li .Event-tittle {
        color: #424242;
        font-family: 'Signika', sans-serif;
        font-size: 26px;
        font-weight: 500; }
      .company-journey .horizontal-timeline .events-content ol li .Event-date {
        color: #424242;
        font-size: 1.125rem; }
        .company-journey .horizontal-timeline .events-content ol li .Event-date::before {
          content: "- "; }
      .company-journey .horizontal-timeline .events-content ol li .description {
        margin-top: 14px; }

.awards figure {
  border: 10px solid #C9C9C9; }

.contact-wrapper .contact-detail-wrapper {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding-block: 1.25rem;
  border-radius: 10px;
  background: url(../images/card-footer.png) no-repeat;
  background-size: cover;
  background-position: 100%;
  margin-bottom: 1.25rem; }
  .contact-wrapper .contact-detail-wrapper i {
    font-size: 4rem;
    color: #D8242A; }
  .contact-wrapper .contact-detail-wrapper p {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    padding-block: 12px 6px; }
  .contact-wrapper .contact-detail-wrapper a, .contact-wrapper .contact-detail-wrapper span {
    color: #232323 !important;
    font-weight: 500; }
  .contact-wrapper .contact-detail-wrapper a:hover {
    color: #D8242A !important; }
.contact-wrapper .contact-form {
  padding-left: 2rem; }
  .contact-wrapper .contact-form .field-wrapper {
    margin-bottom: 1.5rem; }
    .contact-wrapper .contact-form .field-wrapper .form-control, .contact-wrapper .contact-form .field-wrapper .form-select {
      height: 50px;
      background-color: #ffffff;
      border: 1px solid #EBEBEB;
      color: #948B9F !important;
      font-family: 'Signika', sans-serif; }
      .contact-wrapper .contact-form .field-wrapper .form-control option, .contact-wrapper .contact-form .field-wrapper .form-select option {
        color: #948B9F;
        font-family: 'Signika', sans-serif; }
      .contact-wrapper .contact-form .field-wrapper .form-control::placeholder, .contact-wrapper .contact-form .field-wrapper .form-select::placeholder {
        color: #948B9F;
        font-family: 'Signika', sans-serif; }

.career .section-title:first-child {
  max-width: 465px;
  margin: 0 auto !important;
  margin-bottom: 1.5rem !important; }
.career .title-description {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem; }
.career .career-card {
  border-radius: 6px;
  border: 0;
  padding: 26px 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
  .career .career-card .title {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem; }
  .career .career-card .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .career .career-card .deadline {
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .career .career-card .primary-btn {
    margin-top: 14px; }

.career-detail .section-title {
  color: #424242;
  text-align: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7; }
.career-detail .career-content h2 {
  color: #424242;
  font-family: 'Signika', sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1rem !important; }
.career-detail .career-content .description {
  margin-bottom: 40px; }
.career-detail .career-content .sub-head {
  font-size: 1.5rem;
  color: #424242;
  font-family: 'Signika', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 18px; }
.career-detail .career-content ul {
  padding-left: 1rem !important;
  color: #424242; }
  .career-detail .career-content ul li {
    list-style-type: initial;
    margin-bottom: 6px;
    font-size: 18px; }
.career-detail .career-content .contact-mail {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Signika', sans-serif; }
  .career-detail .career-content .contact-mail a {
    color: #55AF49 !important; }

.career-form {
  margin-top: 2.5rem; }
  .career-form h2 {
    color: #707070;
    font-family: 'Signika', sans-serif;
    font-size: 30px;
    margin-bottom: 30px !important;
    font-weight: 500;
    text-transform: capitalize; }
  .career-form label {
    font-size: 18px;
    color: #D8242A;
    font-family: 'Signika', sans-serif;
    color: #7C7C7C;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .career-form .form-control {
    height: 46px;
    min-height: auto;
    background-color: #ffffff;
    border: 0;
    color: #948B9F; }
    .career-form .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); }
    .career-form .form-control::placeholder {
      font-family: 'Signika', sans-serif;
      color: #948B9F; }
    .career-form .form-control::-webkit-file-upload-button {
      background-color: #ffffff;
      border-right: 1px solid #c7c7c7;
      font-family: 'Signika', sans-serif;
      color: #948B9F;
      height: 46px; }
  .career-form textarea {
    height: 190px !important;
    padding-top: 16px; }
  .career-form .primary-btn {
    margin-top: 40px; }

.teams .team-card {
  background-color: transparent;
  border-radius: 0;
  border: 0; }
  .teams .team-card .card-body {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding-block: 1rem;
    width: 88%;
    margin: 0 auto;
    margin-top: -2.5rem;
    z-index: 1;
    position: relative; }
    .teams .team-card .card-body .name {
      color: #424242;
      text-align: center;
      font-family: 'Signika', sans-serif;
      font-size: 1.125rem;
      font-weight: 600; }
    .teams .team-card .card-body .designation {
      color: #111;
      text-align: center; }
  .teams .team-card:hover .name {
    color: #D8242A; }

.team-detail .team-detail-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  text-align: center; }
  .team-detail .team-detail-card figure {
    border-radius: 180.5px; }
  .team-detail .team-detail-card .name {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-block: 18px 6px; }
  .team-detail .team-detail-card .designation {
    color: #565656;
    font-size: 22px;
    font-weight: 600; }
.team-detail .team-info {
  margin-top: 2.25rem;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5rem; }
  .team-detail .team-info .title {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-size: 24px;
    font-weight: 600; }
  .team-detail .team-info .table {
    margin-top: 20px; }
    .team-detail .team-info .table tr > * {
      padding: 0 !important;
      padding-right: 15px !important; }
      .team-detail .team-info .table tr > *:last-child {
        padding-right: 0px !important; }
    .team-detail .team-info .table tr td,
    .team-detail .team-info .table tr th {
      color: #424242;
      font-family: 'Signika', sans-serif;
      font-size: 1.125rem;
      border-bottom: 0 !important;
      font-weight: 400;
      padding-bottom: 8px !important; }
    .team-detail .team-info .table tr th {
      font-weight: 600;
      white-space: nowrap; }
.team-detail .team-content-wrapper .title {
  color: #424242;
  font-family: 'Signika', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem !important; }
.team-detail .team-content-wrapper ul {
  padding-left: 1.5rem !important; }
  .team-detail .team-content-wrapper ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    list-style-position: outside; }
.team-detail .team-content-wrapper figure {
  border: 10px solid #C9C9C9; }

.gallery .gallery-card figure {
  position: relative; }
  .gallery .gallery-card figure:hover figcaption {
    transform: translate(-50%, -70%);
    transition: 500ms; }
  .gallery .gallery-card figure figcaption {
    transition: 500ms;
    position: absolute;
    font-family: 'Signika', sans-serif;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    background: rgba(3, 132, 0, 0.85);
    width: 80%;
    text-align: center;
    color: #ffffff;
    padding: 1.125rem 0;
    font-size: 1.125rem; }

.gallery-inner a {
  position: relative; }
  .gallery-inner a i {
    background-color: #55AF49;
    padding: 20px 21px 20px 24px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    cursor: pointer; }
  .gallery-inner a img {
    width: 100%;
    height: 100%; }

.resources .resources-wrapper {
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) !important;
  display: block;
  padding: 46px 0 27px !important;
  text-align: center;
  height: 100%; }
  .resources .resources-wrapper figure {
    width: fit-content;
    margin: 0 auto !important; }
    .resources .resources-wrapper figure img {
      height: 90px !important;
      width: auto !important; }
  .resources .resources-wrapper .title {
    color: #676767;
    font-size: 26px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    margin-top: 22px; }
  .resources .resources-wrapper:hover .title {
    color: #D8242A; }

.resources-detail .wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; }
  .resources-detail .wrapper .downloads {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
    .resources-detail .wrapper .downloads:nth-child(2n) .icon-wrapper {
      background-color: #4C53F0 !important; }
    .resources-detail .wrapper .downloads:nth-child(3n) .icon-wrapper {
      background-color: #68C166 !important; }
    .resources-detail .wrapper .downloads:nth-child(4n) .icon-wrapper {
      background-color: #FFA654 !important; }
    .resources-detail .wrapper .downloads .download-card {
      padding-right: 30px;
      width: max-content;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 0 auto; }
      .resources-detail .wrapper .downloads .download-card:hover .title {
        color: #D8242A; }
      .resources-detail .wrapper .downloads .download-card .icon-wrapper {
        background-color: #F2484D;
        width: 60px;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        .resources-detail .wrapper .downloads .download-card .icon-wrapper i {
          color: #ffffff;
          font-size: 26px; }
      .resources-detail .wrapper .downloads .download-card .title {
        font-family: 'Signika', sans-serif;
        color: #424242;
        font-size: 22px;
        font-weight: 500; }

.blogs .blog-card {
  border: 0;
  background-color: transparent; }
  .blogs .blog-card:hover figure img {
    transform: scale(1.2) rotate(4deg);
    transition: all 400ms ease-in-out; }
  .blogs .blog-card:hover .card-body .card-title {
    color: #55AF49; }
  .blogs .blog-card figure {
    border-radius: 10px;
    position: relative; }
    .blogs .blog-card figure figcaption {
      position: absolute;
      background-color: #55AF49;
      color: #ffffff;
      padding: 14px 12px;
      top: 0;
      right: 0;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
    .blogs .blog-card figure img {
      transition: all 400ms ease-in-out; }
  .blogs .blog-card .card-body {
    padding: 1.875rem 1.875rem 1.25rem 1.875rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 88%;
    margin: 0 auto !important;
    margin-top: -5rem !important;
    background-color: #ffffff;
    z-index: 10;
    transition: all 400ms ease-in-out; }
    .blogs .blog-card .card-body .card-title {
      color: #616161;
      font-family: 'Signika', sans-serif;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blogs .blog-card .card-body .card-text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1rem;
      line-height: initial; }

.blog-detail .section-title {
  margin-bottom: 1.25rem !important; }
.blog-detail .share-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 24px;
  color: #5b5b5b; }
  .blog-detail .share-wrapper .share {
    text-align: center; }
    .blog-detail .share-wrapper .share p {
      font-family: 'Signika', sans-serif;
      font-size: 27px;
      line-height: 19px;
      font-weight: 500;
      color: #7e7e7e; }
  .blog-detail .share-wrapper .fa-facebook-f {
    color: #3D5B9A !important; }
  .blog-detail .share-wrapper .fa-share-nodes {
    color: #3d9a5c !important; }
  .blog-detail .share-wrapper a, .blog-detail .share-wrapper i {
    border: 1px solid #8a8a8a;
    padding: 5px 8px;
    border-radius: 5px; }
.blog-detail .date {
  color: #AEACAC;
  font-family: 'Signika', sans-serif;
  font-weight: 400; }
  .blog-detail .date i {
    margin-right: 10px; }
.blog-detail .recent-post {
  background-color: #ECFFE9;
  padding: 28px 28px 46px; }
  .blog-detail .recent-post .title {
    color: #424242;
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 2rem; }
  .blog-detail .recent-post .recent-blog-card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #C6C2C2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    .blog-detail .recent-post .recent-blog-card:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
    .blog-detail .recent-post .recent-blog-card:hover .card-title {
      color: #D8242A !important; }
    .blog-detail .recent-post .recent-blog-card figure {
      border-radius: 5px; }
    .blog-detail .recent-post .recent-blog-card .card-body {
      padding: 0;
      padding-left: 10px; }
      .blog-detail .recent-post .recent-blog-card .card-body .card-title {
        color: #5a5a5a;
        font-family: 'Signika', sans-serif;
        font-size: 1.125rem;
        font-weight: 500; }
      .blog-detail .recent-post .recent-blog-card .card-body .date {
        font-size: 14px; }

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