@import "../scss/font-awesome/fontawesome.css";
@import "../scss/font-awesome/solid.css";
@import "../scss/font-awesome/regular.css";
@import "../scss/font-awesome/brands.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.wrap {
  text-align: left;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
} /*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
#content {
  overflow: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

[class*=_fullcontainer] {
  width: calc(100% - 90px);
  margin: 0px auto;
}

[class*=_container]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1240px;
}

[class*=_medcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
}

[class*=_smallcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 960px;
}

[class*=_narrowcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 680px;
}

[class*=col-] {
  transition: 0.2s;
}

/*---Text style---*/
.uppertext {
  text-transform: uppercase;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.lightf {
  font-weight: 400;
}

.mediumf {
  font-weight: 500;
}

.heavyf {
  font-weight: 700;
}

/*---Padding---*/
.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padbo35 {
  padding-bottom: 35px;
}

.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tbpad8 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.tbpad15 {
  padding-top: 15%;
  padding-bottom: 15%;
}

.padtb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padtb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padtb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}

.padlf0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padlf15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padlf45 {
  padding-left: 45px;
  padding-right: 45px;
}

.padall5 {
  padding: 5%;
}

.padall10 {
  padding: 10%;
}

.pad35 {
  padding: 35px;
}

.pad0 {
  padding: 0px;
}

/*--- Margin---*/
.marb0 {
  margin-bottom: 0px;
}

.marb30 {
  margin-bottom: 30px;
}

.marb40 {
  margin-bottom: 40px;
}

.bheight20 {
  height: 20px;
}

.bheight30 {
  height: 30px;
}

.bheight40 {
  height: 40px;
}

.bheight60 {
  height: 60px;
}

.height_50 {
  height: 50vh;
}

.height_60 {
  height: 60vh;
}

.height_70 {
  height: 70vh;
}

.height_75 {
  height: 75vh;
}

.height_85 {
  height: 85vh;
}

.height_90 {
  height: 90vh;
}

.height_100 {
  height: 100vh;
}

.height_105 {
  height: 105vh;
}

.height_110 {
  height: 110vh;
}

.height_200 {
  height: 200vh;
}

.bck_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bck_center {
  background-position: center;
}

.bck_bottom {
  background-position: center bottom;
}

.bck_atth {
  overflow: hidden;
}

.bck_parallax {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bck_botshadow {
  position: relative;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  left: 0;
  top: 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: transparent;
}
.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 5;
  visibility: hidden;
}
.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.nav__item:nth-child(1) {
  transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  transform: translateY(-200px);
}
.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem;
}
.nav__link:hover, .nav__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
  display: block;
  cursor: pointer;
  color: #495058;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: circumference(23);
  stroke-dasharray: circumference(23);
}

.splash {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #292929;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target > .splash::after,
.nav--open > .splash::after {
  transform: scale(1);
}
.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  transform: rotate(180deg);
}
.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav:target .nav__menu,
.nav--open .nav__menu {
  visibility: visible;
}
.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  transform: translateY(0);
}

html {
  margin: initial !important;
}

@font-face {
  font-family: AGBQ-Light;
  src: url("fonts/AGBuchBQ-Light.otf");
}
@font-face {
  font-family: AGBQ-Regular;
  src: url("fonts/AGBuchBQ-Regular.otf");
}
@font-face {
  font-family: AGBQ-Medium;
  src: url("fonts/AGBuchBQ-Medium.otf");
}
@font-face {
  font-family: AGBQ-Bold;
  src: url("fonts/AGBuchBQ-Bold.otf");
}
.font-light {
  font-family: AGBQ-Light;
}

.font-regular {
  font-family: AGBQ-Regular;
}

.font-medium {
  font-family: AGBQ-Medium;
}

.font-bold {
  font-family: AGBQ-Bold;
  font-weight: 900;
}

[class*=_fullcontainer] {
  width: calc(100% - 90px);
  margin: 0px auto;
}

[class*=_largecontainer]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1500px;
}

[class*=_container]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1300px;
}

[class*=_medcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 1080px;
}

