@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

*,
ul {
  padding: 0;
  margin: 0;
}

.clients-img,
.review,
.top-bar,
.top-bar ul {
  display: flex;
  align-items: center;
}

*,
.button,
h6,
hr,
p,
ul {
  margin: 0;
}

.btn,
.expert,
.heading,
.how-do-stap,
.marquee-text,
.preloader-content,
.team,
.video {
  text-align: center;
}

.btn,
.button,
a {
  cursor: pointer;
}

.expert-icon a,
.navbar-links li a,
.navbar-logo,
.ratings,
a {
  text-decoration: none;
}

.btn,
.btn > span,
.btn > span > span,
.hero-section,
.marquee,
.marquee-box-one,
.marquee-icon,
figure {
  overflow: hidden;
}

:root {
  --bgcolor: #01853c;
  --main-color: #152247;
}

body,
html {
  font-family: Inter;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #444;
  font-weight: 400;
}

a,
h2,
h3,
h4,
h5 {
  color: #030b30;
  margin: 0;
}

h1,
h2 {
  font-size: 60px;
}

h3 {
  font-size: 26px;
}

.top-bar a i,
h4 {
  font-size: 24px;
}

#scroll-percentage-value i,
h5 {
  font-size: 20px;
}

.top-bar a,
h6 {
  font-size: 18px;
  color: #fff;
}

img {
  max-width: 100%;
}

.gap {
  padding: 60px 0;
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.how-do-stap i,
.icon-share li,
li {
  display: block;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.top-bar {
  justify-content: space-between;
  background-color: #030b30;
  padding: 32px 70px;
  border-radius: 32px;
}

.navbar,
.top-bar a {
  align-items: center;
  display: flex;
}

.top-bar a i svg {
  width: 30px;
  fill: #fff;
  height: auto;
}

.top-bar a i {
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.tag > a span i,
.top-bar a .questions .btn span i {
  padding-right: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s;
}

#blog,
.accordion-img,
.accordion-section,
.blog-img,
.group-img,
.hero-form-container,
.marquee-three,
.marquee-two,
.navbar,
.navbar-links li.navbar-dropdown,
.pricing-plans-text,
.section-client,
.subscribe-text #subscribe-form {
  position: relative;
}

.navbar {
  justify-content: center;
  padding: 0;
}

.navbar-logo {
  color: #ff3f34;
  font-size: 25px;
  padding: 0 20px;
}

.btn,
.navbar-links li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}

.navbar-links li:not(:last-child) {
  padding-right: 40px;
}

.navbar-links li a {
  display: block;
  color: #707070;
  transition: 0.4s;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar-links li.navbar-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(34px);
  z-index: 1111;
}

b .navbar-links li.navbar-dropdown .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatey(44px);
  left: 0;
  width: 230px;
  box-shadow: 0 10px 10px 3px hsl(0deg 0% 0% / 16%);
  z-index: 111;
  transition: 0.4s;
  display: block;
  border-radius: 0 0 30px 30px;
  background-color: #000;
  padding-bottom: 14px;
}

.btn,
.btn span,
.button,
.get-a-quote,
.hero-section,
.hero-text,
.navbar-links li.navbar-dropdown .sub-menu a {
  position: relative;
}

.navbar-links li.navbar-dropdown .sub-menu a {
  font-size: 16px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border: 0;
  text-transform: capitalize;
  color: #fff;
}

.blog a:hover,
.count-style.two h2,
.get-in-touch h6 a:hover,
.navbar-links li.navbar-dropdown .sub-menu li a:hover,
.top-bar ul li a:hover,
.widget-title ul li a:hover,
ul.social-media a:hover i {
  color: var(--bgcolor);
}

.all-rights .review h6,
.all-rights ul.star,
.btn,
.center.review h6,
.center.review li i,
.count-style.two h4,
.count-style.two p,
.get-in-touch h6 a,
.how-do-stap.three h4,
.how-do-stap.three i,
.how-do-stap.two h4,
.how-do-stap.two i,
.team-section .heading h2,
.team-section .heading p,
.team-section .heading span,
.top-bar ul li a,
.widget-title ul li a {
  color: #fff;
}

