html {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  color: #0D0D0D;
  background: #ffffff;
  font-weight: 400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

body.portfolio-body {
  overflow-x: visible !important;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000;
}

footer,
section,
.counter {
  overflow-x: hidden;
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

.overflow-y-scroll {
  overflow-y: visible !important;
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.8s;
  position: relative;
}

a:active,
a:focus {
  color: #000;
  outline: 0 !important;
  text-decoration: none;
}

a:hover {
  color: #000;
  outline: 0 !important;
  text-decoration: none;
  transform: scale(1.1);
}

b,
strong {
  font-weight: 700;
}

audio,
img,
video {
  max-width: 100%;
  max-width: 100%;
  height: auto;
}

h5 {
  font-size: 24px;
}

h4 {
  font-size: 30px;
}

h3 {
  font-size: 40px;
}

h2 {
  font-size: 45px;
}

h1 {
  font-size: 118px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: unset;
  color: #a7ce23;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: bold;
}

.fw-800 {
  font-weight: bold;
}

.clr-1 {
  color: #000;
}

.clr-2 {
  color: #a7ce23;
}

.clr-3 {
  color: #8A8A8A;
}

.lh-27 {
  line-height: 27px;
}

.text-dark {
  color: #482c1e !important;
}

.form-control,
input,
select,
textarea {
  background: unset;
  color: #000000;
  padding: 12px 8px 12px 0px;
  transition: 0.3s linear;
  height: auto;
  border-radius: 0px;
  font-size: 16px !important;
  box-shadow: unset;
  width: 100%;
  border-bottom: 2px solid black;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  text-transform: capitalize;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: unset;
  background: unset;
  color: #000000;
  outline: unset;
  border-bottom: 2px solid black;
}

.form-control:focus::placeholder,
input:focus::placeholder {
  color: #000000;
}

.form-control::placeholder,
input::placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px;
}

.btn,
button {
  padding: 6px 6px 6px 25px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  background: #a7ce23;
}

.btn:hover,
button:hover {
  transform: scale(1.1);
}

.btn::before,
button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.615, 0, 0.07, 1);
}

.btn.btn-yellow::before,
button.btn-yellow::before {
  background: #a7ce23;
}

.chat-btn::before,
button.chat-btn::before {
  background: #000;
}

.btn:hover::before,
button:hover::before {
  width: 100%;
}

.btn.btn-yellow,
button.btn-yellow {
  background: #000;
}

.chat-btn,
button.chat-btn {
  background: #a7ce23;
  padding: 19px 45px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

.btn .span-1,
button .span-1 {
  font-weight: 600;
  position: relative;
}

.btn.btn-yellow .span-1,
button.btn-yellow .span-1 {
  color: #fff;
  transition: 0.3s linear;
}

.btn.btn-yellow:hover .span-1,
button.btn-yellow:hover .span-1 {
  color: #ffffff;
}

.btn.chat-btn .span-1,
button.chat-btn .span-1 {
  color: #ffffff;
  transition: 0.3s linear;
}

.btn.chat-btn:hover .span-1,
button.chat-btn:hover .span-1 {
  color: #fff;
}

.btn .span-2,
button .span-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

.btn.btn-yellow .span-2,
button.btn-yellow .span-2 {
  background: linear-gradient(180deg, rgba(21, 50, 67, 1) 0%, rgba(4, 10, 13, 1) 100%);
  color: rgb(255, 255, 255);
}

.btn.btn-yellow:hover .span-2,
button.btn-yellow:hover .span-2 {
  background: linear-gradient(180deg, rgba(21, 50, 67, 1) 0%, rgba(4, 10, 13, 1) 100%);
  color: rgb(255, 255, 255);
}

.btn.chat-btn .span-2,
button.chat-btn .span-2 {
  background: linear-gradient(180deg, rgba(21, 50, 67, 1) 0%, rgba(4, 10, 13, 1) 100%);
  color: white;
}

.btn.chat-btn:hover .span-2,
button.chat-btn:hover .span-2 {
  background: linear-gradient(180deg, rgba(21, 50, 67, 1) 0%, rgba(4, 10, 13, 1) 100%);
  color: white;
}

.text-uppercase {
  text-transform: uppercase;
}

.invisible-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f500;
  border-radius: 0;
}

