/* Fonts */
/* Color palette */
.section-bk {
  background-color: #f2f2f2;
}
.primary-bk {
  background-color: #000;
}
.primary-text {
  color: #000;
}
.primary-dark-bk {
  background-color: #000;
}
.primary-dark-text {
  color: #000;
}
.secondary-bk {
  background-color: #fa6400;
}
.secondary-text {
  color: #fa6400;
}
.secondary-dark-bk {
  background-color: #a84300;
}
.secondary-dark-text {
  color: #a84300;
}
.body-bk {
  background-color: #000;
}
.body-text {
  color: #000;
}
.heading-bk {
  background-color: #000;
}
.heading-text {
  color: #000;
}
.grey-text-text {
  color: #767776;
}
.grey-text-bk {
  background-color: #767776;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.greydark-bk {
  background-color: #343433;
}
.greydark-text {
  color: #343433;
}
.grey-bk {
  background-color: #9e9f9e;
}
.grey-text {
  color: #767776;
}
.greylight-bk {
  background-color: #f2f2f2;
}
.greylight-text {
  color: #f2f2f2;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.btn-primary.btn {
  background: #000;
  color: #fff;
}
.btn-primary.btn:hover {
  background-color: #fa6400;
  color: #000;
}
.btn-primary.btn:hover i {
  color: #000;
}
.btn-primary.btn-text {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text:hover i {
  color: #fa6400;
}
.btn-primary.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text-underline:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text-underline:hover i {
  color: #fa6400;
}
.btn-primary.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-primary.btn-ghost:hover {
  background-color: #fa6400;
  color: #000;
  border-color: #fa6400;
}
.btn-primary.btn-ghost:hover i {
  color: #000;
}
.btn-secondary.btn {
  background: #fa6400;
  color: #fff;
}
.btn-secondary.btn:hover {
  background-color: #a84300;
  color: #fff;
}
.btn-secondary.btn:hover i {
  color: #fff;
}
.btn-secondary.btn-text {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text:hover i {
  color: #a84300;
}
.btn-secondary.btn-text-underline {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text-underline:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text-underline:hover i {
  color: #a84300;
}
.btn-secondary.btn-ghost {
  border-color: #fa6400;
  color: #fa6400;
  background-color: transparent;
}
.btn-secondary.btn-ghost:hover {
  background-color: #a84300;
  color: #fff;
  border-color: #a84300;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn {
  background: #000;
  color: #fff;
}
.btn-body.btn:hover {
  background-color: #767776;
  color: #fff;
}
.btn-body.btn:hover i {
  color: #fff;
}
.btn-body.btn-text {
  background: none !important;
  color: #000;
}
.btn-body.btn-text:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text:hover i {
  color: #767776;
}
.btn-body.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-body.btn-text-underline:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text-underline:hover i {
  color: #767776;
}
.btn-body.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-body.btn-ghost:hover {
  background-color: #767776;
  color: #fff;
  border-color: #767776;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn {
  background: #9e9f9e;
  color: #fff;
}
.btn-grey.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-grey.btn:hover i {
  color: #fff;
}
.btn-grey.btn-text {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text:hover i {
  color: #000;
}
.btn-grey.btn-text-underline {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text-underline:hover i {
  color: #000;
}
.btn-grey.btn-ghost {
  border-color: #9e9f9e;
  color: #9e9f9e;
  background-color: transparent;
}
.btn-grey.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-greylight.btn {
  background: #f2f2f2;
  color: #fff;
}
.btn-greylight.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greylight.btn:hover i {
  color: #fff;
}
.btn-greylight.btn-text {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text:hover i {
  color: #000;
}
.btn-greylight.btn-text-underline {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text-underline:hover i {
  color: #000;
}
.btn-greylight.btn-ghost {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
.btn-greylight.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greylight.btn-ghost:hover i {
  color: #fff;
}
.btn-greydark.btn {
  background: #343433;
  color: #fff;
}
.btn-greydark.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greydark.btn:hover i {
  color: #fff;
}
.btn-greydark.btn-text {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text:hover i {
  color: #000;
}
.btn-greydark.btn-text-underline {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text-underline:hover i {
  color: #000;
}
.btn-greydark.btn-ghost {
  border-color: #343433;
  color: #343433;
  background-color: transparent;
}
.btn-greydark.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greydark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn {
  background: #000;
  color: #fff;
}
.btn-black.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-black.btn:hover i {
  color: #fff;
}
.btn-black.btn-text {
  background: none !important;
  color: #000;
}
.btn-black.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text:hover i {
  color: #000;
}
.btn-black.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-black.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text-underline:hover i {
  color: #000;
}
.btn-black.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-black.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn {
  background: #fff;
  color: #000;
}
.btn-white.btn:hover {
  background-color: #9e9f9e;
  color: #fff;
}
.btn-white.btn:hover i {
  color: #fff;
}
.btn-white.btn-text {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text:hover i {
  color: #9e9f9e;
}
.btn-white.btn-text-underline {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text-underline:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text-underline:hover i {
  color: #9e9f9e;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-ghost:hover {
  background-color: #9e9f9e;
  color: #fff;
  border-color: #9e9f9e;
}
.btn-white.btn-ghost:hover i {
  color: #fff;
}
.absolute, .mobile_search input[type="submit"], .pdf-embed iframe, .header_layout .fullwidth-container, .header_layout .header-content, .pushout_menu .menu_header:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.header-offset {
  display: none;
  height: 80px;
}
@media (max-width: 1270px) {
  .header-offset {
    height: 80px;
  }
}
@media (max-width: 1020px) {
  .header-offset {
    height: 71px;
  }
}
@media (max-width: 735px) {
  .header-offset {
    height: 71px;
  }
}
@media (max-width: 370px) {
  .header-offset {
    height: 71px;
  }
}
.header-offset.image-nav {
  display: none;
}
header {
  background: #fff;
  position: absolute;
  width: 100%;
  margin: 0px auto 0;
  z-index: 5999;
  left: 0;
  right: 0;
  top: 0;
}
header .nav {
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
header .nav .right > li {
  float: left;
}
@media (max-width: 1020px) {
  header .nav .right > li.nav-item {
    display: none;
  }
}
header .nav li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 370px) {
}
@media (max-width: 330px) {
}
header .nav li.mobile {
  display: none;
}
header .nav li.spacer {
  padding: 20px 50px 0 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  margin: 28px 50px 20px 0;
}
@media (max-width: 1270px) {
  header .nav li.spacer {
    padding: 20px 30px 0 0 !important;
    margin: 28px 30px 20px 0;
  }
}
@media (max-width: 1020px) {
  header .nav li.spacer {
    display: none;
  }
}
header .nav .logo {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header .nav .logo a {
  display: block;
  -webkit-transition: 0.1s linear all 0.4s;
  transition: 0.1s linear all 0.4s;
  position: relative;
}
header .nav .logo a .logo-wrapper {
  width: 130px;
  position: relative;
  float: left;
  padding-top: 17px;
  padding-bottom: 18px;
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 370px) {
}
header .nav .logo a .logo-wrapper:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  content: '';
  background: #fa6400;
  opacity: 0.4;
  height: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1020px) {
  header .nav .logo a .logo-wrapper:after {
    content: none !important;
  }
}
header .nav .logo a .logo-wrapper.active, header .nav .logo a .logo-wrapper:hover {
  color: #fa6400;
}
header .nav .logo a .logo-wrapper img {
  width: 100%;
  -webkit-transition: 0.1s linear all 0.4s;
  transition: 0.1s linear all 0.4s;
  float: left;
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
header .nav .logo a .logo-wrapper img.colourLogo {
  opacity: 1;
}
header .nav .logo a .logo-wrapper img.whiteLogo {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  opacity: 0;
}
header .nav .nav-item > a {
  padding-top: 28px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease all 0.4s;
  transition: 0.1s ease all 0.4s;
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
header .nav .nav-item > a i {
  font-size: 20px;
  -webkit-transition: 0.2s ease all 0.4s;
  transition: 0.2s ease all 0.4s;
  top: 4px;
  line-height: 1px;
}
header .nav .nav-item > a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  content: '';
  background: #fa6400;
  opacity: 0.4;
  height: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .nav .nav-item > a.active, header .nav .nav-item > a:hover {
  color: #fa6400;
}
header .nav .nav-item > a.active:after {
  width: 100%;
  opacity: 1;
}
header .nav .nav-item > a.nohover a:after, header .nav .nav-item > a.nohover:after {
  content: none !important;
}
header .nav .nav-item:first-child {
  padding-left: 0;
}
header .nav .nav-item:last-child {
  padding-right: 0;
}
header .nav .nav-cta {
  padding-right: 0 !important;
}
header .nav .nav-cta a.btn {
  margin-top: 64px;
  padding: 14px 20px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  header .mobile-left {
    float: left;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.sticky-active header {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: -85px;
  overflow: hidden;
}
.sticky-active.sticky-up header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-hide header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-force header, .sticky-show header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-active header .upper-nav {
  display: none;
}
.sticky-force header {
  top: 0px !important;
  position: fixed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
.sticky-force header .upper-nav {
  display: none;
}
.sticky-show header {
  top: 0px;
}
.sticky-show header .upper-nav {
  display: none;
}
.sticky-hide header {
  top: -85px;
}
.sticky-hide header .hasdropdownonHover:after, .sticky-hide header .dropdown {
  display: none;
}
header.nav-bk-force, header.nav-with-bk {
  background: transparent;
}
header.nav-bk-force .nav, header.nav-with-bk .nav {
  background: transparent !important;
}
header.nav-bk-force .nav li > a, header.nav-with-bk .nav li > a {
  color: #fff !important;
}
header.nav-bk-force .nav li > a:after, header.nav-with-bk .nav li > a:after {
  background: #fff;
}
header.nav-bk-force .nav li > a i, header.nav-with-bk .nav li > a i {
  color: #fff;
}
header.nav-bk-force .nav li > a.active:after, header.nav-with-bk .nav li > a.active:after, header.nav-bk-force .nav li > a:hover:after, header.nav-with-bk .nav li > a:hover:after {
  background: #fa6400;
  width: 100%;
}
header.nav-bk-force .nav .nav-cta a, header.nav-with-bk .nav .nav-cta a {
  border: 2px solid #fff;
  color: #fff !important;
  background: none;
}
header.nav-bk-force .nav .nav-cta a:hover, header.nav-with-bk .nav .nav-cta a:hover {
  background: #fa6400;
  border: 2px solid #fa6400;
}
header.nav-bk-force .nav .logo a img.colourLogo, header.nav-with-bk .nav .logo a img.colourLogo {
  opacity: 0 !important;
}
header.nav-bk-force .nav .logo a img.whiteLogo, header.nav-with-bk .nav .logo a img.whiteLogo {
  opacity: 1 !important;
}
header:hover .nav {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
header:hover .nav .logo a img {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
header:hover .nav li > a i, header:hover .nav li > a {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
header.nav-with-bk .nav li a.mobile-menu-btn, header .nav li a.mobile-menu-btn {
  color: #000 !important;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  margin-right: -15px;
  display: block;
}
@media (max-width: 1020px) {
  header.nav-with-bk .nav li a.mobile-menu-btn, header .nav li a.mobile-menu-btn {
    padding-top: 12px;
    padding-bottom: 5px;
    line-height: 16px;
  }
}
header.nav-with-bk .nav li a.mobile-menu-btn i, header .nav li a.mobile-menu-btn i {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  top: 0;
  right: 10px;
  color: #fa6400;
  transform: rotate(0deg);
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
header.nav-with-bk .nav li a.mobile-menu-btn i:before, header .nav li a.mobile-menu-btn i:before {
  opacity: 1;
  position: absolute;
  left: 0;
}
header.nav-with-bk .nav li a.mobile-menu-btn i:after, header .nav li a.mobile-menu-btn i:after {
  content: "\e92e";
  opacity: 0;
  position: absolute;
  left: 0;
  color: #fa6400;
}
header.nav-with-bk .nav li a.mobile-menu-btn:after, header .nav li a.mobile-menu-btn:after {
  content: none !important;
}
header.nav-with-bk .nav li a.mobile-menu-btn:hover i, header .nav li a.mobile-menu-btn:hover i {
  background: none;
}
header.nav-with-bk .nav li a.mobile-menu-btn.open i, header .nav li a.mobile-menu-btn.open i {
  transform: rotate(180deg);
}
header.nav-with-bk .nav li a.mobile-menu-btn.open i:before, header .nav li a.mobile-menu-btn.open i:before {
  opacity: 0;
}
header.nav-with-bk .nav li a.mobile-menu-btn.open i:after, header .nav li a.mobile-menu-btn.open i:after {
  opacity: 1;
}
@media (max-width: 1020px) {
  header {
    top: 0 !important;
  }
  #mobile_menu {
    position: fixed;
    height: 100%;
  }
  #mobile_menu .mm-listitem a {
    cursor: pointer;
  }
  #mobile_menu.mm-menu {
    background: #000;
    overflow: hidden;
  }
  #mobile_menu.mm-menu:after {
    content: '';
    opacity: 0.05;
    background-size: contain;
    height: 306px;
    width: 306px;
    position: absolute;
    right: 0;
    bottom: -40px;
  }
  #mobile_menu.mm-menu_offcanvas {
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
  #mobile_menu.mm-menu_offcanvas.mm-menu_opened {
    opacity: 1;
    visibility: visible;
  }
  #mobile_menu #mm-1 .mm-navbar {
    display: none !important;
  }
  #mobile_menu .mm-panels .mm-listview {
    margin-top: 12vh !important;
  }
  #mobile_menu.mm-menu_navbar_top-1 .mm-panels {
    z-index: 5998 !important;
    top: 0px;
  }
  #mobile_menu .mm-panel {
    transition: -webkit-transform 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  #mobile_menu .mm-listitem span, #mobile_menu .mm-listitem a {
    font-size: 23px;
    font-weight: 500;
    line-height: 65px;
    color: #fff !important;
    font-family: 'TradeGothic', sans-serif;
    padding: 0 40px !important;
    background: transparent !important;
    text-align: center;
    text-transform: uppercase;
  }
  #mobile_menu .mm-listitem span.btn, #mobile_menu .mm-listitem a.btn {
    background: #fa6400 !important;
    color: #fff !important;
    margin: 15px 40px;
  }
  #mobile_menu .mm-listview .spacer {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border: none !important;
    height: 1px;
    background: #fa6400;
    width: calc(100% - 100px);
  }
  #mobile_menu .mm-listview .mm-listitem {
    max-width: 400px;
    margin: auto;
    float: none;
  }
  #mobile_menu .mm-listitem .mm-btn_next:before, #mobile_menu .mm-listitem:after {
    content: none !important;
  }
  #mobile_menu .mm-navbar {
    border-bottom: none !important;
    padding: 18px 40px !important;
    margin-top: 50px;
  }
  #mobile_menu .mm-navbar .close {
    margin: 0;
    padding: 22px 10px 50px !important;
    height: 70px !important;
    width: 148px !important;
    background: #000;
  }
  #mobile_menu a.mm-navbar__title {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 16px !important;
    color: #fff !important;
    -webkit-font-smoothing: auto;
    text-align: left;
    padding-left: 30px;
  }
  #mobile_menu .mm-btn_prev:before {
    content: "\e903" !important;
    font-family: 'sd-icons' !important;
    border: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    font-size: 24px;
    top: 11px !important;
    color: #fa6400 !important;
    padding: 18px 0px !important;
    left: 40px;
  }
  #mobile_menu .mm-menu_navbar_top-1 .mm-panels {
    top: 0px !important;
  }
  #mobile_menu .mm-panel_has-navbar .mm-navbar {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
  }
  #mobile_menu .mm-navbars_bottom, #mobile_menu .mm-navbars_top {
    border: none !important;
  }
  #mobile_menu .mm-navbars_bottom .mm-navbar, #mobile_menu .mm-navbars_top .mm-navbar {
    padding: 0 !important;
    height: auto !important;
  }
  #mobile_menu.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #fa6400 !important;
    right: 40px;
    width: 10px;
    height: 10px;
  }
  #mobile_menu.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, #mobile_menu .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
    background: transparent !important;
  }
  #mobile_menu .mm-menu_position-bottom, #mobile_menu .mm-menu_position-front, #mobile_menu .mm-menu_position-top {
    transition: -webkit-transform 0.8s ease !important;
    -webkit-transition: -webkit-transform 0.8s ease !important;
    transition: transform 0.8s ease !important;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease !important;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease, opacity 0.8s ease !important;
  }
  #mobile_menu * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #mobile_menu.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next), #mobile_menu .mm-menu_theme-white .mm-listitem_selected > span {
    background: transparent;
  }
  #mobile_menu .mm-listitem .mm-btn_next {
    background: transparent !important;
  }
  .mm-wrapper_opening .mm-page__blocker {
    opacity: 1;
    visibility: visible;
  }
  .mm-page__blocker {
    background: rgba(0, 0, 0, 0.4) !important;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease !important;
    transition: opacity 0.4s ease, visibility 0.4s ease !important;
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
  .mm-wrapper_opened .mm-page__blocker.mm-slideout {
    opacity: 1;
    visibility: visible;
    z-index: 5997 !important;
  }
}
@media (max-width: 1020px) and (max-width: 370px) {
  .mm-page__blocker {
    display: none !important;
  }
}
.mm-menu_popup {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.open .hamburger .hamburger-inner, .open .hamburger .hamburger-inner::before, .open .hamburger .hamburger-inner::after {
  background-color: #fa6400;
}
@media (max-width: 1020px) {
  .open .hamburger .hamburger-inner, .open .hamburger .hamburger-inner::before, .open .hamburger .hamburger-inner::after {
    background-color: #fa6400;
    opacity: 1;
  }
}
.hamburger-box {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 48px;
  height: 3px;
  background-color: #fa6400;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -13px;
}
.hamburger-inner::after {
  bottom: -13px;
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-menu-btn.open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu-btn.open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 1s 0.12s ease;
}
.mobile-menu-btn.open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin
 */
.sticky-active header .nav .nav-cta a.mobile-menu-btn {
  top: 0;
}
@media (max-width: 735px) {
  .sticky-active header .nav .nav-cta a.mobile-menu-btn {
    margin-right: 0px;
  }
}
.mobile_search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1020px) {
  .mobile_search {
    margin-top: 71px;
  }
}
@media (max-width: 735px) {
  .mobile_search {
    margin-top: 71px;
  }
}
@media (max-width: 370px) {
  .mobile_search {
    margin-top: 71px;
  }
}
.mobile_search .page-container {
  width: 94% !important;
}
.mobile_search form {
  border-bottom: 1px solid #f2f2f2;
  margin: 10vh auto 0;
  max-width: 400px;
  padding: 12px 0px 5px;
}
.mobile_search form .submit {
  position: relative;
  padding-right: 8px;
}
.mobile_search form .submit i {
  font-size: 143%;
  top: 3px;
  position: relative;
  line-height: 1px;
  color: #000;
}
.mobile_search input[type="text"] {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] :-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="submit"] {
  background: transparent;
  z-index: 9;
  margin: 0;
}
#mobile_search_btn {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #000;
  padding: 10px 8px 9px 6px;
  margin-top: 18px;
}
#mobile_search_btn .icon-search:before {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  position: relative;
}
#mobile_search_btn .icon-search:after {
  content: "\e92e";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.sticky-active header #mobile_search_btn {
  padding-top: 9px;
  background: transparent;
  margin-top: 7px;
}
.sticky-active header #mobile_search_btn i {
  color: #000 !important;
}
.sticky-active header .mobile_search {
  margin-top: 80px;
}
.open #mobile_search_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open #mobile_search_btn .icon-search:after {
  opacity: 1;
}
.open #mobile_search_btn .icon-search:before {
  opacity: 0;
}
#mobile_nav_quote a {
  color: #000 !important;
}
.xoo-wsc-basket {
  position: relative !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  bottom: 0px;
  padding: 0;
}
.contact_email_addresses_layout {
  padding-top: 0;
}
.contact_email_addresses_layout .page-container {
  position: relative;
}
.contact_email_addresses_layout .pattern-lb {
  height: 447px;
  width: 430px;
  position: absolute;
  bottom: -377px;
  left: 0;
}
.contact_email_addresses_layout .pattern-rb {
  height: 661px;
  width: 393px;
  position: absolute;
  right: -230px;
  bottom: -383px;
}
@media (max-width: 735px) {
  .contact_email_addresses_layout .pattern-rb {
    display: none;
  }
}
.contact_email_addresses_layout .display1 {
  margin-bottom: 80px;
}
.contact_email_addresses_layout .display2 {
  margin-bottom: 20px;
}
.contact_email_addresses_layout .email-details {
  margin-bottom: 80px;
}
.contact_email_addresses_layout .email-details .display2 {
  margin-bottom: 15px;
  color: #fa6400;
}
@media (max-width: 1020px) {
  .contact_email_addresses_layout .email-details .display2 {
    margin-bottom: 0px;
  }
}
.contact_email_addresses_layout .email-details .display2 a {
  color: #fa6400;
  text-decoration: none;
}
.contact_email_addresses_layout .email-details .display2 a:hover {
  text-decoration: underline;
}
.contact_email_addresses_layout .email-details .body_copy {
  max-width: 260px;
  margin: auto;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.contact_homepage_layout .pattern-rb {
  width: 1304px;
  height: 212px;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 61px;
}
.contact_homepage_layout .row {
  position: relative;
}
.contact_homepage_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
}
@media (max-width: 1020px) {
  .contact_homepage_layout .background {
    height: 90%;
  }
}
.contact_homepage_layout .contact-form {
  max-width: 490px;
  margin: 110px auto;
}
@media (max-width: 1020px) {
  .contact_homepage_layout .contact-form {
    margin: 65px auto;
  }
}
@media (max-width: 735px) {
  .contact_homepage_layout .contact-form {
    padding: 0 20px;
  }
}
.contact_homepage_layout .contact-form .display2 {
  margin-bottom: 20px;
}
.contact_homepage_layout .content-box {
  background: #fff;
  padding: 50px 30px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-width: 329px;
  margin: 70px 0;
}
@media (max-width: 1020px) {
  .contact_homepage_layout .content-box {
    margin: 0;
  }
}
.contact_homepage_layout .content-box .sub_header {
  margin-top: 26px;
  max-width: 200px;
}
.contact_homepage_layout .content-box .btn-text {
  display: inline-block;
  margin-top: 31px;
  padding: 0 !important;
}
@media (max-width: 1020px) and (min-width: 735px) {
  .contact_homepage_layout .content-box {
    max-width: 443px;
    padding: 50px 33px;
  }
  .contact_homepage_layout .content-box .display1 br {
    display: none;
  }
}
@media (max-width: 735px) {
  .contact_homepage_layout .content-box {
    padding: 50px 27px;
    max-width: none;
  }
  .contact_homepage_layout .content-box .display1 {
    font-size: 37px;
  }
}
.contact_homepage_layout .gfield .SumoSelect > .CaptionCont > span, .contact_homepage_layout .gfield input, .contact_homepage_layout .gfield select, .contact_homepage_layout .gfield textarea {
  border: solid 1px #fff;
  background-color: #fff;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.contact_locations_layout {
  padding-top: 0;
}
.contact_locations_layout .page-container {
  position: relative;
}
.contact_locations_layout .pattern-rt {
  height: 789px;
  width: 704px;
  position: absolute;
  right: -221px;
  top: -166px;
}
.contact_locations_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 90px 0;
  padding-top: 0;
  text-align: center;
}
@media (max-width: 735px) {
  .contact_locations_layout .background {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .contact_locations_layout .background .row {
    width: 94%;
    margin: auto;
  }
  .contact_locations_layout .background .row > div {
    padding: 0 0px;
  }
}
.contact_locations_layout .phone, .contact_locations_layout .address {
  color: #000;
  display: block;
  text-decoration: none;
}
.contact_locations_layout .phone:hover, .contact_locations_layout .address:hover {
  color: #fa6400;
  text-decoration: underline;
}
@media (max-width: 735px) {
  .contact_locations_layout .address {
    width: 46%;
    margin-left: 4%;
    margin-top: 18%;
    float: left;
  }
}
.contact_locations_layout .phone {
  margin-top: 10px;
  color: #fa6400;
  line-height: 26px;
}
@media (max-width: 735px) {
  .contact_locations_layout .phone {
    margin-left: 4%;
    float: left;
  }
  .contact_locations_layout .phone br {
    display: none;
  }
}
.contact_locations_layout .image-circle {
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 735px) {
  .contact_locations_layout .image-circle {
    width: 50%;
    padding-bottom: 50%;
    float: left;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .contact_locations_layout .gut-xlg > div:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 370px) {
}
.content_2cols_layout {
  padding: 120px 0;
}
@media (max-width: 1020px) {
  .content_2cols_layout {
    padding: 90px 0;
  }
}
@media (max-width: 1020px) {
  .content_2cols_layout {
    padding: 90px 0;
  }
}
.content_2cols_layout .page-container {
  position: relative;
}
.content_2cols_layout .pattern-rc {
  height: 661px;
  width: 393px;
  position: absolute;
  right: 300px;
  right: -436px;
  top: 150px;
  bottom: 0px;
  margin: auto;
}
.content_2cols_layout .display3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content_2cols_layout.black-bk {
  color: #fff;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_2cols_layout .row > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 370px) {
}
.page-template-page-about-entertainment .content_2cols_layout {
  padding-top: 0;
  padding-bottom: 0px;
}
@media (max-width: 1020px) {
  .page-template-page-about-entertainment .content_2cols_layout {
    margin-bottom: -60px;
  }
}
.single-post .content_2cols_layout {
  padding-top: 0;
  padding-bottom: 60px;
}
.content_industry_verticals_layout {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 735px) {
  .content_industry_verticals_layout {
    padding-top: 60px;
  }
}
.content_industry_verticals_layout .page-container {
  position: relative;
}
.content_industry_verticals_layout .row {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .row {
    padding-bottom: 30px;
  }
}
.content_industry_verticals_layout .row > div {
  margin-bottom: 80px;
}
@media (max-width: 1020px) {
  .content_industry_verticals_layout .row > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .row > div {
    margin-bottom: 20px;
  }
}
.content_industry_verticals_layout .pattern-lc {
  width: 938px;
  height: 698px;
  position: absolute;
  background-size: contain;
  left: -600px;
  bottom: 20px;
  -webkit-transform: rotate(221deg);
  transform: rotate(221deg);
}
.content_industry_verticals_layout .content-box {
  background: #fff;
  padding: 50px 36px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-width: 329px;
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .content-box {
    margin-bottom: 80px;
  }
}
.content_industry_verticals_layout .content-box .sub_header {
  margin-top: 26px;
  max-width: 225px;
}
.content_industry_verticals_layout .content-box .sub_header a {
  color: #fa6400;
}
.content_industry_verticals_layout .content-box .sub_header a:hover {
  color: #d15400;
}
.content_industry_verticals_layout .content-box .content-wrapper:nth-child(2) .display1 {
  margin-top: 60px;
}
@media (max-width: 1020px) and (min-width: 735px) {
  .content_industry_verticals_layout .content-box {
    max-width: 592px;
    padding: 50px 33px;
    margin-bottom: 14px;
  }
  .content_industry_verticals_layout .content-box .display1 {
    font-size: 40px;
    float: left;
    max-width: 259px;
  }
  .content_industry_verticals_layout .content-box .sub_header {
    max-width: 235px;
    float: left;
    margin-top: 0;
    border-left: 2px solid #fa6400;
    margin-left: 24px;
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content_industry_verticals_layout .content-box .content-wrapper {
    float: left;
    width: 100%;
  }
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .content-box {
    padding: 50px 27px;
    max-width: none;
  }
  .content_industry_verticals_layout .content-box .display1 {
    font-size: 37px;
  }
}
.content_industry_verticals_layout .industry {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.content_industry_verticals_layout .industry img {
  max-width: 204px;
  width: 100%;
  position: relative;
  top: 0px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1020px) {
  .content_industry_verticals_layout .industry img {
    display: inline-block;
    max-width: 150px;
    -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
  }
}
@media (max-width: 1020px) {
  .content_industry_verticals_layout .industry .content {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding-left: 20px;
  }
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .industry .content {
    padding-left: 10px;
  }
}
.content_industry_verticals_layout .industry .dispaly4, .content_industry_verticals_layout .industry .sub_header {
  max-width: 180px;
}
.content_industry_verticals_layout .industry .display4 {
  margin-top: 21px;
  margin-bottom: 9px;
}
.content_industry_verticals_layout .industry:hover img {
  top: -10px;
}
.content_industry_verticals_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  height: calc(100% - 175px);
  top: 100px;
  width: 100%;
  margin-bottom: 0px !important;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_industry_verticals_layout .btn-text {
    font-size: 13px;
  }
}
@media (max-width: 370px) {
}
.content_intro_layout {
  position: relative;
}
.content_intro_layout:last-child {
  margin-bottom: 80px;
}
.content_intro_layout:before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 14.5%;
  background: #f2f1ee;
  bottom: 100%;
  margin: auto;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .content_intro_layout:before {
    max-width: 1200px;
  }
}
@media (max-width: 1270px) {
  .content_intro_layout:before {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .content_intro_layout:before {
    max-width: 700px !important;
    width: 94%;
  }
}
.content_intro_layout .page-container {
  position: relative;
}
.content_intro_layout .pattern-lt {
  width: 389px;
  height: 313px;
  position: absolute;
  background-size: contain;
  left: -84px;
  top: -70px;
}
@media (max-width: 1270px) {
  .content_intro_layout .pattern-lt {
    display: none;
  }
}
.content_intro_layout .pattern-rb {
  width: 430px;
  height: 447px;
  position: absolute;
  background-size: contain;
  right: -323px;
  bottom: -110px;
}
.content_intro_layout .preheader {
  color: #fa6400;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  padding-bottom: 10px;
}
.content_intro_layout .display1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 1020px) {
  .content_intro_layout .display1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 575px;
  }
}
.content_intro_layout .body_copy {
  text-align: justify;
  max-width: 575px;
  margin: auto;
}
.content_intro_layout .btn-text {
  line-height: 25px;
  margin-top: 10px;
}
.content_intro_layout .aug_box {
  z-index: 1;
  position: relative;
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 60px 0 30px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_intro_project_layout {
  padding-top: 0;
  z-index: 1;
  position: relative;
  margin-top: -140px;
  padding-bottom: 0px;
}
.content_intro_project_layout:last-child {
  padding-bottom: 80px;
}
.content_intro_project_layout:first-child {
  padding-top: 0px;
}
@media (max-width: 1020px) {
  .content_intro_project_layout {
    margin-top: -90px;
  }
}
@media (max-width: 735px) {
  .content_intro_project_layout {
    margin-top: -25px;
  }
}
.content_intro_project_layout .display4 {
  padding-bottom: 33px;
  text-transform: uppercase;
}
.content_intro_project_layout article {
  text-align: left;
}
.content_intro_project_layout .stats {
  padding-top: 50px;
}
.content_intro_project_layout .stats [data-aos].aos-animate {
  transition-delay: 0s;
}
.content_intro_project_layout .stats .number {
  font-size: 55px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 800;
}
@media (max-width: 735px) {
  .content_intro_project_layout .stats .number {
    font-size: 43px;
  }
}
.content_intro_project_layout .stats .body_copy {
  padding: 10px 0 50px;
}
.content_intro_project_layout .btn-text {
  line-height: 25px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_intro_entertainment_layout {
  position: relative;
}
.content_intro_entertainment_layout:before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 14.5%;
  background: #f2f1ee;
  bottom: 100%;
  margin: auto;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .content_intro_entertainment_layout:before {
    max-width: 1200px;
  }
}
@media (max-width: 1270px) {
  .content_intro_entertainment_layout:before {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .content_intro_entertainment_layout:before {
    max-width: 700px !important;
    width: 94%;
  }
}
.content_intro_entertainment_layout .page-container {
  position: relative;
}
.content_intro_entertainment_layout h2.display1 {
  text-transform: uppercase;
  max-width: 470px;
  margin: 0 auto;
}
.content_intro_entertainment_layout .links {
  margin: 40px auto;
}
@media (max-width: 1020px) {
  .content_intro_entertainment_layout .links {
    max-width: 500px;
  }
}
.content_intro_entertainment_layout .links a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'TradeGothic', sans-serif;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-decoration: none;
  margin-right: 18px;
}
@media (max-width: 1020px) {
  .content_intro_entertainment_layout .links a {
    line-height: 1.6em;
  }
}
@media (max-width: 735px) {
  .content_intro_entertainment_layout .links a {
    font-size: 22px;
    display: block;
    margin: 0;
  }
}
.content_intro_entertainment_layout .links a:hover {
  color: #fa6400;
  opacity: 1 !important;
}
.content_intro_entertainment_layout .links a:last-child {
  margin-right: 0px;
}
.content_intro_entertainment_layout .body_copy {
  max-width: 575px;
  margin: auto;
}
.content_intro_entertainment_layout .btn-text {
  line-height: 25px;
  margin-top: 10px;
}
.content_intro_entertainment_layout .aug_box {
  z-index: 1;
  position: relative;
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding: 60px 0 30px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_left_right_layout {
  padding: 60px 0;
  z-index: auto;
}
.content_left_right_layout .display3 {
  color: #000 !important;
}
@media (max-width: 1020px) {
  .content_left_right_layout .display3 {
    margin-top: 25px;
  }
}
.content_left_right_layout .display3, .content_left_right_layout .row {
  z-index: 1;
  position: relative;
}
.content_left_right_layout .pattern-lt {
  height: 1408px;
  width: 700px;
  transform: rotate(90deg);
  position: absolute;
  left: -442px;
  top: -579px;
}
@media (max-width: 1400px) {
  .content_left_right_layout .pattern-lt {
    transform: rotate(90deg) scale(0.7);
  }
}
@media (max-width: 1020px) {
  .content_left_right_layout .pattern-lt {
    transform: rotate(90deg);
    height: 704px;
    width: 350px;
    left: -209px;
    top: -240px;
  }
}
.content_left_right_layout .layout {
  padding: 50px 0;
  margin: 60px auto;
  position: relative;
  background: transparent;
}
.content_left_right_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 0;
  padding: 0;
}
.content_left_right_layout .background.col-lg-push-6 {
  margin: 0 15px;
}
@media (max-width: 1020px) {
  .content_left_right_layout .background {
    bottom: 0;
    top: unset;
    height: 80%;
  }
}
.content_left_right_layout .page-container {
  position: relative;
  z-index: 1;
}
.content_left_right_layout .btn-text {
  margin: 0;
}
.content_left_right_layout .content-image {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1020px) {
  .content_left_right_layout .content-image {
    margin-bottom: 25px;
  }
}
.content_left_right_layout .content-image .image-link {
  overflow: visible;
}
.content_left_right_layout .content-image img {
  max-width: none;
  width: 100%;
}
.content_left_right_layout .col-lg-6.col-sm-pull-0 article {
  padding-right: 40px;
}
.content_left_right_layout .col-lg-6.col-lg-pull-6 article {
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .content_left_right_layout .col-lg-push-1 article {
    padding-right: 30px !important;
  }
  .content_left_right_layout .col-lg-pull-5 article {
    padding-left: 30px !important;
  }
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .content_left_right_layout article {
    padding-left: 0px !important;
  }
  .content_left_right_layout .vcentered {
    display: block;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_left_right_layout .heading {
  margin-bottom: 15px;
  margin-top: 45px;
}
.default-page {
  padding-top: 0;
}
.flexible_content .layout-sm {
  padding: 25px 0;
}
.flexible_content .column_1 {
  max-width: 960px;
}
.default_intro .site-links {
  margin-bottom: 0;
}
@media (min-width: 735px) {
  .default_intro .defaultRight {
    padding-right: 55px;
  }
}
.default_intro .default-pages ul ul li a {
  font-weight: 200;
}
.default_intro .default-pages li {
  margin-top: 8px;
}
.default_intro .default-pages li:first-child {
  margin-top: 0;
}
.default_intro .default-pages li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.default_intro .default-pages li a:hover {
  color: #fa6400;
  border-bottom: 1px solid #fa6400;
  padding-bottom: 3px;
}
#galleryList .gallery-image img {
  opacity: 0;
}
#galleryList .gallery-image .youtube-video img {
  height: 269px;
}
#galleryList .gallery-image .image-link {
  position: relative;
  display: inline-block;
}
#galleryList .gallery-image .image-link:before {
  content: "\e91e";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
  z-index: 1;
  line-height: 1em;
}
#galleryList .gallery-image a.image-link {
  display: block !important;
}
#galleryList .gallery-image a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
#galleryList .gallery-image a:after {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.loaded img {
  opacity: 1;
}
@media (max-width: 1020px) {
  #galleryList .gallery-image {
    opacity: 1;
    /* background: 0 0; */
    width: 50% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 2px !important;
    float: left;
  }
  #galleryList .gallery-image img {
    opacity: 1;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