.navbar-links li.navbar-dropdown .sub-menu li {
  position: relative;
  padding: 0;
}

.navbar-links li.navbar-dropdown .sub-menu li:not(:last-child):before {
  content: "";
  z-index: 11;
  position: absolute;
  height: 1px;
  background-color: #6a6a6a;
  width: 75%;
  bottom: 0;
  left: 25px;
}

li.menu-item-children > a:before {
  content: "";
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 83px;
  width: 8px;
  height: 8px;
}

.navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: #fff;
  font-weight: 500;
}

li.sub-menu-item-children:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  right: 31px;
  background-color: #000;
  clip-path: polygon(68% 50%, 0 0, 0 100%);
  top: 44%;
}

.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
  opacity: 1;
}

.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  border-left: 3px solid var(--theme-colour);
  opacity: 0;
  top: 20%;
}

a.search-btn svg {
  width: 22px;
  height: auto;
  display: flex;
  fill: #fff;
}

.navbar-links li > a i {
  padding-right: 6px;
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
  #stickyHeader.slideUp {
    top: 0;
    z-index: 111111111;
    position: fixed;
    border-radius: 0;
    left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  body.dark #stickyHeader.slideUp {
    background: #111;
  }

  body.light #stickyHeader.slideUp {
    background: #f6fafb;
  }
}

header {
  padding-top: 25px;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.top-bar ul li {
  padding-right: 50px;
}

.btn {
  outline: 0;
  font-weight: 700;
  background-color: #000;
  border-radius: 15px;
}

.button {
  pointer-events: auto;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
}

.hero-section,
footer {
  background-repeat: no-repeat;
}

.button::after,
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  padding: 1rem 3.5rem;
  border: 1px solid #000;
}

.btn span {
  display: block;
}

.btn:hover > span > span {
  animation:
    0.2s forwards MoveUpInitial,
    0.2s 0.2s forwards MoveUpEnd;
  color: #000;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.btn::before {
  content: "";
  background: #030b30;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
}

.btn:hover::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.top-bar .btn {
  padding: 12px 26px;
}

header .btn:after {
  width: 136%;
}

li.navbar-dropdown.menu-item-children {
  padding-right: 100px;
}

.hero-section {
  padding-top: 187px;
  background-color: var(--bgcolor);
  background-position: right;
  padding-bottom: 70px;
}

.hero-text {
  margin-top: 40px;
  padding-bottom: 64px;
}

.hero-text p {
  font-size: 22px;
  color: #000;
}

.hero-text span {
  background-color: #fff;
  padding: 4px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

.hero-text img.heroimg {
  position: absolute;
  right: -25%;
  z-index: 1;
  bottom: -47%;
  width: 52%;
  height: auto;
}

.hero-text h2 {
  padding-bottom: 26px;
  line-height: 90px;
  font-weight: 700;
  font-size: 85px;
}

.accordion-contact h4:hover a,
.hero-text h2 span {
  color: var(--main-color);
}

.hero-text ul li {
  color: #fff;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.hero-text ul li img {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  background-color: #ffffff30;
  margin-right: 17px;
  padding: 7px;
}

.listing {
  justify-content: space-between;
}

.hero-text > img {
  margin-left: auto;
  display: block;
  height: 263px;
  margin-top: 30px;
}

.loading-text,
.preloader,
.review ul {
  display: flex;
}

.review h6 {
  font-weight: 700;
  padding-left: 8px;
}

.review img {
  margin: 0 30px;
}

.review ul li {
  padding-right: 4px;
}

form#contact-form h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 6px;
}

.get-a-quote h6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}

.get-a-quote {
  z-index: 11;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 30px 50px 0 rgb(0 0 0 / 55%);
  width: 94%;
  margin-left: auto;
}

