/* ==========================================================================
   Fonts
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */
   .container {
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
  }
  .container:after {
    clear: both;
  }
  .container {
    *zoom: 1;
  }
  .container-fluid {
    width: 100%;
    padding: 0 15px;
  }
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  
  .display-block {
    display: block !important;
  }
  
  .display-none {
    display: none !important;
  }
  .sidebar--has-margin-top {
    margin-top: 150px;
  }
  
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
  }
  
html {
  scroll-behavior: smooth;
}

  /* table, th, td {
    border: 1px solid #6a747c;
  }
   */
  /* ==========================================================================
       Responsive helpers
       ========================================================================== */
   
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /*
     * Responsive helpers
     */
  .hidden-desktop {
    display: none;
  }
  
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  
  .table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  
  /* ==========================================================================
       Browser Upgrade Prompt
       ========================================================================== */
  
  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  
  /* ==========================================================================
       General styles
       ========================================================================== */
  img {
    max-width: 100%;
  }
  ul,
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  p {
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
  input[type="text"],
  input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  figure {
    margin: 0;
  }
  /* ==========================================================================
       Main styles
       ========================================================================== */
  html {
    color: #6a747c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 1.2;
  }
  body.no-scroll {
    overflow: hidden;
  }
  a {
    color: #0f9eda;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    color: #003488;
  }
  
  .is_blue {
    color: #003488 !important;
  }
  .is_bold {
    font-weight: 700 !important;
  }
  .is_white {
    color: #fff !important;
  }
  
  .fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  /* Btn */
  .btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 6px 8px;
    display: inline-block;
  }
  .btn:hover {
    text-decoration: none !important;
  }
  .btn.btn--default {
    background-color: #e6873c;
    color: #fff;
  }
  .btn.btn--default:hover {
    color: #0b2a49;
  }
  .btn--large {
    padding: 15px 20px;
  }
  .btn--xlarge {
    padding: 15px 40px;
  }
  /* Header */
  header {
    position: relative;
  }
  header .hidden-link > a { 
    display: none !important;
  }
  .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .header-top .header-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .header-search-container {
    background-color: #aeb3b7;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: no;
    opacity: 0;
  }
  .header-search-container.is_active {
    opacity: 1;
    pointer-events: auto;
    padding: 25px 0;
  }
  
  .header-contact {
    padding-right: 15px;
  }
  .header-contact span {
    color: #6a747c;
    font-size: 24px;
  }
  
  .header-search {
    background-image: url(../images/search-bg-gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 20px 15px;
    text-transform: uppercase;
    position: relative;
  }
  .header-search a {
    color: #fff;
  }
  .header-search a span {
    margin-left: 7px;
  }
  .header-search form {
    position: absolute;
    right: 0;
    top: -42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-search form input[type="text"] {
    border: none;
    font-size: 14px;
    padding: 8px;
    width: 480px;
    max-width: 100%;
  }
  .header-search form input::-webkit-input-placeholder {
    color: #aeb3b7;
  }
  .header-search form input::-moz-placeholder {
    color: #aeb3b7;
  }
  .header-search form input:-ms-input-placeholder {
    color: #aeb3b7;
  }
  .header-search form input::-ms-input-placeholder {
    color: #aeb3b7;
  }
  .header-search form input::placeholder {
    color: #aeb3b7;
  }
  .header-search form input[type="submit"] {
    cursor: pointer;
    background: transparent;
    border: none;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
  .header-search form::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  
  .header-payment {
    padding: 20px 15px;
    text-transform: uppercase;
  }
  .header-payment a {
    color: #6c747a;
  }
  
  .header-middle {
    padding: 15px 0;
  }
  
  .header-middle .header-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo img {
    width: 360px;
    max-width: 100%;
  }
  .header-logo figcaption {
    color: #6a747c;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
  }
  
  .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .social-icon {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .social-icon.social-icon--header {
    background-color: #6c747a;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .social-icon.social-icon--header:hover {
    background-color: #003488;
  }
  .social-icon.social-icon--header a {
    color: #fff;
  }
  
  .header-bottom {
    background-color: #003488;
  }
  .header-bottom i {
    display: none;
  }
  /* Header Menu */
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
  }
  .header-menu > .menu-item.current-menu-item,
  .header-menu > .menu-item.current-menu-parent ,
  .header-menu > .menu-item.current-menu-ancestor {
    background-color: #fff;
    padding: 0 8px;
    -webkit-box-shadow: 0 -5px #00328d;
            box-shadow: 0 -5px #00328d;
  }


  .header-menu .current-menu-item > a,
  .header-menu > .menu-item.current-menu-parent > a,
  .header-menu > .menu-item.current-menu-ancestor > a{
    color: #00328d;
  }
  .header-menu li:first-child a {
    padding-left: 0;
  }

.header-menu li li a:hover {
  color: #00328d;
}
  /* Header Sub Menu */
  .header-menu > li:hover > ul {
    opacity: 1;
    pointer-events: all;
  }
  .header-menu > li > ul {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-bottom: 7px solid #00328d;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu > li > ul > li > a {
    color: #00328d;
    text-transform: none;
    font-weight: 500;
    font-size: 22px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-menu > li > ul > li > a > span {
    margin: 15px 0;
    color: #6a747c;
    font-size: 16px;
    font-weight: 600;
  }
  .header-menu > li > ul > li > ul > li > a {
    color: #6a747c;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 320px;
    word-break: break-word;
    padding-right: 5px;
  }
  .header-menu > li > ul > li > ul > li > a > img {
    width: 36px;
    height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px;
    margin-left: 5px;
  }
  
  .header-menu > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 290px;
  }

  .header-menu > li:hover > ul {
      align-items: flex-start;
  }
  
  .header-menu > li > ul > li.onecol > ul {
      max-height: 450px;
  }

  .header-menu > li > ul > li.onecol > ul > li > a {
      padding: 5px;
  }

  /* .header-menu > li > ul > li > ul .onecol { */
  /*   display: -webkit-box; */
  /*   display: -ms-flexbox; */
  /*   display: flex; */
  /*   -webkit-box-orient: vertical; */
  /*   -webkit-box-direction: normal; */
  /*   -ms-flex-direction: column; */
  /*   flex-direction: column; */
  /*   -ms-flex-wrap: initial; */
  /*   flex-wrap: initial; */
  /* } */
  
  .header-menu > li > ul > li {
    margin: 24px 0;
    padding: 0 45px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .header-menu > li > ul > li:first-child {
    border-right: 2px solid #003487;
  }
  /* .header-menu > li > ul > li:first-child {
    padding-left: 45px;
    padding-right: 94px;
    border-right: 2px solid #0f9eda;
  }
  .header-menu > li > ul > li:nth-child(2) {
    padding-left: 80px;
  } */
  /* Header Sub Menu Dropdown*/
  .header-menu > .menu-item-dropdown-layout {
    position: relative;
  }
  /* .header-menu > .menu-item-dropdown-layout > ul >  {
    
  } */
  .header-menu > .menu-item-dropdown-layout > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }

  .header-menu > .menu-item-dropdown-layout:last-child > ul {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .header-menu > .menu-item-dropdown-layout > ul > li {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
  .header-menu > .menu-item-dropdown-layout > ul > li:first-child {
    border-right: none;
  }
/* 
  .header-menu > .menu-item-dropdown-layout > ul > li > a {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #0f9eda;
  } */

  
  .header-menu > .menu-item-dropdown-layout > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 1000px;
  }
  .header-menu > .menu-item-dropdown-layout > ul > li > ul > li {
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  
  .header-menu > .menu-item-dropdown-layout > ul > li > ul > li > a{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding: 10px 0px;
    border-bottom: 1px solid #6a747c17;
  }
  
  
  /* Mobile Nav Menu */
  .rotate-down-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-nav-menu li {
    padding: 10px 15px;
  }
  .mobile-nav-menu i {
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile-nav-menu > li > a {
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-nav-menu > li > ul > li {
    padding: 10px 15px;
    display: none;
  }
  .mobile-nav-menu > li > ul > li > a {
    color: #fff;
  }
  .mobile-nav-menu > li > ul > li > a > span {
    display: none;
  }
  .mobile-nav-menu > li > ul > li > ul > li {
    padding: 10px 15px;
    display: none;
  }
  .mobile-nav-menu > li > ul > li > ul > li > a {
    color: #fff;
  }
  .mobile-nav-menu > li > ul > li > ul > li > a > img {
    display: none;
  }
  .mobile-header--has-margin-top,
  .mobile-nav--has-margin-top {
    margin-top: 0px;
  }
  .mobile-nav-inner {
    margin-top: 20px;
  }
  /* .home .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  } */
  .quote {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    background-image: url(../images/quote-bg-orange.png);
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: cover;
    /* width: 750px; */
    width: calc(100vw / 2.59);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 12px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .quote:hover {
    color: #0b2a49;
  }
  .quote .quote-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quote .quote-icon a {
    color: #fff;
    font-size: 50px;
  }
  .quote:hover .quote-icon a {
    color: #0b2a49;
  }
  .quote .quote-content {
    padding: 0 10px;
    max-width: 272px;
  }
  .quote .quote-title h2 {
      font-size: 34px;
      font-weight: bold;
      text-transform: uppercase;
  }
  .quote .quote-text {
    font-weight: 400;
  }
  .quote-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .quote-fixed {
    position: fixed;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-color: #f58221;
  }
  
  .quote-fixed.quote {
    padding: 5px 0;
  }
  .quote-fixed .quote-icon a {
    font-size: 33px;
  }
  .quote-fixed .quote-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quote-fixed .quote-title {
    margin-right: 20px;
    padding-bottom: 0px;
  }
  .quote-fixed .quote-title h2 {
    padding-bottom: 0px;
    font-size: 23px;
  }
  .quote-fixed .quote-text p {
    font-size: 15px;
  }
  /* Hero Slider */
  .hero-slider-slides {
    padding: 325px 0;
    position: relative;
  }
  .hero-slider-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .hero-slider-text {
    background-color: rgba(0, 52, 136, 0.55);
    padding: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .hero-slider-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
  }
  .hero-slider-text a {
    color: #fff;
    text-transform: uppercase;
  }
  .hero-slider-video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
  }
  /* .hero-slider-video iframe {
    height: 100%;
    width: 100%;
    pointer-events: none;
  } */
  .hero-slider-video iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 222.778vh;
  }
  
  /* Statement */
  .statement {
    background-image: url(../images/statement-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
  }
  .statement p, .home h1, .statement h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
  }
 
  /* Industries Slider */
  .industries-slider {
    padding: 25px 0;
  }
  .industry a:hover .industry-icon span {
    background-color: #003488;
  }
  .industry a:hover .industry-title span {
    color: #003488;
  }
  .industry-icon {
    margin-bottom: 15px;
  }
  .industry-icon span {
    background-color: #8a8f93;
    border-radius: 50%;
    display: block;
    height: 135px;
    width: 135px;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .industry-title span {
    color: #6a747c;
    display: block;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .industries-slider .owl-carousel {
    position: relative;
  }
  .industries-slider .owl-carousel .owl-nav button[class*="owl-"] {
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .industries-slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/arrow-left.png);
    left: 0;
    top: 65px;
  }
  .industries-slider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-right.png);
    right: 0;
    top: 65px;
  }
  .industries-slider .owl-carousel .owl-nav button[class*="owl-"]:hover {
    background-color: transparent;
  }
  
  .testimonials {
    padding: 30px 0;
  }
  .testimonial-slide .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonial-slide .testimonial-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-slide .testimonial-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
/*     max-width: 50%; */
    padding: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-slide .testimonial-text {
    color: #003488;
    font-size: 20px;
    line-height: 1.25;
  }
  .testimonial-slide .testimonial-by h6 {
    color: #6a747c;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 40px;
    text-align: right;
  }
  
  .testimonial-sidebar-slide .testimonial-text {
    color: #003488;
    font-size: 20px;
    line-height: 1.25;
  }
  
  .testimonial-sidebar-slide .testimonial-by h6 {
    color: #6a747c;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 40px;
  }
  .testimonial-sidebar-slide .testimonial-by-right h6 {
    text-align: right;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 30px;
  }
  .testimonial-sidebar-slide .owl-dots {
    margin-top: 25px;
  }
  .testimonial-content--bordered {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #6a747c;
    border-bottom: 1px solid #6a747c;
  }
  .testimonials-page-slider {
    margin-bottom: 100px;
  }
  
  .service-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .service-blocks .service-block {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service-blocks .service-block h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
  }
  .service-blocks .service-block .container {
    position: relative;
  }
  .service-blocks .service-block-motto {
    line-height: 1.2;
    font-size: 25px;
    padding: 30px 0 15px;
  }
  .service-blocks .service-block-text {
    font-size: 17px;
    padding: 15px 0;
  }
  .service-blocks .service-block-btn {
    margin: 15px 0;
  }
  .service-blocks ul {
    padding: 32px 0 0 16px;
  }
  .service-blocks ul li {
    list-style-type: disc;
  }
  
  .service-blocks.service-blocks--custom .service-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 70px 0 35px;
    background-position: center;
  }

  .service-blocks.service-blocks--custom .service-block:nth-child(2) {
    background-position: center!important;
  }
  .service-blocks.service-blocks--custom .service-block:nth-child(n) .container {
    margin: 0 auto;
    max-width: 1100px;
  }
  .service-blocks.service-blocks--custom
    .service-block:nth-child(n)
    .service-block-content {
    left: 0;
    margin: 0;
    max-width: 555px;
    position: relative;
  }
  .service-blocks.service-blocks--custom
  .service-block:nth-child(2)
  .service-block-content {
    margin-left: auto;
  }

  .service-blocks.service-blocks--custom .service-block-motto {
    font-weight: 700;
  }
  .service-blocks.service-blocks--custom .service-block-btn {
    padding-top: 125px;
    text-align: center;
  }
  .service-blocks.service-blocks--custom .service-block h3 {
    border-bottom: none;
  }
  
  .internal-page-flex {
    padding-top: 50px;
  }
  .internal-page .internal-page-title {
    padding-bottom: 25px;
  }
  .internal-page .internal-page-title h1 {
    color: #003488;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .internal-page .internal-page-title img {
    max-width: 50px;
  }
  
  .internal-page-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .internal-page-flex .internal-page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .internal-page-flex .internal-page-content--has-margin-top {
    margin-top: 120px;
  }
  .internal-page-flex .internal-page-content--has-margin-bottom {
    margin-bottom: 90px;
  }
  .internal-page-flex .internal-page-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-left: 45px;
  }
  
  .post--industry--has-margin-top {
    margin-top: 120px;
  }
  .sidebar-toggler {
    display: none;
  }
  
  .sidebar {
    max-width: 330px;
    padding-left: 75px;
    padding-top: 119px;
  }
  .sidebar--join-us {
    padding-top: 10px;
  } 
  .sidebar--landing-page {
    padding-top:0;
  } 
  
  .widget {
    color: #6a747c;
    margin-bottom: 50px;
    position: relative;
  }
  .widget-title {
    color: #003488;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .widget .widget-icon {
    max-width: 50px;
    position: absolute;
    left: -70px;
    top: -10px;
  }
  .widget .widget-icon svg {
    width: 45px;
    height: 45px;
    fill: red;
  }
  .widget:hover .widget-icon svg {
    fill: red;
  }
  .widget p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .widget a {
    color: #0f9eda;
  }
  .widget br {
    margin: 5px 0;
  }
  .widget .sticker {
    padding: 10px;
  }
  .widget .sticker a {
    font-weight: 700;
  }
  .widget .sticker.sticker--orange {
    background-color: #e6873c;
    color: #fff;
    margin-bottom: 10px;
  }
  .widget .sticker.sticker--orange a {
    color: #fff;
  }
  
  .sidebar--new-used .widget-title {
    display: none;
  }
  .sidebar--new-used .widget a {
    color: #6a747c;
    display: inline-block;
  }
  .sidebar--new-used .widget a.is_active {
    font-weight: bold;
    padding: 9px 0;
    position: relative;
  }
  .sidebar--new-used .widget a.is_active::before {
    background-color: #e9eaeb;
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
    width: calc(100% + 18px);
    z-index: -1;
  }

.sidebar--new-used .widget a:hover {
    color: #039fe2;
}
  
  .sidebar--new-used .cat-type-name h4 {
    color: #003488;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .sidebar--new-used .cat-type-options a {
    margin-bottom: 5px;
  }
  
  .sidebar .category-type {
    margin-bottom: 30px;
  }
  
  /* Tabbable */
  .tabbable--mobile {
    display: none;
  }
  
  .tabbable-list-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  
  .tabbable-list-titles li > a {
    color: #0f9eda;
    display: block;
    font-size: 22px;
    font-weight: 700;
    min-width: 200px;
    padding: 17px;
    text-align: center;
    text-transform: uppercase;
  }
  .tabbable-list-titles .is_active > a {
    border-bottom: 7px solid #0f9eda;
  }
  .tabbable .tabbable-list-contents > li {
    display: none;
  }
  .tabbable .tabbable-list-contents .is_active {
    display: block;
  }
  .tabbable .tabbable-list-contents li ul li, .tabbable .tabbable-list-contents .jsTabbableItemContent  ul li, 
  .tabbable--mobile .content ul li, .tabbable--mobile .content ul li {
    display: list-item;
    list-style-type: disc;
    /* margin-bottom: 10px; */
    margin-left: 20px;
  }
  .tabbable .tabbable-list-contents .jsTabbableItemContent ol li,
  .tabbable--mobile .content ol li {
    list-style-type: none;
  }
  .tabbable .tabbable-list-contents li ul li::marker,
  .tabbable--mobile .content ul li::marker {
    color: #003488;
  }
  .single-post--container .tabbable .tabbable-list-contents li ul li, .single-post--container .tabbable--mobile ul li ul li {
    list-style-image: url(../images/list-item-image.png);
  }
  .single-post--container .tabbable--mobile .tabbable-list-titles li ul {
    padding-left: 30px;
  }
  .single-post--container .tabbable .tabbable-list-contents li  {
    padding-left: 40px;
  }
  .accordion-list dt h3 {
    color: #003488;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion-list.contact-accordion dt:before {
    color: #003488;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .accordion-list.contact-accordion dd ol {
    counter-reset: li;
  }

  .accordion-list.contact-accordion dd ol li{
    counter-increment: li;
    margin-bottom: 10px;
  }

  .accordion-list.contact-accordion dd ol li::before {
    content: counter(li) ".";
    color: #6a747c;
    font-weight: bold;
/*     display: inline-block; */
    width: 10px;
    margin-left: -29px;
    margin-right: 10px;
  }

  .accordion-list dt:hover {
    cursor: pointer;
  }
  .accordion-list dt img {
    margin-left: 15px;
    max-width: 26px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accordion-list dt.is_open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .accordion-list dd {
    color: #6a747c;
    display: none;
    font-size: 20px;
    margin-left: 0;
  }

  .accordion-list.custom-container-accordion-list dd p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .accordion-list.custom-container-accordion-list dd ul {
    font-size: 16px;
  }
  .accordion-list.custom-container-accordion-list dd ul li{
    margin-bottom: 10px;
  }

  .accordion-list.custom-container-accordion-list ul li::before {
    content: "\2022";
    color: #003488;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }

  .tabbable .accordion-list dd ul li {
    display: block;
  }
  
  .text-area {
    color: #6a747c;
  }
  .text-area a {
    color: #0f9eda;
    font-weight: 900;
  }

  .text-area a:hover {
    text-decoration: underline;
  }
  .text-area p {
    margin: 15px 0;
    white-space: normal;
  }


.text-area h3 a, .text-area h4 a {
    font-weight: 900;
}
  
  .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .wpcf7 form label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 15px 0;
    position: relative;
    font-size: 25px;
    color: #003488;
    font-weight: bold;
    line-height: 1.2;
  }
  .wpcf7 form label.width--100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wpcf7 form label.width--100 input,
  .wpcf7 form label.width--100 textarea,
  .wpcf7 form label.width--100 select {
    max-width: 100%!important;
    width: 100%!important
  }

  .wpcf7 form label.width--30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wpcf7 form label.left-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .wpcf7 form label.middle-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .wpcf7 form label.right-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .wpcf7 form label.repeatable-label {
    font-size: 18px;
  }

  .wpcf7 form label.left-field,
  .wpcf7 form label.middle-field {
    margin-right: 15px;
  }


  .wpcf7-field-group .remove-button-quote-form {
    border: 0;
    color: #c0c0c0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
    margin-left: 2px;
  }

  .wpcf7-field-group .add-button-quote-form {
    display: block;
    width: 80%;
    margin: 35px auto;
    border: 0;
    background-color: #fff;
    border-top: 1px solid #0e9eda;
    color: #0e9eda;
    font-size: 18px;
    padding: 32px 0;
    cursor: pointer;
    position: relative;
    outline: none;
  }

  .wpcf7-field-group .add-button-quote-form::before {
    content: '';
    background-color: #fff;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 5;
  }

  .wpcf7-field-group .add-button-quote-form::after {
    content: '+';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    color: #0e9eda;
    border: 1px solid #0e9eda;
    border-radius: 50%;
    font-size: 40px;
    z-index: 6;
  }

  /* .wpcf7-field-group .add-button-quote-form::after {
    content: '';
    width: 60px;
    height: 60px;
    color: #0e9eda;
    position: absolute;
    top: -50%;
    left: 50%;
    background-image: url('../images/add-test.png');
    background-size: 60px;
    background-repeat: no-repeat;
} */

  .wpcf7 form .quote-form-button {
    width: 100%;
    text-align: center;
    margin: 25px 0 10px 0;
  }

  .wpcf7 form .quote-form-button input {
    padding: 15px 50px!important;
    text-transform: uppercase;
  }

  .wpcf7 form .payment-form-button {
    width: 100%;
    text-align: center;
    margin: 25px 0 10px 0;
  }

  .wpcf7 form .payment-form-button input {
    padding: 15px 50px!important;
    text-transform: uppercase;
  }

  #wpcf7-f984-o1 form {
  }

  #wpcf7-f984-o1 label {
      padding: 10px;
      width: 100%;
  }

  #wpcf7-f984-o1 input[type="number"] {
      width: 100%;
  }

  .wpcf7 form .quote-form-checkbox span.wpcf7-list-item {
    margin: 0;
  }

  .wpcf7 form .quote-form-checkbox .checkbox-field {
    position: relative;
  }
  .wpcf7 form .quote-form-checkbox input[type="checkbox"] {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    z-index: 5;
  }

  .wpcf7 form .quote-form-checkbox .checkmark {
    position: absolute;
    width: 100%;
    opacity: 1;
    height: 100%;
    background-color: #e9eaeb;
    z-index: 2;
    top: 0;
    left: 0;
  }

  .wpcf7 form .quote-form-checkbox input[type="checkbox"]:checked ~  .checkmark {
    background-image: url('../images/checkbox-check.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    opacity: 1;
  }

  .wpcf7 form .quote-form-info {
    font-weight: 300;
    font-size: 14px;
  }

  .wpcf7 form .quote-form-checkbox .text {
    font-size: 25px;
    color: #003488;
    font-weight: 900;
    margin-left: 10px;
  }

  .wpcf7 form .form-three-elements-row {
    margin: 0 -15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wpcf7 form label.width--30 {
    margin-right: 30px;
  }
  .wpcf7 form label.width--30 input,
  .wpcf7 form label.width--30 textarea {
    max-width: 100%!important;
    width: 100%!important
  }

  .wpcf7 form label.left-field input,
  .wpcf7 form label.left-field textarea,
  .wpcf7 form label.left-field select,
  .wpcf7 form label.middle-field input,
  .wpcf7 form label.middle-field textarea,
  .wpcf7 form label.middle-field select,
  .wpcf7 form label.right-field input,
  .wpcf7 form label.right-field textarea,
  .wpcf7 form label.right-field select{
    max-width: 100%!important;
    width: 100%!important
  }




  .wpcf7 form label.width--30 input,
  .wpcf7 form label.width--30 textarea {
    max-width: 100%!important;
    width: 100%!important
  }



  .wpcf7 form label span {
    display: block;
    margin-top: 5px;
  }
  .wpcf7 form input,
  .wpcf7 form textarea,
  .wpcf7 form select {
    border: none;
    color: #444444;
    font-weight: 300;
    font-size: 18px;
    max-width: 100%;
    padding: 5px;
    background-color: #eee;
  }
  
  .wpcf7 form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    
    background-image: url("../images/select_arrow.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 9px;
  }

  .wpcf7 form input[type=number] {
    
    background-image: url("../images/number-input-arrows.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center right 9px;
    padding-right: 20px;
  }

  .wpcf7 form .form-repeatable-field {
    width: 100%;
  }
  .wpcf7 form .form-repeatable-field .wpcf7-field-groups {
    width: 100%;
  }

  .wpcf7 form .form-repeatable-field .wpcf7-field-group{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .wpcf7 form .form-repeatable-field .wpcf7-field-group:not(:last-child) .add-button-quote-form { display: none; }

  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button {  
    opacity: 0;
  }

  .wpcf7 form label:nth-child(2n) input {
    max-width: calc(100% - 30px);
  }

.wpcf7 form label:nth-child(1n) input {
    max-width: calc(100% - 30px);
}

  .wpcf7 form input[type="submit"] {
    background-color: #e6873c;
    color: #fff;
    margin: 15px 0 15px auto;
    padding: 10px 30px;
  }
  .wpcf7 form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #00328d;
  }
  
  .wpcf7 form input[type="submit"]:disabled {
      color: #000;
      background-color: #ccc;
      cursor: not-allowed;
  }

  .wpcf7 form.sent .wpcf7-response-output {
      border: none;
      text-align: center;
  }

  .wpcf7-response-output {
      border: none;
      background: #d2f8d2;
      padding: 10px;
      width: 100%;
      font-weight: bold;
  }

  /* div.wpcf7 .ajax-loader { */
  /*   display: none; */
  /* } */

.wpcf7-not-valid-tip {
  font-size: .5em;
}
  
  .archive-hero--image {
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
    padding: 300px 0;
  }
  section.text-area {
    padding: 50px 0;
  }
  
  .category-block {
    padding-bottom: 20px;
    padding-top: 40px;
    border-top: 1px solid #9ca2a8;
  }
  .category-block .cat-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-block .cat-image {
      width: 205px;
      min-width: 180px;
      max-width: 205px;
    height: auto;
  }
  .category-block .cat-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .category-block .cat-content--has_indent {
    padding-left: 30px;
  }
  .category-block .cat-title {
    margin-bottom: 25px;
  }
  .category-block .cat-title a {
    color: #6a747c;
    display: block;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .category-block .cat-description {
    margin-bottom: 35px;
  }
  .category-block .btn-container {
    text-align: right;
  }
  
  /* Footer */
  .footer-top {
    background-color: #e6873c;
    padding: 20px 0;
  }
  
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .footer-tel {
    padding-right: 20px;
  }
  .footer-tel a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
  .footer-tel a:hover {
    color: #00328d;
  }
  
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
  .social-icon.social-icon--footer {
    background-color: #fff;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .social-icon.social-icon--footer a {
    color: #e6873c;
  }
  .social-icon.social-icon--footer:hover {
    background-color: #003488;
  }
  
  /* Archive Industry Page */
  .industries-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industries-grid .industries-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25;
    margin-bottom: 100px;
  }
  /* Single Page */
  .single-post {
    padding: 30px 0;
  }
  .single-post .single-post-title h1 {
    color: #003488;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .single-post-content .single-post-title h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 80px;
  }
  .single-post-content {
    padding: 50px 0;
  }
  .single-post-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .single-post-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .single-post-photos.single-post-photos-align-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-post-photos .single-post-featured {
    padding: 0 30px 0 0;
  }
  .single-post-thumbnails {
    padding: 30px 0;
  }
  .single-post-thumbnails ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-post-thumbnails ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .single-post-thumbnails img {
    height: 60px;
    width: 60px;
  }
  
  .single-post-text {
    font-size: 20px;
  }

  .single-post-text ul, .single-post-text ol {
    list-style-type: auto;
    padding-left: 20px;
  padding-bottom: 20px;
  }

  .single-post-text ul li, .single-post-details ul li {
    list-style-type: initial;
  }

  .single-post-details ul li {
    margin-left: 20px;
  }

  .single-post-text ol li, .single-post-details ul li {
    list-style-type: numbered;
  }

  .single-post-text p:not(:last-child){
    margin-bottom: 15px;
  }
  
  /* Single Industry Page */

  .single-post-title { max-width: 565px;}
  .single-post--industry .single-post-title h1 {
    display: -webkit-box;
    display: -ms-flexbox;
/*     display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-post--industry .single-post-title span {
    background-color: #003488;
    border-radius: 50%;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 20px;
    padding: 20px;
    position: relative;
  }
  .single-post--industry .single-post-title span img {
    display: block;
  }
  .single-post-tabbable {
    padding-top: 50px;
    border-top: 1px solid #6a747c;
  }
  
  /* Single Post Container Page */
  .single-post--container .single-post-title h1 {
/*     font-size: 27px; */
    margin-bottom: 30px;
  }
  
.single-post--container .single-post-text h2 {
    color: #003488;
    font-size: 20px;
    font-weight: 900;
}

  .single-post--container .single-post-text {
    font-size: 17px;
  }
  .single-post--container .single-post-text p {
    margin-bottom: 15px;
  }
  .single-post--container .single-post-text .btn-container {
    text-align: right;
  }
  .single-post--container .single-post-text .btn {
    text-transform: uppercase;
  }
  .single-post-details p{
    margin-bottom: 20px;
  }

.single-post--container .single-post-text ul li, .single-post-details ul li {
    padding-bottom: 10px;
}
  
  .faq-list dt {
    color: #003488;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .faq-list dd {
    font-size: 17px;
    margin: 0 0 30px 0;
  }
  
  .footer-bottom {
    background-color: #003488;
    color: #fff;
    font-size: 15px;
    padding: 50px 25px;
  }
  .footer-bottom .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-bottom a {
    color: #fff;
  }
  .footer-bottom a:hover {
    color: #0f9eda;
  }

  .google-reviews {font-size: 14px; text-align: center;}
  
  .footer-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .footer-bottom-flex i {
    display: none;
  }
  .footer-bottom ul li a {
    display: block;
    margin-bottom: 5px;
  }
  .footer-bottom ul.sub-menu {
    margin-bottom: 20px;
  }
  
  .footer-bottom ul li a {
    font-weight: 700;
  }
  .footer-bottom ul.sub-menu li a {
    font-weight: 400;
  }
  
  .footer-address {
    padding: 15px 0;
    text-align: center;
  }
  .footer-address address {
    font-style: normal;
    font-weight: 700;
  }
  
  .footer-copyright {
    padding: 15px 0 0;
    text-align: center;
  }
  
  /* Three Items Row */
  .three-icons-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 400px;
  }
  .three-icons-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .three-icons-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  .three-icons-image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 29px;
    background-color: #8a8f93;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .three-icons-link:hover .three-icons-image {
    background-color: #003488;
  }
  .three-icons-image img {
    width: 77px;
    height: auto;
  }
  .three-icons-link:active .three-icons-title,
  .three-icons-link:link .three-icons-title,
  .three-icons-link:visited .three-icons-title {
    color: #8a8f93;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .three-icons-link:hover .three-icons-title {
    color: #003488;
  }
  .three-icons-title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
  }
  
  /* Header Slider */
  .header_slider_item {
    padding-top: 220px;
    padding-bottom: 220px;
    background-size: cover;
    background-position: center;
  }
  
  /* Textarea */
  .text-area h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .text-area h3 {
    color: #003488;
    font-weight: 700;
    font-size: 20px;
  }
  .text-area p {
    font-size: 18px;
  }
  .tabbable-list-contents li .text-area ul li,
  .tabbable-list-titles li .text-area ul li {
/*     list-style: none!important; */
    line-height: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }
  .text-area ul li::before {
    color: #003488;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .text-area ul li ul li {
    margin-left: 15px;
  }
  .text-area ul li ul li::before {
    content: "\2013";
    color: #003488;
    font-weight: normal;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  .text-area ul li ul li ul li::before {
    content: "\2022";
    color: #003488;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .text-area ol {
    counter-reset: li;
  }
  .text-area ol li {
    counter-increment: li;
    line-height: 30px;
    margin-top: 10px;
  }
  .text-area ol li::before {
    content: counter(li) ".";
    color: #003488;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -29px;
    margin-right: 10px;
  }
  .text-area ul li a {
    font-size: 16px;
    text-transform: initial;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
  .tabbable-list-contents .specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabbable-list-contents .specifications p{
    margin: 0 40px 0 5px;
  }
  .tab-content .tabbable-list-contents .specifications p img,
  .content .specifications p img{
    max-width: 240px;
  }
  .content .specifications p  {
    text-align: center;
  }
  .tab-content .tabbable-list-contents .specifications table,
    .specifications table{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-collapse: collapse;
  }
  .content .specifications th,
  .content .specifications td {
    width: 192px;
    padding: 10px 0 14px 8px;
    border: 1px solid #dedede;
  }
  
  .tab-content .tabbable-list-contents .specifications th,
  .tab-content .tabbable-list-contents .specifications td {
    width: 192px;
    padding: 10px 0 14px 15px;
    border: 1px solid #dedede;
  }
  .tab-content .tabbable-list-contents .specifications th,
  .content .specifications th {
    background-color: #00328d;
    color: #fff;
  }

  .tab-content .tabbable-list-contents .specifications td,
  .content .specifications td {
    color: #000;
    font-weight: 400;
  }

  .text-area h4 {
    font-weight: 700;
  }
  
  /* Search */
  .screen-reader-text {
    display: none;
  }
  header #searchsubmit {
    /* display: none; */
    font-size: 0;
  }
  .internal-page-content .no-result {
    margin-top: 25px;
  }
  .internal-page-content .searchform div {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-top: 32px;
  }
  .internal-page-content .searchform div input,
  .internal-page-content .searchform div input:focus {
    border: 0;
    outline: none;
    padding: 17px;
  }
  .internal-page-content .searchform div input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eff0f0;
    color: #6a747c;
  }
  .internal-page-content .searchform div input[type="submit"] {
    min-width: 120px;
    background-color: #e6873c;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .internal-page-content .searchform div::after {
    content: "\26B2";
    color: white;
    font-size: 39px;
    font-weight: 100;
    position: absolute;
    top: 4px;
    right: 84px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
  }
  .internal-page-content .page-title {
    font-weight: 700;
    margin: 54px 0 0 0;
    font-size: 26px;
  }
  .internal-page-content .result__container {
    margin: 35px 0;
  }
  .internal-page-content .result__container a h2 {
    color: #003488;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .internal-page-content .result__container a:hover h2 {
    text-decoration: underline;
  }
  .internal-page-content .result__container p {
    line-height: 20px;
  }
  .internal-page-content .search_pagination {
    font-size: 18px;
    font-weight: 800;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 400px;
  }
  .internal-page-content .search_pagination .page-numbers {
    color: #0f9eda;
  }
  .internal-page-content .search_pagination span:first-child {
    margin-right: 16px;
  }
  .internal-page-content .search_pagination .page-numbers {
    border-right: 1px solid #6a747c;
    padding: 0 12px;
  }
  .internal-page-content .search_pagination .page-numbers.current {
    text-decoration: underline;
  }
  .internal-page-content .search_pagination .page-numbers:last-child {
    border: 0;
  }
  
  /* Promo Sister Company */
  .promo {
    background-color: #f0f7fc;
  }
  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__title {
    margin-top: 66px;
    margin-bottom: 43px;
  }
  .promo__title h1 {
    font-size: 37px;
    font-weight: 800;
    color: #003488;
    text-transform: uppercase;
    padding-left: 12px;
  }
  .promo__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
  }
  .promo__main .promo__main-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .promo__main .promo__main-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .promo__main .promo__main-paragraph {
    padding-left: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
  }
  .promo__main .promo__main-paragraph p {
    font-size: 20px;
    line-height: 26px;
  }
  .promo__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #003488;
    padding: 24px;
    margin-bottom: 90px;
  }
  .promo__box .promo__box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    margin-right: 60px;
  }
  .promo__box .promo__box-icon img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .promo__box .promo__box-paragraph {
    color: #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 22px;
  }
  .promo__box .promo__box-paragraph p a:hover {
    color: #0f9eda;
  }
  
  /* Three Icons Popup */
  .three-icons-popup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 80px 0;
    position: relative;
  }
  .three-icons-popup__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }
  .three-icons-popup__icon {
    max-width: 168px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .three-icons-popup__icon img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .three-icons-popup__icon-hover {
    display: none;
  }
  .three-icons-popup__item:hover .three-icons-popup__icon-static {
    display: none;
  }
  .three-icons-popup__item:hover .three-icons-popup__icon-hover {
    display: block;
  }
  .three-icons-popup__title {
    margin-top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .three-icons-popup__item:hover .three-icons-popup__title {
    color: #68747d !important;
  }
  .three-icons-popup__plus {
    margin-top: 7px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 55px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .three-icons-popup__item:hover .three-icons-popup__plus {
    color: #68747d !important;
  }
  .three-icons-popup__window {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    left: 0;
  }
  .three-icons-popup__item.is_active .three-icons-popup__window {
    opacity: 1;
    pointer-events: all;
  }
  .three-icons-popup__image {
    padding: 110px 75px 120px 50px;
  }
  .three-icons-popup__image img {
    max-width: 186px;
  }
  .three-icons-popup__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 60px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 60px;
  }
  .three-icons-popup__text h1 {
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 900;
    padding-bottom: 10px;
  }
  .three-icons-popup__text p {
    font-size: 17px;
    line-height: 25px;
  }
  .three-icons-popup__window i {
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 36px;
    cursor: pointer;
  }

  .three-icons-popup__item.is_active .three-icons-popup__icon,
  .three-icons-popup__item.is_active .three-icons-popup__title,
  .three-icons-popup__item.is_active .three-icons-popup__plus {
    display: none;
  }
  
  /*Testimonials Slider */
  .testimonials-page-slider {
    width: 100%;
    overflow: hidden;
  }
  
  /*Secondary Sidebar */
  .secondary_sidebar {
    /* border-bottom: 1px solid #68747d; */
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
  }
  .secondary_sidebar::after {
    content: "";
    display: inline-block;
    width: calc(100% + 70px);
    height: 0.2px;
    background-color: #68747d;
    position: absolute;
    bottom: 0%;
    left: 36%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .secondary_sidebar--item {
    position: relative;
    padding: 35px 0 26px 0;
    display: block;
  }
  .secondary_sidebar .secondary_sidebar--item .secondary_sidebar--icon {
    max-width: 50px;
    position: absolute;
    left: -70px;
    top: 23px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .secondary_sidebar .secondary_sidebar--item .secondary_sidebar--icon.active {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item.active--item
    .secondary_sidebar--icon {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item.active--item
    .secondary_sidebar--icon.active {
    opacity: 1;
  }
  .secondary_sidebar .secondary_sidebar--item:hover .secondary_sidebar--icon {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item:hover
    .secondary_sidebar--icon.active {
    opacity: 1;
  }
  .secondary_sidebar .secondary_sidebar--item .secondary_sidebar--text {
    position: relative;
    display: inline-block;
  }
  .secondary_sidebar .secondary_sidebar--item .secondary_sidebar--text span {
    color: #68747d;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .secondary_sidebar
    .secondary_sidebar--item.active--item
    .secondary_sidebar--text
    span {
    color: #0f9eda;
  }
  .secondary_sidebar
    .secondary_sidebar--item:hover
    .secondary_sidebar--text
    span {
    color: #0f9eda;
  }
  .secondary_sidebar
    .secondary_sidebar--item
    .secondary_sidebar--text
    .secondary_sidebar--arrow {
    max-width: 16px;
    position: absolute;
    right: -30px;
    top: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .secondary_sidebar
    .secondary_sidebar--item
    .secondary_sidebar--text
    .secondary_sidebar--arrow.active {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item.active--item
    .secondary_sidebar--text
    .secondary_sidebar--arrow {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item.active--item
    .secondary_sidebar--text
    .secondary_sidebar--arrow.active {
    opacity: 1;
  }
  .secondary_sidebar
    .secondary_sidebar--item:hover
    .secondary_sidebar--text
    .secondary_sidebar--arrow {
    opacity: 0;
  }
  .secondary_sidebar
    .secondary_sidebar--item:hover
    .secondary_sidebar--text
    .secondary_sidebar--arrow.active {
    opacity: 1;
  }
  
  /* Icons Layout */
  .icon_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
  }
  .icon_layout .icon_layout--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
  .icon_layout .icon_layout--item img {
    max-width: 140px;
    height: 100px;
  }
  .icon_layout .icon_layout--item h3 {
    color: #003488;
    font-size: 22px;
    font-weight: bold;
    margin: 27px 0;
  }
  .icon_layout .icon_layout--item .icon_layout--list {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon_layout .icon_layout--item .icon_layout--list li {
    list-style: disc;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  
/* Interport Advantage */
.interport-advantage {
  text-align: center;
  position: relative;
  margin-top: 42px;
}
.interport-advantage  .interport-advantage__content {
  padding-bottom: 250px;
}
.interport-advantage__content h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: #003488;
}
.interport-advantage__content--subtitle {
  margin: 22px 0;
}
.interport-advantage__content--subtitle span{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  color: #0f9eda;
  position: relative;
}
.interport-advantage__content--subtitle span:not(:first-child)::before {
  content: "\2022";
  color: #0f9eda;
  font-size: 26px;
  position: absolute;
  left: -16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interport-advantage__content--subtitle span:not(:last-child) {
  margin-right: 31px;
}
.interport-advantage__to-top {
  position: absolute;
  bottom: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0px;
}

.interport-advantage__to-top img {
 width: 20%;
 height: auto;
 margin: 0 auto;
 display: block;
}
.interport-advantage__to-top span {
  margin-top: 10px;
  display: block;
  color: #a9adb0;
  text-transform: uppercase;
}

/* Related Post */
.related-post .related-post__wrapper{
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 1px solid #6a747c;
  border-bottom: 1px solid #6a747c;
}
.related-post h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.related-post .row img {
  width: 230px;
  height: auto;
}
.related-post .row a {
  font-weight: 600;
}
.related-post .related-post--paragraph {
  font-size: 20px;
  padding: 20px;
}

/* Custom Build Conatiner Sub Page */
.custom-container__wrapper {
  padding-top: 50px;
  border-top: 1px solid #6a747c;
}
.custom-container__wrapper:last-child {
  margin-bottom: 50px;
}
.custom-container__wrapper h2 {
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 25px;
}
.custom-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-container__content a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.custom-container__content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 40px 100px;
}
.custom-container__content figure img {
  max-width: 240px;
}
.custom-container__content .custom-container__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.custom-container__content .custom-container__text p {
  margin-bottom: 35px;
}

.custom-container__content .custom-container__text .btn-container{
  text-align: right;
  padding: 0 0 0 30px;
}

.internal-page .text-area.text-area-content h2 {
  font-weight: 600;
  margin: 0;
  text-align: left;
  font-size: 28px;
  color: #6a747c;
/*   padding-bottom: 20px; */
/*   text-transform: uppercase; */
}

.internal-page .text-area.text-area-content h3 {
  font-size: 25px;
  color: #003488;
  margin-bottom: 20px;
}

.internal-page .text-area.text-area-content h3, .internal-page .text-area.text-area-content h4 {

}


.sameheight_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.internal-page .text-area.text-area-content .third {
  width: 30%;
  max-width: 326px;
  margin: 0 1% 30px;
}

.button-main {
  color: #fff !important;
  background: #f3b42a;
  border-radius: 4px;
  padding: 10px 25px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 4px solid #e79e00;
  margin-top: 10px;
  font-size: 18px;
}

.internal-page .text-area.text-area-content h3.button-main {
  font-size: 18px;
}

.internal-page .text-area.text-area-content p {
  margin-bottom: 30px;
  
}

.internal-page .text-area.text-area-content p:last-child {
  margin-bottom: 0;
}

.internal-page .text-area.text-area-content blockquote p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.internal-page .text-area.text-area-content hr {
  margin: 40px 0;
}

.request-quote {
  background: #f4f4f4;
  margin: 20px 0;
  padding: 25px 0 0 25px;
}
.request-quote-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request-quote-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

}
.request-quote-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.request-quote-thumb img {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(19px, 0);
      -ms-transform: translate(19px, 0);
          transform: translate(19px, 0);
}
.request-quote .btn {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 180px;
}
.request-quote .btn i {
  font-size: 30px;
  margin-right: 5px;
}
.text-area .request-quote .request-quote-flex .request-quote-list {
/*   margin-top: 10px; */
}
.text-area .request-quote .request-quote-flex .request-quote-list ol {
    padding-left: 0;
  counter-reset: li;
}
.text-area .request-quote .request-quote-flex .request-quote-list ol li {
    color: #003488;
  counter-increment: li;
}
.text-area .request-quote .request-quote-flex .request-quote-list ol li::before {
  content: counter(li);
  background: #003488;
  color: #fff;
    display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  margin-left: 0;
}
.text-area .request-quote .request-quote-title h2 {
  color: #6a747c;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

  /* ==========================================================================
       Media Queries
       ========================================================================== */
  /* Medium Screen */
  /* @media only screen and (max-width: 1400px) {
      
    } */
    @media only screen and (max-width: 1150px) {
      .header-menu > li > ul > li > ul > li > a {
        max-width: 220px;
      }

      /* .header-menu > .menu-item-dropdown-layout > ul > li > ul {
        flex-direction: column;
      } */
  
      /* .header-menu > .menu-item-dropdown-layout > ul > li > ul > li {
        width: 100%;
      } */
      /* .header-menu > .menu-item-dropdown-layout > ul {
        width: 300px;
      } */
    }


  /* Tablet */
  @media only screen and (max-width: 1024px) {
    /* Helpers */
    .hidden-tablet {
      display: none;
    }
    .visible-tablet {
      display: block;
    }
    /* Nav */
    .header-bottom i {
      display: inline-block;
    }
    .hidden-mobile {
      display: none;
    }
    .visible-mobile {
      display: block;
    }
    .header-middle {
      background-color: #fff;
      position: relative;
      z-index: 200;
    }
    .header-middle .header-flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .header-toggler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 42px;
      height: 36px;
      border: solid 1px #003488;
      border-radius: 3px;
      padding: 0 10px;
      line-height: 1;
      margin-left: auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .header-toggler-line {
      width: 100%;
      height: 3px;
      display: inline-block;
      background-color: #003488;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .header-toggler-line:not(:last-child) {
      margin-bottom: 3px;
    }
    .header-toggler.is_active .header-toggler-line:nth-child(2) {
      opacity: 0;
    }
    .header-toggler.is_active .header-toggler-line:nth-child(1) {
      -webkit-transform: rotate(-45deg) translate(-4px, 4px);
      -ms-transform: rotate(-45deg) translate(-4px, 4px);
      transform: rotate(-45deg) translate(-4px, 4px);
    }
    .header-toggler.is_active .header-toggler-line:nth-child(3) {
      -webkit-transform: rotate(45deg) translate(-4px, -4px);
      -ms-transform: rotate(45deg) translate(-4px, -4px);
      transform: rotate(45deg) translate(-4px, -4px);
    }

    .related-post .related-post--paragraph {
      padding: 10px;
    }
    /* Mobile Nav */
    .mobile-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #003488;
      z-index: 100;
      padding-top: 100px;
      opacity: 0;
      pointer-events: none;
      overflow: auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .mobile-nav.is_active {
      opacity: 1;
      pointer-events: auto;
    }
    .mobile-header--has-margin-top,
    .mobile-nav--has-margin-top {
      margin-top: 60px;
    }
    .menu-item.current-menu-item{
      background-color: #003488;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 10px 15px;
    }
    .header-contact.header-contact--mobile {
      text-align: center;
    }
    .header-search.header-search--mobile {
      background-image: none;
    }
    .header-search.header-search--mobile form {
      position: relative;
      right: unset;
      top: unset;
    }
    .header-search.header-search--mobile form div {
      width: 100%;
    }
    .header-search.header-search--mobile form input[type="text"] {
      width: 100%;
    }
    .header-payment.header-payment--mobile a {
      color: #fff;
    }
  
    .service-blocks .service-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .service-blocks .service-block:first-child {
      background: #8b949b;
      background-image: none!important;
    }
    .service-blocks .service-block:nth-child(2) {
      background: #007bbc;
      background-image: none!important;
    }
    .service-blocks.service-blocks--custom .service-block:nth-child(2) .service-block-content {
      margin: 0;
    }

    .service-blocks .service-block-content {
      position: relative;
    }
  
    .internal-page-flex .internal-page-sidebar {
      position: fixed;
      right: -330px;
      top: 0;
      -webkit-box-shadow: 0 0 10px -5px #000;
      box-shadow: 0 0 10px -5px #000;
      height: 100%;
      margin: 0;
      overflow: auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
      pointer-events: none;
      width: 330px;
      padding: 15px;
      background-color: #fff;
    }
    .internal-page-flex .internal-page-content--has-margin-top {
      margin-top: 0;
    }
    .post--industry--has-margin-top {
      margin-top: 0;
    }
    .internal-page-flex .internal-page-content--has-margin-bottom {
      margin-bottom: 200px;
    }
    .internal-page-flex .internal-page-sidebar--open {
      right: 0;
      opacity: 1;
      pointer-events: auto;
      z-index: 200;
    }
  
    .interport-advantage  .interport-advantage__content {
      padding-bottom: 200px;
    }
  
    .sidebar--has-margin-top {
      margin-top: 0px;
    }
    .sidebar-toggler {
      position: fixed;
      right: 0;
      top: 25vh;
      background-color: #e6873c;
      border-radius: 5px 0 0 5px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      z-index: 2;
    }
    .sidebar-toggler--open {
      right: 330px;
    }
    .sidebar-toggler a {
      color: #fff;
      display: block;
      padding: 15px;
    }
    .sidebar-toggler a i {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .sidebar-toggler--open a i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  
    .single-post-photos {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .single-post-photos .single-post-featured {
      padding: 0 25px 0 0;
    }
  
    .footer-bottom-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .footer-bottom .footer-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
    .header_slider_item {
      padding-top: 200px;
      padding-bottom: 200px;
    }
    .internal-page-content .search_pagination {
      margin-bottom: 200px;
    }
    .three-icons-container {
      margin-bottom: 200px;
    }
  
    /* Promo */
    .promo__title {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .promo__title h1 {
      padding-left: 0;
    }
    .promo__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .promo__main .promo__main-paragraph {
      padding-left: 0px;
      padding-right: 0px;
    }
    .promo__main .promo__main-image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      margin-bottom: 20px;
    }
    .promo__main .promo__main-image img {
      width: 100%;
    }
    /* Three Icons Popup */
  
    .three-icons-popup__icon {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
    .three-icons-popup__item {
      margin-bottom: 50px;
    }
    .three-icons-popup__window {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .three-icons-popup__image {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      padding: 20px 0px 50px 0px;
    }
    .three-icons-popup__text {
      padding-right: 0;
      padding: 0 15px;
    }
    .three-icons-popup__text h1 {
      text-align: center;
    }
  
    /* Icons Layout */
    .icon_layout .icon_layout--item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  
    /* Tabbable */
    .tabbable .tabbable-list-titles {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    
    /* Quote  */
    .quote {
      position: fixed;
      top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      background-color: #f58221;
      z-index: 250;
    }
  
    .quote {
      padding: 5px 0;
    }
    .quote .quote-icon a {
      font-size: 33px;
    }
    .quote .quote-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .quote .quote-title {
      margin-right: 20px;
      padding-bottom: 0px;
    }
    .quote .quote-title h2 {
      padding-bottom: 0px;
      font-size: 23px;
    }
    .quote .quote-text p {
      font-size: 15px;
    }

    /* Custom Built Container */
    .custom-container__content figure {
      padding: 40px 0 40px 0;
    }
  }

  @media only screen and (min-width: 1025px) {
    .service-blocks .service-block {
      padding-bottom: 682px;
    }
    .service-blocks .service-block .container {
      max-width: 550px;
    }
    .service-blocks .service-block:nth-child(2n + 1) .container {
      margin-right: 0;
    }
    .service-blocks .service-block:nth-child(2n) .container {
      margin-left: 0;
    }
    .service-blocks .service-block-content {
      position: absolute;
      top: 20px;
    }
    .service-blocks .service-block:nth-child(2n + 1) .service-block-content {
      right: 20px;
    }
    .service-blocks .service-block:nth-child(2n) .service-block-content {
      left: 20px;
    }
  }
  
  /* Mobile */
  @media only screen and (max-width: 767px) {
    .hero-slider-text h2 {
      font-size: 30px;
    }
    .statement p {
      font-size: 18px;
    }
    .testimonial-slide .testimonial {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .testimonial-slide .testimonial-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .testimonial-slide .testimonial-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px 0;
    }
    .testimonials-page-slider {
      margin-bottom: 50px;
    }
  
    .service-blocks .service-block h3 {
      font-size: 28px;
    }
    .service-blocks .service-block-motto {
      font-size: 18px;
      padding: 15px 0;
    }
    .service-blocks .service-block-text {
      font-size: 14px;
      padding: 10px 0;
    }
    
    .service-blocks.service-blocks--custom .service-block {
    padding: 12px 0 35px;
  }
    
    .service-blocks.service-blocks--custom .service-block-btn {
    padding-top: 21px;
    }

    .internal-page .internal-page-title {
      padding-bottom: 5px;
    }
  
    .internal-page .internal-page-title h1 {
      font-size: 30px;
    }
  
    .industry-icon span {
      height: 100px;
      width: 100px;
    }
    .industry-title span {
      font-size: 16px;
    }
    .archive-hero--image {
      padding: 140px 0;
    }

    .industries-grid .industries-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 25;
      margin-bottom: 30px;
    }
    
    .testimonial-slide .testimonial-text {
      font-size: 18px;
    }
    .testimonial-slide .testimonial-by h6 {
      font-size: 18px;
      margin-top: 20px;
    }
  
    .single-post-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .single-post-photos {
      max-width: 100%;
    }
    .single-post-photos .single-post-featured {
      padding: 0;
      text-align: center;
    }
    .single-post-thumbnails ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .single-post-content {
      padding: 0 0 25px;
    }

    .single-post--industry .single-post-title h1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    .category-block .cat-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .category-block .cat-content--has_indent {
      padding: 0;
    }
    .category-block .cat-title {
      margin: 15px 0;
    }
    .category-block .cat-title a {
      font-size: 22px;
    }
    .category-block .cat-image {
      min-width: auto;
      text-align: center;
    }
  
    .three-icons-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .header_slider_item {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  
    .internal-page-content .search_pagination {
      margin-bottom: 150px;
    }
  
    .promo__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .promo__box .promo__box-icon {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }
    .promo__box .promo__box-icon img {
      max-width: 80px;
      margin-right: 0px;
    }
  
    .three-icons-popup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; 
    }

    .three-icons-popup__item.is_active .three-icons-popup__window {
      position: relative;
    }
  
    .quote .quote-icon {
      margin: 0 10px;
    }
    .quote .quote-icon a {
      font-size: 28px;
    }
    .quote .quote-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-right: auto;
    }
    .quote .quote-title h2 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 5px;
    }
    .quote .quote-text p {
      font-size: 12px;
    }
  
    .footer-tel {
      padding-right: 5px;
    }
    .footer-tel a {
      font-size: 18px;
    }
    .footer-social {
      padding-left: 5px;
    }
    .social-icon.social-icon--footer {
      margin-right: 5px;
    }
    .footer-bottom .footer-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
    
    .footer-col .menu-item.current-menu-item {
    padding: 0;
    }

    .internal-page .text-area.text-area-content .third {
      width: 100%;
      max-width: 326px;
      margin: 0 auto 30px;
    }

    .internal-page .text-area.text-area-content .wp-block-media-text {
      display: block;
    }
    .internal-page .text-area.text-area-content .wp-block-media-text figure {
      margin-bottom: 20px;
    }

    .text-area p {
      margin: 10px 0;
    }

    .request-quote-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .request-quote-media {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  
  @media only screen and (max-width: 690px) {
    .tabbable {
      display: none;
    }
    /* .internal-page .tabbable {
      display: block;
    } */
    .tabbable--mobile {
      display: block;
    }
    .tabbable--mobile .tabbable-list-titles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .tabbable--mobile .tabbable-list-titles .content {
      display: none;
      padding: 5px 0;
    }
    .tabbable--mobile .tabbable-list-titles .content.is_active {
      display: block;
    }
    .tabbable--mobile .content .text-area form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .tabbable--mobile .content .text-area form label {
      max-width: 100%;
    }
    .tabbable--mobile .content .text-area form input[type="submit"] {
      margin: 0;
    }

    /* Custom Built Container */
    .custom-container__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .custom-container__content .custom-container__text {
      padding: 15px;
    }

    .wpcf7 form .form-three-elements-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .wpcf7 form .form-repeatable-field .wpcf7-field-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .wpcf7 form label.repeatable-label {
      width: 100%;
    }

    .wpcf7 form label.left-field,
    .wpcf7 form label.middle-field {
      margin-right: 0px;
    }
  }
  
  @media only screen and (max-width: 670px) {
    /* Icon Layout */
    .icon_layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 0px;
    }
    .icon_layout .icon_layout--item {
      margin-bottom: 45px;
    }
  }
  
  @media only screen and (max-width: 576px) {
    .header-logo figcaption {
      display: none;
    }
    .header-logo img {
      width: 180px;
    }
  
    .internal-page-flex .internal-page-content--has-margin-bottom {
      margin-bottom: 100px;
    }
    .internal-page-title h1 span {
      font-size: 26px;
    }
  
    .three-icons-container {
      margin-bottom: 100px;
    }
  
    .internal-page-content .search_pagination {
      margin-bottom: 100px;
    }

    .interport-advantage  .interport-advantage__content {
      padding-bottom: 100px;
    }
  
    .header_slider_item {
      padding-top: 110px;
      padding-bottom: 110px;
    }
  
    .promo__title h1 {
      font-size: 28px;
    }
    .promo__main .promo__main-paragraph p {
      font-size: 18px;
    }
    .promo__box-paragraph p {
      font-size: 18px;
    }

    .interport-advantage__to-top {
      display: none;
    }

    .request-quote-thumb img {
      max-width: 115px;
    }
  
    .btn--xlarge {
      padding: 10px 20px;
    }
  }
  /* Small Phone */
  @media only screen and (max-width: 360px) {
    .internal-page-content .searchform div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .internal-page-content .searchform div input[type="submit"] {
      text-align: center;
    }
    .internal-page-content .searchform div::after {
      display: none;
    }
  }
  
  /* ==========================================================================
       Basic Print styles
       ========================================================================== */
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important; /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]:after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
  
    /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
  
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */
  
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
