@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Medium.woff2") format("woff2"), url("../fonts/JosefinSans-Medium.woff") format("woff"), url("../fonts/JosefinSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Italic.woff2") format("woff2"), url("../fonts/JosefinSans-Italic.woff") format("woff"), url("../fonts/JosefinSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Josefin Sans';
  src: url("../fonts/JosefinSans-Regular.woff2") format("woff2"), url("../fonts/JosefinSans-Regular.woff") format("woff"), url("../fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Blacksword';
  src: url("../fonts/Blacksword.eot");
  src: url("../fonts/Blacksword.eot?#iefix") format("embedded-opentype"), url("../fonts/Blacksword.woff2") format("woff2"), url("../fonts/Blacksword.woff") format("woff"), url("../fonts/Blacksword.ttf") format("truetype"), url("../fonts/Blacksword.svg#Blacksword") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  font-family: "Josefin Sans", sans-serif; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Josefin Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit; }

h1 {
  /*basic heading styles*/ }

h2 {
  /*basic heading styles*/ }

h3 {
  /*basic heading styles*/ }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/ }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #1a608b;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0a2535; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #1a608b; }
    .not-found .label:hover {
      background-color: #144869;
      color: #fff; }

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1270px; } }

.btn-order {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  padding: 20px 25px 18px;
  transition: all .3s ease-in-out;
  box-shadow: 0 10px 11px -10px #000; }
  .btn-order:hover {
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 10px 20px -10px #676767; }

@media only screen and (max-width: 640.99px) {
  .btn-order {
    padding: 14px 20px 10px; } }

.page-title-hide {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -1; }

.page .page-title {
  padding: 50px 0;
  text-align: center;
  font-size: 50px;
  margin: 0; }

.header .custom-logo {
  object-fit: contain;
  width: 100%;
  height: 97px; }

.header__top {
  padding: 5px 0;
  text-align: center; }
  .header__top__titile {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0; }

.header__main {
  padding: 10px 0; }
  .header__main__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__main__nav {
    flex-grow: 1; }
  .header__main__order {
    display: flex;
    gap: 15px; }

.header .btn-order {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 6px 30px;
  font-size: 22px; }
  .header .btn-order span {
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize; }

@media only screen and (min-width: 992px) {
  .header .navbar-header {
    display: none; }
  .header__main {
    padding: 30px 0; }
  .header #main-menu-links {
    justify-content: flex-end; }
  .header .header-menu .menu-item {
    column-gap: 10px; }
    .header .header-menu .menu-item .nav-link {
      color: #000;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 13px 8px; }
      .header .header-menu .menu-item .nav-link:hover, .header .header-menu .menu-item .nav-link.active, .header .header-menu .menu-item .nav-link:focus {
        color: #009248; }
  .header__bottom {
    background-color: #000;
    padding: 15px 0;
    border-bottom: 2px solid #fff; }
    .header__bottom__wrap {
      display: flex;
      justify-content: center;
      column-gap: 40px; }
    .header__bottom a {
      color: inherit;
      display: flex;
      align-items: center;
      column-gap: 15px;
      font-size: 24px;
      line-height: 1.1; }
      .header__bottom a:hover {
        color: inherit;
        text-decoration: underline; } }

@media only screen and (max-width: 1199.99px) {
  .header .container {
    max-width: 98%; } }

@media only screen and (max-width: 991.99px) {
  .header {
    box-shadow: 0 0 10px -5px; }
    .header .navbar-header {
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      align-items: center; }
    .header .link {
      background-color: transparent; }
      .header .link svg {
        width: 31px;
        height: 50px; }
      .header .link.link-phone svg {
        width: 50px; }
    .header__main__order {
      justify-content: center;
      margin-bottom: 10px; }
    .header__bottom {
      display: none; }
    .header .menu-header-container {
      padding-right: 50px;
      padding-left: 50px;
      text-align: center; }
    .header #main-menu-links {
      position: fixed;
      background-color: #000;
      color: #fff;
      transition: all .5s ease-in-out;
      left: -100%;
      top: 0;
      width: 100%;
      padding: 15px;
      z-index: 10; }
      .header #main-menu-links .current-menu-item a {
        color: #BD202E; }
      .header #main-menu-links a {
        color: #fff;
        font-size: 20px; }
        .header #main-menu-links a:hover {
          color: #BD202E; }
      .header #main-menu-links.show {
        left: 0; }
    .header .navbar {
      justify-content: flex-end; }
    .header .navbar-toggler.closed-btn {
      position: absolute;
      top: 5px;
      right: 5px; }
    .header .navbar-toggler:not(.closed) {
      position: relative;
      display: inline-block;
      padding: 0 5px 0 45px;
      margin-left: 15px;
      height: 40px;
      background-color: transparent;
      vertical-align: top;
      cursor: pointer;
      outline: none; }
      .header .navbar-toggler:not(.closed):after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 7px;
        background: #BD202E;
        border-radius: 4px;
        top: 50%;
        left: 5px;
        margin-top: -17px;
        box-shadow: 0 15px 0 #BD202E, 0 30px 0 #BD202E; }
      .header .navbar-toggler:not(.closed) span {
        display: none; }
    .header__main__nav {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .header__main__wrap {
      flex-wrap: wrap; }
    .header__main__order {
      order: 3;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
    .header .header-icons {
      display: flex;
      gap: 20px; } }

@media only screen and (max-width: 640.99px) {
  .header .custom-logo {
    width: 100%; }
  .header__main__logo,
  .header__main__nav {
    max-width: 50%; }
  .header .link.link-phone svg {
    width: 35px; }
  .header .link svg {
    width: 22px;
    height: 35px; }
  .header .navbar-toggler:not(.closed) {
    padding: 0 5px 0 40px; }
    .header .navbar-toggler:not(.closed):after {
      width: 34px;
      margin-top: -17px;
      box-shadow: 0 14px 0 #BD202E, 0 28px 0 #BD202E; } }

@media only screen and (max-width: 640.99px) and (min-width: 451px) {
  .header__top__titile {
    font-size: 14px; } }

@media only screen and (max-width: 450.99px) {
  .header__top__titile {
    font-size: 12px; }
  .header .btn-order {
    font-size: 18px; }
  .header .navbar-header {
    gap: 10px; }
  .header .navbar-toggler:not(.closed) {
    margin-left: 0; } }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height .3s ease; }

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

#home-slider .responsive-embed {
  margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/ } }

.hero__wrap {
  width: 100%;
  height: 530px;
  position: relative;
  background-size: cover; }

.hero__wraper-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: center;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hero__title {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 28px 40px 0; }

.hero__subtitle {
  font-size: 90px;
  line-height: .9;
  font-family: "Blacksword", sans-serif;
  color: #fff;
  font-weight: 400; }

.hero__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  top: -100px;
  margin-bottom: -100px; }

.hero__item {
  max-width: 32%;
  width: 100%;
  padding: 60px 35px 30px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 11px -10px #000;
  transition: all .3s ease-in-out;
  color: #000;
  background-color: #e5e5e5;
  overflow: hidden; }
  .hero__item:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.03);
    box-shadow: 0 10px 20px -10px #676767; }
  .hero__item__decor {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .hero__item img {
    object-fit: contain;
    width: 100%;
    max-width: 96px;
    max-height: 77px;
    margin-bottom: 25px; }
  .hero__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap; }
  .hero__item-description {
    font-weight: 500;
    font-size: 19px;
    line-height: 38px; }
  .hero__item__content {
    display: flex;
    flex-direction: column;
    text-align: center; }

