.tp-section-title-2 {
  font-size: 40px;
}
.tp-section-title-3 {
  font-size: 36px;
}
.tp-section-title-4 {
  font-size: 32px;
}
.tp-section-title-5 {
  font-size: 28px;
}
.tp-section-title-6 {
  font-size: 24px;
}
#loading.after-load {
  background-color: rgba(0, 0, 0, 0.5);
}
#loading #loading-center-absolute {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  background-color: #fff;
}
.tp-header-7-logo-middle a {
  padding: 10px 32px 35px;
}
.tp-header-7-main-menu .tp-main-menu nav ul li:nth-child(3) {
  margin-right: 425px;
}
.client-form-page .order-notes textarea {
  height: 200px;
}
.tp-breadcrumb__title-sm {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.tp-btn.btn-dark {
  background-color: #666;
}
.tp-btn.btn-dark:hover {
  background-color: #111;
}
.engineer-form-area .country-select .nice-select {
  height: 47px !important;
  line-height: 45px !important;
}
.engineer-form-area input[type=email],
.engineer-form-area input[type=number],
.engineer-form-area input[type=password],
.engineer-form-area input[type=tel],
.engineer-form-area input[type=text],
.engineer-form-area input[type=url],
.engineer-form-area textarea {
  height: 47px !important;
  line-height: 48px !important;
}
.engineer-form-area .checkout-form-list input[type=number] {
  padding: 0 0 0 10px !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wizard-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  flex-wrap: wrap;
}
.wizard-progress::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: -1;
}
.wizard-progress .wizard-step-item {
  text-align: center;
  padding: 0 10px;
}
.wizard-progress .wizard-step-item .step-number {
  width: 30px;
  height: 30px;
  background: rgba(255, 94, 20, 0.23);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.wizard-progress .wizard-step-item.active .step-number {
  background: #ff5e14;
}
.wizard-progress .wizard-step-item.completed .step-number {
  background: #00235a;
}
.wizard-section {
  display: none;
  animation: fadeIn 0.5s;
}
.wizard-section.active {
  display: block;
}
.wizard-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.key-skills {
  width: 200px;
  float: left;
}
.licenses_certificates {
  width: 400px;
  float: left;
}
.licence-row label {
  font-size: 12px;
}
.licence-row label input {
  height: 37px !important;
}
.tp-main-menu ul li .submenu {
  padding: 5px 0 10px;
  width: 300px;
}
.tp-main-menu ul li .submenu li {
  padding: 6px 22px;
}
.tp-breadcrumb__subtitle {
  font-size: 18px;
  opacity: 0.95;
}
.b2b-section-card {
  background: #fff;
  padding: 35px 40px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  padding-left: 70px;
}
.b2b-section-card .b2b-section-number {
  position: absolute;
  left: 30px;
  top: 45px;
  width: 32px;
  height: 32px;
  background: #ff5e14;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.b2b-subcard {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 6px;
  border-left: 4px solid #00235a;
  height: 100%;
}
.b2b-subcard ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.b2b-subcard ul li {
  padding: 6px 0 6px 0;
  display: flex;
  align-items: flex-start;
}
.b2b-subcard ul li i {
  margin-right: 10px;
  margin-top: 4px;
  color: #ff5e14;
  flex-shrink: 0;
}
.b2b-benefit-card {
  background: #fff;
  padding: 30px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #ff5e14;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.b2b-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.b2b-benefit-card .b2b-benefit-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 94, 20, 0.15);
  color: #ff5e14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.b2b-benefit-card .b2b-benefit-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #00235a;
}
.b2b-benefit-card p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
.tp-section-title-pre::after {
  display: none;
}
.services-page .tp-pricing-item {
  padding: 35px !important;
}
.b2b-terms-list .b2b-term-item {
  background: #fff;
  padding: 28px 32px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.b2b-terms-list .tp-pricing-list li {
  padding: 6px 0;
}
.contact-info-wrapper .tp-contact-item-icon span {
  padding-top: 5px;
  font-size: 40px;
}
.service-request-page input[type=number] {
  height: 52px !important;
  padding-left: 12px !important;
  line-height: 52px !important;
}
@media screen and (min-width: 991px) {
  .company-overview-page {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .wizard-progress {
    justify-content: flex-start;
  }
  .wizard-progress .wizard-step-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .b2b-section-card {
    padding-left: 40px;
    padding-right: 24px;
  }
  .b2b-section-card .b2b-section-number {
    left: 20px;
    top: 28px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.service-request-page .nice-select {
  display: none !important;
}
.service-request-page .select2-container--default .select2-selection--single {
  padding: 10px 0px;
  height: 45px;
  border: 0;
}
.service-request-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.service-request-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}
.service-request-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6f7172;
}
.service-request-page input[type=number] {
  height: 52px !important;
  padding-left: 12px !important;
}
.tp-hero-7-slide-bg {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.tp-hero-7-slide-bg .tp-hero-7-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
.tp-hero-7-slide-bg .container {
  position: relative;
  z-index: 1;
}
.tp-hero-7-slide-bg .tp-hero-7-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tp-hero-7-slide-bg .tp-hero-7-title {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .tp-hero-7-slide-bg {
    min-height: 420px;
  }
  .tp-hero-7-slide-bg .tp-hero-7-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tp-hero-7-slide-bg .tp-hero-7-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
  }
  .tp-hero-7-slide-bg .tp-hero-7-wrapper .tp-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .tp-hero-7-slide-bg {
    min-height: 380px;
  }
  .tp-hero-7-slide-bg .tp-hero-7-content {
    padding-top: 120px;
    padding-bottom: 10px;
  }
  .tp-hero-7-slide-bg .tp-hero-7-title {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0;
  }
  .tp-hero-7-slide-bg .tp-hero-7-wrapper .tp-hero-2-btn {
    margin-bottom: 0;
  }
}
.offcanvas__area {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 400px;
  max-width: 100%;
  height: 100%;
  transform: translateX(100%);
  background: #1b2335;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas__area.offcanvas-opened {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}
.offcanvas__close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: #ff5e14;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.offcanvas__close-btn:hover {
  background: #ea4a00;
  color: #fff;
}
.offcanvas__wrapper {
  padding: 50px 30px 40px;
  min-height: 100%;
}
.offcanvas__logo img {
  max-width: 170px;
  height: auto;
}
.offcanvas__title,
.offcanvas__text p,
.offcanvas__contact-content-content a {
  color: #fff;
}
.offcanvas__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.offcanvas__contact-content-icon i {
  color: #ff5e14;
  margin-right: 10px;
}
.offcanvas__contact-content-content a:hover {
  color: #ff5e14;
}
.offcanvas__social .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #ff5e14;
  color: #fff;
  border-radius: 4px;
  transition: transform 0.2s;
}
.offcanvas__social .icon:hover {
  transform: translateY(-3px);
  color: #fff;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.body-overlay.opened {
  opacity: 0.6;
  visibility: visible;
}
.tp-main-menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-main-menu-mobile ul li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-main-menu-mobile ul li a:hover {
  color: #ff5e14;
}
.tp-main-menu-mobile ul li ul.submenu {
  padding-left: 16px;
  margin-bottom: 8px;
}
.tp-main-menu-mobile .dropdown-toggle-btn {
  float: right;
  padding: 0 8px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