.get-a-quote input[type="email"],
.get-a-quote input[type="number"],
.get-a-quote input[type="text"] {
  width: 100%;
  height: 60px;
  border: 1px solid #cdcdcd;
  outline: 0;
  margin-bottom: 20px;
  color: #444;
  font-size: 16px;
  background-color: #fafafa;
  border-radius: 18px;
  padding-left: 20px;
}

.get-a-quote input:focus {
  border-color: var(--bgcolor);
}

.get-a-quote p {
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
}

.radio-button {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}

.radio-button label {
  padding-left: 10px;
}

.radio-button input {
  width: 22px;
  height: 22px;
  background-color: #ebebeb !important;
  border: 0 !important;
}

.group-img svg {
  position: absolute;
  right: 0;
  width: 22px;
  height: auto;
  top: 21px;
}

.get-a-quote img {
  position: absolute;
  right: 34px;
  animation: 2s infinite top-bottom;
}

.clients-section .heading,
.get-a-quote .btn {
  width: 100%;
}

.heading {
  width: 72%;
  margin: 60px auto 40px;
}

.heading h2 {
  font-size: 70px;
  padding-top: 20px;
  font-weight: 700;
}

.heading span {
  font-weight: 500;
  font-size: 18px;
  background-color: var(--main-color);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
}

.how-do-stap span,
.presenting i {
  background-color: var(--bgcolor);
}

.heading h5 {
  padding-top: 20px;
  font-weight: 700;
  font-size: 35px;
}

.marquee-text p,
ul.chek li {
  font-size: 18px;
}

ul.shaps-img li {
  position: absolute;
}

ul.shaps-img li:first-child {
  top: 20%;
  left: 11%;
  animation: 8s infinite rotate;
}

ul.shaps-img li:nth-child(2) {
  top: 52%;
  left: 8%;
  animation: 10s infinite toptop;
}

ul.shaps-img li:nth-child(3) {
  bottom: 23%;
  left: 4%;
  animation: 10s infinite toptop;
}

ul.shaps-img li:nth-child(4) {
  bottom: 16%;
  left: 50%;
  animation: 10s infinite rotate;
}

ul.shaps-img li:nth-child(5) {
  bottom: 3%;
  right: 4%;
  animation: 10s infinite leftleft;
}

.loading-text {
  font-size: 5vw;
  line-height: 64px;
  letter-spacing: 10px;
  margin-bottom: 32px;
  justify-content: space-evenly;
}

.loading-text span {
  -webkit-animation: 1s ease-in-out infinite moveLetters;
  animation: 1s ease-in-out infinite moveLetters;
  transform: translatex(0);
  position: relative;
  display: inline-block;
  opacity: 0;
  color: #000;
  text-shadow: 0 2px 10px rgba(46, 74, 81, 0.3);
}

.loading-text span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading-text span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-text span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-text span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-text span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-text span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-text span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@keyframes moveLetters {
  0% {
    transform: translateX(-15vw);
    opacity: 0;
  }

  33.3%,
  66% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(15vw);
    opacity: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor, #fff);
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition:
    opacity 0.3s,
    top 0.5s;
}

.marquee-box-one,
.marquee-icon,
.presenting i {
  display: flex;
  align-items: center;
  position: relative;
}

.page-loaded .preloader {
  opacity: 0;
  top: -100%;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: 0.8s linear infinite spin;
  margin: 0 auto 16px;
}

.message {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

footer {
  position: relative;
  padding-bottom: 40px !important;
}

.marquee-content-one {
  display: flex;
  gap: 25px;
  padding-left: 20px;
  animation: 30s linear infinite scroll-one;
}

.marquee-content {
  animation: 15s linear infinite scroll-one;
  display: flex;
}

.marquee-content-two {
  display: flex;
  gap: 25px;
  padding-left: 20px;
  animation: 38s linear infinite scroll-one;
}

@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-two {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-three {
  margin-top: 20px;
  padding-left: 0;
}

.marquee-three:before,
.marquee-two:before {
  content: "";
  width: 23%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(66, 201, 250, 0) 0,
    hsl(0deg 0% 0%) 100%
  );
  position: absolute;
  z-index: 11;
}

.marquee-three:after,
.marquee-two:after {
  content: "";
  width: 23%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(66, 201, 250, 0) 0,
    hsl(0deg 0% 0%) 100%
  );
  position: absolute;
  z-index: 11;
}

