/* ==========================================================================
  COMMON VARIABLES
  ========================================================================== */
/* ==========================================================================
  Base Typography Styles
  ========================================================================== */
/* ==========================================================================
   Base Type
   ========================================================================== */
*::-moz-focus-inner {
  border: 0; }
*:focus, *:active, *:hover {
  outline: 0; }
  *:focus::-moz-focus-inner, *:active::-moz-focus-inner, *:hover::-moz-focus-inner {
    border: 0; }

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #005B9D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif; }

/* ==========================================================================
   Headings and paragraph
   ========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-style: normal; }

h1, .h1 {
  font-size: 1.25rem; }

h2, .h2 {
  font-size: 1.0625rem; }

h3, .h3 {
  font-size: 0.875rem; }

h4, .h4 {
  font-size: 0.8125rem; }

h5, .h5 {
  font-size: 0.75rem; }

h6, .h6 {
  font-size: 0.6875rem; }

h1, h2, h3, h4, h5, h6, p, a, span, li {
  word-wrap: break-word;
  word-break: break-word; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0; }
    .custom-checkbox input[type='checkbox']:checked + label {
      font-weight: 400; }
      .custom-checkbox input[type='checkbox']:checked + label:before {
        background-color: #005B9D; }
      .custom-checkbox input[type='checkbox']:checked + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 7px;
        width: 5px;
        height: 11px;
        border: solid;
        border-width: 0px 2px 2px 0px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        color: #fff; }
    .custom-checkbox input[type='checkbox'] + label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-bottom: 0;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #141517; }
      .custom-checkbox input[type='checkbox'] + label:before {
        content: "";
        display: inline-block;
        vertical-align: text-top;
        width: 17px;
        height: 17px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
        flex: 0 0 17px;
        margin-right: 7px;
        border: 1px solid #707070; }
      .custom-checkbox input[type='checkbox'] + label:before, .custom-checkbox input[type='checkbox'] + label:after {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      @media (max-width: 991px) {
        .custom-checkbox input[type='checkbox'] + label {
          font-size: 0.875rem; } }

.text-primary {
  color: #005B9D !important; }

.text-secondary {
  color: #FFD600 !important; }

.text-secondary-dark {
  color: #EFC900 !important; }

.bg-primary {
  background-color: #005B9D !important; }

.bg-secondary {
  background-color: #FFD600 !important; }

.text-danger {
  color: !important; }

.secondary-font {
  font-family: "Nunito Sans", serif; }

.sub-font {
  font-family: "Nunito Sans", serif; }

.text-underline {
  text-decoration: underline; }

.underline-none {
  text-decoration: none; }
  .underline-none:hover {
    text-decoration: none; }

.radius {
  border-radius: 5px !important; }

.box-shadow-primary {
  -webkit-box-shadow: 0 3px 39px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 39px rgba(0, 0, 0, 0.06); }
.box-shadow-secondary {
  -webkit-box-shadow: 0 3px 39px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 39px rgba(0, 0, 0, 0.13); }

.font-weight-light {
  font-weight: 300 !important; }
.font-weight-regular, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td ul#shipping_method .amount, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td ul#shipping_method .amount, .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td ul#shipping_method .amount, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-link, .checkoutRow .woocommerce-billing-fields h3, .checkoutRow .section-title, .checkoutRow .shipping-title.shipping-title label {
  font-weight: 400 !important; }
.font-weight-medium {
  font-weight: 500 !important; }
.font-weight-semi-bold {
  font-weight: 600 !important; }
.font-weight-bold, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount, .woocommerce-checkout .terms-condition.terms-condition label, .checkoutRow .section-title span {
  font-weight: 700 !important; }

.min-height {
  min-height: 100vh; }

.no-border {
  border: 0 !important; }

.cursor-pointer {
  cursor: pointer; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ellipsis-2 {
  display: -webkit-box;
  height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.overflow-hidden {
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.disabled {
  pointer-events: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.btn {
  border-radius: 17px !important;
  border-top-right-radius: 0 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  border: none !important; }
  .btn.btn-lg {
    padding: 16px 1rem; }
    @media (max-width: 767px) {
      .btn.btn-lg {
        padding: 15px 1rem; } }
  .btn:focus, .btn:active, .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-primary {
  background-color: #005B9D !important;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:focus {
    color: inherit; }

.btn-secondary {
  background-color: #FFD600 !important;
  color: #005B9D; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: inherit; }

.btn-grey {
  background-color: #cfcfcf; }

.requestprice {
  padding: 16px 35px !important;
  text-shadow: 1px 1px 2px #b29600 !important; }

header {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #005B9D;
  position: relative; }
  @media (max-width: 991px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10; } }
  @media (max-width: 767px) {
    header {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header {
      padding-top: 35px;
      padding-bottom: 35px; } }
  header .open-menu {
    display: inline-block;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .open-menu {
        max-width: 75px;
        width: 75px; } }
    @media (max-width: 767px) {
      header .open-menu {
        max-width: 68px;
        width: 68px; } }
  @media (min-width: 992px) {
    header .desktop-logo-cover {
      margin-right: 10%; } }
  header .desktop-logo {
    width: 205px; }
    @media (min-width: 1600px) {
      header .desktop-logo {
        max-width: 255px;
        width: 255px; } }
  header .mobile-logo {
    max-width: 45px; }
  header .main-menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      header .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    header .main-menu > li {
      position: relative; }
      @media (min-width: 992px) {
        header .main-menu > li {
          margin-right: 30px; }
          header .main-menu > li.current-menu-item a {
            color: #FFD600; } }
      @media (max-width: 991px) {
        header .main-menu > li {
          border-top: none; } }
      header .main-menu > li a {
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5625rem;
        font-weight: 700;
        padding-right: 5px;
        display: inline-block; }
        @media (min-width: 992px) {
          header .main-menu > li a {
            white-space: nowrap; } }
        @media (max-width: 991px) {
          header .main-menu > li a {
            font-size: 1.5rem;
            line-height: 2.375rem;
            padding-left: 35px; } }
        @media (max-width: 767px) {
          header .main-menu > li a {
            font-size: 1.25rem;
            line-height: 2.375rem;
            padding-left: 35px; } }
        @media (max-width: 991px) {
          header .main-menu > li a {
            padding-top: 56px;
            padding-bottom: 56px;
            padding-right: 0;
            border-bottom: 1px solid #00497E;
            display: block; }
            header .main-menu > li a.text-uppercase {
              padding-top: 36px;
              padding-bottom: 36px; } }
        @media (max-width: 767px) {
          header .main-menu > li a {
            padding-top: 27px;
            padding-bottom: 27px; }
            header .main-menu > li a.text-uppercase {
              text-transform: lowercase !important;
              font-weight: 700; } }
      @media (max-width: 991px) {
        header .main-menu > li .menu-item-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          header .main-menu > li .menu-item-holder .menu-col {
            width: calc(100% - 112px); }
            header .main-menu > li .menu-item-holder .menu-col.sub-menu-trigger {
              width: 112px;
              position: absolute;
              height: 100%;
              background-color: #005491;
              border-bottom: 1px solid #00497E;
              right: 0;
              top: 0; } }
      @media (min-width: 992px) {
        header .main-menu > li li {
          border-top: none; }
          header .main-menu > li li:not(:last-child) {
            margin-bottom: 5px; } }
      @media (max-width: 991px) {
        header .main-menu > li li a {
          font-size: 1.5rem;
          line-height: 2.375rem; } }
      @media (max-width: 767px) {
        header .main-menu > li li a {
          font-size: 1.25rem;
          line-height: 2.375rem; } }
      header .main-menu > li:hover {
        color: #FFD600; }
        @media (min-width: 992px) {
          header .main-menu > li:hover a {
            color: #FFD600; } }
        @media (min-width: 992px) {
          header .main-menu > li:hover .sub-menu {
            display: block; } }
      header .main-menu > li .sub-menu {
        list-style: none;
        padding-left: 0;
        display: none;
        background-color: #005B9D;
        z-index: 1; }
        @media (min-width: 992px) {
          header .main-menu > li .sub-menu {
            position: absolute;
            border-top: 2px solid #FFD600;
            padding: 20px;
            z-index: 3; }
            header .main-menu > li .sub-menu:after {
              content: ""; } }
        header .main-menu > li .sub-menu a {
          color: #fff;
          display: block;
          font-size: 0.875rem;
          line-height: 1.875rem;
          font-weight: 400; }
          @media (max-width: 991px) {
            header .main-menu > li .sub-menu a {
              font-size: 1.25rem;
              line-height: 1.375rem;
              padding-top: 102px;
              padding-bottom: 102px; } }
          @media (max-width: 767px) {
            header .main-menu > li .sub-menu a {
              font-size: 1rem;
              line-height: 1.375rem;
              padding-top: 43px;
              padding-bottom: 43px; } }
          @media (min-width: 992px) {
            header .main-menu > li .sub-menu a:hover {
              color: #FFD600; } }
        header .main-menu > li .sub-menu.active {
          display: block; }
      header .main-menu > li .sub-menu-trigger {
        cursor: pointer; }
        @media (min-width: 992px) {
          header .main-menu > li .sub-menu-trigger {
            display: inline-block;
            width: 10px;
            height: 6px; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    header .main-menu > li .sub-menu-trigger {
      position: relative; } }

        header .main-menu > li .sub-menu-trigger.collapse-trigger:after {
          content: "";
          background-image: url(../images/more_icon.svg); }
          @media (min-width: 992px) {
            header .main-menu > li .sub-menu-trigger.collapse-trigger:after {
              background-image: url(../images/arrow.svg);
              width: 10px;
              height: 6px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    header .main-menu > li .sub-menu-trigger.collapse-trigger:after {
      position: absolute;
      top: initial;
      -webkit-transform: initial;
              transform: initial; } }

        header .main-menu > li .sub-menu-trigger:after {
          content: "";
          background-image: url(../images/less_icon.svg);
          height: 40px;
          width: 40px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          left: 0;
          margin: 0 auto;
          color: #fff;
          background-repeat: no-repeat; }
          @media (min-width: 992px) {
            header .main-menu > li .sub-menu-trigger:after {
              background-image: url(../images/arrow.svg);
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              width: 10px;
              height: 6px;
              left: initial; } }
  @media (max-width: 991px) {
    header .menu-holder {
      background-color: #005B9D;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 10;
      overflow-y: scroll; } }
  header .menu-holder.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  header .contact-btn {
    width: 100%;
    border: 3px solid #fff !important;
    padding: 10px 21px;
    border-radius: 15px 0 15px 15px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16); }
    @media (max-width: 991px) {
      header .contact-btn {
        background-color: #FFD600;
        border-radius: 0 !important;
        border: 0 !important;
        padding: 66px 0.75rem;
        font-size: 20px !important;
        line-height: 22px !important; } }
    @media (max-width: 767px) {
      header .contact-btn {
        padding: 34px 0.75rem; } }
    header .contact-btn:hover, header .contact-btn:focus {
      background-color: #FFD600 !important;
      border-color: #FFD600 !important;
      color: #fff !important;
      text-shadow: 1px 1px 3px rgba(187, 157, 0, 0.9); }
  header .close-icon-cover {
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 36px;
    border-bottom: 2px solid #00497E; }
    header .close-icon-cover .close-icon {
      width: 43px; }
    @media (min-width: 992px) {
      header .close-icon-cover {
        display: none; } }

.home header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }
@media (max-width: 991px) {
  .home .site-container {
    margin-top: 0 !important; } }

.page-template-template-contact .contact-btn {
  background-color: #FFD600 !important;
  border-color: #FFD600 !important;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(187, 157, 0, 0.9); }

.menu-item-holder.top-border > a {
  border-bottom: 2px solid #00497E; }
  .menu-item-holder.top-border > a + .sub-menu-trigger {
    border-bottom: 2px solid #00497E !important; }

@media (max-width: 991px) {
  .sub-menu li:last-child a {
    border-bottom: none !important; } }
footer {
  background-color: #FFD600;
  padding-top: 45px; }
  footer .footer-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px; }
    footer .footer-menu a {
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #005B9D; }
      @media (max-width: 991px) {
        footer .footer-menu a {
          font-size: 1rem;
          line-height: 1.375rem; } }
      @media (min-width: 1366px) {
        footer .footer-menu a:before {
          content: "";
          background-image: url("../images/right-chevron.svg");
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          width: 15px;
          height: 10px; } }
      @media (min-width: 1600px) {
        footer .footer-menu a:before {
          content: "";
          display: none; } }
    @media (max-width: 767px) {
      footer .footer-menu li:not(:last-child) {
        margin-bottom: 15px; } }
  footer .form-title {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #005B9D;
    font-weight: 700; }
  footer .form-container .frm_form_field label {
    display: none; }
  footer .form-container .frm_form_field input,
  footer .form-container .frm_form_field textarea {
    border-radius: 0;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    color: #B7B7B7; }
  footer .form-container .frm_form_field input[type="text"],
  footer .form-container .frm_form_field input[type="email"] {
    padding: 0 0.75rem; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      footer .form-container .frm_form_field input[type="text"],
      footer .form-container .frm_form_field input[type="email"] {
        height: 26px; } }
  footer .form-container .frm_form_field textarea {
    height: 85px; }
  footer .form-container .frm_submit {
    text-align: right;
    margin-top: 6px; }
  footer .form-container .frm_form_field.frm_half {
    width: calc(50% - 3px); }
  footer .form-container .frm_form_field.frm_half.frm_first {
    margin-left: 0; }
  footer .form-container .frm_form_field.frm_half {
    margin-left: 6px;
    margin-bottom: 6px; }
  footer .form-container button {
    font-size: 12px !important;
    line-height: 17px !important;
    padding: 9px 26px;
    border-radius: 12px 0 12px 12px !important; }
  footer .form-container .frm_error {
    font-size: 0.75rem;
    line-height: 1.25rem; }
  @media (min-width: 1600px) {
    footer .form-container {
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; } }
  footer .info-list {
    color: #005B9D;
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-top: 15px; }
    footer .info-list a {
      color: inherit;
      text-decoration: none; }
    footer .info-list .logos {
      margin-top: 25px; }
      @media (max-width: 991px) {
        footer .info-list .logos {
          margin-top: 51px; } }
      footer .info-list .logos .logo:not(:last-child) {
        margin-right: 20px; }
  @media (max-width: 991px) {
    footer .logos {
      margin-left: auto;
      margin-right: auto;
      width: 50%; } }
  @media (max-width: 767px) {
    footer .logos {
      width: 100%; } }
  footer .copyright-text {
    border-top: 1px solid #EFC900;
    color: #D1AF00;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (max-width: 1024px) {
      footer .copyright-text {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991px) {
      footer .copyright-text {
        margin-top: 42px;
        padding-top: 33px;
        padding-bottom: 33px; } }
    @media (max-width: 767px) {
      footer .copyright-text {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      footer .copyright-text {
        color: #DBB801;
        margin-top: 70px; } }
  footer .footer-cols {
    margin-bottom: 24px; }

.footer-banner {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFD600;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 1600px) {
    .footer-banner {
      padding-top: 115px;
      padding-bottom: 115px; } }
  @media (max-width: 991px) {
    .footer-banner {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .footer-banner img {
    max-width: 45px;
    margin-right: 12px;
    z-index: 1;
    position: relative; }
    @media (max-width: 1024px) {
      .footer-banner img {
        margin-right: 0;
        margin-bottom: 12px; } }
    @media (max-width: 991px) {
      .footer-banner img {
        max-width: 45px; } }
  .footer-banner .title {
    color: #EFC900;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.625rem;
    z-index: 1;
    position: relative; }
  .footer-banner .ans {
    font-size: 26px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    position: relative;
    word-break: break-word; }
  @media (max-width: 991px) {
    .footer-banner [class*='col-']:not(:last-child) {
      margin-bottom: 65px; } }
  .footer-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 91, 157, 0.7); }
  .footer-banner a {
    color: #fff;
    text-decoration: none; }

.wp-block-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (min-width: 600px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }
@media (min-width: 992px) {
  .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 45px);
        flex-basis: calc(50% - 45px); }

  .wp-block-column:not(:first-child) {
    margin-left: 90px; } }
@media (min-width: 1600px) {
  .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 75px);
        flex-basis: calc(50% - 75px); }

  .wp-block-column:not(:first-child) {
    margin-left: 150px; } }
@media (min-width: 992px) {
  .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 37px;
    padding-right: 37px; }
    .container .c-row {
      margin-left: -37px;
      margin-right: -37px; }
      .container .c-row > [class*='col-'] {
        padding-left: 37px;
        padding-right: 37px; } }
@media only screen and (device-width: 768px) {
  .container {
    max-width: 638px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1118px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1400px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1640px; }

  .container-xl {
    max-width: 1364px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; } }
.banner-slider .slides .slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner-slider .slides .slide .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .banner-slider .slides .slide .content-container.position-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .banner-slider .slides .slide .content-container .banner-content-holder {
      width: 50%; }
      @media (max-width: 991px) {
        .banner-slider .slides .slide .content-container .banner-content-holder {
          width: 70%; } }
      @media (max-width: 767px) {
        .banner-slider .slides .slide .content-container .banner-content-holder {
          width: 100%; } }
      @media (min-width: 1600px) {
        .banner-slider .slides .slide .content-container .banner-content-holder.text-left {
          padding-left: 138px; } }
      @media (min-width: 1600px) {
        .banner-slider .slides .slide .content-container .banner-content-holder.text-right {
          padding-right: 138px; } }
      .banner-slider .slides .slide .content-container .banner-content-holder .btn {
        text-shadow: 1px 1px 2px #B29600; }
        @media (max-width: 991px) {
          .banner-slider .slides .slide .content-container .banner-content-holder .btn {
            color: #fff; } }
    .banner-slider .slides .slide .content-container .title {
      font-weight: 700;
      color: #fff;
      font-size: 36px;
      line-height: normal; }
      @media (min-width: 1600px) {
        .banner-slider .slides .slide .content-container .title {
          font-size: 49px;
          line-height: normal; } }
      @media (max-width: 767px) {
        .banner-slider .slides .slide .content-container .title {
          font-size: 26px;
          line-height: normal; } }
    .banner-slider .slides .slide .content-container .acf-wysiwyg {
      margin-top: 15px;
      color: #fff;
      font-weight: 300; }
      .banner-slider .slides .slide .content-container .acf-wysiwyg p {
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 300; }
        @media (min-width: 1600px) {
          .banner-slider .slides .slide .content-container .acf-wysiwyg p {
            font-size: 1.375rem;
            line-height: 1.625rem; } }
        @media (max-width: 767px) {
          .banner-slider .slides .slide .content-container .acf-wysiwyg p {
            font-size: 1rem;
            line-height: 1.25rem; } }
    .banner-slider .slides .slide .content-container .btn {
      margin-top: 30px;
      padding-left: 44px;
      padding-right: 44px; }
.banner-slider .slick-dotted.slick-slider {
  margin-bottom: 0; }
.banner-slider .slick-dots {
  bottom: 32px; }
  @media (min-width: 1600px) {
    .banner-slider .slick-dots {
      bottom: 73px; } }
  @media (max-width: 991px) {
    .banner-slider .slick-dots {
      bottom: 40px; } }
.banner-slider .slick-dots li {
  height: 12px;
  width: 12px; }
  .banner-slider .slick-dots li.slick-active button:before {
    background-color: #fff; }
  .banner-slider .slick-dots li button:before {
    border-radius: 50%;
    color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    height: 12px;
    width: 12px; }

.page-content-section {
  padding-top: 108px;
  padding-bottom: 90px; }
  @media (min-width: 1600px) {
    .page-content-section {
      padding-top: 140px;
      padding-bottom: 85px; } }
  @media (max-width: 767px) {
    .page-content-section {
      padding-bottom: 45px; } }
  .page-content-section .section-title {
    font-size: 1.625rem;
    line-height: 1.5625rem;
    font-weight: 700;
    margin-bottom: 30px; }
    .page-content-section .section-title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #005B9D;
      position: absolute;
      left: 0;
      right: 0;
      margin: -35px auto 0; }
    @media (max-width: 767px) {
      .page-content-section .section-title {
        font-size: 25px;
        line-height: normal; } }
  .page-content-section .content-holder {
    color: #005B9D;
    width: 50%; }
    @media (max-width: 991px) {
      .page-content-section .content-holder {
        width: 100%; } }

@media (max-width: 991px) {
  .product-box .img-holder {
    padding-top: 70px;
    padding-bottom: 70px; } }
.product-box .img-holder .img-cover {
  max-width: 80%; }
  @media (min-width: 1600px) {
    .product-box .img-holder .img-cover {
      max-width: 60%; } }
  @media (max-width: 1024px) {
    .product-box .img-holder .img-cover {
      max-width: 80%; } }
  @media (max-width: 767px) {
    .product-box .img-holder .img-cover {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
@media (max-width: 991px) {
  .product-box .img-holder {
    min-height: 500px; } }
@media (max-width: 767px) {
  .product-box .img-holder {
    min-height: 350px; } }
.product-box .content-cover {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #EFEFEF; }
  @media (max-width: 991px) {
    .product-box .content-cover {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .product-box .content-cover {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .product-box .content-cover {
      min-height: 350px; } }
  .product-box .content-cover .content-holder {
    max-width: 50%; }
    @media (max-width: 767px) {
      .product-box .content-cover .content-holder {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
.product-box .title,
.product-box .acf-wysiwyg {
  color: #005B9D; }
.product-box .title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  position: relative; }
  @media (max-width: 767px) {
    .product-box .title {
      font-size: 1.375rem;
      line-height: 1.5625rem; } }
  .product-box .title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    right: 0;
    margin: -35px auto 0; }
    @media (max-width: 767px) {
      .product-box .title:before {
        font-size: 22px;
        line-height: normal; } }
@media (max-width: 767px) {
  .product-box .acf-wysiwyg {
    margin-bottom: 25px; } }
.product-box .acf-wysiwyg p {
  font-size: 1rem;
  line-height: 1.375rem; }
.product-box .btn {
  padding-left: 46px;
  padding-right: 46px;
  text-shadow: 1px 1px 2px #B29600; }
  @media (max-width: 991px) {
    .product-box .btn {
      color: #fff; } }

.news-listing {
  padding-top: 100px;
  padding-bottom: 100px;
  /* the slides */
  /* the parent */ }
  @media (max-width: 991px) {
    .news-listing {
      padding-top: 75px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .news-listing {
      padding-bottom: 25px;
      padding-top: 25px; } }
  .news-listing .section-title {
    font-size: 1.625rem;
    line-height: 1.5625rem;
    color: #005B9D;
    margin: 50px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .news-listing .section-title {
        font-weight: 600;
        margin-bottom: 25px; } }
    .news-listing .section-title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #FFD600;
      position: absolute;
      left: 0;
      right: 0;
      margin: -35px auto 0; }
  .news-listing .news-single {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0 4px 4px #E9E9E9;
            box-shadow: 0 4px 4px #E9E9E9;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-listing .news-single .img-cover {
      padding: 4px;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 56.25%; }
    .news-listing .news-single .content-holder {
      padding: 25px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      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; }
    .news-listing .news-single .date {
      font-size: 0.75rem;
      line-height: 1.1875rem;
      color: #b7b7b7;
      margin-bottom: 5px;
      font-weight: 800; }
      .news-listing .news-single .date:before {
        content: "";
        background-image: url("../images/clock.svg");
        background-repeat: no-repeat;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin-right: 5px; }
    .news-listing .news-single .title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      font-weight: 600;
      margin-bottom: 10px; }
    .news-listing .news-single .content {
      font-size: 1rem;
      line-height: 1.625rem;
      color: #005B9D;
      font-weight: 400; }
    .news-listing .news-single .read-more {
      font-size: 0.875rem;
      line-height: 1.375rem;
      font-weight: 800;
      color: #005B9D; }
  .news-listing .slick-dots li {
    height: 12px;
    width: 12px; }
    .news-listing .slick-dots li.slick-active button:before {
      background-color: #FFD600;
      border-color: #FFD600; }
    .news-listing .slick-dots li button:before {
      border-radius: 50%;
      color: transparent;
      border: 2px solid #005B9D;
      opacity: 1;
      height: 12px;
      width: 12px; }
  .news-listing .slick-slide {
    margin-left: 40px; }
    @media (max-width: 1366px) {
      .news-listing .slick-slide {
        margin-left: 80px; } }
    @media (max-width: 991px) {
      .news-listing .slick-slide {
        margin-left: 16px; } }
  .news-listing .slick-list {
    margin-left: -40px; }
    @media (max-width: 1366px) {
      .news-listing .slick-list {
        margin-left: -80px; } }
    @media (max-width: 991px) {
      .news-listing .slick-list {
        margin-left: -16px; } }
  .news-listing .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-listing .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .news-listing .slick-track .slick-slide > div {
        margin-bottom: 75px;
        width: 100%;
        padding-left: 4px;
        padding-right: 4px; }
        @media (max-width: 767px) {
          .news-listing .slick-track .slick-slide > div {
            margin-bottom: 30px; } }

@media (max-width: 991px) {
  .home .footer-banner {
    margin-top: 0 !important; } }

.error404 .content-wrapper {
  padding: 150px 0 50px 0; }
  .error404 .content-wrapper h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: normal; }
    @media (min-width: 1600px) {
      .error404 .content-wrapper h1 {
        font-size: 49px; } }
    @media (max-width: 767px) {
      .error404 .content-wrapper h1 {
        font-size: 26px;
        line-height: normal; } }

@media (max-width: 991px) {
  .product-single-col {
    margin-bottom: 0; } }
.product-single-col .woocommerce ul.products li.product {
  width: 100%;
  margin-right: 0; }
.product-single-col .img-holder {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .product-single-col .img-holder {
      padding-top: 56.25%;
      border-bottom-left-radius: 0; } }
.product-single-col .content-holder {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #005B9D;
  background-color: #EFEFEF;
  padding: 40px;
  padding-top: 75px;
  border-bottom-right-radius: 33px; }
  @media (min-width: 1600px) {
    .product-single-col .content-holder {
      padding: 50px; } }
  @media (max-width: 991px) {
    .product-single-col .content-holder {
      border-bottom-left-radius: 33px; } }
  .product-single-col .content-holder .title {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.8125rem;
    line-height: 2.4375rem; }
    @media (min-width: 1600px) {
      .product-single-col .content-holder .title {
        margin-top: 40px; } }
    @media (min-width: 1600px) {
      .product-single-col .content-holder .title {
        font-size: 2.1875rem;
        line-height: 2.9375rem; } }
    @media (max-width: 767px) {
      .product-single-col .content-holder .title {
        font-size: 1.625rem;
        line-height: 1.875rem; } }
    .product-single-col .content-holder .title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #FFD600;
      position: absolute;
      left: 0;
      margin: -35px auto 0; }
  .product-single-col .content-holder .sub-title {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product-single-col .content-holder .sub-title {
        font-size: 1rem;
        line-height: 1.625rem; } }
  .product-single-col .content-holder .content {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product-single-col .content-holder .content {
        font-size: 1rem;
        line-height: 1.625rem; } }
  .product-single-col .content-holder .price {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 50px;
    font-weight: 700; }
    @media (min-width: 1600px) {
      .product-single-col .content-holder .price {
        margin-bottom: 40px; } }
