:root {
  --tc-theme-primary-3: var(--primary-color);
  --tc-body-font-family: var(--primary-font);
  --tc-heading-font-family: var(--primary-font);
  --tc-display-font-family: var(--primary-font);
}

#preloader .loader-cover .loader-container .loader-icon-3 {
  --c: no-repeat repeating-linear-gradient(#0000 0 6px, var(--primary-color) 0 9px,#0000 0 15px);
  animation: l4 1.5s linear infinite;
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 26% 200%;
  height: 15px;
  width: 60px;
}

form label.required::after {
  content: "*";
  color: var(--primary-color);
  margin-inline-start: 5px;
}

.show-admin-bar .mobile-header-wrapper-style {
  top: 40px;
}

.navbar-social svg, .contact-list svg {
  width: 18px;
  height: 18px;
}

.contact-form .contact-form-group {
  margin-bottom: 0 !important;
}

.section-contact-1 .icon-flip svg {
  width: 28px;
  height: 28px;
}

.section-contact-2 .icon-flip svg {
  width: 26px;
  height: 26px;
}

.section-hero-1 .brand-logo img {
  height: 36px;
  width: auto;
}

.section-footer-2 svg {
  width: 18px;
  height: 18px;
}

.resume-card-header svg {
  width: 54px;
  height: 54px;
  color: var(--primary-color);
}

.section-service-2 .card-servies-2 svg {
  color: var(--tc-neutral-0);
}
.section-service-2 .card-servies-2 svg path {
  fill: transparent;
}
.section-service-2 .card-servies-2:hover svg {
  color: var(--primary-color);
}
.section-service-2 .card-servies-2:hover svg path {
  fill: transparent;
}

.section-education svg {
  width: 32px;
  height: 32px;
  color: var(--primary-color);
}

.carouselTicker__list {
  list-style-type: none !important;
}