[class*=_smallcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 880px;
}

[class*=_narrowcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 680px;
}

[class*=col-] {
  transition: 0.2s;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #231F20;
}

.color-grey {
  color: #595959;
}

.color-gold {
  color: #B0844C;
}

.color-oskorel {
  color: #F15B50;
}

#register input.gform_button, a:hover:not([data-fancybox]), a {
  transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

/*---Typography---*/
div#pageContent {
  overflow: hidden;
  padding-top: 160px;
}

#content {
  background-color: white;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  color: #231F20;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, a, body, input, button, html, select, textarea, table, tr, td, ul, ol, li {
  font-family: AGBQ-Regular;
}

p {
  font-family: AGBQ-Light;
}

b, strong {
  font-family: AGBQ-Bold;
}

a {
  font-family: AGBQ-Medium;
}

h5 {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: italic;
}

h6 {
  font-family: AGBQ-Light;
}

h6.bold {
  font-family: AGBQ-Medium;
}

sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

/*
h1 {font-size:4.1em;line-height: 1em;letter-spacing:2px;margin-bottom:1rem;}
h2 {font-size: 3.2em;line-height: 1.2em;letter-spacing: 5px;margin-bottom: 15px;}
h3 {font-size:2.3em;line-height: 1.2em;letter-spacing: 4px;margin-bottom: 30px;}
h4 {font-size:2em;line-height: 1em;letter-spacing: 0px;margin-bottom: 15px;}
h5 {font-size: 1.4em;line-height: 1.3em;margin-bottom: 5px;letter-spacing: 3px;}
h6 {font-size:18px;line-height: 32px;margin-bottom: 20px;letter-spacing: 4px;}
h6.bold {font-size:20px;line-height: 28px;margin-bottom: 20px;letter-spacing: 3px;}
h6.small {font-size:12px;line-height: 18px;margin-bottom: 20px;}
*/
h1 {
  font-size: 4.1em;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

h2 {
  font-size: 3.2em;
  line-height: 1.2em;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.3em;
  line-height: 1.2em;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

h4 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

h6 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

h6.bold {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

h6.small {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

p.big {
  font-size: 1.1em;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

p.small {
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

a {
  letter-spacing: 1px;
  opacity: 1;
  text-decoration: none;
  color: #231F20;
}
a:hover:not([data-fancybox]) {
  opacity: 0.5;
}

a [data-fancybox] {
  cursor: pointer;
}

.cta-underline {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.cta-outline {
  color: #ffffff;
  padding: 10px 30px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.text-upper {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.max300 {
  max-width: 300px;
}

.max400 {
  max-width: 400px;
}

.max500 {
  max-width: 500px;
}

.max600 {
  max-width: 600px;
}

.max700 {
  max-width: 700px;
}

.max800 {
  max-width: 800px;
}

.max900 {
  max-width: 900px;
}

.max920 {
  max-width: 920px;
}

.max950 {
  max-width: 950px;
}

.maxcenter {
  margin-left: auto;
  margin-right: auto;
}

.padt5 {
  padding-top: 5%;
}

.padt10 {
  padding-top: 10%;
}

.padb10 {
  padding-bottom: 10%;
}

.lfpad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}

.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tbpad8 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.padtb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padall5 {
  padding: 5%;
}

.padall10 {
  padding: 10%;
}

.marb0 {
  margin-bottom: 0px !important;
}

.marb10 {
  margin-bottom: 10px !important;
}

.marbo20 {
  margin-bottom: 20px;
}

.marbo30 {
  margin-bottom: 30px;
}

.marbo35 {
  margin-bottom: 35px;
}

.marbo55 {
  margin-bottom: 55px;
}

.marb3 {
  margin-bottom: 3%;
}

.marb5 {
  margin-bottom: 5%;
}

.marb8 {
  margin-bottom: 8%;
}

.marb10 {
  margin-bottom: 10%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #ffffff;
}

.jarallax {
  position: relative;
  z-index: 0;
  padding-bottom: 40%;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*---OSKP Main Menu---*/
#header {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  border-bottom: 8px solid #F15B50;
  background-color: #ffffff;
}
#header .header-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 65px;
  min-height: 90px;
  padding-bottom: 15px;
  max-width: 1366px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}
#header .header-menu-wrapper .header-menu-middle {
  flex-basis: 200px;
  text-align: center;
}
#header .header-menu-wrapper .header-menu-middle a {
  display: block;
}
#header .header-menu-wrapper .header-menu-middle a img {
  max-width: 150px;
}
#header .header-menu-wrapper .header-menu-left, #header .header-menu-wrapper .header-menu-right {
  flex-basis: calc(50% - 100px);
  text-align: center;
}
#header .header-menu-wrapper .header-menu-left a, #header .header-menu-wrapper .header-menu-right a {
  font-family: AGBQ-Regular;
  font-size: 10px;
  letter-spacing: 4px;
  margin-left: 14px;
  margin-right: 14px;
  transition: 0.5s;
}
#header .header-menu-wrapper .header-menu-left a:hover, #header .header-menu-wrapper .header-menu-right a:hover {
  color: #B0844C;
  transition: 0.5s;
}
#header .mobile-menu-trigger {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

nav#mobile-menu {
  opacity: 0;
}

