/* sass-autocompile compileOnSave: true */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500&display=swap");
/*variables*/
/*mixins*/
h1, .h1 {
  font-size: 3.125rem;
  line-height: 3.875rem;
  margin-bottom: 1.875rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 1.875rem; }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem; }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 1.25rem; }

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Hellix-Medium" !important; }

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5625rem; }
  p + h4, p + h3, p + h2 {
    margin-top: 1.875rem; }

ul li {
  font-size: 1.25rem;
  line-height: 1.68; }

a:not(.btn) {
  color: #004283; }

strong, b {
  font-family: "Hellix-Bold" !important; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white a:not(.btn) {
  color: inherit; }

html {
  font-size: 16px; }

body {
  font-family: "Montserrat Regular";
  color: #1A1A24;
  font-size: 1rem; }
  body.loading .ajax-holder {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  body.loading .load-more {
    opacity: 0; }

.ajax-holder {
  min-height: 3.125rem;
  display: none; }

.page-holder {
  padding-top: 0;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }
  img.aligncenter {
    display: block;
    margin: 1.875rem auto; }
  img.alignleft {
    float: left;
    margin: 0 0.9375rem 0.9375rem 0; }
  img.alignright {
    float: right;
    margin: 0 0 0.9375rem 0.9375rem; }

section {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3.125rem 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.acf-map {
  width: 100%;
  height: 25rem;
  margin: 0; }
  .acf-map img {
    max-width: inherit !important; }

.section-gmap .container, .section-gmap .container-fluid {
  padding: 0; }

pre {
  width: 100%;
  float: left; }

.navbar-toggler {
  position: relative;
  background-color: transparent;
  width: 3.125rem;
  min-width: 3.125rem;
  min-height: 3.125rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .navbar-toggler span {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    background-color: #000;
    height: 0.1875rem;
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
    opacity: 1;
    margin-top: 0; }
    .navbar-toggler span:nth-of-type(1) {
      transform: translate(-50%, -8px) rotate(0deg); }
    .navbar-toggler span:nth-of-type(2) {
      transform: translate(-50%, -50%) rotate(0deg); }
    .navbar-toggler span:nth-of-type(3) {
      transform: translate(-50%, 6px) rotate(0deg); }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .navbar-toggler[aria-expanded="true"] {
    color: transparent !important; }
    .navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
      opacity: 0; }
    .navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
      transform: translate(-50%, -50%) rotate(45deg); }

.pagination .page-numbers {
  display: inline-block;
  padding: 0.0625rem 0.625rem;
  margin: 0 0.1875rem;
  text-decoration: none;
  color: inherit; }
  .pagination .page-numbers.current {
    background-color: #004283;
    color: #fff; }

.admin-bar .top-menu {
  top: 29px; }
  @media (min-width: 767px) {
    .admin-bar .top-menu {
      top: 29px; } }

.modal-open .top-menu {
  width: calc(100% - rem(17)); }

.top-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  z-index: 999;
  transition: width 0s ease 0s, padding 0.2s ease 0s, background 0.2s ease 0s;
  -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, background 0.2s ease 0s; }
  .top-menu .container {
    position: relative;
    border-bottom: 1px solid rgba(37, 29, 64, 0.15);
    padding: 14px 0;
    transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
    -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
  .top-menu .logo-box .navbar-brand {
    margin-right: 0;
    margin-top: 3px;
    padding-top: 0; }
    .top-menu .logo-box .navbar-brand img {
      transition: width 0s ease 0s, height 0.2s ease 0s, background 0.2s ease 0s;
      -webkit-transition: width 0s ease 0s, height 0.2s ease 0s, background 0.2s ease 0s; }
  .top-menu .bottom-part {
    position: relative; }
    .top-menu .bottom-part .current_page_item {
      /*background-color: #000;
      color: $white;*/
      position: relative; }
    .top-menu .bottom-part .nav-link {
      text-align: center;
      font-size: 0.875rem;
      line-height: 1.875rem;
      text-decoration: none !important;
      padding: 0rem 0rem 0rem !important;
      margin: 0;
      transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      font-family: "Hellix-Regular" !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      outline: none !important;
      font-size: 16px;
      line-height: 24px;
      color: #251D40; }
      .top-menu .bottom-part .nav-link.show {
        color: #ffffff; }
      @media (min-width: 990px) {
        .top-menu .bottom-part .nav-link:hover {
          background-color: transparent;
          color: inherit;
          opacity: 0.9; } }
      .top-menu .bottom-part .nav-link span {
        display: inline-block;
        min-width: 25px;
        text-align: center; }
  .top-menu #primaryMenu {
    /*transform: translateX(22px);*/
    margin-top: 0px;
    flex: 1 1 auto; }
    .top-menu #primaryMenu li {
      flex: 3;
      padding-left: 10px;
      padding-right: 10px;
      height: 4.0625rem; }
      .top-menu #primaryMenu li a {
        height: 4.0625rem;
        line-height: 4.0625rem;
        white-space: nowrap; }
      .top-menu #primaryMenu li.current-menu-item a {
        font-family: "Hellix-Bold" !important;
        position: relative; }
        .top-menu #primaryMenu li.current-menu-item a:after {
          content: "";
          width: 7px;
          height: 7px;
          background: #ED705A;
          border-radius: 0.25rem;
          -webkit-border-radius: 0.25rem;
          -moz-border-radius: 0.25rem;
          display: block;
          position: absolute;
          left: calc(50% - 3.5px);
          bottom: 5px; }
  .top-menu .top-part {
    padding-left: 1.875rem; }
    .top-menu .top-part #languageMenu {
      min-width: 9.375rem;
      width: auto; }
      .top-menu .top-part #languageMenu li {
        float: left;
        border-right: 1px solid #000; }
        .top-menu .top-part #languageMenu li:last-child {
          border: none; }
        .top-menu .top-part #languageMenu li.current-lang .nav-link {
          color: #004283; }
    .top-menu .top-part .dropdown-menu {
      left: 0; }
      .top-menu .top-part .dropdown-menu .dropdown-item {
        text-align: center;
        font-size: 0.875rem;
        font-family: "Hellix-Medium" !important; }
    .top-menu .top-part .dropdown-toggle, .top-menu .top-part .nav-link {
      width: 100%;
      text-align: center;
      font-size: 1rem;
      font-family: "Hellix-Medium" !important;
      color: inherit;
      padding-top: 0;
      line-height: 1.25rem;
      padding-bottom: 0; }
  .top-menu .info-nav {
    min-height: 3.4375rem;
    padding-left: 1.875rem; }
    .top-menu .info-nav .nav-item {
      font-family: "Hellix-Regular" !important;
      font-size: 0.875rem;
      color: rgba(26, 26, 36, 0.8);
      margin-right: 0rem; }
      .top-menu .info-nav .nav-item i {
        color: #E8BF0D;
        margin-right: 0.3125rem; }
      .top-menu .info-nav .nav-item a {
        font: inherit;
        color: inherit;
        text-decoration: none; }
  .top-menu .bg-menu {
    background-image: url(../img/menu-image.svg);
    background-repeat: no-repeat;
    background-position: bottom 1.875rem right; }
  .top-menu .social-menu .nav-link {
    font-size: 1.25rem;
    margin-right: 1.25rem; }
  .top-menu .navbar-brand {
    margin-left: 2px;
    transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
    -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
    .top-menu .navbar-brand img {
      transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
      -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
  .top-menu.fixed {
    background: #f8f8f8;
    padding: 0; }
    .top-menu.fixed .container {
      padding: 0px 0;
      transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
      -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
    .top-menu.fixed .menu-line {
      top: 2.6875rem; }
    .top-menu.fixed .navbar-brand {
      transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
      -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
      .top-menu.fixed .navbar-brand img {
        transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s;
        -webkit-transition: width 0s ease 0s, padding 0.2s ease 0s, height 0.2s ease 0s; }
  .top-menu .navbar {
    padding: 0;
    margin: 0; }
    .top-menu .navbar .row {
      width: 100%;
      margin: 0;
      /*border-bottom:1px solid #fff;*/ }
  .top-menu .dropdown-menu .menu-item {
    width: 50%;
    float: left; }
  .top-menu #languageMenu {
    max-width: 3.125rem; }
    .top-menu #languageMenu .dropdown-menu {
      width: 100%;
      min-width: 1px;
      position: absolute !important; }
      .top-menu #languageMenu .dropdown-menu .menu-item {
        width: 100%;
        float: left; }

.navbar-nav .dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-width: 15rem; }
  .navbar-nav .dropdown-menu li {
    width: 100% !important; }
    .navbar-nav .dropdown-menu li a {
      padding: 0 0 0 10px !important;
      font-size: 1rem; }

