:root {
  --white-color: #fff;
  --theme-color: #FD3030;
}

img[alt=logo-img] {
  max-width: 200px;
}

ul.disc {
  list-style: disc;
  padding-left: 20px;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.header_lang_top {
  display: none;
}

header *,
footer *:not(.fas):not(.far) {
  font-family: "Rubik", sans-serif;
}

footer p {
  line-height: 28px;
}

footer *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-wrapper .flex-reverse .about-content {
    margin-left: 0;
    margin-right: 60px;
  }
}

@media (max-width: 575px) {
  .about-wrapper p br {
    display: block;
  }
}

/* .sub-content:not(.default),
.sub-title {
  color: var(--theme-color) !important;
} */

/* .about-wrapper .about-content .about-list li i,
.service-box-items .icon,
.testimonial-box-items .testimonial-content .star,
.faq-content .accordion-item .accordion-header .accordion-button::after,
.testimonial-card-items .testimonial-content .star {
  color: var(--theme-color);
} */

/* .theme-btn.bg-3 {
  background-color: var(--theme-color) !important;
} */

/* .pricing-card-items .pricing-list li::before,
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.about-wrapper.style-2 .about-content .icon-items .dot::before,
.swiper-dot .swiper-pagination-bullet,
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
} */

/* .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--theme-color);
} */

.testimonial-section-4 {
  background-color: var(--header);
}

.service-box-items .content h3 {
  color: var(--white-color);
}

.working-card-items {
  gap: 20px 100px;
}

.about-wrapper .digital-about-image .bg-image {
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1/1;
}

#ebooks .section-title {
  margin-bottom: 60px;
}

#ebooks img {
  max-width: 100%;
}

@media (min-width: 992px) {
  #contact .contact-content {
    margin-right: 60px;
  }
}

#contact input:not(.required) {
  border: 1px solid var(--border) !important;
}

#aboutus {
  padding-top: 109px;
}

#aboutus .nice-select {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#aboutus .nice-select .list {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--text);
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  color: var(--white-color);
}

#aboutus .form-group {
  margin-bottom: 15px;
}

.about-wrapper.style-2 .about-content .icon-items .content {
  width: calc(100% - 50px);
}

.project-wrapper .project-box-items .project-content h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}

.planning-wrapper .planning-content .planning-items .content {
  width: calc(100% - 70px);
}

.testimonial-card-items .testimonial-image {
  overflow: hidden;
}

.service-offer-items {
  height: calc(100% - 30px);
}

.testimonial-wrapper-2 .testimonial-content .author-image img {
  object-fit: cover;
  object-position: top;
}

.pricing-card-items {
  background-color: var(--white-color);
}