nav#mobile-menu.mm-menu--opened {
  opacity: 1;
}

a.mm-listitem__text {
  font-family: AGBQ-Regular;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.mburger b {
  height: 1px;
}
.mburger b:nth-of-type(1) {
  bottom: 42px;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  transform: initial;
}

/*---OSKP Awards---*/
.awards-list {
  display: flex;
}

/*---OSKP Frontpage---*/
#mainBanner {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 45%;
  /*
  .mainbanner-title {padding-left:15px;padding-right:15px;width:100%;position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);}
  */
}
#mainBanner .mainbanner-title {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0%);
}
#mainBanner h2 {
  width: 100%;
  text-align: center;
}

.separator-title {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.separator-title h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #ffffff;
  padding: 20px 35px;
}
.separator-title:after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #B0844C;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  z-index: 1;
}
.separator-title.revert h6 {
  color: #B0844C;
}
.separator-title.revert:after {
  background-color: #231F20;
}
.separator-title.lightgrey-separator h3 {
  margin-bottom: 0px;
  background-color: #f3f4f4;
  padding: 20px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.award-project-slide {
  padding: 20px 5%;
  display: flex;
  align-items: flex-end;
  min-height: 75vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.award-project-slide:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.award-project-slide .award-project-container {
  position: relative;
  z-index: 3;
  width: 100%;
}
.award-project-slide .award-project-container p {
  font-size: 13px;
  line-height: 18px;
}
.award-project-slide .award-project-container .award-project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
}
.award-project-slide .award-project-container .award-project-list .award-project-box {
  flex-basis: 200px;
}
.award-project-slide .award-project-container .award-project-list .award-project-box .award-project-logo {
  max-height: 280px;
  width: auto;
}
.award-project-slide .award-project-container .award-project-list .award-project-box .award-project-details .award-by {
  font-size: 11px;
  line-height: 16px;
}
.award-project-slide .award-project-container .award-project-name {
  max-width: 200px;
  margin-left: auto;
}

.photo-with-animate {
  position: relative;
}
.photo-with-animate:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1.3s;
}
.photo-with-animate.active:before {
  width: 0%;
  transition: 1.3s;
}
.photo-with-animate.grey-bck:before {
  background-color: #f3f4f4;
}

.fadeUpAnimation {
  opacity: 0;
  transform: translate(0px, 40px);
  transition: 1.8s;
  visibility: hidden;
}
.fadeUpAnimation.active {
  opacity: 1 !important;
  transform: translate(0px, 0px);
  transition: 1.8s;
  visibility: visible !important;
}

