h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-weight: normal;
}
@font-face {
  font-family: 'FreightTextProBook-Italic';
  src: url('../fonts/FreightTextProBook-Italic.eot');
  src: url('../fonts/FreightTextProBook-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FreightTextProBook-Italic.woff') format('woff'), url('../fonts/FreightTextProBook-Italic.ttf') format('truetype'), url('../fonts/FreightTextProBook-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightTextProBook-Regular';
  src: url('../fonts/FreightTextProBook-Regular.eot');
  src: url('../fonts/FreightTextProBook-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FreightTextProBook-Regular.woff') format('woff'), url('../fonts/FreightTextProBook-Regular.ttf') format('truetype'), url('../fonts/FreightTextProBook-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightTextProSemibold-Italic';
  src: url('../fonts/FreightTextProSemibold-Italic.eot');
  src: url('../fonts/FreightTextProSemibold-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/FreightTextProSemibold-Italic.woff') format('woff'), url('../fonts/FreightTextProSemibold-Italic.ttf') format('truetype'), url('../fonts/FreightTextProSemibold-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightTextProSemibold-Regular';
  src: url('../fonts/FreightTextProSemibold-Regular.eot');
  src: url('../fonts/FreightTextProSemibold-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FreightTextProSemibold-Regular.woff') format('woff'), url('../fonts/FreightTextProSemibold-Regular.ttf') format('truetype'), url('../fonts/FreightTextProSemibold-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlatformSS01-Medium';
  src: url('../fonts/PlatformSS01-Medium.eot');
  src: url('../fonts/PlatformSS01-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatformSS01-Medium.woff') format('woff'), url('../fonts/PlatformSS01-Medium.ttf') format('truetype'), url('../fonts/PlatformSS01-Medium.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlatformSS01-MediumItalic';
  src: url('../fonts/PlatformSS01-MediumItalic.eot');
  src: url('../fonts/PlatformSS01-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatformSS01-MediumItalic.woff') format('woff'), url('../fonts/PlatformSS01-MediumItalic.ttf') format('truetype'), url('../fonts/PlatformSS01-MediumItalic.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlatformSS01-Regular';
  src: url('../fonts/PlatformSS01-Regular.eot');
  src: url('../fonts/PlatformSS01-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatformSS01-Regular.woff') format('woff'), url('../fonts/PlatformSS01-Regular.ttf') format('truetype'), url('../fonts/PlatformSS01-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlatformSS01-RegularItalic';
  src: url('../fonts/PlatformSS01-RegularItalic.eot');
  src: url('../fonts/PlatformSS01-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlatformSS01-RegularItalic.woff') format('woff'), url('../fonts/PlatformSS01-RegularItalic.ttf') format('truetype'), url('../fonts/PlatformSS01-RegularItalic.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  -webkit-font-smoothing: antialiased;
}
body.no_scroll,
html.no_scroll {
  overflow: hidden;
}
input,
button {
  -webkit-appearance: none;
}
.posts-navigation {
  display: block;
  width: 100%;
  margin: 50px 0px;
  padding: 0 12px;
  box-sizing: border-box;
}
@media only screen and (max-width : 750px) {
  .posts-navigation {
    padding: 0px;
  }
}
.posts-navigation a {
  color: #382C14;
  font-size: 21px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.search_wrap .section_header {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width : 1100px) {
  .search_wrap .section_header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 750px) {
  .search_wrap .section_header {
    padding: 30px 20px;
  }
}
.search_wrap .search_results {
  display: flex;
  flex-wrap: wrap;
}
.search_wrap .search_results .single_box .info_wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.search_wrap .search_results .single_box .info_wrap .date {
  margin-top: 0px;
}
.search_wrap .search_results .no-results {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media only screen and (max-width : 750px) {
  .search_wrap .search_results .no-results {
    padding-top: 0px;
  }
}
.search_wrap .search_results .no-results p {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 20px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  margin-bottom: 20px;
}
.search_wrap .search_results .no-results form {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 750px) {
  .search_wrap .search_results .no-results form {
    flex-wrap: wrap;
  }
}
.search_wrap .search_results .no-results form label {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
}
.search_wrap .search_results .no-results form input[type="submit"] {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin-left: 10px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #fff;
  background-color: #A16A3A;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #A16A3A;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.search_wrap .search_results .no-results form input[type="submit"]:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width : 750px) {
  .search_wrap .search_results .no-results form input[type="submit"] {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.search_wrap .search_results .no-results form input[type="search"] {
  border: 1px solid #888071;
  border-radius: 3px;
  background-color: transparent;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
  padding: 7px 12px;
  box-sizing: border-box;
  width: 380px;
}
@media only screen and (max-width : 750px) {
  .search_wrap .search_results .no-results form input[type="search"] {
    width: auto;
  }
}
.search_wrap .search_results .no-results form input[type="search"]:focus {
  outline: none;
}
.search_wrap .search_results .no-results form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.search_wrap .search_results .no-results form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.search_wrap .search_results .no-results form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.search_wrap .search_results .no-results form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.filters {
  margin-top: 35px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.filters .container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'PlatformSS01-Regular', sans-serif;
  margin-right: 40px;
}
.filters .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filters .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #888071;
  border-radius: 4px;
}
.filters .container:hover input ~ .checkmark {
  background-color: #A16A3A;
}
.filters .container input:checked ~ .checkmark {
  background-color: #A16A3A;
  border: 1px solid #A16A3A;
}
.filters .checkmark:after {
  content: "x";
  position: absolute;
  display: none;
}
.filters .container input:checked ~ .checkmark:after {
  display: block;
}
.filters .container .checkmark:after {
  left: 5.5px;
  top: -1px;
  color: #fff;
  font-family: 'PlatformSS01-Regular', sans-serif;
}
.content_holder {
  max-width: 1700px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width : 1100px) {
  .content_holder {
    padding: 0 40px;
  }
}
@media only screen and (max-width : 750px) {
  .content_holder {
    padding: 0 20px;
  }
}
.template_wrap {
  padding-top: 75px;
}
@media only screen and (max-width : 1020px) {
  .template_wrap {
    padding-top: 55px;
  }
}
.section_header {
  padding-top: 100px;
  padding-bottom: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width : 1200px) {
  .section_header {
    padding-top: 70px;
  }
}
@media only screen and (max-width : 750px) {
  .section_header {
    padding: 30px 0px;
  }
}
.section_header h2 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Medium', sans-serif;
  color: #382C14;
}
@media only screen and (max-width : 1200px) {
  .section_header h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 750px) {
  .section_header h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.single_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 40px;
  width: 33.33333%;
  padding: 0 12px;
  box-sizing: border-box;
  min-height: 100%;
  height: auto;
  cursor: pointer;
}
@media only screen and (max-width : 1020px) {
  .single_box {
    width: 50%;
  }
}
@media only screen and (max-width : 750px) {
  .single_box {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.single_box .image_wrap {
  width: 100%;
}
.single_box .image_wrap .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
  background-color: #D8D8D8;
}
.single_box .image_wrap .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.single_box .image_wrap .cover_image {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_box .image_wrap .cover_image .cover_image_holder {
  width: 70% !important;
}
@media only screen and (max-width : 750px) {
  .single_box .image_wrap .cover_image .cover_image_holder {
    width: 68% !important;
  }
}
.single_box .image_wrap .cover_image .cover_image_holder img {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.single_box .info_wrap {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 20px;
  flex: 1;
}
.single_box .info_wrap .category {
  background-color: #1B624F;
  color: #fff;
  padding: 6px 13px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width : 750px) {
  .single_box .info_wrap .category {
    font-size: 13px;
    padding: 6px 15px;
  }
}
.single_box .info_wrap p {
  font-size: 19px;
  letter-spacing: 0.03em;
  font-family: 'FreightTextProBook-Regular', sans-serif;
  margin-bottom: 15px;
  line-height: 19px;
  color: #382C14;
}
@media only screen and (max-width : 1500px) {
  .single_box .info_wrap p {
    font-size: 16px;
    line-height: 16px;
  }
}
.single_box .info_wrap h2 {
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #382C14;
  margin-bottom: 30px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width : 1500px) {
  .single_box .info_wrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.single_box .info_wrap h3 {
  font-size: 28px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  line-height: 28px;
  margin-bottom: 15px;
  color: #382C14;
}
@media only screen and (max-width : 1500px) {
  .single_box .info_wrap h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.single_box .info_wrap .btn {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #fff;
  background-color: #A16A3A;
  box-sizing: border-box;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #A16A3A;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.single_box .info_wrap .btn:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.single_box .info_wrap .bottom_info {
  margin-top: auto;
}
.single_box .info_wrap .bottom_info .author {
  color: #1B624F;
  font-size: 21px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.single_box .info_wrap .bottom_info .date {
  color: #888071;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
}
.single_box.no_background .info_wrap {
  background-color: transparent;
}
.single_box:hover .info_wrap h2 {
  text-decoration: underline;
}
.single_box:hover .image_wrap .image_holder img {
  transform: scale(1.03);
}
.single_box_big {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  flex-direction: row;
  min-height: auto;
}
@media only screen and (max-width : 1020px) {
  .single_box_big {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    min-height: 100%;
    height: auto;
    width: 50%;
  }
}
@media only screen and (max-width : 750px) {
  .single_box_big {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.single_box_big .image_wrap {
  width: 59%;
}
@media only screen and (max-width : 1020px) {
  .single_box_big .image_wrap {
    width: 100%;
  }
}
.single_box_big .image_wrap .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
}
.single_box_big .image_wrap .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_box_big .info_wrap {
  width: 41%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 1500px) {
  .single_box_big .info_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 1020px) {
  .single_box_big .info_wrap {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 20px;
    flex: 1;
  }
}
.single_box_big .info_wrap .category {
  background-color: #1B624F;
  color: #fff;
  padding: 6px 13px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 13px;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}
.single_box_big .info_wrap h2 {
  margin-bottom: 5px;
}
.single_box_big .info_wrap .bottom_info {
  margin-top: 30px;
}
.single_box_big .info_wrap .bottom_info .date {
  margin-top: 0px;
}
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.home_wrap .home_hero {
  position: relative;
  overflow: hidden;
  display: block;
}
.home_wrap .home_hero .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 42%;
}
@media only screen and (max-width : 1500px) {
  .home_wrap .home_hero .image_holder {
    padding-top: 50%;
  }
}
@media only screen and (max-width : 1020px) {
  .home_wrap .home_hero .image_holder {
    padding-top: 80%;
  }
}
@media only screen and (max-width : 750px) {
  .home_wrap .home_hero .image_holder {
    padding-top: 140%;
  }
}
.home_wrap .home_hero .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_wrap .home_hero .overlay {
  position: absolute;
  left: -1%;
  bottom: 0;
  z-index: 2;
  height: auto;
  object-fit: contain;
  width: 102%;
}
@media only screen and (max-width : 1100px) {
  .home_wrap .home_hero .overlay {
    height: 50%;
    object-fit: cover;
  }
}
.home_wrap .home_hero .post_info {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.home_wrap .home_hero .post_info .category {
  background-color: #fff;
  color: #1B624F;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'PlatformSS01-Medium', sans-serif;
}
@media only screen and (max-width : 750px) {
  .home_wrap .home_hero .post_info .category {
    font-size: 13px;
    line-height: 13px;
    padding: 6px 15px;
  }
}
.home_wrap .home_hero .post_info h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  line-height: 60px;
  font-family: 'PlatformSS01-Medium', sans-serif;
}
@media only screen and (max-width : 1200px) {
  .home_wrap .home_hero .post_info h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 750px) {
  .home_wrap .home_hero .post_info h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.home_wrap .home_hero .post_info .date {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 20px;
  font-family: 'PlatformSS01-Regular', sans-serif;
}
@media only screen and (max-width : 750px) {
  .home_wrap .home_hero .post_info .date {
    font-size: 16px;
    line-height: 16px;
  }
}
.home_wrap .latest_news {
  background-color: #ececec;
  overflow: hidden;
}
.home_wrap .latest_news .section_header {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width : 1100px) {
  .home_wrap .latest_news .section_header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 750px) {
  .home_wrap .latest_news .section_header {
    padding: 30px 20px;
  }
}
.home_wrap .latest_news .latest_news_holder,
.home_wrap .latest_news .featured_posts_holder {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 750px) {
  .home_wrap .latest_news .latest_news_holder,
  .home_wrap .latest_news .featured_posts_holder {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured,
.home_wrap .latest_news .featured_posts_holder .single_box.featured {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  flex-direction: row;
  min-height: auto;
}
@media only screen and (max-width : 1020px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    min-height: 100%;
    height: auto;
    width: 50%;
  }
}
@media only screen and (max-width : 750px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_wrap,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_wrap {
  width: 59%;
}
@media only screen and (max-width : 1020px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured .image_wrap,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured .image_wrap {
    width: 100%;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_wrap .image_holder,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_wrap .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_wrap .image_holder img,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_wrap .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap {
  width: 41%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 1500px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 1020px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 20px;
    flex: 1;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap .category,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap .category {
  background-color: #1B624F;
  color: #fff;
  padding: 6px 13px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 13px;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap h2,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap h2 {
  margin-bottom: 5px;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap .bottom_info,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap .bottom_info {
  margin-top: 30px;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .info_wrap .bottom_info .date,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .info_wrap .bottom_info .date {
  margin-top: 0px;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_holder .cover_image,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_holder .cover_image {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_holder .cover_image .cover_image_holder,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_holder .cover_image .cover_image_holder {
  width: 70% !important;
}
@media only screen and (max-width : 750px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured .image_holder .cover_image .cover_image_holder,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured .image_holder .cover_image .cover_image_holder {
    width: 68% !important;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured .image_holder .cover_image .cover_image_holder img,
.home_wrap .latest_news .featured_posts_holder .single_box.featured .image_holder .cover_image .cover_image_holder img {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.home_wrap .latest_news .latest_news_holder .single_box.featured:nth-of-type(even) .image_wrap,
.home_wrap .latest_news .featured_posts_holder .single_box.featured:nth-of-type(even) .image_wrap {
  order: 2;
}
@media only screen and (max-width : 1020px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured:nth-of-type(even) .image_wrap,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured:nth-of-type(even) .image_wrap {
    order: 1;
  }
}
.home_wrap .latest_news .latest_news_holder .single_box.featured:nth-of-type(even) .info_wrap,
.home_wrap .latest_news .featured_posts_holder .single_box.featured:nth-of-type(even) .info_wrap {
  order: 1;
}
@media only screen and (max-width : 1020px) {
  .home_wrap .latest_news .latest_news_holder .single_box.featured:nth-of-type(even) .info_wrap,
  .home_wrap .latest_news .featured_posts_holder .single_box.featured:nth-of-type(even) .info_wrap {
    order: 2;
  }
}
.home_wrap .social_section {
  margin-top: 90px;
  background-color: #EFE8DC;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 750px) {
  .home_wrap .social_section {
    margin-top: 30px;
    padding: 20px;
  }
}
.home_wrap .social_section .social_section_content p {
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Medium', sans-serif;
  color: #382C14;
  margin-right: 30px;
}
@media only screen and (max-width : 750px) {
  .home_wrap .social_section .social_section_content p {
    font-size: 21px;
    line-height: 21px;
    margin-right: 15px;
  }
}
.home_wrap .social_section .social_section_content .social_icons {
  display: inline-block;
}
.home_wrap .social_section .social_section_content .social_icons a {
  margin-right: 30px;
  display: inline-block;
}
@media only screen and (max-width : 750px) {
  .home_wrap .social_section .social_section_content .social_icons a {
    margin-right: 0px;
    height: 25px;
  }
}
.home_wrap .social_section .social_section_content .social_icons a img {
  vertical-align: bottom;
}
@media only screen and (max-width : 750px) {
  .home_wrap .social_section .social_section_content .social_icons a img {
    height: 100%;
  }
}
@media only screen and (max-width : 750px) {
  .home_wrap .social_section .social_section_content .social_icons a svg {
    height: 100%;
  }
}
.home_wrap .social_section .social_section_content .social_icons a svg path {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.home_wrap .social_section .social_section_content .social_icons a svg:hover path {
  fill: #A16A3A;
}
.home_wrap .categories_section {
  background-color: #fff;
}
.home_wrap .categories_section .categories_section_content {
  overflow: hidden;
}
.home_wrap .categories_section .categories_section_content .section_header {
  padding-left: 0px;
  padding-right: 0px;
}
.home_wrap .categories_section .categories_section_content .news_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width : 750px) {
  .home_wrap .categories_section .categories_section_content .news_list {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.home_wrap .categories_section .categories_section_content .news_list .single_box .info_wrap {
  padding-left: 0px;
  background-color: transparent;
}
.home_wrap .categories_section .categories_section_content .news_list .single_box .info_wrap .date {
  margin-top: 0px;
}
.home_wrap .categories_section .categories_section_content .button_holder {
  padding-bottom: 90px;
}
.home_wrap .categories_section .categories_section_content .button_holder .link {
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  color: #A16A3A;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: 'PlatformSS01-Regular', sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.home_wrap .categories_section .categories_section_content .button_holder .link:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #A16A3A;
  width: 100%;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.home_wrap .categories_section .categories_section_content .button_holder .link:hover {
  color: #382C14;
}
.home_wrap .categories_section .categories_section_content .button_holder .link:hover:after {
  background-color: #382C14;
}
.media_assets_wrap {
  background-color: #ececec;
}
.media_assets_wrap #mc_embed_signup div.mce_inline_error,
.media_assets_wrap #mce-success-response,
.media_assets_wrap #mce-error-response {
  margin: 0px;
  font-weight: bold;
  z-index: 1;
  color: red;
  position: relative;
  margin-top: : 15px;
  background-color: transparent;
  left: 0px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  letter-spacing: 1px;
  padding-left: 0px;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap #mc_embed_signup div.mce_inline_error,
  .media_assets_wrap #mce-success-response,
  .media_assets_wrap #mce-error-response {
    font-size: 12px;
  }
}
.media_assets_wrap #mce-error-response {
  margin-bottom: 10px;
}
.media_assets_wrap #mce-success-response {
  color: green;
  margin-bottom: 10px;
}
.media_assets_wrap .mc4wp-success {
  color: green;
  margin-top: 10px;
  font-family: 'PlatformSS01-Regular', sans-serif;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .mc4wp-success {
    font-size: 12px;
  }
}
.media_assets_wrap .mc4wp-form-fields input {
  margin-bottom: 15px;
}
.media_assets_wrap .media_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.media_assets_wrap .media_popup .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.media_assets_wrap .media_popup h2 {
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #382C14;
  margin-bottom: 5px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_popup h2 {
    font-size: 25px;
    line-height: 25px;
    max-width: 50%;
  }
}
.media_assets_wrap .media_popup .holder_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_popup .holder_wrap {
    max-width: 310px;
  }
}
.media_assets_wrap .media_popup form {
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_popup form {
    padding: 20px;
  }
}
.media_assets_wrap .media_popup form .mc-field-group {
  margin-bottom: 15px;
}
.media_assets_wrap .media_popup form input[type="email"],
.media_assets_wrap .media_popup form input[type="text"] {
  border: 1px solid #888071;
  border-radius: 3px;
  background-color: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
  padding: 7px 12px;
  box-sizing: border-box;
  width: 100%;
}
.media_assets_wrap .media_popup form input[type="email"]:focus,
.media_assets_wrap .media_popup form input[type="text"]:focus {
  outline: none;
}
.media_assets_wrap .media_popup form input[type="email"]::-webkit-input-placeholder,
.media_assets_wrap .media_popup form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.media_assets_wrap .media_popup form input[type="email"]::-moz-placeholder,
.media_assets_wrap .media_popup form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.media_assets_wrap .media_popup form input[type="email"]:-ms-input-placeholder,
.media_assets_wrap .media_popup form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.media_assets_wrap .media_popup form input[type="email"]:-moz-placeholder,
.media_assets_wrap .media_popup form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
.media_assets_wrap .media_popup form input[type="submit"] {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 16px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #fff;
  background-color: #A16A3A;
  box-sizing: border-box;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #A16A3A;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.media_assets_wrap .media_popup form input[type="submit"]:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.media_assets_wrap .media_assets_content {
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_assets_content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.media_assets_wrap .media_assets_content .single_box {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  flex-direction: row;
  min-height: auto;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content .single_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    min-height: 100%;
    height: auto;
    width: 50%;
  }
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_assets_content .single_box {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.media_assets_wrap .media_assets_content .single_box .image_wrap {
  width: 59%;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content .single_box .image_wrap {
    width: 100%;
  }
}
.media_assets_wrap .media_assets_content .single_box .image_wrap .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
}
.media_assets_wrap .media_assets_content .single_box .image_wrap .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_assets_wrap .media_assets_content .single_box .info_wrap {
  width: 41%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 1500px) {
  .media_assets_wrap .media_assets_content .single_box .info_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content .single_box .info_wrap {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 20px;
    flex: 1;
  }
}
.media_assets_wrap .media_assets_content .single_box .info_wrap .category {
  background-color: #1B624F;
  color: #fff;
  padding: 6px 13px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 13px;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}
.media_assets_wrap .media_assets_content .single_box .info_wrap h2 {
  margin-bottom: 5px;
}
.media_assets_wrap .media_assets_content .single_box .info_wrap .bottom_info {
  margin-top: 30px;
}
.media_assets_wrap .media_assets_content .single_box .info_wrap .bottom_info .date {
  margin-top: 0px;
}
.media_assets_wrap .media_assets_content .single_box:last-child {
  margin-bottom: 95px;
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .media_assets_content .single_box:last-child {
    margin-bottom: 50px;
  }
}
.media_assets_wrap .media_assets_content .single_box:nth-of-type(odd) .image_wrap {
  order: 2;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content .single_box:nth-of-type(odd) .image_wrap {
    order: 1;
  }
}
.media_assets_wrap .media_assets_content .single_box:nth-of-type(odd) .info_wrap {
  order: 1;
}
@media only screen and (max-width : 1020px) {
  .media_assets_wrap .media_assets_content .single_box:nth-of-type(odd) .info_wrap {
    order: 2;
  }
}
.media_assets_wrap .media_assets_content .single_box:hover .info_wrap h2 {
  text-decoration: none;
}
.media_assets_wrap .contact_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 95px 20px;
  box-sizing: border-box;
  background-color: #fff;
  flex-wrap: wrap;
}
@media only screen and (max-width : 1200px) {
  .media_assets_wrap .contact_section {
    padding: 50px 20px;
  }
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .contact_section {
    padding: 30px 20px;
  }
}
.media_assets_wrap .contact_section .single_contact_box {
  display: inline-block;
  padding-right: 50px;
  box-sizing: border-box;
  max-width: 380px;
  align-self: flex-start;
  width: 33.33333%;
  flex-wrap: wrap;
}
.media_assets_wrap .contact_section .single_contact_box:last-child {
  margin-right: 0px;
}
@media only screen and (max-width : 1200px) {
  .media_assets_wrap .contact_section .single_contact_box {
    width: 50%;
    max-width: 100%;
  }
  .media_assets_wrap .contact_section .single_contact_box:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 750px) {
  .media_assets_wrap .contact_section .single_contact_box {
    width: 100%;
  }
}
.media_assets_wrap .contact_section .single_contact_box h2 {
  font-size: 45px;
  letter-spacing: 0.03em;
  line-height: 45px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  color: #382C14;
}
.media_assets_wrap .contact_section .single_contact_box .section_description {
  margin-bottom: 35px;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #382C14;
}
.media_assets_wrap .contact_section .single_contact_box .single_contact {
  margin-bottom: 35px;
}
.media_assets_wrap .contact_section .single_contact_box .single_contact h3 {
  font-family: 'PlatformSS01-Medium', sans-serif;
  color: #382C14;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 16px;
  margin-bottom: 10px;
}
.media_assets_wrap .contact_section .single_contact_box .single_contact p {
  margin-bottom: 10px;
}
.media_assets_wrap .contact_section .single_contact_box .single_contact p,
.media_assets_wrap .contact_section .single_contact_box .single_contact a {
  font-family: 'FreightTextProBook-Regular', sans-serif;
  font-size: 19px;
  color: #382C14;
}
.single_news_wrap .single_news_hero .image_holder {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}
@media only screen and (max-width : 1020px) {
  .single_news_wrap .single_news_hero .image_holder {
    padding-top: 80%;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .single_news_hero .image_holder {
    padding-top: 140%;
  }
}
.single_news_wrap .single_news_hero .image_holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_news_wrap .content_wrap .content_holder {
  max-width: 1340px;
  padding-bottom: 100px;
  padding-top: 100px;
  box-sizing: border-box;
}
@media only screen and (max-width : 1500px) {
  .single_news_wrap .content_wrap .content_holder {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.single_news_wrap .content_wrap .content_holder .news_content {
  max-width: 780px;
  margin: auto;
  margin-top: 40px;
}
.single_news_wrap .content_wrap .content_holder .news_content .wp-video {
  width: 100%!important;
}
.single_news_wrap .content_wrap .content_holder .news_content h1 {
  font-family: 'FreightTextProBook-Regular', sans-serif;
  color: #382C14;
  font-size: 28px;
}
.single_news_wrap .content_wrap .content_holder .news_content h2 {
  font-family: 'FreightTextProBook-Regular', sans-serif;
  color: #382C14;
  font-size: 26px;
}
.single_news_wrap .content_wrap .content_holder .news_content h3,
.single_news_wrap .content_wrap .content_holder .news_content h4,
.single_news_wrap .content_wrap .content_holder .news_content h5,
.single_news_wrap .content_wrap .content_holder .news_content h6 {
  font-family: 'FreightTextProBook-Regular', sans-serif;
  color: #382C14;
  font-size: 22px;
}
.single_news_wrap .content_wrap .content_holder .news_content p,
.single_news_wrap .content_wrap .content_holder .news_content li,
.single_news_wrap .content_wrap .content_holder .news_content a {
  font-size: 19px;
  line-height: 1.4em;
  color: #382C14;
  font-family: 'FreightTextProBook-Regular', sans-serif;
}
.single_news_wrap .content_wrap .content_holder .news_content a {
  text-decoration: underline;
  cursor: pointer;
}
.single_news_wrap .content_wrap .content_holder .news_content a:hover {
  text-decoration: none;
}
.single_news_wrap .content_wrap .content_holder .news_content li {
  list-style-type: disc;
  list-style-position: inside;
}
.single_news_wrap .content_wrap .content_holder .news_content figure,
.single_news_wrap .content_wrap .content_holder .news_content iframe {
  width: 120%!important;
  margin-left: -10%;
}
@media only screen and (max-width : 1020px) {
  .single_news_wrap .content_wrap .content_holder .news_content figure,
  .single_news_wrap .content_wrap .content_holder .news_content iframe {
    margin: 0px;
    width: 100%!important;
  }
}
.single_news_wrap .content_wrap .content_holder .news_content figure img,
.single_news_wrap .content_wrap .content_holder .news_content iframe img {
  width: 100%!important;
  height: auto;
  max-width: 930px;
  margin-left: 0px!important;
}
.single_news_wrap .content_wrap .content_holder .news_content iframe {
  min-height: 500px;
}
@media only screen and (max-width : 1020px) {
  .single_news_wrap .content_wrap .content_holder .news_content iframe {
    min-height: 400px;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .news_content iframe {
    min-height: 400px;
  }
}
.single_news_wrap .content_wrap .content_holder .news_content img {
  max-width: 930px;
  width: 120%;
  height: auto;
  margin-left: -10%;
}
@media only screen and (max-width : 1020px) {
  .single_news_wrap .content_wrap .content_holder .news_content img {
    margin: 0px;
    width: 100%;
  }
}
.single_news_wrap .content_wrap .content_holder .news_content figcaption {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 16px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #382C14;
  border-bottom: 1px solid #D7D4D0;
  padding: 10px 0px;
  box-sizing: border-box;
}
.single_news_wrap .content_wrap .content_holder .news_content blockquote {
  font-size: 42px;
  color: #382C14;
  font-family: 'FreightTextProSemibold-Regular', sans-serif;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .news_content blockquote {
    font-size: 24px;
    line-height: 24px;
  }
}
.single_news_wrap .content_wrap .content_holder .news_content blockquote p {
  font-size: 42px;
  color: #382C14;
  font-family: 'FreightTextProSemibold-Regular', sans-serif;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .news_content blockquote p {
    font-size: 24px;
    line-height: 24px;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header {
  max-width: 780px;
  margin: auto;
}
.single_news_wrap .content_wrap .content_holder .single_news_header .category {
  background-color: #1B624F;
  color: #fff;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'PlatformSS01-Medium', sans-serif;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header .category {
    font-size: 13px;
    line-height: 13px;
    padding: 6px 15px;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header h1 {
  font-size: 60px;
  letter-spacing: 0.03em;
  line-height: 60px;
  color: #382C14;
  font-family: 'PlatformSS01-Medium', sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width : 1200px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header h2 {
  margin-bottom: 25px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  line-height: 28px;
  letter-spacing: 0.03em;
  font-size: 28px;
  color: #382C14;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header .small_info {
  margin-bottom: 25px;
}
.single_news_wrap .content_wrap .content_holder .single_news_header .small_info span {
  margin: 0 8px;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  display: inline-block;
  background-color: #382C14;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header .small_info span {
    display: none;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header .small_info .date,
.single_news_wrap .content_wrap .content_holder .single_news_header .small_info .author {
  color: #382C14;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 16px;
  font-family: 'PlatformSS01-Medium', sans-serif;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .content_wrap .content_holder .single_news_header .small_info .date,
  .single_news_wrap .content_wrap .content_holder .single_news_header .small_info .author {
    display: block;
    margin-bottom: 10px;
  }
}
.single_news_wrap .content_wrap .content_holder .single_news_header .share_icons .social_icon {
  display: inline-block;
  margin-right: 20px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.single_news_wrap .content_wrap .content_holder .single_news_header .share_icons .social_icon:hover {
  opacity: 0.6;
}
.single_news_wrap .content_wrap .content_holder .single_news_header .share_icons .social_icon img {
  height: 100%;
}
.single_news_wrap .keep_exploring {
  background-color: #ececec;
  padding-bottom: 95px;
}
@media only screen and (max-width : 1020px) {
  .single_news_wrap .keep_exploring {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .keep_exploring {
    padding-bottom: 30px;
  }
}
.single_news_wrap .keep_exploring .section_header {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width : 1100px) {
  .single_news_wrap .keep_exploring .section_header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .keep_exploring .section_header {
    padding: 30px 20px;
  }
}
.single_news_wrap .keep_exploring .exploring_articles {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width : 750px) {
  .single_news_wrap .keep_exploring .exploring_articles {
    margin-left: 0px;
    margin-right: 0px;
  }
}
header {
  background-color: #fff;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #D7D4D0;
}
@media only screen and (max-width : 1020px) {
  header {
    height: 55px;
  }
}
header .content_holder {
  display: flex;
  height: 100%;
  align-items: center;
}
header .logo_holder {
  display: inline-block;
  margin-right: 42px;
}
header nav {
  display: inline-block;
  position: relative;
}
header nav ul li {
  display: inline-block;
  margin-right: 40px;
}
header nav ul li a {
  font-size: 18px;
  line-height: 18px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
}
header nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #A16A3A;
  bottom: -6px;
  left: 0px;
  width: 0%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
header nav ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width : 1020px) {
  header nav {
    display: none;
    position: fixed;
    top: 55px;
    background-color: #ececec;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  header nav ul li {
    display: block;
    margin: 0px;
    margin-bottom: 25px;
  }
}
header .hamburger_wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #382C14;
}
header .hamburger_wrap .hamburger {
  width: 55px;
  height: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .hamburger_wrap .hamburger span {
  height: 2px;
  width: 25px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media only screen and (max-width : 1020px) {
  header .hamburger_wrap {
    display: block;
  }
}
header .hamburger_wrap.open .hamburger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .hamburger_wrap.open .hamburger span:nth-of-type(2) {
  display: none;
}
header .hamburger_wrap.open .hamburger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -2px;
}
header .search_wrap {
  position: relative;
}
@media only screen and (max-width : 1020px) {
  header .search_wrap {
    display: none;
  }
}
header .search_wrap form {
  display: none;
}
header .search_wrap form input[type="search"] {
  border: 1px solid #888071;
  border-radius: 3px;
  background-color: transparent;
  font-size: 19px;
  line-height: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
  padding: 7px 12px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  width: 380px;
}
@media only screen and (max-width : 1100px) {
  header .search_wrap form input[type="search"] {
    width: auto;
  }
}
header .search_wrap form input[type="search"]:focus {
  outline: none;
}
header .search_wrap form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
header .search_wrap form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
header .search_wrap form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
header .search_wrap form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
header .search_wrap button {
  background-color: #fff;
  border: none;
  position: absolute;
  border-radius: 3px;
  cursor: pointer;
  right: 5px;
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
}
header .search_wrap svg {
  cursor: pointer;
}
header .search_wrap svg path {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
header .search_wrap svg:hover path {
  fill: #A16A3A;
}
header .search_wrap.mobile {
  display: none;
}
@media only screen and (max-width : 1020px) {
  header .search_wrap.mobile {
    display: block;
    margin: 0px;
    max-width: 380px;
  }
  header .search_wrap.mobile form {
    display: block;
  }
  header .search_wrap.mobile form input {
    background-color: #fff;
    max-width: 380px;
    width: 100%;
  }
}
footer {
  background-color: #382C14;
}
@media only screen and (max-width : 750px) {
  footer .footer_content {
    padding: 0px;
  }
}
footer .footer_content h3 {
  color: #CCB48D;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'PlatformSS01-Medium', sans-serif;
  position: relative;
}
footer .footer_content h3 .dropdown {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width : 750px) {
  footer .footer_content h3 .dropdown {
    display: block;
  }
}
footer .footer_content .top_section {
  padding-top: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .top_section {
    padding-bottom: 25px;
  }
}
footer .footer_content .top_section .form_wrap {
  display: inline-block;
  margin-right: 7.5%;
}
@media only screen and (max-width : 1020px) {
  footer .footer_content .top_section .form_wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width : 750px) {
  footer .footer_content .top_section .form_wrap {
    margin: 0px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
  }
}
footer .footer_content .top_section .form_wrap #mc_embed_signup div.mce_inline_error,
footer .footer_content .top_section .form_wrap #mce-success-response {
  margin: 0px;
  font-weight: bold;
  z-index: 1;
  color: red;
  position: absolute;
  bottom: -30px;
  background-color: transparent;
  left: 0px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  letter-spacing: 1px;
  padding-left: 0px;
}
@media only screen and (max-width : 1020px) {
  footer .footer_content .top_section .form_wrap #mc_embed_signup div.mce_inline_error,
  footer .footer_content .top_section .form_wrap #mce-success-response {
    bottom: -20px;
    font-size: 12px;
  }
}
footer .footer_content .top_section .form_wrap #mce-error-response {
  margin: 0px;
  font-weight: bold;
  z-index: 1;
  color: red;
  position: relative;
  margin-top: : 15px;
  background-color: transparent;
  left: 0px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  letter-spacing: 1px;
  padding-left: 0px;
}
@media only screen and (max-width : 1020px) {
  footer .footer_content .top_section .form_wrap #mce-error-response {
    font-size: 12px;
  }
}
footer .footer_content .top_section .form_wrap #mce-success-response {
  color: green;
}
footer .footer_content .top_section .form_wrap #mce-responses {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
footer .footer_content .top_section .form_wrap form,
footer .footer_content .top_section .form_wrap .mc-field-group,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .footer_content .top_section .form_wrap form input[type="email"],
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"],
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"] {
  border: 1px solid #888071;
  border-radius: 3px;
  background-color: #fff;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
  padding: 7px 12px;
  box-sizing: border-box;
  width: 380px;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .top_section .form_wrap form input[type="email"],
  footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"],
  footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"] {
    width: 100%;
  }
}
footer .footer_content .top_section .form_wrap form input[type="email"]:focus,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"]:focus,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"]:focus {
  outline: none;
}
footer .footer_content .top_section .form_wrap form input[type="email"]::-webkit-input-placeholder,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"]::-webkit-input-placeholder,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
footer .footer_content .top_section .form_wrap form input[type="email"]::-moz-placeholder,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"]::-moz-placeholder,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
footer .footer_content .top_section .form_wrap form input[type="email"]:-ms-input-placeholder,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"]:-ms-input-placeholder,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
footer .footer_content .top_section .form_wrap form input[type="email"]:-moz-placeholder,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="email"]:-moz-placeholder,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 19px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #888071;
}
footer .footer_content .top_section .form_wrap form input[type="submit"],
footer .footer_content .top_section .form_wrap .mc-field-group input[type="submit"],
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="submit"] {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin-left: 5px;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #fff;
  background-color: #A16A3A;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #A16A3A;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
footer .footer_content .top_section .form_wrap form input[type="submit"]:hover,
footer .footer_content .top_section .form_wrap .mc-field-group input[type="submit"]:hover,
footer .footer_content .top_section .form_wrap #mc_embed_signup_scroll input[type="submit"]:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
footer .footer_content .top_section .social_wrap {
  display: inline-block;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .top_section .social_wrap {
    text-align: center;
    display: block;
    width: 100%;
  }
}
footer .footer_content .top_section .social_wrap .social_icon {
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
footer .footer_content .top_section .social_wrap .social_icon:hover {
  opacity: 0.5;
}
footer .footer_content .top_section .social_wrap .social_icon:last-child {
  margin: 0px;
}
footer .footer_content .middle_section {
  box-sizing: border-box;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .middle_section {
    border-top: 1px solid #D7D4D0;
    padding-top: 0px;
  }
}
footer .footer_content .middle_section .sinle_row {
  width: 20%;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .middle_section .sinle_row {
    width: 100%;
    padding: 0 20px;
  }
  footer .footer_content .middle_section .sinle_row h3 {
    border-bottom: 1px solid #D7D4D0;
    box-sizing: border-box;
    padding: 20px 0px;
    margin-bottom: 0px;
  }
  footer .footer_content .middle_section .sinle_row:last-child h3 {
    border: none;
  }
}
@media only screen and (max-width : 750px) {
  footer .footer_content .middle_section .sinle_row ul {
    display: none;
    margin-top: 20px;
  }
}
footer .footer_content .middle_section .sinle_row ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .middle_section .sinle_row ul li {
    margin-bottom: 10px;
  }
}
footer .footer_content .middle_section .sinle_row ul li a {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'PlatformSS01-Regular', sans-serif;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
footer .footer_content .middle_section .sinle_row ul li a:after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
footer .footer_content .middle_section .sinle_row ul li a:hover:after {
  width: 100%;
}
footer .footer_content .bottom_section {
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .bottom_section {
    border-top: 1px solid #D7D4D0;
  }
}
footer .footer_content .bottom_section .copyright {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-family: 'PlatformSS01-Regular', sans-serif;
  color: #CCB48D;
}
@media only screen and (max-width : 750px) {
  footer .footer_content .bottom_section .copyright {
    padding: 0px 20px;
  }
}
/*# sourceMappingURL=global.css.map */