/*
Theme Name: Capitol
Author: WordPress
Author URI: https://wordpress.org/
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Capitol
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

[hidden] {
  display: none;
}
html{
	scroll-behavior: smooth;
}

/* Content */
body {
  font-size: 20px;
  line-height: 1.6;
  color: #20232E;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: fieldwork, sans-serif;
  user-select: #F05423;
}

body .elementor-widget-image a img[src$=".svg"] {
  width: auto;
}

body p a:active {
  color: #F05423;
}

body #btn_shedule {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px;
  white-space: nowrap;
  transition: all 0.4s;
}

@media only screen and (max-width: 1280px) {
  body #btn_shedule {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body #btn_shedule {
    padding: 17px;
  }
}

body #btn_shedule::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -60px;
  top: -30px;
  border: 60px solid transparent;
  border-top: 136px solid #20232E;
  pointer-events: none;
}

@media only screen and (max-width: 1280px) {
  body #btn_shedule::after {
    border-top-width: 84px;
  }
}

body #btn_shedule:focus::after, body #btn_shedule:hover::after {
  border-top-color: #F05423;
}

body #header_top {
  position: absolute;
  z-index: 100;
}

body #top_menu .elementor-menu-toggle {
  transform: skew(30deg, 0);
  z-index: 10;
}

body #top_menu .elementor-menu-toggle.elementor-active {
  transform: skew(0deg, 0);
  position: fixed;
  outline: none;
  border: none;
}

@media only screen and (max-width: 767px) {
  body #top_menu nav.elementor-nav-menu--dropdown {
    margin-top: 0 !important;
    width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 160px;
    right: 0;
    position: fixed;
    height: 110vh;
    background: #2c1e3b;
    background: linear-gradient(20deg, #2c1e3b 68%, #60302f 100%);
  }
  body #top_menu nav.elementor-nav-menu--dropdown::after {
    content: '';
    position: absolute;
    background: url("img/logo.svg") 50% 50% no-repeat;
    left: 0;
    right: 0;
    background-size: 180px;
    height: 150px;
  }
  body #top_menu nav.elementor-nav-menu--dropdown .highlighted,
  body #top_menu nav.elementor-nav-menu--dropdown .elementor-item-active {
    background: none !important;
  }
  body #top_menu nav.elementor-nav-menu--dropdown .sub-menu {
    background: none;
    padding-left: 25px;
    padding-bottom: 25px;
  }
  body #top_menu nav.elementor-nav-menu--dropdown .sub-menu a {
    border-left: 2px #474550 solid;
    padding-top: 19px;
    padding-bottom: 0;
    margin-left: 12px;
    padding-left: 30px;
  }
  body #top_menu nav.elementor-nav-menu--dropdown a {
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0 10px 35px;
  }
  body #top_menu nav.elementor-nav-menu--dropdown a:hover, body #top_menu nav.elementor-nav-menu--dropdown a.highlighted {
    background: none !important;
  }
}

body .elementor-nav-menu .home {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .elementor-nav-menu .home {
    display: block;
  }
}

body .elementor-nav-menu .services > a {
  cursor: default;
}

body .elementor-nav-menu a {
  font-weight: 400;
}

body .btn_oblique > .elementor-widget-container {
  margin: 0;
  padding: 0;
}

body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper {
  margin: 0;
  padding: 0;
}

body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper > a {
  background: none;
  transition: all 0.4;
  border: 2px #F05423 solid;
  border-radius: 0;
  padding: 15px 50px;
  transform: skew(36deg, 0);
  color: #F05423;
}

