/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  display: block;
  zoom: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
Styling found in critical.scss file
*/
.sidebar {
  max-width: 450px;
  /*&-subtitle {
    color: $sidebar-title;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1.91px;
    line-height: 24px;
    text-transform: uppercase;
  }*/
  /*&-expect {
    text-align: center;
    height: 100%;

    &-related {

        .sidebar-holder {
            background-color: $sidebar-bg-alt !important;

            a {
                color: #f4f6f7;
                display: block;
                padding: 10px 8px;
            }
        }
    }

    .image-holder {
        margin-bottom: 60px;

    }
  }*/
  /*.image-holder {
    margin-bottom: 60px;

    @include media('<desktop') {
      margin: 0 auto 25px;
      text-align: center;
    }

  }*/
}

@media screen and (min-width: 1200px) {
  .sidebar {
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 70px;
}

.sidebar .sidebar-item:not(:empty) {
  /*.credentials-holder {

    .card {

      .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);

        .btn {
          padding: 0.75rem 1.25rem;
          background: none;
          width: 100%;
          text-align: left;
        }

      }

      .card-body {
        padding: 1.25rem;
        padding-left: 10px;
      }

    }

  }*/
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  background-color: #fff;
  border-top: 5px solid var(--accent-color);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 47px 19px 45px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 55px 44px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 42px 30px 45px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  padding-bottom: 15px;
  font-family: var(--secondary-font), sans-serif;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list, .sidebar .sidebar-item:not(:empty) .widget_search .list, .sidebar .sidebar-item:not(:empty) .widget_categories .list, .sidebar .sidebar-item:not(:empty) .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .list,
.sidebar .sidebar-item:not(:empty) .widget_archive ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  position: relative;
  list-style: none;
  border-top: 1px solid #E0E0E0;
  text-align: left;
  padding-left: 12px;
  margin: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_search .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
  padding: 17px 0;
  transform: all 0.5s;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_search .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:hover {
  color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
  border-top: 12px solid #f2f2f2;
  border-bottom: 12px solid #f2f2f2;
  padding: 30px 35px 40px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before, .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  content: "";
  position: absolute;
  width: 16px;
  background: #f2f2f2;
  height: 90%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before {
  top: 0;
  left: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  right: 0;
  bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
  color: #747474;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
  color: #18397b;
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
    font-size: 36px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
  letter-spacing: 0.94px;
  width: 100%;
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
    font-size: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.sidebar .sidebar-item:not(:empty) .gform_widget, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  border-top: 5px solid var(--Accent, #CB5742);
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 30px 60px;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 36px 45px 60px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 36px 15px 45px;
  }
}
.sidebar .sidebar-item:not(:empty) .gform_widget .gfield.gfield--type-checkbox, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gfield.gfield--type-checkbox {
  margin-top: 0px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gfield.gfield--type-checkbox:first-child .gfield_checkbox, .sidebar .sidebar-item:not(:empty) .gform_widget .gfield.gfield--type-checkbox:first-of-type .gfield_checkbox, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gfield.gfield--type-checkbox:first-child .gfield_checkbox, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gfield.gfield--type-checkbox:first-of-type .gfield_checkbox {
  margin-top: 0 !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gform-field-label, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform-field-label {
  margin-left: 15px !important;
  display: inline-block !important;
  display: inline !important;
  background: white !important;
  width: auto !important;
  position: relative !important;
  padding: 0 10px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gform-field-label.gform-field-label--type-inline, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform-field-label.gform-field-label--type-inline {
  margin-left: 0 !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gform_fields, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_fields {
  column-gap: unset !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gfield.gfield--type-checkbox, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gfield.gfield--type-checkbox {
  margin-bottom: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  padding: 0 !important;
  margin-right: initial;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 44px;
  }
}
.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title {
  color: #131313;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    content: "*";
    color: var(--accent-color);
    position: absolute;
    right: 183px;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    right: 318px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    right: 158px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    right: 148px;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    right: 178px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title:after, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title:after {
    right: 183px;
  }
}
.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_description, .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_description, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title {
  margin-bottom: 23px;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_description .required, .sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .form-sub-title .required, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_description .required, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-sub-title .required {
  color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield .gfield_label, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield .gfield_label {
  top: -4px;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield input[type=text],
.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield input[type=email],
.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield input[type=tel], .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield input[type=text],
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield input[type=email],
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield input[type=tel] {
  border: 2px solid #DFDFDF;
  border-radius: 0px;
  height: 50px !important;
  width: 360px;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield textarea, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield textarea {
  margin-bottom: 0px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield_checkbox .gchoice input[type=checkbox], .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield_checkbox .gchoice input[type=checkbox] {
  border-radius: 0px;
  outline-color: unset;
  margin-right: 0px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield_checkbox .gchoice input[type=checkbox]:focus, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield_checkbox .gchoice input[type=checkbox]:focus {
  outline-color: unset;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_body .gfield_checkbox .gchoice a, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gfield_checkbox .gchoice a {
  color: var(--accent-color);
  text-decoration: underline;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .form-wrap .gform_footer, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_footer {
  margin-top: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget input[type=text],
.sidebar .sidebar-item:not(:empty) .gform_widget input[type=email],
.sidebar .sidebar-item:not(:empty) .gform_widget input[type=tel], .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget input[type=text],
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget input[type=email],
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget input[type=tel] {
  height: 50px !important;
  border: 2px solid #DFDFDF;
  box-shadow: none !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget textarea, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget textarea {
  height: 96px !important;
  margin-bottom: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .gform_widget .gform_footer .button, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_footer .button {
  min-width: 282px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .gform_widget .gform_footer .button, .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .gform_footer .button {
    min-width: auto !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget {
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget:before {
  content: "";
  background-color: var(--accent-color);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding: 40px 30px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  color: var(--color-secondary);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .awards-wrap {
  /*height: 190px;*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-prev {
  top: 35% !important;
  transform: none !important;
  left: 10px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-prev {
    left: 30px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-next {
  top: 36% !important;
  transform: none !important;
  right: 10px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-next {
    right: 30px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-next:after {
  background-image: url("../images/next.svg") !important;
  transform: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive {
  background-color: #fafafa;
  /*border-top: 10px solid $accent-color;*/
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive .sidebar-title {
  color: var(--color-secondary);
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li {
  border-top: 1px solid #E0E0E0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a {
  color: #000;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a:hover, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a:hover {
  color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url(../images/bg-testimonials-sidebar.jpg);
  background-size: cover;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
  margin: 0 auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .sidebar-title {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
  text-align: center;
  padding: 0 50px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial p {
  color: white;
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  position: relative;
  left: 5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote p:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial q:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial p:last-child {
  margin-bottom: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial .author {
  position: relative;
  top: 1px;
  left: 5px;
  text-align: left;
  display: block;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote .author span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial .author span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote .author span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial .author span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote .author span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial cite span,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial .author span {
  color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .btn {
  margin-top: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
  transform: none !important;
  top: initial !important;
  bottom: 1px;
  right: 100px;
  left: initial !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
  top: initial !important;
  bottom: 0px;
  right: 60px !important;
  transform: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next:after {
  background-image: url("../images/next.svg") !important;
  transform: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
  background-color: #fff;
  border-top: 5px solid var(--accent-color);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__title {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px; /* 215% */
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer {
  padding-top: 5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail {
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail:before {
  content: url("../images/white-circle.svg");
  position: absolute;
  top: -5px;
  right: -5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-thumbnail:after {
  content: url("../images/circle.svg");
  position: absolute;
  top: 0;
  right: 0px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-name {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__lawyer-excerpt {
  margin-top: 14px;
  color: #131313;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.sidebar .sidebar-item:not(:empty) .widget_cw_reviewed_by_widget .legally-reviewed-box__button .btn {
  max-width: 282px;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background-image: url("../images/attorney-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 51px 62px 62px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bottom-content {
  margin-top: 12px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .bottom-content a {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: white;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
  top: 38% !important;
  right: -45px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    right: -31px !important;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    right: -11 !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
  top: 41% !important;
  left: -45px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
    left: -31px !important;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev {
    left: -11px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar {
  padding: 2.5rem 1rem 3rem;
  background: var(--color-secondary);
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar {
    padding: 3rem 2rem 3rem;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-next {
  top: 35%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .grid-results {
  max-width: unset;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn {
  color: #fff;
  padding: 18px 30px 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn:hover {
  background: #FDEBE8;
  color: #000;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper {
  padding: 1rem 0 1.5rem;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount {
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .amount:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 3px;
  background-color: var(--accent-color);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .pa-category {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .volume,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .volume,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .volume {
  color: #FFF;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-prev {
  top: 35% !important;
  transform: none !important;
  left: 2px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-prev {
    left: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-prev {
    left: 2px !important;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-prev {
    left: 30px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-next {
  top: 36% !important;
  transform: none !important;
  right: 2px !important;
}

@media screen and (min-width: 480px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-next {
    right: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-next {
    right: 2px !important;
  }
}
@media screen and (min-width: 1400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-next {
    right: 30px !important;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-button-next:after,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-button-next:after {
  background-image: url("../images/next.svg") !important;
  transform: none !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock) {
  padding-top: 24px;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn:hover,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn:hover {
  border: 3px solid #D94B31;
  background: #464646;
  color: #fff !important;
}

.sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  border-radius: 0;
  overflow: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
  height: 50px;
  border: 1px solid #d8d9d9;
  background-color: #ffffff;
  width: calc(100% - 60px);
  float: left;
  color: #000000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  padding: 0 20px;
  border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
  opacity: 1;
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  background: var(--accent-color);
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover {
  color: #fff;
  background: var(--color-primary);
}

.sidebar .sidebar-item:not(:empty):empty {
  display: none !important;
}

.sidebar-title {
  font-size: 20px;
  line-height: 43px;
  padding-bottom: 31px;
  font-weight: 700;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 991px) {
  .footer {
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.12);
  }
}
.footer .logo {
  max-width: 250px;
}

.footer .office-info {
  color: white;
  font-size: 17px;
  line-height: 30px;
}

.footer .office-info address {
  margin-bottom: 0;
}

.footer .office-info a {
  color: white;
  font-size: 17px;
}

.footer .office-info__buttons {
  margin-top: 17px;
}

.footer .office-info__buttons a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.footer .office-info__buttons button {
  color: white;
  text-decoration: underline;
  text-transform: initial;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 17px;
}

.footer .office-info__buttons button:focus {
  background-color: transparent;
}

.footer .office-info figure {
  margin-top: 40px;
}

.footer .office-info figure img {
  max-width: 100%;
  height: auto;
}

.footer .office-holder {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder {
    margin-left: 0;
  }
}
.footer .office-holder .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer .office-holder .select-office {
  position: relative;
  padding: 15px 60px 15px 15px;
  margin-bottom: 27px;
  width: 100%;
  height: 50px;
  background: url(../images/select-arrow-down.jpeg) #fff no-repeat 100%;
  appearance: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  color: #27667f;
}

.footer .footer-contact {
  position: relative;
  min-height: 822px;
  padding: 0;
  margin-top: -45px;
  z-index: 10;
}

@media (max-width: 991px) {
  .footer .footer-contact {
    margin-top: 0;
    min-height: auto;
  }
}
.footer .footer-contact .footer-contact-bg-left {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 8.361%;
  top: 0;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 2;
}

@media (min-width: 992px) {
  .footer .footer-contact .footer-contact-bg-left {
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.12);
  }
}
.footer .footer-contact .footer-contact-bg-right {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 5%;
  width: auto;
  height: auto;
  background: url("../images/footer-vector-right.png") no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 1;
}

.footer .footer-contact .container-fluid {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 822px;
  max-width: none;
  padding: 0;
}

.footer .footer-contact .row {
  height: 100%;
  min-height: 822px;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-contact .footer-form-section, .footer .footer-contact .footer-location-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .footer-contact-bg-left, .footer .footer-contact .footer-contact-bg-right {
    display: none;
  }
}
.footer .footer-contact .footer-form-section {
  background-color: white;
}

@media (max-width: 991px) {
  .footer .footer-contact .footer-form-section {
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 4;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .footer-form-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer .footer-contact .footer-location-section {
  padding-top: 150px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .footer .footer-contact .footer-location-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 1365px) {
  .footer .footer-contact .footer-location-section {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .footer-location-section {
    background: url("../images/footer-location-tablet.png") no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 107px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer-contact .footer-location-section .footer-map-wrap {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer .footer-contact .footer-location-section {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .footer .footer-contact .footer-location-section__inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
.footer .footer-contact .footer-location-section .footer-map-wrap {
  position: absolute;
  left: 19.136%;
  right: 19.136%;
  top: 20%;
  bottom: 25%;
  width: auto;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-map {
  position: relative;
  margin-bottom: 20px;
  border-top: 5px solid var(--accent-color);
  background: url("../images/footer-map.png") no-repeat center center;
  background-size: 165.22% 147.96%;
  background-position: 51.52% 52.54%;
  height: 150px;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-map .footer-map-pin {
  position: absolute;
  bottom: 22.297%;
  left: 47.84%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-map .footer-map-pin .footer-map-pin-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/footer-map-pin-bg.svg") no-repeat center center;
  background-size: contain;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-map .footer-map-pin .footer-map-pin-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: url("../images/footer-map-pin.svg") no-repeat center center;
  background-size: contain;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-name {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-address {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-contact {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-contact a {
  color: #121212;
  text-decoration: none;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-contact a:hover {
  color: var(--accent-color);
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-links {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-links .location-link {
  color: var(--accent-color);
  text-decoration: underline;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-links .location-link:hover {
  color: #a8442e;
}

.footer .footer-contact .footer-location-section .footer-map-wrap .footer-location-details .location-links span {
  color: #121212;
  margin: 0 8px;
}

.footer .footer-contact .footer-location-section .firm-name {
  font-weight: 700;
}

.footer .footer-contact .footer-location-section .address-inner, .footer .footer-contact .footer-location-section .location-contact {
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C6C6;
}

.footer .footer-contact .footer-location-section .location-contact {
  padding-top: 15px;
}

.footer .footer-contact .footer-location-section address {
  margin-bottom: 0;
  padding: 18px 0 18px;
  font-style: normal;
}

@media (min-width: 992px) {
  .footer .footer-contact .footer-location-section address {
    max-width: 500px;
  }
}
.footer .footer-contact .footer-location-section address .address__wrapper {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}

.footer .footer-contact .footer-location-section address .address__wrapper .address__line1,
.footer .footer-contact .footer-location-section address .address__wrapper .address__line2,
.footer .footer-contact .footer-location-section address .address__wrapper .address__info {
  margin-bottom: 0;
}

.footer .footer-contact .footer-location-section address .address__wrapper .address__phone,
.footer .footer-contact .footer-location-section address .address__wrapper .address__fax {
  margin-bottom: 0;
}

.footer .footer-contact .footer-location-section address .address__wrapper .address__phone a,
.footer .footer-contact .footer-location-section address .address__wrapper .address__fax a {
  color: #121212;
  text-decoration: none;
}

.footer .footer-contact .footer-location-section address .address__wrapper .address__phone a:hover,
.footer .footer-contact .footer-location-section address .address__wrapper .address__fax a:hover {
  color: var(--accent-color);
}

.footer .footer-contact .footer-location-section .address__buttons {
  margin-top: 0;
  padding-bottom: 18px;
}

.footer .footer-contact .footer-location-section .address__buttons span {
  padding: 0 4px;
  color: #121212;
}

.footer .footer-contact .footer-location-section .address__buttons-wrap {
  border-bottom: 1px solid #C6C6C6;
}

@media (min-width: 992px) {
  .footer .footer-contact .footer-location-section .address__buttons-wrap {
    max-width: 500px;
  }
}
.footer .footer-contact .footer-location-section .address__buttons a, .footer .footer-contact .footer-location-section .address__buttons button {
  color: var(--accent-color);
  text-decoration: underline;
  background: none;
  border: none;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0;
  padding-left: 0;
}

.footer .footer-contact .footer-location-section .address__buttons a:hover, .footer .footer-contact .footer-location-section .address__buttons button:hover {
  color: #a8442e;
}

.footer .footer-contact .footer-location-section .address__buttons button {
  margin-right: 17px;
  padding-right: 0;
}

.footer .footer-number {
  color: white;
  font-family: var(--main-font), sans-serif;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-number {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number {
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.footer .footer-number span {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3.2px;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .footer .footer-number span {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number span {
    padding-right: 20px;
    font-size: 16px;
  }
}
.footer .footer-number a {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

@media screen and (min-width: 1200px) {
  .footer .footer-number a {
    font-size: 30px;
  }
}
.footer .footer-top {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--top-bar-bg);
}

@media (max-width: 767px) {
  .footer .footer-top .footer-logo-wrap {
    text-align: center;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    padding-top: 20px;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-bottom {
  position: relative;
  background-color: #121212;
}

.footer .footer-bottom .footer-copyright {
  background-color: #121212;
  padding: 21px 0;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-copyright {
    padding: 35px 0 55px;
  }
}
.footer .footer-bottom .footer-copyright .footer-copyright-text {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
}

@media (min-width: 1366px) {
  .footer .footer-bottom .footer-copyright .footer-copyright-text {
    padding-left: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-copyright .footer-copyright-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright .footer-copyright-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
}
.footer .footer-bottom .footer-copyright .footer-copyright-text a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-bottom .footer-copyright .footer-copyright-text a:hover {
  color: var(--accent-color) !important;
  text-decoration: underline;
}

.footer .footer-bottom .footer-copyright .footer-copyright-text .separator {
  color: #838383;
  margin: 0 2px;
}

@media (min-width: 992px) {
  .footer .footer-bottom .footer-copyright .footer-copyright-text .copyright-wrap:first-child {
    margin-right: 3px;
  }
}
.footer .footer-bottom .btn-back-to-top {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .footer .footer-bottom .btn-back-to-top {
    top: unset;
    bottom: 0;
  }
}
.footer .footer-bottom .btn-back-to-top img {
  width: 75px;
  height: 75px;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .footer .footer-bottom .btn-back-to-top img {
    width: 50px;
    height: 50px;
  }
}
.footer .footer-bottom .btn-back-to-top:hover img {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer .footer-bottom .footer-copyright-text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .btn-back-to-top {
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .form-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
.form-wrap .form-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 61px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-wrap .form-title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 44px;
    text-align: center !important;
  }
}
.form-wrap .form-subtitle {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #131313;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-wrap .form-subtitle {
    text-align: center !important;
  }
}
.form-wrap .form-subtitle .required {
  color: var(--accent-color);
}

.form-wrap .gform_wrapper {
  max-width: none !important;
}

.form-wrap .gform_wrapper form {
  max-width: none !important;
  margin: 0 !important;
}

.form-wrap .gform_wrapper .gform_body .gfield {
  margin-bottom: 20px;
  margin-top: 0;
}

.form-wrap .gform_wrapper .gform_body .gfield:first-child, .form-wrap .gform_wrapper .gform_body .gfield:nth-child(2) {
  width: 48%;
  display: inline-block;
  margin-right: 35px;
}

.form-wrap .gform_wrapper .gform_body .gfield:first-child:nth-child(2), .form-wrap .gform_wrapper .gform_body .gfield:nth-child(2):nth-child(2) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .form-wrap .gform_wrapper .gform_body .gfield:first-child, .form-wrap .gform_wrapper .gform_body .gfield:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}
.form-wrap .gform_wrapper .gform_body .gfield .gfield_label {
  font-family: var(--main-font), sans-serif !important;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #131313 !important;
  margin-bottom: 8px !important;
  display: inline !important;
  font-weight: 400 !important;
}

.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=email],
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=tel],
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container textarea {
  border: 2px solid #dfdfdf !important;
  padding: 15px !important;
  font-family: var(--main-font), sans-serif !important;
  font-size: 16px !important;
  background: #ffffff !important;
  width: 100% !important;
  box-sizing: border-box !important;
  color: #131313 !important;
  height: 50px !important;
  border-radius: 0 !important;
}

.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus,
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus,
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus,
.form-wrap .gform_wrapper .gform_body .gfield .ginput_container textarea:focus {
  border-color: var(--accent-color) !important;
  outline: none !important;
}

.form-wrap .gform_wrapper .gform_body .gfield .ginput_container textarea {
  max-height: 140px !important;
  resize: vertical !important;
  height: 140px !important;
}

.form-wrap .gform_wrapper .gform_body .gfield_checkbox {
  margin-bottom: 15px;
}

.form-wrap .gform_wrapper .gform_body .gfield_checkbox .gchoice {
  padding-left: 0 !important;
}

.form-wrap .gform_wrapper .gform_body .gfield_checkbox .gchoice label {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #131313 !important;
  display: inline !important;
  margin-left: 0 !important;
}

.form-wrap .gform_wrapper .gform_body .gfield_checkbox .gchoice label:before, .form-wrap .gform_wrapper .gform_body .gfield_checkbox .gchoice label:after {
  display: none !important;
}

.form-wrap .gform_wrapper .gform_body .gfield_checkbox .gchoice input[type=checkbox] {
  width: 17px !important;
  height: 17px !important;
  border: 2px solid #dfdfdf !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
  opacity: 1 !important;
  position: relative !important;
  background: #ffffff !important;
  margin-top: 5px !important;
}

@media (max-width: 767px) {
  .form-wrap .gform_wrapper .gform_footer {
    justify-content: center;
  }
}
.form-wrap .gform_wrapper .gform_footer .gform_button,
.form-wrap .gform_wrapper .gform_footer .button {
  background: #121212 !important;
  border: 3px solid var(--accent-color) !important;
  border-radius: 70px !important;
  padding: 15px 42px !important;
  font-family: var(--secondary-font), sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-width: 310px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  line-height: normal !important;
}

.footer .form-wrap .gform_wrapper .gform_footer .gform_button,
.footer .form-wrap .gform_wrapper .gform_footer .button {
  min-width: 282px !important;
  max-width: 282px !important;
  width: 100% !important;
}

@media (max-width: 374px) {
  .form-wrap .gform_wrapper .gform_footer .gform_button,
.form-wrap .gform_wrapper .gform_footer .button {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 100% !important;
  }
}
.form-wrap .gform_wrapper .gform_footer .gform_button:hover,
.form-wrap .gform_wrapper .gform_footer .button:hover {
  background: #464646 !important;
}

.form-wrap .gform_wrapper .gfield_description {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #131313 !important;
  margin-top: 10px !important;
}

.form-wrap .gform_wrapper .gfield_description a {
  color: var(--accent-color) !important;
  text-decoration: underline !important;
}

.form-wrap .gform_wrapper .gfield_description a:hover {
  color: #a8442e !important;
}

.community {
  background-color: #efeeec;
}

@media screen and (min-width: 1200px) {
  .community {
    background-color: white;
  }
}
.community:before {
  background-color: #efeeec;
}

.community__image {
  position: relative;
  z-index: 1;
}

.single-attorney .main-wrapper {
  position: relative;
  overflow: visible;
}

.single-attorney .main-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content {
    padding-top: 0;
  }
}
.single-attorney .arrow-button {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  z-index: 99;
}

.single-attorney .arrow-button:before {
  content: "";
  background-image: url(../images/large-arrow-down.png);
  display: block;
  height: 220px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}

.attorneys {
  background-image: url("../images/attorney-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 99px;
}

@media (max-width: 991px) {
  .attorneys {
    padding-top: 51px;
    padding-bottom: 61px;
  }
}
@media (max-width: 767px) {
  .attorneys {
    background-image: url("../images/mobile-attorney-bg.jpg");
  }
}
@media (max-width: 767px) {
  .attorneys__title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 31px;
  }
}
.attorneys__content p {
  color: white;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .attorneys__content p {
    margin-bottom: 30px;
  }
}
.attorneys__item img {
  border-left: 5px solid #CB5742;
}

.attorneys .grid-attorney {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.attorneys .grid-attorney .swiper-slide {
  padding-left: 26px;
  padding-right: 26px;
}

@media (max-width: 990px) {
  .attorneys .grid-attorney .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.attorneys .swiper-button-prev, .attorneys .swiper-button-next {
  top: 35% !important;
}

.attorneys .swiper-button-prev {
  left: 15px !important;
}

@media (max-width: 767px) {
  .attorneys .swiper-button-prev {
    left: 40px !important;
  }
}
@media (max-width: 374px) {
  .attorneys .swiper-button-prev {
    left: 10px !important;
  }
}
.attorneys .swiper-button-next {
  right: 15px !important;
}

@media (max-width: 767px) {
  .attorneys .swiper-button-next {
    right: 40px !important;
  }
}
@media (max-width: 374px) {
  .attorneys .swiper-button-next {
    right: 10px !important;
  }
}
.attorneys .bottom-content {
  margin-top: 12px;
}

.attorneys .bottom-content a {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: white;
  text-transform: uppercase;
}

.attorneys .bottom-content .position {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .attorneys .bottom-content .position {
    margin-bottom: 20px;
  }
}
.attorneys .btn:hover {
  color: #fff !important;
  border: 3px solid #D94B31;
  background: #464646;
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-top: 48px;
  padding-bottom: 57px;
  background: url("../images/pa-bg.png") center bottom no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 88px;
    padding-bottom: 145px;
  }
}
@media (max-width: 767px) {
  .c-practice-areas .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-practice-areas .pa__header-wrapper {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .c-practice-areas .heading {
    font-size: 24px;
    line-height: 31px;
  }
}
.c-practice-areas .more-cases {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases {
    margin-top: 40px;
  }
}
.c-practice-areas .more-cases__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #4c4c4c;
  margin-bottom: 30px;
}

.c-practice-areas .more-cases__column {
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-practice-areas .more-cases__column li {
  margin-bottom: 16px;
}

.c-practice-areas .more-cases .borders {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases .borders {
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
  }
}
.c-practice-areas .more-cases ul a {
  font-size: 17px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa {
    padding-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa.container {
    max-width: 1410px;
  }
}
.c-practice-areas .pa__header {
  margin-bottom: 13px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header h1 {
    font-size: 51px;
  }
}
.c-practice-areas .pa__header-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.c-practice-areas .pa__items ul {
  margin-bottom: 10px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .c-practice-areas .pa__items ul li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__items ul {
    margin-bottom: 0;
  }
}
@media (min-width: 1620px) {
  .c-practice-areas .pa__items ul {
    justify-content: space-between;
  }
}
.c-practice-areas .pa__item {
  margin-bottom: 16px;
  position: relative;
  max-height: 345px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top: 5px solid var(--Accent, #CB5742);
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.c-practice-areas .pa__item h2 {
  font-family: var(--main-font), sans-serif;
}

.c-practice-areas .pa__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-practice-areas .pa__item:last-child {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    max-width: 330px;
    height: 300px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    max-width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(even) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-practice-areas .pa__item {
    margin-right: 35px !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__item:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.c-practice-areas .pa__item:hover, .c-practice-areas .pa__item:focus {
  border-top: 5px solid #1C1613;
}

@media (max-width: 767px) {
  .c-practice-areas .pa__item:hover, .c-practice-areas .pa__item:focus {
    border-top: 5px solid #CB5742;
  }
}
.c-practice-areas .pa__item:hover .pa__item-content, .c-practice-areas .pa__item:focus .pa__item-content {
  opacity: 1;
}

.c-practice-areas .pa__item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 49px 30px;
  color: white;
  text-align: center;
  opacity: 0;
  transition: ease-in 0.3s opacity;
  background: #CB5742;
  width: 100%;
}

.c-practice-areas .pa__item-content-title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px; /* 144.444% */
  padding: 0 30px;
}

.c-practice-areas .pa__item-content-wrapper {
  position: absolute;
  max-width: 330px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
  width: 100%;
}

.c-practice-areas .pa__item-content-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 23px;
  padding-right: 23px;
}

.c-practice-areas .pa__item-content-button a {
  font-size: 11px;
}

.c-practice-areas .pa__item .main-link {
  color: white;
  display: block;
  padding-left: 82px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 70px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.62px;
  line-height: 40px;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 23px;
    letter-spacing: 0.48px;
    line-height: 34px;
  }
  .c-practice-areas .pa__item .main-link:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: white;
    font-size: 120px;
    font-weight: 300;
  }
}
.c-practice-areas .pa__item .main-link:after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    padding-left: 26px;
    transition: all 0.5s ease-out;
  }
  .c-practice-areas .pa__item .main-link div.unhovered {
    display: block;
    position: absolute;
    z-index: 999;
    font-family: var(--main-font), sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 49px;
    padding-right: 49px;
    color: #1C1613;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }
  .c-practice-areas .pa__item .main-link:hover:after {
    visibility: hidden;
  }
}
.c-practice-areas .pa__item-image {
  position: relative;
}

.c-practice-areas .pa__item-image img {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
}

.c-practice-areas .pa__item-image-desktop {
  position: relative;
  margin-bottom: 20px;
}

.c-practice-areas .pa__item-image-desktop:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.results-part {
  background: var(--res-br-color);
  padding: 40px 0;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .results-part {
    padding: 75px 0 50px;
  }
}
.results-part .results-slider {
  position: relative;
}

.results-part .results-slider .custom-nav-results {
  top: 50%;
}

.results-part .results-slider .btn {
  margin-top: 15px;
}

.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-results .swiper-wrapper {
  font-family: var(--main-font), sans-serif;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #383838;
}

.grid-results .item {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .grid-results .item {
    margin-bottom: 0;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1366px) {
  .grid-results .item {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
}
.grid-results .item:last-child {
  border: none;
}

@media screen and (min-width: 768px) {
  .grid-results .item:after {
    content: "";
    width: 1px;
    height: 136px;
    opacity: 0.2;
    border: 0;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    transform: rotate(15deg) translateY(-50%);
  }
  .grid-results .item:after:nth-of-type(even) {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item:after:nth-of-type(even) {
    display: block !important;
  }
}
.grid-results .item .amount {
  color: var(--results-amount-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 992px) {
  .grid-results .item .amount {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results .item .amount {
    font-size: 34px;
  }
}
.grid-results .item .value {
  color: #9a9b9b;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .grid-results .item .value {
    padding-top: 10px;
  }
}
.grid-results .item .pa-category {
  font-family: var(--secondary-font), sans-serif;
  color: var(--results-category-color);
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.swiper-pagination:not(:empty) {
  position: unset;
  margin: 20px 0;
}

.results-part {
  background: #282828;
  padding: 0;
  position: relative;
}

@media (max-width: 1365px) {
  .results-part {
    padding-top: 45px;
    padding-bottom: 53px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .results-part {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.results-part-row {
  flex-direction: row;
}

@media (max-width: 1365px) {
  .results-part-row {
    flex-direction: column;
  }
}
.results-part .container-fluid {
  max-width: 1510px;
  margin: 0 auto;
  position: relative;
}

.results-part .results-heading {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
  max-width: 273px;
  margin-right: 55px;
}

@media (min-width: 1600px) {
  .results-part .results-heading {
    padding: 0;
  }
}
@media (max-width: 1599px) {
  .results-part .results-heading {
    max-width: 250px;
    margin-right: 25px;
  }
}
@media (max-width: 1439px) {
  .results-part .results-heading {
    font-size: 31px;
    line-height: 37px;
    margin-right: 10px;
  }
}
@media (max-width: 1365px) {
  .results-part .results-heading {
    font-size: 30px;
    line-height: 37px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .results-part .results-heading {
    font-size: 20px;
    line-height: 43px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.results-part .results-content {
  max-width: 1076px;
  padding: 0;
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .results-part .results-content {
    max-width: 1060px;
  }
}
@media (max-width: 1439px) {
  .results-part .results-content {
    max-width: 1000px;
  }
}
@media (max-width: 1365px) {
  .results-part .results-content {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .results-part .results-content {
    margin-bottom: 22px;
  }
}
@media (max-width: 1365px) {
  .results-part .results-content .results-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .results-part .results-content .results-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.results-part .result-item {
  text-align: center;
  flex-shrink: 0;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid rgba(255, 255, 255, 0.1);
  border-right: 0.5px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1600px) {
  .results-part .result-item {
    width: 269px !important;
    padding: 0 25px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .results-part .result-item {
    width: 265px !important;
    padding: 0 25px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .results-part .result-item {
    width: 250px !important;
    padding: 0 10px;
  }
}
@media (max-width: 1365px) {
  .results-part .result-item {
    border: none;
    width: auto;
  }
}
.results-part .amount.result-amount {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 27px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.results-part .amount.result-amount:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 42px;
  height: 3px;
  background-color: #CB5742;
  transform: translateX(-50%);
}

@media (max-width: 1439px) {
  .results-part .amount.result-amount {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .results-part .amount.result-amount {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.results-part .category.result-category {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0;
}

@media (max-width: 767px) {
  .results-part .category.result-category {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
}
.results-part .results-button {
  position: relative;
  transform: rotate(90deg);
  width: 185px;
  height: 50px;
  background: #000000;
  border: 3px solid #CB5742;
  border-radius: 60px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 4;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 18px 30px 16px;
  outline: none;
}

.results-part .results-button-wrapper {
  width: 6%;
}

@media (max-width: 1365px) {
  .results-part .results-button {
    transform: none;
  }
}
.results-part .results-button:hover {
  color: #fff !important;
  border: 3px solid #D94B31;
  background: #464646;
}

.results-part .item.swiper-slide.result-item {
  position: relative;
}

.results-part .item.swiper-slide.result-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  z-index: 2;
}

@media (max-width: 991px) {
  .results-part .item.swiper-slide.result-item:not(:last-child)::after {
    display: none;
  }
}
.awards-part {
  background: #fff;
  padding: 45px 0;
}

@media (max-width: 767px) {
  .awards-part {
    padding-bottom: 60px;
  }
}
.awards-part .container-fluid {
  max-width: 1437px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .awards-part .home-awards-title {
    max-width: 300px;
  }
}
.awards-part .home-awards-title .home-awards-heading {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 1620px) {
  .awards-part .home-awards-title .home-awards-heading {
    text-align: start !important;
  }
}
@media (min-width: 768px) {
  .awards-part .home-awards-title .home-awards-heading {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  .awards-part .home-awards-title .home-awards-heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.awards-wrap {
  padding-left: 35px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .awards-wrap {
    padding-left: 30px;
  }
}
.home-awards-content {
  position: relative;
}

.home-award-slide .home-award-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.home-award-slide .home-award-img img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

.team-part .heading {
  margin-bottom: 55px;
}

.team-part .grid-team .item {
  width: 15%;
  float: left;
  position: relative;
}

.team-part .grid-team .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.team-part .grid-team .item:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .team-part .grid-team .item {
    width: 22.75%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .team-part .grid-team .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-part .grid-team .item {
    width: 49%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .team-part .grid-team .item:nth-child(2n) {
    margin-right: 0;
  }
}
.team-part .grid-team .item img {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.19);
}

.team-part .grid-team .item h5 {
  padding-top: 15px;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.team-part .grid-team .item a:hover h5 {
  color: #18397b;
}

.videos-part .grid-videos {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .videos-part .grid-videos {
    max-width: 477px;
    margin-left: auto;
    margin-right: auto;
  }
}
.videos-part .grid-videos .item {
  width: 23.5%;
  float: left;
  position: relative;
}

.videos-part .grid-videos .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.videos-part .grid-videos .item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .videos-part .grid-videos .item {
    width: 47.5%;
    float: left;
    position: relative;
  }
  .videos-part .grid-videos .item:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .videos-part .grid-videos .item:nth-child(2n) {
    margin-right: 0;
  }
}
.videos-part .grid-videos .item a .img-wrap {
  position: relative;
}

.videos-part .grid-videos .item a .img-wrap .icon-play {
  display: block;
  width: 63px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  z-index: 4;
}

.videos-part .grid-videos .item a .img-wrap:after {
  background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #012840 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  top: 0;
  left: 0;
}

.videos-part .grid-videos .item a .video-description {
  border-top: 5px solid #eb5b13;
  background: #1b496c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 18px 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.videos-part .grid-videos .item a:hover .icon-play-st0 {
  stroke: #eb5b13;
}

.videos-part .grid-videos .item a:hover .icon-play-st1 {
  fill: #eb5b13;
}

.videos-part .grid-videos .item .cw_video_open_popup_customized {
  margin-bottom: 0;
  display: inline-block;
}

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