/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/********************************************************************************************/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/** BOOTSTRAP 4 *****/
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 400px) {
  .container-xs, .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xs, .container {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1320px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1280px;
  }
}
/** BOOTSTRAP 4 *****/
.content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 600px;
  }
}
@media (min-width: 760px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 740px;
  }
}
@media (min-width: 990px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1180px;
  }
}
@media (min-width: 1320px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1280px;
  }
}

.content img {
  height: auto;
  max-width: 100%;
}

.content .alignfull {
  width: 100%;
}
.content .alignfull img {
  width: 100%;
}

.content .alignwide {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.content .alignwide img {
  width: 100%;
}

.page_wrap h1 {
  font-size: 40px;
}
.page_wrap h2 {
  font-size: 36px;
}
.page_wrap h3 {
  font-size: 32px;
}
.page_wrap h4 {
  font-size: 28px;
}
.page_wrap h5 {
  font-size: 24px;
}
.page_wrap h6 {
  font-size: 20px;
}
.page_wrap h1, .page_wrap h2, .page_wrap h3, .page_wrap h4, .page_wrap h5, .page_wrap h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}
.page_wrap h1.is-style-no_margin_bottom, .page_wrap h2.is-style-no_margin_bottom, .page_wrap h3.is-style-no_margin_bottom, .page_wrap h4.is-style-no_margin_bottom, .page_wrap h5.is-style-no_margin_bottom, .page_wrap h6.is-style-no_margin_bottom {
  margin-bottom: 0;
}
.page_wrap h1.is-style-no_margin_top, .page_wrap h2.is-style-no_margin_top, .page_wrap h3.is-style-no_margin_top, .page_wrap h4.is-style-no_margin_top, .page_wrap h5.is-style-no_margin_top, .page_wrap h6.is-style-no_margin_top {
  margin-top: 0;
}
.page_wrap h1.is-style-no_margins, .page_wrap h2.is-style-no_margins, .page_wrap h3.is-style-no_margins, .page_wrap h4.is-style-no_margins, .page_wrap h5.is-style-no_margins, .page_wrap h6.is-style-no_margins {
  margin-top: 0;
  margin-bottom: 0;
}
.page_wrap > h1,
.page_wrap > h2,
.page_wrap > h3,
.page_wrap > h4,
.page_wrap > h5,
.page_wrap > h6 {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap .wp-block-file,
.page_wrap p,
.page_wrap ul,
.page_wrap ol {
  line-height: 1.6em;
  margin: 2em auto;
}
.page_wrap > .wp-block-file,
.page_wrap > p,
.page_wrap > ul,
.page_wrap > ol {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap p.is-style-no_margin_bottom {
  margin-bottom: 0;
}
.page_wrap p.is-style-no_margin_top {
  margin-top: 0;
}
.page_wrap p.is-style-no_margins {
  margin: 0;
}
.page_wrap ul li,
.page_wrap ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.page_wrap .wp-block-file {
  margin: 0 auto 1em;
}
.page_wrap .wp-block-file a {
  text-decoration: none;
}
.page_wrap a {
  color: #B83D00;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.page_wrap a:hover {
  color: #521b00;
  text-decoration: underline;
}
.page_wrap .wp-block-columns {
  margin: 0 auto;
}
.page_wrap .wp-block-column {
  margin: 0 !important;
}
.page_wrap .wp-block[data-align=wide] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=full] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=wide] {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.page_wrap .btn,
.page_wrap .single .btn,
.page_wrap .page .btn,
.page_wrap .wp-block-button a,
.page_wrap .wp-block-button div,
.page_wrap .wp-block-file__button {
  font-size: 20px;
  font-weight: 500;
  min-width: 270px;
  line-height: 26px;
  padding: 20px 30px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page_wrap .btn:hover,
.page_wrap .single .btn:hover,
.page_wrap .page .btn:hover,
.page_wrap .wp-block-button a:hover,
.page_wrap .wp-block-button div:hover,
.page_wrap .wp-block-file__button:hover {
  text-decoration: none;
}
@media (max-width: 599.98px) {
  .page_wrap .btn,
.page_wrap .single .btn,
.page_wrap .page .btn,
.page_wrap .wp-block-button a,
.page_wrap .wp-block-button div,
.page_wrap .wp-block-file__button {
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page_wrap .is-style-primary a,
.page_wrap .is-style-primary > div,
.page_wrap .is-style-primary a,
.page_wrap .is-style-primary > div {
  color: #fff;
  background: #B83D00;
}
.page_wrap .is-style-primary a:hover, .page_wrap .is-style-primary a:focus, .page_wrap .is-style-primary a:active,
.page_wrap .is-style-primary > div:hover,
.page_wrap .is-style-primary > div:focus,
.page_wrap .is-style-primary > div:active,
.page_wrap .is-style-primary a:hover,
.page_wrap .is-style-primary a:focus,
.page_wrap .is-style-primary a:active,
.page_wrap .is-style-primary > div:hover,
.page_wrap .is-style-primary > div:focus,
.page_wrap .is-style-primary > div:active {
  background-color: #136F91;
}
.page_wrap .is-style-secondary a,
.page_wrap .is-style-secondary > div {
  color: #136F91;
  background: #fff;
}
.page_wrap .is-style-secondary a:hover, .page_wrap .is-style-secondary a:focus, .page_wrap .is-style-secondary a:active,
.page_wrap .is-style-secondary > div:hover,
.page_wrap .is-style-secondary > div:focus,
.page_wrap .is-style-secondary > div:active {
  background-color: #DDDDDD;
}
.page_wrap .is-style-teritiary a,
.page_wrap .is-style-teritiary > div {
  background: transparent;
  width: auto;
  min-width: auto;
  color: #136F91;
  position: relative;
  padding: 0 20px 0 0;
}
.page_wrap .is-style-teritiary a:after,
.page_wrap .is-style-teritiary > div:after {
  position: absolute;
  background: url(../img/blue_arrow.svg) right top no-repeat;
  background-size: contain;
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  top: 7px;
  right: 2px;
}
.page_wrap .is-style-teritiary a:hover, .page_wrap .is-style-teritiary a:focus, .page_wrap .is-style-teritiary a:active,
.page_wrap .is-style-teritiary > div:hover,
.page_wrap .is-style-teritiary > div:focus,
.page_wrap .is-style-teritiary > div:active {
  text-decoration: underline;
}
.page_wrap .has-xxl-font-size {
  font-size: 60px;
  line-height: 1.2em;
}
@media (max-width: 1319.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 60px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 52px;
  }
}
@media (max-width: 759.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 40px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 34px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 30px;
  }
}
.page_wrap .has-xl-font-size {
  font-size: 50px;
  line-height: 1.2em;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 50px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 40px;
  }
}
@media (max-width: 759.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 30px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 26px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 24px;
  }
}
.page_wrap .has-lg-font-size {
  font-size: 36px;
  line-height: 1.2em;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 30px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 27px;
  }
}
@media (max-width: 759.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 24px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 21px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 20px;
  }
}
.page_wrap .has-md-font-size {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-md-font-size {
    font-size: 28px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-md-font-size {
    font-size: 25px;
  }
}
@media (max-width: 759.98px) {
  .page_wrap .has-md-font-size {
    font-size: 22px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-md-font-size {
    font-size: 19px;
  }
}
.page_wrap .has-sm-font-size {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 20px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 19px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 17px;
  }
}
.page_wrap .has-xs-font-size {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 18px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 17px;
  }
}
@media (max-width: 759.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 16px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 16px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 15px;
  }
}
.page_wrap .has-xxs-font-size {
  font-size: 14px;
}
.page_wrap .has-emp-color-1-color {
  color: #B83D00;
}
.page_wrap .has-emp-color-2-color {
  color: #136F91;
}
.page_wrap .has-emp-color-3-color {
  color: #fa0000;
}
.page_wrap .has-emp-white-color {
  color: #fff;
}
.page_wrap .has-emp-black-color {
  color: #000;
}
.page_wrap .has-emp-color-1-background-color,
.page_wrap .has-emp_color1-background-color {
  background-color: #B83D00;
}
.page_wrap .has-emp-color-2-background-color,
.page_wrap .has-emp_color2-background-color {
  background-color: #136F91;
}
.page_wrap .has-emp-color-3-background-color,
.page_wrap .has_emp-color3-background-color {
  background-color: #fa0000;
}
.page_wrap .has-emp-white-background-color {
  background-color: #fff;
}
.page_wrap .has-emp-black-background-color {
  background-color: #000;
}
.page_wrap .is-style-lines {
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 80px;
}
.page_wrap .is-style-lines span {
  position: relative;
}
.page_wrap .is-style-lines span:after, .page_wrap .is-style-lines span:before {
  background: #381300;
  position: absolute;
  content: "";
  width: 50vw;
  height: 1px;
  top: 50%;
}
.page_wrap .is-style-lines span:before {
  right: 100%;
  -webkit-transform: translateX(-45px);
      -ms-transform: translateX(-45px);
          transform: translateX(-45px);
}
.page_wrap .is-style-lines span:after {
  left: 100%;
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}
@media (max-width: 759.98px) {
  .page_wrap .is-style-lines {
    margin-bottom: 40px;
  }
}
.page_wrap .wp-block-cover,
.page_wrap .wp-block-cover-image {
  padding: 100px 7vw 20vh;
}
.page_wrap .wp-block-cover .wp-block-cover__inner-container,
.page_wrap .wp-block-cover-image .wp-block-cover__inner-container {
  max-width: 1700px;
  margin: 0 auto;
}

