@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://unpkg.com/@webpixels/css@1.1.5/dist/index.css);
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
html {
  cursor: none;
}

body {
  font-family: "Lufga", sans-serif !important;
}

.cursor {
  position: fixed;
  width: 100px;
  height: 100px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  transition: 0.1s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
  background-image: url(../images/logo.png);
}

.top-section {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-section {
    padding-top: 0px;
  }
}
.top-section li {
  list-style-type: none;
}
.top-section .container-fluid .top-nav-container.nav-main {
  margin-top: 0;
}
.top-section .container-fluid .top-nav-container ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
.top-section .container-fluid .top-nav-container ul li:nth-child(6) {
  margin-left: 40px;
}
.top-section .container-fluid .top-nav-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: block;
  }
}
#menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .top-section #mySidenav .closebtn {
    font-size: 36px;
    font-weight: 300;
  }
}
.profile-section .sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #02130f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}
.sidenav a {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: block;
  transition: 0.5s ease-in;
  white-space: nowrap;
}
.sidenav li {
  list-style-type: none;
  text-align: center;
}
.sidenav a:hover {
  color: #FFF;
}
.sidenav .closebtn {
  font-size: 36px;
}
.sidenav .language-container {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav .language-container .dropdown .bootstrap-select {
  background: no-repeat;
  border: none;
  color: #fff;
  letter-spacing: 0.72px;
}

.block-header .active {
  font-weight: 600;
  color: #092e1b !important;
}
.block-header .container-custom {
  position: relative;
}
.block-header .container-custom .lang-desktop {
  display: flex;
}
.block-header .container-custom .dropdown {
  margin-left: 5px;
}
.block-header .container-custom .dropdown .bootstrap-select {
  color: #bbd2cc;
  letter-spacing: 0.72px;
  padding: 0 16px 0px 6px;
  font-size: 1.2rem;
}
.block-header .container-custom .dropdown .bootstrap-select:hover {
  color: #fff;
}
.block-header .container-custom hr {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  background: rgba(255, 255, 255, 0.2392156863);
}
.block-header .container-custom .row label {
  margin: 0;
  color: #bbd2cc;
  font-size: 1.2rem;
}
.block-header .top-nav-container {
  margin: 0 3vw;
}
.block-header .top-nav-container .nav-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .block-header .top-nav-container .nav-block {
    display: none;
  }
}
.block-header .top-nav-container .nav-block li {
  padding: 5px 40px;
  cursor: pointer;
}
@media screen and (max-width: 1126px) {
  .block-header .top-nav-container .nav-block li {
    padding: 5px 18px;
  }
}
.block-header .top-nav-container .nav-block li a {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  letter-spacing: 0.72px;
  text-decoration: none;
}
@media screen and (max-width: 1319px) {
  .block-header .top-nav-container .nav-block li a {
    font-size: 14px;
  }
}
.block-header .top-nav-container .nav-block li a:hover {
  border-bottom: 3px solid #b9e901;
}

.button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
@media (max-width: 991px) {
  .button_container {
    display: block;
  }
}
.button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}

.profile-section {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  justify-content: center;
}
.profile-section p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.profile-section .profile-img {
  width: 50px;
  border-radius: 50%;
}

.profile-section.sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.profile-section.sidebar a {
  order: 2;
}
.profile-section.sidebar .profile-img {
  order: 1;
  width: 75px;
  border-radius: 50%;
}
.profile-section.sidebar p {
  margin: 0;
}

