.slideshow_wrapper {
  position: relative; }
  .slideshow_wrapper .hero_slideshow {
    position: relative;
    height: 100%;
    height: 80vh;
    min-height: 600px;
    background-color: #1F4266; }
    .slideshow_wrapper .hero_slideshow .slick-list {
      height: 100% !important; }
      .slideshow_wrapper .hero_slideshow .slick-list .slick-track {
        height: 100%; }
        .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slick-slide {
          height: 100%; }
          .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slick-slide > div {
            height: 100%; }
        .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content {
          outline: none;
          height: 100%;
          padding: 0; }
          .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            display: table;
            width: 100%;
            height: 100%; }
            .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner {
              display: table-cell;
              width: 100%;
              height: 100%;
              vertical-align: middle;
              text-align: center;
              background-color: rgba(0, 0, 0, 0.3);
              padding-bottom: 150px; }
              .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner {
                max-width: 1040px;
                margin: 0 auto;
                padding: 20px 60px; }
                .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .title {
                  color: #ffffff;
                  margin: 0;
                  margin-bottom: 15px;
                  font-size: 62px;
                  font-family: "Lato", "sans-serif", "Helvetica", "Arial";
                  font-weight: 800;
                  letter-spacing: -0.66px;
                  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
                  text-transform: uppercase; }
                  @media (max-width: 1280px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .title {
                      font-size: 52px; } }
                  @media (max-width: 991px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .title {
                      font-size: 40px; } }
                  @media (max-width: 780px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .title {
                      font-size: 36px; } }
                  @media (max-width: 580px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .title {
                      font-size: 30px; } }
                .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .text {
                  font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
                  font-weight: 600;
                  font-size: 26px;
                  color: #ffffff;
                  margin-bottom: 15px;
                  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
                  max-width: 780px;
                  margin: 0 auto;
                  padding: 20px; }
                  @media (max-width: 1280px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .text {
                      font-size: 24px; } }
                  @media (max-width: 767px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .text {
                      font-size: 22px; } }
                  @media (max-width: 580px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .text {
                      font-size: 20px; } }
                .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .btn {
                  font-family: "Lato", "sans-serif", "Helvetica", "Arial";
                  font-weight: 600;
                  font-size: 22px;
                  border: 3px solid #ffffff; }
                  @media (max-width: 991px) {
                    .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner .btn {
                      font-size: 20px; } }
                @media (max-width: 580px) {
                  .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner > .inner {
                    padding: 20px; } }
              @media (max-width: 767px) {
                .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner {
                  padding-bottom: 80px; } }
              @media (max-width: 580px) {
                .slideshow_wrapper .hero_slideshow .slick-list .slick-track .slideshow_content > .inner > .inner {
                  padding-bottom: 50px; } }
    .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 60px);
      display: inline-block;
      background-color: rgba(0, 51, 102, 0.5);
      width: 70px;
      height: 120px;
      z-index: 1;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out; }
      .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow svg {
        position: relative;
        display: inline-block;
        font-size: 44px;
        top: calc(50% - 22px);
        color: #ffffff;
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16); }
      .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.prev {
        left: 0; }
        .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.prev svg {
          left: calc(50% - 8px); }
          @media (max-width: 767px) {
            .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.prev svg {
              left: calc(50% - 7px); } }
      .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.next {
        right: 0; }
        .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.next svg {
          right: calc(-50% + 8px); }
          @media (max-width: 767px) {
            .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow.next svg {
              right: calc(-50% + 7px); } }
      .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow:hover {
        background-color: #000000; }
      @media (max-width: 991px) {
        .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow {
          width: 60px;
          height: 100px;
          top: calc(50% - 50px); } }
      @media (max-width: 767px) {
        .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow {
          width: 50px; }
          .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow svg {
            font-size: 40px;
            top: calc(50% - 20px); } }
      @media (max-width: 660px) {
        .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow {
          width: 30px; }
          .slideshow_wrapper .hero_slideshow .hero_slideshow_arrow svg {
            font-size: 40px;
            top: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .slideshow_wrapper .hero_slideshow {
        height: 70vh; } }
  .slideshow_wrapper .progress_bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    background-color: #AFD7FF;
    max-width: 100% !important;
    z-index: 1; }

.products_wrapper {
  text-align: center;
  margin-top: -130px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .products_wrapper {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .products_wrapper {
      margin-top: -60px; } }
  @media (max-width: 580px) {
    .products_wrapper {
      margin-top: -30px; } }
  .products_wrapper .products .product_single{
    display: block;
    position: relative;
    overflow: hidden; }
  .products_wrapper .products .product_single > .inner {
    padding: 30px;
    display: block;
    position: relative;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.14);
    background-color: #ffffff; }
    .products_wrapper .products .product_single > .inner .icon {
      margin-bottom: 20px; }
      .products_wrapper .products .product_single > .inner .icon svg {
        font-size: 40px;
        color: #5A6066; }
    .products_wrapper .products .product_single > .inner .title {
      margin-bottom: 20px;
      font-family: "Lato", "sans-serif", "Helvetica", "Arial";
      font-weight: 600;
      font-size: 20px;
      color: #5A6066;
      text-transform: uppercase; }
      @media (max-width: 1480px) {
        .products_wrapper .products .product_single > .inner .title {
          font-size: 18px; } }
    .products_wrapper .products .product_single > .inner .body {
      margin-bottom: 20px; }
  @media (max-width: 1280px) and (min-width: 992px) {
    .products_wrapper .products .product_single {
      width: 50%; } }

.about_wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .about_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .about_wrapper .col_about_content > .inner {
    display: table;
    width: 100%;
    height: 100%; }
    .about_wrapper .col_about_content > .inner > .inner {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      padding-right: 60px; }
      .about_wrapper .col_about_content > .inner > .inner .body {
        margin-bottom: 20px; }
      @media (max-width: 991px) {
        .about_wrapper .col_about_content > .inner > .inner {
          padding-right: 0; } }
  @media (max-width: 991px) {
    .about_wrapper .col_about_content {
      margin-bottom: 20px; } }
  .about_wrapper .col_about_slideshow .about_slideshow {
    position: relative;
    height: 100%; }
    .about_wrapper .col_about_slideshow .about_slideshow .slick-list {
      height: 100% !important; }
      .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track {
        height: 100%; }
        .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track .slick-slide {
          height: 100%; }
          .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track .slick-slide > div {
            height: 100%; }
        .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track .slideshow_image {
          width: 100%;
          height: 100%; }
          .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track .slideshow_image > .inner {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            width: 100%;
            height: 100%; }
            @media (max-width: 991px) {
              .about_wrapper .col_about_slideshow .about_slideshow .slick-list .slick-track .slideshow_image > .inner {
                min-height: 440px; } }
    .about_wrapper .col_about_slideshow .about_slideshow .slick-dots {
      position: absolute;
      bottom: 0;
      padding: 0;
      width: 100%;
      text-align: center;
      list-style-type: none; }
      .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li {
        display: inline-block; }
        .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li button {
          display: block;
          margin-left: 10px;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          padding: 0;
          border: 1px solid #CECECE;
          background-color: transparent;
          text-indent: -9999px; }
          .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li button:hover, .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li button:focus, .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li button:active {
            outline: none;
            text-decoration: none; }
          .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li button:hover {
            background-color: rgba(255, 255, 255, 0.65); }
        .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li:first-child button {
          margin-left: 0; }
      .about_wrapper .col_about_slideshow .about_slideshow .slick-dots li.slick-active button {
        background-color: rgba(255, 255, 255, 0.65); }
    .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 60px);
      display: inline-block;
      background-color: rgba(0, 51, 102, 0.7);
      width: 60px;
      height: 110px;
      z-index: 1; }
      .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow svg {
        position: relative;
        display: inline-block;
        font-size: 36px;
        top: calc(50% - 18px);
        color: #ffffff;
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16); }
      .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow.prev {
        left: 15px; }
        .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow.prev svg {
          left: calc(50% - 7px); }
      .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow.next {
        right: 15px; }
        .about_wrapper .col_about_slideshow .about_slideshow .about_slideshow_arrow.next svg {
          right: calc(-50% + 7px); }