@media only screen and (max-width: 1280px) {
  body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper > a {
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper > a {
    padding: 10px 30px;
  }
}

body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper > a > span > span {
  transform: skew(-36deg, 0);
}

body .btn_oblique > .elementor-widget-container > .elementor-button-wrapper > a:hover {
  background: #F05423;
  color: #fff;
}

body .shadow_column {
  box-shadow: 0 220px 50px rgba(0, 0, 0, 0.4);
}

body .shadow_column.smaller {
  box-shadow: 0 120px 50px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  body .shadow_column.smaller {
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  body .shadow_column {
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.4);
  }
}

body .text_rotate {
  transform: rotate(-90deg);
  top: -100px;
  right: -180px;
  opacity: 0.35;
}

body .text_rotate_footer {
  transform: rotate(-90deg);
  top: 50%;
  left: 100%;
  opacity: 0.35;
  margin-left: -340px;
}

@media only screen and (max-width: 767px) {
  body .left_gragient > .elementor-column-wrap {
    background: none !important;
  }
}

body .left_gragient .elementor-column-wrap::before {
  content: '';
  height: 600px;
  width: 600px;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -1px;
  background: linear-gradient(45deg, rgba(102, 46, 54, 0.98) 15%, rgba(45, 30, 62, 0.08) 50%);
  max-width: 600px;
}

@media only screen and (max-width: 1280px) {
  body .left_gragient .elementor-column-wrap::before {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .left_gragient .elementor-column-wrap::before {
    height: 100%;
    background: #672e36;
    background: linear-gradient(25deg, #672e36 11%, #292038 31%, rgba(41, 32, 56, 0.846376) 47%, rgba(41, 32, 56, 0) 87%);
  }
}

body .left_gragient .elementor-widget-wrap {
  z-index: 11;
}

body .left_gragient.left_side .elementor-column-wrap::before {
  right: auto;
  left: 0;
  background: linear-gradient(45deg, rgba(102, 46, 54, 0.98) 15%, rgba(45, 30, 62, 0) 50%);
}

@media only screen and (max-width: 767px) {
  body .left_gragient.left_side .elementor-column-wrap::before {
    height: 100%;
    background: #672e36;
    background: linear-gradient(25deg, #672e36 11%, #292038 31%, rgba(41, 32, 56, 0.846376) 47%, rgba(41, 32, 56, 0) 87%);
  }
}

body .small_signature img {
  position: absolute;
  right: 60px;
  bottom: -150px;
}

@media only screen and (max-width: 767px) {
  body .small_signature img {
    right: 40px;
    bottom: -50px;
  }
}

@media only screen and (max-width: 480px) {
  body .small_signature img {
    right: 20px;
  }
}

body .small_signature em {
  display: block;
  font-style: normal;
  font-size: 12px;
  padding-top: 20px;
}

body .small_signature em + br {
  display: none;
}

body .back_header img {
  transform: rotate(90deg);
  margin-bottom: -32px;
  margin-right: 30px;
}

body .back_header br {
  display: none;
}

body .back_header a {
  color: #fff;
}

body .back_header a:hover {
  text-decoration: underline;
}

body #sinle_post_header_category .elementor-post-info__terms-list {
  font-size: 0;
}

body #sinle_post_header_category a.elementor-post-info__terms-list-item {
  display: block;
  font-size: 12px;
  pointer-events: none;
}

body #home_content_img .elementor-column-wrap {
  background-position: calc(50% + 500px) 0;
}

body .orange_title {
  transform: skew(36deg, 0);
  color: #F05423;
}

body .orange_title > div > h2 {
  transform: skew(-36deg, 0);
}

body .guarantee_title {
  transform: skew(36deg, 0);
  color: #F05423;
}

body .guarantee_title > div > h2 {
  transform: skew(-36deg, 0);
}

body .orange_b strong {
  font-weight: 400;
  color: #F05423;
}

body .arrow_to_right {
  transform: rotate(-90deg);
  margin-right: 50px;
  margin-top: -5px;
}

body.single.single-post #footer_why::before, body.page-id-793 #footer_why::before, body.page-id-791 #footer_why::before, body.page-id-816 #footer_why::before, body.page-id-805 #footer_why::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #d7d2c8;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  body.single.single-post #footer_why::before, body.page-id-793 #footer_why::before, body.page-id-791 #footer_why::before, body.page-id-816 #footer_why::before, body.page-id-805 #footer_why::before {
    display: none;
  }
}

body.single.single-post #footer_why::after, body.page-id-793 #footer_why::after, body.page-id-791 #footer_why::after, body.page-id-816 #footer_why::after, body.page-id-805 #footer_why::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #d7d2c8;
  left: 0;
  top: 0;
  background: linear-gradient(220deg, rgba(102, 45, 54, 0.4) 10%, rgba(45, 30, 62, 0.2) 60%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  body.single.single-post #footer_why::after, body.page-id-793 #footer_why::after, body.page-id-791 #footer_why::after, body.page-id-816 #footer_why::after, body.page-id-805 #footer_why::after {
    width: 100%;
  }
}

body.single.single-post #footer_why > *, body.page-id-793 #footer_why > *, body.page-id-791 #footer_why > *, body.page-id-816 #footer_why > *, body.page-id-805 #footer_why > * {
  z-index: 10;
  margin-top: 60px;
}