.marquee:after,
.marquee:before {
  width: 250px;
  height: 100%;
  top: 0;
  position: absolute;
  content: "";
}

.marquee {
  display: flex;
  position: relative;
}

.marquee-item {
  width: 200px;
  margin-left: 40px;
}

.marquee:before {
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(66, 201, 250, 0) 0,
    hsl(0deg 0% 100%) 100%
  );
  z-index: 1111;
}

.marquee:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(66, 201, 250, 0) 0,
    hsl(0deg 0% 100%) 100%
  );
}

.marquee img {
  width: 250px !important;
  max-width: max-content;
}

.marquee-text {
  padding-top: 60px;
}

.presenting {
  display: flex;
  margin-top: 40px;
  width: 97%;
}

.presenting i {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  margin-right: 26px;
  justify-content: center;
  font-size: 74px;
  border: 1px solid #7e8f83;
  outline: 8px solid var(--bgcolor);
  z-index: 111;
}

.how-do-stap span,
.video i {
  align-items: center;
  display: flex;
}

.presenting:hover i:before {
  z-index: 11;
  color: #fff;
}

.presenting i:after {
  content: "";
  width: 124px;
  height: 124px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #444;
}

.presenting:hover i:after {
  border: 70px solid #444;
}

.presenting h3 {
  font-weight: 700;
  padding-bottom: 7px;
}

.presenting p {
  font-size: 16px;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 58px;
  margin-bottom: 28px;
}

.how-it-works {
  background-color: #f4f4f7;
  background-size: cover;
}

.heading.two {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}

.heading.two p {
  width: 78%;
  padding-top: 18px;
}

ul.chek li {
  padding-bottom: 12px;
}

ul.chek li img {
  margin-right: 12px;
  width: auto;
  height: auto;
}

.how-do-stap {
  position: relative;
  background-color: #fff;
  padding: 50px 24px;
  border-radius: 28px;
}

.how-do-stap.two,
.team-section {
  background: linear-gradient(131deg, #01853c, #003c61, #003c61, #01853c);
}

.how-do-stap span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
}

.how-do-stap h4 {
  color: #444;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
}

.how-do-stap i {
  font-size: 98px;
  padding-bottom: 0;
  line-height: 10px;
}

.how-do-stap.two {
  margin-top: 24px;
}

.how-do-stap.three {
  margin-top: 60px;
  background-color: #000;
  margin-bottom: 25px;
}

.video {
  position: relative;
  right: 0;
}

a.video-pop:hover i {
  color: #000;
  background-color: #fff;
}

.video img {
  border-radius: 30px;
}

.video i {
  position: absolute;
  animation: 1s infinite shadow-pulse;
  width: 94px;
  height: 94px;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 20px;
}

.team,
.team figure,
.team span,
.team-section {
  position: relative;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255);
  }

  100% {
    box-shadow: 0 0 0 35px transparent;
  }
}

@keyframes top-bottom {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes toptop {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
}

@keyframes leftleft {
  0%,
  100% {
    transform: translatex(0);
  }

  50% {
    transform: translatex(20px);
  }
}

@keyframes rotate {
  0%,
  100% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }
}

.team-section .heading span {
  border: 1px solid #fff;
}

.team-section .heading p {
  width: 90%;
  padding-top: 10px;
  margin: auto;
}

.team img {
  border-radius: 50%;
  border: 9px solid #fff;
}

.team:after,
.team:before {
  position: absolute;
  border-radius: 30px;
  width: 100%;
  content: "";
  bottom: 0;
  right: 0;
}

.team {
  padding-bottom: 20px;
}

.team:before {
  height: 74%;
  background-color: #0a1233;
}