@media (max-width: 991px) {
  .profile-section {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .top-section .container-fluid {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1186px) {
  .top-section .container-fluid {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .top-section .container-fluid {
    padding: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  .block-header.home-header {
    padding: 0 1vw;
  }
}
.btn-main.login-btn {
  background-color: #0e3c43;
  color: #88db64;
  border: none;
  padding: 15px 44px;
  border-radius: 36px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1319px) {
  .btn-main.login-btn {
    font-size: 14px;
  }
}

.btn-main.login-btn:hover {
  transform: scale(1.06);
}

.top-section.bg_no {
  background-image: url("../images/bg-1.png");
  background-position-x: right;
  background-repeat: no-repeat;
}
.top-section.bg_no .section-1 {
  margin: 0 7%;
  position: relative;
}
.top-section.bg_no .section-1 .text-1 {
  margin-top: 7%;
  display: flex;
  justify-content: end;
  margin-bottom: 5%;
}
.top-section.bg_no .section-1 .text-1 p {
  position: relative;
  font-weight: 400;
  font-size: 5vw;
  color: #bae92d;
  line-height: 118%;
  margin-right: 2%;
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .text-1 p {
    font-size: 6vw;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-1 .text-1 p {
    font-size: 8.3vw;
  }
}
.top-section.bg_no .section-1 .text-1 p span {
  color: #b9e901;
}
.top-section.bg_no .section-1 .text-1 p img {
  position: absolute;
  top: 13%;
  right: 20%;
  width: 15%;
}
.top-section.bg_no .section-1 .card-1 {
  display: flex;
}
.top-section.bg_no .section-1 .card-1 .text-2 {
  background: transparent;
  border: 3px solid #b9e901;
  border-radius: 83px;
  width: 80%;
  padding: 13% 11%;
  position: relative;
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-1 .text-2 {
    border-radius: 68px;
  }
}
.top-section.bg_no .section-1 .card-1 .text-2 h2 {
  font-weight: 400;
  font-size: 3vw;
  line-height: 3.5vw;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .top-section.bg_no .section-1 .card-1 .text-2 h2 {
    font-size: 5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 991px) {
  .top-section.bg_no .section-1 .card-1 .text-2 h2 {
    font-size: 7vw;
    line-height: 7.5vw;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-1 .text-2 h2 {
    margin-bottom: 3%;
  }
}
.top-section.bg_no .section-1 .card-1 .text-2 p {
  font-family: "Lufga";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2.5vw;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .top-section.bg_no .section-1 .card-1 .text-2 p {
    font-size: 2.3vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 991px) {
  .top-section.bg_no .section-1 .card-1 .text-2 p {
    font-size: 3.3vw;
    line-height: 5.5vw;
  }
}
.top-section.bg_no .section-1 .card-1 .text-2 .para-2 {
  transform: rotate(-90deg);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  position: absolute;
  right: -13%;
  bottom: 40%;
  gap: 10px;
}
.top-section.bg_no .section-1 .card-1 .text-2 .para-2 img {
  width: 2vw;
}
@media screen and (max-width: 991px) {
  .top-section.bg_no .section-1 .card-1 .text-2 .para-2 img {
    width: 3vw;
  }
}
.top-section.bg_no .section-1 .phn-card {
  margin-top: -32px;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-1 .card-2 {
    padding-bottom: 24%;
  }
}
@media screen and (max-width: 800px) {
  .top-section.bg_no .section-1 .card-2 {
    margin-top: -14%;
  }
}
.top-section.bg_no .section-1 .card-2 .img-1 img {
  width: 100%;
}
.top-section.bg_no .section-1 .card-2 .btn-div {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-right: 13%;
  margin-top: 4%;
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-2 .btn-div {
    justify-content: center;
    margin-right: 0%;
  }
}
.top-section.bg_no .section-1 .card-2 .btn-div .btn-1 button {
  background: #eeeeee;
  padding: 25px 55px;
  border-radius: 36px;
}
@media screen and (max-width: 1104px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-1 button {
    padding: 20px 37px;
    font-size: 12px;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-1 button {
    padding: 17px 34px;
    font-size: 11px;
  }
}
@media screen and (max-width: 385px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-1 button {
    padding: 17px 34px;
    font-size: 10px;
  }
}
.top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button {
  background: #0e3c43;
  padding: 24px 91px 24px 40px;
  border-radius: 55px;
  color: #80d162;
  position: relative;
}
@media screen and (max-width: 1104px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button {
    padding: 20px 72px 20px 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button {
    padding: 17px 65px 17px 33px;
    font-size: 11px;
  }
}
.top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button .arrow {
  position: absolute;
  right: 1%;
  top: 2.6%;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1104px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button .arrow {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-1 .card-2 .btn-div .btn-2 button .arrow {
    width: 49px;
    height: 49px;
  }
}
.top-section.bg_no .section-1 .img-1-1-1 {
  position: absolute;
  bottom: -14%;
  right: 5%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-1 .img-1-1-1 {
    bottom: -5%;
    right: -8%;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-1 .img-1-1-1 {
    bottom: -3%;
    right: -7%;
  }
}
.top-section.bg_no .section-1 .img-1-1-1 img {
  width: 26vw;
}
.top-section.bg_no .section-2 {
  margin: 0 6%;
  position: relative;
}
.top-section.bg_no .section-2 .img-1 {
  position: absolute;
  top: -44%;
  right: 11.2vw;
}
.top-section.bg_no .section-2 .img-1 img {
  width: 21vw;
}
.top-section.bg_no .section-2 .img-2 {
  position: absolute;
  top: -26%;
  left: 4%;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-2 .img-2 {
    display: none;
  }
}
.top-section.bg_no .section-2 .img-2 img {
  width: 10.5vw;
}
.top-section.bg_no .section-2 .img-3 {
  position: absolute;
  bottom: 3%;
  left: 0.4%;
}
.top-section.bg_no .section-2 .img-3 img {
  width: 7vw;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-2 .img-3 img {
    width: 10vw;
  }
}
.top-section.bg_no .section-2 .text-3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6vw;
  line-height: 2.6vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2%;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-2 .text-3 p {
    font-size: 2.8vw;
    line-height: 3.6vw;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-2 .text-3 p {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }
}
.top-section.bg_no .section-2 .text-3 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 4.1vw;
  text-align: center;
  color: #0E3C43;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-2 .text-3 h2 {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-2 .text-3 h2 {
    font-size: 6.7vw;
  }
}
.top-section.bg_no .section-2 .text-3 h2 img {
  margin-left: -3vw;
  position: relative;
  z-index: -1;
  width: 22vw;
}
.top-section.bg_no .section-2 .text-3 h2 .card-text {
  background-color: #b9e901;
  width: 21.3vw;
  height: 7vw;
  border-radius: 29px;
  position: relative;
  z-index: -1;
  margin-left: -2vw;
  transform: rotate(4deg);
  margin-top: -1vw;
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-2 .text-3 h2 .card-text {
    border-radius: 9px;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-2 .text-3 h2 .card-text {
    width: 22.3vw;
    height: 9vw;
  }
}
.top-section.bg_no .section-2 .text-3 h2 .card-text span {
  font-size: 6vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-2 .text-3 h2 .card-text span {
    font-size: 6.6vw;
  }
}
.top-section.bg_no .section-2 .text-3 h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.1vw;
  color: #0E3C43;
  opacity: 0.9;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 992px) {
  .top-section.bg_no .section-2 .text-3 h1 {
    font-size: 6.1vw;
  }
}
@media screen and (max-width: 391px) {
  .top-section.bg_no .section-2 .text-3 h1 {
    font-size: 7.9vw;
  }
}
.top-section.bg_no .section-2 .text-3 h1 .img-1-1 {
  width: 8vw;
}
.top-section.bg_no .section-2 .text-3 h1 .img-1-1-1-1 {
  position: absolute;
  right: 7%;
  top: 20%;
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-2 .text-3 h1 .img-1-1-1-1 {
    right: -3%;
  }
}
.top-section.bg_no .section-2 .btn-div-2 {
  text-align: center;
  margin-top: 2%;
}
.top-section.bg_no .section-2 .btn-div-2 button {
  background: #0e3c43;
  padding: 24px 97px 24px 51px;
  border-radius: 55px;
  color: #80d162;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 1105px) {
  .top-section.bg_no .section-2 .btn-div-2 button {
    padding: 24px 90px 24px 33px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-2 .btn-div-2 button {
    padding: 17px 60px 17px 29px;
    font-size: 0.8rem;
  }
}
.top-section.bg_no .section-2 .btn-div-2 button .arrow {
  position: absolute;
  right: 1%;
  top: 2.6%;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1105px) {
  .top-section.bg_no .section-2 .btn-div-2 button .arrow {
    width: 63px;
    height: 63px;
    padding: 21px;
    right: 1.3%;
    top: 5.3%;
  }
}
@media screen and (max-width: 426px) {
  .top-section.bg_no .section-2 .btn-div-2 button .arrow {
    width: 49px;
    height: 49px;
    padding: 16px;
    right: 1.7%;
    top: 5.3%;
  }
}
.section-3 {
  margin-top: 7%;
}
.section-3 .card-4 {
  background-image: url("../images/card-6.png");
  background-attachment: fixed;
  width: 100%;
  padding: 6% 9%;
  margin-bottom: 7%;
  background-size: cover;
}
.section-3 .card-4 h2 {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 4%;
}
@media screen and (max-width: 426px) {
  .section-3 .card-4 h2 {
    font-size: 1.8rem;
  }
}
.section-3 .card-4 h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 49px;
  text-align: center;
  text-transform: capitalize;
  color: #0E3C43;
  margin-bottom: 2%;
}
@media screen and (max-width: 426px) {
  .section-3 .card-4 h3 {
    font-size: 1rem;
    line-height: 25px;
  }
}
.section-3 .card-4 p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  /* line-height: 49px; */
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 4%;
  padding: 0 7.6%;
}
@media screen and (max-width: 426px) {
  .section-3 .card-4 p {
    font-size: 0.8rem;
  }
}
.section-3 .card-4 .p-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  /* line-height: 49px; */
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  padding: 0 7.6% !important;
}
@media screen and (max-width: 426px) {
  .section-3 .card-4 .p-2 {
    font-size: 0.8rem;
  }
}

.section-4 {
  margin: 0 5%;
}
.section-4 .top-head-2 {
  border-bottom: 1px solid #000;
}
.section-4 .top-head-2 .top-head {
  display: flex;
  justify-content: space-between;
  margin: 0 4%;
  align-items: center;
  padding: 2% 0;
}
.section-4 .top-head-2 .top-head .text-1 h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 2.1rem;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 426px) {
  .section-4 .top-head-2 .top-head .text-1 h3 {
    font-size: 1rem;
  }
}
.section-4 .top-head-2 .top-head .text-2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 426px) {
  .section-4 .top-head-2 .top-head .text-2 p {
    font-size: 0.6rem;
    line-height: 15px;
  }
}
.section-4 .cards {
  margin-top: 5%;
}
.section-4 .cards .card-1 .card-body:hover {
  border-radius: 33px 33px 33px 224px;
}
.section-4 .cards .card-1 .card-body:hover .img-1 {
  border-radius: 0px 0px 0px 224px;
}
.section-4 .cards .card-1 .card-body {
  background-color: #f6f6f6;
  border-radius: 33px;
  margin-bottom: 5%;
  transition: 0.2s ease;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-4 .cards .card-1 .card-body {
    margin-bottom: 5%;
  }
}
.section-4 .cards .card-1 .card-body .card-top {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  justify-content: space-between;
}
.section-4 .cards .card-1 .card-body .card-top h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 50px;
  text-transform: capitalize;
  color: #B9E901;
}
@media screen and (max-width: 1497px) {
  .section-4 .cards .card-1 .card-body .card-top h2 {
    font-size: 1.9rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 1343px) {
  .section-4 .cards .card-1 .card-body .card-top h2 {
    font-size: 1.7rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 426px) {
  .section-4 .cards .card-1 .card-body .card-top h2 {
    font-size: 1.5rem;
    line-height: 31px;
  }
}
.section-4 .cards .card-1 .card-body .card-top .btn-div-3 {
  margin-left: 5%;
  transition: 0.4s ease;
}
@media screen and (max-width: 426px) {
  .section-4 .cards .card-1 .card-body .card-top .btn-div-3 {
    margin-left: 20%;
  }
}
.section-4 .cards .card-1 .card-body .card-top .btn-div-3 button {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px;
  position: absolute;
  top: 6%;
  right: 5%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 426px) {
  .section-4 .cards .card-1 .card-body .card-top .btn-div-3 button {
    width: 70px;
    height: 70px;
  }
}
.section-4 .cards .card-1 .card-body .card-top .btn-div-3 button img {
  transition: 0.2s ease;
}
.section-4 .cards .card-1 .card-body .card-down .text-4 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 0 2%;
}
.section-4 .cards .card-1 .card-body .card-down .text-4 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
  text-transform: capitalize;
  color: #000000;
  opacity: 0.5;
}
@media screen and (max-width: 426px) {
  .section-4 .cards .card-1 .card-body .card-down .text-4 p {
    font-size: 0.8rem;
    line-height: 23px;
  }
}
.section-4 .cards .card-1 .card-body .card-down img {
  width: 100%;
  transition: 0.2s ease;
}
.section-4 .cards .card-1 .card-body .card-down:hover p {
  opacity: 1;
}
.section-4 .cards .card-1 .card-body:hover {
  border-radius: 33px 33px 33px 224px;
  transition: 0.4s ease;
}
.section-4 .cards .card-1 .card-body:hover p {
  opacity: 1;
}
.section-4 .cards .card-1 .card-body:hover h2 {
  color: #000;
}
.section-4 .cards .card-1 .card-body:hover .img-1 {
  border-radius: 0px 0px 0px 224px;
}
.section-4 .cards .card-1 .card-body:hover .btn-div-3 button {
  top: unset;
  right: unset;
  bottom: 15px;
  left: 15px;
  background-color: #B9E901;
  border: 5px solid #000;
  transform: scale(1.1);
}
.section-4 .cards .card-1 .card-body:hover .btn-div-3 button img {
  filter: invert(1);
}

.section-5 {
  background-image: url("../images/bg-2.png");
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
}
.section-5 .content-1 {
  padding-top: 10%;
}
@media screen and (max-width: 992px) {
  .section-5 .content-1 {
    padding-top: 0%;
  }
}
.section-5 .content-1 .card-1 .text-1 {
  margin-top: 18%;
  margin-left: 15%;
  padding-right: 9%;
}
@media screen and (max-width: 992px) {
  .section-5 .content-1 .card-1 .text-1 {
    margin-top: 10%;
    margin-left: 8%;
  }
}
.section-5 .content-1 .card-1 .text-1 h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.3rem;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 426px) {
  .section-5 .content-1 .card-1 .text-1 h2 {
    font-size: 2rem;
  }
}
.section-5 .content-1 .card-1 .text-1 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #A4CF03;
  margin-bottom: 7%;
}
@media screen and (max-width: 426px) {
  .section-5 .content-1 .card-1 .text-1 h3 {
    font-size: 1.4rem;
  }
}
.section-5 .content-1 .card-1 .text-1 p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 47px;
  text-transform: capitalize;
  color: #636363;
}
@media screen and (max-width: 426px) {
  .section-5 .content-1 .card-1 .text-1 p {
    font-size: 1.1rem;
    line-height: 27px;
  }
}
.section-5 .content-1 .card-1 .text-1 .btn-div-2 {
  margin-top: 4%;
}
.section-5 .content-1 .card-1 .text-1 .btn-div-2 button {
  background: #0e3c43;
  padding: 24px 97px 24px 51px;
  border-radius: 55px;
  color: #80d162;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 426px) {
  .section-5 .content-1 .card-1 .text-1 .btn-div-2 button {
    font-size: 1.1rem;
    padding: 20px 84px 20px 44px;
  }
}
.section-5 .content-1 .card-1 .text-1 .btn-div-2 button .arrow {
  position: absolute;
  right: 1%;
  top: 2.6%;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 426px) {
  .section-5 .content-1 .card-1 .text-1 .btn-div-2 button .arrow {
    width: 65px;
    height: 65px;
  }
}
.section-5 .content-1 .card-2 {
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-5 .content-1 .card-2 {
    margin-top: 17%;
  }
}
.section-5 .content-1 .card-2 .ani-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
}
@media screen and (max-width: 992px) {
  .section-5 .content-1 .card-2 .ani-1 {
    top: 3%;
    left: 9%;
    width: 23vw;
  }
}
.section-5 .content-1 .card-2 img {
  width: 100%;
}
.section-5 .content-2 .card-4 .text-1 {
  margin-top: 18%;
  margin-left: 15%;
  padding-right: 9%;
}
@media screen and (max-width: 992px) {
  .section-5 .content-2 .card-4 .text-1 {
    margin-top: 0%;
    margin-left: 8%;
  }
}
.section-5 .content-2 .card-4 .text-1 h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.3rem;
  text-transform: capitalize;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 h2 {
    font-size: 2rem;
  }
}
.section-5 .content-2 .card-4 .text-1 h2 .obj-1 {
  position: absolute;
  top: -6vw;
  right: 30vw;
  width: 4vw;
}
.section-5 .content-2 .card-4 .text-1 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #A4CF03;
  margin-bottom: 7%;
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 h3 {
    font-size: 1.4rem;
  }
}
.section-5 .content-2 .card-4 .text-1 p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 47px;
  text-transform: capitalize;
  color: #636363;
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 p {
    font-size: 1.1rem;
    line-height: 27px;
  }
}
.section-5 .content-2 .card-4 .text-1 .para-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3vw;
  text-transform: capitalize;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 992px) {
  .section-5 .content-2 .card-4 .text-1 .para-1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 .para-1 {
    font-size: 4vw;
  }
}
.section-5 .content-2 .card-4 .text-1 .para-1 img {
  cursor: pointer;
}
.section-5 .content-2 .card-4 .text-1 .btn-div-2 {
  margin-top: 4%;
}
.section-5 .content-2 .card-4 .text-1 .btn-div-2 button {
  background: #0e3c43;
  padding: 24px 97px 24px 51px;
  border-radius: 55px;
  color: #80d162;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 .btn-div-2 button {
    font-size: 1.1rem;
    padding: 20px 84px 20px 44px;
  }
}
.section-5 .content-2 .card-4 .text-1 .btn-div-2 button .arrow {
  position: absolute;
  right: 1%;
  top: 2.6%;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 426px) {
  .section-5 .content-2 .card-4 .text-1 .btn-div-2 button .arrow {
    width: 65px;
    height: 65px;
  }
}
.section-6 {
  background-image: url("../images/card-15.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-6 .logos {
  overflow-x: hidden;
  padding: 5% 0% 1% 0%;
}
@media screen and (max-width: 426px) {
  .section-6 .logos {
    padding: 14% 0% 11% 0%;
  }
}
.section-6 .logos h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0%;
}
@media screen and (max-width: 426px) {
  .section-6 .logos h2 {
    font-size: 1.4rem;
    margin-bottom: 1%;
  }
}
.section-6 .logos .logo-1 {
  text-align: center;
  align-items: center;
}
.section-6 .logos .logo-1 div:hover {
  transform: scale(1.1);
  opacity: 1;
}
.section-6 .logos .logo-1 div {
  padding: 2%;
  transition: 0.5s;
  opacity: 0.4;
}
@media screen and (max-width: 426px) {
  .section-6 .logos .logo-1 div img {
    width: 100%;
    max-width: 85px;
    min-width: 85px;
  }
}

