/* MAIN  FILES
 ========================================================================== */
.header {
  padding: 25px 0;
}
.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header .wrapper nav > ul > li {
  margin-right: 40px;
}
.header .wrapper nav > ul > li .parent-sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 42px;
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  right: 0;
  padding: 70px 0 90px;
  z-index: -9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu > li > a {
  color: #2e3b3b;
  font-family: 'RedHatDisplay';
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children:first-child {
  margin-right: 65px;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children:first-child .sub-menu {
  column-count: 2;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children:first-child .sub-menu li {
  margin-right: 85px;
}
@media (max-width: 1359px) {
  .header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children:first-child .sub-menu li {
    margin-right: 40px;
  }
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li {
  display: block;
  margin-bottom: 11px;
  padding-left: 20px;
  position: relative;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li:before {
  font-family: 'fontawesome-solid';
  font-weight: 900;
  content: '\f054';
  font-size: 16px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  color: #ff671f;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li a {
  color: #686868;
  font-family: 'OpenSans';
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li a:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #ff671f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li a:hover {
  color: #ff671f;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu .menu-item-has-children .sub-menu li a:hover:before {
  width: 100%;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu > li {
  margin-right: 150px;
}
@media (max-width: 1359px) {
  .header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu > li {
    margin-right: 70px;
  }
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu > li:last-child {
  margin-right: 0;
}
.header .wrapper nav > ul > li .parent-sub-menu .row1310 > .sub-menu > li li a {
  color: #313034;
  font-family: 'OpenSans';
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.header .wrapper nav > ul > li:hover:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 52px;
  width: 100%;
  bottom: -10px;
}
.header .wrapper nav > ul > li:hover > .parent-sub-menu {
  opacity: 1;
  visibility: visible;
  top: 101px;
  z-index: 2;
}
.header .wrapper nav > ul > li > a {
  color: #313034;
  font-family: 'OpenSans';
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.header .wrapper .right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .wrapper .right-content .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .wrapper .right-content .links a {
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .wrapper .right-content .links a:hover {
  text-decoration: none;
  color: #ff671f;
}
.header .wrapper .right-content .links a:last-child {
  margin-right: 0;
}
.header .cart-btn-h {
  position: relative;
}
.header .cart-btn-h .wmc-content {
  position: absolute;
  display: block;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  min-width: 450px;
  padding: 30px;
  height: auto !important;
}
.header .cart-btn-h .wmc-content a.remove {
  color: #000 !important;
}
.header .cart-btn-h .wmc-content a.remove:hover {
  color: red !important;
  background: transparent;
}
.header .cart-btn-h .wmc-content a, .header .cart-btn-h .wmc-content p, .header .cart-btn-h .wmc-content h4 {
  padding-bottom: 0 !important;
  margin-right: 0 !important;
}
.header .cart-btn-h .wmc-content h3 {
  padding-bottom: 0;
  background-color: transparent !important;
  font-size: 24px !important;
  color: #1d3557 !important;
}
.header .cart-btn-h .wmc-content .wmc-products {
  overflow-y: auto;
  margin-top: 17px !important;
}
.header .cart-btn-h .wmc-content .wmc-subtotal {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.header .cart-btn-h .wmc-content .wmc-subtotal h5 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  border-top: none;
  font-size: 23px;
}
.header .cart-btn-h .wmc-content .wmc-products {
  max-height: 439px;
  height: auto;
}
.header .cart-btn-h .wmc-content .wmc-products li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.header .cart-btn-h .wmc-content .wmc-bottom-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header .cart-btn-h .wmc-content .wmc-bottom-buttons a {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
  color: #fff !important;
  font-family: 'MazzardH' !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-block !important;
  background-color: #1d3557 !important;
  padding: 14px 10px;
}
.header .cart-btn-h .wmc-content .wmc-bottom-buttons a:hover {
  color: #1d3557 !important;
  border: 1px solid #1d3557 !important;
  background: transparent !important;
  text-decoration: none !important;
}
.header .cart-btn-h .wmc-content .wmc-bottom-buttons a:last-child {
  margin-bottom: 0;
}
.header .cart-btn-h .wmc-content .wmc-image a {
  margin-right: 12px !important;
  display: inline-block;
  max-width: 129px !important;
}
.header .cart-btn-h .wmc-content .wmc-image a img {
  max-width: 129px !important;
  width: 100%;
}
.header .cart-btn-h .wmc-content .wmc-details {
  width: auto;
  text-align: left;
}
.header .cart-btn-h:hover .wmc-content, .header .cart-btn-h.act .wmc-content {
  visibility: visible;
  opacity: 1;
  top: 40px;
}
@media (max-width: 1024px) {
  .header .cart-btn-h:hover .wmc-content, .header .cart-btn-h.act .wmc-content {
    display: none;
  }
}
.header .cart-btn-h:hover:before, .header .cart-btn-h.act:before {
  content: '';
  position: absolute;
  top: 27px;
  right: -56px;
  height: 70px;
  width: 166px;
}
.wmc-cart-wrapper {
  display: none;
}
@media screen and (max-height: 850px) {
  .header-top .cart-btn-h .wmc-content .wmc-products {
    max-height: 330px;
    height: auto;
  }
}
.btn-default {
  background-color: #ff671f;
  color: #fff;
  font-family: 'MazzardH';
  font-size: 20px;
  font-weight: 500;
  padding: 20px 70px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  display: inline-block;
}
.btn-default:hover {
  color: #ff671f;
  border: 1px solid #ff671f;
  background: transparent;
  text-decoration: none;
}
.btn-default.pi {
  background-color: #1d3557;
}
.btn-default.pi:hover {
  color: #1d3557;
  border: 1px solid #1d3557;
  background: transparent;
  text-decoration: none;
}
.search-header {
  position: relative;
}
.search-header .serch-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.search-header form {
  position: absolute;
  bottom: -40px;
  width: 235px;
  right: -96px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
@media (max-width: 1140px) {
  .search-header form {
    right: 0;
  }
}
.search-header form input {
  color: #313034;
  font-family: 'OpenSans';
}
.search-header form input::placeholder {
  color: #313034;
  font-family: 'OpenSans';
}
.search-header form button {
  width: 46px;
  border: none;
  cursor: pointer;
  background-color: #ff671f;
}
.search-header form button img {
  max-width: 17px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
}
.search-header .active {
  bottom: -59px;
  right: -96px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media (max-width: 1140px) {
  .search-header .active {
    right: 0;
  }
}
.category-home {
  padding: 60px 0 125px;
  background-color: #f3f3f3;
}
.category-home .row1800 {
  width: 1250px;
}
@media (max-width: 1024px) {
  .category-home {
    padding: 40px 0 125px;
  }
}
.category-home .title {
  margin-bottom: 80px;
}
.category-home .title h2 {
  color: #ff671f;
  text-align: center;
  background-image: url('../img/bg-title.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 15px;
}
.wrapper-category-section .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  min-height: 400px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .wrapper-category-section .item {
    min-height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper-category-section .item {
    min-height: 350px;
  }
}
.wrapper-category-section .item:nth-child(2n) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
@media (max-width: 480px) {
  .wrapper-category-section .item a {
    padding: 20px 40px;
  }
}
.wrapper-category-section .item .left-content {
  width: 100%;
  max-width: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 50px 90px 50px 90px;
}
@media (max-width: 1024px) {
  .wrapper-category-section .item .left-content {
    padding: 31px 38px 38px 64px;
  }
}
@media (max-width: 768px) {
  .wrapper-category-section .item .left-content {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .wrapper-category-section .item .left-content {
    padding: 30px;
  }
}
.wrapper-category-section .item .left-content h3 {
  color: #fff;
  font-family: 'RedHatDisplay';
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .wrapper-category-section .item .left-content h3 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .wrapper-category-section .item .left-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .wrapper-category-section .item .left-content h3 {
    font-size: 30px;
  }
}
.wrapper-category-section .item .left-content p {
  color: #fff;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 35px;
  max-width: 385px;
}
.wrapper-category-section .item:first-child .left-content h3 {
  color: #2b3333;
}
.wrapper-category-section .item:first-child .left-content p {
  color: #555;
}
.wrapper-category-section .item .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .top-footer {
  padding-top: 190px;
}
.lets-get {
  margin-bottom: -120px;
}
.lets-get .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 70px 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 60px 55px 10px rgba(23, 23, 23, 0.3);
}
@media (max-width: 850px) {
  .lets-get .item {
    padding: 33px 45px;
    display: block;
  }
}
@media (max-width: 420px) {
  .lets-get .item .right-content a {
    padding: 20px 40px;
  }
}
.lets-get .item .left-content {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  width: 45%;
  margin-right: 100px;
}
@media (max-width: 850px) {
  .lets-get .item .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 65%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .lets-get .item .left-content {
    width: 100%;
  }
}
.lets-get .item .left-content .wys {
  color: #fff;
}
.lets-get .item .left-content .wys p {
  color: #fff;
  font-family: 'MazzardH';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.waste-section {
  padding-bottom: 65px;
}
.waste-section .title {
  position: relative;
  top: -110px;
}
.waste-section .title h2 {
  color: #3c5f5f;
  font-weight: 700;
}
.waste-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .waste-section .wrapper {
    display: block;
  }
}
.waste-section .wrapper .right-content {
  text-align: center;
}
.waste-section .wrapper .left-content {
  max-width: 750px;
  margin-top: -85px;
  margin-right: 90px;
}
@media (max-width: 1024px) {
  .waste-section .wrapper .left-content {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .waste-section .wrapper .left-content {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
.waste-section .wrapper .left-content .btn-default {
  margin-left: 110px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .waste-section .wrapper .left-content .btn-default {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .waste-section .wrapper .left-content .btn-default {
    padding: 20px 40px;
  }
}
.waste-section .wrapper .left-content .wys {
  background-color: #e4e4e4;
  padding: 20px 110px 110px 110px;
}
@media (max-width: 1024px) {
  .waste-section .wrapper .left-content .wys {
    padding: 20px 50px 50px 50px;
  }
}
@media (max-width: 576px) {
  .waste-section .wrapper .left-content .wys {
    padding: 20px 30px 30px 30px;
  }
}
.waste-section .wrapper .left-content .wys p {
  color: #222626;
  font-family: 'OpenSans';
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
}
.page-title {
  margin-bottom: 35px;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #686868;
  font-family: 'OpenSans';
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #ff671f;
}
.default-page-ar {
  padding: 40px 0;
}
.default-page-ar h3, .default-page-ar h2 {
  margin-bottom: 30px;
}
.default-page-ar .wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.default-page-ar .wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .default-page-ar .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .default-page-ar .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .default-page-ar .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .default-page-ar .wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.default-page-ar .wrapper .post {
  border: 1px solid #d9d9d9;
  padding: 35px !important;
}
.default-page-ar .wrapper .post h4 {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .default-page-ar .wrapper .post .btn-default {
    padding: 20px 40px;
  }
}
.top_background_image {
  background-position: center;
  background-size: cover;
  min-height: 580px;
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .top_background_image {
    min-height: 450px;
    margin-bottom: 30px;
  }
}
.top_background_image * {
  color: #fff;
}
.shop-wrap .row {
  width: 1600px;
}
.shop-wrap .shop-aside {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  flex-basis: 230px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .shop-wrap .shop-aside {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item {
  margin-bottom: 30px;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > a {
  font-family: "RedHatDisplay";
  font-weight: 700;
  color: #2e3b3b;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > a:hover {
  color: #ff671f;
  text-decoration: none;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item {
    margin: 0 3px;
    padding-left: 0;
  }
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item:before {
  content: "\f105";
  font-family: 'fontawesome-solid';
  font-size: 15px;
  color: #ff671f;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 1024px) {
  .shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item:before {
    position: static;
    margin-right: 5px;
  }
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item > a {
  color: #686868;
  font-size: 16px;
  font-family: 'OpenSans';
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #ff671f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item > a:hover {
  text-decoration: none;
  color: #ff671f;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .cat-item > a:hover:before {
  width: 100%;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .current-cat > a {
  text-decoration: none;
  color: #ff671f;
}
.shop-wrap .shop-aside .product_cat_wrap > .cat-item > ul.children > .current-cat > a:before {
  width: 100%;
}
.shop-wrap .shop-aside .product_cat_wrap > .current-cat > a {
  color: #ff671f;
  text-decoration: none;
}
.shop-wrap .shop-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1023px) {
  .woocommerce .products ul, .woocommerce ul.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .woocommerce .products ul:before, .woocommerce ul.products:before {
    display: none;
  }
}
ul.products.columns-3 li.product {
  width: 31% !important;
}
@media (max-width: 1024px) {
  ul.products.columns-3 li.product {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  ul.products.columns-3 li.product {
    float: none !important;
    margin: 10px 5px !important;
  }
}
@media (max-width: 767px) {
  ul.products.columns-3 li.product {
    width: 48% !important;
  }
}
@media (max-width: 550px) {
  ul.products.columns-3 li.product {
    width: 100% !important;
    min-height: 1px;
    margin: 5px 0;
  }
}
li.product {
  border: 1px solid #d9d9d9;
  padding: 35px !important;
  margin: 0 1.8% 1.492em 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product > a {
  display: block;
}
li.product .product-item-image {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
li.product .product-item-image img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
li.product .info-product-item {
  text-align: center;
}
li.product .info-product-item .product-item-price {
  font-size: 20px;
  color: #000;
  font-family: "RedHatDisplay";
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product .info-product-item > span {
  font-size: 16px;
  color: #686868;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li.product:hover {
  border: 1px solid #ff671f;
}
li.product:hover .info-product-item .product-item-price {
  color: #ff671f;
}
li.product:hover .info-product-item > span {
  color: #ff671f;
}
.woocommerce-pagination {
  margin: 20px 0 40px;
}
.woocommerce .single-item-wrap {
  padding: 95px 0;
}
@media (max-width: 767px) {
  .woocommerce .single-item-wrap {
    padding: 40px 0;
  }
}
.woocommerce .single-item-wrap .row {
  width: 1300px;
}
.woocommerce .single-item-wrap div.product .product_title {
  font-size: 40px;
  margin-bottom: 60px;
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery {
  width: 66%;
  padding: 0 150px;
}
@media (max-width: 1023px) {
  .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery {
    padding: 0 60px;
  }
}
@media (max-width: 568px) {
  .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery {
    padding: 0px;
  }
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 37%;
  width: 100%;
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  font-size: 0;
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev:before, .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next:before {
  position: absolute;
  top: 0;
  color: #000;
  font-family: 'fontawesome-solid';
  font-size: 30px;
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a, .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next a {
  position: absolute;
  width: 20px;
  height: 30px;
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  top: 0;
  left: 30px;
}
@media (max-width: 568px) {
  .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0;
  }
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev:before {
  content: "\f053";
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  top: 0;
  right: 30px;
}
@media (max-width: 568px) {
  .woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    right: 15px;
  }
}
.woocommerce .single-item-wrap div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next:before {
  content: "\f054";
}
.woocommerce .single-item-wrap div.product div.summary {
  width: 30%;
}
@media (max-width: 1023px) {
  .woocommerce .single-item-wrap div.product div.summary {
    width: 100%;
  }
}
.woocommerce .single-item-wrap div.product div.summary .single_excerpt-item h3 {
  font-size: 24px;
}
.woocommerce .single-item-wrap div.product div.summary .single_excerpt-item p {
  color: #686868;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.woocommerce .single-item-wrap div.product div.summary .single_excerpt-item ul {
  padding-bottom: 20px;
}
.woocommerce .single-item-wrap div.product div.summary .single_excerpt-item ul li {
  position: relative;
  padding-left: 20px;
}
.woocommerce .single-item-wrap div.product div.summary .single_excerpt-item ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  background: #ff671f;
}
.woocommerce .single-item-wrap div.product form.cart .variations label {
  font-family: 'MazzardH';
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce .single-item-wrap div.product form.cart .variations td {
  display: block;
}
.woocommerce .single-item-wrap div.product form.cart .variations select {
  height: 40px;
  color: #000;
}
.woocommerce .single-item-wrap div.product div.images .flex-control-thumbs {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 30px 0 40px;
}
.woocommerce .single-item-wrap div.product div.images .flex-control-thumbs li {
  width: 13%;
  border: 1px solid #d9d9d9;
  margin: 3px;
}
.woocommerce .single-item-wrap div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce .single-item-wrap div.product form.cart div.quantity {
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.woocommerce .single-item-wrap div.product form.cart div.quantity .minus {
  font-family: 'OpenSans', sans-serif;
  background: transparent;
  border: none;
  font-size: 30px;
  color: #959595;
  padding: 0;
  width: 40px;
  border-right: 1px solid #d9d9d9;
  background: #ebebeb;
  line-height: 1;
  padding: 0px 0 4px;
}
.woocommerce .single-item-wrap div.product form.cart div.quantity .plus {
  font-family: 'OpenSans', sans-serif;
  background: transparent;
  border: none;
  font-size: 30px;
  color: #959595;
  width: 40px;
  border-left: 1px solid #d9d9d9;
  background: #ebebeb;
  line-height: 1;
}
.woocommerce .single-item-wrap .quantity input[type="number"] {
  font-size: 16px;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 55px;
  padding: 0;
  color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #ff671f !important;
  color: #fff !important;
  font-size: 20px;
  font-family: 'MazzardH';
  font-weight: 700;
  padding: 21px 32px 18px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  border: 1px solid #ff671f;
  color: #ff671f !important;
  background: #fff !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.woocommerce-variation, .single_variation {
  margin: 50px 0;
}
.woocommerce-variation-price {
  font-family: 'RedHatDisplay';
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.woocommerce-variation-price span {
  font-family: 'RedHatDisplay';
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.related.products {
  margin: 60px 0 0;
}
.related.products > h2 {
  text-align: center;
  padding-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 55px 140px 55px;
  margin: 0 !important;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
  }
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 -1px 0 !important;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: #ebebeb;
  margin: 0 5px 0 0 !important;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  width: 300px;
  max-width: 100%;
  display: block;
  text-align: center;
  font-family: 'MazzardH';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f7f7f7 !important;
  border-bottom-color: #f7f7f7;
}
.term-suites .top_background_image, .term-dining-room-suites .top_background_image {
  margin-bottom: 45px;
}
.shop-wrap-suites .top-nav-cat {
  margin-bottom: 45px;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap {
  border: 1px solid #e1e1e1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap > li {
  padding: 50px 100px;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap > li > a {
  color: #d1d1d1;
  font-family: 'RedHatDisplay';
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #2e3b3b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap > li > a:hover {
  color: #2e3b3b;
  text-decoration: none;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap > li > a:hover:before {
  width: 100%;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap .current-cat > a {
  color: #2e3b3b;
  text-decoration: none;
}
.shop-wrap-suites .top-nav-cat ul.product_cat_wrap .current-cat > a:before {
  width: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #ff671f !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.woocommerce-error > a, .woocommerce-info > a, .woocommerce-message > a {
  float: none !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ff671f;
}
.woocommerce-cart .minus, .woocommerce-cart .plus {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 61px;
  width: 170px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 40%;
}
.checkout_coupon.woocommerce-form-coupon .input-text {
  height: 61px;
}
.checkout.woocommerce-checkout select {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
.suites-section-block .row1800 {
  width: 1250px;
}
.home-banner__block {
  min-height: calc(100vh - 103px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .home-banner__block {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .home-banner__block {
    min-height: 500px;
  }
}
.home-banner__block .wys {
  margin-bottom: 40px;
}
.how-it-work__block {
  background: #f3f3f3;
}
.how-it-work__block .how-it-work__steps {
  position: relative;
  top: -75px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 35px;
}
@media (max-width: 1024px) {
  .how-it-work__block .how-it-work__steps {
    position: static;
  }
}
.how-it-work__block .how-it-work__steps .dot-wave-after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 43%;
  z-index: 2;
  object-fit: cover;
  width: 60%;
}
@media (max-width: 1024px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    top: 11.4%;
  }
}
@media (max-width: 1023px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    display: none;
  }
}
@media (max-width: 768px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    display: block;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    top: 12.4%;
  }
}
@media (max-width: 666px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    top: 12%;
    width: 73%;
  }
}
@media (max-width: 568px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    top: 12%;
    width: 90%;
  }
}
@media (max-width: 460px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    top: 11.8%;
    width: 110%;
  }
}
@media (max-width: 375px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    top: 11.1%;
    width: 146%;
  }
}
@media (max-width: 374px) {
  .how-it-work__block .how-it-work__steps .dot-wave-after {
    display: none;
  }
}
.how-it-work__block .how-it-work__steps h3 {
  text-align: center;
  color: #3c5f5f;
  font-weight: 400;
  margin-bottom: 40px;
}
.how-it-work__block .how-it-work__steps .how-it-work__wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .how-it-work__block .how-it-work__steps .how-it-work__wrapper-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.how-it-work__block .how-it-work__steps .how-it-work__wrapper-item .item {
  position: relative;
  z-index: 5;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31%;
  text-align: center;
}
@media (max-width: 1023px) {
  .how-it-work__block .how-it-work__steps .how-it-work__wrapper-item .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .how-it-work__block .how-it-work__steps .how-it-work__wrapper-item .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.how-it-work__block .how-it-work__steps .how-it-work__wrapper-item .item .description .step_num {
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #ff671f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 40px;
}
.how-it-work__block .how-it-work__steps .how-it-work__wrapper-item .item .description .wys h3 {
  padding-bottom: 20px;
}
.how-it-work__block .benefits-tickets__block .row1800 {
  width: 1250px;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket {
  position: relative;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  width: 49%;
  border: 8px solid #1d3557;
  min-height: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  padding: 190px 5px 100px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket:first-child {
  border: 8px solid #ff671f;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket:first-child .btn-default {
  background-color: #1d3557;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket:first-child .btn-default:hover {
  color: #1d3557;
  border: 1px solid #1d3557;
  background: transparent;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket {
    padding-left: 80px;
  }
}
@media (max-width: 1300px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket {
    padding-left: 35px;
  }
}
@media (max-width: 1024px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
    width: 80%;
    margin: 20px auto;
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
  }
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket > div {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .ticket-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .ticket-title {
    position: static;
    transform: none;
  }
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .ticket-title h2 {
  font-size: 53px;
  text-align: center;
}
@media (max-width: 1250px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .ticket-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .ticket-title h2 {
    font-size: 38px;
  }
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .btn-default {
  display: inline-block;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .benefits-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .benefits-items .benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  width: 49%;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .benefits-items .benefit {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .benefits-items .benefit img {
  margin-right: 20px;
}
.how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .shop-link {
  padding: 0 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 20px;
}
@media (max-width: 1024px) {
  .how-it-work__block .benefits-tickets__block .benefits-tickets__wrapper .ticket .shop-link {
    position: static;
    transform: none;
  }
}
.faq-section__home {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .faq-section__home {
    padding: 60px 0;
  }
}
@media (max-width: 768pxpx) {
  .faq-section__home {
    padding: 40px 0;
  }
}
.faq-section__home .item-accordion {
  margin-bottom: 60px;
}
.faq-section__home .link_to_faq {
  text-align: center;
}
.faq-section__home .acc {
  border: none;
  background: #f6f6f6;
  padding: 0 30px;
}
.faq-section__home .acc .item {
  position: relative;
  margin-bottom: 10px;
}
.faq-section__home .acc .item h4 {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  width: 100%;
}
.faq-section__home .acc .item h4 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.faq-section__home .acc .item h4 span:before, .faq-section__home .acc .item h4 span:after {
  content: '';
  background-color: #878a92;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section__home .acc .item h4 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.faq-section__home .acc .item h4 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 768px) {
  .faq-section__home .acc .item h4 {
    font-size: 16px;
  }
}
.faq-section__home .acc .item h4.active span:before, .faq-section__home .acc .item h4.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-section__home .acc .item .info {
  display: none;
  font-size: 16px;
}
.partners_block {
  padding: 50px 0;
}
.partners_block .row1420 {
  width: 1370px;
}
.partners_block .partners_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.partners_block .partners_wrapper .item img {
  filter: grayscale(1);
}
.table-section {
  padding: 75px 0;
  overflow: hidden;
}
.table-section .table-section-wrapper .table-title {
  text-align: center;
  margin-bottom: 60px;
}
.table-section .table-section-wrapper .table-title h3 {
  color: #3c5f5f;
}
.table-section .table-section-wrapper .table {
  width: 1080px;
  max-width: 100%;
}
.table-section .table-section-wrapper .table .table-column__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.table-section .table-section-wrapper .table .table-column__title .column__title {
  padding: 30px 50px;
}
@media (max-width: 1024px) {
  .table-section .table-section-wrapper .table .table-column__title .column__title {
    padding: 15px 40px;
  }
}
@media (max-width: 768px) {
  .table-section .table-section-wrapper .table .table-column__title .column__title {
    padding: 15px 22px;
  }
}
@media (max-width: 567px) {
  .table-section .table-section-wrapper .table .table-column__title .column__title {
    padding: 15px 14px;
  }
}
@media (max-width: 370px) {
  .table-section .table-section-wrapper .table .table-column__title .column__title {
    padding: 10px 3px;
  }
}
.table-section .table-section-wrapper .table .table-column__title .column__title > * {
  color: #3c5f5f;
}
.table-section .table-section-wrapper .table .table-column__title .column__title h5 {
  font-size: 16px;
  padding: 0;
}
@media (max-width: 630px) {
  .table-section .table-section-wrapper .table .table-column__title .column__title h5 {
    font-size: 12px;
  }
}
.table-section .table-section-wrapper .table .table-rows .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  border-top: 1px solid #e1e1e1;
}
.table-section .table-section-wrapper .table .table-rows .item .item-title {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-basis: 23%;
  flex-basis: 23%;
  width: 47%;
}
@media (max-width: 450px) {
  .table-section .table-section-wrapper .table .table-rows .item .item-title {
    -webkit-flex-basis: 37%;
    -moz-flex-basis: 37%;
    -ms-flex-basis: 37%;
    flex-basis: 37%;
    width: 37%;
  }
}
.table-section .table-section-wrapper .table .table-rows .item .item-title h4 {
  color: #3c5f5f;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 630px) {
  .table-section .table-section-wrapper .table .table-rows .item .item-title h4 {
    font-size: 14px;
  }
}
.table-section .table-section-wrapper .table .table-rows .item .value-row {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-basis: 51%;
  flex-basis: 51%;
  width: 51%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@media (max-width: 450px) {
  .table-section .table-section-wrapper .table .table-rows .item .value-row {
    -webkit-flex-basis: 63%;
    -moz-flex-basis: 63%;
    -ms-flex-basis: 63%;
    flex-basis: 63%;
    width: 63%;
  }
}
.table-section .table-section-wrapper .table .table-rows .item .value-row .column_value {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  width: 33%;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.table-section .table-section-wrapper .table .table-rows .item .value-row .column_value .orange {
  color: #ff671f;
}
.table-section .table-section-wrapper .table .table-rows .item .value-row .column_value_2 {
  background: #f7f7f7;
}
.table-section .table-section-wrapper .table .table-rows .item .value-row .column_value_3 {
  background: #f0f0f0;
}
.testimonials-slider {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .testimonials-slider {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .testimonials-slider {
    padding: 40px 0;
  }
}
.testimonials-slider .row1420 {
  width: 1680px;
}
.testimonials-slider .testimonials__title {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .testimonials-slider .testimonials__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .testimonials-slider .testimonials__title {
    margin-bottom: 30px;
  }
}
.testimonials-slider .testimonials__title h2 {
  color: #fff;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper {
  padding: 70px 0;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item {
  background: #fff;
  padding: 40px;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item .user-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 95px;
  height: 95px;
  margin-top: -85px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(243, 246, 246, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(243, 246, 246, 0.7);
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item .user-avatar img {
  border-radius: 50%;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item .user-name {
  margin-bottom: 30px;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item .user-name h4 {
  padding: 0;
}
.testimonials-slider .testimonials-wrapper .swiper-wrapper .item .user-name span {
  color: #ff671f;
}
.testimonials-slider .swiper-pagination-bullets {
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .testimonials-slider .swiper-pagination-bullets {
    top: 60px;
  }
}
.testimonials-slider .swiper-pagination-bullets span {
  margin-right: 20px;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.testimonials-slider .swiper-pagination-bullets span:last-child {
  margin: 0;
}
.testimonials-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ff671f;
}
.testimonials-slider .swiper-button-next, .testimonials-slider .swiper-button-prev {
  outline: none;
  cursor: pointer;
}
.testimonials-slider .swiper-button-next:after, .testimonials-slider .swiper-button-prev:after {
  display: none;
}
footer a:hover {
  text-decoration: none;
}
footer .top-footer {
  background: #2e2e2e;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    padding: 20px 0 0;
  }
}
footer .top-footer .top-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .top-footer .top-footer__wrapper .logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .top-footer .top-footer__wrapper .logo img {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .top-footer .top-footer__wrapper .logo img {
    margin-bottom: 25px;
  }
}
footer .top-footer .top-footer__wrapper .center {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  width: 30%;
}
@media (max-width: 1024px) {
  footer .top-footer .top-footer__wrapper .right, footer .top-footer .top-footer__wrapper .center {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    width: 40%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .top-footer__wrapper .right, footer .top-footer .top-footer__wrapper .center {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .top-footer .top-footer__wrapper .right .links a {
  margin-right: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .top-footer__wrapper .right .links a:hover {
  color: #ff671f;
}
footer .top-footer .top-footer__wrapper .right .links a:hover i {
  color: #ff671f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .top-footer__wrapper .right .links a:last-child {
  margin-right: 0;
}
footer .top-footer .top-footer__wrapper .title h4 {
  color: #fff;
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  footer .top-footer .top-footer__wrapper .title h4 {
    margin-bottom: 25px;
  }
}
footer .top-footer .top-footer__wrapper #menu-footer-menu {
  column-count: 2;
}
footer .top-footer .top-footer__wrapper #menu-footer-menu li {
  margin-bottom: 15px;
}
footer .top-footer .top-footer__wrapper .links a, footer .top-footer .top-footer__wrapper #menu-footer-menu a {
  color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .top-footer__wrapper .links a:hover, footer .top-footer .top-footer__wrapper #menu-footer-menu a:hover {
  color: #ff671f;
}
footer .top-footer .top-footer__wrapper .subscribe {
  margin-top: 50px;
}
footer .top-footer .top-footer__wrapper .subscribe h4 {
  color: #fff;
  padding: 0;
}
footer .bottom-footer__wrapper {
  background: #292929;
  padding: 20px 0;
}
footer .bottom-footer__wrapper .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
footer .bottom-footer__wrapper .copyright a {
  color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .bottom-footer__wrapper .copyright a:hover {
  color: #ff671f;
}
@media (max-width: 576px) {
  footer .bottom-footer__wrapper .copyright p {
    font-size: 12px;
    text-align: center;
  }
}
footer .bottom-footer__wrapper .copyright span {
  color: #555;
  margin-right: 5px;
}
.about-top-image {
  height: calc(100vh - 103px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  .about-top-image {
    height: 400px;
  }
}
.about-top-text-section {
  padding: 90px 0 58px;
}
@media (max-width: 1024px) {
  .about-top-text-section {
    padding: 40px 0;
  }
}
.about-top-text-section > .row {
  width: 871px;
}
.about-top-text-section h2 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .about-top-text-section h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
.about-top-text-section p {
  padding-bottom: 29px;
}
@media (max-width: 1024px) {
  .about-top-text-section p {
    padding-bottom: 20px;
  }
}
.orange-text-section {
  background: #ff671f;
}
.orange-text-section .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.orange-text-section .left-image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.orange-text-section .left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .orange-text-section .left-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.orange-text-section .right-orange {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding: 40px 40px 40px 124px;
}
@media (max-width: 1366px) {
  .orange-text-section .right-orange {
    padding: 40px 40px 40px 75px;
  }
}
@media (max-width: 576px) {
  .orange-text-section .right-orange {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .orange-text-section .right-orange {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.orange-text-section .right-orange .text-wrap {
  max-width: 432px;
}
.orange-text-section .right-orange .text-wrap h4 {
  color: #fff;
  font-family: "RedHatDisplay";
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .orange-text-section .right-orange .text-wrap h4 {
    font-size: 20px;
  }
}
.about-mid-text {
  padding: 75px 0 108px;
}
@media (max-width: 1024px) {
  .about-mid-text {
    padding: 40px 0;
  }
}
.about-mid-text > .row {
  width: 885px;
}
.about-mid-text h2 {
  padding-bottom: 62px;
}
@media (max-width: 1024px) {
  .about-mid-text h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
.about-mid-text p {
  padding-bottom: 29px;
}
@media (max-width: 1024px) {
  .about-mid-text p {
    padding-bottom: 20px;
  }
}
.about-mid-text .link-wrap {
  text-align: center;
}
.about-blue-text-section {
  background: #1d3557;
}
.about-blue-text-section .left-content, .about-blue-text-section .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .about-blue-text-section .left-content, .about-blue-text-section .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.about-blue-text-section .left-content {
  padding: 93px 0 50px;
}
@media (max-width: 1024px) {
  .about-blue-text-section .left-content {
    padding: 40px 0;
  }
}
.about-blue-text-section .left-content h2 {
  color: #fff;
  font-family: "RedHatDisplay";
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  .about-blue-text-section .left-content h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
.about-blue-text-section .left-content .text-wrap {
  max-width: 430px;
  margin-left: auto;
  margin-right: 229px;
}
@media (max-width: 1500px) {
  .about-blue-text-section .left-content .text-wrap {
    margin-right: 170px;
  }
}
@media (max-width: 1366px) {
  .about-blue-text-section .left-content .text-wrap {
    margin-right: 60px;
  }
}
@media (max-width: 1024px) {
  .about-blue-text-section .left-content .text-wrap {
    margin-left: 20px;
  }
}
.about-blue-text-section .left-content .text-wrap h5 {
  color: #fff;
  padding-bottom: 2px;
}
.about-blue-text-section .left-content .text-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  color: #ff671f;
  padding-bottom: 9px;
}
.about-blue-text-section .left-content .text-wrap p {
  color: #7d8da4;
  font-size: 14px;
  padding-bottom: 25px;
}
.about-blue-text-section .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-top-image {
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.faq-section {
  margin-top: -315px;
  position: relative;
  z-index: 0;
}
.faq-section:after {
  content: '';
  position: absolute;
  height: 340px;
  width: 100%;
  bottom: 0;
  -webkit-box-shadow: inset 0px -496px 127px -195px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -496px 127px -195px rgba(255, 255, 255, 1);
  box-shadow: inset 0px -496px 127px -195px rgba(255, 255, 255, 1);
  z-index: 0;
}
.faq-section .faq-wrap {
  border-radius: 35px;
  background-color: #fff;
  padding: 167px 280px 50px 260px;
  box-shadow: 0 30px 91px 29px rgba(51, 82, 82, 0.1);
}
.faq-section .faq-wrap .category-wrap {
  height: 1000px;
  overflow-y: scroll;
  padding-bottom: 170px;
}
.faq-section .faq-wrap h1 {
  padding-bottom: 40px;
}
.faq-section .faq-wrap .category-title {
  font-size: 34px;
  color: #ff671f;
  padding-bottom: 11px;
}
.faq-section .acc {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 46px 0 43px;
  margin-bottom: 63px;
}
.faq-section .acc .item {
  position: relative;
  margin-bottom: 10px;
}
.faq-section .acc .item h4 {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 45px 5px 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .acc .item h4:hover {
  color: #ff671f;
}
.faq-section .acc .item h4 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.faq-section .acc .item h4 span:before, .faq-section .acc .item h4 span:after {
  content: '';
  background-color: #333;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .acc .item h4 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.faq-section .acc .item h4 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.faq-section .acc .item h4.active span:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.faq-section .acc .item h4.active span:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.faq-section .acc .item .info {
  display: none;
  padding: 26px 93px 26px 10px;
}
.faq-section .acc .item .info p {
  color: #686868;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #ff671f;
  color: #fff;
}
body ::selection {
  background: #ff671f;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #ff671f;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "RedHatDisplay";
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 25px;
}
h1 {
  line-height: 1;
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 31px;
  }
}
h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
p {
  color: #555;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
a {
  color: #ff671f;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ff671f;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #ff5606;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.row {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.row1920 {
  margin: 0 auto;
  width: 1920px;
  max-width: 100%;
  position: relative;
}
.row1800 {
  margin: 0 auto;
  width: 1800px;
  max-width: 94%;
}
.row1420 {
  margin: 0 auto;
  width: 1420px;
  max-width: 94%;
  position: relative;
}
.row1310 {
  margin: 0 auto;
  width: 1310px;
  max-width: 94%;
  position: relative;
}
.row1080 {
  margin: 0 auto;
  width: 1080px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #ff671f;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'OpenSans', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #ff671f;
  background: #ff671f;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 15px;
    margin-right: 5px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ff671f;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #eb4c00;
    border-bottom: 3px solid #eb4c00;
    background: #ff671f;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #ff7839;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #ff5606;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #ff8a52;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #ff7839;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #ff7839;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  will-change: transform, opacity;
}
header .row {
  height: 120px;
}
@media (max-width: 1140px) {
  header .row {
    height: 40px;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a li {
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #ff671f;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