.legal-pages {
  padding-bottom: 150px;
}
.legal-pages .legal-icon {
  width: 27%;
  margin: auto;
  fill: #58595b;
  margin-bottom: 11px;
}
.legal-pages a {
  background-color: #f3f3f3;
  text-align: center;
  padding: 35px 25px;
  height: 100%;
  font-size: 18px;
  color: #58595b !important;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 735px) {
  .legal-pages a {
    padding: 35px;
  }
}
.legal-pages a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #58595b;
}
.legal-pages a:hover svg rect, .legal-pages a:hover svg path {
  fill: #fff;
}
.pdf-embed {
  position: relative;
  height: 0;
  padding-bottom: 140%;
}
.parent_page_grid .page-link {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.parent_page_grid .page-link .image-wrapper {
  background-color: #000;
  position: relative;
  padding-bottom: 118.4%;
}
.parent_page_grid .page-link .image-wrapper .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #000 100%);
  z-index: 5;
  opacity: 0.4;
  -webkit-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all;
}
.parent_page_grid .page-link .image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all;
  background-size: cover;
  background-position: center;
}
.parent_page_grid .page-link .content {
  padding: 30px 30px 30px 60px;
  z-index: 5;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.parent_page_grid .page-link .content:before {
  content: '\e920';
  opacity: 1;
  font-family: 'sd-icons';
  font-size: 16px;
  position: absolute;
  top: 36px;
  left: 30px;
  font-size: 20px;
  color: #fa6400;
  -webkit-transition: ease-in-out 0.5s all;
  transition: ease-in-out 0.5s all;
}
.parent_page_grid .page-link .content:after {
  content: '\e918';
  opacity: 0;
  font-family: 'sd-icons';
  font-size: 16px;
  position: absolute;
  top: 36px;
  left: 30px;
  font-size: 20px;
  color: #fa6400;
  -webkit-transition: ease-in-out 0.5s all;
  transition: ease-in-out 0.5s all;
  transform: rotate(90deg);
}
.parent_page_grid .page-link .content .body-copy {
  max-height: 0px;
  overflow: hidden;
  max-width: 480px;
  opacity: 0;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
}
@media (min-width: 1270px) {
  .parent_page_grid .page-link:hover .content:before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .parent_page_grid .page-link:hover .content:after {
    opacity: 1;
    transform: rotate(180deg);
  }
  .parent_page_grid .page-link:hover .body-copy {
    max-height: 300px;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s all;
  }
  .parent_page_grid .page-link:hover .image-overlay {
    opacity: 0.9;
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
  }
  .parent_page_grid .page-link:hover .image {
    transform: scale(1.02);
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all;
  }
}
.parent_page_grid .primary-feature .image-wrapper {
  padding-bottom: 29% !important;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
  .parent_page_grid .page-link .image-wrapper {
    padding: 0;
    height: 350px;
  }
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .parent_page_grid .page-link {
    height: 220px;
    margin-bottom: 10px;
  }
  .parent_page_grid .page-link .content .body-copy {
    max-height: 0px !important;
  }
  .parent_page_grid .page-link .image-overlay {
    opacity: 1 !important;
  }
}
@media (max-width: 370px) {
}
.sidemenu .sidemenu-list-btn {
  color: #000;
  text-decoration: none;
  padding: 9px 10px;
  margin-bottom: 20px;
  background: #f2f2f2;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 735px) {
  .sidemenu .sidemenu-list-btn {
    display: block !important;
  }
}
.sidemenu .sidemenu-list-btn i {
  position: relative;
  top: 2px;
}
.sidemenu .sidemenu-heading {
  margin-bottom: 10px;
}
.sidemenu .sidemenu-heading a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.sidemenu .sidemenu-heading a:hover {
  color: #000;
}
.sidemenu .sidemenu-list .display4 {
  margin-bottom: 15px;
}
.sidemenu .sidemenu-list > li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  color: #000;
}
.sidemenu .sidemenu-list > li a.active {
  font-weight: 400;
  color: #000;
}
.sidemenu .sidemenu-list > li a:hover {
  text-decoration: underline;
  color: #000;
}
.sidemenu .sidemenu-list > li > ul {
  border-left: 2px solid #fa6400;
  padding-left: 19px;
  margin: 15px 0;
}
.sidemenu .sidemenu-list > li > ul > li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  color: #767776;
}
.sidemenu .sidemenu-list > li > ul > li a.active {
  color: #000;
}
.sidemenu .sidemenu-list > li > ul > li a:hover {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 1020px) {
  #sidemenu-list {
    display: none !important;
  }
}
#sidemenu-list-mobile {
  z-index: 9998;
}
#sidemenu-list-mobile .mm-panels .mm-panel:nth-child(1n+2) .mm-navbar {
  display: block;
  position: relative;
  padding: 0 !important;
}
#sidemenu-list-mobile .mm-panel {
  padding: 0px;
}
#sidemenu-list-mobile a.active {
  font-weight: 400 !important;
  color: #000 !important;
}
#sidemenu-list-mobile .mm-listitem:after {
  left: 0px;
}
#sidemenu-list-mobile .mm-panels > .mm-panel > .mm-listview {
  width: 100% !important;
  margin: 0 !important;
}
#sidemenu-list-mobile .close {
  margin: 0;
}
#sidemenu-list-mobile a.mm-navbar__title {
  text-align: left;
  padding-left: 50px;
}
#sidemenu-list-mobile .mm-navbars_top .mm-navbar {
  height: 50px;
}
#sidemenu-list-mobile .mm-navbars_top .mm-navbar a.mm-navbar__title {
  font-size: 21px;
  font-weight: 400;
  color: #fff !important;
  opacity: 1;
  background: #000;
  padding: 14px 18px;
  text-align: left;
}
.flexible_layout_project_layout {
  padding-bottom: 100px;
  max-width: 1600px;
  margin: auto;
}
@media (max-width: 1640px) {
  .flexible_layout_project_layout {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1020px) {
  .flexible_layout_project_layout {
    width: calc(100% - 20px);
  }
}
.flexible_layout_project_layout .content_left_right_layout {
  padding: 0;
}
.flexible_layout_project_layout .page-container {
  position: relative;
}
.flexible_layout_project_layout .pattern-lb {
  height: 698px;
  width: 938px;
  position: absolute;
  bottom: -400px;
  left: -300px;
}
.flexible_layout_project_layout .black-bk {
  margin-top: 90px;
  margin-bottom: 90px;
  background: transparent;
}
@media (max-width: 735px) {
  .flexible_layout_project_layout .black-bk {
    overflow: hidden;
  }
}
.flexible_layout_project_layout .black-bk + .black-bk {
  margin-top: -90px;
}
.flexible_layout_project_layout .black-bk .display3 {
  color: #fff;
}
.flexible_layout_project_layout .black-bk .page-container {
  z-index: 2;
}
.flexible_layout_project_layout .black-bk .bk {
  display: block !important;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.footer {
  height: 850px;
  width: 100%;
  overflow: hidden;
}
.footer .footer-fixed {
  height: 850px;
  position: fixed;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #000;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 0;
}
@media (max-width: 735px) {
  .footer .footer-fixed {
    position: relative;
  }
}
.footer_layout {
  padding: 180px 0 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.footer_layout .footer-logo {
  margin-top: 130px;
}
.footer_layout .footer-logo img {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 220px;
}
@media (max-width: 1270px) {
  .footer_layout .footer-logo img {
    margin-bottom: 30px;
  }
}
.footer_layout .footer-address {
  max-width: 468px;
  margin: 50px auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1270px) {
  .footer_layout .footer-address {
    margin: 30px auto;
  }
}
@media (max-width: 735px) {
  .footer_layout .footer-address .row {
    margin: auto;
  }
}
.footer_layout .footer-address a {
  color: #fff;
  text-decoration: none;
}
.footer_layout .footer-address strong {
  margin-bottom: 8px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 375px) {
  .footer_layout .footer-address .col-m-12 {
    padding: 15px 0;
  }
}
.footer_layout .tcs {
  margin-top: 50px;
  color: #ccc;
  text-align: center;
}
@media (max-width: 1270px) {
  .footer_layout .tcs {
    margin-top: 30px;
  }
}
.footer_layout .tcs span {
  opacity: 0.5;
  margin: 0 10px;
}
.footer_layout .tcs a {
  color: #ccc;
  text-decoration: none;
  transition: 0.2s color ease;
}
.footer_layout .tcs a:hover {
  color: #fff;
}
.footer_layout .social-wrapper {
  text-align: center;
  margin: auto;
  max-width: 468px;
}
.footer_layout .social-wrapper:before {
  content: '';
  width: 100%;
  background: #fa6400;
  height: 1px;
  top: 22px;
  position: relative;
  display: block;
}
.footer_layout .social-wrapper .footer-social {
  background: #000;
  z-index: 1;
  position: relative;
  margin: auto;
  display: inline-block;
  padding: 0 27px;
}
.footer_layout .display3 {
  color: #fff;
  text-align: center;
}
.footer_layout .email-links {
  text-align: center;
  margin: 25px auto 50px;
}
@media (max-width: 1270px) {
  .footer_layout .email-links {
    margin-bottom: 30px;
  }
}
.footer_layout .email-links a {
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .footer_layout .email-links a {
    padding: 6px 0;
    display: block;
  }
}
.footer_layout .email-links a:hover {
  text-decoration: underline;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.signoff {
  opacity: 0.55;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  font-weight: 900;
  bottom: 15px;
  left: 0;
  right: 0;
  text-decoration: none;
  transition: 0.2s ease all;
}
.signoff:hover {
  opacity: 1;
}
.footer-social a {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.footer-social a:hover {
  color: #fa6400;
}
.footer-social a:hover:before {
  content: '';
  background: #fff;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -3px;
  left: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 1000px;
}
.footer-social a i {
  z-index: 2;
}
.footer-social a:last-child {
  margin: 0;
}
.footer_simple_layout {
  padding: 120px 0 170px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 5;
}
.footer_simple_layout .footer-logo img {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 220px;
}
.footer_simple_layout .footer-social {
  text-align: center;
}
.footer_simple_layout .tcs {
  margin-top: 50px;
  color: #ccc;
  text-align: center;
}
.footer_simple_layout .tcs span {
  opacity: 0.5;
  margin: 0 10px;
}
.footer_simple_layout .tcs a {
  color: #ccc;
  text-decoration: none;
  transition: 0.2s color ease;
}
.footer_simple_layout .tcs a:hover {
  color: #fff;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.page-template-page-form .nav_layout.nav-with-bk {
  border-bottom: none;
}
.form_layout {
  width: 100%;
  border: 10px solid #fff;
  padding: 100px 0 150px;
  background-color: #f2f2f2;
  margin: 0;
  /* background-image: url(<?php echo get_template_directory_uri(); ?>/images/form-page-bk.jpg); */
  background-size: cover;
}
.container-form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  /*border: 1px solid #e0e0e0;*/
}
.container-form hr {
  border-width: 0.5px;
  margin: 30px 0;
}
#tinymce .gform_wrapper, article .gform_wrapper {
  max-width: 600px;
  background: transparent;
  padding: 0;
  border: none;
}
article h1 {
  font-size: 30px;
  font-weight: 200;
  margin: 10px 0;
}
h3.gform_title {
  margin: 0;
}
.gforms_confirmation_message {
  padding: 100px 40px;
  width: 100%;
}
#promo-container {
  display: none;
}
@media (max-width: 1020px) {
  .form-main {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 735px) {
  .form_layout {
    padding: 15px 0;
  }
  h3.gform_title {
    padding: 18px 15px;
  }
  .gforms_confirmation_message {
    padding: 50px 15px;
  }
}
.page-template-page-form .divide {
  display: none;
}
.header_layout {
  position: relative;
  overflow: hidden;
  border-bottom: 12px solid #fff;
  margin-bottom: -12px;
}
@media (min-width: 1921px) {
  .header_layout {
    border-bottom: none !important;
  }
}
.header_layout.no_image {
  margin: auto;
  margin-bottom: 0px;
  height: auto !important;
}
.header_layout.no_image .fullwidth-container {
  display: none;
}
.header_layout.no_image .header-content {
  position: relative !important;
}
.header_layout.no_image .header-content .header-box {
  color: #000;
  background: transparent;
  position: relative !important;
  bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 50px !important;
}
@media (max-width: 735px) {
  .header_layout.no_image .header-content .header-box {
    width: 100%;
  }
}
.header_layout.no_image .header-content .header-box .search-title {
  color: #767776;
}
.header_layout.no_image .header-content .header-box .search-results {
  color: #000;
}
.header_layout.no_image .header-content .header-box .breadcrumbs {
  margin-bottom: 40px;
}
.header_layout.no_image .header-content .header-box .breadcrumbs .site-links a, .header_layout.no_image .header-content .header-box .breadcrumbs .site-links span {
  color: #000;
}
@media (max-width: 735px) {
  .header_layout.no_image .header-content .header-box .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 735px) {
  .header_layout {
    height: auto !important;
    border-bottom: 0 solid #fff;
  }
}
.header_layout .header_images {
  background-color: #fff;
}
.header_layout .header-image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0s linear all !important;
  transition: 0s linear all !important;
}
.header_layout .breadcrumbs {
  float: none;
}
.header_layout .fullwidth-container {
  z-index: 1;
}
.header_layout .fullwidth-container .header_images {
  height: 100% !important;
}
@media (max-width: 735px) {
}
.header_layout .fullwidth-container div {
  height: 100%;
}
@media (max-width: 735px) {
  .header_layout .header-content {
    position: relative;
    height: auto;
  }
}
.header_layout .header-content .page-container {
  position: relative;
  height: 100%;
}
@media (max-width: 735px) {
  .header_layout .header-content .page-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .header_layout .header-content .haworth {
    max-width: 50%;
  }
}
.header_layout .header-content .header-box {
  bottom: 28px;
  position: absolute;
  width: 645px;
  padding: 35px 40px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 735px) {
  .header_layout .header-content .header-box {
    background-color: #fff;
    bottom: 0;
    width: 94%;
    margin: auto;
    position: relative;
    height: auto;
    padding: 20px 25px;
  }
}
.header_layout .header-content .header-box .display1 {
  margin-right: 20px;
}
@media (max-width: 735px) {
  .header_layout .header-content .header-box .display1 {
    margin: 0;
  }
}
.header_layout .header-content .header-box .site-links {
  margin: 10px 0 0px;
}
.header_layout .header-content .header-box .site-links a, .header_layout .header-content .header-box .site-links span {
  color: #fff;
}
.header_layout .header-content .header-box .sub_header {
  margin: 20px 0 0px;
}
.header_layout .header-content .header-box .btn-secondary {
  margin-left: 10px;
}
@media (max-width: 370px) {
  .header_layout .header-content .header-box .btn-secondary {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.header_layout .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition: 0s linear all !important;
  transition: 0s linear all !important;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.page-template-archive-people .header_layout.no_image .fullwidth-container {
  border-bottom: 1px solid #f2f2f2 !important;
}
.news_single-layout {
  border-top: 1px solid #f2f2f2 !important;
}
.header_layout {
  height: 520px;
}
@media (min-width: 1600px) {
  .header_layout {
    height: 575px;
  }
}
.page-template-page-location .header_layout, .tax .header_layout, .category .header_layout, .blog .header_layout, .archive .header_layout {
  height: 460px;
}
@media (min-width: 1600px) {
  .page-template-page-location .header_layout, .tax .header_layout, .category .header_layout, .blog .header_layout, .archive .header_layout {
    height: 530px;
  }
}
.page-template-page-location .header_layout.no_image, .tax .header_layout.no_image, .category .header_layout.no_image, .blog .header_layout.no_image, .archive .header_layout.no_image {
  border-bottom: none !important;
  width: 100%;
}
.header_center_content_layout {
  padding: 93px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1270px) {
  .header_center_content_layout {
    padding: 70px 0;
  }
}
.header_center_content_layout .page-container {
  position: relative;
}
.header_center_content_layout .text-container {
  z-index: 5;
  position: relative;
}
.header_center_content_layout .pattern-lt {
  height: 1408px;
  width: 700px;
  position: absolute;
  transform: rotate(270deg);
  top: -697px;
  left: -613px;
}
.header_center_content_layout .bodycopy {
  margin-top: 40px;
  text-align: left;
  max-width: 430px;
  margin: auto;
}
.header_center_content_layout .holiday-message {
  margin-top: 40px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.blog .header_center_content_layout {
  padding-bottom: 25px;
}
.header_content_image_layout {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1270px) {
  .header_content_image_layout {
    padding-top: 30px;
  }
}
@media (max-width: 1020px) {
  .header_content_image_layout {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 735px) {
  .header_content_image_layout {
    padding-top: 0px;
  }
}
.header_content_image_layout .pattern-lt {
  width: 380px;
  height: 613px;
  position: absolute;
  left: -196px;
  top: -58px;
}
.header_content_image_layout .pattern-rc {
  width: 700px;
  height: 1408px;
  position: absolute;
  right: 79px;
  top: -391px;
  transform: rotate(270deg);
}
@media (max-width: 1020px) {
  .header_content_image_layout .pattern-rc {
    display: none;
  }
}
.header_content_image_layout .page-container {
  position: relative;
}
.header_content_image_layout .display1 {
  padding: 70px 0 67px;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 1400px) {
  .header_content_image_layout .display1 {
    padding: 70px 0 75px;
  }
}
@media (max-width: 735px) {
  .header_content_image_layout .display1 {
    padding: 44px 0 36px;
  }
}
.header_content_image_layout .body_copy {
  max-width: 455px;
  margin: auto;
  font-size: 19px;
  line-height: 1.5em;
}
.header_content_image_layout .hero_image {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 856px;
  margin: auto;
}
.header_content_image_layout .image img {
  width: 100%;
}
.header_content_image_layout .autoplay-video {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 856px;
  margin: auto;
  cursor: default;
  overflow: hidden;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2);
}
.header_content_image_layout .autoplay-video[href] {
  cursor: pointer;
}
.header_content_image_layout .autoplay-video video {
  width: 100%;
}
.header_content_image_layout .autoplay-video .video-insitu {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.header_content_image_layout .autoplay-video .video-insitu:hover iframe {
  transform: scale(1.02);
}
.header_content_image_layout .autoplay-video .video-insitu iframe {
  pointer-events: none;
  transition: 0.5s ease all;
  z-index: 0;
}
.header_content_image_layout .background-grey {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 39%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .header_content_image_layout .background-grey {
    padding-bottom: 41%;
  }
}
@media (max-width: 735px) {
  .header_content_image_layout .background-grey {
    padding-bottom: 60%;
  }
}
.header_content_image_layout .cat-links {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 33px;
}
.header_content_image_layout .cat-links a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.header_content_image_layout .cat-links a:hover {
  color: #fa6400;
}
.header_content_image_layout .intro {
  margin-top: 60px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.single-post .header_content_image_layout .cat-links {
  margin-top: -40px;
  padding-bottom: 61px;
}
.header_homepage_layout {
  margin-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .header_homepage_layout {
    margin-bottom: 0px;
  }
}
.header_homepage_layout #hh_image {
  margin-bottom: 140px;
  margin-top: -23px;
  width: calc(66.6666666667% + ( (100vw - 1400px) / 2));
}
@media (max-width: 1600px) {
  .header_homepage_layout #hh_image {
    width: calc(66.6666666667% + ( (100vw - 1200px) / 2));
  }
}
@media (max-width: 1400px) {
  .header_homepage_layout #hh_image {
    width: calc(75% + ( (100vw - 1200px) / 2));
  }
}
@media (max-width: 1270px) {
  .header_homepage_layout #hh_image {
    width: calc(83.3333333333% + ( (100vw - 960px) / 2));
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout #hh_image {
    width: calc(83.3333333333% + ( (100vw - 700px) / 2));
    margin-bottom: 90px;
    margin-top: 0px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout #hh_image {
    width: 100%;
    left: 0;
    margin-bottom: 0;
  }
}
.header_homepage_layout #hh_image a {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.header_homepage_layout #content {
  position: absolute;
  z-index: 3;
}
@media (max-width: 1270px) {
  .header_homepage_layout #content {
    height: 100%;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout #content {
    margin-top: -45px;
    position: relative;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout #content {
    margin-top: -20px;
  }
}
.header_homepage_layout #content .project_intro {
  background: #fff;
  padding: 60px;
  margin-top: 60px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  max-width: 510px;
}
@media (max-width: 1600px) {
  .header_homepage_layout #content .project_intro {
    padding: 40px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout #content .project_intro {
    padding: 25px;
    margin-top: 0px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout #content .project_intro {
    width: 94%;
    margin: auto;
  }
}
@media (max-width: 1400px) {
  .header_homepage_layout #content .project_intro .display1 {
    font-size: 33px;
    line-height: 37px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout #content .project_intro .display1 {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout #content .project_intro .display1 {
    font-size: 21px;
  }
}
.header_homepage_layout #content .project_intro .display1 span {
  color: #fa6400;
}
@media (max-width: 1270px) {
  .header_homepage_layout .paroller-btn {
    transform: none !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .paroller-btn {
    position: relative;
  }
}
.header_homepage_layout .btn-text {
  margin-left: 60px;
  margin-top: 60px;
  font-size: 20px;
}
@media (max-width: 1800px) {
  .header_homepage_layout .btn-text {
    margin-top: 44px;
  }
}
@media (max-width: 1700px) {
  .header_homepage_layout .btn-text {
    margin-top: 27px;
  }
}
@media (max-width: 1600px) {
  .header_homepage_layout .btn-text {
    margin-top: 20px;
    margin-left: 40px;
  }
}
@media (max-width: 1270px) {
  .header_homepage_layout .btn-text {
    margin-top: 0px;
    margin-left: 25px;
    position: absolute;
    bottom: 0px;
    margin-left: 42%;
    white-space: nowrap;
    padding: 25px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .btn-text {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    display: block;
    padding: 25px;
    max-width: 510px;
    bottom: 0;
    position: relative;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .btn-text {
    font-size: 17px;
  }
}
.header_homepage_layout .btn-text i {
  font-size: 20px;
  top: 2px !important;
}
.header_homepage_layout .background-grey {
  position: absolute;
  bottom: 0;
  width: calc(75% + ( (100vw - 1400px) / 2));
  left: calc((-100vw + 1400px) / 2);
  height: 67%;
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1600px) {
  .header_homepage_layout .background-grey {
    width: calc(66.6666666667%  + ( (100vw - 1200px) / 2));
    left: calc((-100vw + 1200px) / 2);
  }
}
@media (max-width: 1400px) {
  .header_homepage_layout .background-grey {
    width: calc(75%  + ( (100vw - 1200px) / 2));
  }
}
@media (max-width: 1270px) {
  .header_homepage_layout .background-grey {
    width: calc(83.3333333333% + ( (100vw - 960px) / 2));
    left: calc((-100vw + 960px) / 2);
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .background-grey {
    width: calc(83.3333333333% + ( (100vw - 700px) / 2));
    left: calc((-100vw + 700px) / 2);
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .background-grey {
    width: 70%;
    left: 0;
  }
}
.header_homepage_layout .page-container {
  position: relative;
}
@media (max-width: 735px) {
  .header_homepage_layout .page-container {
    width: 100%;
  }
}
.header_homepage_layout .image169 {
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
}
.header_homepage_layout .image169 .video-insitu {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.header_homepage_layout .image169 .video-insitu .iframe-cover {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header_homepage_layout .image169 .video-insitu .play-link {
  position: absolute;
  bottom: -73px;
  color: #fa6400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  transition: 0.2s ease all;
}
.header_homepage_layout .image169 .video-insitu .play-link i {
  color: #000;
  font-size: 37px;
  line-height: 37px;
  margin-right: 8px;
  vertical-align: middle;
  top: -2px;
  transition: 0.2s ease all;
}
@media (max-width: 1270px) {
  .header_homepage_layout .image169 .video-insitu .play-link {
    bottom: 11px;
    right: 17px;
    z-index: 3;
    color: #fff;
  }
  .header_homepage_layout .image169 .video-insitu .play-link i {
    color: #fff;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .image169 .video-insitu .play-link {
    display: none;
  }
}
.header_homepage_layout .image169 .video-insitu .play-link:hover {
  font-size: 105%;
}
.header_homepage_layout .image169 .video-insitu .play-link:hover i {
  color: #fa6400;
}
.header_homepage_layout .pattern.pattern-rt {
  height: 730px;
  width: 651px;
  position: absolute;
  left: -530px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_project_layout {
  padding-top: 45px;
}
.header_project_layout .page-container {
  position: relative;
}
.header_project_layout .pattern-lt {
  width: 380px;
  height: 613px;
  position: absolute;
  left: -160px;
  top: -257px;
}
.header_project_layout .pattern-rc {
  width: 700px;
  height: 1408px;
  position: absolute;
  right: 79px;
  top: -391px;
  transform: rotate(270deg);
}
.header_project_layout .content {
  position: relative;
  z-index: 2;
}
.header_project_layout .display1 {
  padding: 70px 0 60px;
  text-align: center;
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
@media (max-width: 735px) {
  .header_project_layout .display1 {
    padding: 44px 0 36px;
  }
}
.header_project_layout .image img {
  width: 100%;
}
.header_project_layout .autoplay-video {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 856px;
  margin: auto;
  cursor: default;
}
.header_project_layout .autoplay-video[href] {
  cursor: pointer;
}
.header_project_layout .autoplay-video video {
  width: 100%;
}
.header_project_layout .autoplay-video .image {
  transition: 0.5s ease all;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2);
}
.header_project_layout .autoplay-video[href]:hover .image {
  transform: scale(1.02);
}
.header_project_layout .autoplay-video .video-insitu {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.header_project_layout .autoplay-video .video-insitu iframe {
  pointer-events: none;
  transition: 0.2s ease all;
  z-index: 0;
}
.header_project_layout .background-grey {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 41%;
  position: absolute;
  top: 0;
}
@media (max-width: 735px) {
  .header_project_layout .background-grey {
    padding-bottom: 60%;
  }
}
.header_project_layout .client-logo {
  background: #fff;
  border-radius: 1000px;
  overflow: hidden;
  margin: auto;
  width: 150px;
  height: 150px;
  z-index: 2;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .header_project_layout .client-logo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1020px) {
  .header_project_layout .client-logo {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 735px) {
  .header_project_layout .client-logo {
    top: -45px;
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 370px) {
  .header_project_layout .client-logo {
    width: 75px;
    height: 75px;
  }
}
.header_project_layout .logo-spacer {
  position: relative;
  height: 100px;
  z-index: 2;
}
@media (max-width: 1020px) {
  .header_project_layout .logo-spacer {
    height: 55px;
  }
}
.header_project_layout .intro {
  margin-top: 60px;
}
.header_project_layout .intro .display4 {
  text-align: center;
  padding-bottom: 33px;
  text-transform: uppercase;
}
.header_project_layout .intro .display4 a {
  color: #000;
  text-decoration: none;
}
.header_project_layout .intro .display4 a:hover {
  color: #fa6400;
}
.header_project_layout .intro article {
  text-align: left;
  max-width: 575px;
  margin: auto;
}
@media (max-width: 1270px) {
  .header_project_layout .cats {
    overflow: scroll;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_slider_layout {
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
.header_slider_layout .header-slider {
  width: 100%;
}
.header_slider_layout .header-slider > div {
  width: 33%;
  float: left;
}
.header_slider_layout .image169 {
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 735px) {
  .header_slider_layout .image169 {
    padding-bottom: 70%;
    position: relative;
  }
  .header_slider_layout .image169 .image {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .header_slider_layout .image169 .image img {
    width: auto;
    height: 100%;
  }
}
.header_slider_layout .image169 img {
  width: 100%;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.news_next_layout {
  padding: 0px 0 100px;
}
@media (max-width: 1020px) {
  .news_next_layout {
    padding: 0px 0 75px;
  }
}
.news_next_layout .page-container {
  position: relative;
}
.news_next_layout .pattern-lb {
  height: 698px;
  width: 938px;
  position: absolute;
  left: -400px;
  bottom: -500px;
}
.news_next_layout .pattern-rb {
  height: 661px;
  width: 393px;
  position: absolute;
  right: -359px;
  top: -340px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.news-filter-container {
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .news-filter-container {
    padding-bottom: 40px;
  }
}
.news-filter-container .display4 {
  color: #fa6400;
  border-bottom: 4px solid #fa6400;
  max-width: 200px;
  margin: auto;
  padding-bottom: 17px;
}
.news-filter-container .wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 735px) {
  .news-filter-container .page-container {
    width: 100%;
  }
  .news-filter-container .news_cat_filters li {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  .news-filter-container .news_cat_filters li:last-child {
    margin-right: 0;
  }
  .news-filter-container .news_cat_filters li a {
    background: #f2f2f2;
    padding: 11px 21px 4px;
    line-height: 17px;
    border-radius: 10000px;
    display: inline-block;
  }
  .news-filter-container .news_cat_filters li .active {
    text-decoration: none !important;
    background: #fa6400;
    color: #fff;
  }
  .news-filter-container .wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .news-filter-container .wrapper ul {
    margin: 0 15px;
  }
}
.news_cat_filters {
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}
.news_cat_filters li {
  display: inline-block;
  margin-right: 20px;
}
.news_cat_filters li:last-child {
  margin-right: 0;
}
@media (max-width: 735px) {
  .news_cat_filters li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.news_cat_filters a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.news_cat_filters a:after {
  width: 0%;
  transition: 0.2s ease all;
  background: #fa6400;
  height: 2px;
  position: relative;
  display: block;
  content: '';
}
@media (min-width: 735px) {
  .news_cat_filters a.active, .news_cat_filters a:hover {
    color: #fa6400;
  }
  .news_cat_filters a.active:after, .news_cat_filters a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .listing-news {
    padding: 5px !important;
  }
}
@media (max-width: 1020px) {
  .listing-news {
    max-width: 625px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .listing-news a {
    margin-bottom: 10px;
  }
}
.listing-news a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 60%;
}
.listing-news .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.2s ease all;
}
.listing-news .image {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.listing-news .image img {
  width: 100%;
}
.listing-news .client, .listing-news .title {
  margin: 16px 0;
  top: 0px;
  position: relative;
  transition: 0.2s ease all;
  opacity: 0;
}
.listing-news .client {
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1270px) {
  .listing-news .client {
    margin: 0 !important;
  }
}
.listing-news .title {
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1270px) {
  .listing-news .title {
    display: none;
  }
}
.listing-news .vcentered {
  padding: 0 39px;
}
.listing-news i {
  opacity: 0;
  transform: rotate(-90deg);
  transition: 0.2s ease all;
  top: 0px;
  position: relative;
  margin-top: 10px;
}
.listing-news img {
  transition: 0.5s ease all;
}
@media (min-width: 1270px) {
  .listing-news:hover img {
    transform: scale(1.02);
  }
  .listing-news:hover .hover {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
  }
  .listing-news:hover .hover .client, .listing-news:hover .hover .title, .listing-news:hover .hover i {
    opacity: 1;
    top: -12px;
  }
}
@media (max-width: 1270px) {
  .listing-news .hover {
    background: rgba(0, 0, 0, .65);
    height: 73px;
    top: unset;
    font-size: 12px;
    text-align: left;
  }
  .listing-news .hover .client, .listing-news .hover .title, .listing-news .hover i {
    opacity: 1;
    top: 0;
    margin: 0px 20px;
    text-align: left;
  }
  .listing-news .hover i {
    position: absolute;
    right: 0;
    margin: 0px 20px;
    font-size: 15px;
  }
}
.news_archive_layout {
  min-height: 500px;
  padding-bottom: 300px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.news_archive_layout .news-container {
  transition: 0.2s ease all;
}
.news_archive_layout .page-container {
  position: relative;
}
.news_archive_layout .text-container {
  position: relative;
  z-index: 2;
}
.news_archive_layout .pattern-rt {
  height: 789px;
  width: 704px;
  position: absolute;
  right: -288px;
  top: -150px;
}
@media (max-width: 1020px) {
  .news_archive_layout .pattern-rt {
    height: 394px;
    width: 352px;
    right: -144px;
    top: -5px;
  }
}
@media (max-width: 735px) {
  .news_archive_layout .pattern-rt {
    display: none;
  }
}
.news_archive_layout .pattern-lc {
  height: 447px;
  width: 430px;
  position: absolute;
  left: -193px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_archive_layout .pattern-rc {
  height: 661px;
  width: 393px;
  position: absolute;
  right: -220px;
  top: 438px;
  bottom: 0%;
  margin: auto;
}
.news_archive_layout .pattern-lb {
  height: 698px;
  width: 938px;
  position: absolute;
  left: -360px;
  bottom: -431px;
}
.news_archive_layout .noresults {
  transition: 0.2s ease all;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.search_project_feed_rpt_layout .pattern-lt1 {
  width: 730px;
  height: 1400px;
  position: absolute;
  left: 99px;
  top: -708px;
  transform: rotate(270deg);
}
@media (max-width: 1020px) {
  .search_project_feed_rpt_layout .pattern-lt1 {
    left: -199px;
    transform: rotate(270deg) scale(0.6);
  }
}
.search_project_feed_rpt_layout .pattern-rt {
  width: 704px;
  height: 789px;
  position: absolute;
  right: -189px;
  top: -306px;
}
.search_project_feed_rpt_layout .pattern-lt2 {
  width: 1087px;
  height: 679px;
  position: absolute;
  left: -1px;
  top: -289px;
}
.search_project_feed_rpt_layout .pattern-lt3 {
  width: 834px;
  height: 190px;
  position: absolute;
  left: -150px;
  top: -73px;
}
.search_project_feed_rpt_layout .project_listing {
  position: relative;
  padding: 0;
  margin-top: 180px;
  margin-bottom: 180px;
  display: block;
  color: #000;
  cursor: default;
  text-decoration: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1270px) {
  .search_project_feed_rpt_layout .project_listing {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.search_project_feed_rpt_layout .project_listing .display2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search_project_feed_rpt_layout .project_listing[href]:hover {
  cursor: pointer;
}
.search_project_feed_rpt_layout .project_listing[href]:hover .image:hover .image169 {
  transform: scale(1.02);
  width: 100%;
}
.search_project_feed_rpt_layout .project_listing .background-grey {
  margin-top: 60px;
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 48%;
  z-index: 1;
}
@media (max-width: 1020px) {
  .search_project_feed_rpt_layout .project_listing .background-grey {
    margin-top: calc(37% + 60px);
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .background-grey {
    top: calc(14% + 45px);
    position: absolute;
    bottom: 0;
    margin: 0;
  }
}
.search_project_feed_rpt_layout .project_listing .image {
  position: absolute;
  top: 0px;
  z-index: 2;
}
.search_project_feed_rpt_layout .project_listing .image .image169 {
  transition: 0.5s ease all;
}
.search_project_feed_rpt_layout .project_listing .image .image169 img {
  max-width: none;
  width: 100%;
}
@media (max-width: 1020px) {
  .search_project_feed_rpt_layout .project_listing .image {
    margin-top: 80px;
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .image {
    margin-top: 45px;
    position: relative;
  }
}
.search_project_feed_rpt_layout .project_listing .image .image169 {
  background: #000;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2);
}
.search_project_feed_rpt_layout .project_listing .client {
  position: absolute;
  z-index: 4;
}
.search_project_feed_rpt_layout .project_listing .client .client-logo {
  background: #fff;
  border-radius: 1000px;
  overflow: hidden;
  margin: auto;
  width: 150px;
  height: 150px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.search_project_feed_rpt_layout .project_listing .client .client-logo img {
  max-width: none;
  width: 100%;
}
@media (max-width: 1400px) {
  .search_project_feed_rpt_layout .project_listing .client .client-logo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1020px) {
  .search_project_feed_rpt_layout .project_listing .client .client-logo {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .client .client-logo {
    width: 85px;
    height: 85px;
    float: left;
    margin-left: 3%;
  }
}
@media (max-width: 370px) {
  .search_project_feed_rpt_layout .project_listing .client .client-logo {
    width: 75px;
    height: 75px;
  }
}
.search_project_feed_rpt_layout .project_listing .client .client-name {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  height: 51px;
  vertical-align: bottom;
  display: table-cell;
}
@media (max-width: 1020px) {
  .search_project_feed_rpt_layout .project_listing .client .client-name {
    text-align: left;
    height: 72px;
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .client .client-name {
    height: 39px;
  }
}
.search_project_feed_rpt_layout .project_listing .content {
  position: absolute;
  z-index: 3;
  bottom: 100px;
}
@media (max-width: 1270px) {
  .search_project_feed_rpt_layout .project_listing .content {
    bottom: 60px;
  }
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .content {
    top: calc(45px + 41%);
    bottom: 30px;
    position: relative;
    padding-bottom: 25px;
  }
}
.search_project_feed_rpt_layout .project_listing .content .project_intro {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}
@media (max-width: 735px) {
  .search_project_feed_rpt_layout .project_listing .content .project_intro {
    padding: 20px;
    width: 96%;
    margin: auto;
  }
}
.search_project_feed_rpt_layout .project_listing .content .project_intro .btn-text {
  margin-top: 5px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.search_project_header_layout {
  padding-bottom: 0;
}
.search_project_header_layout .display1 {
  text-transform: uppercase;
}
.search_project_header_layout .btn-text {
  padding: 34px 0;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.search_project_more_links_layout {
  padding-top: 0;
  padding-bottom: 200px;
}
.search_project_more_links_layout .page-container {
  position: relative;
}
.search_project_more_links_layout .pattern-lb {
  width: 938px;
  height: 698px;
  position: absolute;
  left: -228px;
  bottom: -372px;
}
@media (max-width: 735px) {
  .search_project_more_links_layout .pattern-lb {
    width: 459px;
    height: 349px;
    left: -114px;
    bottom: -272px;
  }
}
.search_project_more_links_layout a {
  text-decoration: none;
  color: #fa6400;
  padding: 0;
}
.search_project_more_links_layout strong {
  display: block;
  margin-top: 20px;
  color: #fa6400;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.project-filter-container {
  padding-bottom: 50px;
}
@media (max-width: 1270px) {
  .project-filter-container {
    padding-bottom: 40px;
  }
}
.project-filter-container .display4 {
  color: #fa6400;
  border-bottom: 4px solid #fa6400;
  max-width: 200px;
  margin: auto;
  padding-bottom: 17px;
}
.project-filter-container .wrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
@media (max-width: 735px) {
  .project-filter-container .page-container {
    width: 100%;
  }
  .project-filter-container .project_cat_filters li {
    display: inline-block;
    float: left;
    margin-right: 11px;
  }
  .project-filter-container .project_cat_filters li:last-child {
    margin-right: 0;
  }
  .project-filter-container .project_cat_filters li a {
    background: #f2f2f2;
    white-space: nowrap;
    padding: 11px 21px 4px;
    line-height: 17px;
    border-radius: 10000px;
    display: inline-block;
  }
  .project-filter-container .project_cat_filters li .active {
    text-decoration: none !important;
    background: #fa6400;
    color: #fff !important;
  }
  .project-filter-container .wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .project-filter-container .wrapper ul {
    margin: 0 15px;
  }
}
.project_cat_filters {
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
@media (min-width: 375px) {
  .project_cat_filters#entertainment_filters {
    float: none;
  }
}
.project_cat_filters#entertainment_filters a {
  color: #fa6400;
}
@media (max-width: 735px) {
  .project_cat_filters#entertainment_filters a {
    color: #000;
    background: #f2f2f2;
  }
  .project_cat_filters#entertainment_filters a:hover {
    background: #fa6400;
  }
}
.project_cat_filters li {
  display: inline-block;
  margin-right: 20px;
}
.project_cat_filters li:last-child {
  margin-right: 0;
}
@media (max-width: 735px) {
  .project_cat_filters li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.project_cat_filters a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.project_cat_filters a:after {
  width: 0%;
  transition: 0.2s ease all;
  background: #fa6400;
  height: 2px;
  position: relative;
  display: block;
  content: '';
}
@media (min-width: 735px) {
  .project_cat_filters a.active, .project_cat_filters a:hover {
    color: #fa6400;
  }
  .project_cat_filters a.active:after, .project_cat_filters a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .listing-project {
    max-width: 625px;
    margin: auto;
    right: 0;
    left: 0;
  }
}
.listing-project a {
  overflow: hidden;
  position: relative;
  display: block;
}
@media (max-width: 1270px) {
  .listing-project a {
    margin: 5px;
  }
}
.listing-project .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.2s ease all;
}
.listing-project .image {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.listing-project .image img {
  width: 100%;
}
.listing-project .client, .listing-project .title {
  margin: 16px 0;
  top: 0px;
  position: relative;
  transition: 0.2s ease all;
  opacity: 0;
  font-size: 20px;
  line-height: 1.4em;
}
.listing-project i {
  opacity: 0;
  transform: rotate(-90deg);
  transition: 0.2s ease all;
  top: 0px;
  position: relative;
  margin-top: 10px;
}
.listing-project img {
  transition: 0.5s ease all;
}
@media (min-width: 1270px) {
  .listing-project:hover img {
    transform: scale(1.02);
  }
  .listing-project:hover .hover {
    background: rgba(0, 0, 0, .6);
    bottom: 0px;
  }
  .listing-project:hover .hover .client, .listing-project:hover .hover .title, .listing-project:hover .hover i {
    opacity: 1;
    top: -12px;
  }
}
@media (max-width: 1270px) {
  .listing-project .hover {
    background: rgba(0, 0, 0, .65);
    height: 73px;
    top: unset;
    font-size: 12px;
    text-align: left;
  }
  .listing-project .hover .client, .listing-project .hover .title, .listing-project .hover i {
    opacity: 1;
    top: 0;
    margin: 0px 20px;
    text-align: left;
    font-size: 19px;
  }
  .listing-project .hover i {
    position: absolute;
    right: 0;
    margin: 0px;
    bottom: 0;
    font-size: 15px;
  }
}
.project_archive_layout {
  min-height: 500px;
  padding-bottom: 300px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
.project_archive_layout .project-container {
  transition: 0.2s ease all;
}
.project_archive_layout .page-container {
  position: relative;
}
.project_archive_layout .text-container {
  position: relative;
  z-index: 2;
}
.project_archive_layout .pattern-rt {
  height: 789px;
  width: 704px;
  position: absolute;
  right: -288px;
  top: -150px;
}
@media (max-width: 1020px) {
  .project_archive_layout .pattern-rt {
    height: 394px;
    width: 352px;
    right: -144px;
    top: -5px;
  }
}
@media (max-width: 735px) {
  .project_archive_layout .pattern-rt {
    display: none;
  }
}
.project_archive_layout .pattern-lc {
  height: 447px;
  width: 430px;
  position: absolute;
  left: -193px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 735px) {
  .project_archive_layout .pattern-lc {
    display: none;
  }
}
.project_archive_layout .pattern-rc {
  height: 661px;
  width: 393px;
  position: absolute;
  right: -220px;
  top: 438px;
  bottom: 0%;
  margin: auto;
}
.project_archive_layout .pattern-lb {
  height: 698px;
  width: 938px;
  position: absolute;
  left: -360px;
  bottom: -431px;
}
.project_archive_layout .noresults {
  transition: 0.2s ease all;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.social_feed_layout {
  padding-bottom: 100px;
}
.social_feed_layout .row {
  position: relative;
}
.social_feed_layout .pattern-rt {
  width: 592px;
  height: 1190px;
  position: absolute;
  right: 353px;
  top: -371px;
  transform: rotate(90deg);
}
.social_feed_layout .pattern-lb {
  width: 489px;
  height: 475px;
  position: absolute;
  left: 120px;
  bottom: -231px;
}
@media (max-width: 735px) {
  .social_feed_layout .pattern-lb {
    left: 0px;
  }
}
.social_feed_layout .content-box {
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-width: 329px;
  margin-top: 80px;
}
.social_feed_layout .content-box .sub_header {
  margin-top: 26px;
  max-width: 200px;
}
.social_feed_layout .content-box .btn-text {
  display: inline-block;
  margin-top: 31px;
  padding: 0 !important;
}
@media (max-width: 1270px) {
  .social_feed_layout .content-box {
    margin-top: 0px;
  }
}
@media (max-width: 1020px) {
  .social_feed_layout .content-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 1020px) and (min-width: 735px) {
  .social_feed_layout .content-box {
    max-width: 638px;
    padding: 50px 33px;
    margin-bottom: 153px;
  }
  .social_feed_layout .content-box .display1 {
    font-size: 40px;
    float: left;
    max-width: 313px;
    border-right: 2px solid #fa6400;
    margin-right: 24px;
    padding-right: 24px;
  }
  .social_feed_layout .content-box .sub_header {
    max-width: 235px;
    float: left;
  }
}
@media (max-width: 1020px) {
  .social_feed_layout .content-box .btn-wrapper {
    float: left;
    width: 100%;
  }
  .social_feed_layout .content-box .btn-wrapper br {
    display: none;
  }
  .social_feed_layout .content-box .btn-wrapper a {
    margin-right: 30px;
  }
}
@media (max-width: 735px) {
  .social_feed_layout .content-box {
    padding: 50px 27px;
    max-width: none;
  }
  .social_feed_layout .content-box .display1 {
    font-size: 37px;
  }
}
.social_feed_layout .col-lg-6:nth-child(even) {
  top: 30px;
}
.social_feed_layout .article {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #000;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .social_feed_layout .article {
    margin-top: 30px;
  }
}
@media (max-width: 1270px) {
  .social_feed_layout .article {
    margin-top: 20px;
  }
}
.social_feed_layout .article:first-child {
  margin-top: 0px;
}
.social_feed_layout .article img {
  transition: 0.2s ease all;
  opacity: 1;
  width: 100%;
}
.social_feed_layout .article .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.2s ease all;
  z-index: 2;
}
.social_feed_layout .article .hover .title {
  top: 0px;
  position: relative;
  transition: 0.2s ease all;
  opacity: 0;
}
.social_feed_layout .article .hover i {
  opacity: 0;
  transform: rotate(-90deg);
  transition: 0.2s ease all;
  top: 0px;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 1270px) {
  .social_feed_layout .article:hover .hover {
    background: rgba(0, 0, 0, .4);
    bottom: 0px;
  }
  .social_feed_layout .article:hover .hover .title, .social_feed_layout .article:hover .hover i {
    opacity: 1;
    top: -12px;
  }
}
@media (max-width: 1270px) {
  .social_feed_layout .article .hover {
    background: rgba(0, 0, 0, .65);
    height: 53px;
    top: unset;
    font-size: 12px;
    text-align: left;
  }
  .social_feed_layout .article .hover .title, .social_feed_layout .article .hover i {
    opacity: 1;
    top: 0;
    margin: 0px 20px;
    text-align: left;
  }
  .social_feed_layout .article .hover i {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 9px 20px;
    font-size: 15px;
  }
}
.social_feed_layout .article .next i {
  opacity: 0;
  transition: 0.5s ease all;
  color: white;
  transform: rotate(270deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 26px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 1000px;
  padding: 9px 8px;
  z-index: 1;
}
.social_feed_layout .article:hover .next i {
  opacity: 1;
}
.social_feed_layout .article:hover img {
  transform: scale(1.02);
}
@media (max-width: 1400px) {
  .social_feed_layout .social-feed {
    margin: -15px !important;
  }
  .social_feed_layout .social-feed > div {
    padding: 15px !important;
  }
}
@media (max-width: 1270px) {
  .social_feed_layout .social-feed {
    margin: -10px !important;
  }
  .social_feed_layout .social-feed > div {
    padding: 10px !important;
  }
}
@media (max-width: 735px) {
  .social_feed_layout .social-feed {
    margin: -5px !important;
  }
  .social_feed_layout .social-feed > div {
    padding: 5px !important;
  }
}
.social_feed_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  height: 87%;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.team_featured_layout {
  padding-bottom: 0;
  z-index: 2;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1020px) {
  .team_featured_layout {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.team_featured_layout .page-container {
  position: relative;
}
.team_featured_layout .pattern-rt {
  width: 704px;
  height: 789px;
  position: absolute;
  right: -281px;
  top: -184px;
}
@media (max-width: 1020px) {
  .team_featured_layout .pattern-rt {
    width: 354px;
    height: 394px;
    right: -141px;
    top: -94px;
  }
}
@media (max-width: 735px) {
  .team_featured_layout .pattern-rt {
    display: none;
  }
}
.team_featured_layout .row {
  z-index: 1;
  position: relative;
  padding: 0 0 70px 0;
}
@media (max-width: 1020px) {
  .team_featured_layout .row {
    padding: 35px 0;
    margin-bottom: 76px;
  }
}
@media (max-width: 735px) {
  .team_featured_layout .row {
    margin-bottom: 0;
  }
}
@media (max-width: 1020px) {
  .team_featured_layout .row.col4 > div {
    margin: 30px 0;
  }
}
@media (max-width: 735px) {
  .team_featured_layout .row > div {
    margin: 30px 0;
  }
}
.team_featured_layout .row img {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.team_featured_layout .display4 {
  padding: 10px 18px;
}
@media (max-width: 1020px) {
  .team_featured_layout .display4 {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
}
.team_featured_layout .display4 span {
  font-weight: 200;
  margin-left: 15px;
  display: inline-block;
  text-transform: none;
  width: 100%;
}
@media (max-width: 1020px) {
  .team_featured_layout .display4 span {
    margin-left: 10px;
  }
}
@media (max-width: 735px) {
  .team_featured_layout .display4 span {
    margin-left: 0px;
    display: block;
  }
}
.team_featured_layout .background {
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
@media (max-width: 1020px) {
  .team_featured_layout .btn-center {
    padding: 0;
  }
}
.team_featured_layout .btn-center a {
  padding: 16.5px 73px 13.5px;
  font-size: 19px;
  line-height: 19px;
}
.team_grid_layout .page-container {
  position: relative;
}
.team_grid_layout .pattern-lt {
  width: 388px;
  height: 613px;
  position: absolute;
  left: -120px;
  top: -330px;
}
.team_grid_layout .pattern-lc {
  width: 388px;
  height: 613px;
  position: absolute;
  left: -400px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.team_grid_layout .pattern-lb {
  width: 938px;
  height: 698px;
  position: absolute;
  left: -300px;
  bottom: -274px;
}
.team_grid_layout .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 111px;
}
@media (max-width: 735px) {
  .team_grid_layout .heading {
    margin-bottom: 30px;
  }
}
.team_grid_layout .display4 {
  padding: 20px 0px 10px;
}
@media (max-width: 735px) {
  .team_grid_layout .display4 {
    padding: 8px 0px 2px;
  }
}
.team_grid_layout .title {
  font-weight: 200;
  display: inline-block;
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 735px) {
  .team_grid_layout .title {
    margin-bottom: 23px;
  }
}
.team_grid_layout .image {
  height: 0;
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
}
.team_grid_layout .image img {
  width: 100%;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .team_grid_layout .row .vcenteredtable div[class*="col-"], .team_grid_layout .row > div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .team_grid_layout .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 370px) {
}
#enquiry {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#enquiry .slideout-wrapper {
  overflow: hidden;
  position: relative;
}
#enquiry .slideout-header {
  background: transparent;
}
@media (max-width: 1400px) {
  #enquiry .slideout-header {
    z-index: 1;
    position: relative;
  }
}
#enquiry .slideout-header .slideout-close {
  color: #000;
}
@media (max-width: 1400px) {
  #enquiry .slideout-body {
    margin-top: -48px;
  }
}
#enquiry .display1 {
  text-transform: uppercase;
}
#enquiry .gform_wrapper {
  position: relative;
  z-index: 2;
}
#enquiry .contact-details {
  padding: 45px 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 735px) {
  #enquiry .contact-details {
    padding: 85px 0 150px;
  }
}
#enquiry .contact-details .display3 {
  padding-bottom: 18px;
}
#enquiry .contact-details strong {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#enquiry .contact-details a {
  color: #000;
  text-decoration: none;
}
#enquiry .contact-details a:hover {
  text-decoration: underline;
}
#enquiry .pattern-lb {
  width: 430px;
  height: 447px;
  position: absolute;
  left: -25%;
  bottom: -18%;
  z-index: 1;
}
@media (max-width: 1400px) {
  #enquiry .pattern-lb {
    bottom: -56%;
  }
}
@media (max-width: 1270px) {
  #enquiry .pattern-lb {
    bottom: -40%;
  }
}
#enquiry::-webkit-scrollbar, #enquiry ::-webkit-scrollbar {
  width: 10px;
}
#enquiry::-webkit-scrollbar-track, #enquiry ::-webkit-scrollbar-track {
  background: #fff;
}
#enquiry::-webkit-scrollbar-thumb, #enquiry ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
#enquiry::-webkit-scrollbar-thumb:hover, #enquiry ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.slideout {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
  visibility: hidden;
  z-index: 10001 !important;
  max-width: 100%;
}
@media (max-width: 735px) {
  .slideout {
    width: 100% !important;
  }
}
.slideout.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html.slideout-active, html.slideout-active body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mm-slideout {
  z-index: auto !important;
}
.slide-reveal-overlay {
  z-index: 9999 !important;
}
.slide-reveal-overlay[style*="display: none;"] {
  opacity: 0 !important;
  display: block !important;
  visibility: hidden;
}
.slide-reveal-overlay + .slide-reveal-overlay {
  z-index: 9998 !important;
}
.slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay {
  z-index: 9997 !important;
}
.slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay {
  z-index: 9996 !important;
}
.slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay {
  z-index: 9995 !important;
}
.slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay + .slide-reveal-overlay {
  z-index: 9994 !important;
}
.slideout-header {
  padding: 45px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: #000;
  color: #fff;
}
.slideout-header i {
  margin-right: 5px;
}
.slideout-header .slideout-close {
  color: #9e9f9e;
  padding-top: 41px;
  padding-bottom: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  background: none;
  border: none;
  font-weight: 300;
  font-size: 48px;
  opacity: 1;
  line-height: 40px;
  transition: color 0.2s ease;
  cursor: pointer;
}
@media (max-width: 735px) {
}
.slideout-header .slideout-close:hover {
  color: #fff;
}
.slideout-close, .slideout-header, .slideout-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 735px) {
  .slideout-close, .slideout-header, .slideout-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slideout-body {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.slideout-body .gform_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.07;
  text-align: left;
  color: #000;
  margin-bottom: 11px;
}
.slideout-body .slideout-wrapper {
  min-height: calc(100vh - 66px);
  padding-top: 35px;
  padding-bottom: 0;
  height: 100%;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .slideout-body .slideout-wrapper {
    min-height: calc(100vh - 42px);
  }
}
.slideout-body .gform_heading {
  padding: 7px 0 28px;
}
.pushout-contact {
  position: relative;
  padding-top: 35px;
  margin-top: 50px;
  padding-bottom: 60px;
}
.pushout-contact:before {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 -50px;
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% + (40px * 2));
}
.pushout-contact .display4 {
  margin-bottom: 5px;
}
.pushout-contact a {
  display: block;
  color: #000;
  text-decoration: none;
}
.pushout-contact a:hover {
  text-decoration: underline;
}
.product_enquiry {
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  margin-top: 25px;
}
.product_enquiry .thumbnail {
  width: 200px;
  background: #f2f2f2;
}
.product_enquiry .thumbnail img {
  max-width: 100%;
  margin: auto;
  width: auto;
}
.product_enquiry .product-details {
  padding: 0 15px 0 21px;
}
.product_enquiry .product-details .display4 {
  font-size: 20px;
  font-weight: 400;
}
.product_enquiry .product-details .sub_header {
  margin-top: 7px;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 1s infinite linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spinner .dot1, .spinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
input[type="submit"] {
  float: right;
}
.pushout_menu.slideout-wrapper {
  padding: 0 !important;
  min-height: 100vh;
}
.pushout_menu .menu_header {
  position: relative;
}
.pushout_menu .menu_header .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  padding: 24px 30px;
}
.pushout_menu .menu_header:before {
  top: unset;
  height: 100px;
  content: '';
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #010101 100%);
  opacity: 0.75;
}
.pushout_menu .menu_header i.slideout-close {
  font-size: 40px;
  background: #fa6400;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
}
.pushout_menu > ul {
  padding: 10px 40px;
}
.pushout_menu > ul > li > a, .pushout_menu > ul > li > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.2s all ease;
}
.pushout_menu > ul > li > a {
  display: inline-block;
  border-bottom: 3px solid white;
}
.pushout_menu > ul > li > a:hover {
  border-bottom: 3px solid #fa6400;
}
.pushout_menu > ul > li .btn {
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  margin-top: 18px;
  color: #000;
}
.pushout_menu > ul > li [data-control] {
  border-bottom: 1px solid #ddd;
}
.pushout_menu > ul > li [data-control]:before {
  content: '\e920';
  font-family: 'sd-icons';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: 1s ease all;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  transform: rotate(0deg);
}
.pushout_menu > ul > li [data-control]:after {
  content: '\e918';
  font-family: 'sd-icons';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin: auto;
  opacity: 0;
  transition: 1s ease all;
  transform: rotate(180deg);
}
.pushout_menu > ul > li.open [data-control]:before {
  opacity: 0;
  transform: rotate(180deg);
}
.pushout_menu > ul > li.open [data-control]:after {
  opacity: 1;
  transform: rotate(360deg);
}
.pushout_menu > ul > li ul li:first-child {
  padding-top: 7px;
}
.pushout_menu > ul > li ul li:last-child {
  padding-bottom: 7px;
}
.pushout_menu > ul > li ul a {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  color: #000;
  text-decoration: none;
}
.pushout_menu.slideout-wrapper {
  background: #000;
  position: relative;
  overflow: hidden;
}
.pushout_menu.slideout-wrapper:after {
  content: '';
  opacity: 0.05;
  background-size: contain;
  height: 306px;
  width: 306px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.pushout_menu .menu_header .title {
  display: none;
}
.pushout_menu .menu_header:before {
  display: none;
}
.pushout_menu .menu_header i.slideout-close {
  font-size: 48px;
  background: none;
  color: #9e9f9e;
  position: absolute;
  right: 60px;
  top: 50px;
  transition: color 0.3s ease;
}
.pushout_menu .menu_header i.slideout-close:hover {
  color: #fff;
}
.pushout_menu > ul {
  padding: 120px 50px 10px;
}
.pushout_menu > ul > li > a, .pushout_menu > ul > li > span {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
  border-bottom: none;
}
.pushout_menu > ul > li > a:hover {
  border-bottom: none;
  color: #fa6400;
}
.pushout_menu > ul > li.sub_page_parent > a {
  font-weight: 700;
}
.pushout_menu > ul > li [data-control] {
  border-bottom: none;
}
.pushout_menu > ul > li [data-control]:before {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #fa6400;
  right: 24px;
}
.pushout_menu > ul > li [data-control]:after {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #fa6400;
  right: 24px;
}
.pushout_menu > ul > li ul a {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}
.pushout_menu > ul > li ul a:hover {
  color: #fa6400;
}
.gallery_grid_layout {
  padding: 70px 0 70px;
}
@media (max-width: 1020px) {
  .gallery_grid_layout {
    padding: 70px;
  }
}
@media (max-width: 735px) {
  .gallery_grid_layout {
    padding: 30px 0;
  }
}
.gallery_grid_layout.black-bk {
  color: #fff;
}
.gallery_grid_layout .display3 {
  margin-bottom: 44px;
}
.gallery_grid_layout .row {
  position: relative;
}
.gallery_grid_layout .row .display4 {
  padding-top: 15px;
  margin: 0;
  max-height: 32px;
}
@media (max-width: 1020px) {
  .gallery_grid_layout .row .display4 {
    padding-top: 6px;
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.gallery_grid_layout .row .image {
  overflow: hidden;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}
.gallery_grid_layout .row .image img {
  width: 100%;
}
@media (min-width: 1020px) {
  .gallery_grid_layout .row .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
  }
}
@media (min-width: 1020px) {
  .gallery_grid_layout .row .bottom-middle {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 25%;
  }
}
.gallery_grid_layout .row img {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}
.gallery_grid_layout .display3, .gallery_grid_layout .row {
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .gallery_grid_layout .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery_grid_layout .row .vcenteredtable div[class*="col-"], .gallery_grid_layout .row > div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.flexible_layout_project_layout .gallery_grid_layout .page-container {
  position: relative;
}
.flexible_layout_project_layout .gallery_grid_layout .pattern-lb {
  height: 698px;
  width: 938px;
  position: absolute;
  left: -401px;
  bottom: -400px;
}
.gallery_slider_layout {
  padding: 70px 0 70px;
  overflow: hidden;
}
.gallery_slider_layout.black-bk {
  color: #fff;
}
.gallery_slider_layout .display3 {
  margin-bottom: 44px;
}
.gallery_slider_layout .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0px;
  width: calc(100% - 30px);
}
@media (max-width: 1270px) {
  .gallery_slider_layout .slider-arrows {
    position: relative;
    top: 0;
    margin-top: -85px;
    margin-bottom: 18px;
    transform: none;
    height: 50px;
    width: 100%;
  }
}
.gallery_slider_layout .slider-arrows i {
  font-size: 100px;
  line-height: 100px;
  position: relative;
  top: -50px;
  color: #fa6400;
  cursor: pointer;
  z-index: 3;
}
.gallery_slider_layout .slider-arrows i:hover {
  color: #a84300;
}
@media (max-width: 1270px) {
  .gallery_slider_layout .slider-arrows i {
    top: 0;
    font-size: 50px;
    line-height: 50px;
    right: -22px !important;
  }
}
@media (max-width: 735px) {
  .gallery_slider_layout .slider-arrows i {
    right: 0px !important;
  }
}
.gallery_slider_layout .slider-arrows .icon-arrow-left {
  left: -120px;
  float: left;
}
.gallery_slider_layout .slider-arrows .icon-arrow-right {
  right: -120px;
  float: right;
}
.gallery_slider_layout .display3, .gallery_slider_layout .row {
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.gallery_video_layout {
  padding: 70px 0 70px;
}
.gallery_video_layout.black-bk {
  color: #fff;
}
.gallery_video_layout .display3 {
  margin-bottom: 44px;
}
.gallery_video_layout .video_slide {
  position: relative;
  display: block;
  cursor: default;
}
.gallery_video_layout .video_slide[href] {
  cursor: pointer;
}
.gallery_video_layout .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0px;
  width: calc(100% - 30px);
}
@media (max-width: 1270px) {
  .gallery_video_layout .slider-arrows {
    position: relative;
    top: 0;
    margin-top: -85px;
    margin-bottom: 18px;
    transform: none;
    height: 50px;
    width: 100%;
  }
}
.gallery_video_layout .slider-arrows i {
  font-size: 100px;
  line-height: 100px;
  position: relative;
  top: -50px;
  color: #fa6400;
  cursor: pointer;
  z-index: 3;
}
.gallery_video_layout .slider-arrows i:hover {
  color: #a84300;
}
@media (max-width: 1270px) {
  .gallery_video_layout .slider-arrows i {
    top: 0;
    font-size: 50px;
    line-height: 50px;
    right: -22px !important;
  }
}
@media (max-width: 735px) {
  .gallery_video_layout .slider-arrows i {
    right: 0px !important;
  }
}
.gallery_video_layout .slider-arrows .icon-arrow-left {
  left: -120px;
  float: left;
}
.gallery_video_layout .slider-arrows .icon-arrow-right {
  right: -120px;
  float: right;
}
.gallery_video_layout .display3, .gallery_video_layout .row {
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.about_columns_layout {
  padding-top: 0;
}
.about_columns_layout .page-container {
  position: relative;
}
.about_columns_layout .background-grey {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f2f1ee;
  background-image: url('../../images/background card.png');
  background-position: center;
  background-size: 100% 100%;
  height: 80%;
}
@media (max-width: 735px) {
  .about_columns_layout .background-grey {
    left: -3%;
    top: unset;
    right: unset;
  }
}
@media (max-width: 1020px) {
  .about_columns_layout .about-card {
    margin-top: -30px;
  }
}
.about_columns_layout .about-card .image {
  margin: auto;
  width: 87%;
  position: relative;
  z-index: 2;
}
.about_columns_layout .about-card .image.image-top {
  top: 57px;
}
.about_columns_layout .about-card .image .image619 {
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about_columns_layout .about-card .image .image619 img {
  width: 100%;
  max-width: none;
}
.about_columns_layout .about-card .content {
  background: #fff;
  padding: 25px;
  max-width: 380px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}
@media (max-width: 1270px) {
  .about_columns_layout .about-card .content {
    padding: 26px;
  }
}
@media (max-width: 1020px) {
  .about_columns_layout .about-card .content {
    max-width: 385px;
  }
}
@media (max-width: 1270px) {
  .about_columns_layout .about-card .content .display3 {
    font-size: 21px;
    line-height: 27px;
  }
}
.about_columns_layout .btn-center {
  margin: 60px auto;
}
@media (max-width: 1270px) {
  .about_columns_layout .btn-center {
    margin: 30px auto;
  }
}
@media (max-width: 1020px) {
  .about_columns_layout .row > div {
    margin-bottom: 0px;
  }
  .about_columns_layout .row > div:last-child {
    margin-bottom: 0px;
  }
}
.about_columns_layout .row > div:nth-child(2n) .about-card .content {
  top: 30px;
}
@media (max-width: 1020px) {
  .about_columns_layout .row > div:nth-child(2n) .about-card .content {
    top: 0px;
  }
}
.about_columns_layout .row > div:nth-child(1) .about-card .image, .about_columns_layout .row > div:nth-child(4n) .about-card .image {
  margin-left: -30px;
}
@media (max-width: 1400px) {
  .about_columns_layout .row > div:nth-child(1) .about-card .image, .about_columns_layout .row > div:nth-child(4n) .about-card .image {
    margin-left: -20px;
  }
}
.about_columns_layout .row > div:nth-child(3n) .about-card .image {
  margin-right: -30px;
}
@media (max-width: 1400px) {
  .about_columns_layout .row > div:nth-child(3n) .about-card .image {
    margin-right: -20px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
/*# sourceMappingURL=layouts.css.map */