.team:after {
  height: 0%;
  background-color: #fff;
}

.team:hover:after {
  height: 74%;
}

.team figure {
  margin-bottom: 30px;
  z-index: 22;
}

.team span {
  color: #fff;
  font-size: 18px;
  z-index: 22;
}

.team h4,
.team > a {
  color: #fff;
  z-index: 10;
  position: relative;
}

.team h4 {
  font-size: 28px;
  padding-top: 8px;
  font-weight: 700;
}

.team > a {
  font-size: 18px;
  border: 1px solid #fff;
  display: flex;
  padding: 16px;
  width: 90%;
  margin: 28px auto auto;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}

.team > a i {
  font-size: 28px;
  padding-right: 10px;
}

.btn-topbar span,
.pricing-plans h5,
.team:hover a,
.team:hover h4,
.team:hover span {
  color: #000;
}

.team:hover a {
  border: 1px solid #bfbfbf;
}

.how-do-stap:hover i {
  animation: 1s infinite top-bottom;
}

.expert {
  position: relative;
}

.expert-icon {
  position: absolute;
  top: 44%;
  z-index: 1111;
  left: 16%;
}

.icon-share a:hover i {
  transform: rotate(360deg);
}

.expert-icon > i {
  color: #a5a5a5;
  background: #fafafa;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  font-size: 30px;
  transition: 0.5s ease-in-out;
}

.expert-icon a i {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

.expert-icon li {
  margin-top: 4px;
}

.pricing:hover,
.team:hover .expert-icon a i {
  background-color: var(--bgcolor);
}

.team:hover .expert-icon ul.icon-share {
  opacity: 1;
  visibility: visible;
  top: -125px;
}

.expert-icon a {
  font-size: 25px;
}

ul.icon-share {
  position: absolute;
  top: -65px;
  left: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.icon-share li i {
  width: 56px;
  height: 56px;
}

.center.review {
  justify-content: center;
  margin-top: 60px;
}

.team-section ul.shaps-img li:first-child {
  left: 69%;
  top: 24%;
  animation: 8s infinite leftleft;
}

.team-section ul.shaps-img li:nth-child(2) {
  top: 24%;
  left: 4%;
  animation: 20s infinite rotate;
}

.accordion-section .heading.two {
  width: 87%;
  text-align: left;
  margin-bottom: 24px;
  margin-left: 0;
}

.accordion-section ul.shaps-img li:first-child {
  left: 72%;
  animation: 8s infinite toptop;
}

.accordion-item.active .icon:after {
  width: 0;
}

.accordion {
  width: 99%;
  border: 1px solid #d1d1d1;
  padding: 0 40px;
  border-radius: 30px;
  margin-top: 33px;
}

.accordion-item,
.accordion-item:last-of-type .title {
  border: 0;
}

.accordion-item.active .icon:before {
  background: #000;
}

.accordion-img figure.accordion-img-two {
  background-color: var(--common-colour);
  margin-top: -156px;
  width: fit-content;
  margin-left: 130px;
}

.accordion-item .heading {
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}

.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  right: 10px;
}

.accordion-item.active .title {
  color: #000;
  background-color: #fff;
  border: 0;
  padding-bottom: 15px;
}

.accordion-item .icon:after,
.accordion-item .icon:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.accordion-item .content,
.form-loaded .form-loader {
  display: none;
}

.content p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.blog > a,
.count-style h2,
.count-style h4,
.footer-try h2,
.hero-section.two h1,
.pricing-plans span,
.subscribe-text h3,
.tag > a,
.tag > span,
.title,
.widget-title h3 {
  font-weight: 700;
}

.title {
  text-align: start;
  padding: 0 0 25px;
  color: #000;
  font-size: 24px;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
}

.accordion-item.active {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--bgcolor);
  border-radius: 0;
}

.content {
  margin-bottom: 20px;
  padding: 0 0 12px;
  background-color: #24243500;
  border: 0;
}

.accordion-item {
  background-color: transparent;
}

