﻿/*$orange: orange;*/
/*$dark-blue: #000a24;*/
/*$orange: orange;*/
/*$dark-blue: #000a24;*/
/* Color Swatch Mixins */
/* End Color Swatch Mixins */
.home .section-banner {
  padding-top: 30px; }
  .home .section-banner .banner-wrapper {
    background: #f8f8f8; }
  .home .section-banner .welcome-wrapper {
    background: #f8f8f8;
    max-height: 267px;
    height: 266.66px; }
    .home .section-banner .welcome-wrapper .welcome-content {
      padding: 10px 20px; }
      .home .section-banner .welcome-wrapper .welcome-content .h-welcome {
        margin-bottom: 20px;
        position: relative;
        font-weight: 800;
        font-size: 24px; }
        .home .section-banner .welcome-wrapper .welcome-content .h-welcome::after {
          content: "";
          position: absolute;
          width: 47px;
          height: 3px;
          bottom: -10px;
          left: 0;
          background-color: #015F9C; }
      .home .section-banner .welcome-wrapper .welcome-content .welcome-row {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 8px;
        height: 30px;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0; }
        .home .section-banner .welcome-wrapper .welcome-content .welcome-row img.sign-in-icon {
          width: 25px;
          height: 25px;
          margin-right: 10px; }
        .home .section-banner .welcome-wrapper .welcome-content .welcome-row a.sign-in-link {
          color: black; }
          .home .section-banner .welcome-wrapper .welcome-content .welcome-row a.sign-in-link p.cat-title {
            font-weight: 600; }
  .home .section-banner #form-login {
    padding: 2rem 2rem 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home .section-banner #form-login {
        max-height: inherit;
        padding: 0 2rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home .section-banner #form-login .form-group {
        margin: 0 !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home .section-banner #form-login .form-group .form-control {
        height: 40px; } }
    .home .section-banner #form-login .form-check {
      justify-content: space-between;
      align-items: center;
      padding-left: 0; }
      .home .section-banner #form-login .form-check .form-check-input {
        position: relative;
        top: -4px;
        left: 15px;
        display: inline-block;
        vertical-align: middle;
        padding: 0.5rem;
        margin-right: 0.5rem;
        background-color: white;
        outline: 1px solid silver; }
      .home .section-banner #form-login .form-check .form-check-label {
        position: relative;
        font-size: 14px;
        color: #606060;
        letter-spacing: -0.16px;
        cursor: pointer;
        left: 15px; }
    .home .section-banner #form-login .form-register {
      margin-top: 10px;
      text-align: center; }
      .home .section-banner #form-login .form-register span {
        letter-spacing: -0.155556px;
        font-family: "Roboto";
        font-size: 14px;
        color: #606060; }
    .home .section-banner #form-login .btn-orange {
      height: 48px;
      width: 100%;
      font-family: "Roboto Regular";
      font-weight: 600; }