body.page-id-793 #footer_why::before, body.page-id-816 #footer_why::before {
  background: #20232E;
}

body.single.single-post .post-content-wrapper .elementor-text-editor strong {
  font-size: 28px;
  display: block;
  padding-bottom: 10px;
  padding-top: 30px;
}

body.single.single-post .post-content-wrapper .elementor-text-editor strong + br {
  display: none;
}

body #local_services h5 {
  font-style: italic;
  font-weight: 400;
}

body #local_services ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

body #local_services ul li {
  margin: 0;
  padding: 0 15px 0 0;
  display: inline-block;
}

body #local_services ul li a {
  font-size: 15px;
  line-height: 1.6;
  color: #20232E;
  font-weight: 400;
  text-decoration: underline;
}

body #local_services ul li a:hover {
  text-decoration: none;
}

body h2 b, body h2 strong {
  font-weight: inherit;
  color: #F05423;
}

body .header_cleaning_list ul li {
  padding-top: 80px !important;
  position: relative;
  width: 50%;
}

body .header_cleaning_list ul li .elementor-icon-list-icon {
  position: absolute;
  left: 0;
  top: 0;
}

body .header_cleaning_list ul li span.elementor-icon-list-text {
  padding-left: 0;
}

body .header_cleaning_list.first ul > li + li svg {
  width: 100px;
  height: 100px;
  margin-top: -30px !important;
}

body #blue_title_left {
  transform: skew(36deg, 0);
  margin-right: 80px;
}

@media only screen and (max-width: 1280px) {
  body #blue_title_left {
    margin-right: 0;
    margin-left: 100px;
  }
}

body #blue_title_left > div > * {
  transform: skew(-36deg, 0);
}

@media only screen and (max-width: 767px) {
  body #blue_title_left {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

body #orange_title_right {
  transform: skew(-36deg, 0);
  margin-left: 100px;
}

body #orange_title_right > div > * {
  transform: skew(36deg, 0);
}

@media only screen and (max-width: 1280px) {
  body #orange_title_right {
    transform: skew(36deg, 0);
  }
  body #orange_title_right > div > * {
    transform: skew(-36deg, 0);
  }
}

@media only screen and (max-width: 767px) {
  body #orange_title_right {
    margin-left: 0;
    text-align: center;
  }
}

body #post_nav .elementor-widget-container {
  padding: 2px;
  margin-left: 40px;
  margin-right: 40px;
  transform: skew(36deg, 0);
}

@media only screen and (max-width: 767px) {
  body #post_nav .elementor-widget-container {
    transform: skew(0, 0);
    margin-left: 30px;
    margin-right: 30px;
  }
}

body #post_nav .elementor-post-navigation {
  background: #dad5cb;
  padding: 30px 60px;
}

body #post_nav .elementor-post-navigation > * {
  transform: skew(-36deg, 0);
}

@media only screen and (max-width: 767px) {
  body #post_nav .elementor-post-navigation > * {
    transform: skew(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  body #post_nav .elementor-post-navigation {
    padding: 20px 10px;
  }
}

body #post_nav .elementor-post-navigation a[rel="prev"] {
  background: url("img/grad_arrow_left.jpg") 0 0 no-repeat;
  max-width: 90%;
  padding: 20px 10px 20px 100px;
}

@media only screen and (max-width: 1280px) {
  body #post_nav .elementor-post-navigation a[rel="prev"] {
    background-size: 38px;
    padding: 20px 10px 20px 50px;
    background-position: 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  body #post_nav .elementor-post-navigation a[rel="prev"] {
    padding: 40px 10px 0 0;
    background-position: 0 0;
  }
}

body #post_nav .elementor-post-navigation a[rel="next"] {
  background: url("img/grad_arrow_right.jpg") 100% 0 no-repeat;
  max-width: 90%;
  padding: 20px 100px 20px 10px;
}

@media only screen and (max-width: 1280px) {
  body #post_nav .elementor-post-navigation a[rel="next"] {
    background-size: 38px;
    padding: 20px 50px 20px 10px;
    background-position: right 12px;
  }
}

@media only screen and (max-width: 767px) {
  body #post_nav .elementor-post-navigation a[rel="next"] {
    padding: 40px 0 0 10px;
    background-position: right 0;
  }
}

body .nav_back_to a {
  color: #20232E;
}

@media only screen and (max-width: 1280px) {
  body .nav_back_to a {
    color: #F05423;
    font-weight: 700;
    font-size: 20px;
  }
}