.services_wrapper {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .services_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .services_wrapper .services_slideshow {
    position: relative; }
    .services_wrapper .services_slideshow .service_single {
      text-align: center;
      display: block;
      padding-top: 35px;
      margin-top: 15px; }
      .services_wrapper .services_slideshow .service_single > .inner {
        border: 1px solid #CCCCCC;
        padding: 20px;
        padding-top: 0;
        width: 100%;
        height: 100%; }
        .services_wrapper .services_slideshow .service_single > .inner .icon {
          background-color: #5A6066;
          border: 5px solid #ffffff;
          width: 70px;
          height: 70px;
          padding: 10px;
          margin: 0 auto;
          margin-bottom: 30px;
          margin-top: -35px; }
          .services_wrapper .services_slideshow .service_single > .inner .icon img {
            max-width: 100%; }
        .services_wrapper .services_slideshow .service_single > .inner .title {
          font-size: 18px;
          letter-spacing: 0;
          text-transform: uppercase;
          font-family: "Lato", "sans-serif", "Helvetica", "Arial";
          font-weight: 600;
          color: #5A6066;
          margin-bottom: 20px; }
        @media (max-width: 620px) {
          .services_wrapper .services_slideshow .service_single > .inner {
            padding: 20x 60px; } }
      .services_wrapper .services_slideshow .service_single:hover, .services_wrapper .services_slideshow .service_single:focus {
        text-decoration: none;
        outline: none; }
        .services_wrapper .services_slideshow .service_single:hover .icon, .services_wrapper .services_slideshow .service_single:focus .icon {
          background-color: #004C97; }
    .services_wrapper .services_slideshow .slick-dots {
      position: relative;
      padding: 0;
      margin: 0;
      margin: 20px 0;
      width: 100%;
      text-align: center;
      list-style-type: none; }
      .services_wrapper .services_slideshow .slick-dots li {
        display: inline-block; }
        .services_wrapper .services_slideshow .slick-dots li button {
          display: block;
          margin-left: 10px;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          padding: 0;
          border: 1px solid #6C6C6C;
          background-color: transparent;
          text-indent: -9999px; }
          .services_wrapper .services_slideshow .slick-dots li button:hover, .services_wrapper .services_slideshow .slick-dots li button:focus, .services_wrapper .services_slideshow .slick-dots li button:active {
            outline: none;
            text-decoration: none; }
          .services_wrapper .services_slideshow .slick-dots li button:hover {
            background-color: rgba(0, 115, 230, 0.5); }
        .services_wrapper .services_slideshow .slick-dots li:first-child button {
          margin-left: 0; }
      .services_wrapper .services_slideshow .slick-dots li.slick-active button {
        background-color: rgba(0, 115, 230, 0.65); }
    .services_wrapper .services_slideshow .services_slideshow_arrow {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 35px);
      display: inline-block;
      background-color: transparent;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      border: 1px solid #A9B8C7;
      z-index: 1; }
      .services_wrapper .services_slideshow .services_slideshow_arrow svg {
        position: relative;
        display: inline-block;
        font-size: 36px;
        top: calc(50% - 18px);
        color: #A9B8C7;
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16); }
      .services_wrapper .services_slideshow .services_slideshow_arrow.prev {
        left: -60px; }
        .services_wrapper .services_slideshow .services_slideshow_arrow.prev svg {
          left: calc(50% - 20px); }
        @media (max-width: 1280px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.prev {
            left: -50px; } }
        @media (max-width: 991px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.prev {
            left: -30px; } }
        @media (max-width: 620px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.prev {
            left: 30px; } }
      .services_wrapper .services_slideshow .services_slideshow_arrow.next {
        right: -60px; }
        .services_wrapper .services_slideshow .services_slideshow_arrow.next svg {
          right: calc(-50% + 18px); }
        @media (max-width: 1280px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.next {
            right: -50px; } }
        @media (max-width: 991px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.next {
            right: -30px; } }
        @media (max-width: 620px) {
          .services_wrapper .services_slideshow .services_slideshow_arrow.next {
            right: 30px; } }
      .services_wrapper .services_slideshow .services_slideshow_arrow:hover, .services_wrapper .services_slideshow .services_slideshow_arrow:focus {
        background-color: #A9B8C7; }
        .services_wrapper .services_slideshow .services_slideshow_arrow:hover svg, .services_wrapper .services_slideshow .services_slideshow_arrow:focus svg {
          color: #ffffff; }
      @media (max-width: 767px) {
        .services_wrapper .services_slideshow .services_slideshow_arrow {
          width: 30px;
          height: 30px; }
          .services_wrapper .services_slideshow .services_slideshow_arrow svg {
            font-size: 28px;
            top: calc(50% - 15px); }
          .services_wrapper .services_slideshow .services_slideshow_arrow.prev svg {
            left: calc(50% - 15px); }
          .services_wrapper .services_slideshow .services_slideshow_arrow.next svg {
            right: calc(-50% + 13px); } }

.product_highlight_wrapper {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .product_highlight_wrapper {
      padding-bottom: 30px; } }
  .product_highlight_wrapper .col_content {
    padding: 60px; }
    .product_highlight_wrapper .col_content .body {
      margin-bottom: 20px; }
    @media (max-width: 1280px) {
      .product_highlight_wrapper .col_content {
        padding: 30px;
        padding-right: 15px; } }
    @media (max-width: 1080px) {
      .product_highlight_wrapper .col_content {
        padding: 15px; } }
    @media (max-width: 991px) {
      .product_highlight_wrapper .col_content {
        padding: 0 15px;
        margin-bottom: 20px; } }
  .product_highlight_wrapper .col_image > .inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    max-height: 700px; }
    @media (max-width: 991px) {
      .product_highlight_wrapper .col_image > .inner {
        height: 300px; } }

.news_wrapper {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .news_wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .news_wrapper .latest_news .news_single {
    margin-bottom: 20px; }
    .news_wrapper .latest_news .news_single a.featured_img {
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
      .news_wrapper .latest_news .news_single a.featured_img .col_post_image {
        width: 100%;
        background-color: #1F4266;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        max-height: 240px; }
        @media (max-width: 767px) {
          .news_wrapper .latest_news .news_single a.featured_img .col_post_image.no-img {
            height: 2px !important; } }
    .news_wrapper .latest_news .news_single .news_content .new_title {
      font-family: "Lato", "sans-serif", "Helvetica", "Arial";
      font-size: 18px;
      margin-bottom: 15px; }
    .news_wrapper .latest_news .news_single .news_content .body {
      margin-bottom: 15px; }
    .news_wrapper .latest_news .news_single .news_content .new_link {
      font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
      font-weight: 600;
      font-size: 16px;
      color: #004C97;
      position: relative;
      padding-right: 25px; }
      .news_wrapper .latest_news .news_single .news_content .new_link:hover {
        text-decoration: none; }
      .news_wrapper .latest_news .news_single .news_content .new_link svg {
        content: '\f178';
        position: absolute;
        font-family: 'Font Awesome\ 5 Free';
        top: calc(50% - 9px);
        right: 0;
        color: #004C97;
        font-size: 20px; }

.testimonials_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .testimonials_wrapper {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .testimonials_wrapper .testimonials_top {
    text-align: center;
    margin-bottom: 20px; }
  .testimonials_wrapper .latest_testimonials .testimonials_single {
    padding-right: 30px; }
    .testimonials_wrapper .latest_testimonials .testimonials_single > .inner {
      background-color: #ffffff;
      box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.14);
      border: 1px solid #E0E0E0;
      padding: 30px;
      width: 100%;
      height: 100%; }
      .testimonials_wrapper .latest_testimonials .testimonials_single > .inner .logo {
        max-width: 100%;
        margin-bottom: 20px; }
      .testimonials_wrapper .latest_testimonials .testimonials_single > .inner .quote {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 0;
        font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
        font-weight: 400;
        font-style: italic; }
      .testimonials_wrapper .latest_testimonials .testimonials_single > .inner .author {
        font-size: 16px;
        letter-spacing: 0;
        font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
        font-weight: 600;
        color: #004C97; }
      @media (max-width: 1180px) {
        .testimonials_wrapper .latest_testimonials .testimonials_single > .inner {
          padding: 20px; } }
      @media (max-width: 991px) {
        .testimonials_wrapper .latest_testimonials .testimonials_single > .inner {
          padding: 30px; } }
    .testimonials_wrapper .latest_testimonials .testimonials_single:last-child {
      padding-right: 15px; }
    @media (max-width: 1280px) {
      .testimonials_wrapper .latest_testimonials .testimonials_single {
        padding-right: 15px; } }
