/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.container {
  max-width: 1600px; }

.bg-violet {
  background: #693A7F; }

.bg-crimson {
  background: #B6100E; }

.bg-purple {
  background: #9F13AF; }

.bg-orange {
  background: #D16627; }

.bg-yellow {
  background: #D1901F; }

.bg-coral {
  background: #C15B67; }

.bg-blue {
  background: #0F40A2; }

.bg-green {
  background: #89B227; }

.bg-teal {
  background: #2398AD; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 1399px) {
  html, body {
    font-size: 14px; } }

header.header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  z-index: 99; }
  header.header .navbar-toggler {
    position: absolute;
    right: 2rem;
    z-index: 999; }
  header.header .site-logo {
    display: inline-block;
    color: #fff;
    font-size: 0.875rem; }
    header.header .site-logo span {
      margin-top: 0.25rem;
      color: rgba(255, 255, 255, 0.3); }
    header.header .site-logo:hover {
      text-decoration: none; }
    header.header .site-logo img {
      width: 160px;
      margin-bottom: 0.25rem; }
  header.header .navbar-toggler {
    outline: none !important;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    border: none;
    cursor: pointer;
    padding: 0;
    right: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.05); }
    header.header .navbar-toggler:hover {
      background: rgba(255, 255, 255, 0.03); }
  header.header .toggler-icon {
    display: block;
    height: 100%;
    background: transparent;
    height: 2px;
    margin-top: 1.75rem;
    position: relative;
    width: 2rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
    header.header .toggler-icon::before {
      height: 2px;
      width: 100%;
      position: absolute;
      top: 0px;
      content: '';
      display: block;
      background: #E6E6E6;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    header.header .toggler-icon::after {
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      content: '';
      display: block;
      background: #E6E6E6;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  header.header .navbar-toggler.collapsed {
    width: 4rem;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    header.header .navbar-toggler.collapsed .toggler-icon {
      background: #E6E6E6; }
      header.header .navbar-toggler.collapsed .toggler-icon::before {
        top: -8px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s; }
      header.header .navbar-toggler.collapsed .toggler-icon::after {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        bottom: -8px; }

.tradesult-navbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  height: 100vh;
  background: black;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  .tradesult-navbar.collapsing {
    -webkit-transition: none;
    transition: none; }
  .tradesult-navbar.show {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
  .tradesult-navbar > .navbar-nav {
    width: 100%;
    opacity: 0;
    -webkit-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s; }
    .tradesult-navbar > .navbar-nav > .nav-item {
      display: block;
      width: 100%;
      height: 100%; }
      .tradesult-navbar > .navbar-nav > .nav-item.current_page_item a {
        color: rgba(255, 255, 255, 0.4);
        background: rgba(11, 11, 11, 0.4); }
    .tradesult-navbar > .navbar-nav > .nav-item > .nav-link {
      font-size: 1.25rem;
      color: #fff;
      display: block; }
      .tradesult-navbar > .navbar-nav > .nav-item > .nav-link:hover {
        color: orange;
        background: #0b0b0b; }
  .tradesult-navbar.show ul.navbar-nav {
    opacity: 1; }

.language-switcher {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  top: 0;
  position: absolute;
  z-index: 99;
  left: 2rem;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center; }
  .language-switcher ul {
    list-style-type: none;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0; }
    .language-switcher ul a {
      color: #fff; }
      .language-switcher ul a:hover {
        text-decoration: none; }
      .language-switcher ul a:hover {
        color: orange; }
    .language-switcher ul li.current-lang a {
      color: rgba(255, 255, 255, 0.5); }

@media only screen and (min-width: 768px) {
  .tradesult-navbar > .navbar-nav > .nav-item > .nav-link {
    font-size: 2rem;
    padding: 1rem 0; }
  header.header .toggler-icon {
    margin-top: 2.5rem; }
  header.header .navbar-toggler.collapsed {
    width: 6rem; }
  .language-switcher {
    left: auto;
    right: 8rem; } }

.contact-widget {
  text-align: center;
  margin-bottom: 2rem; }

.contact-widget-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto 1.5rem;
  width: 120px;
  height: 120px;
  border: 2px solid #DBE2EB;
  border-radius: 10rem; }

.footer-fix {
  padding-bottom: 4rem !important;
  position: relative; }

footer.footer {
  padding: 0 0 0.25rem;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.footer-logo {
  width: 4rem;
  margin: 0rem auto 0.25rem; }

.ts-team-member {
  -webkit-box-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0 2rem;
  position: relative; }
  .ts-team-member-img {
    display: block;
    width: 100%;
    overflow: hidden; }
    .ts-team-member-img img {
      width: 100%; }

@media only screen and (min-width: 768px) {
  .footer-fix {
    padding-bottom: 9rem !important; }
  footer.footer {
    text-align: left;
    padding: 2rem 0 2rem 0;
    font-size: 0.875rem; }
  .footer-logo {
    width: 10rem; }
  .footer-debug {
    padding-left: 2rem;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .footer-debug p {
      margin-bottom: 0; }
  .ts-team-member {
    display: block; } }

.bg-primary .section-header {
  color: #fff; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.bb-dotted-white {
  border-bottom: 1px dotted #fff; }

.bb-dashed-white {
  border-bottom: 1px dashed #fff; }

.bb-dotted-gray {
  border-bottom: 1px dotted #C8CDDB; }

.bb-dashed-gray {
  border-bottom: 1px dashed #C8CDDB; }

.indent-2 {
  text-indent: 1rem; }

@media only screen and (max-width: 767px) {
  .mt-fix {
    margin-top: -1rem; }
  .xs-fix-font-size p {
    margin-bottom: 0.5rem; }
  p {
    margin-bottom: 0.5rem; } }

.border-box {
  box-sizing: border-box; }

.mh-10-rem {
  min-height: 10rem !important; }

.mh-15-rem {
  min-height: 15rem !important; }

.mh-20-rem {
  min-height: 20rem !important; }

.mh-25-rem {
  min-height: 25rem !important; }

.mh-26-rem {
  min-height: 26rem !important; }

.mh-27-rem {
  min-height: 27rem !important; }

.mh-28-rem {
  min-height: 28rem !important; }

.mh-29-rem {
  min-height: 29rem !important; }

.mh-30-rem {
  min-height: 30rem !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600; }

.demo-section {
  min-height: 100vh;
  padding: 6rem 0; }

.section-title {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .section-title::after {
    display: block;
    content: '';
    height: 6px;
    width: 106px;
    position: absolute;
    right: 50%;
    bottom: -0.75rem;
    margin-right: -53px;
    background: #ffffff; }
  .section-title.style-2::after {
    background: #C8CDDB; }

@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 2rem; } }

.bg-primary .section-title, .bg-dark .section-title {
  color: #fff; }
  .bg-primary .section-title::after, .bg-dark .section-title::after {
    background: #fff; }

img {
  max-width: 100%; }

.section {
  background: #fff;
  padding: 5rem 0; }

.section-box-title {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.125;
  margin-bottom: 2rem;
  position: relative; }
  .section-box-title::before {
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    background: url("../img/pattern.png") repeat-x;
    height: 46px;
    content: '';
    position: absolute;
    bottom: -3.5rem; }

.section-box {
  color: #fff;
  position: relative;
  margin: 0 auto 3rem;
  padding: 0 1rem; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-box-title::before {
    background: url("../img/pattern@2x.png") repeat-x;
    background-size: 54px 46px; } }

.section-content {
  margin: auto; }

.section-content-body {
  padding: 1.5rem 1.5rem 0.75rem;
  -webkit-backdrop-filter: saturate(2);
          backdrop-filter: saturate(2);
  background-color: rgba(0, 0, 0, 0.7); }
  .section-content-body .text-list-view {
    line-height: 1.125;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap; }
    .section-content-body .text-list-view p {
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      display: block;
      padding-right: 0.25rem;
      font-size: 0.875rem;
      margin-bottom: 0.5rem; }

@media only screen and (min-width: 768px) {
  .section-box::before {
    top: 5rem; }
  .section-content {
    max-width: 100%; }
  .section-box-title {
    font-size: 4rem;
    margin-bottom: 2rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: static; }
    .section-box-title::before {
      bottom: -3.5rem; }
  .section-content-body {
    position: relative;
    float: right;
    right: -1rem;
    width: 80%;
    padding: 1.75rem 2.25rem 1rem; }
    .section-content-body .text-list-view {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-box-align: start;
              align-items: flex-start; }
      .section-content-body .text-list-view p {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        padding-right: 0.5rem;
        font-size: 1.25rem;
        margin-bottom: 1rem; } }

.exp-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.exp-grid-item {
  margin: 0 0.25rem 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative; }
  .exp-grid-item .exp-icon {
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
            flex: 0 0 60px;
    display: none; }
  .exp-grid-item h6 {
    margin: 0; }

a.link-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .exp-grid-item {
    padding: 2rem;
    margin: 0 0.5rem 1rem; }
    .exp-grid-item h6 {
      font-size: 1.325rem; }
    .exp-grid-item .exp-icon {
      display: block; } }

#wind-farm {
  background: url("../img/bg-wind-farm.jpg") no-repeat;
  background-size: cover; }

#transport {
  background: url("../img/bg-transport.jpg") no-repeat;
  background-size: cover; }

#retail {
  background: url("../img/bg-retail.jpg") no-repeat;
  background-size: cover; }

#healthcare {
  background: url("../img/bg-healthcare.jpg") no-repeat;
  background-size: cover; }

#construction {
  background: url("../img/bg-construction.jpg") no-repeat;
  background-size: cover; }

#distribution {
  background: url("../img/bg-distribution.jpg") no-repeat;
  background-size: cover; }

#manufacturing {
  background: url("../img/bg-manufacturing.jpg") no-repeat;
  background-size: cover; }

#technology {
  background: url("../img/bg-technology.jpg") no-repeat;
  background-size: cover; }

#services {
  background: url("../img/bg-services.jpg") no-repeat;
  background-size: cover; }

.hero-quote {
  display: block;
  color: #fff;
  background: transparent;
  border-radius: 0.25rem;
  position: relative;
  padding: 1.5rem;
  border: 3px solid rgba(255, 255, 255, 0.4); }
  .hero-quote .quote-text {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 1rem; }
  .hero-quote .quote-author {
    color: #CBCCCD;
    font-weight: 700;
    font-size: 1.125rem; }
  .hero-quote .quote-author-legend {
    font-size: 0.875rem;
    opacity: 0.4;
    color: #9AA5B1; }
  .hero-quote.style-2 .quote-author {
    color: #0c1013; }
  .hero-quote.style-2 .quote-author-legend {
    color: #0c1013;
    opacity: 0.9; }

.image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  padding: 2px 4px; }

.fp-tooltip.fp-right {
  padding: 0.25rem 2.5rem 0.25rem 1rem !important;
  border-radius: 2rem;
  top: -0.5rem !important;
  right: 0 !important;
  margin-right: -0.5rem !important;
  width: auto !important;
  max-width: none !important;
  pointer-events: none !important;
  height: 28px !important; }

.tradesult-expert-photo {
  width: 100%;
  max-width: 80px; }

@media only screen and (max-width: 767px) {
  .fp-right {
    display: none; }
  .hidden-xs {
    display: none; } }

.expertise-item {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem; }
  .expertise-item .expertise-icon {
    -webkit-box-flex: 0;
            flex: 0 0 5rem; }
  .expertise-item:hover {
    background: rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 768px) {
  .hero-quote {
    width: 25rem;
    border-radius: 0.5rem; }
  .tradesult-expert-photo {
    max-width: 240px; }
  .expertise-item {
    display: block;
    text-align: center; }
    .expertise-item .expertise-icon {
      margin: 0 auto 2rem; } }

.ts-fm-item {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.125rem; }
  .ts-fm-item .ts-fm-item-img {
    margin-bottom: 1rem; }
  .ts-fm-item .ts-fm-item-step {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem; }

@media only screen and (max-width: 767px) {
  .ts-fm-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 0; }
    .ts-fm-item .ts-fm-item-content {
      padding-top: 0.5rem; }
    .ts-fm-item .ts-fm-item-img {
      -webkit-box-flex: 0;
              flex: 0 0 5rem;
      padding-right: 1rem;
      margin-bottom: 0; }
    .ts-fm-item h4.ts-fm-item-title {
      font-size: 1.125rem !important; } }

.ts-service-item {
  border: 2px solid #E4E7EB;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.5rem 1.5rem 0;
  text-align: center; }
  .ts-service-item .ts-service-item-img img {
    margin: auto; }
  .ts-service-item .ts-service-item-title {
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    position: relative; }
    .ts-service-item .ts-service-item-title::after {
      display: block;
      height: 4px;
      width: 106px;
      bottom: 0;
      left: 50%;
      margin-left: -53px;
      content: '';
      position: absolute;
      background: #C8CDDB; }
  .ts-service-item .ts-service-item-content p {
    display: block;
    padding: 0.75rem 1.5rem;
    margin: 0; }
    .ts-service-item .ts-service-item-content p:not(:last-child) {
      border-bottom: 1px dashed #C8CDDB; }

.ts-testimonial-item {
  color: #fff;
  margin: 0 1rem;
  padding: 2rem 1.5rem 4rem;
  position: relative;
  text-align: justify; }
  .ts-testimonial-item .ts-testimonial-icon {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem; }
  .ts-testimonial-item .ts-testimonial-user-icon {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    width: 4rem;
    margin-left: -2rem;
    height: 4rem;
    border-radius: 2rem;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }

.ts-box {
  border: 2px solid #f1f1f1;
  background: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box !important;
  overflow: hidden !important; }

.valuation-service {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  border: 2px solid #f1f1f1;
  padding: 1.5rem;
  border-radius: 4px; }
  .valuation-service-icon {
    width: 64px;
    -webkit-box-flex: 0;
            flex: 0 0 64px; }
  .valuation-service-title {
    text-transform: uppercase;
    padding-left: 1rem; }