/*---OSK About Us---*/
.value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
  /*
  .value-box {flex-basis: 272px;text-align: center;padding: 12px;border: 3px solid $color-gold;margin: 5px;
      h3 {margin-bottom:0px;font-size: 20px;line-height: 26px;letter-spacing: 1px;font-family: AGBQ-Medium;}
  }
  */
}
.value-list .value-box {
  flex-basis: 245px;
  text-align: center;
  padding: 10px;
  border: 3px solid #B0844C;
  margin: 5px;
}
.value-list .value-box h3 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: AGBQ-Medium;
}

.history-swiper-container .swiper-button-next, .history-swiper-container .swiper-button-prev {
  margin-top: -50px;
}
.history-swiper-container .swiper-button-next:after, .history-swiper-container .swiper-button-prev:after {
  color: #231F20;
  font-size: 22px;
}
.history-swiper-container .history-swiper {
  padding-bottom: 30px;
  max-width: 1000px;
}
.history-swiper-container .history-swiper .history-box h2.history-year {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: AGBQ-Medium;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 0px;
  height: 166px;
  position: relative;
  padding-left: 2rem;
}
.history-swiper-container .history-swiper .history-box h2.history-year span {
  display: block;
  margin-left: 65px;
  font-size: 22px;
  line-height: 30px;
  height: 30px;
}
.history-swiper-container .history-swiper .history-box h2.history-year span.big {
  font-size: 30px;
  line-height: 36px;
}
.history-swiper-container .history-swiper .history-box .history-desc ul {
  list-style: initial;
  margin-left: 15px;
}
.history-swiper-container .history-swiper .history-box .history-desc p, .history-swiper-container .history-swiper .history-box .history-desc li {
  font-family: AGBQ-Light;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
  max-width: 265px;
  margin-bottom: 10px;
}
.history-swiper-container .history-swiper .history-box .history-desc a {
  color: #B0844C;
}
.history-swiper-container .history-swiper .history-box .history-timeline {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.history-swiper-container .history-swiper .history-box .history-timeline:after {
  content: " ";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #B0844C;
  position: absolute;
  left: 0px;
  top: 10px;
}
.history-swiper-container .history-swiper .history-box .history-timeline .history-timeline-dot {
  margin-left: 62px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #B0844C;
}
.history-swiper-container .history-swiper .history-box .history-desc {
  max-width: 80%;
  padding-left: 2rem;
}
.history-swiper-container .history-swiper .history-box.history-first .history-timeline:after {
  left: 80px;
}
.history-swiper-container .history-swiper .history-box.history-last .history-timeline:after {
  width: 80px;
}

/*---OSKP Collection---*/
.filter-button-list, .post-year-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.filter-button-list a, .post-year-list a {
  text-transform: uppercase;
  letter-spacing: 4px;
  background-color: transparent;
  color: #231F20;
  position: relative;
  transition: 0.5s;
  padding: 13px;
  margin: 0px 6px 5px 6px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-button-list a span, .post-year-list a span {
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.filter-button-list a:after, .post-year-list a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 20px);
  height: 5px;
  background-color: #F15B50;
  transform: translate(-50%, 0);
  transition: 0.5s;
}
.filter-button-list a:hover span, .post-year-list a:hover span {
  color: #ffffff;
  transition: 0.5s;
}
.filter-button-list a:hover:after, .post-year-list a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.filter-button-list a.active span, .post-year-list a.active span {
  color: #ffffff;
  transition: 0.5s;
}
.filter-button-list a.active:after, .post-year-list a.active:after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.filter-button-list.expand a, .post-year-list.expand a {
  margin: 0px 25px 5px 25px;
}

.region-title {
  border-bottom: 1px solid #231F20;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.region-title h6 {
  color: #B0844C;
  margin-bottom: 10px;
}

.property-box {
  display: block;
  margin-bottom: 90px;
  transition: 0.5s;
}
.property-box .property-box-image {
  margin-bottom: 20px;
}
.property-box .property-box-desc .property-title {
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
}
.property-box .property-box-desc .property-location {
  font-family: AGBQ-Medium;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.property-box .property-box-desc .property-desc {
  font-family: AGBQ-Light;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 23px;
}
.property-box .property-box-desc .property-desc .cta-readmore {
  font-size: 11px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.property-box .property-box-desc .property-status {
  font-family: AGBQ-Medium;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #B0844C;
  text-transform: uppercase;
}
.property-box:hover {
  transform: scale(1.02);
  transition: 0.5s;
}

.past-project-box {
  transition: 0.5s;
}
.past-project-box:hover {
  transform: scale(1.02);
  transition: 0.5s;
}

.past-project-popup .past-project-popup-title {
  text-transform: uppercase;
  color: #B0844C;
  font-family: "AGBQ-Medium";
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.past-project-popup table.past-project-table {
  width: 100%;
}
.past-project-popup table.past-project-table td {
  color: #000000;
}
.past-project-popup table.past-project-table thead {
  background-color: #d3d2d2;
}
.past-project-popup table.past-project-table thead td {
  font-weight: 500;
  font-family: "AGBQ-Medium";
  padding: 3px 10px;
  border-right: 2px solid #ffffff;
}
.past-project-popup table.past-project-table tbody tr td {
  padding: 3px 10px;
  border-right: 2px solid #ffffff;
}
.past-project-popup table.past-project-table tbody tr:nth-child(even) {
  background-color: #f2e8dd;
}

.fancybox__backdrop {
  background: rgba(255, 255, 255, 0.9);
}

.fancybox__content {
  border: 0.5px solid #221f20;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  background-color: #000000;
}

button.f-button.is-close-btn {
  background-color: #000000;
  border-radius: 100%;
  border: 1px solid #000000;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
  background-color: #000000;
}

.f-button:focus-visible {
  box-shadow: none;
}

.single-property-content .single-property-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.single-property-content .single-property-header .property-header-title, .single-property-content .single-property-header .property-header-logo {
  flex-basis: 50%;
}
.single-property-content .single-property-header .property-header-title .header-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-property-content .single-property-header .property-header-title .header-location {
  font-size: 15px;
}
.single-property-content .single-property-header .property-header-logo img {
  max-width: 200px;
  display: block;
  margin-left: auto;
}
.single-property-content .property-desc, .single-property-content .property-key-features {
  margin-bottom: 20px;
}
.single-property-content ul, .single-property-content ol {
  list-style: initial;
  margin-left: 10px;
}
.single-property-content p, .single-property-content li {
  font-family: AGBQ-Light;
  font-size: 16px;
}
.single-property-content p.font-medium {
  font-family: AGBQ-Medium;
}
.single-property-content li {
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}

/*---Highlight box---*/
.post-box {
  position: relative;
  margin-bottom: 65px;
  display: block;
  transition: 0.5s;
}
.post-box .xxpost-box-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-box .post-box-image {
  background-position: center;
  background-size: cover;
  background-color: #000000;
  padding-bottom: 66.67%;
  margin-bottom: 30px;
}
.post-box .short-content-title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  transition: 0.5s;
}
.post-box .short-content-excerpt .cta-readmore {
  font-size: 11px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.post-box:hover {
  transform: scale(1.02);
  transition: 0.5s;
}
.post-box:hover .short-content-title {
  color: #B0844C;
  transition: 0.5s;
}

.single-post-content .single-post-image {
  margin-bottom: 25px;
}
.single-post-content .single-post-date {
  margin-bottom: 35px;
}
.single-post-content .single-post-description {
  margin-bottom: 65px;
}
.single-post-content .single-post-description p {
  font-size: 15px;
  line-height: 22px;
}
.single-post-content .single-post-content {
  margin-bottom: 100px;
}
.single-post-content ul, .single-post-content ol {
  line-height: 21px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-left: 1rem;
  font-size: 15px;
}
.single-post-content ul li, .single-post-content ol li {
  font-family: AGBQ-Light;
  margin-bottom: 5px;
}
.single-post-content ul {
  list-style: disc outside;
}
.single-post-content ol {
  list-style: decimal outside;
}
.single-post-content a:not(.cta-rectangle) {
  text-decoration: underline;
  color: #B0844C;
}
.single-post-content .wp-block-image {
  margin-bottom: 20px;
  display: block;
}

/*---Awards by Year---*/
.award-container {
  min-height: 550px;
}

.awards-year-box {
  text-align: center;
  margin-bottom: 75px;
}
.awards-year-box .awards-image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  max-width: 80%;
  margin: 0px auto 45px auto;
}
.awards-year-box .awards-type-title {
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.awards-year-box .awards-category {
  max-width: 285px;
  margin: auto;
}
.awards-year-box .awards-category .awards-name {
  font-family: AGBQ-Medium;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 20px;
}
.awards-year-box .awards-category .awards-name .light {
  font-family: AGBQ-Light;
}

/*---Contact us---*/
.sales-offices-box {
  margin-bottom: 65px;
  max-width: 250px;
}
.sales-offices-box .offices-image {
  padding-bottom: 50%;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  max-width: 95%;
  margin-bottom: 25px;
}
.sales-offices-box .offices-name {
  font-family: AGBQ-Medium;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.sales-offices-box .offices-address {
  margin-bottom: 5px;
  max-width: 283px;
}
.sales-offices-box .offices-contact a {
  font-family: AGBQ-Regular;
}
.sales-offices-box.highlight {
  max-width: 100%;
  text-align: left;
}
.sales-offices-box.highlight .offices-name {
  min-height: initial;
}

.sales-office-non-highlight > div:last-child > .sales-offices-box {
  margin-bottom: 30px;
}

.offices-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.offices-icons .offices-icons-waze, .offices-icons .offices-icons-google {
  max-width: 30px;
  flex-basis: 30px;
  margin-right: 10px;
}
.offices-icons .offices-icons-waze a, .offices-icons .offices-icons-google a {
  display: block;
}

/*---OSKP Footer---*/
footer {
  background-color: #B0844C;
}
footer * {
  color: #ffffff;
}
footer a {
  font-family: AGBQ-Light;
  transition: 0.5s;
}
footer a:hover {
  color: #231F20;
  transition: 0.5s;
}
footer .footer-cta {
  font-size: 16px;
  margin-bottom: 4px;
}
footer .footer-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-section .footer-column-left {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-section .footer-column-left .footer-contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  flex-basis: 550px;
  margin-top: 20px;
}
footer .footer-section .footer-column-left .footer-contact .copyright {
  display: block;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  margin-bottom: 0px;
}
footer .footer-section .footer-column-left .footer-social .footer-social-icon-list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-section .footer-column-left .footer-social .footer-social-icon-list a {
  max-width: 30px;
  margin-right: 15px;
}
footer .footer-section .footer-column-left .footer-social .footer-social-icon-list a img {
  display: block;
}
footer .footer-section .footer-column-right .footer-logo {
  margin-top: 20px;
  flex-basis: 110px;
}
footer .footer-section .footer-column-right .footer-logo a {
  display: block;
  max-width: 110px;
}

/*---OSKP General----*/
.cta-rectangle {
  font-family: AGBQ-Medium;
  height: 49px;
  display: block;
  letter-spacing: 4px;
  background-color: transparent;
  color: #231F20;
  position: relative;
  transition: 0.5s;
  border-top: 5px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 5px solid #B0844C;
  padding: 8px 0px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.cta-rectangle span {
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.cta-rectangle:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #B0844C;
  transition: 0.5s;
}
.cta-rectangle:hover {
  color: #ffffff;
  transition: 0.5s;
  padding: 13px 18px 8px 18px;
}
.cta-rectangle:hover:after {
  height: 100%;
  transition: 0.5s;
}

.cta-center {
  margin: auto;
}

.cta-rectangle-small {
  margin-top: 25px;
  font-size: 12px;
  display: block;
  letter-spacing: 3px;
  background-color: #B0844C;
  color: #ffffff;
  position: relative;
  transition: 0.5s;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

/*----register-----*/
.gform_heading {
  display: none;
}

.ginput_container.ginput_container_phone {
  position: relative;
}

select#input_1_12, select#input_2_12 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 150px;
}

input#input_1_5, input#input_2_5 {
  padding-left: 170px !important;
}

.dashicons, .dashicons-before:before {
  font-family: dashicons !important;
}

#register .gform_body * {
  font-family: AGBQ-Light;
}
#register .gform_heading {
  display: none;
}
#register div#gform_fields_1 {
  grid-auto-flow: row;
}
#register .gfield.gfield--width-half {
  grid-column: span 6 !important;
}
#register fieldset#field_1_9 {
  grid-column: span 12;
}
#register .gfield.hidden-country-code {
  display: none;
}
#register label {
  color: #231F20;
}
#register .gfield_label, #register legend {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
#register .gfield {
  margin-bottom: 10px;
}
#register .gfield--type-textarea {
  margin-top: 20px;
}
#register .gform_wrapper .gfield_radio li label {
  font-size: 1.1em;
}
#register input, #register textarea, #register select {
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #231F20;
  background-color: #ffffff;
}
#register input::-moz-placeholder, #register textarea::-moz-placeholder, #register select::-moz-placeholder {
  color: #7A7C7F;
  letter-spacing: 1px;
}
#register input::placeholder, #register textarea::placeholder, #register select::placeholder {
  color: #7A7C7F;
  letter-spacing: 1px;
}
#register textarea {
  border: 1px solid #231F20;
}
#register input {
  height: 47px;
}
#register select {
  color: #7A7C7F;
  letter-spacing: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 47px;
  background-image: url("/wp-content/themes/oskp/img/select-triangle.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px;
}
#register .gchoice label {
  cursor: pointer;
  color: #231F20;
  letter-spacing: 1px;
  margin-top: 2px;
  color: #595959;
  margin-bottom: 10px;
}
#register .ginput_container_checkbox {
  background-color: #ffffff;
  padding: 5px;
  color: #595959;
  width: 100%;
  max-width: 100%;
}
#register .gform_wrapper .gform_footer {
  text-align: left;
}
#register input.gform_button {
  color: #231F20;
  padding: 8px 0px;
  font-weight: 700;
  letter-spacing: 3px;
  background-color: transparent !important;
  border-bottom: 5px solid #B0844C !important;
  border: 0px;
  text-transform: uppercase;
  margin-left: auto;
  font-family: AGBQ-Medium;
}
#register .gfield--type-checkbox {
  margin-bottom: 0px !important;
}