body #dryer_list {
  position: absolute;
  margin-top: 100px;
  margin-left: 50px;
  z-index: 10;
}

@media only screen and (max-width: 1280px) {
  body #dryer_list {
    margin-top: 0;
    max-width: 88%;
  }
}

@media only screen and (max-width: 767px) {
  body #dryer_list {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

body #dryer_list ul li {
  position: relative;
}

body #dryer_list ul li i {
  font-style: normal;
  position: absolute;
  display: block;
  color: #F05423;
  right: 100%;
  margin-right: 10px;
}

body.browser-safari .gradient_round_border > .elementor-widget-container > * {
  line-height: 1.2em !important;
}

@media only screen and (max-width: 767px) {
  body.browser-safari .gradient_round_border._smaller > .elementor-widget-container > * {
    padding-top: 0 !important;
    margin-top: -2px;
  }
}

body.browser-safari #contact_form .gform_footer > #gform_submit_button_2 {
  margin-top: -6px;
}

@media only screen and (max-width: 480px) {
  body.browser-safari .right_scaled > * h2 {
    padding-bottom: 40px !important;
  }
}

body #contact_form h5 {
  display: none;
}

body #contact_form h4 {
  text-transform: uppercase;
  color: #20232E;
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 25px;
}

body #contact_form label,
body #contact_form legend {
  color: #20232E;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
}

@media only screen and (max-width: 1280px) {
  body #contact_form label,
  body #contact_form legend {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body #contact_form label,
  body #contact_form legend {
    font-size: 18px;
    padding-top: 15px;
  }
}

body #contact_form .gform_wrapper.gravity-theme .gfield_label {
  display: block;
}

body #contact_form input {
  min-height: 42px;
  max-height: 42px;
}

body #contact_form textarea,
body #contact_form select,
body #contact_form input {
  background: #e9e7e1;
  border: none;
  border-radius: 4px;
  outline: none;
  color: #20232E;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
}

body #contact_form textarea::placeholder,
body #contact_form select::placeholder,
body #contact_form input::placeholder {
  color: #d7d2c8 !important;
}

@media only screen and (max-width: 1280px) {
  body #contact_form textarea,
  body #contact_form select,
  body #contact_form input {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body #contact_form textarea,
  body #contact_form select,
  body #contact_form input {
    font-size: 18px;
  }
}

body #contact_form select {
  margin: 0;
  margin-bottom: 12px;
  height: 42px;
  min-height: 42px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #d7d2c8 50%), linear-gradient(135deg, #d7d2c8 50%, transparent 50%), linear-gradient(to right, #d7d2c8, #d7d2c8);
  background-position: calc(100% - 20px) calc(16px + 2px), calc(100% - 15px) calc(16px + 2px), calc(100% - 40px) 0px;
  background-size: 5px 5px, 5px 5px, 1px 100%;
  background-repeat: no-repeat;
}

body #contact_form select:focus {
  background-image: linear-gradient(45deg, #20232E 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #20232E 50%), linear-gradient(to right, #20232E, #20232E);
  background-position: calc(100% - 15px) 18px, calc(100% - 20px) 18px, calc(100% - 40px) 0px;
  background-size: 5px 5px, 5px 5px, 1px 100%;
  background-repeat: no-repeat;
  outline: 0;
}

body #contact_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

body #contact_form .gfield_required_text {
  padding-left: 2px;
  font-size: 10px;
}

body #contact_form textarea {
  height: 145px;
  resize: none;
}

@media only screen and (max-width: 767px) {
  body #contact_form textarea {
    height: 120px;
  }
}

body #contact_form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 5%;
}

body #contact_form .gform_footer {
  transform: skew(36deg, 0);
  right: 25%;
  border: 1px #F05423 solid;
  border-radius: 0;
  position: absolute;
  margin-right: -130px;
  margin-top: -25px;
  width: 240px;
  text-align: center;
  padding: 0;
  transition: background-color 0.4s;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  body #contact_form .gform_footer {
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    right: 5%;
  }
}

body #contact_form .gform_footer img {
  position: absolute;
}

body #contact_form .gform_footer > #gform_submit_button_2 {
  transform: skew(-36deg, 0);
  background: none;
  margin: 0;
  padding: 0 60px;
  color: #F05423;
  font-size: 32px;
  line-height: 60px;
  min-height: 60px;
  cursor: pointer;
  transition: color 0.4s;
  text-align: center;
}