section.page_wrap {
  margin-bottom: 40px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #2B2B2B;
  font-family: "Open Sans", sans-serif;
  color: #381300;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 599.98px) {
  body {
    font-size: 16px;
  }
}

.oh {
  overflow: hidden;
  background: #fff;
}

.wp-block-columns {
  margin: 0;
}

.wp-block-column {
  margin: 0 !important;
}

.indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  z-index: 9999;
  color: #000;
}
.indicator:before {
  content: "xxs";
}
@media (min-width: 1320px) {
  .indicator:before {
    content: "xxl";
  }
}
@media (min-width: 1200px) and (max-width: 1319.98px) {
  .indicator:before {
    content: "xl";
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .indicator:before {
    content: "lg";
  }
}
@media (min-width: 760px) and (max-width: 989.98px) {
  .indicator:before {
    content: "md";
  }
}
@media (min-width: 600px) and (max-width: 759.98px) {
  .indicator:before {
    content: "sm";
  }
}
@media (min-width: 400px) and (max-width: 599.98px) {
  .indicator:before {
    content: "xs";
  }
}

.caption {
  overflow: hidden;
  position: relative;
}
.caption .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(184, 61, 0, 0.8);
  color: #fff;
  -webkit-transform: translateY(105%);
      -ms-transform: translateY(105%);
          transform: translateY(105%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.caption:hover .caption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 990px) {
  .has_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has_sidebar article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .has_sidebar .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-left: 30px;
    margin-left: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .container {
  max-width: 1790px;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .logo {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  height: 78px;
}
.header .logo img {
  height: 78px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header .logo {
    height: 60px;
  }
  .header .logo img {
    height: 60px;
  }
}
.header a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header a:hover {
  color: #fff;
}
@media (min-width: 990px) {
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header ul li {
    position: relative;
    margin-left: 30px;
  }
  .header ul li:first-child {
    margin: 0;
  }
}
@media (min-width: 990px) and (max-width: 1319.98px) {
  .header ul li {
    margin-left: 10px;
  }
}
@media (min-width: 990px) {
  .header ul a {
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    padding: 10px 30px;
    font-weight: 500;
    position: relative;
    display: block;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .header ul a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 990px) {
  .header ul a:after {
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 8px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 990px) {
  .header ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 10px;
  }
  .header ul li.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    border: 5px solid transparent;
    border-width: 6px 4px;
    border-top-color: currentColor;
    margin-top: -4px;
  }
}
@media (min-width: 990px) {
  .header ul a:hover,
.header ul > li:hover > a {
    text-decoration: none;
    color: #fff;
  }
  .header ul a:hover:after,
.header ul > li:hover > a:after {
    left: 30px;
    right: 30px;
    opacity: 1;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .header ul a:hover:after,
.header ul > li:hover > a:after {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 990px) {
  .header ul li.contact:not(.current-menu-item) a {
    background: #B83D00;
    color: #fff;
  }
  .header ul li.contact:not(.current-menu-item) a:hover {
    background: #136F91;
  }
  .header ul li.contact:not(.current-menu-item) a:after {
    display: none !important;
  }
}
@media (min-width: 990px) {
  .header ul ul {
    display: none;
    position: absolute;
    width: 300px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    background: #fff;
    border: 1px solid #B83D00;
  }
  .header ul ul:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #B83D00;
    right: auto;
  }
  .header ul ul:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    top: -50px;
    left: 50%;
    margin-left: -75px;
  }
  .header ul ul li {
    display: block;
    margin: 0;
  }
  .header ul ul li a {
    text-transform: none;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 5px 20px;
    display: block;
  }
  .header ul ul li a:after {
    display: none;
  }
  .header ul ul li.current-menu-item > a,
.header ul ul li a:hover {
    font-weight: bold;
  }
}
@media (min-width: 990px) {
  .header ul > li:hover ul {
    display: block;
  }
  .header ul > li:hover ul li:after {
    display: none;
  }
}
.header .menu-toggle {
  display: none;
}

@media (max-width: 989.98px) {
  .header .container {
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo img {
    max-height: 60px;
  }
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 0;
    right: 0px;
    background: #fff;
    width: 100vw;
    max-width: 400px;
    height: 100vh;
    overflow: auto;
    padding: 15px 25px;
    z-index: 9999;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header .nav_wrap .menu-close {
    margin-left: auto;
    width: 41px;
    height: 41px;
    background: #fff;
    border: 0 none;
    cursor: pointer;
  }
  .header .nav_wrap .menu-close i {
    display: block;
    width: 41px;
    height: 41px;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .nav_wrap .menu-close i:after, .header .nav_wrap .menu-close i:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 4px;
    top: 18px;
    left: 0px;
    background: #B83D00;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
  }
  .header .nav_wrap .menu-close i:before {
    width: 4px;
    height: 42px;
    top: 0px;
    left: 18px;
  }
  .header .nav_wrap .menu-close:hover i:after,
.header .nav_wrap .menu-close:hover i:before {
    background: #000;
  }
  .header .nav_wrap nav {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .header .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    list-style: none;
  }
  .header .nav_wrap ul a {
    display: inline-block;
    color: #B83D00;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0px;
    font-weight: 800;
    position: relative;
  }
  .header .nav_wrap ul a:after {
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 8px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .header .nav_wrap ul ul a {
    padding: 5px 0;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #a1a1a1;
  }
  .header .nav_wrap ul a:hover {
    text-decoration: none;
    color: #B83D00;
  }
  .header .nav_wrap ul a:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .header .menu-toggle {
    display: block;
    margin-bottom: 0;
  }
  .header .menu-toggle .label {
    display: none;
  }
  .header .menu-open {
    width: 29px;
    height: 20px;
    padding: 0;
    border: 0 none;
    margin-left: auto;
    background: transparent;
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    margin-left: 20px;
    cursor: pointer;
  }
  .header .menu-open i {
    width: 30px;
    height: 4px;
    display: block;
    background: #B83D00;
    border-radius: 3px;
    position: relative;
  }
  .header .menu-open i:after, .header .menu-open i:before {
    position: absolute;
    background: inherit;
    border-radius: 3px;
    content: "";
    width: 30px;
    height: 4px;
    left: 0px;
  }
  .header .menu-open i:before {
    top: -8px;
  }
  .header .menu-open i:after {
    bottom: -8px;
  }
}
.header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.fixed .container {
  padding-top: 17px;
  padding-bottom: 17px;
}
.header.fixed .logo {
  height: 45px;
}
.header.fixed .logo img {
  height: 45px;
}
.header.fixed a {
  color: #000;
}
.header.fixed a:hover {
  color: #000;
}

.footer_logo {
  margin-top: 300px;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 989.98px) {
  .footer_logo {
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .footer_logo img {
    max-width: 60%;
  }
}

.footer {
  padding: 70px 0 70px;
  background: #2B2B2B;
  color: #fff;
  position: relative;
}
.footer .scroll_top {
  position: absolute;
  top: -80px;
  right: 50px;
}
.footer .scroll_top span {
  display: block;
  width: 45px;
  height: 45px;
  display: block;
  border: 6px solid #B83D00;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 6px 6px 0 0;
}
@media (max-width: 989.98px) {
  .footer .scroll_top {
    right: 20px;
    top: -40px;
  }
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer .social a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .social a:hover {
  opacity: 0.6;
}
.footer .social img {
  height: 25px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer ul li {
  line-height: 1;
  margin-left: 0;
}
.footer ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.archive article {
  margin-bottom: 50px;
}
.archive .thumbnail {
  margin-bottom: 30px;
}
.archive .thumbnail a {
  background: #B83D00;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive .thumbnail a img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive .thumbnail a:hover img {
  opacity: 0.6;
}
.archive .thumbnail img {
  width: 100%;
}
.archive h2 {
  margin-bottom: 30px;
}

.sidebar .widget {
  margin-bottom: 1em;
}
.sidebar h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.sidebar ul, .sidebar li {
  margin-left: 0.7em;
}

.search_results {
  max-width: 860px;
}
.search_results h1 {
  margin: 1em 0;
  font-weight: 500;
}

.search_result {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.search_result h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3em;
  padding: 0;
  font-weight: normal;
}
.search_result p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3em;
  padding: 0;
}
.search_result .more {
  font-size: 16px;
}
.search_result .more img {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 599.98px) {
  .search_result {
    padding: 20px;
  }
}

input[type=text],
input[type=email],
input[type=phone],
input[type=date],
input[type=number],
input[type=password],
input[type=tel],
button,
textarea,
select,
.select2-container--default .select2-selection--single {
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #381300;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=phone]:hover,
input[type=phone]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
button:hover,
button:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #B83D00;
}

input[type=number] {
  padding-right: 5px;
}

input[type=submit],
input[type=submit].btn,
button.btn {
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

button {
  cursor: pointer;
}

.select2-container--default .select2-selection--single {
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 6px;
}

.select2-dropdown {
  margin-top: -10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

textarea {
  height: 120px;
  padding: 10px;
}

/*******************************************/
.wpcf7-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 445px 70px 1fr;
  grid-template-columns: 445px 1fr;
  gap: 0px 70px;
}
@media (max-width: 1199.98px) {
  .wpcf7-form {
    -ms-grid-columns: 350px 40px 1fr;
    grid-template-columns: 350px 1fr;
    gap: 0px 40px;
  }
}
@media (max-width: 989.98px) {
  .wpcf7-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px 0px;
  }
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form div {
  position: relative;
}
.wpcf7-form .l_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  background: #fff;
  width: 100%;
  border: 0 none;
  padding: 0px 15px;
  margin-bottom: 15px;
  color: #B83D00;
  border: 1px solid #B83D00;
  font-family: "Open Sans", sans-serif;
  height: 60px;
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
    font-size: 20px;
  }
}
.wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=tel]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder {
  color: #B83D00;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #B83D00;
}
.wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=tel]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #B83D00;
}
.wpcf7-form input[type=text]::-ms-input-placeholder, .wpcf7-form input[type=email]::-ms-input-placeholder, .wpcf7-form input[type=tel]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder, .wpcf7-form select::-ms-input-placeholder {
  color: #B83D00;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
  color: #B83D00;
}
.wpcf7-form input[type=text]:hover, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=text]:active,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=email]:active,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=tel]:active,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active,
.wpcf7-form select:hover,
.wpcf7-form select:focus,
.wpcf7-form select:active {
  border-bottom-color: #B83D00;
}
@media (max-width: 599.98px) {
  .wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
    font-size: 16px;
    height: 45px;
  }
}
.wpcf7-form textarea {
  font-family: "Open Sans", sans-serif;
  height: 700px;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media (max-width: 989.98px) {
  .wpcf7-form textarea {
    height: 250px;
  }
}
.wpcf7-form .send {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 990px) {
  .wpcf7-form .send {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 989.98px) {
  .wpcf7-form .send {
    margin-top: 50px;
  }
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin: 0;
  padding: 0 15px;
  background: #B83D00;
  color: #fff;
  width: 300px;
  height: 66px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 0 none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #136F91;
}
@media (max-width: 599.98px) {
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    height: 45px;
  }
}
.wpcf7-form .legend {
  font-size: 11px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  line-height: 15px;
  font-size: 11px;
  margin-top: -10px;
}
.wpcf7-form .wpcf7-response-output {
  padding: 20px !important;
  font-size: 20px;
  line-height: 1.2em;
  grid-column: 1/-1;
}
@media (max-width: 759.98px) {
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
    max-width: 100%;
  }
}

.wp-pagenavi {
  padding: 10px 0 6px;
  text-align: center;
  margin-bottom: 50px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  line-height: 45px;
  min-width: 45px;
  padding: 0 5px;
  background: #fff;
  margin: 0 2px 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  font-size: 15px;
}
.wp-pagenavi .current {
  background: #B83D00;
  color: #fff;
}
.wp-pagenavi a:hover {
  color: #fff;
  background: #136F91;
}
/*# sourceMappingURL=theme.css.map */