.text-orange {
  color: var(--orange) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.preloader {
  z-index: 99999;
}

.space, .space-top {
  padding-top: 70px;
}

.header-wrapper .header2-logo img {
  height: 52px;
}

.vs-menu-wrapper {
  background-color: transparent;
}
.vs-menu-wrapper .mobile-logo {
  display: block;
  text-align: left;
  padding-left: 20px;
}
.vs-menu-wrapper .mobile-logo img {
  height: 30px;
}

.footer-wrapper .footer-top {
  padding: 40px 0 20px 0;
}
.footer-wrapper .footer-top .footer1-logo:before {
  display: none;
}
.footer-wrapper .footer-top .footer1-logo img {
  height: 52px;
  padding: 0;
  background-color: transparent;
}
.footer-wrapper .footer-top .footer-social {
  margin-bottom: 0;
}
.footer-wrapper .widget-area {
  padding-top: 50px;
}
.footer-wrapper .footer-widget .widget_title {
  font-size: 16px;
}

.service-box {
  padding: 15px 15px 30px;
  --shape-size: 62px;
}
.service-box .sr-icon {
  padding: 8px;
}
.service-box .sr-icon i {
  width: 60px;
  height: 60px;
  font-size: 2em;
}
.service-box .sr-content {
  padding: 0;
}

.vs-details-wrapper .list-style1 ul li {
  border-bottom: none;
  padding: 0;
  padding-left: 24px;
  font-size: 15px;
  margin-bottom: 5px;
}
.vs-details-wrapper .list-style1 ul li i {
  top: 4px;
  font-size: 20px;
}
.vs-details-wrapper .list-style1 ul li .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.vs-details-wrapper .list-style1 ul li .list-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: auto;
}

.space-sm-top {
  padding-top: 50px;
}

.space-sm-bottom {
  padding-bottom: 50px;
}

.vs-menu-toggle {
  width: 40px;
  height: 40px;
  font-size: 12px;
  right: 0;
}

.searchResults ul {
  transition: 0.2s;
  max-height: 148px;
  overflow: hidden;
  overflow-y: scroll;
}

.text-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 50px;
  color: var(--orange);
  font-family: var(--title-font);
  font-weight: 700;
  display: flex;
  position: relative;
  height: 80px;
}
.text-slider li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid transparent;
  width: 0;
  height: 100%;
  animation: none;
  text-align: center;
  padding: 10px;
}
.text-slider li.active {
  opacity: 1;
  animation: typing 2s steps(20) forwards;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.steps .skill-wrap1 {
  padding: 60px 0;
}
.steps .skill-wrap1 .icon {
  width: 70px;
}
.steps .skill-wrap1 .ripple-icon:after, .steps .skill-wrap1 .ripple-icon:before {
  background-color: var(--orange);
}
.steps .skill-wrap1 .skill-box {
  max-width: 100%;
}
.steps .skill-wrap1 p {
  font-family: var(--title-font);
  font-weight: 700;
}

@media (max-width: 768px) {
  .service-detail {
    padding: 0;
    overflow: hidden;
  }
  .service-detail p,
  .service-detail ul li {
    font-size: 14px;
  }
  .service-detail .container {
    padding: 0;
  }
  .service-detail .about-img3 {
    border: none;
    margin: 0 !important;
  }
  .service-detail .about-img3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .service-detail .about-img3 .exp-box-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    border-radius: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .service-detail .about-img3 .exp-box-bottom .exp-year {
    font-size: 30px;
  }
  .service-detail .team-content {
    padding: 40px 20px 20px;
    position: relative;
  }
  .service-detail .team-content .vs-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-detail .team-content .vs-btn i {
    position: static;
    margin: 0;
    font-size: 20px;
  }
  .service-detail .team-content .vs-btn:before {
    display: none;
  }
  .service-detail .team-content .btn {
    position: absolute;
    top: 20px;
    right: 50px;
    padding: 0;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services-list {
    padding: 40px 0 !important;
  }
  .services-list .service-box {
    margin-bottom: 5px !important;
    padding: 0 !important;
  }
  .services-list .service-box a {
    display: block;
    padding: 10px 20px;
  }
  .services-list .service-box .icon-btn {
    display: none;
  }
  .text-slider {
    font-size: 30px;
  }
  .steps .skill-wrap1 {
    padding: 40px 0;
  }
  .steps .skill-wrap1 .icon {
    width: 50px;
  }
  .steps .skill-wrap1 p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .space, .space-top {
    padding-top: 40px;
  }
  .header-wrapper .header2-logo img {
    height: 26px;
  }
  .icon-btn i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #services .row {
    margin: 0 -3px;
  }
  #services .row .col-6 {
    padding: 0 3px;
  }
  .service-box {
    margin-bottom: 5px;
    padding: 5px;
  }
  .service-box .sr-content h5 {
    font-size: 11px;
  }
  .text-slider {
    font-size: 22px;
    height: 50px;
  }
  .steps .skill-wrap1 {
    padding: 20px 0;
  }
  .steps .skill-wrap1 .icon {
    width: 60px;
  }
  .steps .skill-wrap1 p {
    line-height: 16px;
    font-size: 10px;
  }
  .steps .skill-wrap1 .ripple-icon {
    margin-bottom: 5px !important;
  }
  .steps .skill-wrap1 .ripple-icon:after, .steps .skill-wrap1 .ripple-icon:before {
    display: none;
  }
}

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