.header {
  background-color: #fff;
  padding: 10px 0 15px;
  position: sticky;
  border-bottom: 1px solid #e7e9f2;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}
.header.stickey-header {
  padding: 8px 0 10px;
}
.header .containerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-content {
  display: flex;
  align-items: center;
}
.header-logo {
  display: inline-block;
  width: 106px;
  transition: all 0.3s ease;
}
.stickey-header .header-logo {
  width: 90px;
  transition: all 0.3s ease;
}
.header-logo img {
  display: block;
  width: 100%;
}
.signin-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2rem;
  border: 2px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  color: #333333;
  margin-right: 6px;
  background-color: transparent;
}
.humberger {
  width: 20px;
  height: 15px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 18px;
}
.humberger-line {
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  border-radius: 5px;
  position: absolute;
  background-color: #333333;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.humberger-line:nth-child(2) {
  top: 6px;
}
.humberger-line:nth-child(3) {
  top: 12px;
}
.humberger.open .humberger-line:nth-child(1) {
  top: 6px;
  transform: rotate(135deg);
}
.humberger.open .humberger-line:nth-child(2) {
  opacity: 0;
  left: -10px;
}
.humberger.open .humberger-line:nth-child(3) {
  top: 6px;
  transform: rotate(-135deg);
}
.navigation {
  position: absolute;
  width: 100%;
  top: 100%;
  left: -100%;
  z-index: 2;
  padding: 15px 15px;
  background-color: #fff;
  transition: left 0.3s ease-in-out;
  z-index: 1000; /* Adjust as needed */
  overflow-y: auto; /* Enable vertical scrolling if needed */
  height: 100vh;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.navigation.open {
  left: 0; /* Slide in from the left when open */
}
.menu li {
  list-style: none;
  margin-bottom: 3px;
  position: relative;
}
.menu a {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 8px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  position: relative;
  transition: color 0.3s ease;
}
.menu a:hover {
  color: #e41f26;
}
.menu a::after {
  content: ">";
  position: absolute;
  right: 20px;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.2;
}
.user-login-wrap {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.user-login-wrap a {
  display: flex;
  align-items: center;
}
.user-login-wrap h3 {
  font-size: 0.8rem;
  margin: 0;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
/* banner */
.banner {
  /* background: url("../images/home-page-mob.jpg") no-repeat left;
  background-size: auto;
  background-size: cover; */
  background-color: #fff;
  position: relative;
  margin-top: 25px;
  padding: 55px 0px 4px;
  padding-right: 0px;
  transition: all 0.3s linear;
  z-index: 1;
}
.banner .container {
  position: relative;
}
.left-banner-content h1 {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.left-banner-content p {
  color: #333333;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.bg-icons {
  position: absolute;
  width: 30px;
  opacity: 0.5;
}
.icon1 {
  left: 312px;
  bottom: 57px;
}
.icon2 {
  left: -36px;
  top: 198px;
}
.icon3 {
  right: 0;
  top: 50px;
}
.icon4 {
  left: 200px;
}
.bg-icons img {
  width: 100%;
}
.right-banner-content {
  display: none;
  position: relative;
}
.banner-right-img {
  width: 100%;
}
.image-wrap {
  width: 300px;
  margin: 0 auto;
}
.image-wrap img {
  width: 100%;
  display: block;
}
.rbutton {
  margin-right: 12px;
  outline: none;
  border: none;
  color: #333333;
}
.rbutton input ~ .checkmark {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #333333;
}
.heroRadio {
  padding-left: 15px;
  padding-right: 72px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  outline: none;
  border: none;
  width: 100%;
  height: 43px;
  font-size: 13px!important;
  -webkit-appearance: none;
}
.select2-container--default .select2-selection--single {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none !important;
  outline: none;
  border-radius: 20px;
  width: 100%;
}
.company-search {
  width: 100%;
}
#suggestion-box {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  z-index: 1;
  border-radius: 0 0 4px 4px;
}
.company-search-container {
  position: relative;
}
.company-search-container .searchBtn {
    position: absolute;
    right:5px;
    top: 0;
    /* width: 70px; */
    height:100%;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0px 2px 5px -2px #93b3ff;
    color: #fff;
    border: none;
    outline: none;
    background-color: #407bd0;
}
.autocomplete-items {
  display: none;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  margin-top: 5px;
  max-height: 200px;
  overflow: auto;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.autocomplete-items div {
  padding: 6px 6px;
  cursor: pointer;
  margin-bottom: 0px;
  transition: opacity 0.3s ease-in-out;
  line-height: 1.3;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
  border-radius: 6px;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
  border-radius: 6px;
}
.form-row {
  max-width: 300px;
  width: 100%;
}
.country-list-wrap {
  margin-bottom: 10px;
}
/* reviews */
.reviews-block {
  display: flex;
  align-items: center;
}
.platform-icon .fab {
  color: #e41f26;
  font-size: 1.3rem;
  margin-top: 12px;
}
.review-info {
  margin-left: 12px;
}
.review-info .fa-star {
  color: #80ff00;
  font-size: 9px;
}
.review-info span {
  color: #333333;
  display: block;
  font-weight: 300;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
}
.reviews-wrap {
  display: flex;
  position: relative;
  max-width: 370px;
  width: 100%;
  padding: 12px 0 0;
}
.reviews-block:nth-child(2) {
  border-left: 1px solid #b5b3b3;
  margin-left: 20px;
  padding: 0 20px;
}
/* slick slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: none !important;
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: left;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: red;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.blink-wrap {
  display: inline-block;
  width: 100%;
  margin: 1rem auto;
  height: 40px;
  overflow: hidden;
  color: #fff;
}
.blink-slider {
  display: inline-block;
  animation: sliderUp 10s infinite alternate;
}
.blinker {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  height: 40px;
  text-shadow: 0 4px 4px rgba(185, 120, 120, 0.3);
}
@keyframes sliderUp {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  15% {
    margin-top: -40px;
  }
  25% {
    margin-top: -40px;
  }
  30% {
    margin-top: -80px;
  }
  40% {
    margin-top: -80px;
  }
  45% {
    margin-top: -120px;
  }
  55% {
    margin-top: -120px;
  }
  60% {
    margin-top: -160px;
  }
  70% {
    margin-top: -160px;
  }
  75% {
    margin-top: -200px;
  }
  85% {
    margin-top: -200px;
  }
  90% {
    margin-top: -240px;
  }
  100% {
    margin-top: -240px;
  }
}
@-moz-keyframes sliderUp {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  15% {
    margin-top: -40px;
  }
  25% {
    margin-top: -40px;
  }
  30% {
    margin-top: -80px;
  }
  40% {
    margin-top: -80px;
  }
  45% {
    margin-top: -120px;
  }
  55% {
    margin-top: -120px;
  }
  60% {
    margin-top: -160px;
  }
  70% {
    margin-top: -160px;
  }
  75% {
    margin-top: -200px;
  }
  85% {
    margin-top: -200px;
  }
  90% {
    margin-top: -240px;
  }
  100% {
    margin-top: -240px;
  }
}
/* -----------------------View Sample Section--------------------- */
.view-sample {
  position: relative;
  padding: 20px 0;
  /* background-color: #f9f4fb; */
  background: url(https://img.freepik.com/free-vector/simple-blue-gradient-background-vector-business_53876-143439.jpg?w=826&t=st=1694514278~exp=1694514878~hmac=44668ae183037d4211e7b5b4a18fdce30d6c96c2e7c2556d09a434622d05c231)
    no-repeat;
  background-position: center center;
  background-size: cover;
}
.view-sample h2 {
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.driven-list {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 15px;
}
.driven-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding-left: 0;
}
.driven-list ul li {
  flex: auto;
  margin: 0 0 10px 0;
  position: relative;
  list-style: none;
}
.driven-list ul li::before {
  position: absolute;
  width: 6px;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #02789e;
  z-index: 1;
}
.driven-list ul li .driven-item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 20px;
}
.driven-list ul li .driven-item span {
  display: block;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.report-btn {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-left: 42px;
}
.home_section_3 {
  background-color: #cee1fb;
}
/* ------------roadmap timeline---------------- */
.roadmap-timelime {
  padding: 20px 0;
  background-color: #f6f7f9;
}
.timeline {
  display: flex;
  margin: 20px auto;
  position: relative;
  flex-wrap: wrap;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 8px 8px;
  border-radius: 6px;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
  height: auto;
  margin-bottom: 25px;
}
.timeline__event__content {
  padding: 8px 18px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.tutorialBtn {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-color: #0e407c;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  /* border: 1px solid #0e407c; */
  border-radius: 6px;
  outline: none;
  transition: all 0.15s linear 0s;
  font-family: "Poppins", sans-serif;
}
.tutorialBtn:hover {
  background: #fff !important;
  color: #0e407c !important;
  transition: all 0.3s;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #ff0000;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 30px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 28px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event__description p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .tutorialBtn {
  color: #fff;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .tutorialBtn {
  color: #fff;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #2a6650;
}
.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}
@media (max-width: 992px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
    height: auto;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before,
  .timeline__event__icon:after {
    display: none;
  }
  .tutorialBtn {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
    height: auto;
  }
  .timeline__event:nth-child(2n + 1) .tutorialBtn {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
.watch-kreditaid {
  /* background: url(https://img.freepik.com/free-vector/paper-style-white-monochrome-background_23-2149001607.jpg?w=1380&t=st=1695201135~exp=1695201735~hmac=79ee637070312ee28fd3bde8ea5d9cb3927b51b13ec654478ca2b2bbde8192fe)
    no-repeat;
  background-size: cover;
  background-position: center center; */
  padding: 30px 0 25px;
  background-color: #f6f7f9;
}
.modal-backdrop {
  height: auto;
}
/* --------------Try kreditaid-------------- */
.try-kreditaid {
  padding: 25px 0;
}
.getStarted-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 97.6%, 0.2));
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  border-radius: 20px;
}
.getStarted-card-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 30px;
}
.button_2 {
  background-color: #0e407c;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #0e407c;
  font-weight: 600;
  padding: 12px 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.getStarted-card-wrapper {
  position: absolute;
  height: 100%;
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getStarted-card-info {
  padding: 100px 0 100px 100px;
}
.getStarted-card-wrapper-image {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.getStarted-card-info h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 30px;
}
.getStarted-card-info p {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 28px;
}
.home_section_img.modal_image {
  height: 100%;
}
.vidModel {
  height: 100%;
  object-fit: cover;
}
.watchBtn {
  color: rgba(0, 0, 0, 0.95);
  background-color: #f5f7fe !important;
  border: 1px solid #d0d7e7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s;
  padding: 3px 25px 6px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.watchBtn:hover {
  color: #0f141e;
  background-color: #d0d7e7 !important;
}
/* ---------FAQ Section-------------- */
/* faq */
.faq {
  /* background: url(https://img.freepik.com/premium-photo/white-abstract-background-texture-design-pattern-element-product-display-with-banner-background_655634-42.jpg?w=826)
    no-repeat;
  background-position: center;
  background-size: cover; */
  background-color: #fff;
  padding: 2px 0;
  border: none;
}
.rotating-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
  animation: rotate 120s linear infinite;
}
.faq-info {
  align-items: center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faq-wrap-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; /* Use the full viewport height */
  overflow: hidden; /* Hide any overflow to prevent scrolling */
}
.rotating-logo {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
summary {
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  color: #333333;
  padding: 5px 8px;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}
details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
.faq__content p {
  color: #383737;
  margin-bottom: 8px;
  font-weight: 300;
}
/* readmore-btn */
.read-more {
  text-align: center;
}
#more {
  display: none;
}
.read-more .btn {
  font-size: 1rem;
  background-color: #20374b;
  color: #fff;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  border: none;
}
/* ----------------Why Us--------------- */
.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /* margin-bottom: 10px; */
}
.sec-title span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.28em;
  color: #646363;
  font-weight: 500;
}
/* .sec-title h2:before { */
  /* position: absolute;
  content: "";
  left: 0px;
  bottom: 8px;
  width: 50px;
  height: 3px;
  background-color: #e71d2a; */
/* } */
.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
.sec-title.light h2 {
  color: #ffffff;
}
.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}
.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #f94d1c;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}
.list-style-one li a:hover {
  color: #44bce2;
}
/* about sec btn */
.learn-btn {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.learn-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 29px;
  display: block;
  border-radius: 28px;
  background: #f94d1c;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.learn-btn span {
  position: relative;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
.learn-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.learn-btn:hover:before {
  width: 80%;
  background: #f94d1c;
}
.learn-btn:hover svg {
  transform: translateX(0);
}
.learn-btn:active {
  transform: scale(0.96);
}
.about-section {
  position: relative;
  padding: 80px 0;
  z-index: -1;
  /* background: url(https://img.freepik.com/free-photo/gray-abstract-wireframe-technology-background_53876-101941.jpg?w=740&t=st=1694767765~exp=1694768365~hmac=348ff1f8fc6aa2b8f8105e61d2d155c0e3285c260fd2d554e29fdbae53741a60)
    no-repeat;
  background-size: 100%;
  background-position: center; */
  background-color: #f6f7f9;
}
.about-section .sec-title {
  margin-bottom: 25px;
}
.about-section .content-column {
  position: relative;
  margin: 100px 0;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}
.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}
.about-section .list-style-one {
  margin-bottom: 45px;
}
.about-section .btn-box {
  position: relative;
}
.about-section .btn-box a {
  padding: 15px 50px;
}
.about-section .image-column {
  position: relative;
}
.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}
.about-section .image-column .inner-column {
  position: relative;
  padding-left: 90px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + 50px);
  height: calc(100% + 100px);
  top: -50px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 30px solid #20374b;
}
.about-section .image-column .image-1 {
  position: relative;
  max-width: 350px;
}
.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  border-radius: 46px;
}
.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}
.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}
.why-item {
  width: 100%;
  height: 300px !important;
  position: relative;
  border-radius: 18px;
}
.why-item-wrap {
  max-width: 400px;
  width: 100%;
  margin-right: 8px;
}
.why-icons {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .c1{
  background-color: #4B3942;
}
.c2{
  background-color: #35314D;
}
.c3{
  background-color: #0A3037;
}
.c4{
  background-color: #004173;
}
.c5{
  background-color: #7E4B0A;
}
.c6{
  background-color: #171738;
} */
.why-item-name {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 2;
}
.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.ribbon-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  animation: ribbonAnimation 3s infinite;
  transform-origin: top left;
  z-index: -1;
}
.image-container:hover img {
  filter: brightness(0.7);
}
.image-container:hover .ribbon-background {
  opacity: 1;
  background: radial-gradient(circle, #f06 10%, #f93 50%, #ff0 90%);
}
@keyframes ribbonAnimation {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(180deg);
  }
}
/* -----------------Testimonial Section------------ */
.testimonial {
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.zig-zag {
  position: absolute;
  top: 12%;
  right: 16%;
  width: 80px;
}
.title-img {
  height: 8px;
  width: 25%;
}
.section-title {
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
}
.section-title span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
}
.testimonial-info-wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0;
}
.testimonial-info-block {
  position: relative;
  width: 100%;
  min-height: 315px;
  margin: 0px auto;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 18px;
}
.testi-info {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  flex-direction: column;
  min-height: 18.75rem;
}
.testi-review-wrap {
  display: flex;
  flex-direction: column;
  animation: 7s ease 0s 1 normal both running fbhYR;
}
.testimonial-details:nth-child(2) .testi-review-wrap {
  background-color: #e6f4e6; /* Light Green */
}
.testimonial-details:nth-child(3) .testi-review-wrap {
  background-color: #f2f2c2; /* Light Yellow */
}
.testimonial-details:nth-child(4) .testi-review-wrap {
  background-color: #ffd9e6; /* Light Pink */
}
.testimonial .slick-prev,
.testimonial .slick-next {
  display: block !important;
}
.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.testimonial .slick-prev,
.testimonial .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #b8b8b0;
}
.avatar-wrap {
  position: absolute;
  left: -1rem;
  top: -3.125rem;
  z-index: 2;
}
.avatar {
  border: 0.25rem solid rgb(0, 15, 51);
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  min-height: 4.125rem;
  min-width: 4.125rem;
  height: 4.125rem;
  width: 4.125rem;
}
.testi-review-wrap {
  background-color: #e0f2fe; /* Light Blue */
  border-radius: 0.5rem;
  padding: 12px 20px;
  position: relative;
}
.testimonial-review p {
  color: #333333;
  font-size: 0.8rem;
  font-weight: 300;
}
.traingle-icon {
  position: absolute;
  left: 3.5rem;
  top: -26px;
  z-index: 2;
  transform: rotate(180deg) scaleX(-1);
}
.semicolon-icon {
  position: absolute;
  top: -12px;
  right: -0.3125rem;
  z-index: 2;
}
.semicolon-icon svg {
  width: 1.9375rem;
  height: 1.5rem;
}
.testi-ownership-wrap {
  display: flex;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding: 1rem 0px 0px;
}
.owner-logo {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 0.0625rem solid #333333;
  color: #333333;
}
.owner-logo img {
  height: auto;
  width: 8.75rem;
}
.testi-personal-info {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  padding-left: 20px;
  flex-direction: column;
  border-left: 0.0625rem solid #333333;
}
.testi-designation p {
  color: #333333 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1;
  margin-bottom: 5px;
}
.testi-name h3 {
  color: #333333;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.features-wrap {
  background: url(https://img.freepik.com/free-vector/blue-gradient-blank-background-business_53876-120508.jpg?w=740&t=st=1693811224~exp=1693811824~hmac=b302bbea8eb783b92ac70c87b119aff75018216747c7f8d5c884b562b0ad2236)
    no-repeat;
  padding: 26px 35px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.16);
  position: relative;
}
.features-slide {
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.traits-image {
  margin-right: 15px;
  max-width: 100px;
}
.traits-image img {
  width: 100%;
}
.traits-title {
  font-size: 1.1rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.traits-btn {
  color: #333333;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}
.features-wrap .slick_arrow {
  width: 50px;
  position: relative;
}
.features-wrap .slick_prev {
  position: absolute;
  width: 25px;
  top: 50%;
  left: -30px;
}
.features-wrap .slick_next {
  position: absolute;
  width: 25px;
  top: 50%;
  right: -30px;
}
.features-wrap .slick-slide {
  padding: 0 8px;
}
.traits-btn .fa-arrow-circle-right {
  transition: 0.3s linear;
  position: relative;
  top: 2px;
}
.traits-btn:hover .fa-arrow-circle-right {
  margin-left: 5px;
}
.service-content .service-img {
  margin-right: 20px;
}
/* ------------------------Media Query----------------------- */
/* media query */
@media screen and (min-width: 479px) {
  .header-logo {
    width: 130px;
  }
  .user-login-wrap {
    /* margin-right: 18px; */
  }
  .platform-icon .fab {
    font-size: 1.5rem;
  }
  .review-info .fa-star {
    font-size: 10px;
  }
  .review-info {
    font-size: 12px;
    margin-top: 4px;
  }
  .timeline__event {
    flex: 1;
  }
  .testimonial {
    padding: 30px 20px;
  }
  .category-item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 575px) {
  .blinker {
    font-size: 1.4rem;
  }
  .heading-wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
  .heading-wrap p {
    font-size: 1.4rem;
  }
  .rotating-logo {
    width: 145px;
  }
}
@media screen and (min-width: 600px) {
  .view-sample h2 {
    font-size: 1.5rem;
  }
  .view-sample {
    padding: 25px 0;
  }
  .platform-icon .fab {
    font-size: 1.8em;
    margin-top: 8px;
  }
  .review-info .fa-star {
    font-size: 12px;
  }
  .review-info span {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .humberger {
    display: none;
  }
  .header-logo {
    margin-left: 0;
  }
  .blinker {
    font-size: 1.6rem;
  }
  .stickey-header .header-logo {
    width: 110px;
  }
  .navigation {
    display: block;
    width: auto;
    position: static;
    background-color: transparent;
    height: auto;
    border: none;
    padding: 10px 15px;
  }
  .menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .menu li {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .menu a {
    display: inline;
    overflow: hidden;
    padding: 0;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding: 0;
  }
  .menu a::after {
    background: #333333;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-duration: 0.3s;
    transition-property: left right;
    transition-timing-function: ease-out;
  }
  .menu a:hover:after,
  .menu a:focus:after,
  .menu a:active:after {
    right: 0;
  }
  .right-banner-content {
    display: block;
    width: 50%;
  }
  .banner-content {
    display: flex;
    justify-content: space-between;
  }
  /* .banner {
    background: url("../images/main-banner.jpg") no-repeat center;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
    background-size: cover;
    background-position: 54% 55%;
  } */
  .left-banner-content {
    position: relative;
    text-align: left;
    padding: 30px 0 20px 0;
    /* max-width: 410px; */
    /* width: 100%; */
  }
  .getStarted-card-info {
    padding: 100px 0 100px 100px;
  }
  .try-kreditaid {
    padding: 50px 0;
  }
  .banner-right-img {
    width: 90%;
  }
  .testimonial-review p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.2px;
  }
  .heading-wrap h2 {
    font-size: 1.8rem;
  }
  .heading-wrap p {
    font-size: 1.1rem;
  }
  .rotating-logo {
    width: 120px;
  }
  #expertise .card-body {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 991px) {
  .left-banner-content h1 {
    font-size: 2.2rem;
  }
  .view-sample {
    padding: 45px 0 25px;
  }
  .roadmap-left-content {
    max-width: 500px;
    width: 100%;
  }
  .roadmap-right-content {
    width: calc(100% - 500px);
  }
  .roadmap-timelime {
    padding: 40px 0;
  }
  .about-section .content-column {
    margin: 0;
  }
}
@media screen and (min-width: 1023px) {
  .header-logo {
    width: 135px;
  }
  .header.stickey-header {
    padding: 10px 0;
    box-shadow: 0 0 19.36px 2.64px rgba(20, 21, 27, 0.07);
  }
  .left-banner-content h1 {
    font-size: 2.6rem;
  }
  .banner {
    /* margin-top: 65px; */
  }
  .view-sample h2 {
    font-size: 1.8rem;
  }
  .view-sample {
    padding: 45px 0 35px;
  }
  .testimonial-details:nth-child(2) .avatar {
    border: 0.5rem solid #be7009;
  }
  .testimonial-details:nth-child(3) .avatar {
    border: 0.5rem solid #333333;
  }
  .testimonial-details:nth-child(4) .avatar {
    border: 0.5rem solid rgb(179, 255, 0);
  }
  /* .avatar {
    min-height: 6.5rem;
    min-width: 6.5rem;
    height: 6.5rem;
    width: 6.5rem;
    border: 0.5rem solid rgb(0, 15, 51);
  } */
  .avatar-wrap {
    left: -2rem;
    bottom: -5rem;
    top: unset;
  }
  .testi-review-wrap {
    padding: 18px 30px;
  }
  .traingle-icon {
    left: 5.5rem;
    bottom: -26px;
    top: unset;
    transform: unset;
  }
  .testimonial-info-block {
    margin: 0px auto;
    max-width: calc(66.6667%);
  }
  .semicolon-icon {
    top: -18px;
    right: -0.625rem;
  }
  .semicolon-icon svg {
    width: 3.3125rem;
    height: 2.5625rem;
  }
  .section-title {
    padding: 0 100px;
  }
  .section-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
  }
  .section-title span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1199px) {
  .header {
    padding: 10px 0 0;
  }
  .header.stickey-header + .banner {
    background-position-y: 77px;
  }
  .banner {
    padding: 0;
    background-attachment: fixed;
  }
  .banner-content {
    padding: 50px 0;
  }
  .menu li {
    margin-right: 22px;
    font-size:14px;
  }
  .features-wrap .services_section {
    margin-top: -85px;
  }
  .heading-wrap h2 {
    font-size: 2rem !important;
  }
  .rotating-logo {
    width: 175px;
  }
}
@media screen and (min-width: 1280px) {
  .header.stickey-header {
    padding: 18px 0;
  }
  .banner {
    /* margin-top: 90px; */
  }
  .timeline__event:nth-child(2n + 1) {
    margin-bottom: 35px;
  }
  .timeline__event {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .getStarted-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .getStarted-card-wrapper {
    height: 300px;
    display: none;
    justify-content: center;
    margin-top: 35px;
  }
  .getStarted-card-info p {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  .getStarted-card-info h2 {
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 18px;
  }
  .getStarted-card {
    padding: 40px;
  }
  .zig-zag {
    width: 50px;
  }
}
/* ----------------- */
.category {
  position: relative;
  padding: 20px 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #ffffff, #ece9e6);
}
.rocket-img {
  max-width: 250px;
  width: 100%;
}
.category h1 {
  text-align: center;
}
#search-input {
  padding: 15px;
  font-size: 16px;
  width: 100%;
}
#category-listing {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.category-item {
  display: inline-block;
  margin: 4px;
}
.category-item a {
  display: block;
  padding: 2px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 8px;
  font-weight: 400;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
.article {
  flex-basis: 33%;
  padding: 20px;
}
.social-icons {
  text-align: center;
  margin: 20px 0;
}
.social-icon {
  display: inline-block;
  margin: 0 5px;
  color: #333333;
  text-decoration: none;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
  font-size: 0.8rem;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #f7ed51;
  padding: 0px 15px;
  border: none;
  outline: none;
  top: 0;
  height: 100%;
}
.subscribe-form button i {
  font-size: 22px;
  transform: rotate(-6deg);
}
/* overriding some design css like buttons etc*/
.select2-search--dropdown .select2-search__field {
  /* border-radius:0px!important; */
  padding: 5px 30px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.select2-dropdown {
  border-radius: 20px;
}
/* ----------------------------Value-Section---------------------- */
.valuesection {
  min-height: 150px;
}
.features {
  padding: 50px 0px;
  background: #fff;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 23px;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.textshow h3 {
  text-align: left;
  font-size: 16px;
  color: #333333;
}
.rbtnlink {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bf9831;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  padding: 8px 0px;
}
.raal-cont svg {
  height: 100%;
  text-transform: uppercase;
  width: 500px;
}
.raal-cont {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.raal-cont svg {
  height: 100%;
  text-transform: uppercase;
  width: 500px;
}
.raal-cont svg text {
  pointer-events: none;
}
.raal-cont svg circle {
  cursor: pointer;
  fill: #20374b !important;
}
.raal-cont svg circle:focus {
  outline: none;
}
.rl6,
.rl9,
.rl15,
.rl21,
.rl27 {
  fill: transparent !important;
  transition: all 0.5s;
}
.rl6.active,
.rl9.active,
.rl15.active,
.rl21.active,
.rl27.active {
  fill: #e41f26 !important;
  z-index: -1;
  color: #333333 !important;
}
.rl0 {
  fill: #fff;
}
.rl2 {
  font-size: 16.95px;
}
.rl3 {
  font-size: 17.7773px;
}
.rl4 {
  -webkit-filter: url(#rl_omf);
  filter: url(#rl_omf);
}
.rl5 {
  fill: url(#SVGID_2_);
}
.rl6 {
  fill: none;
  -webkit-mask: url(#SVGID_1_);
  mask: url(#SVGID_1_);
  stroke: #33333300026;
  stroke-miterlimit: 10;
  stroke-width: 0.9417;
}
.rl7 {
  -webkit-filter: url(#rl_omf_1_);
  filter: url(#rl_omf_1_);
}
.rl8 {
  fill: url(#SVGID_4_);
}
.rl9 {
  fill: none;
  -webkit-mask: url(#SVGID_3_);
  mask: url(#SVGID_3_);
  stroke: #33333300026;
  stroke-miterlimit: 10;
  stroke-width: 0.9417;
}
.rl10 {
  -webkit-filter: url(#rl_omf_2_);
  filter: url(#rl_omf_2_);
}
.rl11 {
  fill: url(#SVGID_6_);
}
.rl12 {
  fill: none;
  -webkit-mask: url(#SVGID_5_);
  mask: url(#SVGID_5_);
  stroke: #bf9831;
  stroke-miterlimit: 10;
  stroke-width: 1.0728;
}
.rl13 {
  -webkit-filter: url(#rl_omf_3_);
  filter: url(#rl_omf_3_);
}
.rl14 {
  fill: url(#SVGID_8_);
}
.rl15 {
  fill: none;
  -webkit-mask: url(#SVGID_7_);
  mask: url(#SVGID_7_);
  stroke: #33333300026;
  stroke-miterlimit: 10;
  stroke-width: 0.9417;
}
.rl16 {
  -webkit-filter: url(#rl_omf_4_);
  filter: url(#rl_omf_4_);
}
.rl17 {
  fill: url(#SVGID_10_);
}
.rl18 {
  fill: none;
  -webkit-mask: url(#SVGID_9_);
  mask: url(#SVGID_9_);
  stroke: #bf9831;
  stroke-miterlimit: 10;
  stroke-width: 1.0728;
}
.rl19 {
  -webkit-filter: url(#rl_omf_5_);
  filter: url(#rl_omf_5_);
}
.rl20 {
  fill: url(#SVGID_12_);
}
.rl21 {
  fill: none;
  -webkit-mask: url(#SVGID_11_);
  mask: url(#SVGID_11_);
  stroke: #33333300026;
  stroke-miterlimit: 10;
  stroke-width: 0.9417;
}
.rl22 {
  -webkit-filter: url(#rl_omf_6_);
  filter: url(#rl_omf_6_);
}
.rl23 {
  fill: url(#SVGID_14_);
}
.rl24 {
  fill: none;
  -webkit-mask: url(#SVGID_13_);
  mask: url(#SVGID_13_);
  stroke: #bf9831;
  stroke-miterlimit: 10;
  stroke-width: 1.0728;
}
.rl25 {
  -webkit-filter: url(#rl_omf_7_);
  filter: url(#rl_omf_7_);
}
.rl26 {
  fill: url(#SVGID_16_);
}
.rl27 {
  fill: none;
  -webkit-mask: url(#SVGID_15_);
  mask: url(#SVGID_15_);
  stroke: #33333300026;
  stroke-miterlimit: 10;
  stroke-width: 0.9417;
}
.features .learn-btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-radius: 28px;
  background: #f94d1c;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.features .learn-btn span {
  color: #333333;
}
.features .learn-btn svg {
  stroke: #333333;
}
.features .learn-btn:hover::before {
  width: 90%;
  background: #f94d1c;
}
/* Expertise */
.expertise {
  /* background: url(https://img.freepik.com/free-vector/abstract-blue-light-pipe-speed-zoom-black-background-technology_1142-9530.jpg?w=740&t=st=1694604250~exp=1694604850~hmac=cdf67f26bab0eecfc0354dd1397dab972a21532f639a3529b9d32c7bec84f04f) no-repeat;
  background-position: center;
  background-size: 100%; */
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
 /* background: #fff; */
  background-color: #f6f7f9;
  color: #333333;
}
.expertise h2 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.heading-wrap {
  margin: 0 auto;
  max-width: 400px;
}
.heading-wrap h2 {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 6px;
  text-align: center;
  color: #333333;
}
.heading-wrap p {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  color: #333333;
}
#expertise-svg .exp4-svg,
#expertise-svg .exp5-svg,
#expertise-svg .exp1-svg,
#expertise-svg .exp2-svg,
#expertise-svg .exp3-svg {
  fill: transparent;
  stroke: #333333;
  transform-origin: center;
  transition: all 0.5s;
}
#expertise-svg .exp4-svg.active,
#expertise-svg .exp5-svg.active,
#expertise-svg .exp1-svg.active,
#expertise-svg .exp2-svg.active,
#expertise-svg .exp3-svg.active {
  stroke: #f05e3d;
}
#expertise-svg .exp1-svg.active {
  stroke-dasharray: 100, 15;
}
#expertise-svg .exp1-svg.active,
#expertise-svg .exp2-svg.active {
  stroke-width: 5.8225;
  transform: rotate(50deg);
}
#expertise-svg .exp3-svg.active {
  stroke-dasharray: 5.8248, 4.1241;
  stroke-width: 19;
}
#expertise-svg .exp4-svg.active {
  stroke-width: 18;
}
#expertise-svg .exp5-svg.active {
  fill: #fff;
  stroke-dasharray: 100, 1;
}
#expertise .card,
#expertise .card-header {
  background: transparent;
  border: none;
  color: #333333;
}
#expertise .card-link {
  display: inline-block;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}
#expertise .card-link:before {
  content: " +";
  font-size: 18px;
  position: absolute;
  right: -18px;
  top: 45%;
  transform: translateY(-50%);
}
#expertise .card-link:not(.collapsed):before {
  content: " -";
}
#expertise .card-body {
  font-size: 16px;
  font-weight: 300;
}
#expertise .card-body a {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  color: #bf9831;
  text-decoration: none;
  font-weight: 700;
}
#expertise .card-link:not(.collapsed) {
  color: #f05e3d;
}
/* Styling for the modal container */
.playBtn .video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  overflow: hidden;
}
/* Styling for the modal content */
.playBtn .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 850px;
}
/* Styling for the close button */
.playBtn .close {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
}
/* Styling for the video */
.playBtn .modal-body video {
  width: 100%;
  height: auto;
}
/* Center the video in the modal */
.playBtn .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Hide the video controls until hovered */
.playBtn .modal-body video::-webkit-media-controls {
  display: none;
}
/* Show video controls on hover */
.playBtn .modal-body video:hover::-webkit-media-controls {
  display: initial;
}
/* Style the video controls (you can customize further) */
.playBtn .modal-body video::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 8px;
}
/* Signin/Signup */
.sign-in-up {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.sign-in-up .container {
  width: 430px;
  height: 580px;
  position: relative;
}
.sign-in-up .container .form-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.sign-in-up .container .sign-up {
  transform: translateX(0) rotate(7deg) scale(1);
}
.form-container .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}
.sign-in-up .form h2 {
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
  color: black;
}
.sign-in-up .form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 80%;
  height: 50px;
  margin: 15px 0;
}
.sign-in-up .form-group input {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: 1px solid black;
}
.sign-in-up .form-group label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: white;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  padding: 3px;
  color: #999;
}
.sign-in-up .form-group input:focus ~ label,
.sign-in-up .form-group input:valid ~ label {
  color: black;
  top: 0%;
  transform: translateY(-50%) scale(0.85);
}
.form .forgot-pass {
  width: 80%;
  margin-top: 10px;
}
.form .forgot-pass a {
  color: black;
  text-decoration: none;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.form .forgot-pass a:hover {
  color: #43affc;
  text-decoration: underline;
}
.sign-in-up .form .btn {
  background: #43affc;
  color: white;
  text-transform: capitalize;
  width: 80%;
  padding: 10px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.form .btn:active {
  transform: scale(0.95);
}
.form .link {
  text-align: center;
  font-size: 1rem;
  color: black;
  margin: 30px 0;
}
.form .link a {
  display: inline-block;
  margin-left: 5px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
}
.form .link a label {
  color: black;
  transition: all 0.3s ease;
}
.form .link a label:hover {
  color: #43affc;
  cursor: pointer;
}
#slider-one:checked ~ .container .sign-in {
  animation: signup-flip 1s ease-in-out forwards;
}
#slider-one:checked ~ .container .sign-up {
  animation: rotatecard-sign-up 0.7s ease-in-out forwards;
}
#slider-two:checked ~ .container .sign-up {
  animation: signin-flip 1s ease-in-out forwards;
}
#slider-two:checked ~ .container .sign-in {
  animation: rotatecard-sign-in 0.7s ease-in-out forwards;
}
#slider-one,
#slider-two {
  display: none;
}
@keyframes signup-flip {
  0% {
    transform: translateX(0);
    z-index: 1;
  }
  50% {
    transform: translateX(600px) scale(1.1);
  }
  100% {
    transform: translateX(0) rotate(7deg) scale(1);
  }
}
@keyframes signin-flip {
  0% {
    transform: translateX(0);
    z-index: 1;
  }
  50% {
    transform: translateX(-600px) scale(1.1);
  }
  100% {
    transform: translateX(0) rotate(7deg) scale(1);
  }
}
@keyframes rotatecard-sign-up {
  0% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0);
    z-index: 1;
  }
}
@keyframes rotatecard-sign-in {
  0% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0);
    z-index: 1;
  }
}
/* Styling for the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.sign-wrap .modal-content {
  background-color: transparent;
  max-width: 400px;
  width: 100%;
  margin: 100px auto;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Styling to hide the radio buttons */
#slider-one,
#slider-two {
  display: none;
}
.sign-wrap .close {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 15px;
  color: #333333;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
}
.blinker .fas {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.6rem;
}
.rbutton input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #333333;
}
.blog-sec {
  margin-top: 90px;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
}
.select2-container--open .select2-dropdown--below {
  overflow: hidden;
}
/* For Chrome */
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px; /* Adjust the width as needed */
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the thumb */
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background-color: #eee; /* Color of the track */
}


[data-aos^=zoom][data-aos^=zoom].aos-animate {
  transform:translateZ(0) scale(0.7)!important;
}