.accordion-item:last-of-type {
  border: 0 !important;
}

.accordion-item:first-of-type {
  border-top: 0;
}

.accordion-img img.dots {
  top: auto;
  z-index: -0;
  right: -5%;
  bottom: 0;
}

.accordion-contact {
  padding: 56px 20px 16px;
  border-radius: 30px;
  position: relative;
  z-index: 11;
}

.accordion-contact .btn {
  width: 100%;
  margin-top: 16px;
}

.accordion-contact h4 {
  font-size: 18px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: 700;
}

.accordion-img img {
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 11;
}

.team > a:hover {
  background-color: var(--bgcolor);
  border: 1px solid var(--bgcolor);
}

.pricing-plans {
  background-color: #fff;
  padding: 24px 34px;
  border-radius: 20px;
}

.pricing-plans span {
  color: #000;
  padding-bottom: 4px;
  display: block;
  font-size: 18px;
}

.pricing-plans sub {
  bottom: 0;
  font-size: 16px;
}

.pricing-plans-text i {
  width: 74px;
  height: 90px;
  display: flex;
  border-radius: 30%;
  background-color: var(--bgcolor);
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: -20%;
  font-size: 40px;
}

.pricing-plans-text:hover i {
  animation: 2s infinite top-bottom;
}

.pricing-plans-text img {
  height: 60px;
}

.pricing-plans-text .hero-text ul li {
  color: #444;
}

.pricing-plans-text .hero-text ul li img {
  background-color: #e6eeff;
}

.pricing-plans-text .btn {
  width: 100%;
  margin-bottom: 20px;
}

.pricing-plans-text i svg {
  width: 50px;
  height: auto;
}

.pricing {
  padding: 10px;
  background-color: #f4f4f7;
  border-radius: 20px;
}

.pricing-plans-text p {
  padding-top: 34px;
  width: 84%;
  margin: auto;
  font-size: 16px;
}

.pricing-plans-text ul {
  width: 84%;
  margin: 20px auto 30px;
}

.pricing-plans-text ul.chek li {
  font-size: 16px;
}

.pricing:hover ul.chek li img {
  filter: brightness(0);
}

.clients-section {
  background: linear-gradient(131deg, #01853c, #003c61, #003c61, #01853c);
}

.clients-section .heading h2 {
  width: 100%;
  color: #fff;
}

.clients-img img {
  border-radius: 50%;
  border: 1px solid var(--bgcolor);
  margin-right: 24px;
}

.blog figure,
.blog img,
.clients {
  border-radius: 25px;
}

ul.star {
  display: flex;
  font-size: 14px;
  gap: 4px;
}

.clients-img i {
  color: #565656;
  font-size: 20px;
}

.clients-img ul.star i {
  color: var(--bgcolor);
  font-size: 12px;
}

.clients-img h3 {
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
  padding-bottom: 10px;
}

.clients {
  width: 650px;
  background-color: #00184b;
  padding: 40px;
}

.clients p {
  padding-top: 20px;
  color: #fff;
}

.clients-section ul.shaps-img li:first-child {
  z-index: 111;
  top: 15%;
  animation: 2s infinite top-bottom;
}

.clients-section ul.shaps-img li:nth-child(2) {
  top: 18%;
  left: auto;
  right: 10%;
  animation: 22s infinite rotate;
}

.section-client ul.shaps-img li:nth-child(2) {
  top: -20%;
}

.section-client ul.shaps-img li:first-child {
  top: 68%;
  left: 89%;
  animation: 8s infinite rotate;
}

.blog img {
  width: 100%;
  transform: scale(1.1);
}

#blog ul.shaps-img li:first-child {
  animation: 20s infinite leftleft;
  left: 2%;
}

.blog > a {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  padding-top: 10px;
  display: block;
  padding-bottom: 10px;
}

.blog {
  position: relative;
  z-index: 11;
}

.blog-img .tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.tag > span {
  background-color: var(--main-color);
  display: inline-block;
  padding: 4px 22px;
  border-radius: 30px;
  color: #fff;
}