.footer-section {
  background: #000;
}
.footer-section .footer-top {
  padding: 70px 0 50px;
  background: #000;
}
.footer-section .footer-top .footer-main {
  margin: 0 auto;
}
.footer-section .footer-top .footer-main .row {
  justify-content: center;
  width: 100%;
}
.footer-section .footer-top .footer-main .row .txt-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
.footer-section .footer-top .footer-main .row .txt-container .logo-block img {
  max-width: 160px;
  margin-bottom: 1rem;
}
.footer-section .footer-top .footer-main .row .txt-container p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 34px;
  color: #8f8e8e;
  margin-bottom: 8%;
}
.footer-section .footer-top .footer-main .row .txt-container .social-links {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
.footer-section .footer-top .footer-main .row .txt-container .social-links img {
  width: fit-content;
  min-width: 3px;
}
.footer-section .footer-top .footer-main .row .txt-container:last-child h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-weight: 700;
  white-space: nowrap;
}
.footer-section .footer-top .footer-main .row .txt-container:last-child h4 + p {
  text-align: right;
}
.footer-section .footer-top .footer-main .row .parent-container {
  margin-top: 15%;
  text-align: left;
  width: fit-content;
}
@media (max-width: 767px) {
  .footer-section .footer-top .footer-main .row .parent-container {
    margin: 20px 0 30px;
  }
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul {
  list-style-type: none;
  padding: 0;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul .store {
  display: flex;
  gap: 10px;
  width: 40%;
  transition: 0.2s ease;
  margin-bottom: 24px;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul .store img {
  transition: 0.2s ease;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul .store img:hover {
  transform: scale(1.1);
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 7px;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul li span:hover {
  color: #a5a5a5;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul li span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  color: #8f8e8e;
}
.footer-section .footer-top .footer-main .row .parent-container .txt-container ul li a:hover {
  color: #8f8886;
}
.footer-section .footer-top .footer-main .row .parent-container-last {
  margin-top: 15%;
  margin-left: 15%;
}
@media screen and (max-width: 992px) {
  .footer-section .footer-top .footer-main .row .parent-container-last {
    margin-left: 0%;
  }
}
.footer-section .footer-top .footer-main .row .parent-container-last .txt-container ul {
  padding: 0;
}
.footer-section .footer-top .footer-main .row .parent-container-last .txt-container ul li {
  display: flex;
  width: fit-content;
  list-style: none;
  margin-bottom: 15px;
  gap: 3px;
}
.footer-section .footer-top .footer-main .row .parent-container-last .txt-container ul li img {
  width: 18px;
  margin-right: 5px;
}
.footer-section .footer-top .footer-main .row .parent-container-last .txt-container ul li a:hover {
  color: #b1afae;
}
.footer-section .footer-top .footer-main .row .parent-container-last .txt-container ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #8f8e8e;
  display: flex;
  align-items: end;
  text-decoration: none;
}
.footer-section .footer-bottom {
  background: #000;
  padding: 30px 0px;
  margin: 0 auto;
  border-top: 0.1px solid rgba(125, 125, 125, 0.2784313725);
  width: 84%;
}
.footer-section .footer-bottom .footer-main {
  margin: 0 auto;
  display: flex;
  gap: 31%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-section .footer-bottom .footer-main .parent-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer-section .footer-bottom .footer-main .parent-container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-main .parent-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom .footer-main .txt-container:last-child {
    margin-top: 1rem;
  }
}
.footer-section .footer-bottom .footer-main .txt-container h6 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 426px) {
  .footer-section .footer-bottom .footer-main .txt-container h6 {
    font-size: 0.9rem;
  }
}
.footer-section .footer-bottom .footer-main .txt-container h6 a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .footer-section .footer-bottom .footer-main {
    max-width: 90vw;
  }
}
@media screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 40px 0 30px;
  }
  .footer-section .footer-top .footer-main {
    max-width: 90vw;
  }
  .footer-section .contact-us {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-section .footer-top {
    padding: 40px 0 20px;
  }
  .footer-section .footer-top .footer-main {
    max-width: 90vw;
  }
  .footer-section .footer-top .footer-main .row {
    width: 100%;
  }
  .footer-section .contact-us {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-section .footer-top .footer-main .row .txt-container:last-child h4 {
    text-align: left;
  }
  .footer-section .footer-top .footer-main .row .txt-container:last-child h4 + p {
    text-align: left;
  }
  .footer-section .footer-top .footer-main .row .parent-container {
    margin: 17px 0 0px;
  }
  .footer-section .footer-top .footer-main .row .parent-container .txt-container ul {
    padding: 0;
    margin: 0;
  }
  .footer-section .footer-bottom {
    font-size: 64.28px;
    line-height: 64px;
    color: #000000;
    margin: 0;
    padding: 0 0;
  }
  .footer-section .footer-bottom .footer-main .parent-container {
    display: block;
    margin-left: 6%;
  }
  .footer-section .footer-bottom .footer-main .parent-container .txt-container {
    margin: 20px 0;
  }
}
.circle-border {
  width: 7VW;
  height: 7VW;
  border: 0.4vw solid #b9e901;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 0.3vw;
  box-sizing: border-box;
  animation: scaleBorder 2s infinite alternate;
}
@media screen and (max-width: 391px) {
  .circle-border {
    width: 10vw;
    height: 10vw;
  }
}

@keyframes scaleBorder {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.circle-border img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #89db64;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  height: 100vh;
}

#progress {
  height: 1px;
  background: #000000;
  margin-top: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 426px) {
  #progstat {
    top: 47.5%;
  }
}