.top-menu .menu-item-has-children {
  overflow: visible !important;
  position: relative; }
  .top-menu .menu-item-has-children > .nav-link:after, .top-menu .menu-item-has-children > .dropdown-toggle:after {
    /*                content: '';
                    border-top: rem(4) solid $black;
                    border-left: rem(4) solid transparent;
                    border-right: rem(4) solid transparent;
                    margin-left: rem(10);
                    top: 50%;
                    margin-top: rem(-1);
                    position: absolute;
                    @include t(0.2s, 0s);*/
    display: none; }
  .top-menu .menu-item-has-children:hover > .dropdown-item {
    color: #ee6444; }
    .top-menu .menu-item-has-children:hover > .dropdown-item:after {
      border-top-color: #ee6444; }

.footer .dropdown-menu {
  position: absolute;
  top: -10px !important;
  transform: translateY(-100%); }

#languageMenu .dropdown {
  width: 100%; }

.dropdown-menu {
  left: -0.625rem;
  top: calc(100% - 4px);
  border: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.13);
  min-width: 30rem;
  position: absolute; }
  .dropdown-menu li {
    list-style: none; }
    .dropdown-menu li .dropdown-item {
      color: #3B3B51;
      font-size: 1.125rem;
      font-family: "Hellix-Regular" !important;
      text-align: left;
      line-height: 1.25rem;
      border: none !important;
      padding: 0.625rem 0.625rem !important;
      margin: 0; }
      .dropdown-menu li .dropdown-item span {
        display: inline-block;
        min-width: 25px;
        text-align: center; }
      .dropdown-menu li .dropdown-item i {
        color: #63A3E1;
        margin-right: 0.3125rem; }
      .dropdown-menu li .dropdown-item:hover {
        background-color: transparent;
        color: #1A1A24; }
        .dropdown-menu li .dropdown-item:hover i {
          color: #004283; }
  .dropdown-menu .current_page_item:not(.menu-btn) > .nav-link {
    color: #ee6444; }
    .dropdown-menu .current_page_item:not(.menu-btn) > .nav-link:hover {
      color: #ee6444; }
  .dropdown-menu .current_page_item:not(.menu-btn) > .dropdown-item {
    color: #000;
    background-color: #ededed; }
  .dropdown-menu:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 4rem;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -0.5rem; }

@media (max-width: 767px) {
  .footer .dropdown-menu {
    position: relative;
    top: auto !important;
    transform: translateY(0); }
  .footer .nav-link {
    text-align: left;
    font-size: 0.75rem !important;
    padding: 0.3125rem 0.625rem 0.3125rem 0 !important;
    margin: 0; } }
.social-icons a {
  margin-right: 16px; }

.yikes-mailchimp-container {
  position: relative;
  padding: 0 !important; }
  .yikes-mailchimp-container span.EMAIL-label {
    display: none; }
  .yikes-mailchimp-container input[type="email"] {
    background: rgba(26, 26, 36, 0.5);
    border-radius: 8px;
    border: none !important;
    padding: 0 12px !important;
    height: 40px !important;
    font-size: 14px;
    line-height: 40px !important;
    color: #1A1A24;
    font-family: "Hellix-Regular" !important; }
  .yikes-mailchimp-container .edit-link {
    display: none; }
  .yikes-mailchimp-container .yikes-easy-mc-submit-button {
    border: none !important;
    background: url("../../dist/img/send.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-indent: -20000px;
    overflow: hidden;
    width: 18px !important;
    height: 40px !important;
    position: absolute !important;
    top: 0;
    right: 4px;
    margin: 0 !important; }

.footer-contact .accordion-button {
  padding: 1.5625rem 1.875rem 1.5625rem 0;
  border: none;
  font-family: "Hellix-Medium" !important;
  font-size: 1.25rem;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  line-height: 1.5rem; }
  .footer-contact .accordion-button:after {
    right: 0.625rem;
    position: absolute; }
  .footer-contact .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-color: transparent;
    color: inherit; }
.footer-contact .accordion-body {
  padding-left: 0;
  padding-right: 0; }
.footer-contact .accordion-item {
  border-bottom: 1px solid #F1F1F1; }
.footer-contact .accordion-collapse {
  border: none; }
.footer-contact .form-control {
  border: none;
  background-color: #F4F9FF;
  color: rgba(26, 26, 36, 0.7);
  height: 3.125rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
.footer-contact textarea.form-control {
  height: 4.375rem;
  min-height: 4.375rem; }
.footer-contact .form-group {
  margin-bottom: 0.9375rem;
  position: relative; }
.footer-contact .ajax-loader {
  position: absolute !important;
  top: 0;
  right: 0; }
.footer-contact .btn.btn-default {
  min-width: 12.5rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  min-height: 3.4375rem; }

.download-app a img {
  margin-bottom: 16px; }

.footer-logo img {
  margin-bottom: 10px; }

.footer {
  padding-bottom: 1.875rem;
  background-color: transparent; }
  .footer #primaryMenu {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
    .footer #primaryMenu a {
      font-size: 16px;
      line-height: 26px;
      color: #251D40;
      font-family: "Hellix-Regular" !important;
      margin: 0 24px 0 0;
      float: left; }
    .footer #primaryMenu.footer a {
      margin: 0 24px; }
    .footer #primaryMenu.footer li:first-of-type a {
      margin-left: 0px; }
    .footer #primaryMenu.footer li:first-of-type:before {
      display: none !important; }
    .footer #primaryMenu.footer li:before {
      content: "|";
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: #251D40;
      font-family: "Hellix-Regular" !important;
      float: left;
      margin-top: 8px; }
  .footer h3 {
    font-size: 18px;
    line-height: 28px;
    color: #251D40;
    font-family: "Hellix-SemiBold" !important; }
  .footer .align-items-center {
    display: flex;
    justify-content: center; }
  .footer .justify-content-between .justify-content-center {
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row; }
  .footer > .container {
    border-top: 1px solid black;
    padding-top: 2.6875rem; }
  .footer .location-social .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    width: 1.5rem;
    color: #000;
    line-height: 1.5rem;
    font-size: 0.8125rem;
    margin: 0.625rem 0 0.625rem 0.3125rem;
    text-align: center;
    padding: 0 !important;
    height: 1.5rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem; }
    @media (min-width: 990px) {
      .footer .location-social .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.5); } }
  .footer .menu-title {
    font-family: "Hellix-Light" !important;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-feature-settings: 'liga' off;
    color: #000; }
  .footer .footer-menu .nav-link {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Hellix-Light" !important;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5rem;
    /* identical to box height, or 171% */
    font-feature-settings: 'liga' off;
    /* Text / Gray 300 */
    color: #D9DBE1; }
    .footer .footer-menu .nav-link span {
      display: inline-block;
      min-width: 2.1875rem;
      font-size: 1.25rem;
      color: #F6D392;
      margin-top: 0rem;
      text-align: center; }
  .footer .footer-menu .location-footer4 .nav-link {
    font-size: 0.875rem;
    color: #1A1A24; }
  .footer .align-fix {
    align-self: flex-end !important;
    width: 135px !important;
    padding-right: 0 !important; }
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between !important;
    padding-top: 1.25rem; }
    .footer .footer-bottom p {
      font-size: 14px;
      line-height: 24px;
      color: #251D40;
      font-family: "Hellix-Regular" !important; }
    .footer .footer-bottom a {
      font-size: 14px;
      line-height: 24px;
      color: #251D40;
      font-family: "Hellix-Regular" !important;
      text-decoration: none; }
    .footer .footer-bottom .nav-item:last-child {
      margin-left: 0.9375rem;
      border-left: 1px solid #000; }
      .footer .footer-bottom .nav-item:last-child .nav-link {
        margin: 0 0 0 0.9375rem; }
    .footer .footer-bottom .nav-item {
      position: relative; }
      .footer .footer-bottom .nav-item .nav-link {
        font-size: 0.875rem;
        padding: 0 !important;
        line-height: 1.125rem;
        margin: 0 0.9375rem; }
        @media (min-width: 767px) {
          .footer .footer-bottom .nav-item .nav-link {
            margin: 0 0 0 1.875rem; } }
        .footer .footer-bottom .nav-item .nav-link::after {
          content: "|";
          position: absolute;
          display: block;
          color: #FFFFFF;
          right: -18px; }
      .footer .footer-bottom .nav-item:last-of-type .nav-link::after {
        display: none; }

.footer-form {
  position: relative;
  width: 100%;
  float: left;
  padding: 2.1875rem 2.5rem;
  background-color: #ffffff;
  box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
  -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
  .footer-form:after {
    position: absolute;
    content: '';
    left: 60%;
    top: -2rem;
    z-index: -1;
    background-color: rgba(0, 66, 131, 0.1);
    width: 90000000px;
    height: calc(100% + 64px); }
  .footer-form h2 {
    font-size: 1.5rem; }

#socialMenu li a {
  margin: 0 0 0 45px;
  width: 40px;
  font-size: 0; }
  #socialMenu li a span {
    font-size: 40px; }
    #socialMenu li a span i::before {
      color: #373838; }

.btnholder {
  background: #ffffff;
  display: inline-block; }

.btn {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: pointer;
  color: inherit;
  font-size: 1.125rem;
  padding: 0 0.9375rem !important;
  display: inline-block;
  border: 2px solid #1A1A24;
  margin: 3px;
    /* &.btn-white {
        overflow: hidden;
        min-width: rem(240);
        padding: 0 rem(15)!important;
        line-height: rem(60);
        min-height: rem(60);
        height: rem(60);
        text-align: center;
        @include f-medium;
        font-size: rem(18);
        color: #fff;
        background: none;
        border: none;
        background-color: transparent;
        border: 1px solid $white;
        @include br(rem(0));
        position: relative;
        z-index: initial;



        @media (min-width: 990px) {
            &:hover {
                background-color: #fff;
                color: $blue;
            }
        }
    } */ }
  .btn + .btn {
    margin-left: 0.625rem; }
  .btn img {
    max-width: 1.875rem !important;
    margin-right: 0.625rem;
    margin-left: 0rem;
    margin-top: -0.3125rem;
    display: inline-block; }
  .btn.btn-x {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    min-height: 0.0625rem;
    height: auto;
    color: #000;
    line-height: initial; }
  .btn.btn-default, .btn.btn-modal, .btn.btn-dark {
    overflow: visible;
    min-width: 12.5rem;
    padding: 0 0.9375rem !important;
    line-height: 3.0625rem;
    min-height: 3.0625rem;
    height: 3.0625rem;
    text-align: center;
    font-family: "Hellix-Bold" !important;
    font-size: 1rem;
    color: #000;
    background: none;
    border: none;
    background-color: #fff;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial; }
    .btn.btn-default span, .btn.btn-modal span, .btn.btn-dark span {
      text-transform: uppercase;
      position: relative; }
      .btn.btn-default span::after, .btn.btn-modal span::after, .btn.btn-dark span::after {
        content: " ";
        /*background:url('../img/button-arrow-right.png');*/
        width: 97px;
        height: 11px;
        position: absolute;
        display: block;
        top: 3px;
        right: -120px; }
  .btn.btn-white {
    color: #000 !important;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background-color: white;
    width: 263px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: black;
    font-family: "Hellix-Bold" !important;
    text-transform: uppercase; }
  .btn.btn-dark {
    color: #ffffff;
    background: #000; }
  .btn.btn-default-arrow {
    overflow: hidden;
    min-width: 11.1875rem;
    padding: 0 0.9375rem !important;
    line-height: 2.625rem;
    min-height: 2.625rem;
    height: 2.625rem;
    text-align: center;
    font-family: "Hellix-Medium" !important;
    font-size: 1.125rem;
    color: #fff;
    background: none;
    border: none;
    background-color: #004283;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial; }
    .btn.btn-default-arrow svg {
      margin-left: 0.3125rem; }
      .btn.btn-default-arrow svg path {
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s; }
    @media (min-width: 990px) {
      .btn.btn-default-arrow:hover {
        background-color: #E8BF0D;
        color: #004283; }
        .btn.btn-default-arrow:hover svg path {
          fill: #004283; } }
  .btn.btn-more {
    background: none;
    border: none;
    min-width: 1px;
    padding: 0 3.125rem 0 0 !important;
    background-image: url(../img/read-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1.3;
    min-height: 1px;
    height: auto;
    text-align: left;
    font-family: "Hellix-Medium" !important;
    font-size: 1rem;
    color: #004283;
    background-color: transparent;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial; }
    @media (min-width: 990px) {
      .btn.btn-more:hover {
        opacity: 0.7; } }
  .btn.btn-link {
    background: none;
    border: none;
    min-width: 1px;
    padding: 0 0 0.25rem 0 !important;
    line-height: 1.3;
    min-height: 1px;
    height: auto;
    text-align: left;
    font-family: "Hellix-Medium" !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    font-size: 1.125rem;
    color: #004283;
    background-color: transparent;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial;
    text-decoration: none;
    border-bottom: 2px solid #004283; }
    @media (min-width: 990px) {
      .btn.btn-link:hover {
        opacity: 0.7; } }
  .btn.btn-blue {
    overflow: hidden;
    min-width: 15rem;
    padding: 0 0.9375rem !important;
    line-height: 3.75rem;
    min-height: 3.75rem;
    height: 3.75rem;
    text-align: center;
    font-family: "Hellix-Medium" !important;
    font-size: 1.125rem;
    color: #004283;
    background: none;
    border: none;
    background-color: transparent;
    border: 1px solid #004283;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial; }
    @media (min-width: 990px) {
      .btn.btn-blue:hover {
        background-color: #004283;
        color: #fff; } }
  .btn.btn-flex {
    overflow: hidden;
    max-width: 23.125rem;
    padding: 0.625rem 0.9375rem !important;
    line-height: 1.2;
    min-height: 6.25rem;
    height: 6.25rem;
    text-align: center;
    font-family: "Hellix-Medium" !important;
    font-size: 1.3125rem;
    color: #333;
    background: none;
    border: none;
    background-color: transparent;
    border: 1px solid #004283;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    position: relative;
    z-index: initial;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*
            @media (min-width: 990px) {
                &:hover {
                    background-color: $blue;
                    color: #fff;
                }
            }*/ }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 1450px) {
  .top-menu .container {
    max-width: 1450px; }

  .footer .container {
    max-width: 1450px; } }
.logo-box a img {
  max-width: 224px; }

.text-right {
  text-align: right; }

.mb-70 {
  margin-bottom: 4.375rem; }

.content-align-center {
  display: flex;
  justify-content: space-around;
  align-content: center; }
  .content-align-center.align-column {
    flex-direction: row !important; }

.single_article_section .half-image-alt::after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  background: linear-gradient(89.33deg, rgba(0, 0, 0, 0.8) 8.74%, rgba(0, 0, 0, 0) 46.38%);
  position: absolute;
  top: 0;
  left: 0; }

.align-items-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.inner-hero {
  padding-top: 10rem;
  padding-bottom: 5.0625rem;
  position: relative;
  min-height: 29.5625rem;
  background-color: rgba(232, 191, 13, 0.03); }
  .inner-hero .half-image {
    background-position: center center; }
  .inner-hero .btn-blue {
    min-width: 14.375rem; }
  .inner-hero.archive-hero {
    padding-top: 10rem;
    padding-bottom: 1.063rem;
    position: relative;
    min-height: 12.563rem; }
  .inner-hero.team-hero .container {
    position: relative;
    z-index: 20; }
  .inner-hero.team-hero .member-image {
    width: 100%;
    height: 25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover; }

.inner-hero-breadcrumb {
  padding: 2.5rem 0; }
  .inner-hero-breadcrumb .container {
    padding: 0; }
  .inner-hero-breadcrumb .breadcrumb-row {
    margin: 0; }

.blog-hero {
  padding: 4.6875rem 0 2.5rem;
  min-height: 0.0625rem;
  background-color: transparent; }

.contact-hero {
  padding-top: 8.125rem;
  padding-bottom: 2.8125rem;
  position: relative;
  background-color: rgba(232, 191, 13, 0.03); }
  .contact-hero i, .contact-hero .fa {
    max-width: 1.5rem;
    margin-right: 0.5625rem;
    margin-top: 0.3125rem;
    color: #004283; }
  .contact-hero p {
    color: rgba(26, 26, 36, 0.7);
    font-size: 1.125rem; }

.single-hero {
  padding-top: 3.75rem; }
  .single-hero .breadcrumb-row span {
    color: #ffffff; }
  .single-hero.team-hero .breadcrumb-row span {
    color: inherit; }
  .single-hero.service-hero .post-title-box {
    margin-top: 9.375rem; }

.subtitle {
  color: #ffffff;
  font-family: "Hellix-Medium" !important;
  font-size: 1.125rem;
  text-align: center;
  max-width: 368px;
  margin: 0 auto;
  display: block; }

#verticalMenu {
  max-width: 3.75rem;
  position: absolute;
  right: -3.125rem; }

.social-menu-vertical .nav-link {
  background-color: rgba(0, 66, 131, 0.1);
  display: inline-block;
  width: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  margin-top: 0.625rem;
  text-align: center;
  padding: 0 !important;
  height: 2.5rem; }
  @media (min-width: 990px) {
    .social-menu-vertical .nav-link:hover {
      background-color: #E8BF0D; } }

.right-image-section {
  padding-bottom: 11rem;
  padding-top: 6.5625rem; }
  .right-image-section .right-image-box {
    position: relative; }
    .right-image-section .right-image-box:after {
      position: absolute;
      content: '';
      left: 0.75rem;
      bottom: 0;
      z-index: 2;
      width: 1.5625rem;
      height: 1.5625rem;
      background-color: #E8BF0D; }

.right-image-box img {
  width: 100%; }

.image-box-position {
  width: 100%;
  float: left; }
  .image-box-position img {
    width: 100%; }

.box-padding {
  padding: 0; }
  @media (min-width: 767px) {
    .box-padding {
      padding-right: 3.125rem; } }

@media (min-width: 767px) {
  .flex-row-reverse .box-padding {
    padding-right: inherit;
    padding-left: 3.125rem; } }

.services-section {
  background-color: #ffffff;
  padding-bottom: 12.5rem; }
  .services-section .service-grid {
    margin-top: 1.875rem;
    width: 100%;
    float: left;
    position: relative; }
    @media (min-width: 990px) {
      .services-section .service-grid:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
      .services-section .service-grid:hover .service-image {
        -webkit-clip-path: inset(0 0 0 0 round 4px 4px 0 0);
        clip-path: inset(0 0 0 0 round 4px 4px 0 0); } }
    .services-section .service-grid:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      opacity: 1;
      border-radius: 4px;
      transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 0;
      transform: scale(0.92); }
    .services-section .service-grid * {
      position: relative;
      z-index: 20; }
    .services-section .service-grid label {
      min-height: 3.125rem;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-family: "Hellix-Bold" !important;
      color: #004283;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 0.9375rem; }
    .services-section .service-grid p {
      /*            @include f-bold(); */
      color: rgba(26, 26, 36, 0.8); }
  .services-section .service-excerpt {
    width: 100%;
    float: left;
    padding: 1.3125rem 1.5625rem;
    min-height: 15rem; }

.service-image-holder {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  height: 11.875rem;
  position: relative;
  z-index: 5; }
  .service-image-holder img {
    opacity: 0; }

.right-image-section-dark {
  color: #ffffff;
  z-index: 30;
  background-color: #004283; }
  .right-image-section-dark .half-image {
    height: calc(100% + 100px);
    top: auto;
    bottom: 0; }
    .right-image-section-dark .half-image:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      z-index: 2;
      width: 1.5625rem;
      height: 1.5625rem;
      background-color: #E8BF0D; }
  .right-image-section-dark .container {
    position: relative;
    z-index: 40; }
  .right-image-section-dark .subtitle {
    color: #e8bf0d; }

.icon-box {
  margin-top: 1.5625rem;
  padding: 0.9375rem;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  min-height: 5.625rem; }
  .icon-box .icon-image {
    width: 2.8125rem;
    height: 2.8125rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 66, 131, 0.1);
    margin-right: 0.8125rem; }
  .icon-box p {
    margin: 0;
    color: #004283;
    font-family: "Hellix-Regular" !important;
    font-size: 1.0625rem; }

.mobile-image-position {
  padding: 2.6875rem 0; }
  .mobile-image-position p {
    position: relative; }
    .mobile-image-position p:before {
      width: 130%;
      height: 444px;
      position: absolute;
      left: -50%;
      top: -23px;
      background: #F6D392;
      content: " ";
      display: block;
      z-index: 2; }
    .mobile-image-position p img {
      z-index: 6;
      position: relative; }

.post-image, .post-excerpt {
  position: relative;
  z-index: 50; }

.members-grid {
  background-repeat: no-repeat;
  background-position: bottom 3.125rem left calc((100% - 1170px) / 2);
  background-size: auto auto;
  background-color: rgba(232, 191, 13, 0.03); }
  .members-grid article {
    position: relative;
    display: block;
    margin: 2.8125rem auto 0;
    width: 100%;
    max-width: 20.625rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s; }
    .members-grid article label {
      width: 100%;
      font-family: "Hellix-Bold" !important;
      color: #004283;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
    @media (min-width: 990px) {
      .members-grid article:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
      .members-grid article:hover .post-image {
        -webkit-clip-path: inset(0 0 0 0 round 4px 4px 0 0);
        clip-path: inset(0 0 0 0 round 4px 4px 0 0); } }
    .members-grid article:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      opacity: 1;
      border-radius: 4px;
      transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 0;
      transform: scale(0.92); }
    .members-grid article .post-excerpt {
      background-color: transparent; }
  .members-grid.members-section {
    background: none; }

.team-grid-excerpt .post-image {
  height: 9.0625rem; }
.team-grid-excerpt p {
  color: #004283; }
.team-grid-excerpt .post-excerpt {
  padding: 1.3125rem 1.5625rem 1.125rem;
  min-height: 10.9375rem; }

/*.post-image {
    width: 100%;
    float: left;
    height: rem(240);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.post-image {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  padding-top: calc((9% / 16) * 100);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.post-excerpt {
  width: 100%;
  display: inline-block;
  /*background-color: $white;*/
  padding: 1.3125rem 1.5625rem 2.375rem; }
  .post-excerpt span:not(.pld-like-count-wrap) {
    color: #828282;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.9375rem;
    font-family: "Hellix-Light" !important; }
  .post-excerpt .btn {
    max-width: 14.0625rem;
    height: 3.125rem;
    line-height: 3.125rem;
    min-height: 3.125rem;
    margin-top: 0.9375rem; }

.p-56 {
  padding-bottom: 56.25%; }

.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  z-index: 20; }

.services-section-slider {
  padding-top: 5.625rem;
  background-color: #ffffff;
  height: 700px;
  float: left;
  overflow: visible;
  z-index: 99; }
  .services-section-slider .custom-positioning {
    position: absolute;
    margin-right: 0;
    top: 0;
    right: 0;
    width: 80%; }
  .services-section-slider h2 {
    margin: 1.25rem 0 8rem;
    font-size: 3.75rem;
    font-family: "Hellix-Bold" !important;
    color: #636565; }
  .services-section-slider .slider-content-shower h3 {
    font-size: 2.25rem;
    font-family: "Hellix-Bold" !important;
    color: #636565;
    line-height: 2.222;
    white-space: nowrap; }
  .services-section-slider .slider-content-shower span {
    font-size: 1.125rem;
    color: #373838;
    line-height: 2; }

.learnmore-link {
  color: #1A1A24 !important;
  font-family: "Hellix-Regular" !important;
  font-size: 1rem;
  text-decoration: none; }
  .learnmore-link img {
    display: inline-block;
    margin-left: 1.625rem;
    margin-top: -2px; }
  .learnmore-link.alt {
    position: absolute;
    bottom: 5.625rem;
    font-size: 1.25rem; }

.service-slider {
  width: calc(100% + 23px);
  float: left;
  margin-right: -15px;
  position: relative; }
  .service-slider .item {
    margin: 0 0; }
    .service-slider .item:hover .service-grid-image {
      opacity: 0.8; }
  .service-slider p {
    color: rgba(26, 26, 36, 0.5);
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Hellix-Medium" !important;
    min-height: 187px; }
  .service-slider .service-image {
    height: 190px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
    .service-slider .service-image img {
      display: none; }
  .service-slider .service-grid {
    overflow: hidden;
    background: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    min-height: 526px;
    max-width: 25.75rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04); }
    .service-slider .service-grid .service-grid-hover {
      background-size: cover !important;
      opacity: 1; }
    .service-slider .service-grid .service-grid-image {
      background-size: cover !important;
      width: 100%;
      height: 526px;
      position: absolute;
      top: 0; }
    .service-slider .service-grid label {
      width: 100%;
      min-height: 3.375rem;
      line-height: 1.2;
      font-family: "Hellix-Medium" !important;
      color: #1A1A24;
      font-size: 1.625rem;
      margin-bottom: 1.25rem; }
    .service-slider .service-grid:hover {
      box-shadow: 0px 10px 40px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.017002px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
      -webkit-box-shadow: 0px 10px 40px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
    .service-slider .service-grid .service-grid-hover {
      display: flex;
      padding: 1.875rem;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      min-height: 526px; }
    .service-slider .service-grid .service-excerpt {
      width: 100%;
      display: inline-block;
      position: relative;
      padding: 2.6875rem 1.5625rem 2.375rem; }
      .service-slider .service-grid .service-excerpt label {
        font-size: 2.25rem;
        font-family: "Hellix-Bold" !important;
        color: #ffffff;
        text-transform: uppercase;
        width: 80%; }
      .service-slider .service-grid .service-excerpt .learnmore-link {
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff !important;
        font-family: "Hellix-Bold" !important;
        font-size: 1rem;
        line-height: 2.25;
        letter-spacing: 0.075em;
        border-bottom: 3px solid #ffffff; }
        .service-slider .service-grid .service-excerpt .learnmore-link:after {
          display: none; }
      .service-slider .service-grid .service-excerpt p {
        display: none; }
    .service-slider .service-grid .numbering {
      z-index: 1;
      font-family: "Hellix-Medium" !important;
      font-size: 14rem;
      line-height: 21.5rem;
      position: absolute;
      color: rgba(246, 211, 146, 0.2);
      left: -115px;
      top: -28%;
      letter-spacing: 0.001em; }
      .service-slider .service-grid .numbering span {
        margin-right: -2px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(246, 211, 146, 0.5);
        position: absolute;
        top: 0;
        left: 5px; }
  .service-slider .slide-number {
    position: absolute;
    right: 0.6875rem;
    top: -3.25rem;
    pointer-events: none;
    font-family: "Hellix-Regular" !important;
    font-size: 12.5rem;
    line-height: 75%;
    z-index: 0;
    letter-spacing: -0.625rem;
    color: #004283;
    opacity: 0.05; }
  .service-slider .slick-current .slide-number {
    opacity: 0.1; }
  .service-slider .slick-arrow {
    padding: 0;
    opacity: 1;
    width: 4.0625rem;
    height: 4.0625rem;
    left: -26.5rem;
    top: 447px; }
    .service-slider .slick-arrow.slick-next {
      margin-left: 6.375rem; }
    .service-slider .slick-arrow:hover {
      opacity: 0.9; }
      .service-slider .slick-arrow:hover:after {
        width: 80px;
        height: 80px;
        content: " ";
        display: block;
        position: absolute;
        top: -8px;
        right: -47px;
        z-index: 1;
        background-color: rgba(99, 101, 101, 0.251); }
    .service-slider .slick-arrow.slick-prev:hover {
      opacity: 0.9; }
      .service-slider .slick-arrow.slick-prev:hover:after {
        width: 80px;
        height: 80px;
        content: " ";
        display: block;
        position: absolute;
        top: -8px;
        left: -47px;
        z-index: 1;
        background-color: rgba(99, 101, 101, 0.251); }
    .service-slider .slick-arrow.slick-disabled {
      visibility: hidden; }
    .service-slider .slick-arrow img {
      position: relative;
      z-index: 2;
      width: 4.0625rem;
      max-width: 4.0625rem; }

.mobile-slider.slick-initialized {
  margin-top: 4.375rem;
  position: relative; }
  .mobile-slider.slick-initialized .slick-slide {
    margin: 0 0px 20px; }
    .mobile-slider.slick-initialized .slick-slide article, .mobile-slider.slick-initialized .slick-slide .service-grid {
      margin-top: 0; }
  .mobile-slider.slick-initialized .slick-arrow {
    background-color: transparent;
    padding: 0;
    opacity: 1;
    width: 3.5rem;
    height: 3.5rem;
    left: 1.875rem;
    top: -4.375rem; }
    .mobile-slider.slick-initialized .slick-arrow.slick-next {
      margin-left: 3.75rem; }
    .mobile-slider.slick-initialized .slick-arrow:hover {
      opacity: 1; }
    .mobile-slider.slick-initialized .slick-arrow.slick-disabled {
      visibility: hidden; }
    .mobile-slider.slick-initialized .slick-arrow img {
      width: auto; }
  .mobile-slider.slick-initialized article {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
    width: calc(100% - 60px) !important; }

.bg-cover-center {
  background-size: cover;
  background-position: center center; }

.image-slider .item {
  min-height: 30.625rem;
  width: 100%;
  float: left; }
.image-slider .slick-arrow {
  position: absolute;
  left: 0.625rem;
  z-index: 50;
  bottom: -1.875rem; }
  .image-slider .slick-arrow.slick-next {
    left: auto;
    right: 0.625rem; }

.images-section-slider {
  padding: 6.25rem 0 8.75rem;
  background-color: rgba(232, 191, 13, 0.03); }
  .images-section-slider.no-bg {
    background-color: #fff; }

.slick-dots {
  text-align: center;
  left: 0.9375rem;
  padding: 0;
  position: absolute;
  bottom: -3.125rem;
  width: calc(100% - 30px); }
  .slick-dots li {
    list-style: none;
    display: inline-block; }
    .slick-dots li button {
      font-size: 0.00125rem;
      color: transparent;
      background: none;
      border: none;
      padding: 0 !important;
      width: 0.3125rem;
      height: 0.3125rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background-color: #004283;
      opacity: 0.3;
      margin: 0 0.4375rem; }
    .slick-dots li.slick-active button {
      opacity: 1; }

.hero_section + .testimonials-slider-section {
  padding-top: 9.375rem; }

.testimonials-slider-section {
  padding-bottom: 6.25rem;
  background-image: url(../img/testimonials-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .testimonials-slider-section h2 {
    font-family: "Hellix-Medium" !important;
    font-size: 2.25rem;
    color: #000;
    text-transform: uppercase; }
  .testimonials-slider-section .subtitle {
    font-family: "Hellix-Medium" !important;
    font-size: 0.875rem;
    color: #BA9C31;
    text-transform: uppercase; }

.testimonials-slider {
  width: calc(100% + 30px);
  float: left;
  margin-left: -15px; }
  .testimonials-slider .item {
    margin: 0.9375rem 0.9375rem 0.9375rem;
    background-color: transparent;
    padding: 0 2.1875rem 1.125rem;
    text-align: center; }
    .testimonials-slider .item .item-image {
      width: 6.25rem;
      height: 6.25rem;
      display: block;
      margin: -3.125rem auto 1.25rem;
      border: 2px solid #ffffff; }
    .testimonials-slider .item h4 {
      display: inline-block;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-align: center;
      color: #1A1A24;
      margin-bottom: 2.8125rem; }
      .testimonials-slider .item h4::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #1A1A24; }
    .testimonials-slider .item p {
      font-family: "Hellix-Bold" !important;
      max-width: 812px;
      font-size: 1.125rem;
      line-height: 1.6875rem;
      text-align: center;
      color: #1A1A24;
      display: inline-block; }
    .testimonials-slider .item label {
      font-family: "Hellix-Medium" !important;
      font-size: 0.875rem;
      text-align: center !important;
      padding-bottom: 0.4375rem;
      margin-bottom: 0; }
    .testimonials-slider .item .date {
      text-align: center;
      display: block;
      font-size: 1rem;
      color: #1A1A24; }
    .testimonials-slider .item .line {
      display: inline-block;
      width: 100%;
      max-width: 200px;
      height: 0.09375rem;
      background: #1A1A24;
      margin-bottom: 0.625rem; }
    .testimonials-slider .item .name {
      margin-top: 1.25rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      text-align: center;
      text-transform: capitalize !important;
      color: #BA9C31;
      font-family: "Hellix-Medium" !important; }
  .testimonials-slider .slick-arrow {
    right: 0.9375rem;
    top: 28%; }
    .testimonials-slider .slick-arrow.slick-prev {
      right: auto;
      left: 0.9375rem; }
  .testimonials-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: rgba(26, 26, 36, 0.2);
    border: 1px solid rgba(26, 26, 36, 0.6); }
  .testimonials-slider .slick-dots li.slick-active button {
    opacity: 1;
    background: #1a1a24; }

.services-section-all {
  background: #ffffff;
  position: relative; }
  .services-section-all > .container {
    position: relative;
    z-index: 8; }
  .services-section-all::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 45.5rem;
    background: #F6D392;
    display: block;
    z-index: 5;
    width: 100%; }
  .services-section-all h2 {
    font-size: 2.25rem;
    line-height: 3.4375rem;
    /* or 153% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-align: center; }
  .services-section-all .item {
    margin-bottom: 5rem; }
  .services-section-all .service-grid {
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 0rem;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 25.75rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 1.875rem;
    padding-bottom: 3.125rem; }
    .services-section-all .service-grid label {
      width: 100%;
      min-height: 3.375rem;
      line-height: 1.2;
      font-family: "Hellix-Medium" !important;
      color: #1A1A24;
      font-size: 1.625rem;
      margin-bottom: 1.25rem; }
    .services-section-all .service-grid:hover {
      box-shadow: 0px 10px 40px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.017002px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
      -webkit-box-shadow: 0px 10px 40px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
    .services-section-all .service-grid .service-excerpt {
      width: 100%;
      display: inline-block;
      position: static;
      padding: 2.6875rem 1.5625rem 2.375rem; }
    .services-section-all .service-grid .numbering {
      z-index: 1;
      font-family: "Hellix-Medium" !important;
      font-size: 14rem;
      line-height: 21.5rem;
      position: absolute;
      color: rgba(246, 211, 146, 0.2);
      left: -115px;
      top: 16%;
      letter-spacing: 0.001em; }
      .services-section-all .service-grid .numbering span {
        margin-right: -2px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(246, 211, 146, 0.5);
        position: absolute;
        top: 0;
        left: 5px; }
    .services-section-all .service-grid .learnmore-link {
      position: absolute;
      bottom: 2.8125rem; }

.attorney-page-section {
  padding: 7rem 0;
  position: relative; }
  .attorney-page-section::after {
    position: absolute;
    width: 593px;
    height: 856px;
    left: 0px;
    top: 0px;
    z-index: 4;
    background: #F6D392;
    display: block;
    content: " "; }
  .attorney-page-section .container {
    position: relative;
    z-index: 7; }
  .attorney-page-section .image-box-position {
    margin-top: 2.8125rem; }
  .attorney-page-section .no-padding {
    padding: 0; }
  .attorney-page-section .attorney-heading {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    color: #CE9A2D; }
  .attorney-page-section h2 {
    font-size: 2.25rem; }
  .attorney-page-section p {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-family: "Hellix-Medium" !important; }
  .attorney-page-section .smaller p {
    font-size: 1rem;
    line-height: 1.5rem; }

.under-testimonials, .under-section {
  position: relative; }
  .under-testimonials h4, .under-section h4 {
    font-size: 1.75rem;
    line-height: 2.875rem;
    color: #FFFFFF;
    margin-bottom: 0.5625rem;
    font-family: "Hellix-Medium" !important; }
  .under-testimonials p, .under-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin: 0;
    font-family: "Hellix-Medium" !important; }
  .under-testimonials div, .under-section div {
    width: calc(100% - 36px);
    padding: 2.4375rem 3.6875rem;
    background-color: #1A1A24; }
  .under-testimonials a, .under-section a {
    position: absolute;
    right: 0;
    top: 38px; }

.half {
  float: left;
  width: 50%; }
  .half:nth-of-type(even) {
    padding-left: 15px; }

.clear::after {
  content: "";
  clear: both;
  display: table; }

.schedule-section {
  background: url("../img/schedule-form-bg.png");
  background-size: cover; }
  .schedule-section h3 {
    width: 100%;
    font-weight: 500;
    padding: 4.8125rem 0 0;
    font-size: 1rem;
    line-height: 3.4375rem;
    /* or 344% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    font-family: "Hellix-Bold" !important; }
  .schedule-section .wpcf7-form-control-wrap.city {
    float: left;
    width: 70%;
    margin-right: 15px; }
  .schedule-section .wpcf7-form-control-wrap.zip {
    float: left;
    width: calc(30% - 15px); }
  .schedule-section .wpcf7-form-control-wrap.state {
    width: 100%;
    float: left; }
  .schedule-section .wpcf7 {
    padding-bottom: 7.5rem; }
    .schedule-section .wpcf7 .wpcf7-textarea {
      margin-bottom: 0; }
    .schedule-section .wpcf7 .wpcf7-form-control-wrap.textarea-discription {
      background: transparent !important; }
    .schedule-section .wpcf7 .wpcf7-form-control-wrap {
      background: #fff;
      position: relative;
      display: block;
      margin-bottom: 0.75rem; }
      .schedule-section .wpcf7 .wpcf7-form-control-wrap input {
        margin-bottom: 0rem;
        z-index: 5;
        position: relative;
        background: transparent; }
      .schedule-section .wpcf7 .wpcf7-form-control-wrap input:not(:placeholder-shown) + .required {
        display: none; }
      .schedule-section .wpcf7 .wpcf7-form-control-wrap .required {
        z-index: 3;
        padding: 0 1.875rem;
        padding-top: 1.25rem;
        width: 100%;
        top: -5px;
        position: absolute;
        left: 0;
        color: #CE9A2D; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s3 {
          padding-left: 4rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s4 {
          padding-left: 4.25rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s5 {
          padding-left: 5.25rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s7 {
          padding-left: 5.25rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s8 {
          padding-left: 6rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s9 {
          padding-left: 7.5rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s10 {
          padding-left: 7.5rem; }
        .schedule-section .wpcf7 .wpcf7-form-control-wrap .required.s11 {
          padding-left: 8.25rem; }
      .schedule-section .wpcf7 .wpcf7-form-control-wrap.state .required.s5 {
        padding-left: 4.7rem; }
      .schedule-section .wpcf7 .wpcf7-form-control-wrap.city .required, .schedule-section .wpcf7 .wpcf7-form-control-wrap.zip .required {
        padding-top: 1.25rem; }
    .schedule-section .wpcf7 br {
      display: none; }
    .schedule-section .wpcf7 .wpcf7-select {
      border: 1px solid rgba(26, 26, 36, 0.06); }
      .schedule-section .wpcf7 .wpcf7-select:focus, .schedule-section .wpcf7 .wpcf7-select:focus-visible {
        border: 1px solid #CE9A2D;
        outline: none !important; }
    .schedule-section .wpcf7 .wpcf7-text {
      border: 1px solid rgba(26, 26, 36, 0.06); }
      .schedule-section .wpcf7 .wpcf7-text:focus, .schedule-section .wpcf7 .wpcf7-text:focus-visible {
        border: 1px solid #CE9A2D;
        outline: none !important; }
    .schedule-section .wpcf7 .wpcf7-textarea {
      height: 144px;
      border: 1px solid rgba(26, 26, 36, 0.06); }
      .schedule-section .wpcf7 .wpcf7-textarea:focus, .schedule-section .wpcf7 .wpcf7-textarea:focus-visible {
        border: 1px solid #CE9A2D;
        outline: none !important; }
    .schedule-section .wpcf7:after {
      width: 100%;
      height: 1px;
      content: " ";
      clear: both;
      display: block; }
    .schedule-section .wpcf7 .hidden-submit {
      display: block;
      margin: 15px auto 0; }
      .schedule-section .wpcf7 .hidden-submit::before {
        width: 100%;
        height: 1px;
        content: " ";
        clear: both;
        display: block; }
    .schedule-section .wpcf7 .half:last-of-type::after {
      width: 100%;
      height: 1px;
      content: " ";
      clear: both;
      display: block; }

.contact-section {
  padding: 5.625rem 0; }
  .contact-section .justify-content-between > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 773px; }
  .contact-section h1 {
    font-size: 3.75rem;
    color: #636565;
    line-height: 1.333;
    font-family: "Hellix-Bold" !important; }
  .contact-section .wpcf7 input, .contact-section .wpcf7 textarea {
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #373838; }
  .contact-section .wpcf7 textarea {
    height: 185px; }
  .contact-section .wpcf7 br {
    display: none; }
  .contact-section .wpcf7 input[name="your-name"] {
    width: calc(50% - 10px); }
  .contact-section .wpcf7 input[name="your-email"] {
    width: calc(50% - 10px);
    margin-left: 15px; }
  .contact-section .wpcf7 input[type="submit"] {
    background-color: black;
    font-size: 1rem;
    width: 150px;
    height: 67px;
    color: white;
    font-family: "Hellix-Bold" !important;
    text-transform: uppercase;
    line-height: 67px;
    display: inline-block;
    border: none; }
  .contact-section .left-contact-section {
    padding-top: 10rem; }
    .contact-section .left-contact-section h1 {
      @inclide f-medium();
      font-size: 2.25rem;
      line-height: 3.4375rem;
      text-transform: capitalize;
      color: #000000;
      margin-bottom: 1.125rem; }
    .contact-section .left-contact-section h3 {
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 0.875rem;
      letter-spacing: 0.125rem;
      color: #1A1A1F;
      font-family: "Hellix-Bold" !important;
      margin-top: 4.5rem; }
    .contact-section .left-contact-section p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #1A1A1F;
      font-family: "Hellix-Medium" !important; }
  .contact-section .left-content {
    background: #fff; }
  .contact-section.haveLeft {
    position: reltive; }
    .contact-section.haveLeft > * {
      position: relative;
      z-index: 9; }
  .contact-section label {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A1A24;
    font-family: "Hellix-Medium" !important; }

.menu-interest {
  margin-bottom: 0; }
  .menu-interest.placeholder {
    position: relative; }
    .menu-interest.placeholder::after {
      content: "*";
      color: #CE9A2D;
      display: block;
      position: absolute;
      left: 175px;
      top: 18px; }
    .menu-interest.placeholder .wpcf7-select {
      color: rgba(26, 26, 36, 0.5) !important;
      margin-bottom: 0; }

.wpcf7 {
  margin-top: 1.6875rem; }
  .wpcf7 .wpcf7-text {
    padding: 1.25rem 1.875rem;
    width: 100%;
    border: none;
    background: #fff;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1a1a24;
    font-family: "Hellix-Medium" !important;
    outline: none !important; }
    .wpcf7 .wpcf7-text::placeholder {
      font-size: 1rem;
      line-height: 1.5rem;
      color: rgba(26, 26, 36, 0.5);
      font-family: "Hellix-Medium" !important; }
    .wpcf7 .wpcf7-text::focus-visible {
      outline: none !important; }
  .wpcf7 .wpcf7-select {
    padding: 1.25rem 1.875rem;
    width: 100%;
    border: none;
    background: #fff;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1a1a24;
    font-family: "Hellix-Medium" !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: 95% center; }
  .wpcf7 .wpcf7-textarea {
    padding: 1.25rem 1.875rem;
    width: 100%;
    border: none;
    background: #fff;
    margin-bottom: 0.75rem;
    heigt: 10.25rem;
    resize: none;
    outline: none !important; }
    .wpcf7 .wpcf7-textarea::focus-visible {
      outline: none !important; }
  .wpcf7 input[type="file"] {
    display: none; }
  .wpcf7 .custom-file-upload {
    display: inline-block;
    padding: 6px 0 0 0;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A1A24;
    font-family: "Hellix-Medium" !important; }
    .wpcf7 .custom-file-upload i {
      color: #CE9A2D;
      margin-right: 0.875rem; }
  .wpcf7 .hidden-submit {
    position: relative;
    width: 270px;
    height: 65px; }
    .wpcf7 .hidden-submit br {
      display: none; }
    .wpcf7 .hidden-submit .wpcf7-submit {
      position: absolute;
      top: 0;
      left: 0;
      width: 270px;
      height: 65px;
      opacity: 0; }

.news-section .justify-content-here {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .news-section .justify-content-here h2 {
    margin-bottom: 3.75rem;
    font-family: "Hellix-Medium" !important; }
  .news-section .justify-content-here .learnmore-link {
    top: -1.25rem;
    position: relative; }
.news-section .post-image {
  position: relative; }
.news-section .post-grid article {
  position: relative;
  display: block;
  margin: 0 auto 0;
  width: 100%;
  max-width: calc(100%);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s; }
  @media (min-width: 990px) {
    .news-section .post-grid article:hover:after {
      opacity: 1;
      transform: scale(1);
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
      -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); } }
  .news-section .post-grid article:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    opacity: 1;
    border-radius: 4px;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.17s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 0; }
.news-section .post-excerpt {
  background-color: transparent;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  min-height: 24rem; }
  .news-section .post-excerpt .date {
    margin-top: 1.25rem; }
  .news-section .post-excerpt p {
    color: rgba(26, 26, 36, 0.8);
    line-height: 1.5rem; }
  .news-section .post-excerpt label {
    font-family: "Hellix-Medium" !important;
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.9375rem;
    letter-spacing: -0.01em;
    /* Main Black - CTA/Text */
    color: #2E3443; }
    .news-section .post-excerpt label a {
      color: inherit;
      text-decoration: none; }
  .news-section .post-excerpt .learnmore-link {
    position: absolute;
    bottom: 2.8125rem; }

.articles-section {
  background: rgba(233, 233, 233, 0.35);
  padding-top: 7.25rem; }
  .articles-section h2 {
    font-family: "Hellix-Medium" !important;
    font-size: 2.25rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5.5rem; }
  .articles-section .subtitle {
    font-family: "Hellix-Medium" !important;
    font-size: 0.875rem;
    color: #BA9C31;
    text-transform: uppercase;
    text-align: center;
    width: 100%; }
  .articles-section .post-image {
    position: relative; }
  .articles-section .post-grid {
    background: transparent; }
    .articles-section .post-grid article {
      position: relative;
      display: block;
      margin: 0 auto 3.75rem;
      width: 100%;
      max-width: calc(100%);
      transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      background: transparent; }
      .articles-section .post-grid article:after {
        display: none; }
  .articles-section .post-excerpt {
    background: transparent;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0.0625rem; }
    .articles-section .post-excerpt .date {
      margin-top: 0.5rem; }
    .articles-section .post-excerpt p {
      font-size: 1.125rem;
      line-height: 1.9375rem;
      color: #9497A5;
      margin-top: .125rem;
      border-bottom: 1px solid rgba(148, 151, 165, 0.16);
      padding-bottom: 0.625rem;
      margin-bottom: 1.0625rem; }
    .articles-section .post-excerpt .posted-by {
      font-size: 0.875rem;
      line-height: 2rem;
      letter-spacing: -1px;
      color: #2E3443;
      font-family: "Hellix-Bold" !important; }
      .articles-section .post-excerpt .posted-by img {
        margin-right: 15px;
        margin-top: -2px; }
    .articles-section .post-excerpt h2 {
      text-align: left;
      margin-bottom: 0; }
      .articles-section .post-excerpt h2 a {
        font-size: 2rem;
        line-height: 3.0625rem;
        letter-spacing: -0.01em;
        color: #2E3443;
        font-family: "Hellix-Medium" !important;
        text-transform: none !important;
        text-decoration: none; }
    .articles-section .post-excerpt label {
      font-family: "Hellix-Medium" !important;
      margin-bottom: 0.9375rem;
      font-size: 1.25rem;
      line-height: 1.9375rem;
      letter-spacing: -0.01em;
      /* Main Black - CTA/Text */
      color: #2E3443; }
      .articles-section .post-excerpt label a {
        color: inherit;
        text-decoration: none; }
    .articles-section .post-excerpt .learnmore-link {
      position: static;
      bottom: 0;
      display: inline-block;
      margin-top: 0.125rem;
      float: right; }

.blog-content-holder {
  padding-bottom: 3.125rem !important; }
  .blog-content-holder .justify-center-center {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0rem;
    margin-top: 2.5rem; }
    .blog-content-holder .justify-center-center .date {
      text-align: right; }

.shape-yellow {
  position: relative; }
  .shape-yellow:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #E8BF0D; }

.image-section {
  padding: 6.25rem 0; }
  .image-section p span {
    /*color: rgba(26, 26, 36, 0.7)!important;*/
    color: #2f80ed !important;
    font-weight: 300; }

.images-section-slider {
  padding: 2rem 0 6.25rem; }

.shape-1 {
  position: relative; }
  .shape-1:after {
    position: absolute;
    content: '';
    top: 3.75rem;
    right: 0;
    z-index: 0;
    width: 13.875rem;
    height: 5rem; }

.shape-2 {
  position: relative; }

.shape-3 {
  position: relative;
  padding-bottom: 10rem; }

.shape-4 {
  position: relative; }

.shape-5 {
  position: relative; }

.shape-6 {
  position: relative; }

.shape-7 {
  position: relative; }

.shape-8 {
  position: relative; }

.shape-9 {
  position: relative; }

.shape-10 {
  position: relative; }

.shape-11 {
  position: relative; }

.shape-12 {
  position: relative; }

.shape-13 {
  position: relative; }

.shape-14 {
  position: relative; }

.shape-15 {
  position: relative; }

.shape-16 {
  position: relative; }

.shape-17 {
  position: relative; }

.shape-18 {
  position: relative; }

.bg-grey {
  background-color: rgba(232, 191, 13, 0.03); }

.section-anchors {
  padding-top: 1.875rem; }
  .section-anchors.faq_anchor_links {
    padding: 4.6875rem 0 3.125rem; }
  .section-anchors.anchor_links_two .btn-link {
    text-transform: capitalize; }
  .section-anchors.contact_anchor_links {
    position: relative; }
    .section-anchors.contact_anchor_links h1 {
      font-size: 2rem; }
    .section-anchors.contact_anchor_links .btn-link {
      text-transform: capitalize; }
  .section-anchors .btn-link {
    min-width: 100%;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    border-color: transparent;
    text-align: left; }
    .section-anchors .btn-link:hover {
      opacity: 1;
      text-decoration: underline; }
  .section-anchors .btn + .btn {
    margin-left: 0; }
  @media (min-width: 767px) {
    .section-anchors .btn-link {
      text-align: center;
      min-width: 1px; } }

.faq-section {
  padding: 0 0 4.0625rem 0; }
  .faq-section .accordion-button {
    padding: 1.5rem 4.0625rem 1.4375rem 2.0625rem;
    border: none;
    font-family: "Hellix-Medium" !important;
    font-size: 1.5rem;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    line-height: 1.3;
    color: #1A1A24;
    background-color: #fff; }
    .faq-section .accordion-button:not(.collapsed) {
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      background-color: transparent;
      color: #004283;
      background-color: rgba(232, 191, 13, 0.03); }
      .faq-section .accordion-button:not(.collapsed):after {
        margin-bottom: 0.5rem; }
    .faq-section .accordion-button:after {
      background-image: url(../img/angle-down.svg);
      margin-bottom: -0.5rem; }
  .faq-section .accordion-body {
    padding: 3.75rem 2.0625rem;
    background-color: #fff; }
    .faq-section .accordion-body p {
      margin: 0; }
  .faq-section .accordion-item {
    border-bottom: 1px solid #F1F1F1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.25rem; }
  .faq-section .accordion-collapse {
    border: none; }
  .faq-section .subtitle {
    font-size: 1.75rem;
    font-family: "Hellix-Medium" !important; }

.custom-faq .accordion-button {
  font-size: 2.25rem; }
.custom-faq h4 {
  color: #004283;
  font-size: 1.875rem;
  margin-top: 0.625rem; }
.custom-faq p {
  color: rgba(26, 26, 36, 0.7); }

.border-left-color.violet-color .subtitle {
  border-color: #BB6BD9; }
.border-left-color.green-color .subtitle {
  border-color: #27AE60; }
.border-left-color.orange-color .subtitle {
  border-color: #F2994A; }
.border-left-color.red-color .subtitle {
  border-color: #EB5757; }
.border-left-color.blue-color .subtitle {
  border-color: #56CCF2; }

.dark-link-color p {
  font-size: 1.125rem;
  color: rgba(26, 26, 36, 0.7); }
  .dark-link-color p a {
    color: rgba(26, 26, 36, 0.9);
    margin: 0;
    text-decoration: none; }

.breadcrumb-row {
  margin-top: -6.25rem;
  margin-bottom: 6.25rem; }
  .breadcrumb-row span {
    font-size: 0.875rem;
    color: #004283; }
    .breadcrumb-row span a {
      color: inherit;
      font-family: "Hellix-Medium" !important; }

.post-grid-excerpt {
  padding: 0;
  margin-top: -0.9375rem;
  margin-bottom: 0.9375rem; }
  .post-grid-excerpt article {
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    /*max-width: calc(100% - 30px);*/
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s; }
    .post-grid-excerpt article .post-excerpt {
      background: none;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
    .post-grid-excerpt article label {
      margin-bottom: 0.625rem; }
    @media (min-width: 990px) {
      .post-grid-excerpt article:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); } }
    .post-grid-excerpt article:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      opacity: 1;
      border-radius: 4px;
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.17s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 0;
      transform: scale(0.92); }

.modal-content .modal-header {
  border-bottom: none; }
.modal-content .modal-body {
  padding-left: 0;
  padding-right: 0; }
  .modal-content .modal-body .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .modal-content .modal-body .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.modal-content .accordion-button {
  padding: 3.125rem 4.0625rem 3.125rem 5.3125rem;
  border: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  font-family: "Hellix-Medium" !important;
  font-size: 2rem;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  line-height: 1.3;
  color: #1A1A24;
  background-color: #fff;
  border-bottom: 0.5px solid #e0e0e0; }
  .modal-content .accordion-button:not(.collapsed) {
    border: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-color: transparent;
    color: #004283;
    padding-bottom: 1.25rem; }
    .modal-content .accordion-button:not(.collapsed):after {
      margin-bottom: 0.5rem; }
  .modal-content .accordion-button:after {
    background-image: url(../img/angle-down.svg);
    margin-bottom: -0.5rem; }
.modal-content .accordion-body {
  padding: 0.625rem 4.0625rem 3.125rem 5.3125rem;
  border-bottom: 0.5px solid #e0e0e0; }
.modal-content .accordion-collapse {
  border: none; }

.member-modal .modal-body {
  padding: 0 1.875rem 3.125rem; }
.member-modal .team-grid-modal p {
  color: inherit; }
.member-modal .team-grid-modal h3 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem; }
.member-modal .team-grid-modal li {
  font-size: 1rem; }

.member-grid {
  margin-top: 1.875rem; }
  .member-grid article {
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto 0;
    width: 100%;
    max-width: 20.625rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s; }
    .member-grid article label {
      margin-bottom: 0.625rem; }
    @media (min-width: 990px) {
      .member-grid article:hover:after {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .member-grid article:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      opacity: 1;
      border-radius: 4px;
      transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 0;
      transform: scale(0.92); }
  .member-grid .post-excerpt {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 2.0625rem;
    padding-bottom: 0.6875rem;
    min-height: 13.4375rem; }
    .member-grid .post-excerpt p {
      color: rgba(26, 26, 36, 0.8);
      line-height: 1.3;
      min-height: 3rem;
      margin-bottom: 1.8125rem; }
    .member-grid .post-excerpt label {
      font-size: 1.125rem;
      text-transform: uppercase;
      font-family: "Hellix-Bold" !important;
      line-height: 1.3;
      color: #004283;
      min-height: 0.3125rem;
      margin-bottom: 0.9375rem; }
    .member-grid .post-excerpt .member-email {
      color: #004283;
      margin-bottom: 1.875rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%; }
    .member-grid .post-excerpt .phone-number {
      color: #4F4F4F;
      margin: 0; }
  .member-grid .post-image {
    height: 9.375rem; }

.modal-form-box {
  width: 100%;
  float: left;
  padding: 4.375rem 0; }
  .modal-form-box h2 {
    font-size: 1.625rem;
    font-family: "Hellix-Medium" !important;
    color: #004283;
    line-height: 1.3; }
  .modal-form-box .form-group {
    margin-bottom: 1.25rem; }
  .modal-form-box .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    min-height: 3.125rem;
    background: none;
    background-color: #F4F9FF; }
  .modal-form-box textarea.form-control {
    max-height: 6.25rem; }
  .modal-form-box .ajax-loader {
    position: absolute !important;
    top: 0;
    right: -3rem; }
  .modal-form-box br {
    display: none; }

.blog-posts {
  position: relative;
  /*    .post-grid-excerpt {
          margin-bottom: rem(30);
      }*/ }
  .blog-posts .post-image {
    height: 10rem; }
  .blog-posts .post-excerpt {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff; }
    .blog-posts .post-excerpt span {
      font-size: 0.875rem;
      font-family: "Hellix-Medium" !important;
      color: #004283;
      padding-left: 0.625rem;
      border-left: 2.2px solid #E8BF0D; }
    .blog-posts .post-excerpt p {
      font-size: 0.875rem;
      color: rgba(26, 26, 36, 0.7); }
    .blog-posts .post-excerpt label {
      color: #1A1A24;
      font-size: 1.3125rem;
      font-family: "Hellix-Medium" !important;
      line-height: 1.3; }
      .blog-posts .post-excerpt label a {
        color: inherit;
        text-decoration: none; }

.upw-posts header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .upw-posts header .entry-image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .upw-posts header .entry-meta {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .upw-posts header .entry-title {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
.upw-posts .entry-image {
  position: relative;
  width: 100%;
  float: left;
  max-height: 14.375rem; }
  .upw-posts .entry-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 5;
    width: 0.3125rem;
    height: 100%;
    background: linear-gradient(0deg, #004283 0%, #6DB7FF 100%); }
  .upw-posts .entry-image img, .upw-posts .entry-image a {
    width: 100%;
    float: left;
    max-height: 14.375rem;
    display: inline-block; }
.upw-posts article {
  padding-left: 0.625rem;
  position: relative;
  z-index: 30;
  background-color: #fff;
  border-bottom-color: transparent !important; }

.sidebar .entry-meta .published {
  font-size: 0.875rem;
  font-family: "Hellix-Medium" !important;
  font-weight: 500;
  color: #004283;
  padding-left: 0.625rem;
  border-left: 2.2px solid #004283; }
.sidebar .entry-title a {
  color: #1A1A24;
  font-size: 1.3125rem;
  font-family: "Hellix-Medium" !important;
  line-height: 1.3; }
.sidebar .entry-summary p {
  font-size: 0.875rem;
  color: rgba(26, 26, 36, 0.7); }

.blog-content-holder {
  position: relative;
  padding-bottom: 9.375rem; }
  .blog-content-holder .post-title-box {
    margin-bottom: 1.5625rem; }
    .blog-content-holder .post-title-box .page-title {
      font-size: 2rem;
      line-height: 1.36; }
  .blog-content-holder p {
    color: rgba(26, 26, 36, 0.7); }
    .blog-content-holder p a {
      color: #004283; }
  .blog-content-holder h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5625rem;
    margin-top: 0.625rem; }
  .blog-content-holder ul {
    padding-left: 0.3125rem; }
    .blog-content-holder ul li {
      position: relative;
      font-size: 1rem;
      color: rgba(26, 26, 36, 0.7);
      margin-bottom: 0.9375rem;
      line-height: 1.4;
      list-style: none;
      padding-left: 1rem; }
      .blog-content-holder ul li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0.5625rem;
        z-index: 0;
        width: 0.25rem;
        height: 0.25rem;
        background-color: #004283; }
      .blog-content-holder ul li span {
        color: #004283;
        font-family: "Hellix-Medium" !important; }
  .blog-content-holder ol li {
    font-size: 1rem;
    color: rgba(26, 26, 36, 0.7);
    margin-bottom: 0.9375rem;
    line-height: 1.4; }
  .blog-content-holder .single-sidebar h3 {
    font-size: 1.3125rem;
    margin-bottom: 0.9375rem;
    margin-top: 0; }
  .blog-content-holder .single-sidebar li {
    margin-bottom: 0.1875rem; }

.image-section-slider {
  padding: 6.875rem 0 5rem; }
  .image-section-slider .item {
    position: relative;
    width: 100%;
    float: left;
    min-height: 30.625rem;
    background-size: cover;
    background-position: center center; }
    .image-section-slider .item:after {
      position: absolute;
      content: '';
      left: 20%;
      bottom: 0;
      z-index: 2;
      width: 1.5625rem;
      height: 1.5625rem;
      background-color: #E8BF0D; }

.image-section-gallery {
  position: relative;
  padding-bottom: 9.375rem; }

.gallery-grid {
  margin-bottom: 1.875rem; }
  .gallery-grid a {
    width: 100%;
    float: left;
    position: relative; }
    .gallery-grid a .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url(../img/expand.svg);
      background-size: auto auto;
      background-repeat: no-repeat;
      background-position: center center;
      display: none; }
    .gallery-grid a:hover .cover {
      display: block; }

.download-section {
  position: relative;
  padding-bottom: 9.375rem; }

.file-box {
  width: 100%;
  float: left;
  padding: 2.25rem 3.125rem;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  margin-top: 1.875rem; }
  .file-box label {
    font-size: 2rem;
    font-family: "Hellix-Medium" !important;
    color: #1A1A24;
    line-height: 1.36;
    margin: 1.5625rem 0 1.875rem; }
  .file-box .btn {
    min-width: 12.5rem; }
    @media (min-width: 990px) {
      .file-box .btn:hover {
        color: #ffffff; } }
  .file-box:hover {
    background: #fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); }

.service-image {
  height: 0;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  padding-top: 56.25%;
  padding-top: calc((9% / 16) * 100);
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(8% 4% 0 4% round 4px 4px 0 0);
  clip-path: inset(8% 4% 0 4% round 4px 4px 0 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.all-services-grid {
  position: relative;
  padding-bottom: 9.375rem; }
  .all-services-grid h1 {
    font-size: 2rem;
    color: #004283; }
  .all-services-grid .service-grid {
    width: 100%;
    float: left;
    margin-top: 1.875rem;
    position: relative; }
    @media (min-width: 990px) {
      .all-services-grid .service-grid:hover:after {
        opacity: 1;
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
        -webkit-box-shadow: 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
      .all-services-grid .service-grid:hover .service-image {
        -webkit-clip-path: inset(0 0 0 0 round 4px 4px 0 0);
        clip-path: inset(0 0 0 0 round 4px 4px 0 0); } }
    .all-services-grid .service-grid:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
      opacity: 1;
      border-radius: 4px;
      transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.17s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 0;
      transform: scale(0.92); }
    .all-services-grid .service-grid * {
      position: relative;
      z-index: 20; }
    .all-services-grid .service-grid label {
      min-height: 3.375rem;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-family: "Hellix-Bold" !important;
      color: #004283;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 0.9375rem; }
    .all-services-grid .service-grid p {
      color: rgba(26, 26, 36, 0.8); }
    .all-services-grid .service-grid .service-excerpt {
      width: 100%;
      float: left;
      padding: 1.25rem 1.5625rem 0.75rem;
      min-height: 13.75rem; }

.top-image-box {
  width: 100%;
  float: left;
  height: 3.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.875rem; }

.department-section h2 {
  color: #004283; }

@media (min-width: 990px) {
  .width-80 .full-width-content {
    padding-right: 20% !important; } }

.full-width {
  padding-top: 0; }
  .full-width.full-75 h2 {
    color: #004283; }
  .full-width.full-75 p span {
    font-size: 1.125rem;
    font-family: "Hellix-Medium" !important; }
  .full-width h3 {
    font-size: 1.3125rem; }
  .full-width p {
    color: rgba(26, 26, 36, 0.7); }
  .full-width ol {
    padding-left: 1.0625rem; }
    .full-width ol li {
      color: rgba(26, 26, 36, 0.7);
      margin-bottom: 0.9375rem; }

.boxes-section {
  padding: 1.25rem 0 5rem; }
  .boxes-section .icon-box {
    background-color: #fff;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    padding: 0.9375rem 1.25rem;
    line-height: 1.2;
    float: left;
    color: #333333;
    font-size: 1.3125rem;
    font-family: "Hellix-Medium" !important; }
    .boxes-section .icon-box img {
      margin-right: 0.9375rem; }

.vertical-box label {
  font-size: 1.3125rem;
  font-family: "Hellix-Medium" !important;
  color: #333333;
  margin-bottom: 1.25rem; }
.vertical-box p span {
  font-size: 1.125rem;
  font-family: "Hellix-Medium" !important; }
.vertical-box .icon-box {
  height: 16.875rem;
  margin-top: 1.875rem; }
  .vertical-box .icon-box img {
    margin: 0; }
  .vertical-box .icon-box label {
    font-size: 1rem;
    font-family: "Hellix-Medium" !important;
    color: rgba(26, 26, 36, 0.7);
    margin: 2.1875rem 0 0; }

.centered-box p span {
  font-size: 1.125rem;
  font-family: "Hellix-Medium" !important; }
.centered-box .icon-box {
  margin-top: 1.875rem; }
  .centered-box .icon-box img {
    margin: 0 0.9375rem 0 0; }
  .centered-box .icon-box label {
    font-size: 1rem;
    font-family: "Hellix-Medium" !important;
    color: rgba(26, 26, 36, 0.7);
    margin: 0; }

.left-info p {
  margin: 0; }
  .left-info p span {
    font-family: "Hellix-Bold" !important; }

.right-info p {
  margin: 0; }
  .right-info p a {
    font-family: "Hellix-Medium" !important; }

#contactModal .form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  height: 3.125rem;
  background-color: #F4F9FF; }

.about_section {
  background: rgba(233, 233, 233, 0.35);
  padding: 9.375rem 0 8.125rem 0;
  position: relative;
  box-sizing: border-box; }
  .about_section h2 {
    font-family: "Hellix-Medium" !important;
    font-size: 2.25rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #000000; }
  .about_section .absolute {
    position: absolute;
    right: 0;
    padding: inherit; }
  .about_section .image-box-position > div {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 7.0625rem 9.125rem;
    max-width: 100%; }
    .about_section .image-box-position > div p {
      font-size: 1.125rem;
      line-height: 1.6875rem;
      font-family: "Hellix-Medium" !important;
      color: #1A1A24; }

.attorney-section {
  padding-top: 19.75rem;
  background-color: #1A1A24 !important;
  background-position: left center !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important; }
  .attorney-section .attorney-heading {
    font-family: "Hellix-Medium" !important;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
    color: #F6D392; }
  .attorney-section h2 {
    font-size: 2.25rem;
    line-height: 3.4375rem;
    color: #FFFFFF;
    font-family: "Hellix-Medium" !important;
    padding-top: 0;
    margin-top: 1.25rem; }
  .attorney-section p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem; }
  .attorney-section .learnmore-link {
    color: #fff !important; }
  .attorney-section .boxes {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .attorney-section .boxes h3 {
      font-family: "Hellix-Medium" !important;
      color: #F6D392;
      font-size: 1.125rem; }
      .attorney-section .boxes h3 strong, .attorney-section .boxes h3 b {
        font-family: "Hellix-Medium" !important;
        font-weight: 400;
        font-size: 2.25rem; }
    .attorney-section .boxes p {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      text-transform: capitalize;
      color: #F6D392; }

.align-content-right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end; }

.news-section-slider h2 {
  margin-bottom: 0;
  font-size: 3.75rem;
  font-family: "Hellix-Bold" !important;
  color: #636565;
  text-transform: uppercase;
  line-height: 1; }
.news-section-slider .btn-dark {
  height: 4.1875rem;
  line-height: 4.1875rem; }
.news-section-slider .slick-slide {
  padding: 0 0.9375rem; }
  .news-section-slider .slick-slide .post-image {
    height: 22.1875rem; }
.news-section-slider .post-excerpt {
  display: flex;
  align-content: space-between;
  flex-direction: column;
  height: 358px;
  justify-content: space-between; }
  .news-section-slider .post-excerpt label {
    margin-bottom: 1.875rem; }
    .news-section-slider .post-excerpt label a {
      font-family: "Hellix-Bold" !important;
      font-size: 1.625rem;
      text-decoration: none;
      color: #373838;
      line-height: 1.385; }
  .news-section-slider .post-excerpt .learnmore-link {
    font-size: 1rem;
    font-family: "Hellix-Bold" !important;
    color: #010101;
    text-transform: uppercase;
    line-height: 2.25;
    display: block; }
  .news-section-slider .post-excerpt h5 {
    font-family: "Hellix-Bold" !important;
    font-size: 1rem;
    color: rgba(51, 52, 52, 0.4);
    line-height: 0.875;
    text-align: left; }

.full_width_section {
  position: relative; }
  .full_width_section .container {
    position: static !important; }
  .full_width_section h2 {
    font-size: 3.75rem;
    font-family: "Hellix-Bold" !important;
    color: #636565;
    max-width: 730px;
    display: block;
    margin: 0 auto 2.8125rem;
    line-height: 1.333;
    text-align: center; }
  .full_width_section .mc4wp-form-fields {
    position: static; }
    .full_width_section .mc4wp-form-fields::before {
      content: " ";
      background: url("../img/subscribe-bg-arrow-left.png");
      display: block;
      position: absolute;
      bottom: 100px;
      right: 0;
      width: 214px;
      height: 11px; }
    .full_width_section .mc4wp-form-fields::after {
      content: " ";
      background: url("../img/subscribe-bg-arrow-right.png");
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      width: 214px;
      height: 11px; }
  .full_width_section p {
    text-align: center; }
  .full_width_section label {
    max-width: 497px;
    width: 100%; }
    .full_width_section label input {
      font-size: 1.125rem;
      color: #373838;
      line-height: 1.667;
      border-width: 1px;
      border-color: #ddc0b4;
      border-style: solid;
      background-color: white;
      padding: 25px 31px;
      width: 100%;
      height: 4.1875rem; }
  .full_width_section input[type="submit"] {
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    font-family: "Hellix-Bold" !important;
    line-height: 1;
    text-align: center;
    background-color: black;
    height: 4.1875rem;
    padding: 26px 50px;
    border: none;
    position: relative;
    top: -1px;
    left: -1px;
    position: relative; }

.wpcf7 .wpcf7-form-control-wrap {
  position: relative; }
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  left: 0px;
  top: -44px; }
.wpcf7 .wpcf7-form-control-wrap.your-email .wpcf7-not-valid-tip {
  left: 15px; }
.wpcf7 .submit-holder {
  position: relative;
  width: 150px; }
  .wpcf7 .submit-holder::after {
    content: " ";
    /*background:url('../img/button-arrow-right.png');*/
    width: 97px;
    height: 11px;
    position: absolute;
    display: block;
    top: 29px;
    right: -60px; }

.tab_content {
  padding: 211px 0 200px; }
  .tab_content .content-align-center p {
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem; }
  .tab_content h1 {
    font-family: "Hellix-Bold" !important;
    font-size: 3.75rem;
    color: #636565;
    margin-top: 0;
    margin-bottom: 3.125rem; }
  .tab_content .nav-pills .nav-link.active, .tab_content .nav-pills .show > .nav-link {
    background: #000; }
  .tab_content .nav-link {
    border-radius: 0;
    padding: 0 44px;
    background: #faf6f4;
    height: 4.625rem;
    line-height: 4.625rem;
    font-size: 1.125rem;
    font-family: "Hellix-SemiBold" !important;
    color: rgba(51, 52, 52, 0.651); }
  .tab_content #v-pills-tab {
    margin-bottom: 60px; }
  .tab_content .btn-dark {
    width: 277px;
    height: 67px;
    line-height: 65px; }
  .tab_content .btn.btn-dark span::after {
    right: -155px; }
  .tab_content .flex-column-justify-between {
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height:528px; */ }
    .tab_content .flex-column-justify-between > div:nth-of-type(1) {
      /* overflow-x:hidden;
      overflow-y:scroll; */ }
  .tab_content .change-image-on-right {
    padding-left: 106px;
    cursor: pointer;
    opacity: 0.6; }
    .tab_content .change-image-on-right.active-one {
      cursor: normal;
      opacity: 1;
      background: url("../img/services-tab-arrow.png");
      background-repeat: no-repeat;
      background-position: left 18px; }
    .tab_content .change-image-on-right h3 {
      font-family: "Hellix-Bold" !important;
      font-size: 2.25rem;
      color: #636565;
      line-height: 1.333;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .tab_content .change-image-on-right p {
      font-size: 1.125rem;
      color: #373838;
      line-height: 2;
      text-align: left;
      height: 33px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .tab_content .tab-content {
    padding-top: 50px; }
    .tab_content .tab-content .image-on-right {
      height: 528px;
      width: 100%;
      background-size: cover !important;
      display: flex;
      flex-direction: column;
      align-content: flex-end;
      justify-content: flex-end;
      padding: 50px 36px; }
      .tab_content .tab-content .image-on-right a {
        font-size: 1rem;
        font-family: "Hellix-Bold" !important;
        color: white;
        text-transform: uppercase;
        line-height: 2.25;
        border-bottom: 3px solid #fff;
        display: inline-block;
        text-decoration: none; }
      .tab_content .tab-content .image-on-right p {
        color: white; }

.services-2halfs-image-right {
  padding-top: 210px;
  padding-bottom: 70px; }
  .services-2halfs-image-right h3 {
    font-size: 1.75rem;
    color: #333434;
    font-family: "Hellix-Bold" !important;
    line-height: 1.5;
    margin-top: 100px;
    padding-right: 100px; }
  .services-2halfs-image-right p {
    font-size: 18px;
    color: #373838;
    line-height: 2;
    text-align: left;
    background: url("../img/service-arrow-right.png");
    background-repeat: no-repeat;
    padding: 0 0 0 115px;
    background-position: left 12px;
    padding-right: 100px;
    font-family: "Hellix-Light" !important; }
  .services-2halfs-image-right .align-items-right {
    display: flex;
    justify-content: flex-end; }

.services-3-boxes {
  padding-top: 70px;
  padding-bottom: 70px; }
  .services-3-boxes .one-box {
    padding: 57px 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #636565;
    align-items: center; }
    .services-3-boxes .one-box * {
      color: #fff; }
    .services-3-boxes .one-box .box-image {
      width: 53px;
      height: 53px;
      margin-bottom: 68px;
      background-repeat: no-repeat !important;
      background-position: center center !important; }
    .services-3-boxes .one-box h3 {
      font-family: "Hellix-SemiBold" !important;
      font-size: 1.5rem;
      line-height: 2.25rem;
      margin: 0 0 36px;
      text-transform: uppercase; }
    .services-3-boxes .one-box p {
      font-family: "Hellix-Light" !important;
      font-size: 1.125rem;
      line-height: 2.25rem;
      text-align: center;
      margin: 0; }
    .services-3-boxes .one-box img {
      width: auto !important; }

.services-image-grid {
  padding-bottom: 70px; }
  .services-image-grid img {
    margin-bottom: 42px; }

.services-2halfs-image-left {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative; }
  .services-2halfs-image-left > .container {
    position: static; }
  .services-2halfs-image-left .absolute-image-left {
    position: absolute;
    left: 0; }
  .services-2halfs-image-left h3 {
    font-family: "Hellix-Bold" !important;
    font-size: 3.75rem;
    color: #636565;
    text-transform: uppercase; }
  .services-2halfs-image-left p {
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    color: #373838;
    line-height: 2.25rem; }
  .services-2halfs-image-left h4 {
    font-family: "Hellix-SemiBold" !important;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #636565;
    margin-top: 6px; }
  .services-2halfs-image-left .step-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-family: "Hellix-SemiBold" !important;
    background: #636565; }

.sensorize-2halfs-image-left {
  padding-top: 200px; }
  .sensorize-2halfs-image-left > .container {
    position: static; }
  .sensorize-2halfs-image-left img {
    position: relative;
    z-index: 4; }
  .sensorize-2halfs-image-left h3 {
    font-family: "Hellix-Bold" !important;
    font-size: 3.4375rem;
    color: #636565;
    text-transform: uppercase;
    margin-bottom: 54px; }
    .sensorize-2halfs-image-left h3 span {
      font-size: 1.125rem;
      color: #333434;
      font-family: "Hellix-Medium" !important;
      text-transform: none;
      padding-left: 32px; }
  .sensorize-2halfs-image-left .step-holder {
    padding-top: 100px; }
    .sensorize-2halfs-image-left .step-holder .col-2 {
      padding-right: 0; }
    .sensorize-2halfs-image-left .step-holder .col-10 {
      padding-left: 0; }
    .sensorize-2halfs-image-left .step-holder .step-number {
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border: 1px solid #333434;
      font-family: "Hellix-SemiBold" !important;
      font-size: 1.125rem;
      color: #333434; }
    .sensorize-2halfs-image-left .step-holder p {
      font-family: "Hellix-Light" !important;
      font-size: 1.125rem;
      color: #373838;
      line-height: 2.25rem; }
  .sensorize-2halfs-image-left .content-holder {
    margin-top: 40px;
    background: #636565;
    color: #fff;
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 106px 0 81px; }
    .sensorize-2halfs-image-left .content-holder p {
      position: relative;
      z-index: 4; }
    .sensorize-2halfs-image-left .content-holder::before {
      content: " ";
      position: absolute;
      right: 0;
      background: #636565;
      height: 406px;
      width: 841px;
      bottom: 50px;
      z-index: 1; }
    .sensorize-2halfs-image-left .content-holder::after {
      content: " ";
      position: absolute;
      background: url("../img/sensorize-step-arrow.png");
      height: 97px;
      width: 11px;
      display: block;
      bottom: 405px;
      z-index: 9; }

.sensorize-2halfs-image-right {
  padding-top: 100px; }
  .sensorize-2halfs-image-right img {
    position: relative;
    z-index: 4;
    -webkit-box-shadow: 32px 32px 0px 0px #faf2e9;
    box-shadow: 32px 32px 0px 0px #faf2e9; }
  .sensorize-2halfs-image-right h3 {
    font-family: "Hellix-SemiBold" !important;
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin: 18px 0 75px; }
  .sensorize-2halfs-image-right p {
    position: relative;
    z-index: 2;
    color: #373838;
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem; }
  .sensorize-2halfs-image-right .content-holder {
    background: #636565;
    padding: 23px 0 0 0;
    position: relative; }
    .sensorize-2halfs-image-right .content-holder p {
      position: relative;
      z-index: 2;
      color: #ffffff;
      font-family: "Hellix-Light" !important;
      font-size: 1.125rem;
      line-height: 2.25rem; }
    .sensorize-2halfs-image-right .content-holder:before {
      content: " ";
      position: absolute;
      left: -46px;
      background: #636565;
      height: 100%;
      width: calc(100% + 100px);
      top: 0px;
      z-index: 1; }

.sensory-section-slider .sensory-slider .slick-list {
  padding: 0 10% 0 0 !important;
  overflow: visible !important; }
.sensory-section-slider .sensory-slider .slick-track .item {
  /* opacity:0;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s; */ }
.sensory-section-slider .sensory-slider .slick-arrow {
  bottom: 32px;
  left: 40%; }
  .sensory-section-slider .sensory-slider .slick-arrow:hover {
    opacity: 0.4; }
    .sensory-section-slider .sensory-slider .slick-arrow:hover:after {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute;
      top: -35px;
      left: -20px;
      z-index: 1;
      background-color: rgba(99, 101, 101, 0.251); }
  .sensory-section-slider .sensory-slider .slick-arrow.slick-next {
    left: 50%; }
    .sensory-section-slider .sensory-slider .slick-arrow.slick-next:hover:after {
      left: 60px; }
.sensory-section-slider .sensory-slider .slick-track .item.slick-current {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s; }
  .sensory-section-slider .sensory-slider .slick-track .item.slick-current .image-holder-slick-sensory {
    position: relative;
    z-index: 5; }
    .sensory-section-slider .sensory-slider .slick-track .item.slick-current .image-holder-slick-sensory img {
      -webkit-box-shadow: -32px 32px 0px -1px #f9f9f9;
      box-shadow: -32px 32px 0px -1px #f9f9f9; }
    .sensory-section-slider .sensory-slider .slick-track .item.slick-current .image-holder-slick-sensory::before {
      content: " ";
      width: 200px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -225px;
      display: block;
      background: #fff;
      z-index: 4; }
.sensory-section-slider .sensory-slider .item.slick-current + .item {
  opacity: 0.2;
  transition: opacity 0s ease 0s;
  -webkit-transition: opacity 0s ease 0s; }
.sensory-section-slider .sensory-excerpt {
  margin-left: -24px;
  margin-top: 115px;
  background: #636565;
  color: #fff;
  padding: 48px 42px;
  margin-right: 40px; }
  .sensory-section-slider .sensory-excerpt label {
    color: #fff;
    font-size: 2.25rem;
    line-height: 5rem;
    margin: 0;
    font-family: "Hellix-Bold" !important; }
  .sensory-section-slider .sensory-excerpt p {
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-family: "Hellix-Light" !important; }

.tab-portfolio {
  padding-top: 185px; }
  .tab-portfolio h1 {
    font-family: "Hellix-Bold" !important;
    font-size: 4.0625rem;
    line-height: 5rem;
    color: #636565;
    width: 480px;
    margin: 0 0 -15px 0px; }
  .tab-portfolio .nav-link {
    font-family: "Hellix-SemiBold" !important;
    font-size: 1rem;
    line-height: 2.25rem;
    background: none !important;
    color: #333434 !important;
    text-transform: uppercase;
    opacity: 0.4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .tab-portfolio .nav-link.active {
      opacity: 1; }
      .tab-portfolio .nav-link.active:after {
        width: 100%;
        border-bottom: 3px solid #333434;
        content: " ";
        display: block; }
  .tab-portfolio.smaller-top-padding {
    padding-top: 60px !important; }
  .tab-portfolio .tab-content {
    padding-top: 100px; }
  .tab-portfolio .top-portfolio {
    align-items: flex-end; }
  .tab-portfolio .portfolio-grid {
    margin-bottom: 30px; }
    .tab-portfolio .portfolio-grid .image-holder {
      background-repeat: no-repeat !important;
      background-size: cover !important; }
    .tab-portfolio .portfolio-grid .background-holder {
      background: rgba(0, 0, 0, 0.42);
      height: 392px;
      opacity: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 55px 32px; }
      .tab-portfolio .portfolio-grid .background-holder a {
        display: block;
        text-transform: uppercase;
        color: #ffffff !important;
        font-family: "Hellix-Bold" !important;
        font-size: 1rem;
        line-height: 2.25;
        letter-spacing: 0.075em;
        border-bottom: 3px solid #ffffff; }
    .tab-portfolio .portfolio-grid:hover .background-holder {
      opacity: 1; }
  .tab-portfolio .maxpages {
    display: none; }
  .tab-portfolio .hip_loadmore {
    text-align: center;
    cursor: pointer;
    font-family: "Hellix-SemiBold" !important;
    font-size: 1rem;
    line-height: 2.25rem;
    color: #000;
    display: block;
    margin: 0 auto;
    height: 127px; }
    .tab-portfolio .hip_loadmore:before {
      background: url("../img/portfolio-learn-more-arrow.png");
      height: 97px;
      width: 11px;
      content: " ";
      display: block;
      margin: 0 auto; }

.full_width_section .full-width-content {
  display: flex;
  align-content: center;
  justify-content: center; }

.full_width_section.custom-background {
  background: #636565;
  text-align: center; }
  .full_width_section.custom-background .full-width-content {
    display: flex;
    align-content: center;
    justify-content: center; }
  .full_width_section.custom-background .mc4wp-form-fields:before {
    filter: invert(100%); }
  .full_width_section.custom-background .mc4wp-form-fields:after {
    filter: invert(100%); }
  .full_width_section.custom-background label input {
    border-color: #fff;
    background: #636565;
    color: #fff; }
    .full_width_section.custom-background label input::placeholder {
      color: #fff; }
  .full_width_section.custom-background input[type="submit"] {
    background: #fff;
    color: #000; }
  .full_width_section.custom-background h2 {
    color: #fff;
    margin-top: 34px; }

.full_width_section.custom-background + .footer {
  padding-top: 0; }
  .full_width_section.custom-background + .footer > .container {
    border-top: 0; }

.top-menu.inner-menu.no-hero + .woo-plans {
  padding-top: 180px; }

.portfolio-top {
  padding-top: 200px;
  padding-bottom: 80px; }
  .portfolio-top h3 {
    font-size: 4.0625rem;
    line-height: 5rem;
    font-family: "Hellix-Bold" !important;
    color: #636565;
    text-align: justify;
    word-break: break-all; }
  .portfolio-top .title-right {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end; }
    .portfolio-top .title-right p {
      max-width: 522px;
      font-size: 1.125rem;
      line-height: 2.25rem;
      font-family: "Hellix-Light" !important;
      color: #373838; }
  .portfolio-top img {
    width: 100%;
    max-width: 100%;
    margin-top: 80px; }

.portfolio-2halfs-image-right {
  padding-bottom: 60px; }
  .portfolio-2halfs-image-right h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
    margin-top: 5px;
    font-family: "Hellix-Bold" !important;
    color: #636565; }
  .portfolio-2halfs-image-right p {
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-family: "Hellix-Light" !important;
    color: #373838; }
  .portfolio-2halfs-image-right img {
    -webkit-box-shadow: 32px 32px 0px 0px #f6f5f5;
    box-shadow: 32px 32px 0px 0px #f6f5f5;
    margin-right: 32px; }
  .portfolio-2halfs-image-right .align-items-right {
    display: flex;
    justify-content: flex-end; }

.portfolio-box-content {
  padding-top: 60px; }
  .portfolio-box-content .bg-holder {
    padding: 60px 65px;
    background: #636565; }
    .portfolio-box-content .bg-holder h3 {
      color: #fff;
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-family: "Hellix-SemiBold" !important;
      position: relative;
      text-transform: uppercase; }
      .portfolio-box-content .bg-holder h3:after {
        content: " ";
        display: block;
        position: absolute;
        right: -67px;
        top: 13px;
        background: url("../img/portfolio-arrow-white-left.png");
        background-repeat: no-repeat;
        width: 509px;
        height: 11px; }
    .portfolio-box-content .bg-holder p {
      font-family: "Hellix-Light" !important;
      font-size: 1.125rem;
      line-height: 2.25rem;
      color: #fff; }

.about-top {
  background: #fdfcfc;
  padding-top: 137px;
  padding-bottom: 0; }
  .about-top p {
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #373838; }
  .about-top .hello {
    margin-top: 119px;
    margin-bottom: 20px; }
    .about-top .hello p {
      margin: 0;
      color: #636565;
      font-family: "Hellix-Bold" !important;
      font-size: 4.0625rem;
      line-height: 5rem; }
  .about-top .btn {
    width: 164px;
    height: 67px;
    line-height: 67px; }

.about-top-under {
  padding-top: 0; }
  .about-top-under h3 {
    font-size: 3.75rem;
    line-height: 5rem;
    font-family: "Hellix-Bold" !important;
    color: #333434;
    margin-top: 110px; }
  .about-top-under h4 {
    font-family: "Hellix-SemiBold" !important;
    font-size: 1.75rem;
    line-height: 2.625rem;
    color: #333434; }
  .about-top-under p {
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #373838; }
  .about-top-under .custom-bg {
    background: #636565;
    padding: 200px 52px 100px;
    position: relative; }
    .about-top-under .custom-bg:before {
      content: " ";
      background: url("../img/about-white-arrow.png");
      width: 269px;
      height: 11px;
      background-position: left center;
      background-repeat: no-repeat;
      position: absolute;
      top: 146px;
      right: 0; }
    .about-top-under .custom-bg:after {
      content: " ";
      background: url("../img/quote.png");
      width: 41px;
      height: 32px;
      background-position: left center;
      background-repeat: no-repeat;
      position: absolute;
      top: 137px;
      left: 51px; }
    .about-top-under .custom-bg p {
      color: #fff;
      font-size: 1.75rem;
      line-height: 2.875rem;
      font-family: "Hellix-Light" !important; }

.full-width-content p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-family: "Hellix-Light" !important; }

.testimonials-section-slider {
  padding: 130px 0 80px; }
  .testimonials-section-slider .title {
    font-size: 4.0625rem;
    line-height: 5rem;
    font-family: "Hellix-Bold" !important;
    position: relative;
    color: #636565; }
    .testimonials-section-slider .title:after {
      background: url("../img/testimonials-arrow-title.png");
      width: 251px;
      height: 11px;
      position: absolute;
      right: -133px;
      display: block;
      content: " ";
      top: 40px; }
  .testimonials-section-slider .testimonial-slider .slick-track {
    padding-top: 22px; }
  .testimonials-section-slider .testimonial-slider h5 {
    font-family: "Hellix-Bold" !important;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #373838;
    margin: 52px 0 0 0;
    position: relative; }
  .testimonials-section-slider .testimonial-slider h6 {
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #373838;
    margin: 0 0 58px 0; }
  .testimonials-section-slider .testimonial-slider .slick-track .item {
    /* opacity:0;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s; */ }
  .testimonials-section-slider .testimonial-slider .slick-arrow {
    bottom: 32px;
    left: 43%; }
    .testimonials-section-slider .testimonial-slider .slick-arrow:hover {
      opacity: 0.4; }
      .testimonials-section-slider .testimonial-slider .slick-arrow:hover:after {
        width: 80px;
        height: 80px;
        content: " ";
        display: block;
        position: absolute;
        top: -35px;
        left: -20px;
        z-index: 1;
        background-color: rgba(99, 101, 101, 0.251); }
    .testimonials-section-slider .testimonial-slider .slick-arrow.slick-next {
      left: 53%; }
      .testimonials-section-slider .testimonial-slider .slick-arrow.slick-next:hover:after {
        left: 60px; }
  .testimonials-section-slider .testimonial-slider .slick-track .item.slick-current {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s; }
    .testimonials-section-slider .testimonial-slider .slick-track .item.slick-current .image-holder-testimonial {
      position: relative;
      z-index: 5; }
      .testimonials-section-slider .testimonial-slider .slick-track .item.slick-current .image-holder-testimonial img {
        -webkit-box-shadow: 18px -22px 0px -1px #f6f5f5;
        box-shadow: 18px -22px 0px -1px #f6f5f5; }
  .testimonials-section-slider .testimonial-slider .item.slick-current + .item {
    opacity: 0.2;
    transition: opacity 0s ease 0s;
    -webkit-transition: opacity 0s ease 0s; }
  .testimonials-section-slider .testimonial-excerpt p {
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-family: "Hellix-SemiBold" !important;
    color: #333434; }

.popular-posts-slider-section .btn.btn-dark {
  margin-top: 16px; }

.popular-posts-slider-section h2, .blog-posts-section h2 {
  font-size: 3.75rem;
  line-height: 5rem;
  font-family: "Hellix-Bold" !important;
  color: #636565; }
.popular-posts-slider-section .slick-arrow, .blog-posts-section .slick-arrow {
  top: -70px;
  right: 164px;
  width: 97px;
  z-index: 2; }
  .popular-posts-slider-section .slick-arrow.slick-next, .blog-posts-section .slick-arrow.slick-next {
    right: 35px; }
  .popular-posts-slider-section .slick-arrow:hover, .blog-posts-section .slick-arrow:hover {
    opacity: 0.9; }
    .popular-posts-slider-section .slick-arrow:hover:after, .blog-posts-section .slick-arrow:hover:after {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute;
      top: -35px;
      right: -35px;
      z-index: 1;
      background-color: rgba(231, 231, 231, 0.25); }
  .popular-posts-slider-section .slick-arrow.slick-prev:hover, .blog-posts-section .slick-arrow.slick-prev:hover {
    opacity: 0.9; }
    .popular-posts-slider-section .slick-arrow.slick-prev:hover:after, .blog-posts-section .slick-arrow.slick-prev:hover:after {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute;
      top: -35px;
      left: -35px;
      z-index: 1;
      background-color: rgba(231, 231, 231, 0.25); }
.popular-posts-slider-section .post-grid article, .blog-posts-section .post-grid article {
  padding: 14px; }
  .popular-posts-slider-section .post-grid article .post-image, .blog-posts-section .post-grid article .post-image {
    height: 355px;
    padding: 0;
    background-size: cover !important;
    background-position: center center !important; }
  .popular-posts-slider-section .post-grid article .post-excerpt, .blog-posts-section .post-grid article .post-excerpt {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    height: 280px;
    justify-content: space-between; }
    .popular-posts-slider-section .post-grid article .post-excerpt h3 a, .blog-posts-section .post-grid article .post-excerpt h3 a {
      font-size: 1.625rem;
      line-height: 2.25rem;
      text-decoration: none;
      color: #373838;
      font-family: "Hellix-SemiBold" !important; }
    .popular-posts-slider-section .post-grid article .post-excerpt h5, .blog-posts-section .post-grid article .post-excerpt h5 {
      color: #858585;
      font-family: "Hellix-SemiBold" !important;
      font-size: 1rem;
      line-height: 0.875rem; }
    .popular-posts-slider-section .post-grid article .post-excerpt .learnmore-link, .blog-posts-section .post-grid article .post-excerpt .learnmore-link {
      font-size: 1rem;
      font-family: "Hellix-Bold" !important;
      color: #010101;
      text-transform: uppercase;
      line-height: 2.25;
      display: block;
      border-bottom: 3px solid #000;
      display: inline-block; }
.popular-posts-slider-section .justify-space-between, .blog-posts-section .justify-space-between {
  display: flex;
  justify-content: space-between !important; }

.pld-like-dislike-wrap {
  margin: 0 !important;
  position: relative;
  bottom: -10px; }
  .pld-like-dislike-wrap .pld-like-count-wrap {
    top: -4px;
    position: relative; }

.blog-posts-section .post-grid article {
  padding: 0; }
.blog-posts-section .maxpages {
  display: none; }
.blog-posts-section .hip_loadmore_posts {
  text-align: center;
  cursor: pointer;
  font-family: "Hellix-SemiBold" !important;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #000;
  display: block;
  margin: 0 auto;
  height: 127px; }
  .blog-posts-section .hip_loadmore_posts:before {
    background: url("../img/portfolio-learn-more-arrow.png");
    height: 97px;
    width: 11px;
    content: " ";
    display: block;
    margin: 0 auto; }

.author-data {
  text-align: center;
  width: 100%; }
  .author-data > * {
    display: inline-block;
    color: #fff;
    font-family: "Hellix-Light" !important;
    font-size: 1.125rem;
    line-height: 2.25rem; }
  .author-data .mid-dot {
    font-family: "Hellix-Light" !important;
    padding: 0 13px; }
  .author-data .read-time {
    padding-left: 13px; }

.author-data + h1 {
  max-width: 772px;
  text-transform: uppercase !important;
  display: inline-block;
  margin: 0 auto;
  font-family: "Hellix-Bold" !important; }

.post-align {
  align-content: center;
  display: flex;
  flex-direction: column; }
  .post-align .subtitle {
    font-size: 2.5rem;
    line-height: 5rem;
    font-family: "Hellix-Bold" !important; }

.blog-post-content h2 {
  width: 80%;
  max-width: 763px;
  display: inline-block;
  margin: 0 auto 50px;
  font-size: 1.75rem;
  line-height: 2.625rem;
  color: #333434;
  font-family: "Hellix-SemiBold" !important; }
.blog-post-content p {
  width: 80%;
  max-width: 763px;
  display: inline-block;
  margin: 0 auto 50px;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-family: "Hellix-Light" !important; }
  .blog-post-content p.has-large-font-size {
    font-size: 1.75rem;
    line-height: 2.625rem;
    color: #333434;
    font-family: "Hellix-SemiBold" !important; }
.blog-post-content .wp-block-image {
  text-align: center; }
.blog-post-content .single-post-slider-holder {
  position: relative; }
.blog-post-content .single-post-slider .slick-list {
  overflow: visible; }
  .blog-post-content .single-post-slider .slick-list img {
    height: 392px;
    width: auto !important;
    margin: 0 10px; }
.blog-post-content .single-post-slider .slick-arrow {
  bottom: -70px;
  left: 88px;
  width: 97px;
  z-index: 2; }
  .blog-post-content .single-post-slider .slick-arrow.slick-next {
    left: 200px; }
  .blog-post-content .single-post-slider .slick-arrow:hover {
    opacity: 0.9; }
    .blog-post-content .single-post-slider .slick-arrow:hover:after {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute;
      top: -35px;
      right: -35px;
      z-index: 1;
      background-color: rgba(231, 231, 231, 0.25); }
  .blog-post-content .single-post-slider .slick-arrow.slick-prev:hover {
    opacity: 0.9; }
    .blog-post-content .single-post-slider .slick-arrow.slick-prev:hover:after {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute;
      top: -35px;
      left: -35px;
      z-index: 1;
      background-color: rgba(231, 231, 231, 0.25); }

.blog-post-subscribe {
  padding: 80px 0; }
  .blog-post-subscribe .justify-content-between {
    width: 80%;
    max-width: 763px;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .blog-post-subscribe .justify-content-between img {
      width: 26px;
      height: 26px; }
    .blog-post-subscribe .justify-content-between h3 {
      font-family: "Hellix-SemiBold" !important;
      font-size: 1.75rem; }
  .blog-post-subscribe .line {
    width: 80%;
    border-bottom: 1px solid #636565;
    margin: 10px 10% 60px; }
  .blog-post-subscribe .tags {
    width: 80%;
    max-width: 777px;
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
    .blog-post-subscribe .tags span {
      float: left;
      font-family: "Hellix-Light" !important;
      font-size: 1.125rem;
      line-height: 1;
      padding: 25px 32px;
      border: 1px solid #636565;
      color: #636565;
      margin: 0 18px 18px 0; }

.social-sharing {
  position: absolute;
  left: 0;
  top: 70px;
  background: url("../img/subscribe-bg-arrow-right.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 500px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 0 70px; }
  .social-sharing a {
    margin: 0 0 20px; }

body.woocommerce-account .entry-header .entry-title {
  text-align: center; }
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none !important; }

.woocommerce-MyAccount-navigation .user-name {
  font-family: "Hellix-SemiBold" !important;
  font-size: 18px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 50px; }
  .woocommerce-MyAccount-navigation .user-name img {
    width: 70px;
    height: 70px;
    border-radius: 2.1875rem;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-top: -10px; }

#chooseModal .modal-content .add_to_cart_button {
  display: none !important; }
#chooseModal .modal-content h2 {
  text-align: center;
  font-family: "Hellix-SemiBold" !important;
  font-size: 24px !important;
  line-height: 29px;
  text-transform: none !important;
  color: #000;
  margin-bottom: 5px;
  padding-top: 0 !important; }
#chooseModal .modal-content .short-description {
  font-family: "Hellix-Regular" !important;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin: 0; }
#chooseModal .modal-content .price {
  display: none !important;
  font-family: "Hellix-Bold" !important;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 5px;
  text-transform: capitalize;
  color: #000;
  margin-top: 10px; }
  #chooseModal .modal-content .price > .woocommerce-Price-amount:before {
    content: "-";
    color: #fff;
    font-family: "Hellix-Bold" !important;
    font-size: 22px;
    line-height: 26px;
    display: inline-block; }
  #chooseModal .modal-content .price > .woocommerce-Price-amount:after {
    content: "-";
    color: #fff;
    font-family: "Hellix-Bold" !important;
    font-size: 22px;
    line-height: 26px;
    display: inline-block; }
#chooseModal .modal-content .categories-holder {
  padding-top: 40px; }
  #chooseModal .modal-content .categories-holder a {
    background: rgba(193, 193, 193, 0.2);
    backdrop-filter: blur(50px);
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    font-size: 16px;
    line-height: 40px;
    color: #C1C1C1;
    font-family: "Hellix-Bold" !important;
    display: inline-block;
    text-decoration: none;
    height: 42px;
    padding: 0 25px;
    margin: 0 7px; }
    #chooseModal .modal-content .categories-holder a.active {
      background: #ED705A;
      box-shadow: 0px 100px 80px rgba(117, 117, 117, 0.07), 0px 41.7776px 33.4221px rgba(117, 117, 117, 0.0503198), 0px 22.3363px 17.869px rgba(117, 117, 117, 0.0417275), 0px 12.5216px 10.0172px rgba(117, 117, 117, 0.035), 0px 6.6501px 5.32008px rgba(117, 117, 117, 0.0282725), 0px 2.76726px 2.21381px rgba(117, 117, 117, 0.0196802);
      border-radius: 0.625rem;
      -webkit-border-radius: 0.625rem;
      -moz-border-radius: 0.625rem;
      color: #fff; }
#chooseModal .modal-content li {
  list-style: none !important; }
#chooseModal .modal-content .backgrounds.selected {
  border: 1px solid #ED705A; }

body {
  background: #f8f8f8; }

section.default-page-section {
  padding: 160px 0 70px; }

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  background-image: url("../../dist/img/hero-bottom-image.png");
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 40px;
  padding-top: 120px; }
  .hero .container {
    position: relative;
    z-index: 20; }
    .hero .container.no-relative {
      position: static;
      height: 100vh; }
  .hero .btnholder {
    align-self: center; }
  .hero h1 {
    font-size: 3.75rem;
    line-height: 4.5rem;
    margin-bottom: 3.0625rem;
    margin-top: 7.5rem;
    font-family: "Hellix-Bold" !important; }
    .hero h1 b {
      color: #ED705A;
      font-weight: 800;
      font-family: "Hellix-ExtraBold" !important; }
  .hero p {
    font-family: "Hellix-Regular" !important;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #251D40;
    max-width: 340px; }
  .hero .subtitle {
    font-size: 1.125rem;
    color: white;
    line-height: 1.667;
    text-align: center;
    border: none;
    padding: 0; }
  .hero .absolute_right_image {
    position: absolute;
    right: 0; }

@media (max-width: 990px) {
  .hero .half-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: bottom right -2.5rem; } }
@media (max-width: 620px) {
  .hero {
    padding-bottom: 20px !important; }
    .hero img.alignright {
      display: block;
      width: 80%;
      margin: 40px auto;
      float: none; } }
section.banner1 {
  padding: 80px 0; }
  section.banner1 .holder-banner1 {
    padding: 62px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover !important; }
  section.banner1 h1 {
    font-family: "Hellix-Bold" !important;
    margin: 0px 0 20px 0;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF; }
  section.banner1 p {
    font-family: "Hellix-Regular" !important;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    max-width: 472px;
    display: inline-block; }
  section.banner1 .btnholder {
    background: transparent; }
  section.banner1 .btn {
    color: #000;
    margin-top: 0px;
    border-color: #000;
    font-family: "Hellix-Bold" !important;
    font-size: 18px;
    height: 59px;
    line-height: 59px;
    color: #FFFFFF; }
  section.banner1 .two-columns {
    display: flex;
    flex-wrap: wrap; }
    section.banner1 .two-columns .one {
      flex: 50%;
      margin-bottom: 10px;
      text-align: left;
      padding: 45px 45px 20px; }
      section.banner1 .two-columns .one p {
        font-family: "Hellix-Regular" !important;
        font-size: 18px;
        line-height: 150%;
        color: #242424; }
  section.banner1 .popupholder {
    display: none;
    float: left;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 20px;
    text-align: left;
    border: 1px solid #000000; }
    section.banner1 .popupholder h4 {
      font-family: "Hellix-Bold" !important;
      font-size: 18px;
      line-height: 27px;
      /* identical to box height */
      color: #000000;
      margin-bottom: 3.625rem; }
    section.banner1 .popupholder .half {
      padding: 41px 44px;
      position: relative; }
      section.banner1 .popupholder .half .one {
        width: 50%;
        float: left; }
      section.banner1 .popupholder .half:first-of-type {
        border-right: 1px solid #000000; }
      section.banner1 .popupholder .half:last-of-type:after {
        border-right: 1px solid #000000;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50% - 35px);
        content: " ";
        display: block; }
    section.banner1 .popupholder p {
      margin: 0 0 2.375rem;
      padding: 0;
      font-family: "Hellix-Regular" !important;
      font-size: 18px;
      line-height: 27px;
      color: #000000; }
    section.banner1 .popupholder .quater {
      position: relative; }
      section.banner1 .popupholder .quater p {
        margin: 0;
        padding: 0; }

@media (max-width: 960px) {
  section.banner1 .two-columns .one {
    flex: 100%; }

  section.banner1 h1 {
    max-width: 100%;
    padding: 0 20px;
    margin: 0; } }
section.products-slider {
  padding: 90px 0;
  background: #f9f9f9; }
  section.products-slider .slick-track li:nth-of-type(3n + 2) .backgrounds:before {
    background: #f3c083; }
  section.products-slider .slick-track li:nth-of-type(3n + 3) .backgrounds:before {
    background: #7498f8; }
  section.products-slider .slider-over {
    min-height: 380px; }
    section.products-slider .slider-over .wcpscwc-product-slider-wrap {
      width: 78%;
      position: absolute; }
      section.products-slider .slider-over .wcpscwc-product-slider-wrap .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block !important;
        margin: 0 auto;
        box-shadow: none;
        max-width: 64%; }
      section.products-slider .slider-over .wcpscwc-product-slider-wrap .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.text_replaceable {
        position: absolute;
        margin-top: 3px !important;
        color: transparent; }
      section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds {
        position: relative;
        padding-bottom: 83px;
        margin-bottom: 40px; }
        section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds:before {
          background: #D4E372;
          /*box-shadow: 0px 100px 80px rgba(152, 152, 152, 0.07), 0px 41.7776px 33.4221px rgba(152, 152, 152, 0.0503198), 0px 22.3363px 17.869px rgba(152, 152, 152, 0.0417275), 0px 12.5216px 10.0172px rgba(152, 152, 152, 0.035), 0px 6.6501px 5.32008px rgba(152, 152, 152, 0.0282725), 0px 2.76726px 2.21381px rgba(152, 152, 152, 0.0196802);*/
          border-radius: 10px;
          content: " ";
          display: block;
          width: 100%;
          top: 95px;
          height: 71%;
          position: absolute;
          z-index: 1; }
        section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds > * {
          z-index: 5;
          position: relative; }
          section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds > * > * {
            z-index: 5;
            position: relative; }
        section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds h2 {
          text-align: center;
          font-family: "Hellix-SemiBold" !important;
          font-size: 24px !important;
          line-height: 29px;
          text-transform: capitalize;
          color: #FFFFFF;
          margin-bottom: 5px;
          padding-top: 0 !important; }
        section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds .short-description {
          font-family: "Hellix-Regular" !important;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          text-align: center;
          margin: 0; }
        section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds .price {
          font-family: "Hellix-Bold" !important;
          text-align: center;
          font-size: 22px;
          line-height: 26px;
          letter-spacing: 5px;
          text-transform: capitalize;
          color: #fff;
          margin-top: 10px; }
          section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds .price > .woocommerce-Price-amount:before {
            content: "-";
            color: #fff;
            font-family: "Hellix-Bold" !important;
            font-size: 22px;
            line-height: 26px;
            display: inline-block; }
          section.products-slider .slider-over .wcpscwc-product-slider-wrap .backgrounds .price > .woocommerce-Price-amount:after {
            content: "-";
            color: #fff;
            font-family: "Hellix-Bold" !important;
            font-size: 22px;
            line-height: 26px;
            display: inline-block; }
    section.products-slider .slider-over .slick-prev, section.products-slider .slider-over .slick-next {
      opacity: 0 !important; }
  section.products-slider h2 {
    font-family: "Hellix-Bold" !important;
    font-size: 48px;
    line-height: 58px;
    padding-top: 79px;
    color: #251D40; }
  section.products-slider .slick-prev-alt, section.products-slider .slick-next-alt {
    background: none !important;
    border: none !important; }

.wc-add-to-cart-icon .add_to_cart_button {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  position: absolute;
  left: calc(50% - 25px) !important; }

.wc-add-to-cart-icon .add_to_cart_button.text_replaceable:before, .wc-add-to-cart-icon .single_add_to_cart_button:before {
  content: " " !important;
  top: 0 !important;
  margin: 0 !important;
  background: url("../../dist/img/put-into-cart.png");
  width: 50px !important;
  height: 50px !important;
  /*background: #251D40;*/
  box-shadow: 0px -3px 30px rgba(161, 170, 179, 0.1), 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
  border-radius: 1.5625rem;
  -webkit-border-radius: 1.5625rem;
  -moz-border-radius: 1.5625rem; }

section.woo-plans {
  padding: 90px 0; }
  section.woo-plans .pill {
    background: #C5A3BF;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    color: #fff;
    font-family: "Hellix-SemiBold" !important;
    margin-bottom: 15px; }
    section.woo-plans .pill img {
      margin-right: 5px;
      margin-top: -2px; }
  section.woo-plans h2 {
    font-family: "Hellix-Bold" !important;
    font-size: 3rem;
    line-height: 3.625rem;
    color: #251D40;
    margin-bottom: 20px; }
  section.woo-plans .top-part {
    text-align: center; }
    section.woo-plans .top-part p {
      color: rgba(37, 29, 64, 0.5);
      font-size: 16px;
      line-height: 24px;
      font-family: "Hellix-Regular" !important;
      max-width: 472px;
      display: inline-block; }
  section.woo-plans .woocommerce-Price-amount.amount {
    display: none; }
  section.woo-plans .mwb_sfw_interval {
    display: none; }
  section.woo-plans .button.product_type_simple, section.woo-plans .button-holder {
    display: inline-block !important;
    width: 111px !important;
    height: 42px !important;
    line-height: 42px !important; }
    section.woo-plans .button.product_type_simple.added, section.woo-plans .button-holder.added {
      width: 138px !important; }
      section.woo-plans .button.product_type_simple.added:after, section.woo-plans .button-holder.added:after {
        left: 6px;
        /* top: 9px; */
        position: relative;
        color: #000; }
    section.woo-plans .button.product_type_simple .added_to_cart.wc-forward, section.woo-plans .button-holder .added_to_cart.wc-forward {
      display: none; }
    section.woo-plans .button.product_type_simple:before, section.woo-plans .button-holder:before {
      display: none; }
    section.woo-plans .button.product_type_simple p, section.woo-plans .button-holder p {
      padding: 0 !important; }
    section.woo-plans .button.product_type_simple a, section.woo-plans .button-holder a {
      text-indent: 0 !important;
      left: 0 !important;
      right: auto !important;
      text-align: center !important;
      font-family: "Hellix-SemiBold" !important;
      font-size: 16px !important;
      line-height: 19px !important; }
    section.woo-plans .button.product_type_simple .add_to_cart_inline, section.woo-plans .button-holder .add_to_cart_inline {
      border-radius: 0.625rem;
      -webkit-border-radius: 0.625rem;
      -moz-border-radius: 0.625rem; }
  section.woo-plans .plans-holder {
    margin: 0 -5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.woo-plans .plans-holder .one-plan {
      box-shadow: 0px -3px 30px rgba(161, 170, 179, 0.1), 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
      overflow: hidden;
      margin: 5px;
      border-radius: 0.625rem;
      -webkit-border-radius: 0.625rem;
      -moz-border-radius: 0.625rem; }
      section.woo-plans .plans-holder .one-plan h4 {
        font-size: 24px;
        line-height: 29px;
        font-family: "Hellix-Bold" !important;
        margin-bottom: 5px; }
      section.woo-plans .plans-holder .one-plan .excerpt {
        font-size: 16px;
        line-height: 24px;
        color: rgba(37, 29, 64, 0.5);
        font-family: "Hellix-Regular" !important; }
        section.woo-plans .plans-holder .one-plan .excerpt strong {
          font-size: 22px;
          line-height: 26px;
          color: #251D40;
          display: block;
          font-family: "Hellix-Bold" !important;
          margin-bottom: 30px;
          margin-top: 10px; }
      section.woo-plans .plans-holder .one-plan.big {
        width: calc(50% - 10px); }
        section.woo-plans .plans-holder .one-plan.big .col-4 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          position: relative; }
          section.woo-plans .plans-holder .one-plan.big .col-4:before {
            content: " ";
            display: block;
            position: absolute;
            left: -25px;
            top: 40px;
            height: 170px;
            width: 1px;
            background: rgba(196, 196, 196, 0.5); }
        section.woo-plans .plans-holder .one-plan.big.alt-color .col-4:before {
          background: rgba(0, 0, 0, 0.3); }
      section.woo-plans .plans-holder .one-plan.small {
        width: calc(25% - 10px);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }

section.full-width {
  padding: 20px 0 50px; }
  section.full-width .subtitle {
    color: rgba(37, 29, 64, 0.5);
    font-size: 16px;
    line-height: 24px;
    font-family: "Hellix-Regular" !important; }
  section.full-width .ajax_products:empty {
    min-height: 50vh;
    background-image: url("../../dist/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  section.full-width .ajax_products {
    padding: 50px 0; }
    section.full-width .ajax_products .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.text_replaceable {
      position: absolute; }
    section.full-width .ajax_products .backgrounds {
      background: #FFFFFF;
      /* box-shadow: 0px -3px 30px rgba(161, 170, 179, 0.1), 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); */
      box-shadow: 0px 0px 30px rgba(161, 170, 179, 0.1);
      border-radius: 10px;
      padding: 10px 10px 25px; }
      section.full-width .ajax_products .backgrounds img {
        max-width: 60%;
        display: block !important;
        margin: 0 auto !important; }
      section.full-width .ajax_products .backgrounds h2 {
        font-family: "Hellix-Bold" !important;
        font-size: 22px !important;
        line-height: 26px;
        text-transform: capitalize;
        color: #251D40;
        text-align: center; }
      section.full-width .ajax_products .backgrounds .short-description {
        font-family: "Hellix-Regular" !important;
        font-size: 16px;
        line-height: 24px;
        color: rgba(37, 29, 64, 0.5);
        text-align: center; }
      section.full-width .ajax_products .backgrounds .price {
        font-family: "Hellix-Bold" !important;
        text-align: center;
        font-size: 20px !important;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: capitalize;
        color: #251D40 !important;
        margin-top: 10px; }
        section.full-width .ajax_products .backgrounds .price > .woocommerce-Price-amount:before {
          content: "-";
          color: #251D40;
          font-family: "Hellix-Bold" !important;
          font-size: 20px;
          line-height: 24px;
          display: inline-block; }
        section.full-width .ajax_products .backgrounds .price > .woocommerce-Price-amount:after {
          content: "-";
          color: #251D40;
          font-family: "Hellix-Bold" !important;
          font-size: 20px;
          line-height: 24px;
          display: inline-block; }
  section.full-width h2 {
    font-family: "Hellix-Bold" !important;
    font-size: 3rem;
    line-height: 3.625rem;
    color: #251D40; }
  section.full-width .categories-holder {
    padding-top: 40px; }
    section.full-width .categories-holder a {
      background: rgba(193, 193, 193, 0.2);
      backdrop-filter: blur(50px);
      border-radius: 0.625rem;
      -webkit-border-radius: 0.625rem;
      -moz-border-radius: 0.625rem;
      font-size: 16px;
      line-height: 40px;
      color: #C1C1C1;
      font-family: "Hellix-Bold" !important;
      display: inline-block;
      text-decoration: none;
      height: 42px;
      padding: 0 25px;
      margin: 0 7px; }
      section.full-width .categories-holder a.active {
        background: #ED705A;
        box-shadow: 0px 100px 80px rgba(117, 117, 117, 0.07), 0px 41.7776px 33.4221px rgba(117, 117, 117, 0.0503198), 0px 22.3363px 17.869px rgba(117, 117, 117, 0.0417275), 0px 12.5216px 10.0172px rgba(117, 117, 117, 0.035), 0px 6.6501px 5.32008px rgba(117, 117, 117, 0.0282725), 0px 2.76726px 2.21381px rgba(117, 117, 117, 0.0196802);
        border-radius: 0.625rem;
        -webkit-border-radius: 0.625rem;
        -moz-border-radius: 0.625rem;
        color: #fff; }

section.fourboxes_section .background-holder {
  background-size: cover !important;
  width: calc(100% - 100px);
  margin: 0 auto;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  padding: 50px 0; }
section.fourboxes_section .pill {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  backdrop-filter: blur(50px);
  color: #000;
  font-family: "Hellix-SemiBold" !important;
  font-size: 1rem;
  line-height: 2.625rem;
  display: inline-block;
  height: 42px;
  padding: 0 15px;
  margin-bottom: 15px; }
  section.fourboxes_section .pill img {
    margin-right: 10px;
    margin-top: -2px; }
section.fourboxes_section h2 {
  font-family: "Hellix-Bold" !important;
  font-size: 3rem;
  line-height: 3.625rem;
  color: #fff;
  text-align: center; }
section.fourboxes_section .top-part {
  text-align: center; }
  section.fourboxes_section .top-part p {
    font-family: "Hellix-Regular" !important;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 472px;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px; }
  section.fourboxes_section .top-part hr {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0; }
  section.fourboxes_section .top-part hr + p {
    display: none; }
section.fourboxes_section .boxes-holder {
  padding-top: 70px; }
section.fourboxes_section .one-box {
  padding: 0rem 0rem;
  text-align: center;
  border-radius: 0.9375rem;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  background: transparent !important; }
  section.fourboxes_section .one-box img {
    align-self: center; }
  section.fourboxes_section .one-box .box-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px; }
    section.fourboxes_section .one-box .box-top h3 {
      font-family: "Hellix-Bold" !important;
      font-size: 1.5rem;
      line-height: 1.75rem;
      color: #fff;
      margin: 20px 0 10px 0; }
    section.fourboxes_section .one-box .box-top p {
      margin: 0;
      font-family: "Hellix-Regular" !important;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center;
      color: rgba(255, 255, 255, 0.6); }
  section.fourboxes_section .one-box a {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-top: 40px;
    text-decoration: none;
    color: #242424;
    font-family: "Hellix-Bold" !important;
    font-size: 0.875rem;
    line-height: 1.3125rem; }
    section.fourboxes_section .one-box a:before {
      content: " ";
      display: block;
      position: absolute;
      background: #C4C4C4;
      opacity: 0.5;
      height: 1px;
      width: calc(100% + 90px);
      left: -45px;
      top: 0; }

@media (max-width: 990px) {
  section.fourboxes_section .one-box {
    margin-bottom: 20px; } }
section.testimonials-section-slider {
  padding: 80px 0;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important; }
  section.testimonials-section-slider h2 {
    font-family: "Hellix-Bold" !important;
    font-size: 2.875rem;
    line-height: 3.625rem; }
  section.testimonials-section-slider .align-items-center a {
    color: #59B3E3;
    font-family: "Hellix-Bold" !important;
    text-decoration: none;
    font-size: 0.875rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #59B3E3; }

.top-content h2 {
  margin: 0; }
.top-content p {
  font-size: 15px;
  line-height: 24px;
  color: #251D40;
  font-family: "Hellix-Regular" !important;
  margin: 0; }

.testimonial-slider {
  width: 100%;
  margin: 0 -15px; }
  .testimonial-slider .item {
    padding: 5rem;
    background: #fff;
    margin: 0 15px;
    border-radius: 10px; }
    .testimonial-slider .item .item-image {
      width: 6.25rem;
      height: 6.25rem;
      display: block;
      margin: -3.125rem auto 1.25rem;
      /*border: 2px solid $white;*/ }
    .testimonial-slider .item h5 {
      font-family: "Hellix-Bold" !important;
      display: inline-block;
      margin-top: 3px;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #251D40;
      margin-bottom: 5px; }
    .testimonial-slider .item h6 {
      font-family: "Hellix-Regular" !important;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      color: #251D40;
      margin-bottom: 30px; }
    .testimonial-slider .item p {
      font-family: "Hellix-Regular" !important;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #251D40;
      display: inline-block;
      margin-bottom: 25px; }
    .testimonial-slider .item label {
      font-family: "Hellix-Regular" !important;
      font-size: 0.875rem;
      text-align: center !important;
      padding-bottom: 0.4375rem;
      margin-bottom: 0; }
    .testimonial-slider .item .date {
      text-align: left;
      display: block;
      font-size: 1rem;
      line-height: 1.1875rem;
      font-family: "Hellix-Bold" !important;
      color: #251D40; }
    .testimonial-slider .item .line {
      display: inline-block;
      width: 100%;
      max-width: 200px;
      height: 0.09375rem;
      background: #1A1A24;
      margin-bottom: 0.625rem; }
    .testimonial-slider .item .name {
      margin-top: 1.25rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      text-align: center;
      text-transform: capitalize !important;
      color: #BA9C31;
      font-family: "Hellix-Regular" !important; }
  .testimonial-slider .slick-arrow {
    right: 0.9375rem;
    top: 28%; }
    .testimonial-slider .slick-arrow.slick-prev {
      right: auto;
      left: 0.9375rem; }
  .testimonial-slider .slick-dots {
    margin: 25px 0;
    bottom: -83px;
    display: flex; }
    .testimonial-slider .slick-dots li button {
      width: 100%;
      height: 2px;
      margin: 0px;
      background: rgba(0, 0, 0, 0.15);
      border: none;
      opacity: 1;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: hidden; }
    .testimonial-slider .slick-dots li.slick-active button {
      opacity: 1;
      background: #251D40; }

.testimonials-section-slider .testimonial-slider .item.slick-current + .item {
  opacity: 1; }

@media (max-width: 660px) {
  .image-holder-testimonial {
    padding-bottom: 20px; } }
section.expandableCards {
  padding: 160px 0 80px; }
  section.expandableCards .holder-expandableCards {
    padding: 0 0;
    border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem; }
  section.expandableCards .one-box {
    padding: 53px 20px; }
  section.expandableCards img {
    margin-bottom: 20px; }
  section.expandableCards h3 {
    font-family: "Hellix-Bold" !important;
    font-size: 3.125rem;
    line-height: 4.6875rem;
    color: #242424;
    margin-bottom: 83px; }
  section.expandableCards h4 {
    font-family: "Hellix-Bold" !important;
    font-size: 24px;
    line-height: 150%;
    color: #ED705A;
    text-align: left;
    cursor: pointer; }
  section.expandableCards p {
    font-family: "Hellix-Regular" !important;
    font-size: 1.125rem;
    text-align: center;
    color: #666666;
    line-height: 150%;
    text-align: left; }
  section.expandableCards .btn {
    color: #000;
    margin-top: 0px;
    border-color: #000;
    font-family: "Hellix-Bold" !important;
    font-size: 0.875rem; }
  section.expandableCards .white-box-content {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(37, 29, 64, 0.15);
    margin-bottom: 25px; }
    section.expandableCards .white-box-content .box-top {
      position: relative;
      -moz-transition: height 1s ease;
      -webkit-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease; }
      section.expandableCards .white-box-content .box-top .arrow {
        cursor: pointer;
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        top: 13px;
        width: 24px;
        height: 14px;
        background: url("../../dist/img/arrow-up.png");
        -moz-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
    section.expandableCards .white-box-content.closed p {
      display: none; }
    section.expandableCards .white-box-content.closed h4 {
      margin: 0;
      color: #000; }
    section.expandableCards .white-box-content.closed .box-top .arrow {
      transform: rotate(-180deg); }
  section.expandableCards .parent {
    display: none; }
    section.expandableCards .parent.parent-1 {
      display: block; }
  section.expandableCards .expandableCards-Categories {
    padding-top: 55px; }
    section.expandableCards .expandableCards-Categories .col-12 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    section.expandableCards .expandableCards-Categories a {
      outline: none !important;
      box-shadow: none !important;
      margin: 0 0 15px !important;
      flex: 0 49%;
      box-sizing: border-box;
      display: inline-block;
      background: #FFFFFF;
      font-size: 18px;
      line-height: 80px;
      height: 80px;
      color: #000000;
      font-family: "Hellix-Medium" !important;
      border: 1px solid #E0E0E0;
      box-sizing: border-box;
      border-radius: 10px; }
      section.expandableCards .expandableCards-Categories a.active {
        background: #ED705A;
        color: #fff; }

@media (max-width: 960px) {
  section.expandableCards h3 {
    font-size: 1.875rem;
    line-height: 2.8125rem; }

  section.expandableCards h4 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    max-width: 80%; } }
.btn {
  font-family: "Hellix-Regular" !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF; }
  .btn.btn-default:not(.not-default) {
    background: linear-gradient(90deg, #F1A051 0%, #EA3378 100%);
    border-radius: 10px;
    padding: 0 !important;
    text-align: left;
    margin: 0 !important; }
    .btn.btn-default:not(.not-default) span {
      color: #FFFFFF;
      text-transform: none; }
    .btn.btn-default:not(.not-default) img {
      margin-left: 30px;
      margin-right: 14px; }
  .btn.not-default {
    position: relative;
    height: 70px;
    font-family: "Hellix-SemiBold" !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #251D40;
    top: 5px;
    left: 20px; }
    .btn.not-default:before {
      position: absolute;
      top: 6px;
      left: 24px;
      width: 48px;
      height: 48px;
      content: " ";
      border-radius: 1.5625rem;
      -webkit-border-radius: 1.5625rem;
      -moz-border-radius: 1.5625rem;
      background: transparent;
      display: block;
      box-shadow: 0px -3px 30px rgba(161, 170, 179, 0.1), 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802); }
    .btn.not-default img {
      width: 70px;
      height: 70px;
      max-width: 70px !important;
      position: relative; }
  .btn.btn-orange {
    display: inline-block;
    background: #ED705A;
    backdrop-filter: blur(50px);
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border: none;
    height: 52px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Hellix-Bold" !important;
    line-height: 52px;
    padding: 0 30px; }

.alm-btn-wrap {
  text-align: center !important; }
  .alm-btn-wrap .alm-load-more-btn {
    display: inline-block !important;
    background: #ED705A !important;
    backdrop-filter: blur(50px) !important;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border: none !important;
    height: 52px !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-family: "Hellix-Bold" !important;
    line-height: 52px !important;
    padding: 0 30px !important; }
    .alm-btn-wrap .alm-load-more-btn[disabled] {
      opacity: 0.4 !important; }
    .alm-btn-wrap .alm-load-more-btn.loading {
      padding-left: 30px !important; }
      .alm-btn-wrap .alm-load-more-btn.loading:before {
        display: none !important; }

.top-menu .info-nav {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important; }
  .top-menu .info-nav .nav-item .btn.btn-orange {
    height: 42px !important;
    line-height: 42px !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-family: "Hellix-SemiBold" !important; }
    .top-menu .info-nav .nav-item .btn.btn-orange.alt {
      color: #ED705A !important;
      background: rgba(237, 112, 90, 0.15) !important; }

.woocommerce * {
  font-family: "Hellix-Regular" !important; }

.one-product .row.align-items-end {
  flex-direction: row-reverse; }
  .one-product .row.align-items-end .row > * {
    width: auto !important; }
.one-product .product-title {
  font-family: "Hellix-Bold" !important;
  font-size: 24px;
  line-height: 29px;
  color: #251D40;
  margin-bottom: 5px; }
.one-product .product-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: rgba(37, 29, 64, 0.7);
  font-family: "Hellix-Regular" !important;
  margin-bottom: 42px; }
.one-product .tags-holder .one-tag {
  display: inline-block;
  background: #ED705A;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  border-radius: 20px;
  font-family: "Hellix-Regular" !important;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 20px 10px 0; }
.one-product .all-ingredients {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 30px 0; }
  .one-product .all-ingredients .one-ingredient {
    flex: 0 0 33.333333%;
    text-align: center; }
    .one-product .all-ingredients .one-ingredient h5 {
      font-size: 14px;
      line-height: 17px;
      color: rgba(37, 29, 64, 0.8);
      font-family: "Hellix-Medium" !important;
      margin-top: 15px;
      margin-bottom: 30px; }
.one-product .nutrition-fact-content {
  display: none; }
.one-product .all-ingredients-content {
  display: none; }
  .one-product .all-ingredients-content .col-12 {
    padding-top: 15px; }
  .one-product .all-ingredients-content p {
    font-family: "Hellix-Regular" !important;
    font-size: 14px;
    line-height: 20px;
    color: rgba(37, 29, 64, 0.8); }
.one-product .one-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 35px 35px 20px 35px; }
  .one-product .one-box .line {
    border: 1px solid #BDBDBD;
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .one-product .one-box .m-custom-top {
    margin-top: 25px; }
  .one-product .one-box .m-custom-top-alt {
    margin-top: 20px; }
  .one-product .one-box .content-align-end {
    display: flex;
    flex-direction: column-reverse; }
  .one-product .one-box .content-align-end-row {
    display: flex;
    flex-direction: row-reverse;
    text-align: right; }
  .one-product .one-box h3 + .line {
    margin-top: 7px; }
  .one-product .one-box h3 {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #251D40;
    font-family: "Hellix-SemiBold" !important;
    margin-bottom: 3px; }
    .one-product .one-box h3.smaller {
      font-size: 14px;
      line-height: 17px;
      text-align: right;
      color: #251D40;
      font-family: "Hellix-Medium" !important; }
    .one-product .one-box h3.m-custom-bottom {
      margin-bottom: 15px; }
  .one-product .one-box h4 {
    font-family: "Hellix-Regular" !important;
    font-size: 14px;
    line-height: 17px;
    color: rgba(37, 29, 64, 0.5);
    margin-bottom: 5px; }
  .one-product .one-box h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(37, 29, 64, 0.6);
    font-family: "Hellix-Medium" !important;
    margin-bottom: 0; }
  .one-product .one-box h6 {
    font-size: 50px;
    line-height: 60px;
    color: #251D40;
    font-family: "Hellix-Medium" !important; }
  .one-product .one-box h2, .one-product .one-box h3 {
    display: inline-block; }
  .one-product .one-box p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(37, 29, 64, 0.8);
    font-family: "Hellix-Regular" !important; }
  .one-product .one-box .last-p {
    padding: 10px 0 0px; }
    .one-product .one-box .last-p p {
      font-size: 14px;
      line-height: 20px;
      color: rgba(37, 29, 64, 0.8);
      font-family: "Hellix-Regular" !important; }
  .one-product .one-box .top-row a {
    font-size: 14px;
    line-height: 17px;
    float: right;
    color: #2F80ED;
    opacity: 0.5;
    text-decoration: none;
    font-family: "Hellix-SemiBold" !important;
    margin: 5px 0 0 0; }
  .one-product .one-box .daily-value + .line {
    margin-top: 0; }
  .one-product .one-box .daily-value .justify-content-between {
    position: relative; }
  .one-product .one-box .daily-value h4 {
    background: #fff;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #251D40;
    z-index: 4;
    position: relative;
    font-family: "Hellix-Regular" !important; }
    .one-product .one-box .daily-value h4 b, .one-product .one-box .daily-value h4 strong {
      font-family: "Hellix-SemiBold" !important; }
  .one-product .one-box .daily-value .align-items-end + .line {
    margin-top: 0; }
  .one-product .one-box .daily-value .dots {
    position: absolute;
    left: 5%;
    background-image: linear-gradient(to right, #828282 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    width: 90% !important;
    height: 1px;
    top: 8px;
    z-index: 1; }
  .one-product .one-box .daily-value .justify-content-between > strong {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #251D40;
    font-family: "Hellix-SemiBold" !important;
    background: #fff;
    padding-left: 10px;
    z-index: 4;
    position: relative; }

.modal-backdrop {
  background: rgba(112, 55, 46, 0.7);
  opacity: 1; }

.modal-header button {
  position: absolute;
  right: 30px;
  top: 29px;
  width: 30px;
  height: 30px;
  border-radius: 0.9375rem;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  background: rgba(237, 112, 90, 0.15);
  border: none !important; }
  .modal-header button span {
    width: 16px;
    height: 16px; }
    .modal-header button span img {
      margin-top: -2px; }

#mainModal, #videoModal {
  width: 100%;
  padding-right: 0 !important;
  max-height: 80%;
  top: 10%; }
  #mainModal .modal-content, #videoModal .modal-content {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    box-shadow: 0px -3px 30px rgba(161, 170, 179, 0.1), 0px 100px 80px rgba(138, 140, 144, 0.07), 0px 41.7776px 33.4221px rgba(138, 140, 144, 0.0503198), 0px 22.3363px 17.869px rgba(138, 140, 144, 0.0417275), 0px 12.5216px 10.0172px rgba(138, 140, 144, 0.035), 0px 6.6501px 5.32008px rgba(138, 140, 144, 0.0282725), 0px 2.76726px 2.21381px rgba(138, 140, 144, 0.0196802);
    border-radius: 10px;
    border: none !important;
    padding: 0 70px; }
  #mainModal .modal-dialog, #videoModal .modal-dialog {
    width: 90%;
    max-width: 970px;
    margin: 0 auto; }

body.login {
  flex-direction: row !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
  body.login form {
    margin-bottom: 20px !important; }
  body.login form .input, body.login input[type="text"] {
    padding-left: 10px !important; }
  body.login .button.wp-hide-pw .dashicons {
    top: 8px !important; }
  body.login .login-left {
    max-width: 524px;
    padding: 26px 26px 6px 26px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(157.87deg, rgba(237, 112, 90, 0.85) 0%, rgba(235, 71, 105, 0.85) 100%);
    box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0px 0px 10px; }
    body.login .login-left h3 {
      font-size: 36px;
      line-height: 43px;
      color: #FFFFFF;
      font-family: "Hellix-Bold" !important;
      margin-bottom: 61px; }
    body.login .login-left p {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;
      max-width: 287px;
      font-family: "Hellix-Regular" !important; }
  body.login #login {
    padding-left: 73px !important;
    padding-right: 73px !important;
    align-self: center;
    margin: 0 !important;
    max-width: 524px !important;
    padding-bottom: 30px !important;
    /* &:before{
      position:absolute;
      left:0;
      background: linear-gradient(157.87deg, rgba(237, 112, 90, 0.85) 0%, rgba(235, 71, 105, 0.85) 100%);
      box-shadow: 0px 7px 22px rgba(0, 0, 0, 0.2);
      border-radius: 10px 0px 0px 10px;
      width:524px;
      height:100%;
      display:flex;
      content:"<h2>Sign In</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Interdum morbi neque et nibh sed. Platea mauris, auctor ligula vitae id.</p>";
    } */ }
    body.login #login .underform {
      padding: 0 24px 12px;
      text-align: center;
      font-size: 16px;
      line-height: 19px; }
      body.login #login .underform a {
        color: #ED705A; }
  body.login h1 a {
    height: 44px !important;
    margin-bottom: 0 !important; }
  body.login #nav a, body.login #nav {
    margin-bottom: 20px; }
  body.login #nav {
    padding: 0;
    margin: -15px 0 10px 5px;
    display: none; }
    body.login #nav.added {
      display: block;
      text-align: right; }
  body.login p.forgetmenot {
    display: none; }
  body.login .sign-in-with h4 {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    font-family: "Hellix-Regular" !important; }
    body.login .sign-in-with h4:before {
      width: 100%;
      height: 1px;
      top: 9px;
      border-bottom: 1px solid #A8A6A7;
      position: absolute;
      z-index: 5;
      content: "";
      display: block; }
    body.login .sign-in-with h4 span {
      padding: 0 15px;
      background: #fff;
      display: inline-block;
      position: relative;
      z-index: 10; }
  body.login .types-of-signup {
    text-align: center;
    padding: 21px 0; }
    body.login .types-of-signup a {
      margin: 0 20px; }
  body.login .message.register {
    display: none; }

.product-type-simple .added_to_cart {
  display: none !important; }

.default-page-section .entry-header .entry-title {
  font-size: 36px;
  line-height: 43px;
  color: #251D40;
  text-align: left;
  font-family: "Hellix-Bold" !important; }

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-billing-fields, .woocommerce-additional-fields, .woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background: #fff;
  padding: 50px 45px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button:not(.product_type_simple), .woocommerce button.button, .woocommerce input.button {
  height: 42px !important;
  line-height: 42px !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-family: "Hellix-SemiBold" !important;
  display: inline-block;
  background: #ED705A !important;
  backdrop-filter: blur(50px);
  padding: 0 !important;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: none !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-family: "Hellix-Bold" !important;
  padding: 0 30px !important; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 99px !important; }

.entry-content .woocommerce .cart .coupon button[name="apply_coupon"] {
  height: 42px !important;
  line-height: 42px !important; }
.entry-content .woocommerce table.cart td.actions .coupon .input-text {
  height: 42px !important;
  line-height: 42px !important;
  width: 140px !important; }

.woocommerce .product-remove a.remove {
  border: 2px solid #BDBDBD !important;
  color: transparent !important;
  background: transparent !important;
  position: relative; }
  .woocommerce .product-remove a.remove:after {
    content: "-";
    display: block;
    color: #BDBDBD;
    position: absolute;
    top: 0;
    left: 7px;
    font-size: 19px;
    line-height: 16px;
    height: 24px; }

.entry-content .woocommerce-info {
  border-color: #ED705A !important; }
  .entry-content .woocommerce-info::before {
    color: #ED705A !important; }
  .entry-content .woocommerce-info::after {
    color: #ED705A !important; }
  .entry-content .woocommerce-info .showcoupon {
    color: #ED705A; }
.entry-content .woocommerce button[name="apply_coupon"] {
  height: 59px !important;
  line-height: 59px !important; }
.entry-content .woocommerce form .form-row input.input-text, .entry-content .woocommerce form .form-row textarea, .entry-content .form-row select {
  background: #FFFFFF !important;
  border: 1px solid #949494 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 59px !important;
  line-height: 59px !important;
  padding-left: 10px !important; }
.entry-content .woocommerce form .form-row textarea {
  line-height: 120% !important;
  height: 120px !important;
  padding-top: 15px !important; }
.entry-content .select2-container--default .select2-selection--single .select2-selection__rendered, .entry-content .select2-container--default .select2-selection--single {
  height: 59px !important;
  line-height: 59px !important; }
.entry-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 59px !important; }
.entry-content #order_review_heading {
  margin-top: 30px !important; }

.woocommerce-MyAccount-navigation li {
  list-style: none; }
.woocommerce-MyAccount-navigation a {
  font-family: "Hellix-Medium" !important;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #000000; }
.woocommerce-MyAccount-navigation li.is-active a {
  color: #ED705A; }

.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce-Addresses header a {
  font-size: 16px;
  line-height: 19px;
  color: #2F80ED;
  margin: 10px 0 0 0; }

.woocommerce-MyAccount-content a {
  color: #2F80ED; }

#videoModal iframe {
  margin: -10px auto 0px;
  width: 100% !important;
  height: 467px !important; }

.backgrounds .woocommerce ul.products li.product .woocommerce-loop-category__title, .backgrounds .woocommerce ul.products li.product .woocommerce-loop-product__title, .backgrounds .woocommerce ul.products li.product h3 {
  padding-top: 0 !important; }

.navbar-toggler span {
  background-color: #fff; }

@media (max-width: 1400px) {
  .top-menu .bottom-part .nav-link {
    min-width: 64px; }

  .blog-posts:before {
    display: none; } }
@media (max-width: 1300px) {
  #verticalMenu {
    position: relative;
    right: -4px; }

  .absolute-image-left {
    position: relative !important; } }
.dropdown-menu li {
  background-color: #fff !important; }
  .dropdown-menu li a {
    background: transparent !important; }

@media (max-width: 1200px) {
  .menu-item-has-children {
    height: auto !important; }
    .menu-item-has-children .dropdown-toggle {
      display: none; }
    .menu-item-has-children .dropdown-menu {
      display: block; }
      .menu-item-has-children .dropdown-menu:before {
        display: none; }
      .menu-item-has-children .dropdown-menu li a {
        text-align: center;
        font-size: 0.875rem;
        font-family: "Hellix-Medium" !important;
        color: #fff;
        padding-top: 0;
        line-height: 1.25rem;
        padding-bottom: 0;
        text-transform: uppercase; }

  .about-top .hello {
    margin-top: 22px; }

  .sensorize-2halfs-image-left h3 span {
    display: block;
    padding-left: 0; }

  .tab-portfolio .top-portfolio {
    flex-direction: column; }
    .tab-portfolio .top-portfolio > * {
      width: 100%; }
      .tab-portfolio .top-portfolio > *:first-of-type {
        margin-bottom: 30px; }

  .sensorize-2halfs-image-left .content-holder {
    background: transparent; }

  .top-menu.no-hero .bottom-part .nav-link {
    color: #fff; }

  .top-menu .bottom-part .nav-link {
    min-width: 100%;
    padding: 1.3125rem 0.4375rem 1.25rem !important; }

  .top-menu .info-nav {
    padding-left: 65px; }

  .top-menu .bottom-part:after {
    left: 90px; }

  .footer-contact:after {
    width: calc((100% - 1170px) / 2 + 270px); }

  .file-box label {
    font-size: 1.75rem; }

  .service-slider .slick-arrow {
    left: -22.175rem;
    top: 232px; }

  .top-menu .bottom-part:after {
    display: none; }

  .top-menu #primaryMenu .menu-item {
    width: 100%; }
  .top-menu #primaryMenu .nav-link {
    text-align: left; }

  #verticalMenu {
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: -50px; }
    #verticalMenu li {
      margin: 0 0.3125rem; }

  #primaryMenu {
    background: transparent;
    margin-top: 13px !important; }

  .top-menu #primaryMenu {
    margin-top: 0px;
    flex: auto;
    flex: none;
    justify-content: normal !important;
    align-items: normal !important; }

  .top-menu .bottom-part .current_page_item:after {
    width: calc(100% - (2 * 3.125rem));
    left: 3.125rem; }

  .top-menu #primaryMenu .menu-item {
    width: 100%;
    flex: none;
    float: left; }

  .top-menu #primaryMenu li a {
    height: 4.0625rem;
    line-height: 4.0625rem;
    white-space: nowrap;
    text-align: center !important;
    padding: 0 !important; }
    .top-menu #primaryMenu li a:hover {
      color: #fff !important;
      opacity: 0.9; }

  .top-menu #primaryMenu li {
    background: rgba(0, 0, 0, 0.8) !important; }

  .navbar .justify-content-between {
    padding-right: 0; }

  .top-menu.fixed .navbar .row {
    border-bottom: none; }

  .top-menu.no-hero .navbar-toggler span {
    background: #000; }

  .top-menu.no-hero.fixed .navbar-toggler span {
    background: #fff; } }
@media (max-width: 1100px) {
  .service-slider .service-grid p {
    min-height: 6.25rem; }

  .shape-17:after,
  .shape-16:after,
  .shape-15:before,
  .shape-15:after {
    display: none; } }
.visible-small {
  display: none; }

@media (max-width: 990px) {
  .social-sharing {
    display: none; }

  .tab-portfolio .tab-content {
    padding-top: 60px; }

  .sensory-excerpt {
    margin-top: 31px !important; }

  .sensory-section-slider .sensory-slider .slick-arrow {
    bottom: 14px;
    left: 33%; }

  .sensory-section-slider .sensory-slider .slick-list {
    padding-right: 0 !important; }

  .footer .justify-content-center {
    flex-direction: row !important;
    justify-content: space-between !important; }
  .footer .mt-3 {
    margin-top: 2.5rem !important; }
  .footer .line {
    border-top: 1px solid rgba(218, 220, 225, 0.5);
    width: calc(100% - 60px);
    margin-left: 1.875rem;
    margin-top: 11px; }
  .footer .footer-bottom {
    border-top: 1px solid rgba(218, 220, 225, 0.5);
    width: calc(100% - 60px);
    margin-left: 1.875rem;
    padding-left: 0;
    padding-right: 0; }

  .footer .footer-bottom .nav-item .nav-link::after {
    right: -3px; }

  .footer .footer-bottom .nav-item:nth-of-type(2) .nav-link:after {
    right: -10px; }

  .image-box-position > div {
    border: 1px solid #000;
    padding: 3.9375rem 3rem;
    box-sizing: border-box !important; }
    .image-box-position > div p {
      font-size: 1rem;
      line-height: 1.6875rem; }

  .page-holder {
    /*padding-top: rem(75);*/ }

  h1, .h1 {
    font-size: 2.8125rem;
    line-height: 1.2;
    margin-bottom: 1.5625rem; }

  h2, .h2 {
    line-height: 1.2;
    margin-bottom: 1.25rem; }

  .navbar-toggler {
    width: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    padding: 0; }

  .shape-14:after,
  .shape-13:after,
  .shape-12:after,
  .shape-11:after,
  .section-anchors.contact_anchor_links:before,
  .right-image-section .right-image-box:after,
  .news-section:after,
  .shape-1:after,
  .shape-2:after,
  .shape-3:before,
  .shape-4:after,
  .shape-5:after,
  .shape-6:after,
  .shape-7:before,
  .shape-7:after,
  .job-positions:before,
  .job-positions:after,
  .blog-content-holder:before,
  .image-section-gallery:before,
  .download-section:before,
  .all-services-grid:after,
  .shape-8:before,
  .shape-8:after,
  .shape-9:after,
  .shape-10:after {
    display: none; }

  .full-width p br {
    display: none; }

  .right-image-section.right_image_with_social {
    padding: 0 0 3.4375rem; }

  .right-image-section-dark {
    padding-bottom: 337px; }
    .right-image-section-dark .half-image {
      width: 100%;
      height: 380px;
      top: auto;
      bottom: 0; }
    .right-image-section-dark .icon-box {
      max-width: 270px; }

  .image-slider .item {
    min-height: 300px; }

  .testimonials-slider .slick-arrow {
    top: -0.3125rem;
    padding: 0.625rem;
    width: 3.5rem;
    height: 3.5rem; }
    .testimonials-slider .slick-arrow.slick-prev {
      margin-right: 3.5rem; }
    .testimonials-slider .slick-arrow:hover {
      background-color: #E8BF0D; }

  .news-section .post-excerpt label {
    min-height: 0.0625rem; }

  .members-grid article {
    max-width: 100%; }

  .footer-contact h2 {
    font-size: 1.875rem; }
  .footer-contact .accordion-button {
    padding: 0.9375rem 1.875rem 0.9375rem 0; }

  .inner-hero {
    padding: 7.5rem 0 1.875rem;
    min-height: 0.0625rem; }
    .inner-hero .half-image {
      position: relative;
      width: 100%;
      height: 350px; }
    .inner-hero.blog-hero {
      padding: 1rem 0;
      background-color: #f8fbff; }
    .inner-hero.single-hero {
      min-height: 26.875rem;
      background-position: top 100px center; }
      .inner-hero.single-hero.team-hero {
        background-position: top 76px center; }
      .inner-hero.single-hero .breadcrumb-row {
        position: relative;
        top: -95px; }
        .inner-hero.single-hero .breadcrumb-row span {
          color: #004283; }
      .inner-hero.single-hero.service-hero {
        padding-top: 8.3125rem;
        min-height: 22.8125rem;
        background-size: 100% 265px; }

  .inner-hero-breadcrumb {
    padding: 1rem 0;
    background-color: #f8fbff; }

  .contact-hero {
    padding: 7.5rem 0 3.75rem;
    min-height: 0.0625rem; }
    .contact-hero .half-image {
      position: relative;
      width: 100%;
      height: 350px;
      background-position: center center; }

  .breadcrumb-row {
    margin-top: -108px;
    margin-bottom: 13px; }

  .image-section.bg-grey {
    background-color: #fff; }

  .shape-3 {
    padding-bottom: 6.25rem; }

  .section-anchors .btn-link {
    font-size: 1.5rem; }

  .faq-section .accordion-button {
    font-size: 1.3125rem; }

  .faq-section {
    padding-bottom: 3.125rem; }
    .faq-section .accordion-button:after {
      position: absolute;
      right: 20px; }

  .vertical-box .icon-box {
    height: 11.6875rem;
    margin-top: 0.625rem; }
    .vertical-box .icon-box label {
      margin-top: 1.25rem; }

  .centered-box .icon-box {
    margin-top: 0.625rem; }
  .centered-box .btn {
    margin: 0.625rem 0 0 0; }

  .blog-content-holder,
  .image-section-gallery,
  .download-section {
    padding-bottom: 1.25rem; }

  .file-box label {
    font-size: 1.3125rem; }

  .department-section, .members-grid {
    padding-left: 5rem; }
    .department-section .mobile-negative, .members-grid .mobile-negative {
      margin-left: -4.6875rem;
      min-width: calc(100% + 75px); }
    .department-section .mobile-slider, .members-grid .mobile-slider {
      margin-left: -5rem; }
      .department-section .mobile-slider .slick-list, .members-grid .mobile-slider .slick-list {
        padding-right: 5rem !important; }
    .department-section h2, .members-grid h2 {
      word-break: break-word; }

  .service-slider .service-grid {
    max-width: 100%; }

  .services-section-slider h2 {
    margin-bottom: 20px; }

  .service-slider .slick-arrow {
    padding: 0 !important;
    width: 3.5rem;
    height: 3.5rem;
    right: auto;
    top: -4.375rem;
    left: 0;
    margin-left: 1.875rem; }
    .service-slider .slick-arrow.slick-prev {
      margin: 0; }
    .service-slider .slick-arrow img {
      display: none; }

  .image-item {
    margin: 1.25rem 0; }

  .single-hero.service-hero .post-title-box {
    margin-top: 3.375rem; }

  .team-section-title {
    margin-left: -2.5rem; }

  .image-box-position {
    width: 100%; }

  .image-box-position > div {
    border: 1px solid #000;
    padding: 3.9375rem 3rem !important;
    box-sizing: border-box !important; }
    .image-box-position > div p {
      font-size: 1rem;
      line-height: 1.6875rem; }

  .row > * {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .row > * .row > * {
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2); }

  .hidden-small {
    display: none; }

  .visible-small {
    display: block; }

  .half {
    width: 100% !important;
    padding-left: 0 !important; }

  .contact-section.haveLeft {
    padding-bottom: 0; }
    .contact-section.haveLeft::after {
      display: none !important; }
    .contact-section.haveLeft .left-contact-section {
      padding-top: 1.4375rem;
      text-align: center;
      padding-bottom: 3rem; }
      .contact-section.haveLeft .left-contact-section h3 {
        margin-top: 2.9375rem; }
    .contact-section.haveLeft .left-contact-section + div {
      background: #F6D392;
      padding-top: 3.1875rem;
      padding-bottom: 3.125rem;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; }

  .articles-section.articles {
    padding-top: 3.5rem;
    padding-bottom: 0; }
    .articles-section.articles .post-excerpt h2 {
      font-size: 2rem;
      line-height: 3.0625rem;
      margin: 1.0625rem 0; }
    .articles-section.articles .post-excerpt .date {
      margin-top: 0; }
    .articles-section.articles .post-excerpt p {
      padding-bottom: 1.0625rem;
      margin-bottom: 1.0625rem; }
    .articles-section.articles .post-excerpt .learnmore-link {
      margin-top: 5px;
      display: inline-block; }

  .under-section > div, .under-testimonials > div {
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    width: 100%calc(2 * var(--bs-gutter-x)); }

  .half-image-alt, .half-image {
    top: 0;
    position: static;
    width: 100%;
    left: 0;
    max-width: 100%;
    height: 354px; }

  .services-section-all .service-grid .numbering {
    top: 17%; }

  .hero_section {
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse; }
    .hero_section .col-md-8, .hero_section .col-5 {
      flex: 0 0 auto;
      width: 100%; }
    .hero_section .col-12.mt-3.mb-5 {
      display: flex;
      justify-content: center;
      align-items: center; }
    .hero_section p {
      text-align: center; }
    .hero_section .btnholder {
      align-self: center; }

  .service-slider {
    width: calc(100%);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin: 0; }

  .testimonials-slider .slick-arrow {
    display: none !important; }

  .attorney-page-section {
    padding-bottom: 0;
    padding-top: 3.25rem; }
    .attorney-page-section > .container > .justify-content-between {
      display: flex;
      flex-direction: column-reverse; }
      .attorney-page-section > .container > .justify-content-between .hidden-small {
        display: none; }
      .attorney-page-section > .container > .justify-content-between .visible-small {
        display: block; }
    .attorney-page-section .image-box-position {
      display: none; }
    .attorney-page-section:after {
      display: none; }

  .attorney_section {
    background: #1A1A24 !important; }
    .attorney_section > .container > .justify-content-between {
      display: flex;
      flex-direction: column-reverse; }
      .attorney_section > .container > .justify-content-between .hidden-small {
        display: none; }
      .attorney_section > .container > .justify-content-between .visible-small {
        display: block; }
    .attorney_section .boxes {
      text-align: center;
      margin-top: 2.5rem; }
    .attorney_section .visible-small > .col-12.mt-3.mb-5 {
      display: flex;
      justify-content: center;
      align-items: center; }

  .services-section-slider {
    height: auto; }
    .services-section-slider .custom-positioning {
      position: relative;
      width: 100%;
      margin-bottom: 70px; }
      .services-section-slider .custom-positioning > .col-md-10 {
        flex: 0 0 auto;
        width: 100%; }
    .services-section-slider .service-image-holder {
      background-size: cover;
      height: 190px; }
      .services-section-slider .service-image-holder img {
        opacity: 0;
        height: 190px; }
    .services-section-slider .learnmore-link.alt {
      position: static;
      margin: 2rem 0 3rem;
      position: static;
      top: auto;
      bottom: auto;
      display: inline-block; }

  .about_section {
    padding-top: 3rem !important;
    padding-bottom: 0; }
    .about_section .absolute {
      position: relative; }
    .about_section h2 {
      text-align: center !important;
      margin-bottom: 3rem; }

  .testimonials-slider-section.testimonials {
    padding-bottom: 0; }

  .contact_section .half-image-alt.position-right, .contact_section .half-image.position-right {
    display: none; }
  .contact_section .breadcrumb-row {
    display: none; }
  .contact_section .wpcf7 .hidden-submit {
    margin: 0 calc((100% - 270px) / 2); }
  .contact_section .hidden-small {
    display: none; }
  .contact_section .visible-small {
    display: block; }

  .news_grid .text-right {
    text-align: left; }

  .news-section .post-excerpt {
    height: auto;
    min-height: auto; }
    .news-section .post-excerpt .learnmore-link {
      position: static;
      bottom: 0;
      top: 0;
      display: inline-block;
      margin-top: 1.875rem; }

  .no-mt-5-small {
    margin-top: 0 !important; }

  .services-section-all {
    padding-bottom: 0; }
    .services-section-all .service-grid {
      max-width: 100%; }

  .under-section > div, .under-testimonials > div {
    padding: 2.1875rem 2.5rem !important; }
  .under-section .hidden-small, .under-testimonials .hidden-small {
    display: none; }
  .under-section .visible-small, .under-testimonials .visible-small {
    display: block; }
  .under-section a, .under-testimonials a {
    position: static;
    right: 0;
    top: 38px;
    margin-top: 1.5rem; }
    .under-section a img, .under-testimonials a img {
      width: 48px;
      height: 48px; }

  .service-slider .service-grid p {
    min-height: 7.5rem; }

  .footer-contact:after {
    width: calc((100% - 1170px) / 2 + 340px); }

  .section-anchors .btn-link {
    font-size: 1.125rem; }

  .faq-section .accordion-button {
    font-size: 2rem; }

  .file-box label {
    font-size: 1.25rem; }

  .top-menu .bottom-part {
    overflow: auto; }

  .top-menu #primaryMenu {
    transform: translateX(0); }

  .top-menu .bottom-part .nav-link {
    min-width: 1px;
    padding: 1.3125rem 0.4375rem 1.25rem 3.125rem !important; }

  .top-menu .bottom-part .nav-link.dropdown-toggle {
    /* &:after {
        content: url(../img/mobile-down.svg);
        display: inline-block;
        border: none!important;
        vertical-align: 1px;
        margin-left: rem(5);
    } */
    /* &.show {
        &:after {
            content: url(../img/mobile-down-w.svg);
        }
    } */ }

  .navbar-nav .dropdown-menu {
    min-width: 1px;
    position: relative;
    width: 100%;
    float: left;
    left: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: rgba(0, 66, 131, 0.05);
    top: auto; }
    .navbar-nav .dropdown-menu li {
      text-align: center;
      margin: 0 auto;
      display: block;
      float: none;
      width: 100%; }
      .navbar-nav .dropdown-menu li .dropdown-item {
        display: inline-block;
        text-align: left;
        max-width: 13.75rem; }
    .navbar-nav .dropdown-menu:before {
      display: none; }

  .top-menu .container {
    padding: 0; }
  .top-menu .logo-box {
    padding-left: 10px; }
  .top-menu .info-nav {
    padding-left: 25px;
    margin-top: 3.125rem; }
    .top-menu .info-nav li {
      margin-bottom: 1.5625rem; }

  .modal-content .accordion-button:not(.collapsed) {
    padding: 1.875rem 0.9375rem; }

  .modal-content .accordion-body {
    padding: 1.875rem 0.9375rem; }

  .modal-content .accordion-button {
    padding: 1.875rem 0.9375rem;
    font-size: 1.3125rem; }

  .full_width_section h2 {
    font-size: 1.75rem;
    font-family: 'Montserrat Bold';
    color: #636565;
    max-width: 730px;
    display: block;
    margin: 47px auto 2.8125rem;
    line-height: 1.333;
    text-align: center; }

  .full_width_section .mc4wp-form-fields::after {
    content: " ";
    background: url(../img/subscribe-bg-arrow-right.png);
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    height: 11px;
    background-position: right; }

  .full_width_section .mc4wp-form-fields:before {
    width: 50px; }

  .full_width_section label {
    width: calc(100% - 195px); }

  .contact-section {
    padding-top: 2rem; }

  .contact-section .justify-content-between > div:nth-of-type(1) {
    display: block;
    height: auto; }

  .contact-section .justify-content-between > div:nth-of-type(2) {
    text-align: center; }

  #socialMenu li a {
    font-size: 0 !important; }

  .tab_content > .container {
    max-width: 98%; }

  .tab_content .btn-dark {
    margin: 20px 0 0;
    width: 277px; }

  .tab_content .btn-white {
    width: 277px; }

  .tab_content {
    padding-top: 60px; } }
@media (max-width: 533px) {
  .tab_content .nav-link {
    padding: 0 20px; } }
@media (max-width: 767px) {
  .articles-section.articles .learnmore-link {
    margin-top: 1.3125rem !important;
    float: none; }
  .articles-section.articles .post-excerpt > .row {
    display: block; }

  .news-section-slider .align-content-right {
    display: block;
    padding: 25px 0;
    text-align: center; }
  .news-section-slider .mt-5 {
    margin: 0 !important; }

  .footer #socialMenu {
    width: 100%; }

  .sensory-section-slider .sensory-excerpt {
    margin: 0; }

  .sensory-section-slider .sensory-slider .slick-arrow {
    bottom: 14px;
    left: -19%; }

  .sensory-section-slider .sensory-slider .slick-arrow.slick-next {
    left: 3%; } }
@media (max-width: 576px) {
  .footer-form:after {
    left: 40%; }

  .inner-hero .btn-blue {
    margin: 0.625rem 0.375rem 0 0.375rem; }
  .inner-hero.single-hero.service-hero {
    min-height: 18.125rem;
    background-size: 100% 210px; } }
@media (max-width: 500px) {
  .inner-hero.single-hero.service-hero {
    background-size: auto 210px; } }

/*# sourceMappingURL=main.css.map */