#scroll-percentage,
.count-style,
.tag > a {
  background-color: var(--bgcolor);
}

.tag > a {
  padding: 4px 24px;
  border-radius: 40px;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.tag > a span {
  padding-left: 20px;
}

.blog p {
  width: 90%;
}

.blog:hover img {
  transform: scale(1);
}

.count-style {
  padding: 50px 85px 60px;
  border-radius: 30px;
  text-align: center;
  z-index: 11;
  position: relative;
}

.count-style h2 {
  font-size: 100px;
}

.count-style h2 sup {
  font-size: 58px;
}

.count-style h4 {
  font-size: 26px;
  padding-bottom: 20px;
  padding-top: 4px;
}

.count-style.two {
  background-color: #000;
}

.count-style:hover {
  transform: translateY(20px);
}

.footer-try {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 100px;
}

.all-rights {
  justify-content: space-between;
  display: flex;
}

.footer-try > div {
  width: 65%;
}

.footer-try h2 {
  color: #fff;
  font-size: 65px;
}

.footer-try p {
  color: #fff;
  padding-top: 10px;
}

.footer-logo p {
  color: #fff;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 40px;
}

ul.social-media a i {
  color: #fff;
  font-size: 23px;
}

ul.social-media {
  display: flex;
  gap: 25px;
}

.widget-title h3 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 30px;
}

.widget-title ul {
  margin-top: 15px;
  flex-wrap: wrap;
  row-gap: 22px;
}

.widget-title ul li i {
  color: #01853c;
  padding-right: 12px;
}

.get-in-touch i {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
}

#scroll-percentage,
#scroll-percentage-value {
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.all-rights p,
.get-in-touch span {
  color: #fff;
  font-size: 18px;
}

.get-in-touch.mb-0 span {
  padding-top: 0 !important;
}

.get-in-touch {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.get-in-touch:hover i {
  background-color: #fff;
  color: #000;
}

.get-in-touch span {
  padding-bottom: 4px;
  display: block;
}

.all-rights {
  margin-top: 80px;
  align-items: center;
}

footer ul.shaps-img li:nth-child(2) {
  top: 42%;
  left: 6%;
  animation: 2s infinite top-bottom;
}

footer ul.shaps-img li:first-child {
  top: 9%;
}

footer ul.shaps-img li:nth-child(3) {
  bottom: 54%;
  left: 87%;
  animation: 10s infinite toptop;
}

#scroll-percentage {
  box-shadow: 0 0 20px 0 rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  position: fixed;
  transform: scale(0);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 0.5s ease-in-out scrollToTop;
  transition: 0.3s;
}

@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }

  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.hs-responsive-embed-youtube iframe {
  width: 100%;
  height: 624px;
  margin-top: 70px;
  border-radius: 30px;
  border: 7px solid #000;
}

.hero-section.for {
  text-align: center;
  background-position: top;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 236px;
  background-size: 2392px;
  background-color: #fff;
}

.hero-section.for .listing {
  justify-content: space-between;
  width: 100%;
  justify-content: center;
}

.hero-section.for .hero-text,
.hero-section.two .hero-text {
  text-align: center;
  justify-content: center;
  width: 87%;
  margin: auto;
  padding: 30px 0;
}

.hero-section.for ul.shaps-img li:nth-child(4) {
  bottom: 49%;
  left: 27%;
}

.hero-section.for ul.shaps-img li:nth-child(5) {
  bottom: 49%;
  right: 4%;
  animation: 10s infinite leftleft;
}

.hero-section.two .review img {
  margin-left: 0;
}

.hero-section.two .review {
  margin-top: 60px;
  justify-content: start;
}

.hero-section.two p {
  text-align: left;
  margin: auto;
}

.hero-section.two ul.shaps-img li:nth-child(4) {
  bottom: 16%;
  left: 31%;
}

.hero-section.three .listing,
.hero-section.two .listing {
  margin: auto;
}

.hero-section.three {
  text-align: center;
  padding-top: 230px;
  background-size: cover;
}