.product-single-col .btn {
  padding: 16px 35px;
  text-shadow: 1px 1px 2px #B29600;
  color: #115B9D !important; }

.products-2-col .woocommerce ul.products li.product {
  width: 47%;
  margin-right: 0; }
  .products-2-col .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 1.9375rem;
    line-height: 2.75rem; }
    @media (min-width: 1600px) {
      .products-2-col .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 2.1875rem;
        line-height: 2.75rem; } }
    @media (max-width: 767px) {
      .products-2-col .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.625rem;
        line-height: 1.875rem; } }
  .products-2-col .woocommerce ul.products li.product p {
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .products-2-col .woocommerce ul.products li.product p {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
  .products-2-col .woocommerce ul.products li.product .price {
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .products-2-col .woocommerce ul.products li.product .price {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
  .products-2-col .woocommerce ul.products li.product:not(:nth-child(2n)) {
    margin-right: 6%; }
  .products-2-col .woocommerce ul.products li.product a img {
    height: 267px;
    -o-object-fit: cover;
       object-fit: cover; }
  .products-2-col .woocommerce ul.products li.product a.button {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .products-2-col .woocommerce ul.products li.product a.button {
        margin-top: 35px; } }
  @media (min-width: 992px) {
    .products-2-col .woocommerce ul.products li.product {
      margin-bottom: 0; } }
@media (max-width: 991px) {
  .products-2-col .woocommerce ul.products[class*=columns-] li.product {
    clear: initial;
    margin: initial;
    margin-bottom: 2.992em;
    margin-right: 0;
    width: 100%; } }

@media (max-width: 991px) {
  .products-3-col {
    padding-top: 55px !important; } }
.products-3-col .woocommerce ul.products li.product {
  width: 30%;
  margin-right: 0; }
  .products-3-col .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    font-weight: 600; }
  .products-3-col .woocommerce ul.products li.product:not(:nth-child(3n)) {
    margin-right: 5%; }
  .products-3-col .woocommerce ul.products li.product a img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover; }
@media (max-width: 768px) {
  .products-3-col .woocommerce ul.products[class*=columns-] li.product {
    clear: initial;
    margin: initial;
    margin-bottom: 2.992em;
    margin-right: 0;
    width: 47%; }
    .products-3-col .woocommerce ul.products[class*=columns-] li.product:not(:nth-child(2n)) {
      margin-right: 6%; } }
@media (max-width: 640px) {
  .products-3-col .woocommerce ul.products[class*=columns-] li.product {
    clear: initial;
    margin: initial;
    margin-bottom: 2.992em;
    margin-right: 0;
    width: 100%; } }

.products-2-col,
.products-3-col {
  padding-top: 100px; }
  @media (min-width: 1600px) {
    .products-2-col,
    .products-3-col {
      padding-top: 140px; } }
  .products-2-col .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .products-3-col .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #FFD600; }
  .products-2-col .woocommerce a.button,
  .products-3-col .woocommerce a.button {
    color: #005B9D; }

.products-list .section-title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #005B9D;
  margin-bottom: 50px; }
  @media (min-width: 1600px) {
    .products-list .section-title {
      font-size: 30px;
      line-height: normal; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .products-list .section-title {
      font-size: 26px;
      line-height: normal; } }
  .products-list .section-title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    right: 0;
    margin: -35px auto 0; }
  @media (max-width: 767px) {
    .products-list .section-title {
      font-size: 26px;
      line-height: normal; } }

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .woocommerce ul.products li.product {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0px 0px 17px #E9E9E9;
            box-shadow: 0px 0px 17px #E9E9E9;
    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; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 1.5rem;
      line-height: 2.1875rem;
      font-weight: 600;
      color: #EFC900;
      padding-top: 0; }
    .woocommerce ul.products li.product p,
    .woocommerce ul.products li.product .price {
      color: #005B9D;
      font-size: 1.125rem;
      line-height: 1.625rem; }
      @media (max-width: 767px) {
        .woocommerce ul.products li.product p,
        .woocommerce ul.products li.product .price {
          font-size: 1rem;
          line-height: 1.625rem; } }
    .woocommerce ul.products li.product .price {
      font-weight: 700; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .price,
    .woocommerce ul.products li.product p {
      padding-left: 20px;
      padding-right: 20px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      color: #EFC900 !important; }
    .woocommerce ul.products li.product .button {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
      padding: 5px;
      display: block;
      position: relative; }
      .woocommerce ul.products li.product a.woocommerce-loop-product__link .tag {
        position: absolute;
        display: inline-block;
        padding: 16px 22px;
        background-color: #005B9D;
        color: #fff;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 700;
        top: -20px;
        left: 15px;
        border-radius: 17px 0 17px 17px; }
    .woocommerce ul.products li.product .button {
      padding: 16px 35px;
      text-shadow: 1px 1px 2px #B29600; }
    @media (max-width: 767px) {
      .woocommerce ul.products li.product {
        margin-right: 0 !important; } }
    .woocommerce ul.products li.product a img {
      font-family: 'object-fit: cover;'; }

.page-banner {
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center; }
  .page-banner .banner-title {
    font-size: 36px;
    line-height: normal;
    padding-top: 72px;
    padding-bottom: 72px;
    font-weight: 600;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .page-banner .banner-title {
        margin-bottom: 75px; } }
    @media (max-width: 991px) {
      .page-banner .banner-title {
        padding-top: 72px;
        padding-bottom: 72px; } }
    @media (max-width: 767px) {
      .page-banner .banner-title {
        font-size: 26px;
        line-height: normal;
        padding-top: 37px;
        padding-bottom: 37px;
        margin-bottom: 45px; } }
  .page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.7); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .page-banner:after {
        background-color: transparent; } }
  @media (max-width: 768px) {
    .page-banner {
      margin-bottom: 75px; } }
  @media (max-width: 767px) {
    .page-banner {
      margin-bottom: 30px; } }

body:not(.page-template-template-products) .tag {
  display: none !important; }

body.woocommerce.single div.product div.images {
  width: 40%; }
  @media (min-width: 1600px) {
    body.woocommerce.single div.product div.images {
      width: 48%; } }
  @media (max-width: 991px) {
    body.woocommerce.single div.product div.images {
      width: 100%; } }
  body.woocommerce.single div.product div.images .woocommerce-product-gallery__trigger {
    /* top: 0;
    right: 0;
    height: 100%;
    width: 100%; */
    background-color: transparent; }
    body.woocommerce.single div.product div.images .woocommerce-product-gallery__trigger:after, body.woocommerce.single div.product div.images .woocommerce-product-gallery__trigger:before {
      content: "";
      height: 0;
      width: 0;
      border: none; }
  @media (max-width: 991px) {
    body.woocommerce.single div.product div.images .zoomImg {
      display: none !important; } }
  body.woocommerce.single div.product div.images .flex-control-thumbs {
    position: relative;
    z-index: 9; }
    body.woocommerce.single div.product div.images .flex-control-thumbs li {
      width: 22%;
      margin-bottom: 30px; }
      @media (min-width: 1440px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li {
          width: 100px;
          height: 100px; } }
      @media (min-width: 1600px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li {
          width: 100px;
          height: 100px; } }
      @media (max-width: 991px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li {
          width: 15%;
          margin-bottom: 17px; } }
      @media (min-width: 1440px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(5)) {
          margin-right: 4%; } }
  @media (min-width: 1440px) and (max-width: 1599px) {
    body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(5)) {
      margin-right: 12px; } }
  @media (min-width: 1440px) and (min-width: 1600px) {
    body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(5)) {
      margin-right: 5.4%; } }
      @media (min-width: 1440px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li:nth-child(5n+1) {
          clear: left; }
        body.woocommerce.single div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
          clear: none; } }
      @media (max-width: 1439px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(4n)) {
          margin-right: 17px; } }
      @media (max-width: 1199px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(4n)) {
          margin-right: 14px; } }
      @media (max-width: 991px) {
        body.woocommerce.single div.product div.images .flex-control-thumbs li:not(:nth-child(4n)) {
          margin-right: 13.33%; } }
      body.woocommerce.single div.product div.images .flex-control-thumbs li img {
        opacity: 1; }
