.move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @-webkit-keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @-webkit-keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  header {
    font-family: "Outfit", sans-serif;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  
  header .container {
    overflow: unset !important;
  }
  
  header .navvbar {
    background-color: #e8faf1;
    height: 125px;
  }
  
  .head-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .head-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top img {
    width: 120px;
    height: auto;
  }
  
  .utils-search i {
    margin-top: 6px;
    font-size: 20px;
    color: #074022;
    border: 0.05rem solid #074022;
    padding: 4px 15px;
    border-radius: 5px;
  }
  
  @media (min-width: 1300px) {
    header,
    main {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* Nav doc CSS */
  .navvbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  
  .navvbar-doc table tr th,
  .navvbar-doc table tr td {
    text-align: left;
    padding: 15px;
  }
  
  .navvbar-doc table tr:nth-child(odd) th,
  .navvbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
  }
  
  .navvbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
  }
  
  .navvbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
  }
  
  .navvbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .navvbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
  }
  
  .navvbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    font-size: 1.2rem;
    padding: 1px 4px;
  }
  
  .navvbar-doc p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* Main CSS */
  .navvbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 50px;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  
  .navvbar ul {
    list-style: none;
  }
  
  .navvbar ul a {
    text-decoration: none;
    font-size: 1rem;
  }
  
  .navvbar .navvbar-toggler,
  .navvbar .nav-link,
  .navvbar .utils-search {
    color: #074022;
  }
  
  .navvbar .navvbar-utils > * {
    cursor: pointer;
  }
  
  .navvbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: inherit;
    cursor: pointer;
  }
  
  .navvbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  .navvbar-nav .nav-link {
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    color: #074022;
  }
  
  .navvbar-nav .nav-link:hover {
    color: #13905a !important;
  }
  
  .navvbar-nav .nav-item {
    margin: 0 8px;
    position: relative;
  }
  
  .navvbar-nav > .nav-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -16px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 0;
  }
  
  .navvbar-nav > .nav-item:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  
  .navvbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 2.5rem;
    background: none;
    outline: none;
    border: 1px solid black;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
  }
  
  .navvbar-toggler:hover, .navvbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
  }
  
  /* navvbar options (bg options) */
  .bg-dark .navvbar-toggler,
  .bg-dark .nav-link,
  .bg-dark .utils-search {
    color: #fff;
  }
  
  .bg-light {
    z-index: 9999;
  }
  
  .bg-light .navvbar-toggler,
  .bg-light .nav-link,
  .bg-light .utils-search {
    color: black;
  }
  
  .bg-transparent {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  
  .bg-transparent .navvbar-toggler,
  .bg-transparent .nav-link,
  .bg-transparent .utils-search {
    color: #fff;
  }
  
  .bg-transparent .nav-item:after {
    background: #fff;
  }
  
  @media (min-width: 992px) {
    .bg-blur {
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background: rgba(255, 255, 255, 0.6);
      z-index: 999;
    }
    .bg-blur .navvbar-toggler,
    .bg-blur .nav-link,
    .bg-blur .utils-search {
      color: black;
    }
    .bg-blur .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .bg-blur .nav-item:after {
      background: #074022;
    }
  }
  
  /* Common Hover */
  .bg-blur .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-blur .nav-item:after {
    background: dark-green;
  }
  
  .bg-light .nav-item:hover > .nav-link,
  .bg-light-2 .nav-item:hover > .nav-link,
  .bg-dark .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-light .nav-item:after,
  .bg-light-2 .nav-item:after,
  .bg-dark .nav-item:after {
    background: dark-green;
  }
  
  /* Dropdown CSS */
  .nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 35px;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .nav-link {
    color: #074022;
  }
  
  .nav-item .dropdown .nav-link:hover {
    color: #13905a !important;
  }
  
  .nav-item .dropdown .dropdown {
    top: 0;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
  }
  
  .nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
  }
  
  .nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .nav-item .dropdown > .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .nav-item:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
  }
  
  .nav-close .btn-nav-close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .nav-close .btn-nav-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
    background: black;
    color: #fff;
  }
  
  .nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .nav-item.icon:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  /* Responsive (navvbar alignments options) */
  @media (min-width: 992px) {
    .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
    }
    .navvbar-right .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 20px;
    }
    .navvbar-left .navvbar-nav {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-right .dropdown .dropdown {
      left: unset;
      right: calc(100% + 20px);
      border-top: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  
  /* Nav Option (Logo Center) */
  @media (min-width: 992px) {
    .navvbar-left .navvbar-brand {
      text-align: right;
      width: 105px;
      height: auto;
    }
    .navvbar-left .navvbar-toggler {
      display: block;
      margin-right: 0;
    }
    .navvbar-left .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
    }
    .navvbar-left .navvbar-nav .nav-link {
      margin: 10px 0;
      color: green;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-left .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-left .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-left .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-left .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-left .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-left .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-left .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
    }
    .navvbar-left .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navvbar-left .nav-item .dropdown .dropdown {
      border: none;
    }
    .navvbar-left .nav-item .dropdown:before {
      display: none;
    }
    .navvbar-left .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .navvbar-left .nav-item.icon a:before {
      top: unset;
      right: 0;
    }
  }
  
  /* Responsive navvbar */
  @media (max-width: 1200px) {
    .navvbar-toggler {
      display: block;
    }
    .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: -300px;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-nav .nav-link {
      margin: 10px 0;
      color: #074022;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
      -webkit-box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }
    .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .nav-item .dropdown .dropdown {
      border: none;
    }
    .nav-item .dropdown:before {
      display: none;
    }
    .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .nav-item.icon a:before {
      top: unset;
      right: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  /* Search Popup */
  .search-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .search-popup.active {
    opacity: 1;
    visibility: visible;
  }
  
  .search-popup.active form {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .search-popup form {
    position: absolute;
    background: #fff;
    width: 500px;
    height: 200px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  
  .search-popup .btn-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 3rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .search-popup .btn-search-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .search-popup input[type="search"] {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 300;
    padding: 0px 10px;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  
  .search-popup input[type="search"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
            box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
    border-color: transparent;
  }
  
  .search-popup input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  
  @media (max-width: 576px) {
    .search-popup form {
      width: calc(100% - 30px);
      height: 170px;
      padding: 15px;
    }
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  footer .footer-top {
    margin: 0 auto;
    padding: 9.5rem 0 9.5rem 0;
  }
  
  @media (max-width: 991px) {
    footer .footer-top {
      text-align: center;
      padding: 3.5rem 0 3.5rem 0;
    }
  }
  
  footer .footer-top h5 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
  }
  
  footer .footer-top p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
  }
  
  footer .footer-top ul {
    padding: 0;
    list-style: none;
  }
  
  footer .footer-top .contact a {
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  footer .footer-top a {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
  }
  
  footer .footer-top li {
    padding: 6px 0;
  }
  
  footer .footer-bottom {
    background-color: #074022;
    color: #ffffff;
    height: 70px;
  }
  
  footer .footer-bottom .sec {
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    footer .footer-bottom .sec {
      max-width: 750px;
    }
  }
  
  footer .footer-bottom .sec .copyright {
    float: left;
  }
  
  footer .footer-bottom .sec .dev {
    float: right;
  }
  
  footer .footer-bottom .sec p {
    display: inline;
  }
  
  @media (max-width: 767px) {
    footer .footer-bottom .sec p {
      font-size: 10px !important;
      font-weight: 300;
    }
  }
  
  footer .footer-bottom .sec p a {
    text-decoration: none;
    color: #ffffff;
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  header {
    font-family: "Outfit", sans-serif;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  
  header .container {
    overflow: unset !important;
  }
  
  header .navvbar {
    background-color: #e8faf1;
    height: 125px;
  }
  
  .head-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .head-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top img {
    width: 120px;
    height: auto;
  }
  
  .utils-search i {
    margin-top: 6px;
    font-size: 20px;
    color: #074022;
    border: 0.05rem solid #074022;
    padding: 4px 15px;
    border-radius: 5px;
  }
  
  @media (min-width: 1300px) {
    header,
    main {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* Nav doc CSS */
  .navvbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  
  .navvbar-doc table tr th,
  .navvbar-doc table tr td {
    text-align: left;
    padding: 15px;
  }
  
  .navvbar-doc table tr:nth-child(odd) th,
  .navvbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
  }
  
  .navvbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
  }
  
  .navvbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
  }
  
  .navvbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .navvbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
  }
  
  .navvbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    font-size: 1.2rem;
    padding: 1px 4px;
  }
  
  .navvbar-doc p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* Main CSS */
  .navvbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 50px;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  
  .navvbar ul {
    list-style: none;
  }
  
  .navvbar ul a {
    text-decoration: none;
    font-size: 1rem;
  }
  
  .navvbar .navvbar-toggler,
  .navvbar .nav-link,
  .navvbar .utils-search {
    color: #074022;
  }
  
  .navvbar .navvbar-utils > * {
    cursor: pointer;
  }
  
  .navvbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: inherit;
    cursor: pointer;
  }
  
  .navvbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  .navvbar-nav .nav-link {
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    color: #074022;
  }
  
  .navvbar-nav .nav-link:hover {
    color: #13905a !important;
  }
  
  .navvbar-nav .nav-item {
    margin: 0 8px;
    position: relative;
  }
  
  .navvbar-nav > .nav-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -16px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 0;
  }
  
  .navvbar-nav > .nav-item:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  
  .navvbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 2.5rem;
    background: none;
    outline: none;
    border: 1px solid black;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
  }
  
  .navvbar-toggler:hover, .navvbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
  }
  
  /* navvbar options (bg options) */
  .bg-dark .navvbar-toggler,
  .bg-dark .nav-link,
  .bg-dark .utils-search {
    color: #fff;
  }
  
  .bg-light {
    z-index: 9999;
  }
  
  .bg-light .navvbar-toggler,
  .bg-light .nav-link,
  .bg-light .utils-search {
    color: black;
  }
  
  .bg-transparent {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  
  .bg-transparent .navvbar-toggler,
  .bg-transparent .nav-link,
  .bg-transparent .utils-search {
    color: #fff;
  }
  
  .bg-transparent .nav-item:after {
    background: #fff;
  }
  
  @media (min-width: 992px) {
    .bg-blur {
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background: rgba(255, 255, 255, 0.6);
      z-index: 999;
    }
    .bg-blur .navvbar-toggler,
    .bg-blur .nav-link,
    .bg-blur .utils-search {
      color: black;
    }
    .bg-blur .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .bg-blur .nav-item:after {
      background: #074022;
    }
  }
  
  /* Common Hover */
  .bg-blur .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-blur .nav-item:after {
    background: dark-green;
  }
  
  .bg-light .nav-item:hover > .nav-link,
  .bg-light-2 .nav-item:hover > .nav-link,
  .bg-dark .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-light .nav-item:after,
  .bg-light-2 .nav-item:after,
  .bg-dark .nav-item:after {
    background: dark-green;
  }
  
  /* Dropdown CSS */
  .nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 35px;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .nav-link {
    color: #074022;
  }
  
  .nav-item .dropdown .nav-link:hover {
    color: #13905a !important;
  }
  
  .nav-item .dropdown .dropdown {
    top: 0;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
  }
  
  .nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
  }
  
  .nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .nav-item .dropdown > .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .nav-item:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
  }
  
  .nav-close .btn-nav-close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .nav-close .btn-nav-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
    background: black;
    color: #fff;
  }
  
  .nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .nav-item.icon:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  /* Responsive (navvbar alignments options) */
  @media (min-width: 992px) {
    .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
    }
    .navvbar-right .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 20px;
    }
    .navvbar-left .navvbar-nav {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-right .dropdown .dropdown {
      left: unset;
      right: calc(100% + 20px);
      border-top: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  
  /* Nav Option (Logo Center) */
  @media (min-width: 992px) {
    .navvbar-left .navvbar-brand {
      text-align: right;
      width: 105px;
      height: auto;
    }
    .navvbar-left .navvbar-toggler {
      display: block;
      margin-right: 0;
    }
    .navvbar-left .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
    }
    .navvbar-left .navvbar-nav .nav-link {
      margin: 10px 0;
      color: green;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-left .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-left .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-left .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-left .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-left .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-left .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-left .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
    }
    .navvbar-left .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navvbar-left .nav-item .dropdown .dropdown {
      border: none;
    }
    .navvbar-left .nav-item .dropdown:before {
      display: none;
    }
    .navvbar-left .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .navvbar-left .nav-item.icon a:before {
      top: unset;
      right: 0;
    }
  }
  
  /* Responsive navvbar */
  @media (max-width: 1200px) {
    .navvbar-toggler {
      display: block;
    }
    .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: -300px;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-nav .nav-link {
      margin: 10px 0;
      color: #074022;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
      -webkit-box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }
    .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .nav-item .dropdown .dropdown {
      border: none;
    }
    .nav-item .dropdown:before {
      display: none;
    }
    .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .nav-item.icon a:before {
      top: unset;
      right: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  /* Search Popup */
  .search-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .search-popup.active {
    opacity: 1;
    visibility: visible;
  }
  
  .search-popup.active form {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .search-popup form {
    position: absolute;
    background: #fff;
    width: 500px;
    height: 200px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  
  .search-popup .btn-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 3rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .search-popup .btn-search-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .search-popup input[type="search"] {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 300;
    padding: 0px 10px;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  
  .search-popup input[type="search"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
            box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
    border-color: transparent;
  }
  
  .search-popup input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  
  @media (max-width: 576px) {
    .search-popup form {
      width: calc(100% - 30px);
      height: 170px;
      padding: 15px;
    }
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  footer .footer-top {
    margin: 0 auto;
    padding: 9.5rem 0 9.5rem 0;
  }
  
  @media (max-width: 991px) {
    footer .footer-top {
      text-align: center;
      padding: 3.5rem 0 3.5rem 0;
    }
  }
  
  footer .footer-top h5 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
  }
  
  footer .footer-top p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
  }
  
  footer .footer-top ul {
    padding: 0;
    list-style: none;
  }
  
  footer .footer-top .contact a {
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  footer .footer-top a {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
  }
  
  footer .footer-top li {
    padding: 6px 0;
  }
  
  footer .footer-bottom {
    background-color: #074022;
    color: #ffffff;
    height: 70px;
  }
  
  footer .footer-bottom .sec {
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    footer .footer-bottom .sec {
      max-width: 750px;
    }
  }
  
  footer .footer-bottom .sec .copyright {
    float: left;
  }
  
  footer .footer-bottom .sec .dev {
    float: right;
  }
  
  footer .footer-bottom .sec p {
    display: inline;
  }
  
  @media (max-width: 767px) {
    footer .footer-bottom .sec p {
      font-size: 10px !important;
      font-weight: 300;
    }
  }
  
  footer .footer-bottom .sec p a {
    text-decoration: none;
    color: #ffffff;
  }
  
  body {
    background-color: #e8faf1;
    font-family: "Outfit", sans-serif;
  }
  
  body .container {
    overflow: hidden;
  }
  
  @media (max-width: 991px) {
    body .container {
      max-width: 750px;
    }
  }
  
  .cbse .banner {
    background-image: url("../img/banner2.png");
    background-size: 100% 100%;
    height:650px;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
  }
  
  .cbse .banner::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .cbse .section-2 .std {
    padding: 8rem 0 4rem 0;
  }
  
  .cbse .section-2 .card {
    border-radius: 10px 10px 10px 10px;
    border: none;
    -webkit-box-shadow: rgba(0, 100, 131, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 100, 131, 0.24) 0px 3px 8px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  
  .cbse .section-2 .card:hover {
    -webkit-box-shadow: rgba(0, 100, 131, 0.24) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            box-shadow: rgba(0, 100, 131, 0.24) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  
  .cbse .section-2 .card:hover > .price {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  
  .cbse .section-2 .card .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 150px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background: transparent linear-gradient(266deg, #0fa857 0%, #13905a 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 4px 0 32px;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  
  .cbse .section-2 .card .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: #ffffff;
  }
  
  .cbse .section-2 .card .card-img-top {
    border-radius: 10px 10px 0 0;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  
  .cbse .section-2 .card .card-body {
    padding: auto;
  }
  
  .cbse .section-2 .card .card-body .card-body-sec {
    padding: 2rem 1rem;
    background-color: #ffffff;
    margin-top: -50px;
    border-radius: 15px;
  }
  
  .cbse .section-2 .card .card-body .tag {
    padding: 3px 12px;
    border: 1px solid;
    border-radius: 15px;
    color: #074022;
    text-decoration: none !important;
  }
  
  .cbse .section-2 .card .card-body .card-title {
    font-size: 22px;
    font-weight: 700 !important;
  }
  
  .cbse .section-2 .card .card-body .card-title a {
    text-decoration: none;
    color: #000000;
  }
  
  .cbse .section-2 .card .card-body .line {
    border-top: 1px solid #70707057;
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  header {
    font-family: "Outfit", sans-serif;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  
  header .container {
    overflow: unset !important;
  }
  
  header .navvbar {
    background-color: #e8faf1;
    height: 125px;
  }
  
  .head-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .head-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-top img {
    width: 120px;
    height: auto;
  }
  
  .utils-search i {
    margin-top: 6px;
    font-size: 20px;
    color: #074022;
    border: 0.05rem solid #074022;
    padding: 4px 15px;
    border-radius: 5px;
  }
  
  @media (min-width: 1300px) {
    header,
    main {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* Nav doc CSS */
  .navvbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  }
  
  .navvbar-doc table tr th,
  .navvbar-doc table tr td {
    text-align: left;
    padding: 15px;
  }
  
  .navvbar-doc table tr:nth-child(odd) th,
  .navvbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
  }
  
  .navvbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
  }
  
  .navvbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
  }
  
  .navvbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  
  .navvbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .navvbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
  }
  
  .navvbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    font-size: 1.2rem;
    padding: 1px 4px;
  }
  
  .navvbar-doc p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* Main CSS */
  .navvbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 50px;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  
  .navvbar ul {
    list-style: none;
  }
  
  .navvbar ul a {
    text-decoration: none;
    font-size: 1rem;
  }
  
  .navvbar .navvbar-toggler,
  .navvbar .nav-link,
  .navvbar .utils-search {
    color: #074022;
  }
  
  .navvbar .navvbar-utils > * {
    cursor: pointer;
  }
  
  .navvbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: inherit;
    cursor: pointer;
  }
  
  .navvbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  .navvbar-nav .nav-link {
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    color: #074022;
  }
  
  .navvbar-nav .nav-link:hover {
    color: #13905a !important;
  }
  
  .navvbar-nav .nav-item {
    margin: 0 8px;
    position: relative;
  }
  
  .navvbar-nav > .nav-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -16px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 0;
  }
  
  .navvbar-nav > .nav-item:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  
  .navvbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 2.5rem;
    background: none;
    outline: none;
    border: 1px solid black;
    border: none;
    border-radius: 3px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
  }
  
  .navvbar-toggler:hover, .navvbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
  }
  
  /* navvbar options (bg options) */
  .bg-dark .navvbar-toggler,
  .bg-dark .nav-link,
  .bg-dark .utils-search {
    color: #fff;
  }
  
  .bg-light {
    z-index: 9999;
  }
  
  .bg-light .navvbar-toggler,
  .bg-light .nav-link,
  .bg-light .utils-search {
    color: black;
  }
  
  .bg-transparent {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;w=1920);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  
  .bg-transparent .navvbar-toggler,
  .bg-transparent .nav-link,
  .bg-transparent .utils-search {
    color: #fff;
  }
  
  .bg-transparent .nav-item:after {
    background: #fff;
  }
  
  @media (min-width: 992px) {
    .bg-blur {
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background: rgba(255, 255, 255, 0.6);
      z-index: 999;
    }
    .bg-blur .navvbar-toggler,
    .bg-blur .nav-link,
    .bg-blur .utils-search {
      color: black;
    }
    .bg-blur .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .bg-blur .nav-item:after {
      background: #074022;
    }
  }
  
  /* Common Hover */
  .bg-blur .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-blur .nav-item:after {
    background: dark-green;
  }
  
  .bg-light .nav-item:hover > .nav-link,
  .bg-light-2 .nav-item:hover > .nav-link,
  .bg-dark .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .bg-light .nav-item:after,
  .bg-light-2 .nav-item:after,
  .bg-dark .nav-item:after {
    background: dark-green;
  }
  
  /* Dropdown CSS */
  .nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 35px;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .nav-link {
    color: #074022;
  }
  
  .nav-item .dropdown .nav-link:hover {
    color: #13905a !important;
  }
  
  .nav-item .dropdown .dropdown {
    top: 0;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
  }
  
  .nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
  }
  
  .nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .nav-item .dropdown > .nav-item:hover > .nav-link {
    color: #13905a;
  }
  
  .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .nav-item:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
  }
  
  .nav-close .btn-nav-close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .nav-close .btn-nav-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
    background: black;
    color: #fff;
  }
  
  .nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .nav-item.icon:hover > a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  /* Responsive (navvbar alignments options) */
  @media (min-width: 992px) {
    .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
    }
    .navvbar-right .navvbar-nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 20px;
    }
    .navvbar-left .navvbar-nav {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-right .dropdown .dropdown {
      left: unset;
      right: calc(100% + 20px);
      border-top: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
  }
  
  /* Nav Option (Logo Center) */
  @media (min-width: 992px) {
    .navvbar-left .navvbar-brand {
      text-align: right;
      width: 105px;
      height: auto;
    }
    .navvbar-left .navvbar-toggler {
      display: block;
      margin-right: 0;
    }
    .navvbar-left .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: 0;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
    }
    .navvbar-left .navvbar-nav .nav-link {
      margin: 10px 0;
      color: green;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-left .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-left .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-left .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-left .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-left .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-left .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-left .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
    }
    .navvbar-left .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navvbar-left .nav-item .dropdown .dropdown {
      border: none;
    }
    .navvbar-left .nav-item .dropdown:before {
      display: none;
    }
    .navvbar-left .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .navvbar-left .nav-item.icon a:before {
      top: unset;
      right: 0;
    }
  }
  
  /* Responsive navvbar */
  @media (max-width: 1200px) {
    .navvbar-toggler {
      display: block;
    }
    .navvbar-nav {
      background: #ffffff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 99999;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 400ms ease;
      transition: 400ms ease;
      /* Sidebar */
      position: fixed;
      left: -300px;
      top: 0;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
    .navvbar-nav .nav-link {
      margin: 10px 0;
      color: #074022;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navvbar-nav > .nav-item:first-child {
      margin-top: 20px;
    }
    .navvbar-nav > .nav-item:last-child {
      margin-bottom: 20px;
    }
    .navvbar-nav .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navvbar-nav .nav-item:hover > .nav-link {
      color: #13905a;
    }
    .navvbar-nav > .nav-item:after {
      display: none;
    }
    .navvbar-nav .nav-close {
      display: block;
    }
    .navvbar-nav.active {
      max-height: initial;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      left: 0;
      -webkit-box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }
    .nav-item .dropdown {
      padding: 0;
      position: initial;
      max-height: 0;
      width: initial;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .nav-item .dropdown .dropdown {
      border: none;
    }
    .nav-item .dropdown:before {
      display: none;
    }
    .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      max-height: initial;
    }
    .nav-item.icon a:before {
      top: unset;
      right: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  
  /* Search Popup */
  .search-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
  .search-popup.active {
    opacity: 1;
    visibility: visible;
  }
  
  .search-popup.active form {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .search-popup form {
    position: absolute;
    background: #fff;
    width: 500px;
    height: 200px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  
  .search-popup .btn-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 3rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .search-popup .btn-search-close .close-btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .search-popup input[type="search"] {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 300;
    padding: 0px 10px;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  
  .search-popup input[type="search"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
            box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
    border-color: transparent;
  }
  
  .search-popup input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  
  @media (max-width: 576px) {
    .search-popup form {
      width: calc(100% - 30px);
      height: 170px;
      padding: 15px;
    }
  }
  
  .move-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    line-height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
  }
  
  @keyframes pulse-wts {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  
  .whatsapp {
    position: fixed;
    right: 13px;
    bottom: 140px;
    z-index: 99999;
    background: #25D366;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation: pulse-wts 2s infinite;
            animation: pulse-wts 2s infinite;
  }
  
  .whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .whatsapp:hover {
    background: #25D366cc;
    color: #fff;
  }
  
  .whatsapp.active {
    visibility: visible;
    opacity: 1;
  }
  
  .loader-wrapper {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #074022;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    -webkit-animation: loader 2s infinite ease;
            animation: loader 2s infinite ease;
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    75% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    25% {
      height: 0%;
    }
    50% {
      height: 100%;
    }
    75% {
      height: 100%;
    }
    100% {
      height: 0%;
    }
  }
  
  .banner .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  
  footer .footer-top {
    margin: 0 auto;
    padding: 9.5rem 0 9.5rem 0;
  }
  
  @media (max-width: 991px) {
    footer .footer-top {
      text-align: center;
      padding: 3.5rem 0 3.5rem 0;
    }
  }
  
  footer .footer-top h5 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
  }
  
  footer .footer-top p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
  }
  
  footer .footer-top ul {
    padding: 0;
    list-style: none;
  }
  
  footer .footer-top .contact a {
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  footer .footer-top a {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
  }
  
  footer .footer-top li {
    padding: 6px 0;
  }
  
  footer .footer-bottom {
    background-color: #074022;
    color: #ffffff;
    height: 70px;
  }
  
  footer .footer-bottom .sec {
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    footer .footer-bottom .sec {
      max-width: 750px;
    }
  }
  
  footer .footer-bottom .sec .copyright {
    float: left;
  }
  
  footer .footer-bottom .sec .dev {
    float: right;
  }
  
  footer .footer-bottom .sec p {
    display: inline;
  }
  
  @media (max-width: 767px) {
    footer .footer-bottom .sec p {
      font-size: 10px !important;
      font-weight: 300;
    }
  }
  
  footer .footer-bottom .sec p a {
    text-decoration: none;
    color: #ffffff;
  }
  
  body {
    background-color: #e8faf1;
    font-family: "Outfit", sans-serif;
  }
  
  body .container {
    overflow: hidden;
  }
  
  body .container-fluid {
    overflow: hidden;
    max-width: 1400px;
  }
  
  @media (max-width: 991px) {
    body .container-fluid {
      max-width: 750px;
    }
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  .banner {
    background-image: url("../img/ban-talent.jpg");
    background-size: cover;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    position: relative;
  }
  
  .banner::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .banner2 {
    background: url("../img/ban-tal.jpg");
    background-size: cover;
    height: 600px;
    background-position: center;
  }
  
  .banner2 .q-col .quote {
    height: 450px;
    background: #ffffff;
    border: none;
    border-radius: 25px;
  }
  
  @media (max-width: 991px) {
    .banner2 .q-col .quote {
      height: auto;
    }
  }
  
  .banner2 .q-col .quote h2 {
    font-size: 6rem;
    font-weight: 100;
  }
  
  @media (max-width: 991px) {
    .banner2 .q-col .quote h2 {
      font-size: 4.5rem;
    }
  }
  
  .banner2 .q-col .quote h3 {
    font-size: 3rem;
    font-weight: 200;
  }
  
  @media (max-width: 991px) {
    .banner2 .q-col .quote h3 {
      font-size: 2rem;
    }
  }
  
  .banner2 .q-col .quote p {
    padding-top: 3rem;
    font-size: 1.5rem;
  }
  
  .talent {
    padding: 5rem 0;
  }
  
  .talent .student-wrapper .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .talent .student-wrapper .section-title h3 {
    font-weight: 700;
  }
  
  .talent .student-wrapper .sitdent-choose-content {
    text-align: justify;
  }
  
  .talent .student-wrapper .sitdent-choose-content p {
    font-size: 1.125rem;
  }
  
  .talent .student-wrapper .shap-01 {
    position: absolute;
    top: 170px;
    left: 40%;
    height: 130px;
    width: 122px;
    background: #27e392;
    border-radius: 8px;
  }
  
  .talent .student-choose-wrapper .shap-02 {
    position: absolute;
    top: -8%;
    left: 45%;
    height: 151px;
    width: 150px;
    background: #09b0e6;
    border-radius: 8px;
    z-index: -1;
  }
  
  .talent .student-choose-wrapper .shap-03 {
    position: absolute;
    top: -7%;
    left: -7%;
    z-index: -1;
  }
  
  .talent .student-choose-wrapper .shap-04 {
    position: absolute;
    bottom: -9%;
    left: 33%;
    z-index: -1;
  }
  
  .talent .student-choose-wrapper .shap-05 {
    position: absolute;
    bottom: 41%;
    right: -35%;
    z-index: -1;
  }
  
  .talent .student-choose-wrapper .student-choose-thumb {
    margin-top: 37px;
  }
  
  .talent .student-choose-wrapper .student-choose-thumb img {
    max-width: 100%;
    height: auto;
  }
  
  .courses {
    padding-top: 4rem;
  }
  
  .courses .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .courses .section-title h3 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .courses .card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(40 * 1px);
    overflow: hidden;
    text-decoration: none;
    border: none;
  }
  
  .courses .card__image {
    width: 100%;
    height: auto;
  }
  
  .courses .card__image img {
    width: 100%;
  }
  
  .courses .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(40 * 1px);
    background-color: #ffffff;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  
  .courses .card:hover .card__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  .courses .card__header {
    text-align: center;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem;
    border-radius: calc(40 * 1px) 0 0 0;
    background-color: #ffffff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  
  .courses .card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
  }
  
  .courses .card__arc path {
    fill: #ffffff;
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
  }
  
  .courses .card:hover .card__header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  .courses .card__title {
    font-size: 1.5rem;
    margin: 0 0 .3rem;
    color: #000000;
    font-weight: 700;
  }
  
  .courses .card__description {
    padding: 0 1.25rem 2rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .courses .card__description .desc1 h5 {
    color: #707070;
    font-weight: 300;
  }
  
  .courses .card__description .desc1 h5 i {
    margin-right: 10px;
  }
  
  .courses .card__description .desc1 .price {
    color: #2467ec;
    font-weight: 700;
  }
  
  .courses .card__description p {
    color: #000000;
  }
  
  .courses .card__description .btnn {
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 3.75rem;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  
  .courses .card__description .btnn:hover {
    background: transparent linear-gradient(266deg, #27e392 0%, #09b0e6 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 2px 10px #0000001a;
            box-shadow: 0px 2px 10px #0000001a;
  }
  
  body {
    background-color: #e8faf1;
    font-family: "Outfit", sans-serif;
  }
  
  body .container {
    overflow: hidden;
  }
  
  @media (max-width: 991px) {
    body .container {
      max-width: 750px;
    }
  }
  
  .btnn {
    background: transparent linear-gradient(266deg, #09b0e6 0%, #27e392 100%) 0% 0% no-repeat padding-box;
    border-radius: 3.75rem;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  
  .btnn:hover {
    background: transparent linear-gradient(266deg, #27e392 0%, #09b0e6 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 2px 10px #0000001a;
            box-shadow: 0px 2px 10px #0000001a;
  }
  
  .btnn-m {
    width: 150px;
    height: 50px;
    border: none;
    background: transparent linear-gradient(266deg, #0fa857 0%, #13905a 100%) 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
  }
  
  .btnn-m:hover {
    -webkit-box-shadow: 0px 2px 10px #0000001a;
            box-shadow: 0px 2px 10px #0000001a;
    background: transparent linear-gradient(266deg, #13905a 0%, #0fa857 100%) 0% 0% no-repeat padding-box;
  }
  
  .sub .banner {
    background-size: cover;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    background-image: url("../img/talent/DIGITAL_PAINTING.png");
    position: relative;
  }
  
  .sub .banner::after {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .sub .std {
    padding: 4rem 0 4rem 0;
  }
  
  .sub .std .std-card {
    border-radius: 15px;
    -webkit-box-shadow: rgba(0, 100, 131, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 100, 131, 0.24) 0px 3px 8px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  
  .sub .std .std-card:hover {
    -webkit-box-shadow: rgba(0, 100, 131, 0.24) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            box-shadow: rgba(0, 100, 131, 0.24) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  
  .sub .std .sub-top .first img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .sub .std .sub-top .first .sidber-video-btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    bottom: 0;
    height: 70px;
    width: 70px;
    background: #ffffff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #df2020;
    -webkit-animation: pulse-animation 2s infinite;
            animation: pulse-animation 2s infinite;
  }
  
  .sub .std .sub-top .sec .back {
    text-decoration: none;
    color: #09b0e6;
    font-size: 1.15rem;
  }
  
  .sub .std .sub-top .sec .title h5 {
    font-size: 25px;
    font-weight: 700;
  }
  
  .sub .std .sub-top .sec .buy h5 {
    color: #f24c0a;
    font-size: 25px;
    font-weight: 700;
  }
  
  .sub .std .sub-top .sec .buy .btnn {
    width: 150px;
    height: 50px;
    font-weight: 700;
  }
  
  .sub .std .sub-top .sec .tabs ul .nav-link {
    color: #707070;
    font-weight: 700;
    border: unset;
    font-size: 16px;
  }
  
  @media (max-width: 767px) {
    .sub .std .sub-top .sec .tabs ul .nav-link {
      font-size: 12px;
    }
  }
  
  .sub .std .sub-top .sec .tabs ul .active {
    border-bottom: 3px solid #074022;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    background-color: transparent;
    color: #074022 !important;
  }
  
  .sub .bottom h6 {
    font-weight: 700;
  }
  
  .sub .bottom .form .form-control {
    background: transparent;
    border-radius: 10px;
  }
  
  .sub .card .card-img-top {
    height: 500px;
  }
  
  .sub .card .title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .cbse .title h6 {
    font-size: 24px;
    font-weight: 700;
  }
  
  .cbse .row1 {
    padding: 4rem 0 4rem 0;
  }
  /*# sourceMappingURL=course-det.css.map */