body #contact_form .gform_footer:hover {
  background-color: #F05423;
}

body #contact_form .gform_footer:hover > #gform_submit_button_2 {
  color: #fff;
}

body #contact_form .gform_wrapper.gravity-theme .field_description_above .description, body #contact_form .gform_wrapper.gravity-theme .field_description_above .gfield_description, body #contact_form .gform_wrapper.gravity-theme .field_description_above .gsection_description, body #contact_form .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-bottom: 0;
  line-height: 2;
  padding-top: 4px;
}

body #gform_fields_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 {
    display: block;
    grid-template-columns: none !important;
  }
}

body #gform_fields_2 #field_2_22 {
  grid-area: 1 / 1 / 2 / 2;
}

body #gform_fields_2 #field_2_20 {
  grid-area: 2 / 1 / 3 / 2;
}

body #gform_fields_2 #field_2_30 {
  grid-area: 3 / 1 / 4 / 2;
}

body #gform_fields_2 #field_2_15 {
  grid-area: 4 / 1 / 5 / 2;
}

body #gform_fields_2 #field_2_25 {
  grid-area: 5 / 1 / 6 / 2;
}

body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_line_1 {
  padding-bottom: 15px;
}

body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_city {
  flex: 1 0 41%;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_city {
    flex: 1 0 100%;
  }
}

body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_state {
  flex: 1 0 34%;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_state {
    flex: 1 0 100%;
    padding-left: 0;
  }
}

body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_zip {
  flex: 1 0 23%;
  padding-left: 2%;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 #field_2_25 div.ginput_container_address span.address_zip {
    flex: 1 0 100%;
    padding-left: 0;
  }
}

body #gform_fields_2 #field_2_23 {
  grid-area: 1 / 2 / 2 / 3;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 #field_2_23 {
    padding-top: 60px;
  }
}

body #gform_fields_2 #field_2_28 {
  grid-area: 2 / 2 / 3 / 3;
}

body #gform_fields_2 #field_2_21 {
  grid-area: 3 / 2 / 4 / 3;
}

body #gform_fields_2 #field_2_2 {
  grid-area: 3 / 2 / 5 / 3;
}

body #gform_fields_2 .ginput_container_textarea {
  position: relative;
}

body #gform_fields_2 .ginput_container_textarea textarea {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  body #gform_fields_2 .ginput_container_textarea textarea {
    position: relative;
  }
}

body #gform_fields_2 .ginput_complex span {
  margin-bottom: 0;
}

body footer .elementor-nav-menu--main {
  min-height: 220px;
}

@media only screen and (max-width: 767px) {
  body footer .elementor-nav-menu--main {
    min-height: 100px;
  }
}

body footer .elementor-nav-menu--main a:hover {
  text-decoration: underline;
}

body .right_scaled {
  position: relative;
}

body .right_scaled::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -60px;
  top: -30px;
  border: 60px solid transparent;
  border-top: 130px solid #F05423;
}

@media only screen and (max-width: 767px) {
  body .right_scaled::after {
    border-top-width: 105px;
  }
}

@media only screen and (max-width: 480px) {
  body .right_scaled::after {
    display: none;
  }
}

body .right_scaled.bigger::after {
  border-top: 165px solid #F05423;
}

body .right_scaled > * {
  padding-left: 40vw !important;
}

@media only screen and (max-width: 767px) {
  body .right_scaled > * {
    padding-left: 40px !important;
    background: #f05423;
    background: linear-gradient(252deg, #f05423 40%, #6e2d3a 90%) !important;
  }
}

@media only screen and (max-width: 480px) {
  body .right_scaled > * {
    padding: 0px !important;
    background: #f05423;
    text-align: center;
  }
  body .right_scaled > * h2 {
    padding: 30px 20px 20px 20px;
    width: 100vw;
    text-align: center;
    background: linear-gradient(252deg, #f05423 20%, #6e2d3a 99%);
  }
}

body footer .right_scaled > * {
  padding-left: 40px !important;
}

@media only screen and (max-width: 480px) {
  body footer .right_scaled > * {
    padding-left: 0 !important;
  }
  body footer .right_scaled > * h2 {
    padding-left: 30px;
    text-align: left;
  }
}

body #carouseltab .elementor-tabs-wrapper {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 180px;
  padding-top: 15px;
}

@media only screen and (max-width: 1280px) {
  body #carouseltab .elementor-tabs-wrapper {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tabs-wrapper {
    padding-right: 0;
  }
}

