

:root {
    --primary-blue: #2563eb;
    --secondary-blue: #60a5fa;
    --accent-orange: #fbb040;
    --dark-text: #1e293b;
    --light-text: #f8fafc;
    --background: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-text);
    background-color: var(--background);
}

h1 {
    color: var(--primary-blue);
}

.logo-text {
    font-weight: 600;
    letter-spacing: -0.5px;
}

.grid-thirds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.number-3 {
    color: var(--primary-blue);
    font-weight: 700;
}

.hero-section {
    display:flex;
    width:auto;
    height:auto;
    background: url("../images/bluebird.webp") no-repeat, #007bff!important;
    background-size: cover;
}
        .hero-pattern::before{
            content:"-";
            display:inline-block;
            width:100%;
            height:auto;
            background: url("../images/bluebird.webp") no-repeat, #007bff!important;
            background-size: cover;
        }
        

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.1);
}

.process-step {
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 2.5rem;
    right: -2rem;
    width: 4rem;
    height: 2px;
    background-color: var(--secondary-blue);
}

@media (max-width: 768px) {
    .process-step:not(:last-child)::after {
        display: none;
    }
    .grid-thirds {
        grid-template-columns: 1fr;
    }
}

.testimonial-card {
    border-left: 4px solid var(--primary-blue);
}

.contact-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
}