.invisible-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f500;
}

.invisible-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ee307300;
}

.my-tabs {
  display: none;
}

.my-tabs.current {
  display: block;
}

/* header css start  */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: #fff;
}


.header-inner-logo img {
  width: 140px;
  min-height: 90px;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
}

header .header-top-number-ul li a {
  font-size: 14px;
}

header .header-top-number-ul {
  gap: 18px;
}

header .header-bottom-bar .desktop-header-links li a {
  position: relative;
}

header .header-bottom-bar .desktop-header-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #000;
  transition: 0.3s linear;
}

header .header-bottom-bar .desktop-header-links li a:hover::before {
  width: 100%;
}

header .header-bottom-bar {
  padding-top: 20px;
}

.hamburger-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #a7ce23;
  background: #000;
  color: #a7ce23;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hamburger-icon:focus,
.hamburger-icon:hover {
  color: #a7ce23;
}

.nav-bar {
  position: fixed;
  background: #e9ecef;
  animation: movinggradient ease-in-out 2s infinite alternate;
  background-size: 200% 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: -10px 0 16px #11141126;
  height: 100vh;
  transform: translateX(-100vw);
  transition-duration: 0.8s;
  color: #000000;
  padding: 30px;
  font-weight: 600;
  border: 0;
}

.nav-bar.active {
  transform: translateX(0);
}

.mobile-header-list li {
  margin-bottom: 15px;
}

.mobile-header-list {
  margin-top: 25px;
}

.mobile-header-list li a:focus,
.mobile-header-list li a:hover {
  color: black;
}

/* header css end  */

/* index css start  */
.index-wrap-1 {
  padding: 150px 0 30px;
}


.index-wrap-1 span.main {
  color: #ffffff;
}

.index-wrap-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-wrap-1 .index-banner-sub-heading {
  background: #a7ce23;
  border-radius: 50px;
  padding: 11px 30px;
}

.index-wrap-1 h1 {
  font-size: 44px;
  padding: 20px 0px 20px;
}

p.p-head {
  font-size: 17px;
  color: #000;
  line-height: 27px;
  padding-bottom: 41px;
}