body #carouseltab .elementor-tabs-wrapper a:hover {
  color: #F05423;
}

body #carouseltab h4 {
  padding-bottom: 60px;
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.24;
  letter-spacing: 1px;
  color: #d7d2c8 !important;
}

@media only screen and (max-width: 1280px) {
  body #carouseltab h4 {
    font-size: 32px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab h4 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

body #carouseltab .elementor-tab-title.elementor-tab-mobile-title {
  font-size: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tab-content {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tabs-wrapper {
    display: block !important;
    position: absolute;
    bottom: -50px;
    left: 80px;
    right: 80px;
    padding: 0;
    height: 48px;
    z-index: 100;
    text-align: center;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tabs-wrapper .elementor-tab-title.elementor-active > a {
    background: #f05523;
  }
}

@media only screen and (max-width: 767px) {
  body #carouseltab .elementor-tabs-wrapper .elementor-tab-title > a {
    margin: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    font-size: 0;
    background: #434756;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
  }
}

body .elementor-swiper-button.elementor-swiper-button-next,
body .elementor-swiper-button.elementor-swiper-button-prev {
  left: -40px;
  bottom: -28px;
  width: 51px;
  height: 55px;
  top: auto;
  opacity: 0.8;
}

body .elementor-swiper-button.elementor-swiper-button-next i,
body .elementor-swiper-button.elementor-swiper-button-prev i {
  font-size: 0;
}

body .elementor-swiper-button.elementor-swiper-button-next {
  left: auto;
  right: -40px;
  transform: scaleX(-1);
  bottom: 0;
}

body .elementor-swiper-button.elementor-swiper-button-next:hover,
body .elementor-swiper-button.elementor-swiper-button-prev:hover {
  opacity: 1;
}

body .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 12px !important;
}

body .swiper-slide-contents .elementor-slide-heading {
  min-height: 45px;
}

@media only screen and (max-width: 480px) {
  body .swiper-slide {
    height: 35em !important;
  }
}

body .controls-tab.prev-tab {
  background: url("img/arrow_tab_bigger.jpg") 0 0 no-repeat;
  width: 115px;
  height: 88px;
  opacity: 0.8;
}

body .controls-tab.prev-tab a {
  background: none;
}

body .controls-tab.prev-tab span {
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  body .controls-tab.prev-tab {
    background-size: 100% !important;
    background-image: 50% 50%;
    width: 60px !important;
    height: 60px;
  }
}

body .controls-tab.next-tab {
  background: url("img/arrow_tab_bigger.jpg") 0 0 no-repeat;
  transform: scaleX(-1);
  width: 115px;
  height: 88px;
  opacity: 0.8;
}

body .controls-tab.next-tab a {
  background: none;
}

body .controls-tab.next-tab span {
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  body .controls-tab.next-tab {
    background-size: 100% !important;
    background-image: 50% 50%;
    width: 60px !important;
    height: 60px;
  }
}

body .controls-tab.next-tab,
body .controls-tab.prev-tab {
  cursor: pointer;
}

body .controls-tab.next-tab:hover,
body .controls-tab.prev-tab:hover {
  opacity: 1;
}

body .elementor-797 .elementor-element.elementor-element-3789a29 .elementor-icon-list-item > .elementor-icon-list-text {
  align-self: baseline;
}

body .special_figure .number {
  position: absolute;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #331b44;
  font-size: 130px;
  top: -72px;
  color: transparent;
  font-weight: 800;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  body .special_figure .number {
    font-size: 72px;
    top: -40px;
  }
}

@media only screen and (max-width: 480px) {
  body .special_figure .number {
    display: none;
  }
}

body .special_figure .wrap {
  filter: drop-shadow(-10px 6px 13px #00000020);
}

body .special_figure .holder {
  display: inline-block;
}

body .special_figure .inner {
  background-color: #fff;
  min-height: 340px;
}

@media only screen and (max-width: 767px) {
  body .special_figure .inner {
    min-height: 100px;
  }
}

body .special_figure.left .number {
  left: 50px;
}

@media only screen and (max-width: 767px) {
  body .special_figure.left .number {
    right: 5px;
    left: auto;
  }
}

body .special_figure.left .inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  padding: 30px 60px 10px 175px;
  background-color: #fff;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .special_figure.left .inner {
    clip-path: none;
    padding: 25px;
    border-radius: 20px;
  }
}