@media only screen and (max-width: 1480.99px) {
  .hero__wraper-title {
    max-width: 98%;
    width: 100%; } }

@media only screen and (max-width: 1199.99px) {
  .hero__item {
    flex-direction: column; } }

@media only screen and (max-width: 991.99px) {
  .hero__item {
    padding: 40px 20px 20px; }
    .hero__item img {
      object-fit: contain;
      max-width: 110px;
      max-height: 90px;
      margin-bottom: 10px; }
    .hero__item-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 1; }
    .hero__item-description {
      font-weight: 500;
      font-size: 18px;
      line-height: 20px; }
  .hero__title {
    font-size: 60px; }
  .hero__subtitle {
    font-size: 70px; } }

@media only screen and (max-width: 767.99px) and (min-width: 641px) {
  .hero .container {
    max-width: 100%; }
  .hero__list {
    top: -120px; }
  .hero__item {
    padding: 34px 20px 24px;
    flex-direction: column; }
    .hero__item img {
      max-width: 70px;
      max-height: 60px;
      margin-bottom: 10px; }
    .hero__item-description {
      line-height: 20px; }
    .hero__item-title {
      font-size: 19px; }
    .hero__item__decor {
      padding: 10px; } }

@media only screen and (max-width: 640.99px) {
  .hero__title {
    padding: 10px 20px 8px;
    font-size: 30px; }
  .hero__subtitle {
    font-size: 30px; }
  .hero__list {
    top: -50px;
    gap: 5px;
    margin-bottom: -50px;
    justify-content: space-between; }
  .hero__item {
    padding: 30px 5px 20px;
    flex-direction: column; }
    .hero__item img {
      max-width: 80px;
      max-height: 50px;
      margin-bottom: 0; }
    .hero__item-title {
      font-size: 14px;
      line-height: 1.1; }
    .hero__item__decor {
      padding: 7px; }
    .hero__item-description {
      font-size: 14px;
      line-height: 1.1; }
  .hero__wrap {
    height: 230px; } }