.section-1 {
    margin-top: 10rem; }
  
  .work-thumb {
    position: relative;
    display: block;
    cursor: pointer; }
    .work-thumb:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: rgba(0, 123, 255, 0.8);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .work-thumb .work-text {
      position: absolute;
      top: 10%;
      left: 10%;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      margin-top: 20px; }
      .work-thumb .work-text h3 {
        font-size: 1rem;
        font-weight: 900;
        color: #fff;
        margin: 0;
        padding: 0; }
      .work-thumb .work-text .category {
        font-size: .8rem;
        color: rgba(255, 255, 255, 0.7); }
    .work-thumb:hover {
      z-index: 3;
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      transform: scale(1.07); }
      .work-thumb:hover:after {
        opacity: 1;
        visibility: visible; }
      .work-thumb:hover .work-text {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1;
        visibility: visible;
        margin-top: 0px; }
  
  .nonloop-block-13 .owl-nav {
    display: none; }
  
  .nonloop-block-13 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
    .nonloop-block-13 .owl-dots .owl-dot {
      display: inline-block;
      margin: 5px; }
      .nonloop-block-13 .owl-dots .owl-dot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e6e6e6; }
      .nonloop-block-13 .owl-dots .owl-dot.active span {
        background-color: #007bff; }
  
  .nonloop-block-14 .owl-nav {
    display: none; }
  
  .nonloop-block-14 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
    .nonloop-block-14 .owl-dots .owl-dot {
      display: inline-block;
      margin: 5px; }
      .nonloop-block-14 .owl-dots .owl-dot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e6e6e6; }
      .nonloop-block-14 .owl-dots .owl-dot.active span {
        background-color: #007bff; }
  
  .footer-section {
    padding: 7em 0;
    background-color: #fafafa; }
    .footer-section p {
      font-size: 1rem; }
    .footer-section h3 {
      font-size: .9rem;
      letter-spacing: .1rem;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 1.5rem;
      font-weight: 900; }
    .footer-section .footer-links li {
      margin-bottom: 10px; }
  
  .process, .service {
    position: relative; }
    .process .number, .service .number {
      position: absolute;
      top: 50px;
      left: -30px;
      line-height: 0;
      z-index: -1;
      font-size: 10rem;
      color: #eaeaea;
      font-weight: 900; }
    .process h3, .service h3 {
      font-size: 1.5rem;
      color: #000;
      font-weight: 700;
      margin-bottom: 1.5rem; }
  
  .service {
    padding: 2rem;
    background: #fff; }
    .service p{
      border-top:solid 1px #007bff;
      margin:1rem 0 0 0;
    }
    @media (max-width: 991.98px) {
      .service {
        padding: 2rem; } }
  
  
        .modal-dialog{
          max-width:80%!important;
        }
        .modal-content{
          border-radius:0!important;
          -moz-border-radius:0!important;
          -o-border-radius:0!important;
          -webkit-border-radius:0!important;
          border:none;
        }
  
        ul{
          margin:0 0 0 0;
          padding:0 0 0 0;
          list-style: none;
        }
        ul li{
          font-size:.8rem;
          color:#737373;
          line-height: 2.25;
        }
        ul li span {
          position:relative;
          top:1px;
        }
  
  /*tsystem specialties*/
  
  .arrowDownLeft {
    width: 500px;
    position: absolute;
    z-index: 2;
    bottom: -35%;
    left: 30%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .arrowDownRight {
    position: absolute;
    width: 500px;
    z-index: 99;
    top: -55%;
    left: 130%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  
  .bar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    /* background-image: linear-gradient(-40deg, #86C5FC 0%, #E8C3FD 100%); */
    background: rgba(0, 0, 0, .05);
    opacity: 1.0;
    overflow: hidden;
  }
  .bar-overlay img {
    position: absolute;
    top: 0;
    left:0;
    opacity: .15;
  }
  .topbar-background {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .top-bar {
    color: #000000;
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
    z-index: 0;
  }
  
  @media (max-width:400px) {
    .site-logo a {
      font-size: .75rem!important;
      position: relative;
      top: -0.35rem;
      left: -.35rem;
  }
  .hide-on-mobile{
    display:none;
  }
  }

  .site-section {
    padding: 2.5em 0; }
    @media (min-width: 768px) {
      .site-section {
        padding: 5em 0; } }
    .site-section.site-section-sm {
      padding: 4em 0; }
  
  .site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem; }
    @media (min-width: 768px) {
      .site-section-heading {
        font-size: 3rem; } }

        .work-thumb {
          position: relative;
          display: block;
          cursor: pointer; }
          .work-thumb:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background: rgba(0, 123, 255, 0.8);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
          .work-thumb .work-text {
            position: absolute;
            top: 10%;
            left: 10%;
            z-index: 2;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            margin-top: 20px; }
            .work-thumb .work-text h3 {
              font-size: 1rem;
              font-weight: 900;
              color: #fff;
              margin: 0;
              padding: 0; }
            .work-thumb .work-text .category {
              font-size: .8rem;
              color: rgba(255, 255, 255, 0.7); }
          .work-thumb:hover {
            z-index: 3;
            -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
            transform: scale(1.07); }
            .work-thumb:hover:after {
              opacity: 1;
              visibility: visible; }
            .work-thumb:hover .work-text {
              -webkit-transition-delay: .2s;
              -o-transition-delay: .2s;
              transition-delay: .2s;
              opacity: 1;
              visibility: visible;
              margin-top: 0px; }
        
        .nonloop-block-13 .owl-nav {
          display: none; }
        
        .nonloop-block-13 .owl-dots {
          margin-top: 30px;
          width: 100%;
          text-align: center; }
          .nonloop-block-13 .owl-dots .owl-dot {
            display: inline-block;
            margin: 5px; }
            .nonloop-block-13 .owl-dots .owl-dot span {
              display: inline-block;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #e6e6e6; }
            .nonloop-block-13 .owl-dots .owl-dot.active span {
              background-color: #007bff; }
        
        .nonloop-block-14 .owl-nav {
          display: none; }
        
        .nonloop-block-14 .owl-dots {
          margin-top: 30px;
          width: 100%;
          text-align: center; }
          .nonloop-block-14 .owl-dots .owl-dot {
            display: inline-block;
            margin: 5px; }
            .nonloop-block-14 .owl-dots .owl-dot span {
              display: inline-block;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #e6e6e6; }
            .nonloop-block-14 .owl-dots .owl-dot.active span {
              background-color: #007bff; }
        
        .footer-section {
          padding: 7em 0;
          background-color: #fafafa; }
          .footer-section p {
            font-size: 1rem; }
          .footer-section h3 {
            font-size: .9rem;
            letter-spacing: .1rem;
            text-transform: uppercase;
            color: #000;
            margin-bottom: 1.5rem;
            font-weight: 900; }
          .footer-section .footer-links li {
            margin-bottom: 10px; }
        
        .process, .service {
          position: relative; }
          .process .number, .service .number {
            position: absolute;
            top: 50px;
            left: -30px;
            line-height: 0;
            z-index: -1;
            font-size: 10rem;
            color: #eaeaea;
            font-weight: 900; }
          .process h3, .service h3 {
            font-size: 1.5rem;
            color: #000;
            font-weight: 700;
            margin-bottom: 1.5rem; }
        
        .service {
          padding: 2rem;
          background: #fff; }
          .service p{
            border-top:solid 1px #007bff;
            margin:1rem 0 0 0;
          }
          @media (max-width: 991.98px) {
            .service {
              padding: 2rem; } }
        
        
              .modal-dialog{
                max-width:80%!important;
              }
              .modal-content{
                border-radius:0!important;
                -moz-border-radius:0!important;
                -o-border-radius:0!important;
                -webkit-border-radius:0!important;
                border:none;
              }
        
              ul{
                margin:0 0 0 0;
                padding:0 0 0 0;
                list-style: none;
              }
              ul li{
                font-size:.8rem;
                color:#737373;
                line-height: 2.25;
              }
              ul li span {
                position:relative;
                top:1px;
              }
        
        /*tsystem specialties*/
        
        .arrowDownLeft {
          width: 500px;
          position: absolute;
          z-index: 2;
          bottom: -35%;
          left: 30%;
          transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
        }
        .arrowDownRight {
          position: absolute;
          width: 500px;
          z-index: 99;
          top: -55%;
          left: 130%;
          transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
        }
        
        .bar-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 250px;
          /* background-image: linear-gradient(-40deg, #86C5FC 0%, #E8C3FD 100%); */
          background: rgba(0, 0, 0, .05);
          opacity: 1.0;
          overflow: hidden;
        }
        .bar-overlay img {
          position: absolute;
          top: 0;
          left:0;
          opacity: .15;
        }
        .topbar-background {
          height: 250px;
          width: 100%;
          object-fit: cover;
        }
        .top-bar {
          color: #000000;
          width: 100%;
          height: 200px;
          display: table;
          text-align: center;
          z-index: 0;
        }
        
        @media (max-width:400px) {
          .site-logo a {
            font-size: .75rem!important;
            position: relative;
            top: -0.35rem;
            left: -.35rem;
        }
        .hide-on-mobile{
          display:none;
        }
        }
        
        /*articles*/
        
        .card-row{
          position:relative;
          display:flex;
          margin-top:-8rem;
        }
        .card{
          background:white;
          min-height: 200px;
          border-radius: 5px;
          -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
          width: 90.5%;
          padding:2rem;
        }
        .card h6{
          font-size: .75rem;
          top: -16px;
          position: relative;    
          color: #007bff;
          text-transform: uppercase;
        }
        .card h5{
          font-weight:bold;
        }
          .card h6 span{
            position: relative;
            top:5px;
            padding-right:.5rem;
          }
          @media (max-width:400px){
            .card-row{
              margin-top:0;
            }
            .card{ 
              margin:2em 0;
            }
            .process-block-1, .process-block-2, .process-block-3{
              margin-top:3em;
            }
          }