.section-hero-2 .box-linear-animation .section-hero-title span:not(.flicker), .section-skills-2 .box-linear-animation .section-hero-title span:not(.flicker) {
  background: var(--tc-linear-4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-hero-2 .box-linear-animation .section-hero-description span:not(.text-dark), .section-skills-2 .box-linear-animation .section-hero-description span:not(.text-dark) {
  color: var(--tc-theme-secondary-2);
}
.section-hero-2 .carouselTicker__list .carouselTicker__item img, .section-skills-2 .carouselTicker__list .carouselTicker__item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-coporation h3 span, .section-experience h3 span {
  color: var(--tc-neutral-300) !important;
}
.section-coporation .carouselTicker li img, .section-experience .carouselTicker li img {
  max-width: 100px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-experience .technology img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-experience ul li span {
  color: var(--tc-theme-secondary-2) !important;
}

.navbar-home-3 .navbar-menu {
  background: transparent;
}

.section-home-3.section-work .card-scroll .card__image {
  max-width: 230px;
}

.card_image_square {
  max-width: 500px;
}

.testimonials-block img {
  max-width: 78px;
}

.contact svg {
  width: 20px;
  height: 20px;
}

.blog .card-services .image-right {
  flex-shrink: 0;
  max-width: 78px;
}

.education .card-services .icon img {
  width: 46px;
}

.contact-information-sidebar svg {
  width: 14px;
  height: 14px;
}

.dropdown-toggle::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20" fill="currentColor"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z" fill="rgba(255,255,255,1)"></path></svg>');
}

.show-admin-bar .navbar-stick {
  top: 40px !important;
}

.bb-social-sharing {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  list-style-type: none;
  padding-left: unset;
}
.bb-social-sharing .bb-social-sharing__item button {
  all: unset;
}
.bb-social-sharing .bb-social-sharing__item button:hover {
  cursor: pointer;
  color: var(--primary-color);
}
.bb-social-sharing .bb-social-sharing__item svg {
  width: 18px;
  height: 18px;
}

[data-bs-theme=dark] body {
  background: var(--tc-neutral-1000);
}

.pagination .page-item.active .page-link {
  background: var(--primary-color) !important;
}

form .form-label, form .form-check-label {
  color: var(--tc-neutral-0) !important;
}

form.fob-comment-form label.required:after {
  content: "*";
  color: var(--primary-color);
}

body.home-page-2 {
  font-family: var(--primary-font), monospace;
}
body.home-page-2 .h1,
body.home-page-2 .h2,
body.home-page-2 .h3,
body.home-page-2 .h4,
body.home-page-2 .h5,
body.home-page-2 .h6,
body.home-page-2 .btn,
body.home-page-2 h1,
body.home-page-2 h2,
body.home-page-2 h3,
body.home-page-2 h4,
body.home-page-2 h5,
body.home-page-2 h6 {
  font-family: var(--primary-font), monospace;
  font-weight: var(--tc-fw-medium);
  color: var(--tc-neutral-0);
  margin-top: 0;
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}
body.home-page-2 p {
  font-family: var(--secondary-font), sans-serif;
}
body.home-page-3 {
  font-family: var(--secondary-font), serif;
}
body.home-page-3 .h1,
body.home-page-3 .h2,
body.home-page-3 .h3,
body.home-page-3 .h4,
body.home-page-3 .h5,
body.home-page-3 .h6,
body.home-page-3 .btn,
body.home-page-3 h1,
body.home-page-3 h2,
body.home-page-3 h3,
body.home-page-3 h4,
body.home-page-3 h5,
body.home-page-3 h6 {
  font-family: var(--primary-font), serif;
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-0);
  margin-top: 0;
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}
body.home-page-3 p {
  font-family: var(--secondary-font), sans-serif;
}

html[data-bs-theme=light] .section-blog-2 .blog-card .blog-card__image .text-white-keep {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
html[data-bs-theme=light] .text-white-keep {
  color: var(--tc-neutral-0) !important;
}

.navbar .navbar-nav li .sub-menu {
  min-width: 220px;
}
.navbar .navbar-nav li .sub-menu .nav-item .nav-link {
  color: var(--tc-neutral-0) !important;
  padding: 0;
}

.section-404,
.section-coming-soon {
  padding-top: 240px;
  padding-bottom: 400px;
}

.testimonials-content p {
  font-size: 20px;
  color: var(--bs-heading-color);
  font-family: var(--tc-heading-font-family);
  font-weight: var(--tc-fw-bold);
  line-height: var(--tc-heading-line-height);
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: unset;
}

.main-logo .site-name-text {
  max-width: 300px;
  flex-shrink: 1;
  overflow: hidden;
}

@media (max-width: 992px) {
  .navbar-social {
    padding-right: 75px;
  }
}
@media (max-width: 768px) {
  .main-logo .site-name-text {
    max-width: 200px;
  }
  .section-work.pt-96 {
    padding-top: 50px;
  }
  .section-details .fs-5 {
    font-size: 22px !important;
  }
  .section-details p {
    font-size: 22px;
  }
  .section-details p.fob-comment-form-note {
    font-size: var(--tc-body-font-size);
  }
  .section-brands-1.section-padding {
    padding: 50px 0;
  }
  .pb-160 {
    padding-bottom: 50px;
  }
  .pt-150 {
    padding-top: 50px;
  }
  .section-hero-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .hero-3 .btn,
  .section-hero-1 .btn,
  .section-hero-2 .btn {
    padding: 15px;
  }
}
#preloader .loader-cover .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__title {
  color: var(--tc-neutral-0);
}

.contact-information-sidebar a:hover span.text-300 {
  color: var(--primary-color) !important;
}

.language-dropdown .dropdown-menu {
  padding: 0;
  min-width: 0;
  border-radius: 0;
}
.language-dropdown .language-dropdown-button {
  padding: 0;
  background: none !important;
  outline: none;
  border: none;
}

[data-bs-theme=light] .language-dropdown .language-dropdown-button {
  color: #fff;
  opacity: 0.75;
}
[data-bs-theme=light] .language-dropdown .language-dropdown-button:hover {
  opacity: 1;
}
[data-bs-theme=light] .offCanvas__info .language-dropdown .language-dropdown-button {
  color: var(--tc-neutral-200);
}

.section-brands-1 {
  padding: 70px 0;
}

@media (max-width: 768px) {
  .burger-icon {
    right: 65px;
  }
  .section-padding {
    padding: 75px 0;
  }
  section.section-work-single {
    padding: 150px 0;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .section-skills-1 .skills {
    flex: calc(50% - 20px);
    text-align: center;
    margin: 0 10px;
  }
  .main-logo .site-name-text {
    font-size: 16px !important;
  }
}
html[data-bs-theme=dark] .captcha-disclaimer {
  background-color: #000 !important;
}

html[data-bs-theme=light] .captcha-disclaimer {
  background-color: #fff !important;
}

.navbar .navbar-social a.dropdown-item.language-switcher-item {
  color: var(--tc-neutral-0);
}

.icon-shape {
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .burger-icon {
    right: 65px;
  }
  .section-static-1 .counter-item-cover .content {
    min-width: 50%;
  }
  .section-hero-2 .icon-decorate {
    margin-right: calc(50% - 40px);
  }
}
.section-coporation .slick-slider img {
  max-width: 100px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 390px) {
  .navbar-social {
    margin-right: 0 !important;
  }
  .main-logo .site-name-text {
    max-width: 165px;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}

.alith-row {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.alith-row .alith-col {
  float: left;
  list-style-type: none !important;
}
.alith-row .alith-col img, .alith-row .alith-col-nr img {
  vertical-align: bottom;
  max-width: 100%;
}
.alith-row .alith-col-6 {
  width: 16.666%;
}

body[dir=rtl] .carouselTicker {
  direction: ltr;
}
body[dir=rtl] .svg-icon-ti-ti-arrow-right,
body[dir=rtl] .ri-arrow-right-up-line {
  transform: rotate(180deg);
}
body[dir=rtl] .offCanvas__info {
  transform: translateX(100%);
  right: 0;
  left: unset;
}
body[dir=rtl] .offCanvas__info.active {
  transform: translateX(0);
}
body[dir=rtl] .offCanvas__close-icon {
  text-align: left;
}
body[dir=rtl] input[type=email],
body[dir=rtl] input[type=number],
body[dir=rtl] input[type=password],
body[dir=rtl] input[type=search],
body[dir=rtl] input[type=tel],
body[dir=rtl] input[type=text],
body[dir=rtl] input[type=url],
body[dir=rtl] textarea {
  text-align: right;
}
body[dir=rtl] .section-hero-2 .icon-decorate {
  margin-right: unset;
  margin-left: calc(50% - 40px);
}
body[dir=rtl] .swiper-button-next, body[dir=rtl] .swiper-button-prev {
  transform: rotate(180deg);
}
body[dir=rtl] .pe-5 {
  padding-left: 2rem !important;
}
body[dir=rtl] .me-5 {
  margin-left: 2rem !important;
}
@media (max-width: 992px) {
  body[dir=rtl] .burger-icon {
    right: auto;
    left: 65px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  body[dir=rtl] .navbar-social {
    padding-right: 0 !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 768px) {
  body[dir=rtl] .ms-md-10 {
    margin-right: 6rem !important;
    margin-left: unset !important;
  }
  body[dir=rtl] .start-md-50 {
    right: 50% !important;
    left: unset !important;
  }
}
@media (max-width: 390px) {
  body[dir=rtl] .navbar-social {
    margin-left: 0 !important;
  }
}