.gform_wrapper div.validation_error {
  color: white !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-color: #b70000;
}

.gform_wrapper .validation_message {
  color: white !important;
  background-color: #b70000;
  padding: 5px 10px !important;
  margin-top: 5px;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 12px 0 0 0 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_first_quarter, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gf_second_quarter {
  padding-right: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #b70000 !important;
}

#register input[type=checkbox] {
  font-size: 1.1em;
  position: relative;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid black !important;
  border-radius: 0 !important;
  margin-right: 5px;
  transition: 0.3s ease;
  cursor: pointer;
}
#register input[type=checkbox]:checked {
  background-color: #231F20;
}
#register input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#register input[type=checkbox]:hover {
  background-color: #B0844C;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: inline-block;
  vertical-align: top !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  vertical-align: top !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  color: #b70000 !important;
}

.gform_wrapper .gform_validation_errors > h2 {
  text-transform: uppercase;
}

button#gform_submit_button_1 {
  margin-left: auto;
  margin-right: 0;
}

/*---OSKP Responsive Breakpoint---*/
@media only screen and (min-width: 1100px) and (max-width: 1367px) {
  #header .header-menu-wrapper .header-menu-left a, #header .header-menu-wrapper .header-menu-right a {
    font-size: 11px;
    letter-spacing: 3px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu-trigger {
    display: none;
  }
  div#propertyList > div {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1099px) {
  div#pageContent {
    padding-top: 90px;
  }
  .padt5 {
    padding-top: 35px;
  }
  .padt10 {
    padding-top: 70px;
  }
  .padb5 {
    padding-bottom: 35px;
  }
  .padb10 {
    padding-bottom: 70px;
  }
  .tbpad5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tbpad8 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .tbpad10 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .m_mart60 {
    margin-top: 60px;
  }
  .m_padt60 {
    padding-top: 60px !important;
  }
  .m_padt80 {
    padding-top: 80px !important;
  }
  #mainBanner {
    min-height: 60vh !important;
  }
  #mainBanner img.banner-rellax {
    display: none;
  }
  #mainBanner.m-fix-aboutbanner {
    min-height: 0px !important;
    padding-bottom: 63% !important;
  }
  .morder1 {
    order: 1;
  }
  .morder2 {
    order: 2;
  }
  .tbpad5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tbpad10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .marb3 {
    margin-bottom: 30px;
  }
  #header .header-menu-wrapper {
    padding-top: 15px;
  }
  #header .header-menu-wrapper .header-menu-left, #header .header-menu-wrapper .header-menu-right {
    flex-basis: 80px;
  }
  #header .header-menu-wrapper .header-menu-right {
    position: absolute;
    right: 0;
  }
  #header .header-menu-wrapper .header-menu-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #header .header-menu-wrapper .header-menu-middle a img {
    max-width: 110px;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu-trigger {
    visibility: visible;
  }
  #header .header-menu-wrapper {
    justify-content: space-between;
  }
  .header-menu-right {
    justify-content: flex-end;
    display: flex;
  }
  .mobile-bck {
    height: 300px;
    min-height: initial !important;
  }
  h1 {
    font-size: 2.7em;
  }
  h2 {
    font-size: 2.2em;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-mobile-reset-column {
    flex-basis: 100% !important;
  }
  .home-mobile-reset-title {
    margin-left: 0px !important;
  }
  .home-mobile-reset-column-padding {
    padding: 20px !important;
  }
  .mobile-columncount-reset {
    -moz-column-count: initial !important;
         column-count: initial !important;
    -moz-column-gap: initial !important;
         column-gap: initial !important;
  }
  .awards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .awards-list .awards-box {
    flex-basis: 18%;
  }
  .award-project-slide {
    min-height: 400px;
    height: 60vh;
    padding: 10px 5%;
  }
  .award-project-slide .award-project-container .award-project-list .award-project-box {
    flex-basis: 140px;
  }
  .award-project-slide .award-project-container .award-project-list .award-project-box .award-project-logo {
    max-height: 100px !important;
  }
  .award-project-slide .award-project-container .award-project-name {
    max-width: 140px;
  }
  .award-project-slide .award-project-container p {
    font-size: 11px;
    line-height: 16px;
  }
  .award-project-slide .award-project-container .award-project-list .award-project-box .award-project-details .award-by {
    font-size: 10px;
    line-height: 12px;
  }
  .property-box .property-box-desc .property-desc .cta-readmore {
    margin-left: 0px !important;
  }
  .filter-button-list a {
    margin: 10px;
    padding: 10px;
  }
  #register .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
  .single-property-content .single-property-header .property-header-title, .single-property-content .single-property-header .property-header-logo {
    flex-basis: 100%;
  }
  .single-property-content .single-property-header .property-header-logo {
    order: 1;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .single-property-content .single-property-header .property-header-title {
    order: 2;
  }
  .single-property-content .single-property-header .property-header-title .header-location {
    margin-bottom: 10px;
  }
  .single-property-content .single-property-header .property-header-logo img {
    margin-right: auto;
  }
  .single-post-content h3 {
    font-size: 24px;
  }
  .history-swiper {
    padding-left: 0px;
    padding-right: 30px;
  }
  .history-swiper .history-box .history-desc {
    padding-left: 5px;
  }
  .filter-button-list a:after, .post-year-list a:after {
    width: calc(100% - 20px);
  }
  .fancybox__content {
    padding: 25px 15px;
  }
  table.past-project-table td {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  table.past-project-table td:first-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mainBanner {
    min-height: 440px !important;
  }
  #mainBanner.specialfixforawards {
    min-height: initial !important;
  }
  .awards-list .awards-box {
    flex-basis: 25%;
  }
  .history-swiper-container .history-swiper {
    max-width: calc(100% - 70px);
  }
}
.fancybox__container {
  z-index: 100000;
}/*# sourceMappingURL=style.css.map */