body .special_figure.left .holder {
  clip-path: inset(0px 0px 0px round 0 90px 90px 0);
}

@media only screen and (max-width: 767px) {
  body .special_figure.left .holder {
    clip-path: none;
  }
}

body .special_figure.right .number {
  right: 50px;
}

@media only screen and (max-width: 767px) {
  body .special_figure.right .number {
    right: 5px;
  }
}

body .special_figure.right .holder {
  clip-path: inset(0px 0px 0px round 90px 0 0 90px);
}

@media only screen and (max-width: 767px) {
  body .special_figure.right .holder {
    clip-path: none;
  }
}

body .special_figure.right .inner {
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  padding: 30px 200px 10px 80px;
  background-color: #fff;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .special_figure.right .inner {
    clip-path: none;
    padding: 25px;
    border-radius: 20px;
  }
}

body .special_figure h5 {
  text-transform: uppercase;
  color: #F05423;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 800;
  max-width: 280px;
}

@media only screen and (max-width: 1280px) {
  body .special_figure h5 {
    max-width: 100%;
  }
  body .special_figure h5 > br {
    display: none;
  }
}

body .special_figure p {
  font-size: 17px;
  padding-bottom: 15px;
}

body #post_row_1 .elementor-post__text {
  background: #2c273a;
  background: linear-gradient(51deg, #2c273a 33%, rgba(79, 46, 45, 0.919205) 95%);
  position: absolute;
  left: 0;
  bottom: -60px;
  padding: 60px 40px 40px 60px;
  max-width: 40%;
}

body #post_row_1 .elementor-post__text .elementor-post__excerpt p {
  background: url("img/arrow_right.png") 100% 100% no-repeat;
  padding-right: 20px;
  padding-bottom: 60px;
}

body #post_row_2 article .elementor-post__title a {
  min-height: 156px;
  display: block;
}

body #post_row_2 article .elementor-post__title a:hover {
  color: #000;
}

body #post_row_2 article .elementor-post__excerpt p {
  background: url("img/grad_arrow_right.png") 100% 100% no-repeat;
  padding-right: 20px;
  padding-bottom: 120px;
}

body #post_row_3 .elementor-grid {
  grid-column-gap: 50px;
}

body #post_row_3 article {
  border-bottom: 1px solid #a6a39f;
  margin-bottom: 50px;
}

body #post_row_3 article .elementor-post__title a {
  background: url("img/grad_arrow_right.png") 100% 0 no-repeat;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  min-height: 132px;
  padding: 0 80px 40px 40px;
  display: block;
}

body #post_row_3 article .elementor-post__title a:hover {
  text-decoration: underline;
}

body #filter_categories h5 {
  display: none;
}

body #filter_categories ul {
  list-style: none;
  margin: 0;
  padding: 40px 0;
}

body #filter_categories ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
}

body #filter_categories ul li a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.6;
  color: #382241;
  font-weight: 400;
  border: 2px #382241 solid;
  border-radius: 4px;
  padding: 2px 12px 0;
}

body #filter_categories ul li a:hover {
  border-color: #F05423;
  color: #F05423;
}

body #filter_categories ul li a::after {
  content: '+';
  padding-left: 10px;
}

body #filter_categories ul li a.active {
  border-color: #F05423;
  color: #F05423;
}

body #filter_categories ul li a.active::after {
  content: '-';
}

