.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&cs=tinysrgb&dpr=1&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&cs=tinysrgb&dpr=1&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;
    }
  }
  
  body ul, body li {
    list-style: none;
  }
  
  body .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;
    width: 200px;
    height: 50px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  
  body .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;
    color: #ffffff;
  }
  
  .ambassador .register {
    padding: 7rem 0 7rem 0;
  }
  
  .ambassador .register .image {
    width: 400px;
    -webkit-animation: mover 1s infinite  alternate;
            animation: mover 1s infinite  alternate;
  }
  
  .ambassador .register .form .form-control {
    background: transparent;
    border-radius: 10px;
  }
  
  .ambassador .register .bg {
    background-color: #ffffff;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 25px;
  }
  /*# sourceMappingURL=login.css.map */