body.woocommerce.single div.product div.images .flex-control-thumbs {
  margin-top: 17px; }
body.woocommerce.single div.product form.cart {
  padding: 30px;
  background-color: #EFEFEF;
  margin-bottom: 0;
  border-radius: 33px;
  border-top-right-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767px) {
    body.woocommerce.single div.product form.cart {
      -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; } }
  body.woocommerce.single div.product form.cart .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      body.woocommerce.single div.product form.cart .woocommerce-variation-add-to-cart {
        -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; } }
  body.woocommerce.single div.product form.cart .variations {
    margin-bottom: 0;
    width: calc(100% - 30px);
    margin-right: 30px;
    display: block; }
    @media (max-width: 767px) {
      body.woocommerce.single div.product form.cart .variations {
        width: 100%;
        margin-right: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 15px; } }
    body.woocommerce.single div.product form.cart .variations td {
      line-height: 0; }
      body.woocommerce.single div.product form.cart .variations td.label {
        display: none; }
      body.woocommerce.single div.product form.cart .variations td label {
        font-size: 0.875rem;
        line-height: 3.125rem;
        font-size: 14px;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 0; }
    body.woocommerce.single div.product form.cart .variations select {
      min-width: 100%;
      margin-right: 0;
      display: block;
      width: 100%;
      padding: 11px .75rem;
      font-size: 14px;
      line-height: nomral;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: none;
      border-radius: 5px;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      font-weight: 700; }
    body.woocommerce.single div.product form.cart .variations tbody,
    body.woocommerce.single div.product form.cart .variations tr {
      display: block; }
    body.woocommerce.single div.product form.cart .variations td.value {
      display: block; }
  body.woocommerce.single div.product form.cart .reset_variations {
    display: none !important; }
  body.woocommerce.single div.product form.cart .single_variation_wrap .woocommerce-variation {
    display: none !important; }
  body.woocommerce.single div.product form.cart .single_variation_wrap button {
    color: #005B9D;
    padding: 16px 28px;
    color: #115B9D;
    text-shadow: 1px 1px 2px #B29600; }
  @media (max-width: 991px) {
    body.woocommerce.single div.product form.cart .single_variation_wrap {
      width: 100%; } }
  body.woocommerce.single div.product form.cart .single_add_to_cart_button {
    padding: 16px 28px;
    color: #115B9D;
    text-shadow: 1px 1px 2px #B29600; }
  body.woocommerce.single div.product form.cart div.quantity {
    margin: 0;
    margin-right: 30px; }
    @media (max-width: 767px) {
      body.woocommerce.single div.product form.cart div.quantity {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%; } }
    body.woocommerce.single div.product form.cart div.quantity label {
      margin-bottom: 0;
      font-weight: 700;
      font-size: 14px;
      line-height: normal; }
  body.woocommerce.single div.product form.cart .quantity .qty {
    display: block;
    width: 100%;
    padding: 11px .75rem;
    font-size: 14px;
    line-height: normal;
    color: #6E6E6E;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-weight: 700; }
body.woocommerce.single div.product div.summary {
  width: 56%;
  margin-top: 35px;
  margin-bottom: 0; }
  @media (min-width: 1600px) {
    body.woocommerce.single div.product div.summary {
      width: 48%; } }
  @media (max-width: 991px) {
    body.woocommerce.single div.product div.summary {
      width: 100%; } }
  @media (max-width: 768px) {
    body.woocommerce.single div.product div.summary {
      margin-top: 135px; } }
  @media (max-width: 767px) {
    body.woocommerce.single div.product div.summary {
      margin-top: 75px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body.woocommerce.single .documents {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  body.woocommerce.single .documents {
    margin-bottom: 75px; } }
body.woocommerce.single .documents .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem; }
body.woocommerce.single .documents .document a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #005B9D;
  position: relative;
  text-decoration: none; }
  body.woocommerce.single .documents .document a.pdf:before {
    content: "";
    background-image: url("../images/pdf-file.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 2px; }
  body.woocommerce.single .documents .document a.html:before {
    content: "";
    background-image: url("../images/html-file.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 2px; }
  body.woocommerce.single .documents .document a.docx:before, body.woocommerce.single .documents .document a.doc:before {
    content: "";
    background-image: url("../images/doc_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 2px; }
  body.woocommerce.single .documents .document a.xlsx:before, body.woocommerce.single .documents .document a.xls:before {
    content: "";
    background-image: url("../images/xls_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 2px; }
body.woocommerce.single .features {
  padding: 36px;
  background-color: #EFEFEF;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px; }
  @media (max-width: 991px) {
    body.woocommerce.single .features {
      padding: 28px 24px; } }
  @media (max-width: 767px) {
    body.woocommerce.single .features {
      margin-left: -37px;
      margin-right: -37px;
      border-radius: 0; } }
  body.woocommerce.single .features .title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #005B9D;
    font-weight: 700;
    margin-bottom: 30px; }
  body.woocommerce.single .features .feature {
    display: table;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #005B9D; }
    body.woocommerce.single .features .feature:before {
      content: "\2022";
      color: #FFD600;
      font-weight: bold;
      display: table-cell;
      padding-right: 5px; }
body.woocommerce.single .related.products, body.woocommerce.single .upsells.products {
  margin-top: 35px;
  padding-bottom: 20px; }
  body.woocommerce.single .related.products .title, body.woocommerce.single .upsells.products .title {
    font-size: 1.625rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    position: relative;
    margin-bottom: 45px; }
    body.woocommerce.single .related.products .title:before, body.woocommerce.single .upsells.products .title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #FFD600;
      position: absolute;
      left: 0;
      right: 0;
      margin: -35px auto 0; }
  body.woocommerce.single .related.products img, body.woocommerce.single .upsells.products img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover; }
  body.woocommerce.single .related.products .button, body.woocommerce.single .upsells.products .button {
    margin-top: 70px; }
body.woocommerce.single ul.products.columns-3 li.product, body.woocommerce.single ul.products.columns-4 li.product {
  width: 30%;
  margin: 0;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    body.woocommerce.single ul.products.columns-3 li.product, body.woocommerce.single ul.products.columns-4 li.product {
      margin-bottom: 40px; } }
  body.woocommerce.single ul.products.columns-3 li.product:not(:nth-child(3n)), body.woocommerce.single ul.products.columns-4 li.product:not(:nth-child(3n)) {
    margin-right: 5%; }
  @media (max-width: 768px) {
    body.woocommerce.single ul.products.columns-3 li.product, body.woocommerce.single ul.products.columns-4 li.product {
      width: 47%; }
      body.woocommerce.single ul.products.columns-3 li.product:not(:nth-child(2n)), body.woocommerce.single ul.products.columns-4 li.product:not(:nth-child(2n)) {
        margin-right: 6%; }
      body.woocommerce.single ul.products.columns-3 li.product:nth-child(2n), body.woocommerce.single ul.products.columns-4 li.product:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    body.woocommerce.single ul.products.columns-3 li.product, body.woocommerce.single ul.products.columns-4 li.product {
      margin-right: 0;
      width: 100%; } }
body.woocommerce.single .product_title {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  position: relative; }
  @media (max-width: 767px) {
    body.woocommerce.single .product_title {
      font-size: 1.625rem;
      line-height: 1.875rem; } }
  body.woocommerce.single .product_title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    margin: -35px auto 0; }
body.woocommerce.single .woocommerce-product-details__short-description {
  font-size: 1.375rem;
  line-height: 2rem; }
  @media (max-width: 767px) {
    body.woocommerce.single .woocommerce-product-details__short-description {
      font-size: 1rem;
      line-height: 1.625rem; } }
body.woocommerce.single p.price {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  color: #005B9D; }
body.woocommerce.single .single-content-area {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 991px) {
    body.woocommerce.single .single-content-area {
      margin-top: 75px;
      margin-bottom: 75px; } }
body.woocommerce.single .main-content-holder {
  margin-top: 40px;
  margin-bottom: 100px; }
  @media (min-width: 1600px) {
    body.woocommerce.single .main-content-holder {
      margin-top: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.woocommerce.single .main-content-holder {
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media (max-width: 991px) {
    body.woocommerce.single .main-content-holder .product-desc .acf-wysiwyg {
      margin-top: 50px; } }
body.woocommerce.single .product-features {
  margin-bottom: 100px; }
  body.woocommerce.single .product-features .features {
    margin-top: 0;
    margin-bottom: 0; }
    body.woocommerce.single .product-features .features .feature {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      @media (min-width: 992px) {
        body.woocommerce.single .product-features .features .feature {
          margin-bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.woocommerce.single .product-features {
      margin-bottom: 75px; } }

.pswp__caption__center {
  text-align: center; }

.woocommerce-cart .woocommerce table.cart td.product-remove {
  text-align: center; }
.woocommerce-cart .woocommerce table.cart td.product-thumbnail img {
  width: 53px; }
.woocommerce-cart .woocommerce table.cart td.product-name a {
  color: #005B9D;
  font-weight: 700;
  font-style: normal; }
.woocommerce-cart .woocommerce table.cart td.actions img {
  width: 18px;
  margin-left: 16px; }
.woocommerce-cart .woocommerce table.cart td.actions button {
  font-size: 0.9375rem;
  line-height: 1.25rem; }
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce table.cart td.product-price .woocommerce-Price-amount {
    margin-left: -5px; } }
.woocommerce-cart .woocommerce table.cart td.product-price .woocommerce-Price-currencySymbol {
  display: none; }
.woocommerce-cart .woocommerce table.cart td.product-price,
.woocommerce-cart .woocommerce table.cart td.product-subtotal {
  white-space: nowrap;
  font-weight: 700 !important; }
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce table.cart td[data-title="Price"] span,
  .woocommerce-cart .woocommerce table.cart td[data-title="Subtotal"] span {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 700; } }
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.cart td.product-remove {
    position: absolute;
    top: -5px;
    right: 0;
    background-color: transparent; } }
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.cart td.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.woocommerce-cart .woocommerce .page-title {
  font-size: 1.625rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  margin-top: 100px; }
  .woocommerce-cart .woocommerce .page-title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    right: 0;
    margin: -35px auto 0; }
  @media (max-width: 991px) {
    .woocommerce-cart .woocommerce .page-title {
      line-height: normal; } }
.woocommerce-cart .woocommerce table.shop_table {
  border: none; }
  .woocommerce-cart .woocommerce table.shop_table li:before {
    content: "";
    display: none; }
  .woocommerce-cart .woocommerce table.shop_table td.actions {
    padding-right: 0; }
  .woocommerce-cart .woocommerce table.shop_table td[data-title="Subtotal"],
  .woocommerce-cart .woocommerce table.shop_table td[data-title="Delivery"],
  .woocommerce-cart .woocommerce table.shop_table td[data-title="Total"] {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400; }
  .woocommerce-cart .woocommerce table.shop_table td[data-title="Delivery"] p,
  .woocommerce-cart .woocommerce table.shop_table td[data-title="Delivery"] span {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400 !important; }
  @media (max-width: 767px) {
    .woocommerce-cart .woocommerce table.shop_table td[data-title="Delivery"]:before {
      margin-bottom: 15px; }
    .woocommerce-cart .woocommerce table.shop_table td[data-title="Delivery"] ul {
      clear: both; } }
  .woocommerce-cart .woocommerce table.shop_table a.remove {
    color: #DE3A3A;
    border: 1px solid #DE3A3A;
    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;
    height: 18px;
    width: 18px;
    font-size: 16px;
    display: inline-block; }
  .woocommerce-cart .woocommerce table.shop_table th {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 30px 12px; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce table.shop_table th {
        padding: 15px 12px; } }
  .woocommerce-cart .woocommerce table.shop_table thead {
    background-color: #F5F5F5;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .woocommerce-cart .woocommerce table.shop_table tbody td {
    padding: 30px 12px; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce table.shop_table tbody td {
        padding: 15px 12px; } }
  .woocommerce-cart .woocommerce table.shop_table td {
    border-top: none;
    padding: 30px 12px;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 700; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce table.shop_table td {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
    .woocommerce-cart .woocommerce table.shop_table td .quantity label {
      display: none; }
    .woocommerce-cart .woocommerce table.shop_table td .qty {
      background-color: #f5f5f5;
      display: block;
      width: 3.631em;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #f5f5f5;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .woocommerce-cart .woocommerce table.shop_table tbody tr {
    position: relative; }
    .woocommerce-cart .woocommerce table.shop_table tbody tr:nth-child(even) {
      background-color: rgba(245, 245, 245, 0.8); }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce table.shop_table tbody tr:nth-child(odd) {
        background-color: rgba(245, 245, 245, 0.3); } }
    .woocommerce-cart .woocommerce table.shop_table tbody tr:last-child {
      background-color: #fff; }
  .woocommerce-cart .woocommerce table.shop_table button {
    padding: 16px 1em !important;
    font-size: 15px !important;
    line-height: normal !important;
    font-weight: 700 !important; }
.woocommerce-cart .woocommerce .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 35px; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.25rem;
    font-weight: 700; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2:before {
      display: none; }
  .woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr th {
    background-color: #f5f5f5;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    border-top: 0; }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr:last-child th {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700; }
  @media (max-width: 767px) {
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody td {
      padding: 30px 12px; } }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
    color: #115B9D; }
  @media (max-width: 767px) {
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td {
      padding: 30px 12px; } }
  .woocommerce-cart .woocommerce .cart-collaterals table.shop_table tbody:first-child tr:first-child td,
  .woocommerce-cart .woocommerce .cart-collaterals table.shop_table tbody tr:last-child td {
    background-color: rgba(245, 245, 245, 0.4);
    font-size: 1rem;
    line-height: 1.25rem; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce .cart-collaterals table.shop_table tbody:first-child tr:first-child td,
      .woocommerce-cart .woocommerce .cart-collaterals table.shop_table tbody tr:last-child td {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  .woocommerce-cart .woocommerce .cart-collaterals table.shop_table tbody tr:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.8);
    font-size: 1rem;
    line-height: 1.25rem; }
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.cart .product-thumbnail {
    display: block; }
    .woocommerce-cart .woocommerce table.cart .product-thumbnail a {
      display: inline-block; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-name a {
    display: table-cell; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
    content: ""; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td::before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
    display: inline-block;
    width: 40%;
    padding-right: 15px;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td {
    text-align: left !important; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-remove {
    text-align: right !important; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child {
    text-align: right !important; }
  .woocommerce-cart .woocommerce table.shop_table a.remove {
    display: inline-block; }
  .woocommerce-cart .woocommerce table.shop_table td .qty {
    width: 50px; }
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td.actions {
    text-align: right !important;
    background-color: transparent; }
  .woocommerce-cart .woocommerce table.cart td.actions .button {
    width: auto;
    display: inline-block; } }
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0;
  margin-bottom: 100px; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 17px;
    border-top-right-radius: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.25rem;
    padding: 17px 1em;
    font-style: normal;
    display: FLEX;
    -webkit-box-align: CENTER;
        -ms-flex-align: CENTER;
            align-items: CENTER;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 0.9375rem;
        line-height: 1.25rem; } }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button img {
      width: 30px;
      margin-left: 45px; }
.woocommerce-cart .cross-sells {
  margin-top: 35px;
  padding-bottom: 20px; }
  .woocommerce-cart .cross-sells .title {
    font-size: 1.625rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    position: relative;
    margin-bottom: 45px; }
    .woocommerce-cart .cross-sells .title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #FFD600;
      position: absolute;
      left: 0;
      right: 0;
      margin: -35px auto 0; }
  .woocommerce-cart .cross-sells ul.products.columns-3 li.product, .woocommerce-cart .cross-sells ul.products.columns-2 li.product {
    width: 30%;
    margin: 0;
    margin-bottom: 50px; }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product .woocommerce-loop-product__title:before, .woocommerce-cart .cross-sells ul.products.columns-2 li.product .woocommerce-loop-product__title:before {
      display: none; }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product p, .woocommerce-cart .cross-sells ul.products.columns-2 li.product p {
      font-weight: 400; }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product img, .woocommerce-cart .cross-sells ul.products.columns-2 li.product img {
      height: 190px;
      -o-object-fit: cover;
         object-fit: cover; }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product .button, .woocommerce-cart .cross-sells ul.products.columns-2 li.product .button {
      margin-top: 70px; }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product:before, .woocommerce-cart .cross-sells ul.products.columns-2 li.product:before {
      display: none; }
    @media (max-width: 991px) {
      .woocommerce-cart .cross-sells ul.products.columns-3 li.product, .woocommerce-cart .cross-sells ul.products.columns-2 li.product {
        margin-bottom: 40px; } }
    .woocommerce-cart .cross-sells ul.products.columns-3 li.product:not(:nth-child(3n)), .woocommerce-cart .cross-sells ul.products.columns-2 li.product:not(:nth-child(3n)) {
      margin-right: 5%; }
    @media (max-width: 768px) {
      .woocommerce-cart .cross-sells ul.products.columns-3 li.product, .woocommerce-cart .cross-sells ul.products.columns-2 li.product {
        width: 47%; }
        .woocommerce-cart .cross-sells ul.products.columns-3 li.product:not(:nth-child(2n)), .woocommerce-cart .cross-sells ul.products.columns-2 li.product:not(:nth-child(2n)) {
          margin-right: 6%; }
        .woocommerce-cart .cross-sells ul.products.columns-3 li.product:nth-child(2n), .woocommerce-cart .cross-sells ul.products.columns-2 li.product:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .woocommerce-cart .cross-sells ul.products.columns-3 li.product, .woocommerce-cart .cross-sells ul.products.columns-2 li.product {
        margin-right: 0;
        width: 100%; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.applications-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 2;
  display: none;
  overflow: scroll;
  background-color: #E3F2FD; }
  .applications-cover.active {
    display: block; }
    .applications-cover.active .applications {
      height: 100%; }

.applications {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  .applications li {
    background-color: #E3F2FD;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 1199px) {
      .applications li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        border-bottom: 1px solid #D1EAFF; } }
    .applications li:not(:last-child) {
      border-right: 1px solid #D1EAFF; }
    .applications li a {
      font-size: 0.9375rem;
      line-height: 1.125rem;
      font-weight: 700;
      display: block;
      padding: 13px 20px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #005B9D; }
      @media (max-width: 991px) {
        .applications li a {
          padding: 26px 20px; } }
      .applications li a:hover .default-icon {
        display: none; }
      .applications li a:hover .hover-icon {
        display: block; }
      .applications li a .hover-icon {
        display: none; }
      @media (max-width: 1199px) {
        .applications li a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          font-size: 0.9375rem;
          line-height: 1.125rem; } }
    .applications li .cover {
      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; }
      .applications li .cover img {
        max-width: 45px;
        width: 45px; }
        @media (min-width: 1200px) and (max-width: 1366px) {
          .applications li .cover img {
            display: none; } }
    .applications li.active, .applications li:hover {
      background-color: #fff; }
    .applications li.active .default-icon {
      display: none; }
    .applications li.active .hover-icon {
      display: block; }
    .applications li .hover-icon {
      display: none; }
    @media (min-width: 1200px) {
      .applications li .icon {
        padding-left: 15px; } }
    @media (max-width: 991px) {
      .applications li .icon {
        margin-bottom: 10px; } }

.relevant-information {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.625rem; }
  .relevant-information .main-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #EFC900;
    margin-bottom: 25px; }
    @media (min-width: 1600px) {
      .relevant-information .main-title {
        color: #005B9D;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    @media (max-width: 767px) {
      .relevant-information .main-title {
        color: #005B9D;
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 700; } }
  .relevant-information .documents-main-cover {
    margin-top: 0px; }
  .relevant-information .documents-main {
    margin-bottom: 25px; }
    .relevant-information .documents-main .section-title {
      font-size: 1rem;
      line-height: 1.625rem;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .relevant-information .documents-main .section-title {
          margin-bottom: 10px; } }
      @media (min-width: 1600px) {
        .relevant-information .documents-main .section-title {
          font-weight: 400;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .relevant-information .documents-main .section-title {
          font-weight: 400; } }

.documents-main-cover {
  margin-top: 30px; }
  .documents-main-cover .document-list .document a {
    position: relative;
    text-decoration: none;
    color: #005B9D; }
    .documents-main-cover .document-list .document a.pdf:before {
      content: "";
      background-image: url("../images/pdf-file.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-main-cover .document-list .document a.html:before {
      content: "";
      background-image: url("../images/html-file.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-main-cover .document-list .document a.docx:before {
      content: "";
      background-image: url("../images/doc_icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-main-cover .document-list .document a.xlsx:before {
      content: "";
      background-image: url("../images/xls_icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }

.content-with-bg.acf-wysiwyg {
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px; }
  .content-with-bg.acf-wysiwyg h1, .content-with-bg.acf-wysiwyg h2, .content-with-bg.acf-wysiwyg h3, .content-with-bg.acf-wysiwyg h4, .content-with-bg.acf-wysiwyg h5, .content-with-bg.acf-wysiwyg h6 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #FFD600; }
    .content-with-bg.acf-wysiwyg h1:before, .content-with-bg.acf-wysiwyg h2:before, .content-with-bg.acf-wysiwyg h3:before, .content-with-bg.acf-wysiwyg h4:before, .content-with-bg.acf-wysiwyg h5:before, .content-with-bg.acf-wysiwyg h6:before {
      content: "";
      display: none; }
  .content-with-bg.acf-wysiwyg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.7); }
  .content-with-bg.acf-wysiwyg .bg-content-holder {
    position: relative;
    z-index: 1; }
    .content-with-bg.acf-wysiwyg .bg-content-holder ol,
    .content-with-bg.acf-wysiwyg .bg-content-holder ul {
      margin-bottom: 0; }
    .content-with-bg.acf-wysiwyg .bg-content-holder .title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      font-weight: 400;
      color: #EFC900;
      margin-bottom: 35px; }
      @media (max-width: 991px) {
        .content-with-bg.acf-wysiwyg .bg-content-holder .title {
          margin-bottom: 25px; } }
    .content-with-bg.acf-wysiwyg .bg-content-holder .summary {
      font-size: 1rem;
      line-height: 1.625rem;
      font-weight: 400;
      margin-bottom: 35px; }
      @media (max-width: 991px) {
        .content-with-bg.acf-wysiwyg .bg-content-holder .summary {
          margin-bottom: 25px; } }

.see-all,
.back-to {
  margin-top: 20px; }

@media (max-width: 991px) {
  .see-all {
    margin-top: 75px; } }

.back-to {
  color: #fff; }
  @media (max-width: 1024px) {
    .back-to {
      font-size: 1rem;
      line-height: 1.1875rem;
      padding: 18px 1rem; } }
  @media (max-width: 767px) {
    .back-to {
      font-size: 0.9375rem;
      line-height: 1.125rem;
      padding: 18px 1rem; } }

.news-archive-list .news .img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  background-position: center center; }
.news-archive-list .news .content-holder {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .news-archive-list .news .content-holder {
      margin-top: 30px; } }
  .news-archive-list .news .content-holder .date {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #B7B7B7;
    font-weight: 800;
    margin-bottom: 15px; }
    .news-archive-list .news .content-holder .date:before {
      content: "";
      background-image: url("../images/clock.svg");
      background-repeat: no-repeat;
      display: inline-block;
      height: 10px;
      width: 10px;
      margin-right: 5px; }
  .news-archive-list .news .content-holder .title-holder {
    color: #FFD600;
    color: #EFC900; }
    .news-archive-list .news .content-holder .title-holder:hover {
      color: inherit;
      text-decoration: none; }
  .news-archive-list .news .content-holder .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 600;
    margin-bottom: 25px; }
  .news-archive-list .news .content-holder .content {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 15px; }
  .news-archive-list .news .content-holder .read-more {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    font-weight: 800;
    color: #005B9D;
    text-decoration: none; }
    @media (max-width: 767px) {
      .news-archive-list .news .content-holder .read-more {
        font-weight: 700; } }
.news-archive-list .news:not(:last-child) {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .news-archive-list .news:not(:last-child) {
      margin-bottom: 25px; } }

.recent-news {
  margin-top: 50px; }
  .recent-news .section-title {
    font-size: 1.625rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin-bottom: 25px; }
  .recent-news .news:not(:last-child) {
    margin-bottom: 13px; }
  .recent-news .news .title-holder {
    color: #FFD600;
    color: #EFC900; }
    .recent-news .news .title-holder:hover {
      color: #FFD600;
      text-decoration: none; }
  .recent-news .news .title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #EFC900 !important; }
    @media (max-width: 767px) {
      .recent-news .news .title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        font-weight: 600; } }
  .recent-news .news .date {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #B7B7B7;
    font-weight: 800; }
    .recent-news .news .date:before {
      content: "";
      background-image: url("../images/clock.svg");
      background-repeat: no-repeat;
      display: inline-block;
      height: 10px;
      width: 10px;
      margin-right: 5px; }
  .recent-news .news .img-cover {
    height: 108px;
    width: 108px;
    background-size: cover;
    margin-right: 25px; }

.input-search-cover {
  border: 2px solid #005B9D;
  border-radius: 17px 0 17px 17px;
  position: relative;
  height: 52px; }
  .input-search-cover .search-icon {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    background-color: #005B9D;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 17px 0 17px 17px;
    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; }
    .input-search-cover .search-icon button {
      padding: 0;
      background-color: transparent;
      border: none;
      cursor: pointer; }
      .input-search-cover .search-icon button:focus {
        outline: none; }
  .input-search-cover input {
    background-color: transparent !important;
    height: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #B7B7B7;
    padding-right: 85px;
    padding-left: 30px; }
    .input-search-cover input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #B7B7B7; }
    .input-search-cover input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #B7B7B7; }
    .input-search-cover input::-moz-placeholder {
      /* Firefox 19+ */
      color: #B7B7B7; }
    .input-search-cover input:-ms-input-placeholder {
      /* IE 10+ */
      color: #B7B7B7; }
    .input-search-cover input:-moz-placeholder {
      /* Firefox 18- */
      color: #B7B7B7; }
  @media (max-width: 1024px) {
    .input-search-cover {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .input-search-cover {
      margin-bottom: 35px; } }

.featured-page {
  margin-top: 67px; }
  @media (min-width: 1600px) {
    .featured-page {
      margin-top: 127px; } }
  .featured-page .content-holder {
    padding: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .featured-page .content-holder {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .featured-page .content-holder .title {
      position: relative;
      font-size: 1.625rem;
      line-height: 1.5625rem;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 25px; }
      .featured-page .content-holder .title:before {
        content: "";
        height: 4px;
        width: 36px;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: -25px auto 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .featured-page .content-holder .title:before {
            margin-top: -20px; } }
    .featured-page .content-holder .content {
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .featured-page .content-holder .content p {
          margin-bottom: 0; } }
    .featured-page .content-holder a {
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.5625rem;
      font-weight: 800; }
  .featured-page .img-cover {
    background-size: cover;
    background-repeat: no-repeat;
    height: 198px; }
    @media (min-width: 1600px) {
      .featured-page .img-cover {
        height: 198px; } }
    @media (max-width: 767px) {
      .featured-page .img-cover {
        height: 112px; } }

@media (max-width: 991px) {
  .main-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 767px) {
  .back-to-cover {
    text-align: center; } }
.back-to-cover .btn {
  padding: 16px 28px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16); }

.pagination {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination li {
    margin-bottom: 10px; }
    .pagination li:not(:last-child) {
      margin-right: 10px; }
    .pagination li a {
      display: inline-block;
      height: 43px;
      width: 43px;
      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;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.5625rem;
      font-weight: 600;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: #EFEFEF;
      color: #FFD600; }
      @media (max-width: 767px) {
        .pagination li a {
          font-size: 1.0625rem;
          line-height: 1.875rem;
          height: 57px;
          width: 57px; } }
      .pagination li a:hover {
        background-color: #FFD600;
        color: #fff; }
    .pagination li.active a {
      background-color: #FFD600;
      color: #fff;
      pointer-events: none; }

.post-type-archive-news .text-secondary {
  color: #EFC900 !important; }

@media (max-width: 767px) {
  .page-template-default .footer-banner {
    margin-top: 45px; } }

.services_and_support .title {
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
  margin-top: 35px; }
  .services_and_support .title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    right: 0;
    margin: -35px auto 0; }
@media (max-width: 1024px) {
  .services_and_support .excerpt {
    margin-bottom: 50px; } }
@media (max-width: 1024px) {
  .services_and_support .img-cover {
    padding-left: 15%;
    padding-right: 15%; } }
@media (max-width: 767px) {
  .services_and_support .img-cover {
    padding-left: 0;
    padding-right: 0; } }

.services,
.features {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .services,
    .features {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .services,
    .features {
      padding-left: 15%;
      padding-right: 15%; } }
  @media (max-width: 767px) {
    .services,
    .features {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 991px) {
    .services .service,
    .services .feature,
    .features .service,
    .features .feature {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 20px; } }
  .services .service a,
  .services .feature a,
  .features .service a,
  .features .feature a {
    border: 3px solid #005B9D;
    border-radius: 25px 0 25px 25px;
    color: #005B9D;
    padding: 30px 25px 20px 25px;
    text-decoration: none; }
  .services .service img,
  .services .feature img,
  .features .service img,
  .features .feature img {
    max-width: 54px;
    width: 54px; }
  .services .service .service-title,
  .services .service .feature-title,
  .services .feature .service-title,
  .services .feature .feature-title,
  .features .service .service-title,
  .features .service .feature-title,
  .features .feature .service-title,
  .features .feature .feature-title {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700; }
  .services .service .more,
  .services .feature .more,
  .features .service .more,
  .features .feature .more {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 800; }

.features .feature {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
  @media (min-width: 992px) {
    .features .feature {
      margin-bottom: 30px; } }
  .features .feature .feature-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 25px;
    font-weight: 600; }
  .features .feature .content {
    margin-bottom: 25px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600; }
.features:empty {
  display: none; }

.features.about-us-sec {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    .features.about-us-sec .feature {
      max-width: 33.33%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  @media (max-width: 767px) {
    .features.about-us-sec .feature {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (max-width: 767px) {
    .features.about-us-sec .feature a {
      padding: 0; } }

@media (max-width: 767px) {
  .features {
    padding-left: 0;
    padding-right: 0; }
    .features .feature {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .features .feature a {
        border: none; }
      .features .feature img {
        margin-bottom: 10px; }
      .features .feature .feature-title {
        color: #FFD600;
        margin-top: 0;
        margin-bottom: 25px; }
      .features .feature .content {
        margin-bottom: 30px; }
      .features .feature .more {
        color: #B7B7B7;
        font-weight: 700; }

  .services {
    margin-left: -5px;
    margin-right: -5px; }
    .services .service {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding-left: 5px;
      padding-right: 5px; }
      .services .service a {
        padding: 15px; }
      .services .service img {
        max-width: 35px; }
      .services .service .service-title {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
.glossary .img-cover {
  padding-top: 100px;
  padding-bottom: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  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;
  text-align: center;
  color: #fff;
  position: relative; }
  @media (max-width: 767px) {
    .glossary .img-cover {
      margin-bottom: 60px; } }
  .glossary .img-cover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.75); }
  .glossary .img-cover .glossary-title {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 1; }
    .glossary .img-cover .glossary-title:before {
      content: "";
      height: 4px;
      width: 36px;
      background-color: #FFD600;
      position: absolute;
      left: 0;
      right: 0;
      margin: -35px auto 0; }
  .glossary .img-cover .glossary-sub-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    position: relative;
    z-index: 1; }
  @media (min-width: 1600px) {
    .glossary .img-cover {
      height: 230px; } }
.glossary .title {
  background-color: #FCD848;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700; }
.glossary .glossary-points:nth-child(odd) .term,
.glossary .glossary-points:nth-child(odd) .definition {
  background-color: #EFEFEF; }
.glossary .glossary-points .term,
.glossary .glossary-points .definition {
  padding: 20px 20px 4px 20px; }
.glossary .row {
  margin-left: -7px;
  margin-right: -7px; }
  .glossary .row [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px; }

.documents-cover .documents {
  margin-bottom: 30px; }
.documents-cover .document-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #FFD600;
  margin-bottom: 30px; }
.documents-cover .document-sub-title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 25px; }
.documents-cover .document-single {
  color: #005B9D; }
  .documents-cover .document-single a {
    position: relative;
    text-decoration: none;
    color: #005B9D;
    font-size: 1rem;
    line-height: 1.625rem; }
    .documents-cover .document-single a.pdf:before {
      content: "";
      background-image: url("../images/pdf-file.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-cover .document-single a.html:before {
      content: "";
      background-image: url("../images/html-file.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-cover .document-single a.docx:before, .documents-cover .document-single a.doc:before {
      content: "";
      background-image: url("../images/doc_icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }
    .documents-cover .document-single a.xlsx:before, .documents-cover .document-single a.xls:before {
      content: "";
      background-image: url("../images/xls_icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      width: 16px;
      height: 19px;
      display: inline-block;
      position: relative;
      top: 2px; }

.contact-banner {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .contact-banner {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contact-banner img {
    max-width: 45px;
    margin-right: 12px; }
  .contact-banner .title {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #FFD600; }
  .contact-banner .ans {
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 700;
    word-break: break-word; }
    @media (max-width: 991px) {
      .contact-banner .ans {
        font-size: 1.625rem;
        line-height: 1.875rem; } }
    .contact-banner .ans a {
      color: #005B9D;
      text-decoration: none; }
  @media (max-width: 991px) {
    .contact-banner [class*="col-"]:not(:last-child) {
      margin-bottom: 60px; } }

.contact-form {
  padding: 100px; }
  @media (max-width: 991px) {
    .contact-form {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding-left: 37px;
      padding-right: 37px; } }
  .contact-form .frm_form_field.frm_half {
    width: 100%;
    margin-left: 0; }
  .contact-form label {
    display: none; }
  .contact-form .frm_form_field {
    margin-bottom: 50px; }
  .contact-form .form-control:focus {
    border-color: #005B9D; }
  .contact-form input,
  .contact-form textarea {
    border: none;
    border-bottom: 1px solid #005B9D;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    color: #005B9D;
    font-size: 1rem;
    line-height: 1.625rem;
    background-color: #efefef; }
    .contact-form input::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      text-transform: capitalize;
      color: #005B9D;
      font-weight: 700; }
      @media (max-width: 991px) {
        .contact-form input::-webkit-input-placeholder,
        .contact-form textarea::-webkit-input-placeholder {
          text-align: center; } }
    .contact-form input::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      text-transform: capitalize;
      color: #005B9D;
      font-weight: 700; }
      @media (max-width: 991px) {
        .contact-form input::-moz-placeholder,
        .contact-form textarea::-moz-placeholder {
          text-align: center; } }
    .contact-form input:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      text-transform: capitalize;
      color: #005B9D;
      font-weight: 700; }
      @media (max-width: 991px) {
        .contact-form input:-ms-input-placeholder,
        .contact-form textarea:-ms-input-placeholder {
          text-align: center; } }
    .contact-form input:-moz-placeholder,
    .contact-form textarea:-moz-placeholder {
      /* Firefox 18- */
      text-transform: capitalize;
      color: #005B9D;
      font-weight: 700; }
      @media (max-width: 991px) {
        .contact-form input:-moz-placeholder,
        .contact-form textarea:-moz-placeholder {
          text-align: center; } }
    .contact-form input:focus,
    .contact-form textarea:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: inherit; }
  .contact-form .frm_submit .frm_button_submit {
    background-color: #ffd600 !important;
    padding: 15px 65px;
    text-shadow: 1px 1px 2px #b29600; }
    @media (min-width: 1600px) {
      .contact-form .frm_submit .frm_button_submit {
        background-color: #005b9d !important;
        text-shadown: none; } }
    @media (max-width: 991px) {
      .contact-form .frm_submit .frm_button_submit {
        background-color: #005b9d !important; } }
  .contact-form .frm_error {
    color: red; }

.contact-form {
  background-color: #efefef; }
  @media (max-width: 991px) {
    .contact-form {
      text-align: center; } }

.page-template-template-contact .footer-banner {
  display: none; }
.page-template-template-contact .form-title {
  font-size: 26px;
  line-height: normal;
  color: #005B9D;
  position: relative;
  font-weight: 700;
  margin-bottom: 40px; }
  .page-template-template-contact .form-title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    margin: -29px auto 0; }
    @media (max-width: 991px) {
      .page-template-template-contact .form-title:before {
        right: 0; } }
  @media (max-width: 991px) {
    .page-template-template-contact .form-title {
      text-align: center; } }

@media (max-width: 991px) {
  .acf-map {
    height: 615px !important; } }
@media (max-width: 767px) {
  .acf-map {
    height: 383px !important; } }

.page-template-template-contact .page-banner {
  margin-bottom: 0; }
.page-template-template-contact footer .form-container {
  display: none; }

#form_requestprice legend {
  height: auto;
  width: auto;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  text-align: center;
  position: inherit;
  font-family: "Nunito Sans", sans-serif;
  color: #005b9d;
  width: 100%;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px; }
#form_requestprice input,
#form_requestprice textarea {
  border: none;
  border-bottom: 1px solid #005b9d;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Nunito Sans", sans-serif;
  color: #005b9d; }
  #form_requestprice input:focus,
  #form_requestprice textarea:focus {
    color: #495057; }
#form_requestprice textarea {
  resize: none; }
#form_requestprice input::-webkit-input-placeholder,
#form_requestprice textarea::-webkit-input-placeholder {
  color: #005b9d;
  opacity: 1 !important; }
#form_requestprice input:-ms-input-placeholder,
#form_requestprice textarea:-ms-input-placeholder {
  color: #005b9d;
  opacity: 1 !important; }
#form_requestprice input::-ms-input-placeholder,
#form_requestprice textarea::-ms-input-placeholder {
  color: #005b9d;
  opacity: 1 !important; }
#form_requestprice input::placeholder,
#form_requestprice textarea::placeholder {
  color: #005b9d;
  opacity: 1 !important; }
#form_requestprice input::-ms-input-placeholder, #form_requestprice textarea::-ms-input-placeholder {
  color: #005b9d;
  opacity: 1 !important; }
#form_requestprice .frm_form_field {
  margin-bottom: 50px; }
#form_requestprice .frm_submit .frm_button_submit {
  background-color: #ffd600 !important;
  padding: 15px 65px;
  text-shadow: 1px 1px 2px #b29600; }
#form_requestprice .frm_error {
  font-family: "Nunito Sans", sans-serif; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* The Close Button */ }
  .modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; }
    @media (min-width: 992px) {
      .modal .modal-content {
        max-width: 800px;
        width: 100%; } }
  .modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .modal .close:hover,
  .modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

.search .search-img-cover {
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat; }
.search .news-archive-list [class*='col-'] {
  margin-bottom: 30px; }

.woocommerce-account .page-banner,
.woocommerce-checkout .page-banner {
  display: none; }
.woocommerce-account .site-container,
.woocommerce-checkout .site-container {
  padding-top: 100px; }
.woocommerce-account .default-wysiwyg ul li:before,
.woocommerce-account .acf-wysiwyg ul li:before,
.woocommerce-checkout .default-wysiwyg ul li:before,
.woocommerce-checkout .acf-wysiwyg ul li:before {
  display: none; }
.woocommerce-account .default-wysiwyg a,
.woocommerce-account .acf-wysiwyg a,
.woocommerce-checkout .default-wysiwyg a,
.woocommerce-checkout .acf-wysiwyg a {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content header,
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content header {
  all: initial;
  font-family: "Nunito Sans", sans-serif; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3:before,
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content h3:before {
  display: none; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content select,
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content input[type="text"],
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content input[type="email"],
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content input[type="password"],
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content textarea,
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row,
.woocommerce-checkout .woocommerce .woocommerce-MyAccount-content .form-row {
  display: block;
  margin-bottom: 15px; }
.woocommerce-account ul.order_details li,
.woocommerce-checkout ul.order_details li {
  float: none;
  border-right: none;
  margin-bottom: 15px; }
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-checkout .woocommerce-MyAccount-navigation {
    margin-bottom: 30px; } }
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li {
  display: block;
  width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads,
  .woocommerce-checkout .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none; }
.woocommerce-account .form-row,
.woocommerce-checkout .form-row {
  display: block; }

.woocommerce-checkout .mini-shopping-cart-holder {
  display: block; }
.woocommerce-checkout .page-banner {
  display: block; }
.woocommerce-checkout .site-container {
  padding-top: 0; }
.woocommerce-checkout .page-title {
  font-size: 1.625rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  margin-top: 100px; }
  .woocommerce-checkout .page-title:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    right: 0;
    margin: -35px auto 0; }
  @media (max-width: 991px) {
    .woocommerce-checkout .page-title {
      line-height: normal; } }
.woocommerce-checkout .woocommerce-error {
  padding: 1em 2em 1em 3.5em; }
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form input[type="tel"],
.woocommerce-checkout form input[type="password"],
.woocommerce-checkout form .input-text,
.woocommerce-checkout form select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
.woocommerce-checkout form .form-row {
  display: block;
  margin-bottom: 15px; }
.woocommerce-checkout form .validate-phone {
  width: 38%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 40px; }
  .woocommerce-checkout form .validate-phone span {
    display: block;
    width: 100%; }
.woocommerce-checkout form .validate-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 62%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .woocommerce-checkout form .validate-email span {
    display: block;
    width: 100%; }
.woocommerce-checkout .woocommerce-checkout-review-order-table.shop_table {
  background-color: rgba(245, 245, 245, 0.5);
  border: 0;
  border-collapse: collapse; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table.shop_table th, .woocommerce-checkout .woocommerce-checkout-review-order-table.shop_table td {
    border: 0;
    padding-left: 20px;
    padding-right: 20px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .remove {
  position: relative;
  color: transparent !important;
  margin-right: 15px;
  min-width: 21px; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .remove:after {
    content: '';
    background-image: url("../images/clear-cart.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .remove:hover {
    background-color: transparent; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
  font-size: 0.9375rem;
  line-height: 1.25rem; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 80%; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .product-total {
  min-width: 112px;
  vertical-align: top;
  width: 20%; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:first-child td {
  padding-top: 30px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item:last-child td {
  padding-bottom: 28px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  background-color: #F5F5F5; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 19px;
    padding-bottom: 19px; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding-top: 19px;
    padding-bottom: 19px;
    min-width: 112px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  background-color: transparent; }
  .woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 0;
    line-height: inherit; }
.woocommerce-checkout #payment {
  background-color: transparent; }
  .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  font-size: 0.875rem;
  line-height: 1.25rem; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-link {
  color: #00C2FF;
  text-decoration: underline; }
.woocommerce-checkout .terms-condition.terms-condition {
  margin-bottom: 23px;
  padding-top: 0; }
  .woocommerce-checkout .terms-condition.terms-condition label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    color: #005B9D; }
  .woocommerce-checkout .terms-condition.terms-condition a {
    padding-left: 3px;
    color: #00C2FF;
    text-decoration: underline; }
  .woocommerce-checkout .terms-condition.terms-condition input[type='checkbox'] {
    width: 25%; }
  .woocommerce-checkout .terms-condition.terms-condition input[type='checkbox']:checked + label:after {
    top: 5px;
    left: 6px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper, .woocommerce-checkout .terms-condition {
  background-color: rgba(245, 245, 245, 0.5);
  padding: 20px; }
.woocommerce-checkout #payment #place_order, .woocommerce-checkout .woocommerce-page #payment #place_order {
  border-radius: 17px 0px 17px 17px;
  padding: 16px;
  float: none;
  width: 100%;
  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;
  font-size: 1.5rem;
  line-height: 1.25rem; }
  .woocommerce-checkout #payment #place_order:after, .woocommerce-checkout .woocommerce-page #payment #place_order:after {
    content: '';
    background-image: url("../images/arrow-square-right-regular-blue.svg");
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    margin-left: 15px;
    display: block; }
  .woocommerce-checkout #payment #place_order:focus, .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout #payment #place_order:active, .woocommerce-checkout .woocommerce-page #payment #place_order:focus, .woocommerce-checkout .woocommerce-page #payment #place_order:hover, .woocommerce-checkout .woocommerce-page #payment #place_order:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
@media (max-width: 767px) {
  .woocommerce-checkout .terms-condition.terms-condition label {
    display: block; }
  .woocommerce-checkout #payment #place_order, .woocommerce-checkout .woocommerce-page #payment #place_order {
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .woocommerce-checkout form .validate-phone, .woocommerce-checkout form .validate-email, .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last {
    width: 100%;
    padding-right: 3px;
    float: none; } }

.checkoutRow .woocommerce-billing-fields h3, .checkoutRow .section-title {
  background-color: #F5F5F5;
  padding: 22px 20px;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-bottom: 0; }
  .checkoutRow .woocommerce-billing-fields h3:before, .checkoutRow .section-title:before {
    display: none; }
  @media (max-width: 991px) {
    .checkoutRow .woocommerce-billing-fields h3, .checkoutRow .section-title {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .checkoutRow .woocommerce-billing-fields h3, .checkoutRow .section-title {
      font-size: 1.375rem;
      line-height: 1.25rem; } }

.checkoutRow .section-title {
  margin-bottom: 0; }
  .checkoutRow .section-title span {
    color: #005B9D;
    font-size: 1.1875rem;
    line-height: 1.25rem;
    min-width: 100px;
    padding-left: 28px; }
.checkoutRow .shipping-title.shipping-title {
  margin-bottom: 42px; }
  .checkoutRow .shipping-title.shipping-title label {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    color: #005B9D; }
  .checkoutRow .shipping-title.shipping-title:before {
    display: none; }
.checkoutRow .woocommerce-billing-fields__field-wrapper, .checkoutRow .woocommerce-shipping-fields, .checkoutRow .woocommerce-additional-fields {
  background-color: rgba(245, 245, 245, 0.5); }
.checkoutRow .woocommerce-billing-fields__field-wrapper, .checkoutRow .woocommerce-shipping-fields, .checkoutRow .woocommerce-additional-fields {
  padding-left: 20px;
  padding-right: 20px; }
.checkoutRow .woocommerce-billing-fields__field-wrapper {
  padding-top: 24px; }
.checkoutRow .woocommerce-additional-fields .input-text {
  height: 250px !important; }
.checkoutRow .woocommerce-additional-fields__field-wrapper {
  padding-bottom: 17px; }
@media (max-width: 767px) {
  .checkoutRow .shipping-title.shipping-title label {
    font-size: 1.0625rem;
    line-height: 1.25rem; } }

.default-wysiwyg h1, .default-wysiwyg h2, .default-wysiwyg h3, .default-wysiwyg h4,
.acf-wysiwyg h1,
.acf-wysiwyg h2,
.acf-wysiwyg h3,
.acf-wysiwyg h4 {
  color: #005B9D;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  margin-top: 35px; }
  .default-wysiwyg h1:before, .default-wysiwyg h2:before, .default-wysiwyg h3:before, .default-wysiwyg h4:before,
  .acf-wysiwyg h1:before,
  .acf-wysiwyg h2:before,
  .acf-wysiwyg h3:before,
  .acf-wysiwyg h4:before {
    content: "";
    height: 4px;
    width: 36px;
    background-color: #FFD600;
    position: absolute;
    left: 0;
    margin: -24px auto 0; }
  .default-wysiwyg h1.has-text-align-center:before, .default-wysiwyg h2.has-text-align-center:before, .default-wysiwyg h3.has-text-align-center:before, .default-wysiwyg h4.has-text-align-center:before,
  .acf-wysiwyg h1.has-text-align-center:before,
  .acf-wysiwyg h2.has-text-align-center:before,
  .acf-wysiwyg h3.has-text-align-center:before,
  .acf-wysiwyg h4.has-text-align-center:before {
    right: 0; }
.default-wysiwyg h3,
.acf-wysiwyg h3 {
  font-size: 1.625rem;
  line-height: 1.625rem; }
.default-wysiwyg h4,
.acf-wysiwyg h4 {
  color: #FFD600;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600; }
  .default-wysiwyg h4:before,
  .acf-wysiwyg h4:before {
    content: "";
    display: none; }
  @media (max-width: 991px) {
    .default-wysiwyg h4,
    .acf-wysiwyg h4 {
      margin-top: 30px; } }
.default-wysiwyg h5,
.acf-wysiwyg h5 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 30px; }
.default-wysiwyg h2,
.acf-wysiwyg h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .default-wysiwyg h2,
    .acf-wysiwyg h2 {
      font-size: 1.625rem;
      line-height: 1.875rem; } }
.default-wysiwyg ul,
.acf-wysiwyg ul {
  list-style-type: none;
  padding-left: 0; }
  .default-wysiwyg ul li,
  .acf-wysiwyg ul li {
    display: table; }
    .default-wysiwyg ul li:before,
    .acf-wysiwyg ul li:before {
      content: "\2022";
      color: #FFD600;
      font-weight: bold;
      display: table-cell;
      padding-right: 5px; }
.default-wysiwyg ol,
.acf-wysiwyg ol {
  list-style-type: none;
  padding-left: 0;
  counter-reset: section; }
  .default-wysiwyg ol li,
  .acf-wysiwyg ol li {
    display: table; }
    .default-wysiwyg ol li:before,
    .acf-wysiwyg ol li:before {
      counter-increment: section;
      content: counters(section,".") ". ";
      color: #FFD600;
      font-weight: bold;
      display: inline-block;
      padding-right: 5px; }
.default-wysiwyg ul li, .default-wysiwyg ol li,
.acf-wysiwyg ul li,
.acf-wysiwyg ol li {
  margin-bottom: 1em; }
.default-wysiwyg p,
.acf-wysiwyg p {
  font-size: 1rem;
  line-height: 1.625rem; }
  .default-wysiwyg p:empty,
  .acf-wysiwyg p:empty {
    display: none; }
.default-wysiwyg a,
.acf-wysiwyg a {
  color: #FFD600;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  font-style: normal; }
.default-wysiwyg.content-with-bg,
.acf-wysiwyg.content-with-bg {
  padding: 55px;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .default-wysiwyg.content-with-bg,
    .acf-wysiwyg.content-with-bg {
      padding: 60px 80px; } }
  @media (max-width: 767px) {
    .default-wysiwyg.content-with-bg,
    .acf-wysiwyg.content-with-bg {
      padding: 60px 40px; } }
  .default-wysiwyg.content-with-bg h1, .default-wysiwyg.content-with-bg h2, .default-wysiwyg.content-with-bg h3, .default-wysiwyg.content-with-bg h4, .default-wysiwyg.content-with-bg h5, .default-wysiwyg.content-with-bg h6,
  .acf-wysiwyg.content-with-bg h1,
  .acf-wysiwyg.content-with-bg h2,
  .acf-wysiwyg.content-with-bg h3,
  .acf-wysiwyg.content-with-bg h4,
  .acf-wysiwyg.content-with-bg h5,
  .acf-wysiwyg.content-with-bg h6 {
    margin-top: 0; }
.default-wysiwyg .alignleft,
.acf-wysiwyg .alignleft {
  float: left; }
  @media (max-width: 991px) {
    .default-wysiwyg .alignleft,
    .acf-wysiwyg .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .default-wysiwyg .alignleft,
    .acf-wysiwyg .alignleft {
      margin-right: 5em;
      margin-bottom: 3em; } }
.default-wysiwyg .alignright,
.acf-wysiwyg .alignright {
  float: right; }
  @media (max-width: 991px) {
    .default-wysiwyg .alignright,
    .acf-wysiwyg .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .default-wysiwyg .alignright,
    .acf-wysiwyg .alignright {
      margin-left: 5em;
      margin-bottom: 3em; } }
.default-wysiwyg .alignleft::after,
.default-wysiwyg .alignright::after,
.acf-wysiwyg .alignleft::after,
.acf-wysiwyg .alignright::after {
  display: block;
  clear: both;
  content: ""; }
.default-wysiwyg.text-white a,
.acf-wysiwyg.text-white a {
  color: #FFD600; }
.default-wysiwyg.text-white ul li:before,
.acf-wysiwyg.text-white ul li:before {
  color: #fff; }
.default-wysiwyg figcaption,
.acf-wysiwyg figcaption {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.625rem; }
  @media (max-width: 767px) {
    .default-wysiwyg figcaption,
    .acf-wysiwyg figcaption {
      font-size: 12px;
      line-height: normal; }
      .default-wysiwyg figcaption em,
      .acf-wysiwyg figcaption em {
        font-size: 0.875rem;
        line-height: 1.125rem; } }
@media (max-width: 991px) {
  .default-wysiwyg figure,
  .acf-wysiwyg figure {
    text-align: center;
    margin-top: 15px; } }
.default-wysiwyg img,
.acf-wysiwyg img {
  max-width: 100%;
  height: auto; }

@media (max-width: 991px) {
  .applications-wysiwyg {
    margin-top: 60px; } }

body.no-scroll {
  overflow: hidden; }

.mini-shopping-cart-holder {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  z-index: 3; }
  @media (max-width: 991px) {
    .mini-shopping-cart-holder {
      top: calc(100% + 35px); } }
  @media (max-width: 767px) {
    .mini-shopping-cart-holder {
      top: calc(100% + 25px);
      right: 37px; } }
  .mini-shopping-cart-holder .mini-shopping-cart {
    background-color: #FFD600;
    padding: 5px 10px 10px 15px;
    border-radius: 0  0 17px 17px; }
    .mini-shopping-cart-holder .mini-shopping-cart label {
      font-size: 0.75rem;
      line-height: 1.25rem;
      font-weight: 700;
      color: #005B9D;
      margin-bottom: 0; }
    .mini-shopping-cart-holder .mini-shopping-cart .label-holder,
    .mini-shopping-cart-holder .mini-shopping-cart .msg {
      margin-right: 30px; }
    .mini-shopping-cart-holder .mini-shopping-cart .msg {
      font-size: 0.75rem;
      line-height: 1.25rem; }
    .mini-shopping-cart-holder .mini-shopping-cart .cart-icon-holder a {
      display: inline-block;
      background-color: #fff;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: FLEX;
      -webkit-box-align: CENTER;
          -ms-flex-align: CENTER;
              align-items: CENTER;
      -webkit-box-pack: CENTER;
          -ms-flex-pack: CENTER;
              justify-content: CENTER; }
    .mini-shopping-cart-holder .mini-shopping-cart .count-price {
      font-size: 0.75rem;
      line-height: 1.25rem; }
      .mini-shopping-cart-holder .mini-shopping-cart .count-price span {
        font-weight: 700; }

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce-page .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  max-width: initial; }

.woocommerce .woocommerce-message .button {
  border-radius: 17px;
  border-top-right-radius: 0;
  background-color: #005B9D;
  padding: 18px 1em;
  color: #fff; }
  .woocommerce .woocommerce-message .button:hover {
    color: #fff;
    background-color: #005B9D; }

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%; }
  @media (max-width: 991px) {
    .woocommerce-account .col-1,
    .woocommerce-account .col-2 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

@media (max-width: 767px) {
  .grey-content-holder {
    background-color: #EFEFEF;
    padding-top: 50px;
    padding-bottom: 50px; } }
.grey-content-holder h1:before, .grey-content-holder h2:before, .grey-content-holder h3:before, .grey-content-holder h5:before, .grey-content-holder h6:before {
  content: "";
  display: none; }

@media (max-width: 767px) {
  .page-template-archive-service .footer-banner {
    margin-top: 0; } }

.woocommerce-notices-wrapper ul {
  padding: 1em 2em 1em 3.5em; }
  .woocommerce-notices-wrapper ul li:before {
    content: "";
    display: none; }

/*# sourceMappingURL=theme-styles.css.map */