@media only screen and (max-width: 399.99px) {
  .hero__list {
    flex-direction: column;
    align-items: center;
    gap: 10px; }
  .hero__item {
    max-width: 60%;
    border: 2px solid #ccc; } }

.two_side {
  margin-top: 40px;
  margin-bottom: 40px; }
  .two_side__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .two_side__content {
    display: flex;
    flex-direction: column;
    padding: 60px 20px 60px 40px;
    background-repeat: no-repeat;
    background-size: cover; }
    .two_side__content h2 {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 10px;
      color: inherit; }
    .two_side__content p {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 10px;
      font-weight: 500;
      color: inherit; }
  .two_side .header__main__order {
    margin-top: 40px; }
  .two_side .btn-order {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 6px 30px;
    font-size: 22px;
    min-width: 176px; }
    .two_side .btn-order span {
      font-size: 18px;
      line-height: 23px;
      text-transform: capitalize; }
  .two_side__main__order {
    display: flex;
    gap: 20px;
    margin-top: 40px; }

@media only screen and (min-width: 992px) {
  .two_side .container {
    display: flex;
    justify-content: space-between; }
  .two_side__image {
    width: 100%;
    max-width: 50%; }
    .two_side__image img {
      width: 100%;
      object-fit: cover; }
  .two_side__content {
    width: 100%;
    max-width: 50%; } }

@media only screen and (max-width: 1199.99px) {
  .two_side .container {
    display: flex;
    max-width: 100%;
    padding: 0; } }

@media only screen and (max-width: 991.99px) {
  .two_side .container {
    flex-direction: column; }
  .two_side__content {
    padding: 50px 15px 40px; }
  .two_side__image {
    order: 2; }
  .two_side__content {
    order: 1;
    text-align: center; }
  .two_side__main__order {
    justify-content: center; } }

@media only screen and (max-width: 640.99px) {
  .two_side__content__wrap h2 {
    font-weight: 400; }
  .two_side__main__order {
    flex-direction: column; } }

.testimonials {
  padding: 50px 0 30px;
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonials-slider {
    padding: 0 60px; }
  .testimonials .swiper-slide {
    border-radius: 10px;
    padding: 20px 80px;
    background-color: #D9D9D9;
    border: 3px solid #fff;
    min-height: 364px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 26px -24px #404040; }
    .testimonials .swiper-slide img {
      width: 100%;
      max-width: 157px;
      margin-bottom: 20px; }
    .testimonials .swiper-slide .title {
      margin-bottom: 30px; }
    .testimonials .swiper-slide p {
      font-size: 18px;
      font-weight: 600; }
  .testimonials .swiper-wrapper {
    padding-bottom: 30px;
    margin: 0 auto; }
  .testimonials .swiper-button {
    background-position: center;
    background-size: contain;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat; }
    .testimonials .swiper-button:after {
      display: none; }

@media only screen and (max-width: 990.99px) {
  .testimonials .swiper-slide {
    padding: 20px 30px; } }

@media only screen and (max-width: 767.99px) {
  .testimonials .container {
    max-width: 100%; }
  .testimonials .swiper-slide {
    padding: 20px 30px; } }

@media only screen and (max-width: 640.99px) {
  .testimonials .container {
    padding: 0 5px; }
  .testimonials-slider {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px; }
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0; } }

.menu {
  padding: 50px 0; }
  .menu__btn-wrapper {
    margin-bottom: 50px;
    text-align: center; }
  .menu .container {
    max-width: 632px; }
  .menu__list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menu__list li a img {
      width: 100%; }

.grid {
  margin: 0 auto; }

.grid-item {
  margin-bottom: 15px;
  width: 32%; }
  .grid-item img {
    width: 100%;
    object-fit: contain; }

.grid-item--width2 {
  width: 500px; }

@media only screen and (max-width: 992px) {
  .grid-item {
    margin-bottom: 15px;
    width: 48%; } }

@media only screen and (max-width: 992px) {
  .grid-item {
    margin-bottom: 15px;
    width: 100%; } }

.get_in_touch {
  padding: 20px 0 50px; }
  .get_in_touch .gform_required_legend {
    display: none; }
  .get_in_touch .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield {
      width: 100%;
      margin-bottom: 10px; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
        max-width: 49%;
        flex: 49%; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-captcha {
        opacity: .5; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield label {
        margin-bottom: 2px;
        line-height: 1;
        color: #000; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield textarea {
        width: 100%;
        resize: none;
        height: 150px; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield input {
        width: 100%; }
      .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield textarea, .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield input {
        background-color: #f2f2f2;
        border: 2px solid #f2f2f2;
        padding: 5px 15px; }
  .get_in_touch .gform_wrapper .gform_footer {
    text-align: center; }
    .get_in_touch .gform_wrapper .gform_footer input[type=submit] {
      padding: 19px 50px 14px;
      border-radius: 10px;
      text-transform: uppercase;
      background-color: #009248;
      border: 2px solid #009248;
      color: #fff;
      font-weight: 700;
      transition: all .3s ease-in-out; }
      .get_in_touch .gform_wrapper .gform_footer input[type=submit]:hover {
        background-color: #fff;
        color: #009248; }

@media only screen and (max-width: 640.99px) {
  .get_in_touch .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
    max-width: 100%;
    flex: 100%; } }

.map {
  padding: 50px 0 20px; }
  .map .title {
    text-align: center; }
  .map .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0; }
  .map .acf-map img {
    max-width: inherit !important; }

.join_the_team {
  padding: 30px 0; }
  .join_the_team .btn-order {
    padding: 18px 40px 14px;
    margin-top: 15px;
    margin-bottom: 20px; }

.job_position-list {
  padding: 30px 0; }

.job_position-item {
  margin-bottom: 50px; }
  .job_position-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }
  .job_position-item:last-of-type {
    margin-bottom: 0; }
  .job_position-item .bth-yellow {
    margin-top: 10px; }

.job_position-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px; }

@media only screen and (max-width: 575px) {
  .job_position-title {
    font-size: 24px; } }

.job_application {
  padding: 50px 0; }

.contact-form-wrapper {
  min-height: 200px; }
  .contact-form-wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px; }
  .contact-form-wrapper .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact-form-wrapper .gform_wrapper .gform_fields .gfield {
      width: 100%;
      margin-bottom: 10px; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield--width-half {
        max-width: 49%;
        flex: 49%; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield input, .contact-form-wrapper .gform_wrapper .gform_fields .gfield textarea {
        padding: 8px 15px;
        width: 100%; }
      .contact-form-wrapper .gform_wrapper .gform_fields .gfield textarea {
        height: 150px;
        resize: none; }
  .contact-form-wrapper #field_2_6 {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden; }
  .contact-form-wrapper .gform_footer {
    text-align: center;
    margin: 30px auto; }
    .contact-form-wrapper .gform_footer input[type=submit] {
      padding: 10px 60px 12px;
      background-color: #000;
      color: #fff;
      border: 2px solid #000;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 18px;
      min-width: 206px;
      text-align: center; }
      .contact-form-wrapper .gform_footer input[type=submit]:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
  .contact-form-wrapper .validation_message {
    color: #BD202E; }
  .contact-form-wrapper .gform_submission_error {
    color: #BD202E;
    text-align: center; }

.gf_page_steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center; }
  .gf_page_steps .gf_step {
    margin-right: 15px;
    text-align: center; }
    .gf_page_steps .gf_step:last-of-type {
      margin-right: 0; }

.gf_step_active {
  color: #BD202E; }

.gf_step_completed {
  color: #009248; }

.gf_step_number {
  margin-right: 5px; }

.contact-form-apply-wrapper .gform_wrapper .gfield_label .gfield_required {
  color: #BD202E;
  margin-left: 5px; }

.contact-form-apply-wrapper .gform_wrapper .gform_fields .gfield {
  padding: 0;
  margin-bottom: 30px; }

.contact-form-apply-wrapper .gform_wrapper .ginput_complex {
  display: flex;
  justify-content: space-between; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex span {
    margin-right: 15px;
    width: 100%; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex span:last-of-type {
      margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address {
    flex-wrap: wrap; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address span {
      margin-right: 0;
      max-width: 32%;
      flex: 32%;
      margin-bottom: 20px; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address .gf_clear {
      display: none; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex select {
    padding: 8px 15px;
    width: 100%; }

.contact-form-apply-wrapper .gform_wrapper .gfield_checkbox, .contact-form-apply-wrapper .gform_wrapper .gfield_radio {
  display: flex; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gchoice, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gchoice label, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gchoice label {
      margin-bottom: 0; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox .gfield-choice-input, .contact-form-apply-wrapper .gform_wrapper .gfield_radio .gfield-choice-input {
    margin-right: 10px;
    width: 15px !important;
    height: 15px !important; }

.contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button], .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  padding: 18px 40px 14px;
  transition: all .3s ease; }
  .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button]:hover, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #fff;
    color: #000; }
  .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button].gform_previous_button, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit].gform_previous_button {
    line-height: 1;
    position: relative;
    transition: all .3s ease-in-out;
    background-color: #009248;
    border-color: #009248;
    color: #fff; }
    .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=button].gform_previous_button:hover, .contact-form-apply-wrapper .gform_wrapper .gform_page_footer input[type=submit].gform_previous_button:hover {
      text-decoration: none;
      transform: scale(1.05);
      box-shadow: 0 10px 20px -10px #676767; }

.ui-corner-all.gform-theme-datepicker.gravity-theme {
  background-color: #f2f2f2;
  border: 1px solid #BD202E;
  padding: 5px; }

@media only screen and (max-width: 991px) {
  .gf_page_steps {
    justify-content: center;
    flex-wrap: wrap; }
    .gf_page_steps .gf_step {
      margin: 0 15px 10px;
      text-align: center; } }

@media only screen and (max-width: 767px) {
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name {
    flex-wrap: wrap; }
    .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name > span {
      max-width: 49%;
      flex: 49%;
      margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address > span {
    max-width: 49%;
    flex: 49%;
    margin-right: 0; }
  .contact-form-apply-wrapper .gform_wrapper .gfield_checkbox, .contact-form-apply-wrapper .gform_wrapper .gfield_radio {
    flex-wrap: wrap; } }

@media only screen and (max-width: 575px) {
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_name > span {
    max-width: 100%;
    flex: 100%; }
  .contact-form-apply-wrapper .gform_wrapper .ginput_complex.ginput_container_address > span {
    max-width: 100%;
    flex: 100%;
    margin-right: 0; }
  .gf_page_steps {
    flex-direction: column; } }

.information_about_locations {
  padding: 80px 0; }
  .information_about_locations__title {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    color: #009248;
    font-family: "Blacksword", sans-serif;
    font-size: 59px;
    line-height: 74px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center; }
    .information_about_locations__title:before, .information_about_locations__title:after {
      content: '';
      display: block;
      width: 36px;
      height: 57px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../images/icon-loc.svg); }
  .information_about_locations .locations-list {
    display: flex;
    justify-content: center; }
    .information_about_locations .locations-list__item {
      width: 100%;
      flex: 45%;
      max-width: 45%;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 35px; }
      .information_about_locations .locations-list__item:nth-of-type(odd) {
        border-right: 2px solid #000; }
      .information_about_locations .locations-list__item p, .information_about_locations .locations-list__item a {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        max-width: 370px;
        margin: 0 auto; }
      .information_about_locations .locations-list__item a {
        color: #000; }
        .information_about_locations .locations-list__item a:hover {
          text-decoration: underline; }

@media only screen and (max-width: 766.99px) {
  .information_about_locations__title:before, .information_about_locations__title:after {
    display: none; }
  .information_about_locations .locations-list {
    flex-direction: column; }
    .information_about_locations .locations-list__item {
      max-width: 100%;
      flex: 100%;
      padding: 30px 0; }
      .information_about_locations .locations-list__item:nth-of-type(odd) {
        border-right: none;
        border-bottom: 2px solid #000; }
      .information_about_locations .locations-list__item p,
      .information_about_locations .locations-list__item a {
        max-width: 100%; } }

@media only screen and (max-width: 450.99px) {
  .information_about_locations__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px; }
  .information_about_locations .locations-list__item {
    gap: 30px; }
    .information_about_locations .locations-list__item p,
    .information_about_locations .locations-list__item a {
      font-size: 21px;
      line-height: 24px; } }

.part-join-email-list {
  padding: 80px 0; }
  .part-join-email-list__forms {
    width: 90%;
    margin: 0 auto; }
    .part-join-email-list__forms .gform_heading {
      display: none; }
    .part-join-email-list__forms .title {
      text-align: center;
      font-size: 40px;
      margin-bottom: 20px; }
    .part-join-email-list__forms form {
      display: flex;
      justify-content: space-between;
      gap: 10px; }
      .part-join-email-list__forms form .gform-body {
        width: 100%; }
        .part-join-email-list__forms form .gform-body input {
          width: 100%;
          background-color: #f2f2f2;
          border: 2px solid #f2f2f2; }
          .part-join-email-list__forms form .gform-body input::placeholder {
            line-height: 1;
            color: #ADADAD; }
      .part-join-email-list__forms form input {
        border-radius: 10px;
        padding: 19px 20px 14px; }
      .part-join-email-list__forms form .hidden_label label {
        display: none; }
      .part-join-email-list__forms form .gform_footer input {
        padding-left: 50px;
        padding-right: 50px;
        text-transform: uppercase;
        background-color: #009248;
        border: 2px solid #009248;
        color: #fff;
        font-weight: 700;
        transition: all .3s ease-in-out; }
        .part-join-email-list__forms form .gform_footer input:hover {
          background-color: #fff;
          color: #009248; }

.hours_of_operation {
  padding: 0 0 80px;
  display: flex;
  justify-content: center;
  gap: 40px; }
  .hours_of_operation p {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4; }

@media only screen and (max-width: 991.99px) {
  .part-join-email-list__forms .title {
    font-size: 30px; } }

@media only screen and (max-width: 767.99px) {
  .hours_of_operation p {
    font-size: 23px; }
  .hours_of_operation svg {
    width: 100px;
    height: 100px; } }

@media only screen and (max-width: 640.99px) {
  .hours_of_operation {
    flex-direction: column;
    align-items: center;
    gap: 20px; }
  .part-join-email-list__forms .title {
    font-size: 28px; }
  .part-join-email-list__forms form {
    margin-top: 20px;
    flex-direction: column; }
    .part-join-email-list__forms form .gform_footer input {
      width: 100%; } }

.popup {
  max-width: 98%;
  max-height: 98%; }
  .popup__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px; }
  .popup .locations-list {
    display: flex;
    justify-content: center; }
    .popup .locations-list__item {
      padding: 40px;
      width: 100%;
      max-width: 50%; }
      .popup .locations-list__item:last-child {
        border-left: 2px solid #000; }
      .popup .locations-list__item p {
        max-width: 500px; }
      .popup .locations-list__item .locations-list-p, .popup .locations-list__item .locations-list-a {
        font-size: 30px;
        text-align: center;
        color: #000;
        display: block;
        margin-bottom: 10px;
        max-width: 370px; }
      .popup .locations-list__item-links {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        align-items: center; }
      .popup .locations-list__item .btn-order {
        text-transform: capitalize;
        text-align: center;
        width: 100%;
        max-width: 226px; }

.fancybox-slide--html .fancybox-close-small {
  padding: 2px; }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer__top {
  background-size: cover;
  width: 100%;
  height: auto;
  background-repeat: no-repeat; }

.footer__nav {
  padding: 50px 0; }

.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px; }
  .footer__main-item {
    border-radius: 10px;
    width: 100%;
    flex: 31%;
    max-width: 32%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center; }
    .footer__main-item a {
      color: inherit;
      display: flex;
      flex-direction: column;
      gap: 10px;
      text-align: center;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      max-width: 250px; }
    .footer__main-item .text-center svg {
      margin-bottom: 10px; }
    .footer__main-item__middle .locations-list {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .footer__main-item__middle .locations-list__item {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .footer__main-item__middle .locations-list__item p {
          margin-bottom: 0; }
        .footer__main-item__middle .locations-list__item a {
          margin: 0 auto; }
          .footer__main-item__middle .locations-list__item a:hover {
            color: #009248;
            text-decoration: none; }
        .footer__main-item__middle .locations-list__item:before {
          content: '';
          display: block;
          width: 36px;
          height: 56px;
          margin: 0 auto 10px;
          background-image: url(../images/icon-loc.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
        .footer__main-item__middle .locations-list__item-hours p {
          margin-bottom: 0; }
          .footer__main-item__middle .locations-list__item-hours p br {
            display: none; }
  .footer__main__order {
    display: flex;
    flex-direction: column;
    gap: 20px; }

.footer__bottom {
  padding: 10px 0;
  border-top: 2px solid; }
  .footer__bottom-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer__bottom p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600; }
  .footer__bottom a {
    color: inherit;
    transition: all .5s ease-in-out;
    text-decoration: none; }
    .footer__bottom a b {
      text-decoration: underline; }
    .footer__bottom a:hover {
      text-decoration: underline; }

.footer .custom-logo {
  width: 100%; }

.footer .btn-order {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 6px 30px;
  font-size: 22px;
  gap: 0; }
  .footer .btn-order span {
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize; }

.footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px; }
  .footer-socials li {
    border: 1px solid #fff; }
    .footer-socials li.li-facebook-square {
      position: relative;
      background-color: #4E598C;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
      .footer-socials li.li-facebook-square:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #29325A;
        position: absolute;
        z-index: 1;
        left: 23%;
        top: 24%; }
    .footer-socials li a {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 25px;
      z-index: 2; }
      .footer-socials li a i {
        position: relative;
        transition: transform .5s ease-in-out; }
      .footer-socials li a:hover {
        text-decoration: none; }
        .footer-socials li a:hover i {
          transform: rotate(360deg) scale(1.1); }
    .footer-socials li.li-instagram {
      position: relative;
      background-color: #6C27B0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
      .footer-socials li.li-instagram:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #401C6F;
        position: absolute;
        z-index: 1;
        left: 23%;
        top: 24%; }

.navbar-footer {
  display: none; }

@media only screen and (max-width: 1199.99px) {
  .footer .container {
    max-width: 100%; }
  .footer__main-item {
    overflow: hidden; } }

@media only screen and (max-width: 991.99px) {
  .footer__top {
    background-image: none !important; }
    .footer__top .container {
      max-width: 100%;
      padding: 0; }
  .footer__nav {
    display: none; }
  .footer__main-item {
    padding: 30px 20px;
    max-width: 100%; }
    .footer__main-item .custom-logo {
      width: 100%; }
    .footer__main-item.footer__main-item-large, .footer__main-item.footer__main-item__middle {
      display: none; }
    .footer__main-item .custom-logo-link {
      order: 1; }
    .footer__main-item .footer__main__order {
      order: 3;
      flex-direction: row; }
      .footer__main-item .footer__main__order .btn-order {
        min-width: 176px; }
    .footer__main-item .footer__main-item__links {
      order: 2; }
  .footer .navbar-toggler {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 70px;
    margin-left: 15px;
    height: 70px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none; }
    .footer .navbar-toggler:after {
      content: '';
      position: absolute;
      display: block;
      width: 60px;
      height: 10px;
      background: #BD202E;
      border-radius: 4px;
      top: 50%;
      left: 5px;
      margin-top: -26px;
      box-shadow: 0 22px 0 #BD202E, 0 44px 0 #BD202E; }
    .footer .navbar-toggler span {
      display: none; }
  .footer__main-item__links {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%; }
  .footer-socials li a {
    font-size: 50px; }
  .footer-socials li.li-facebook-square, .footer-socials li.li-instagram {
    width: 75px;
    height: 75px; }
    .footer-socials li.li-facebook-square:after, .footer-socials li.li-instagram:after {
      width: 70px;
      height: 70px; }
  .navbar-footer {
    display: flex;
    justify-content: flex-end;
    gap: 20px; }
    .navbar-footer svg {
      height: 60px;
      width: 60px; } }

@media only screen and (min-width: 768px) {
  .footer-menu {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px; }
    .footer-menu li {
      display: inline-block; }
      .footer-menu li a {
        color: #fff;
        display: block;
        padding: 15px 10px 5px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase; }
        .footer-menu li a:hover {
          color: #009248; }
      .footer-menu li.current-menu-item a {
        color: #009248; } }

@media only screen and (max-width: 767.99px) {
  .footer__top {
    background-image: none !important; }
  .footer__nav {
    display: none; }
  .footer__main-item-large {
    display: none; }
  .footer__main-item {
    max-width: 100%; }
  .footer__main__order {
    order: 3; }
  .footer__main-item__links {
    order: 2;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .footer__icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; } }

@media only screen and (max-width: 640.99px) {
  .footer__bottom-wrap {
    justify-content: center; } }

@media only screen and (max-width: 480.99px) {
  .footer__main-item .footer__main__order {
    flex-direction: column; }
  .footer-socials li a {
    font-size: 30px; }
  .footer-socials li.li-facebook-square, .footer-socials li.li-instagram {
    width: 45px;
    height: 45px; }
    .footer-socials li.li-facebook-square:after, .footer-socials li.li-instagram:after {
      width: 45px;
      height: 45px; }
  .footer-socials {
    gap: 10px; }
  .navbar-footer {
    display: flex;
    justify-content: flex-end;
    gap: 20px; }
    .navbar-footer svg {
      height: 45px;
      width: 45px; }
  .navbar-footer {
    gap: 8px; }
  .footer .navbar-toggler {
    padding: 0 5px 0 50px;
    margin-left: 0;
    height: 45px; }
    .footer .navbar-toggler:after {
      width: 45px;
      height: 7px;
      top: 50%;
      left: 5px;
      margin-top: -19px;
      box-shadow: 0 16px 0 #BD202E, 0 32px 0 #BD202E; }
    .footer .navbar-toggler span {
      display: none; } }