.section2 {
  padding: 0 0 60px;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.section2 .sec2_slider .slick-list.draggable {
  padding: 0 !important;
}

.section2 .slick-list.draggable .slick-track {
  display: flex;
  align-items: center;
}

.section2 .sec2_slider_2 {
  margin-top: 25px;
}

.section2 .slick-slide {
  margin: 0 20px;
}

.section2 .slick-slide img {
  width: 100%;
}

.section2 .container-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.section2 .container-box .circle {
  width: 270px;
  height: 270px;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  position: relative;
  z-index: 1;
}

.section2 .container-box .get-started {
  position: absolute;
}

.section2 .container-box .close-btn {
  display: none;
  position: absolute;
  top: -20px;
  right: 130px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  cursor: pointer;
  color: #ffffff;
  background: #0c0c0c;
  border-radius: 50px;
  line-height: 50px;
}

.section2 .container-box .form-container {
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  width: 80%;
  color: white;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.section2 .container-box .form-container.show {
  display: block;
  opacity: 1;
}


.about-inner p {
  margin: 0 0 19px !important;
}


.section2 .container-box .circle.expanded {
  width: 90%;
  border-radius: 200px;
  justify-content: flex-start;
  background: #fff;
  background: #000;
}

.section2 .container-box .circle.expanded .get-started {
  display: none !important;
}

.section2 .container-box .circle.expanded .close-btn {
  display: block;
}

.section2 .container-box .form-container h2 {
  color: #a7ce23;
  font-size: 60px;
  font-weight: 700;
}

.section2 .container-box .form-container form {
  margin-top: 30px;
}

.section2 .container-box .form-container form input,
.section2 .container-box .form-container form button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  box-shadow: 0 0 5px 0px rgba(255, 255, 255, .2);
  outline: unset;
}

.section2 .container-box .form-container form input::placeholder {
  color: #fff;
}

.section2 .container-box .form-container form button {
  width: unset;
  background: #000000;
  color: #ffffff;
  padding: 10px 50px;
}

.section2 .container-box .form-container form button:hover {
  background: #a7ce23;
  color: #fff;
}

.index-wrap-item-1 {
  position: absolute;
  left: -70px;
  top: 90px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.rotation {
  animation: 5s linear 0s infinite normal none running rotation;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.index-wrap-2-star {
  position: absolute;
  right: 0;
  top: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

.index-wrap-2 {
  padding: 90px 0px 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.span-tag-border {
  border: 1px solid #343434;
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-block;
}

.span-tag-border-yellow {
  border: 1px solid #000;
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-block;
  color: #000;
}

.index-wrap-2 .platforms {
  padding: 23px 0px 30px;
  display: inline-block;
}

.index-wrap-2 h2 {
  padding: 15px 0px 25px;
}

.services-item .services-item-icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #a7ce23;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
}

.services-item .services-item-content h5 {
  font-size: 22px;
  padding-bottom: 15px;
}

.services-item .services-item-cta {
  font-size: 20px;
}

.services-item .services-item-content {
  margin: 25px 0px 18px;
  height: 115px;
  overflow-y: scroll;
}

.services-item {
  box-shadow: 0px 13px 37px rgb(0 0 0 / 6%);
  border-radius: 20px;
  padding: 40px 28px 35px 35px;
  margin-bottom: 25px;
  transition: 0.3s linear;
  background: white;
}

.services-item:hover {
  transform: scale(1.1);
}

.services-item:hover .services-item-icon {
  background: #000;
  box-shadow: 0px 7px 30px #000;
}

.services-item:hover .services-item-cta {
  color: #000;
}

.index-wrap-3 {
  padding: 5rem 0rem 5rem;
}

.index-wrap-3-padding-top {
  padding-top: 50px;
}

.counter-wrap h5 {
  font-size: 45px;
}

.counter-wrap p {
  font-size: 18px;
  font-weight: 600;
}

.counter-wrap {
  border-radius: 15px;
  background: #a7ce23;
  padding: 40px 50px 40px;
}

.index-wrap-counter {
  margin: -5% 0% -4%;
}

.index-wrap-3-shade-1 {
  position: absolute;
  right: -16%;
  top: -6%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-3-shade-2 {
  position: absolute;
  left: -16%;
  bottom: 0%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-3-star-1 {
  position: absolute;
  right: 1%;
  top: 20%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-3-star-2 {
  position: absolute;
  right: 10%;
  top: 41%;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-3-star-3 {
  position: absolute;
  left: 10%;
  top: 30%;
  bottom: 0;
  margin: auto 0;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-4 {
  padding: 40px 0px 40px;
  background: #fff;
}

.index-wrap-4::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/cta-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  height: 100%;
  width: 86%;
  border-radius: 0px 400px 400px 0px;
}

.index-wrap-4 h2 {
  font-size: 35px;
  padding: 22px 0px 25px;
}

.index-wrap-4 p {
  padding-bottom: 22px;
}

.anchor-number-cta .span-1 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  border: 1px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.anchor-number-cta .span-2 {
  font-size: 12px;
}

.anchor-number-cta .span-2 b {
  font-size: 12px;
}

.index-wrap-4-cta-circle {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}

.cta-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-item-img-1 {
  position: absolute;
  right: 0;
  top: 0;
  animation: move 1s infinite linear;
}

@keyframes move {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.cta-item-img-2 {
  position: absolute;
  left: 17%;
  bottom: -60px;
  animation: move 1s infinite linear;
  animation-delay: 0.5s;
}

@keyframes blush {
  0% {
    filter: drop-shadow(2px 4px 6px #005cff);
  }

  50% {
    filter: drop-shadow(0px 0px 0px #005cff);
  }

  100% {
    filter: drop-shadow(2px 4px 6px #005cff);
  }
}

.cta-item-img-3 {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
  max-width: 15%;
  animation: move 1s infinite linear;
  animation-delay: 0.4s;
}

.cta-shade {
  position: absolute;
  right: -80px;
  top: 0;
}

.cta-star {
  position: absolute;
  right: 110px;
  bottom: 0;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.process-item .process-item-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.process-item .process-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-item-content h6 {
  font-size: 20px;
  padding: 20px 0px 15px;
}

.process-row-padding-top {
  padding-top: 60px;
}

.index-wrap-5 {
  padding: 6rem 0rem 8rem;
}

.process-item-content {
  height: 155px;
  overflow-y: scroll;
}

.slick-dots {
  bottom: -60px;
  width: fit-content;
}

.slick-dots li button {
  background: unset;
  border: 1px solid #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button {
  background: #000;
  transform: scale(1.6);
}

.slick-dots li {
  margin: 0 15px 0 0;
}

.index-wrap-5-shade-1 {
  position: absolute;
  right: -16%;
  top: -6%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-5-shade-2 {
  position: absolute;
  left: -16%;
  bottom: 0%;
}

.index-wrap-6 {
  padding: 100px 0px 100px;
  background-attachment: fixed;
}

.index-wrap-6 .tabs li,
.portfolio-wrap-2 .tabs li {
  padding: 10px 30px;
  border-radius: 50px;
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #000;
  transition: 0.3s linear;
}

.index-wrap-6 .tabs li:hover,
.index-wrap-6 .tabs li.current,
.portfolio-wrap-2 .tabs li:hover,
.portfolio-wrap-2 .tabs li.current {
  box-shadow: 0px 0px 16px #000;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 12px 50px;
  text-transform: capitalize;
}

.portfolio-item {
  height: 340px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s linear;
  border-radius: 17px;
  margin-bottom: 25px;
  box-shadow: 0px 4px 44px #00000042;
}

.portfolio-item img {
  transition: 0.3s linear;
  width: 150px;
  box-shadow: 0px 4px 37px #000000;
}

.index-wrap-6 ul.tabs {
  padding: 40px 0px 40px;
}

.review-item .review-profile-name .review-profile {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.review-item .review-profile-name .review-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-item .review-profile-name .review-name h6 {
  font-size: 18px;
}

.review-item .review-profile-name .review-name p {
  font-size: 14px;
}

.review-item .review-content-p p {
  line-height: 28px;
}

.review-item .review-content-p {
  height: 110px;
  overflow-y: scroll;
  margin: 15px 0px 32px;
}

.review-item .author-detail h6 {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.review-item .author-detail h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: black;
}

.review-item .author-detail p {
  font-size: 12px;
}

.review-item .author-detail-one::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 100%;
  background: black;
}

.review-item {
  padding: 32px 28px 32px 35px;
  border-radius: 40px;
  background: #efefee;
  opacity: 0.4;
  transform: scale(0.9);
  transition: 0.4s linear;
}

.review-item .review-author-link {
  padding: 6px 6px 6px 25px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  border: 1px solid black;
  font-size: 14px;
}

.review-item .review-author-link:hover {
  background: #000;
  color: #fff !important;
}

.review-item .review-author-link .span-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid black;
  position: relative;
}

.partners-ul {
  padding: 30px 0px;
  position: relative;
  gap: 60px;
}

.partners-wrap {
  margin-top: 110px;
}

.index-wrap-7 {
  padding: 90px 0px;
  position: relative !important;
  z-index: 9;
}

.index-wrap-8 .accordion-list li {
  padding: 27px 24px;
  border-bottom: unset;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.index-wrap-8 .accordion-list li.active {
  background: #a7ce23;
  color: white;
}

.index-wrap-8 .accordion-list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: unset;
  align-items: center;
  color: #000 !important;
}

.index-wrap-8 .accordion-list li .answer {
  padding-top: 15px;
}

.index-wrap-8 .accordion-list li .answer p {
  color: #666666;
  margin-bottom: unset;
}

.index-wrap-8 .accordion-list li.active .answer p,
.index-wrap-8 .accordion-list li.active h3 {
  color: #000;
}

.index-wrap-8 {
  padding: 90px 0px 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/images/faq-bg.webp);
}

.index-wrap-8-shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.footer-cta {
  background: #efefee;
  border-radius: 20px;
  padding: 50px 70px 70px;
}

.footer-cta input::placeholder {
  color: black;
}

.footer-cta input:focus::placeholder {
  color: black;
}

.footer-cta input {
  color: black;
  text-transform: capitalize;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 28px;
}

.footer-cta input:focus {
  color: black;
}

.footer-cta button {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #a7ce23;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: unset;
  border: unset;
  position: relative;
  transition: 0.3s linear;
  padding: unset;
}

.footer-cta-custom-margin {
  margin-top: 30px;
}

.footer-list-item h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 4px;
  font-weight: 500;
}

.footer-list-item h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background: #000;
}

.footer-list-item ul {
  margin-top: 15px;
  line-height: 35px;
}

.footer-list-item ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans", sans-serif;
}

.copyright-div {
  padding: 25px 35px;
  background: #000;
  border-radius: 30px 30px 0px 0px;
  color: white;
}

.social-links li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: black;
}

.social-links li a:hover {
  background: #000;
  border: 1px solid #000;
  box-shadow: 0px 11px 13px #00000036;
  transform: scale(1.1);
}

.social-links {
  gap: 10px;
}

.custom-main-col-footer-margin {
  margin: 50px 0px 50px;
}

.footer-bottom-shade {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  filter: brightness(0) saturate(100%) invert(72%) sepia(49%) saturate(679%) hue-rotate(27deg) brightness(98%) contrast(88%);
}

.footer-bottom-star {
  position: absolute;
  right: 0%;
  top: 1%;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

footer {
  padding: 12rem 0rem 0rem;
}

.footer-left-shade {
  position: absolute;
  left: 0;
  top: 0;
}

.index-wrap-9 {
  margin: -3% 0% -10%;
  position: relative;
  z-index: 1;
}

.slick-slide.slick-current.slick-active.slick-center .review-item {
  opacity: 1;
  transform: scale(1);
}

.index-wrap-7-shade {
  position: absolute;
  right: -200px;
  top: -40px;
  max-width: 30%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-7-star {
  position: absolute;
  right: 0;
  top: 160px;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-8-star {
  position: absolute;
  left: 0;
  top: 340px;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-6-shade-1 {
  position: absolute;
  right: -20%;
  top: -20%;
}

.index-wrap-6-shade-2 {
  position: absolute;
  left: -20%;
  bottom: -20%;
}

.index-wrap-6-star-1 {
  position: absolute;
  right: 10%;
  top: 45%;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

.index-wrap-6-star-2 {
  position: absolute;
  right: 0%;
  bottom: 0;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(78%) sepia(84%) saturate(466%) hue-rotate(17deg) brightness(91%) contrast(83%);
}

/* index css end  */

/* service css start  */
.service-wrap-1 h1 {
  font-size: 60px;
  padding-bottom: 20px;
}

.service-wrap-1 {
  padding: 14rem 0rem 0rem;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-wrap-1-container-padding {
  padding-bottom: 80px;
}

.service-wrap-1-content-item-1 {
  position: absolute;
  left: -60px;
  top: -40px;
  animation: move 1s infinite linear;
}

.service-wrap-1-content-item-2 {
  position: absolute;
  right: -80px;
  bottom: 40px;
  animation: move 1s infinite linear;
  animation-delay: 0.5s;
}

.service-wrap-1-item-1 {
  position: absolute;
  left: -80px;
  top: 50px;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

.service-form-box-item {
  position: absolute;
  left: -60px;
  top: -70px;
  animation: 10s linear 0s infinite normal none running rotation;
}

.service-wrap-2 h2 {
  padding-bottom: 20px;
}

.service-wrap-2 p {
  margin-bottom: 25px;
  font-size: 18px;
  height: 105px;
  overflow-y: scroll;
}

.service-content-ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
}

.service-content-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 17px;
  background: url("../images/icons/check.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(2307%) hue-rotate(345deg) brightness(96%) contrast(106%);
}

.service-wrap-2 {
  padding: 100px 0px 90px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.round-cta-blue {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #a7ce23;
  padding: 20px;
  display: inline-block;
}

.round-cta-blue-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
}

.round-cta-blue-text {
  animation: 10s linear 0s infinite normal none running rotation;
}

.index-wrap-3-section-3-item-main {
  width: 100%;
  display: inline-block;
}

.index-wrap-3-section-3-item {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 50px;
}

.index-wrap-3-section-3-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 20px;
  border: 1px solid black;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-3d .swiper-slide-shadow {
  background: unset;
}

.service-wrap-3 h3 {
  font-size: 40px;
  padding-bottom: 17px;
}

.service-wrap-3 .service-parah {
  margin-bottom: 25px;
  height: 150px;
  overflow-y: scroll;
}

.service-wrap-3-container-padding {
  padding-bottom: 50px;
}

.service-wrap-3 {
  padding: 80px 0px 80px;
}

.service-wrap-3-shade-1 {
  position: absolute;
  right: -200px;
  top: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

.service-wrap-3-shade-2 {
  position: absolute;
  left: -280px;
  top: -280px;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

.service-wrap-3-shade-3 {
  position: absolute;
  left: -280px;
  bottom: -440px;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

.service-wrap-3-star-1 {
  position: absolute;
  right: 70px;
  top: 250px;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(71%) sepia(54%) saturate(576%) hue-rotate(28deg) brightness(95%) contrast(98%);
}

/* service css end  */

/* thankyou css start  */
.thankyou-wrap-1 {
  padding: 14rem 0rem 18rem;
  background: #ffb31048;
}

.thankyou-wrap-1 h1 {
  font-size: 44px;
  padding: 20px 0px 20px;
}

.thankyou-wrap-1 .index-banner-sub-heading {
  background: #a7ce23;
  border-radius: 50px;
  padding: 11px 30px;
}

/* thankyou css start  */

/* about css start  */
.about-wrap-1 {
  padding: 150px 0;
  background: #efefef;
}

.about-wrap-1 h1 {
  font-size: 60px;
}

.about-wrap-1 .p-p-check {
  font-size: 20px;
  padding: 15px 0px 25px;
}

.about-platforms {
  padding-bottom: 32px;
}

.about-counter-container {
  padding-top: 80px;
}

.about-wrap-1-item-1 {
  position: absolute;
  left: 0;
  top: 230px;
  max-width: 20%;
}

.about-wrap-1-item-2 {
  position: absolute;
  right: 0;
  top: 200px;
  max-width: 20%;
}

.usp-item .usp-item-icon {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}

.usp-item .usp-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-wrap-3 {
  padding: 70px 0px 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.usp-item {
  border-radius: 30px;
  padding: 35px 25px 37px 32px;
  box-shadow: 0px 0px 33px #ffb31000;
  transition: 0.3s linear;
  margin-bottom: 25px;
  border: 1px solid #000;
}

.usp-item .usp-item-content h4 {
  font-size: 25px;
  padding-bottom: 12px;
  color: black;
}

.usp-item:hover {
  background: #efefef;
}

.usp-item-content {
  height: 138px;
  overflow-y: scroll;
}

/* about css end  */

/* contact css start  */
.contact-wrap-1 {
  padding: 12rem 0rem 7rem;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-wrap-1 h1 {
  font-size: 60px;
}

.contact-wrap-1 p {
  font-size: 20px;
  padding: 10px 0px 22px;
}

.contact-wrap-1 .awards-img {
  padding-bottom: 30px;
}

.contact-wrap-1 .contact-wrap-1-star {
  position: absolute;
  right: -27%;
  bottom: 0;
  animation: 5s linear 0s infinite normal none running rotation;
  filter: brightness(0) saturate(100%) invert(63%) sepia(69%) saturate(465%) hue-rotate(33deg) brightness(102%) contrast(93%);
}

.contact-wrap-1-main-img {
  z-index: 1;
}

.contact-wrap-1-star-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: 5s linear 0s infinite normal none running rotation;
}

.marquee-cta-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
  opacity: 1;
  margin-right: 5px;
  pointer-events: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #a7ce23;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-image: initial;
}

.marquee-cta-2 span {
  will-change: transform;
  transform: translateY(0px);
  font-size: 70px;
  text-align: center;
  color: rgb(255 255 255);
  display: inline-block;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  white-space: nowrap;
  animation: 24s linear 0s infinite normal none running marquee;
  margin: 0px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.contact-wrap-2-detail h5 {
  padding-left: 20px;
  margin-bottom: 12px;
}

.contact-wrap-2-detail h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3px;
  margin: auto 0;
  width: 11px;
  height: 18px;
  background: #a7ce23;
}

.contact-wrap-2 p {
  padding: 15px 0px 22px;
}

.contact-form-box h4 {
  font-size: 40px;
}

.contact-form-box {
  padding: 35px 40px 40px 40px;
  border-radius: 30px;
  background: #efefef;
}

.contact-form-box .form-group-top {
  margin-bottom: 30px;
}

.contact-wrap-2 {
  padding: 80px 0px 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* contact css end  */

/* portfolio css start  */

.banner {
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 170px 0px 70px;
}

.books {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 20px;
}

.story {
  width: 12vw;
  height: 17vw;
  overflow: hidden;
  display: block;
  /* filter: grayscale(1); */
}

.story:hover {
  filter: grayscale(0);
  transform: scale(1.2);
  z-index: 1;
  box-shadow: 0px 0px 20px #00000087;
}

.story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
  filter: drop-shadow(2px 2px 10px rgba(var(--dark-color), 0.2));
}

.storybox {
  position: sticky;
  top: 0;
  z-index: 2;
}

.storybox .content {
  z-index: 9;
  background: rgb(233, 235, 237);
  border-radius: 20px;
  border: 2px solid #000000;
  box-shadow: 0 10px 35px #00000057;
  position: relative;
  overflow: hidden;
}

.storybox .storybox-img-book {
  width: 100%;
  height: 400px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 10px 18px #00000094);
}

.storybox-img-main::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  border-radius: 20px;
  height: 80%;
  background: #000;
  border: 2px solid black;
}

.stories .content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

.stories .content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
  height: 185px;
  overflow-y: scroll;
  color: #161616;
}

.stories .content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #a7ce23;
}

.stories .content h4 span {
  font-size: 18px;
  font-weight: 400;
  color: #292929;
}

.stories-content-shade {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  filter: brightness(0) saturate(100%) invert(63%) sepia(69%) saturate(465%) hue-rotate(33deg) brightness(102%) contrast(93%);
}

.stories-content-portfolio-shade {
  position: absolute;
  right: -140px;
  top: -140px;
}

/* portfolio css end  */

.privacy-wrap-1 {
  padding: 200px 0px 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.privacy-wrap-1 h3 {
  font-size: 30px;
}

.privacy-wrap-1 ul li {
  margin-bottom: 10px;
}

/* header- dropdown start */
.submenu {
  position: absolute;
  top: 2rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #a7ce23;
  transition: all 0.3s ease-in-out;
}

.submenu li {
  display: block;
  margin-top: 0.45rem;
}

.submenu-link {
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.81);
}

.menu-dropdown:hover>.submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* header- dropdown end */