#demo h3 {
  position: absolute;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  visibility: hidden;
  font-size: 120px;
  top: 0;
  right: 0;
}

#demo {
  position: relative;
  margin: auto;
  overflow: hidden;
}

ul.v-slides {
  list-style-type: none;
  transform: translateY(50px);
  padding: 0;
}

.v-slide {
  font-size: 24px;
  line-height: 50px;
  color: #4BB3FD;
}

.v-slider-frame {
  border: 1px solid #4BB3FD;
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.btn-ani-2 {
  display: inline-grid;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.arrow-ani {
  transition: all 0.5s ease;
}

.btn-ani-2:hover div img {
  animation: arrow 1s ease infinite;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(0);
  }
}
.btn-shake {
  animation: jiggle 2s ease-out infinite;
}

@keyframes jiggle {
  48%, 62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
.pulse {
  animation: 0.8s ease-in-out infinite alternate pulse;
}

@keyframes pulse {
  from {
    transform: scale(0.97);
  }
  to {
    transform: scale(1);
  }
}
.section-heading div {
  display: inline-block;
}

.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 999999;
}
.tel:hover,
.float:hover {
  opacity: 0.9;
  scale: 1.05;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF0030;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section-top-top {
  padding-top: 4%;
}

.contact-section {
  padding: 6% 0;
}
.contact-section .parent-form {
  display: flex;
  justify-content: end;
  padding-right: 2%;
}
@media screen and (max-width: 992px) {
  .contact-section .parent-form {
    justify-content: center;
    margin-bottom: 5%;
  }
}
.contact-section .parent-form .form-div {
  width: 350px;
  background-color: #ffffff;
  border-radius: 43px;
  box-shadow: -1px 3px 15px -5px rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 25px 25px 63px 25px;
  margin-top: -5vw;
  position: relative;
}
@media screen and (max-width: 992px) {
  .contact-section .parent-form .form-div {
    margin-top: 0vw;
  }
}
.contact-section .parent-form .form-div h2 {
  margin-top: 10%;
  margin-bottom: 4%;
}
.contact-section .parent-form .form-div form {
  cursor: pointer;
}
.contact-section .parent-form .form-div form label {
  margin: 0;
}
.contact-section .parent-form .form-div form .input-padding {
  background: transparent;
  cursor: pointer;
}
.contact-section .parent-form .form-div form .input-padding:focus {
  border: none;
  outline: none;
  /* This removes the default outline as well */
}
.contact-section .parent-form .form-div form .input-padding-2:focus {
  border: none;
  outline: none;
  /* This removes the default outline as well */
}
.contact-section .parent-form .form-div form .input-padding::placeholder {
  color: #c5c5c5;
}
.contact-section .parent-form .form-div form .input-padding-2::placeholder {
  color: #525f7f;
}
.contact-section .parent-form .form-div form .input-padding-2 {
  background: transparent;
  height: 83px;
  resize: none;
  cursor: pointer;
  width: 100%;
}
.contact-section .parent-form .form-div form button {
  background-color: #a8d114;
  color: #ffffff;
  position: absolute;
  bottom: 3%;
  right: 5%;
  font-size: 14px;
  border-radius: 34px;
  padding: 9px 25px;
}
.contact-section .parent-form2 {
  display: flex;
  justify-content: flex-start;
  padding-left: 2%;
}
@media screen and (max-width: 992px) {
  .contact-section .parent-form2 {
    justify-content: center;
  }
}
.contact-section .parent-form2 .content-1 {
  width: 350px;
  background-color: #c2e938;
  border-radius: 43px;
  padding-top: 0;
  height: 500px;
}
.contact-section .parent-form2 .content-1 .text-1 {
  padding: 25% 10% 3% 10%;
}
.contact-section .parent-form2 .content-1 .text-1 p {
  font-size: 4rem;
  font-weight: 600;
  color: white;
  line-height: 71px;
}
.contact-section .parent-form2 .content-1 .hr-2 {
  color: white;
}
.contact-section .parent-form2 .content-1 .text-2 {
  padding: 3% 10% 25% 10%;
}
.contact-section .parent-form2 .content-1 .text-2 p {
  color: #fff;
  font-size: 1.6rem;
}

.btn-1 .a-1 {
  background: #eeeeee;
  padding: 25px 55px;
  border-radius: 36px;
}
@media screen and (max-width: 1104px) {
  .btn-1 .a-1 {
    padding: 20px 37px;
    font-size: 12px;
  }
}
@media screen and (max-width: 426px) {
  .btn-1 .a-1 {
    padding: 17px 34px;
    font-size: 11px;
  }
}
@media screen and (max-width: 385px) {
  .btn-1 .a-1 {
    padding: 17px 34px;
    font-size: 10px;
  }
}

#loading2 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(120, 212, 0, 0.7843137255);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #E5FE6C;
  border-top: 6px solid #99b700;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-scrollbar_thumb {
  cursor: pointer !important;
}

/*# sourceMappingURL=style.css.map */
