#header-wrap {
  padding: 8px 0 0 0;
}

.navbar-expand-xl .navbar-collapse {
  justify-content: end;
}

.navbar-nav .nav-item {
  margin: 0 16px;
}

.sub-nav {
  background: #952375;
}
.sub-nav ul {
  display: flex;
  justify-content: end;
  padding: 0 12px;
  margin: 0;
  gap: 16px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sub-nav ul {
    font-size: 0.7rem;
    justify-content: center;
  }
}
.sub-nav ul a {
  color: #fff;
}
.sub-nav ul a:hover {
  border-bottom: 1px solid #fff;
}

.navbar-expand-xl .navbar-nav .nav-link,
.nav-item.dropdown .dropdown-menu a {
  font-size: 1.1rem;
  text-transform: capitalize;
}

.nav-item.dropdown .dropdown-menu a {
  font-weight: normal;
}

.banner-slider {
  margin-bottom: 72px;
}

.banner-text h1 {
  background: linear-gradient(90deg, #952375 6.49%, #519ed7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 80px;
  line-height: 90px;
}
.banner-text p {
  font-size: 1.275rem;
}

.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev {
  background-color: #000;
}
.banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover {
  background-color: var(--themeht-primary-color);
}

.slider-img {
  background-color: #fff;
  background-size: auto 100% !important;
  background-position: right top !important;
}

.page-title h1 {
  background: linear-gradient(90deg, #952375 6.49%, #519ed7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.featured-item.style-1 {
  height: 100%;
  padding-bottom: 16px;
}

.theme-title h6 {
  color: var(--themeht-primary-color);
}
.featured-desc h4,
.service-desc h4 {
  font-size: 1.5rem;
  margin-bottom: 0 !important;
  color: #952375;
}
.featured-desc p, .featured-desc ul,
.service-desc p,
.service-desc ul {
  font-size: 0.875rem;
}

.ht-link-btn {
  margin-top: 24px;
}
.ht-link-btn span {
  font-size: 0.75rem;
}

section {
  padding: 48px 0;
}

.team-member .team-images img {
  width: 240px;
  border-radius: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
}

.portfolio-item h5 {
  font-size: 1rem;
}

.custom-link {
  color: var(--themeht-primary-color);
}
.custom-link:hover {
  border-bottom: 1px solid var(--themeht-primary-color);
}

.accordion-item {
  padding: 8px 0;
}
.accordion-item .accordion-header {
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500;
}
.accordion-item .accordion-header .accordion-button {
  font-size: 1rem;
}
.accordion-item .list-unstyled {
  font-size: 0.875rem;
  margin-top: 12px;
}
.accordion-item .list-unstyled li {
  margin-bottom: 0;
}
.accordion-item .list-unstyled li i {
  font-size: 1rem;
}

.accordion .accordion-body {
  padding: 0;
}

.list-icon.style-1 li {
  align-items: start;
}
.list-icon.style-1 li i {
  margin-top: 8px;
  margin-right: 16px;
}

.img-container {
  margin-bottom: 16px;
}
.img-container img {
  padding: 2px;
  border: 0px solid #ccc;
  transition: all 1s;
}
.img-container img:hover {
  border: 1px solid #ccc;
}

.page-title {
  padding: 40px 0;
}

.pdf-icon {
  width: 32px;
  margin-right: 16px;
}

.text-justify {
  text-align: justify;
}

.counter {
  text-align: center;
  margin-bottom: 16px;
}
.counter h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.counter span {
  color: #952375;
}

.home-num-counters .counter h6 {
  font-size: 1.25rem;
  font-weight: 600;
}

.portfolio-desc {
  font-size: 0.875rem;
  padding: 16px 24px;
}
.portfolio-desc h5 {
  margin-bottom: 0;
}

footer h5 {
  font-size: 1rem;
  text-transform: uppercase;
}

.footer {
  background: #952375 url(../images/banner/footer-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
}
.footer .address {
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.footer-menu li {
  margin-bottom: 0;
}
.footer-menu li a {
  font-size: 0.875rem;
}
.footer-menu li a:hover {
  text-decoration: underline;
  border-bottom: 1px solid #fff;
}

.media-icon h6 {
  font-size: 1rem;
  color: #fff;
}
.media-icon a {
  font-size: 0.75rem;
  font-style: italic;
}

address {
  line-height: 24px;
}

.copyright {
  font-size: 0.65rem;
}

.technical-cap {
  padding: 250px 0 250px 600px;
  background: url(../images/technical_capabilities.jpg) no-repeat left top;
  background-size: 800px;
}
.technical-cap .theme-title {
  margin-left: -50px;
  margin-bottom: 24px;
  color: var(--themeht-primary-color);
}

/*# sourceMappingURL=custom.css.map */