.hero-section.three .hero-text {
  width: 90%;
  margin: auto;
  text-align: center;
}

.hero-section.three ul.shaps-img li:nth-child(4) {
  bottom: 28%;
  left: 27%;
  animation: 10s infinite rotate;
}

.subscribe-text #subscribe-form .btn {
  border-color: var(--bgcolor);
  color: #000;
  right: 0;
  position: absolute;
  top: 53%;
  transform: translate(-4%, -54%);
  padding: 16px 25px;
}

.subscribe-text {
  display: flex;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  text-align: left;
  align-items: center;
  z-index: 1;
  position: relative;
}

.subscribe-text #subscribe-form input {
  width: 700px;
  height: 73px;
  padding-left: 20px;
  border-radius: 20px;
  border: 3px solid #cdcdcd;
  outline: 0;
  background-color: #fafafa;
}

.subscribe-text h3 {
  font-size: 30px;
}

.subscribe-text #subscribe-form .btn::before {
  background-color: var(--bgcolor);
  border-color: var(--bgcolor);
}

.subscribe-text > div {
  margin-right: auto;
  margin-left: 30px;
}

.accordion-contact h4 a,
.blog a,
.blog img,
.count-style,
.get-in-touch i,
.how-do-stap i,
.icon-share li i,
.presenting i:after,
.pricing,
.tag > a,
.team a,
.team h4,
.team span,
.team:after,
.widget-title ul li a,
a.video-pop i,
footer a,
ul.chek li img,
ul.social-media a i {
  transition: 0.4s;
}

.ratings {
  color: inherit;
  display: contents;
}

.btn-topbar::before,
.consult::before {
  background: #fff !important;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 9px;
  right: 70px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  transition: 0.3s;
}

.whatsapp-fixed:hover {
  transform: scale(1.1);
}

.whatsapp-fixed img {
  width: 100%;
  height: auto;
}

#scroll-percentage {
  bottom: 100px !important;
  right: 30px !important;
  z-index: 9999;
}

.calculate-btn {
  color: #fff;
  font-size: 20px;
  padding: 20px 45px;
  transition: 0.3s;
}

.equal-height,
.pricing-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height > [class*="col-"],
.pricing-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.pricing {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pricing-plans-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.pricing-button-container {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.pricing-plans h5 small {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  font-weight: 400;
}

.pricing-plans h5 {
  font-size: 28px;
  margin: 10px 0;
}

.hero-section.two {
  text-align: center;
  margin: auto;
  padding: 180px 0 80px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #333;
}

.hero-section.two h1 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}

.hero-section.two .lead {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.hero-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.hero-features li {
  margin-bottom: 12px;
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
}

.hero-features i {
  color: #2a5b8c;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}

.hero-form-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 20px;
}

.form-header {
  background: #2a5b8c;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.form-header h3 {
  margin: 0;
  font-size: 1.5rem;
}

.form-header p {
  margin: 5px 0 0;
  opacity: 0.9;
}

.zoho-form-iframe {
  width: 100%;
  height: 580px;
  border: none;
  display: block;
}

.form-footer {
  background: #f8f9fa;
  padding: 15px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}

.form-footer i {
  color: #28a745;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .hero-section.two {
    padding: 60px 0;
  }

  .hero-form-container {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .hero-section.two h1 {
    font-size: 2rem;
  }

  .hero-section.two .lead {
    font-size: 1.1rem;
  }

  .zoho-form-iframe {
    height: 600px;
  }
}

.review ul.star li {
  color: gold;
}

@media (max-width: 480px) {
  #review-desktop,
  .lead {
    display: none;
  }

  .hero-form-container {
    margin-top: 0;
  }

  .whatsapp-fixed {
    position: fixed;
    bottom: 15px;
    right: 70px;
    z-index: 9999;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1400px) {
  .accordion-img img {
    margin-top: 150px;
  }
}

.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s;
  border-radius: 8px;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #030b30;
  animation: 1s ease-in-out infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
