body,
p {
  font-family: "Nunito Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  margin: 0px;
  padding: 0;
  color: #041424;
  text-transform: capitalize;
}
.navbar-brand img {
  width: 80%;
}
.mainheading {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
#nav .navbar-nav {
  margin-left: 30px;
}
.scale-text {
  font-size: calc(2.5rem + 2vw);
}
.hero .section {
  padding: 8% 0 12% !important;
}
.sub-head {
  font-size: 3rem;
}

#about {
  background: url(./image/about-bg.jpg) no-repeat center/cover;
}
.fancy-box.style3 .icon {
  max-width: 72px;
  height: 72px;
  width: 100%;
  line-height: 72px;
  border-radius: 10px;
  background-color: #0c5adb;
  text-align: center;
}
.fancy-box.style3 {
  display: flex;
  align-items: start;
  gap: 20px;
}
.fancy-box.style3 .content {
  max-width: 330px;
}
.fancy-box.style3 .content h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
.fancy-box.style3 .content .text {
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
}

.service-box.style1 {
  padding: 30px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.icon-box.style1 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #0c5adb;
  border-radius: 8px;
  margin-bottom: 20px;
}
.service-box.style1:hover .icon-box,
.service-box.style1.active .icon-box {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transition: all 0.4s;
}
.service-box.style1 .content h3 {
  color: #000;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.service-box.style1 .content h3 a {
  color: #000;
  text-decoration: none;
}

.service-box.style1:hover,
.service-box.style1.active {
  border: 3px solid #0c5adb;
  background: #fff;
}

.feature-box-items {
  display: flex;
  gap: 20px;
}
.feature-box-items .content h3 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
  padding: 0;
}
.wp-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: #faf8ff;
  border: 1px solid #e6e6e6;
  padding: 18px 20px;
  color: #041424;
  font-family: "Rajdhani", sans-serif;
}
.wp-content .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
}

.analysis {
  background: url(image/growth-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 8% 10%;
  border-radius: 30px;
}
.wcu-thumb {
  position: relative;
  margin-right: 58px;
}
.wcu-thumb .thumb2 {
  position: absolute;
  bottom: -65px;
  left: -78px;
}
.wcu-thumb .thumb3 {
  position: absolute;
  top: 57px;
  right: -58px;
}
.float-up-down {
  animation: upDown 3s ease-in-out infinite;
}
.list-checked.text-muted li {
  list-style: none;
}

.list-checked {
  padding-left: 0;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.float-left-right {
  animation: leftRight 3s ease-in-out infinite;
}

@keyframes leftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.brandbar img {
  width: 50%;
}
.footer {
  background-image: url(./image/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 4% 0;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 50px 0 !important;
  }
  .feature-box-items {
    flex-direction: column;
  }
  .wcu-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .wcu-thumb .thumb2,
  .wcu-thumb .thumb3 {
    display: none;
  }
}