body .header_icon {
  display: block;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
  body .header_icon {
    float: left;
    padding-bottom: 30px;
    margin-right: 25px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  body .header_icon {
    float: none;
    padding-bottom: 15px;
  }
}

body .gradient_text > .elementor-widget-container > * {
  background: linear-gradient(135deg, #f05423 9%, #20232e 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 4px transparent;
  padding-left: 4px;
}

body .gradient_round_border {
  text-align: center;
  background: linear-gradient(135deg, #f05423 9%, #20232e 99%);
  padding: 2px;
  border-radius: 50%;
  margin: 0 40px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body .gradient_round_border {
    margin: 0 12px;
  }
}

body .gradient_round_border > .elementor-widget-container {
  height: 110px;
  width: 110px;
  background: #d7d2c8;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  body .gradient_round_border > .elementor-widget-container {
    height: 60px;
    width: 60px;
  }
}

body .gradient_round_border > .elementor-widget-container > * {
  line-height: 110px;
  padding-top: 4px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  body .gradient_round_border > .elementor-widget-container > * {
    line-height: 60px;
  }
}

body .gradient_round_border._smaller {
  margin: 0;
}

body .gradient_round_border._smaller > .elementor-widget-container {
  height: 42px;
  width: 42px;
}

@media only screen and (max-width: 767px) {
  body .gradient_round_border._smaller > .elementor-widget-container {
    height: 32px;
    width: 32px;
  }
}

body .gradient_round_border._smaller > .elementor-widget-container > * {
  line-height: 42px;
}

@media only screen and (max-width: 767px) {
  body .gradient_round_border._smaller > .elementor-widget-container > * {
    line-height: 32px;
  }
}

body .border_color_text > .elementor-widget-container > * {
  background: #331b44;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 4px transparent;
  padding-left: 4px;
}

body .border_color_text_orange > .elementor-widget-container > * {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #F05423;
  color: transparent !important;
}

body .gradient_100 > .elementor-widget-container > * {
  background: linear-gradient(135deg, #f05423 15%, #20232e 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

body .process::before {
  position: absolute;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #331b44;
  font-size: 130px;
  line-height: 130px;
  top: -35px;
  color: transparent;
  font-weight: 800;
  z-index: 10;
}

@media only screen and (max-width: 1280px) {
  body .process::before {
    top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  body .process::before {
    font-size: 72px;
    line-height: 72px;
    top: -30px;
  }
}

@media only screen and (max-width: 480px) {
  body .process::before {
    display: none;
  }
}

body .process._1::before {
  content: '1.';
}

body .process._2::before {
  content: '2.';
}

body .process._3::before {
  content: '3.';
}

body .process._4::before {
  content: '4.';
}

body .process._5::before {
  content: '5.';
}

body .process._6::before {
  content: '6.';
}

body .process .elementor-column-wrap {
  filter: drop-shadow(-10px 6px 13px #00000020);
}

body .process .elementor-widget-wrap {
  display: inline-block;
}

body .process .inner {
  background-color: #fff;
  min-height: 340px;
}

@media only screen and (max-width: 767px) {
  body .process .inner {
    min-height: 100px;
  }
}

body .process.pro_left::before {
  left: 50px;
}

@media only screen and (max-width: 1280px) {
  body .process.pro_left::before {
    left: 150px;
  }
}

@media only screen and (max-width: 767px) {
  body .process.pro_left::before {
    right: 5px;
    left: auto;
  }
}

body .process.pro_left .inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  padding: 30px 60px 10px 175px;
  background-color: #fff;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .process.pro_left .inner {
    clip-path: none;
    padding: 25px;
    border-radius: 20px;
  }
}

body .process.pro_left .elementor-widget-wrap {
  clip-path: inset(0px 0px 0px round 0 90px 90px 0);
}

@media only screen and (max-width: 767px) {
  body .process.pro_left .elementor-widget-wrap {
    clip-path: none;
  }
}

body .process.pro_right::before {
  right: 50px;
}

@media only screen and (max-width: 1280px) {
  body .process.pro_right::before {
    right: 150px;
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .process.pro_right::before {
    right: 5px;
    top: 50px;
  }
}

body .process.pro_right .elementor-widget-wrap {
  clip-path: inset(0px 0px 0px round 90px 0 0 90px);
}

@media only screen and (max-width: 767px) {
  body .process.pro_right .elementor-widget-wrap {
    clip-path: none;
  }
}

body .process.pro_right .inner {
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  padding: 30px 200px 10px 80px;
  background-color: #fff;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .process.pro_right .inner {
    clip-path: none;
    padding: 25px;
    border-radius: 20px;
  }
}

body .process h5 {
  text-transform: uppercase;
  color: #F05423;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 800;
  max-width: 280px;
}

@media only screen and (max-width: 1280px) {
  body .process h5 {
    max-width: 100%;
  }
  body .process h5 > br {
    display: none;
  }
}

body .process p {
  font-size: 17px;
  padding-bottom: 15px;
}

body div.block_post_1-title-wrapper {
  max-width: 50%;
  bottom: -110px;
}

@media only screen and (max-width: 767px) {
  body div.block_post_1-title-wrapper {
    max-width: 100%;
    bottom: initial;
    position: relative;
  }
}

body h3.block_post_1-title {
  max-width: 400px;
}

body .post2_shell {
  margin-bottom: 25px;
}

body .block_post_1-title-wrapper .category_data a.cat-link,
body .block_post_2 .category_data a.cat-link {
  letter-spacing: 1.2px !important;
}