.home .section-featured-products {
  padding-top: 31px; }
  .home .section-featured-products .title {
    padding: 3.8rem 0 3.3rem;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px; }
  .home .section-featured-products .featured-products-wrapper {
    background: white; }
    .home .section-featured-products .featured-products-wrapper__title {
      position: relative; }
      @media screen and (max-width: 991px) {
        .home .section-featured-products .featured-products-wrapper__title h3.title {
          text-align: center; } }
      .home .section-featured-products .featured-products-wrapper__title select {
        display: none;
        visibility: hidden;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: trnaslateY(-50%); }
      .home .section-featured-products .featured-products-wrapper__title .choices {
        display: none;
        width: 210px;
        position: absolute;
        top: 30%;
        right: 10px;
        transform: trnaslateY(-50%); }
    .home .section-featured-products .featured-products-wrapper .nav-tabs {
      padding: 0 3rem 3rem;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      border-bottom: 1px solid #d9d9d9; }
      .home .section-featured-products .featured-products-wrapper .nav-tabs li.nav-link.text-nowrap {
        padding: 0;
        font-weight: 500;
        color: #303030;
        cursor: pointer; }
        .home .section-featured-products .featured-products-wrapper .nav-tabs li.nav-link.text-nowrap.active {
          border-top: none;
          border-right: none;
          border-left: none;
          border-bottom: 1px solid #F26327;
          color: black; }
      .home .section-featured-products .featured-products-wrapper .nav-tabs .nav-item .nav-link {
        padding: .8rem 0;
        text-transform: uppercase;
        letter-spacing: 0.1875px;
        color: #606060; }
    .home .section-featured-products .featured-products-wrapper .tab-content {
      border: none; }
      .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane {
        padding: 25px 81px 0 79px; }
        .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .row > [class*="col-"] {
          margin-bottom: 20px; }
    .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home {
      padding-bottom: 5px; }
      .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .swiper-wrapper .swiper-slide {
        margin-top: 0;
        margin-bottom: 20px; }
    .home .section-featured-products .featured-products-wrapper .swiper-pagination {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      left: 50%;
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      margin: 0; }
    .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 5px 10px;
      border-radius: 0;
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: white; }
      .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #F26327;
        font-family: "Roboto Regular";
        font-weight: 600;
        color: black;
        background: white; }
    .home .section-featured-products .featured-products-wrapper .swiper-next,
    .home .section-featured-products .featured-products-wrapper .swiper-prev {
      position: absolute;
      top: 50%;
      display: none;
      width: 40px;
      height: 40px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat; }
    .home .section-featured-products .featured-products-wrapper .swiper-next.swiper-button-disabled,
    .home .section-featured-products .featured-products-wrapper .swiper-prev.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none; }
    .home .section-featured-products .featured-products-wrapper .swiper-next {
      background-image: url("../assets/images/swiper-right.png");
      right: 10px;
      left: auto; }
    .home .section-featured-products .featured-products-wrapper .swiper-prev {
      background-image: url("../assets/images/swiper-left.png");
      left: 10px;
      right: auto; }
    .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
    .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
    .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
    .home .section-featured-products .featured-products-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .home .section-featured-products .main-product-holder {
    /*padding: 2rem 0;*/ }
    @media screen and (max-width: 767px) {
      .home .section-featured-products .main-product-holder {
        padding: 0; } }
    .home .section-featured-products .main-product-holder .row > [class*="col-"] {
      /*margin-bottom: 30px;*/ }
      .home .section-featured-products .main-product-holder .row > [class*="col-"].filter-box {
        margin: 0;
        border-right: 2px solid #d9d9d9;
        border-bottom: 2px solid #d9d9d9; }
      .home .section-featured-products .main-product-holder .row > [class*="col-"]:nth-child(4n+0) {
        border-right: none; }
      @media screen and (max-width: 575px) {
        .home .section-featured-products .main-product-holder .row > [class*="col-"] {
          margin-bottom: 0px; } }
    .home .section-featured-products .main-product-holder .custom-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      @media screen and (max-width: 991px) {
        .home .section-featured-products .main-product-holder .custom-row {
          margin: 0; } }

.home .section-about .about-wrapper {
  background: white; }
  .home .section-about .about-wrapper .content-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    color: #303030; }
    .home .section-about .about-wrapper .content-holder .title {
      font-size: 28px;
      color: #1b1b1b; }
    .home .section-about .about-wrapper .content-holder p {
      max-width: 100%;
      font-size: 16px;
      line-height: 24px;
      color: #303030; }
    .home .section-about .about-wrapper .content-holder .btn-holder .btn-orange {
      height: 50px;
      width: 174px; }
  .home .section-about .about-wrapper .video-holder {
    position: relative;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px; }
    .home .section-about .about-wrapper .video-holder span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.home .section-software {
  padding-top: 31px; }
  .home .section-software .column-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: white; }
    .home .section-software .column-holder .logo-holder {
      padding: 32px 0 21px;
      text-align: center; }
    .home .section-software .column-holder .img-holder {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .home .section-software .column-holder .img-holder a {
        display: inline-block; }
        .home .section-software .column-holder .img-holder a.btn-go {
          position: absolute;
          right: 0;
          bottom: 0;
          height: 65px;
          width: 130px;
          color: white;
          font-family: "Montserrat Bold";
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          background-color: #F26327;
          clip-path: polygon(101% 0, 100% 0, 100% 100%, -2% 100%); }
          .home .section-software .column-holder .img-holder a.btn-go span {
            position: absolute;
            right: 13px;
            bottom: 9px; }
      .home .section-software .column-holder .img-holder .img-printer {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        max-width: 100%;
        transform: translateX(-50%);
        transition: all .3s ease-in-out;
        opacity: 1; }
        .home .section-software .column-holder .img-holder .img-printer-bg {
          width: 100%;
          max-width: 100%;
          opacity: 1; }
    .home .section-software .column-holder .headline {
      padding-bottom: 40px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px; }
    .home .section-software .column-holder .content {
      display: flex;
      flex-flow: wrap;
      padding: 34px 25px 0; }
      .home .section-software .column-holder .content .headline {
        padding-bottom: 0;
        width: 100%;
        text-align: left; }
      .home .section-software .column-holder .content .title {
        width: 50%;
        max-width: 276px;
        text-transform: uppercase;
        font-size: 38px;
        line-height: 39px;
        color: #1b1b1b; }
      .home .section-software .column-holder .content .btn-holder {
        width: 50%; }
        .home .section-software .column-holder .content .btn-holder .btn-orange {
          margin-top: 15px;
          margin-left: auto;
          height: 50px;
          width: 174px; }

.home .section-promo-c2a .c2a-wrapper {
  padding: 0; }

.home .section-catchall {
  padding-top: 31px; }
  .home .section-catchall .catchall-wrapper {
    background: white; }
    .home .section-catchall .catchall-wrapper .content-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px;
      text-transform: uppercase; }
      .home .section-catchall .catchall-wrapper .content-holder .title {
        font-size: 28px;
        line-height: 38px;
        color: #1b1b1b; }
        .home .section-catchall .catchall-wrapper .content-holder .title.mobile {
          display: none; }
      .home .section-catchall .catchall-wrapper .content-holder p {
        font-size: 14px;
        line-height: 16px; }
      .home .section-catchall .catchall-wrapper .content-holder .btn-orange {
        max-width: 210px;
        height: 50px; }
    .home .section-catchall .catchall-wrapper .img-holder .mobile {
      display: none; }

.home .section-testimonial {
  padding: 31px 0; }
  .home .section-testimonial .testimonial-wrapper {
    background: white; }
    .home .section-testimonial .testimonial-wrapper .testimonial-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 40px 0 40px 40px; }
      .home .section-testimonial .testimonial-wrapper .testimonial-content .testimonial {
        margin: 20px 0 50px;
        max-width: 444px;
        font-family: "Roboto Regular";
        font-style: italic;
        font-size: 22px;
        line-height: 25px;
        color: #303030; }
      .home .section-testimonial .testimonial-wrapper .testimonial-content .person-name {
        margin-bottom: 0;
        font-size: 18px;
        letter-spacing: 1.5px; }
      .home .section-testimonial .testimonial-wrapper .testimonial-content .address {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px; }

@media screen and (max-width: 991px) {
  .home .section-banner .banner-wrapper #form-login .form-register {
    text-align: right; }
    .home .section-banner .banner-wrapper #form-login .form-register span {
      font-family: "Roboto Regular"; }
  .home .section-banner .banner-wrapper .swiper-container .banner-content {
    padding: 33px 20px; }
    .home .section-banner .banner-wrapper .swiper-container .banner-content .title {
      font-size: 32px; }
  .home .section-banner .banner-wrapper .swiper-container .banner-img-holder img {
    object-fit: unset;
    -webkit-clip-path: polygon(61% 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(61% 0, 100% 0, 100% 100%, 10% 100%); }
  .home .section-banner .banner-wrapper .swiper-container .swiper-pagination {
    display: none; }
  .home .section-featured-products .featured-products-wrapper__title {
    border-bottom: 1px solid #d9d9d9; }
    .home .section-featured-products .featured-products-wrapper__title select, .home .section-featured-products .featured-products-wrapper__title .choices {
      display: inline-block; }
    .home .section-featured-products .featured-products-wrapper__title .choices {
      width: 180px;
      max-width: 100%; }
  .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane {
    padding: 25px 9px 0; }
    .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .product-holder:nth-last-of-type(2), .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .product-holder:last-child {
      display: none; }
    .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .row > [class*="col-"]:nth-child(3n) .product-wrapper {
      margin-right: 0; }
  .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home {
    padding-bottom: 0; }
  .home .section-featured-products .featured-products-wrapper .swiper-menu {
    position: relative;
    display: none;
    padding: 20px 0;
    width: 100%; }
  .home .section-featured-products .featured-products-wrapper .swiper-next,
  .home .section-featured-products .featured-products-wrapper .swiper-prev {
    top: unset;
    bottom: 12px;
    margin-top: 0;
    width: 10px;
    height: 10px; }
  .home .section-featured-products .featured-products-wrapper .swiper-next {
    right: 38%;
    bottom: -5px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>'); }
  .home .section-featured-products .featured-products-wrapper .swiper-prev {
    left: 38%;
    bottom: -5px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-left" class="svg-inline--fa fa-chevron-left fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>'); }
  .home .section-promo-c2a {
    padding-top: 0; }
    .home .section-promo-c2a .c2a-wrapper {
      padding: 0; }
      .home .section-promo-c2a .c2a-wrapper .c2a-holder img {
        width: 100%; }
  .home .section-about .about-wrapper .content-holder {
    padding-left: 20px; }
    .home .section-about .about-wrapper .content-holder .title {
      line-height: 38px;
      color: #1b1b1b; }
    .home .section-about .about-wrapper .content-holder p {
      font-size: 14px;
      line-height: 21px;
      color: #606060; }
  .home .section-about .about-wrapper .video-holder span img {
    height: 64px; }
  .home .section-software .column-holder .logo-holder {
    padding: 26px 0 5px; }
    .home .section-software .column-holder .logo-holder img {
      height: 37px; }
  .home .section-software .column-holder .headline {
    padding-left: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 22px;
    text-align: left; }
  .home .section-software .column-holder .content .title {
    width: 100%;
    font-size: 28px; }
  .home .section-software .column-holder .content .btn-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 30px;
    width: 100%; }
    .home .section-software .column-holder .content .btn-holder .btn-orange {
      margin: 0 auto; }
  .home .section-software .column-holder .img-holder .img-printer {
    padding: 16px 10px 0; }
  .home .section-software .column-holder .img-holder a.btn-go {
    clip-path: polygon(111% 0, 100% 0, 100% 100%, 13% 100%); }
  .home .section-software .no-gutters-md {
    margin: 0; }
  .home .section-software [class*="col-"] {
    padding: 0; }
    .home .section-software [class*="col-"] .column-holder {
      /*margin-right: 5px;*/ }
    .home .section-software [class*="col-"]:last-child .column-holder {
      margin-right: 0; }
  .home .section-catchall .catchall-wrapper .content-holder {
    padding: 20px 0 20px 20px; }
  .home .section-catchall .catchall-wrapper .img-holder img {
    height: 241px; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content {
    padding: 20px 0 20px 20px; }
    .home .section-testimonial .testimonial-wrapper .testimonial-content .testimonial {
      margin: 0;
      font-family: "Roboto Regular";
      font-size: 18px;
      line-height: 23px; }
    .home .section-testimonial .testimonial-wrapper .testimonial-content .person-name {
      margin: 15px 0; } }

@media screen and (max-width: 767px) {
  .home .search-wrapper {
    display: block; }
  .home .section-banner #form-login {
    padding: 16px 7px 0;
    margin-top: 19px;
    background-color: white; }
    .home .section-banner #form-login .form-register {
      margin: 0; }
  .home .section-banner .banner-wrapper .swiper-container .left-content-wrap {
    margin-top: 15px; }
  .home .section-banner .banner-wrapper .swiper-container .right-content-wrap {
    margin-top: -28px; }
  .home .section-banner .banner-wrapper .swiper-container .banner-content {
    padding: 0px 9px; }
    .home .section-banner .banner-wrapper .swiper-container .banner-content .mini-title {
      display: inline-block;
      margin-bottom: 13px;
      line-height: 22px;
      letter-spacing: 1px; }
    .home .section-banner .banner-wrapper .swiper-container .banner-content .title {
      margin-bottom: 3px;
      font-size: 26px;
      line-height: 30px; }
    .home .section-banner .banner-wrapper .swiper-container .banner-content .btn-holder {
      margin-top: 0; }
      .home .section-banner .banner-wrapper .swiper-container .banner-content .btn-holder .btn-orange {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px; }
  .home .section-banner .banner-wrapper .swiper-container .banner-img-holder img {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, -108% 100%); }
  .home .section-banner .banner-wrapper .swiper-container .swiper-pagination {
    display: block;
    top: 175px;
    left: 1.3%; }
    .home .section-banner .banner-wrapper .swiper-container .swiper-pagination-bullet {
      margin: 0 5px; }
  .home .section-featured-products {
    padding-top: 0;
    margin-top: 20px; }
    .home .section-featured-products .featured-products-wrapper {
      padding-bottom: 52px; }
      .home .section-featured-products .featured-products-wrapper .nav.nav-tabs {
        display: none; }
      .home .section-featured-products .featured-products-wrapper__title .title {
        padding-bottom: 10px;
        font-family: "Roboto";
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1.17px;
        text-align: left;
        text-transform: initial; }
        .home .section-featured-products .featured-products-wrapper__title .title.mobile {
          display: block; }
      .home .section-featured-products .featured-products-wrapper__title .choices {
        display: none; }
      .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane {
        padding-left: 0;
        padding-right: 0; }
        .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .row > [class*="col-"] .product-wrapper {
          margin-right: 5px; }
        .home .section-featured-products .featured-products-wrapper .tab-content .tab-pane .row > [class*="col-"]:nth-child(3n) .product-wrapper {
          margin-right: 5px; }
      .home .section-featured-products .featured-products-wrapper .swiper-wrapper {
        flex-wrap: wrap; }
      .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home {
        padding: 0 0; }
        .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper {
          padding: 0 10px 19px;
          margin-right: 0;
          border: 0;
          border-bottom: 1px solid #ddd; }
          .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner {
            display: flex;
            position: relative; }
            .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner .product-img-holder {
              min-width: 149px;
              max-width: 100%;
              height: 130px; }
            .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner .product-img-holder img {
              max-width: 81px; }
            .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner .product-desc {
              padding: 11px 16px 7px;
              padding-right: 0;
              padding-left: 6px; }
            .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner .product-desc .product-ratings {
              padding: 0px 0 12px; }
              .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .product-wrapper__inner .product-desc .product-ratings i {
                font-size: 9.4px; }
          .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .product-wrapper .btn-orange-ghost-cart {
            width: 132px;
            max-width: 100%;
            padding: 8px 0;
            position: absolute;
            bottom: 20px; }
        .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .new-product img {
          display: none; }
        .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .color-picker {
          display: none; }
      .home .section-featured-products .featured-products-wrapper .swiper-menu {
        display: block;
        padding: 0; }
        .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-next,
        .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-prev {
          display: block;
          bottom: -25px; }
        .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-next {
          right: 33%; }
        .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-prev {
          left: 33%; }
  .home .section-about .about-wrapper .content-holder {
    padding: 40px; }
    .home .section-about .about-wrapper .content-holder .title {
      margin-bottom: 14px;
      font-family: "Roboto Regular";
      font-size: 22px;
      line-height: 38px;
      color: #1b1b1b; }
    .home .section-about .about-wrapper .content-holder p {
      margin-bottom: 28px;
      font-size: 16px;
      line-height: 24px; }
  .home .section-about .about-wrapper .video-holder {
    padding: 0; }
  .home .section-promo-c2a .c2a-wrapper {
    padding: 0px; }
  .home .section-software [class*="col-"]:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px; }
  .home .section-software .column-holder {
    flex-direction: column; }
    .home .section-software .column-holder .content .headline {
      padding-left: 0; }
    .home .section-software .column-holder .headline {
      padding-left: 32px;
      text-align: left; }
    .home .section-software .column-holder .logo-holder {
      padding: 19px 0 11px;
      padding-left: 32px;
      text-align: left; }
      .home .section-software .column-holder .logo-holder img {
        height: 57px; }
    .home .section-software .column-holder .img-holder {
      width: 100%; }
      .home .section-software .column-holder .img-holder a {
        display: inline-block;
        width: 100%; }
        .home .section-software .column-holder .img-holder a img {
          width: 100%; }
      .home .section-software .column-holder .img-holder .img-printer {
        max-width: initial;
        width: auto; }
      .home .section-software .column-holder .img-holder .center-img {
        width: 100%; }
  .home .section-catchall .right-content-wrap {
    margin-top: -90px; }
  .home .section-catchall .catchall-wrapper .img-holder img {
    width: 100%; }
  .home .section-catchall .catchall-wrapper .img-holder .desktop {
    display: none; }
  .home .section-catchall .catchall-wrapper .img-holder .mobile {
    display: block; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content img.img-quote {
    margin-bottom: 15px;
    height: 40px; }
  .home .section-testimonial .testimonial-wrapper .img-holder img {
    width: 100%;
    object-fit: cover; } }

@media screen and (max-width: 575px) {
  .home .section-featured-products .featured-products-wrapper .product-slider-swiper-home .swiper-slide.mobile {
    display: none; }
  .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-next {
    right: 20%; }
  .home .section-featured-products .featured-products-wrapper .swiper-menu .swiper-prev {
    left: 20%; }
  .home .section-software [class*="col-"]:nth-child(2) {
    margin-bottom: 20px; }
  .home .section-software .download-software .column-holder .content {
    padding: 20px 17px 0; }
    .home .section-software .download-software .column-holder .content .title {
      padding-right: 13px;
      font-size: 32px;
      line-height: 39px; }
  .home .section-software .download-software .column-holder .img-holder {
    min-height: 141px; }
  .home .section-software .column-holder .img-holder a.btn-go {
    width: 220px;
    height: 95px; }
  .home .section-catchall .right-content-wrap {
    margin-top: -30px; }
  .home .section-catchall .catchall-wrapper .content-holder .title.desktop {
    display: none; }
  .home .section-catchall .catchall-wrapper .content-holder .title.mobile {
    display: block;
    font-size: 22px;
    line-height: 27px; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content img {
    margin-bottom: 15px; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content .testimonial {
    font-family: "Roboto";
    font-size: 22px;
    line-height: 25px;
    color: #303030; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content .person-name {
    margin-top: 57px;
    margin-bottom: 0; }
  .home .section-testimonial .testimonial-wrapper .testimonial-content .address {
    margin-bottom: 30px; }
  .home .section-testimonial .testimonial-wrapper .img-holder {
    height: 315px; }
    .home .section-testimonial .testimonial-wrapper .img-holder img {
      object-fit: cover; } }

.home [class*="section-"] {
  padding-top: 20px; }

div.welcome-row:last-of-type {
  border-bottom: 0 !important; }

#form-login a {
  font-size: 1.4rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  /*div.form-holder.global-form, div.welcome-wrapper {
        max-height: 225px !important;
    }*/
  div.welcome-wrapper {
    max-height: 225px !important; }
  div.welcome-content {
    padding: 10px 20px !important; }
  h2.h-welcome {
    font-size: 20px !important;
    margin-bottom: 10px !important; }
  div.welcome-row {
    height: 30px !important;
    margin-bottom: 7px !important; }
  h2.h-welcome::after {
    display: none !important; } }

div.small-carousel {
  background: #f8f8f8; }
  @media (min-width: 768px) and (max-width: 991px) {
    div.small-carousel {
      max-height: 300px !important; } }

img.d-block.w-100 {
  max-height: 257px !important;
  max-height: 300px !important; }

@media (min-width: 815px) and (max-width: 875px) {
  /*div.form-holder.global-form {
        max-height: 277px;
        height: 277px;
    }*/
  .home .section-banner #form-login {
    max-height: 277px !important;
    height: 277px !important;
    padding: 1rem 2rem 0; }
  /*div.form-holder.global-form, div.welcome-wrapper {
        max-height: 277px !important;
    }*/
  div.welcome-wrapper {
    max-height: 277px !important; }
  div.welcome-content {
    padding: 10px 20px !important; }
  h2.h-welcome {
    font-size: 20px !important;
    margin-bottom: 20px !important; }
  div.welcome-row {
    height: 35px !important;
    margin-bottom: 8px !important; } }

@media (min-width: 768px) and (max-width: 815px) {
  .home [class*="col-"],
  .home [class*="container"] {
    padding-right: 0;
    padding-left: 0; }
  /*div.form-holder.global-form {
        max-height: 257px;
        height: 257px;
    }*/
  .home .section-banner #form-login {
    max-height: 257px !important;
    height: 257px !important;
    padding: 1rem 2rem 0; }
  .home .section-banner #form-login .form-group .form-control {
    height: 40px; }
  /*div.form-holder.global-form, div.welcome-wrapper {
        max-height: 257px !important;
    }*/
  div.welcome-wrapper {
    max-height: 257px !important; }
  div.welcome-content {
    padding: 10px 20px !important; }
  h2.h-welcome {
    font-size: 20px !important;
    margin-bottom: 20px !important; }
  div.welcome-row {
    height: 35px !important;
    margin-bottom: 8px !important; } }

.carousel-control-prev {
  width: 6%; }

.carousel-control-next {
  width: 6%; }

.carousel-control-prev-icon {
  background-image: none;
  height: 50px;
  width: 32px;
  position: absolute;
  left: 2px; }

.carousel-control-next-icon {
  background-image: none;
  height: 50px;
  width: 32px;
  position: absolute;
  right: 2px; }

.carousel-control-prev-icon i {
  font-size: 50px;
  color: orange;
  opacity: 100; }

.carousel-control-next-icon i {
  font-size: 50px;
  color: orange;
  opacity: 100; }

/* Card flip */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

.flip-container, .front, .back {
  width: 262.5px;
  height: 457.125px; }

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.flip-container.is-flipped .back {
  transform: rorateY(0deg); }

.flip-container.is-flipped .front {
  transform: rotateY(180deg); }

.flip-container.is-flipped .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg); }

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0px;
  left: 0px; }

.back {
  background: lightblue;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.flipper.showme .back, .flip-container.showme .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flipper.showme .front, .flip-container.showme .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.front {
  z-index: 2; }

.joke {
  position: absolute;
  padding: 200px 15px;
  color: white;
  text-align: center; }

.punchline {
  position: absolute;
  padding: 200px 15px;
  color: white;
  text-align: center; }

.reveal {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2; }

.rev1 {
  -webkit-animation: color-change 3s infinite;
  -moz-animation: color-change 3s infinite;
  -o-animation: color-change 3s infinite;
  -ms-animation: color-change 3s infinite;
  animation: color-change 3s infinite;
  animation-delay: 1s; }

.rev2 {
  -webkit-animation: color-change 3s infinite;
  -moz-animation: color-change 3s infinite;
  -o-animation: color-change 3s infinite;
  -ms-animation: color-change 3s infinite;
  animation: color-change 3s infinite;
  animation-delay: 1.5s; }

.rev3 {
  -webkit-animation: color-change 3s infinite;
  -moz-animation: color-change 3s infinite;
  -o-animation: color-change 3s infinite;
  -ms-animation: color-change 3s infinite;
  animation: color-change 3s infinite;
  animation-delay: 2s; }

@-webkit-keyframes color-change {
  0% {
    color: #033148; }
  50% {
    color: steelblue; }
  100% {
    color: #033148; } }

@-moz-keyframes color-change {
  0% {
    color: #033148; }
  50% {
    color: steelblue; }
  100% {
    color: #033148; } }

@-ms-keyframes color-change {
  0% {
    color: #033148; }
  50% {
    color: steelblue; }
  100% {
    color: #033148; } }

@-o-keyframes color-change {
  0% {
    color: #033148; }
  50% {
    color: steelblue; }
  100% {
    color: #033148; } }

@keyframes color-change {
  0% {
    color: #033148; }
  50% {
    color: steelblue; }
  100% {
    color: #033148; } }

.laughmeter {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  font-size: 1.6em; }

.laughmeter:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0); }

.hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0); }
