@charset "UTF-8";
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

/*======================= CSS Reset ===========================*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: 'Poppins-Light';
  src: url("/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Regular';
  src: url("/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Italic';
  src: url("/fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

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

@font-face {
  font-family: 'Poppins-Bold';
  src: url("/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url("/fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

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

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("/fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.button {
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins-Medium";
  background-color: #deaa40;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button i {
    margin-top: 5px;
    padding-left: 10px; }
  .button:hover {
    background-color: #e1be00;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    .row > .column.masonry-column {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__41 {
      width: 37%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%;
      padding: 0 10px; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__40 {
    margin: 0 -20px; }
    .row.__40 > .column {
      padding: 0 20px; }
    @media only screen and (max-width: 1279px) {
      .row.__40 {
        margin: 0 -5px; }
        .row.__40 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__masonry {
    margin: 0 -10px; }
    .row.__masonry > .column {
      margin-bottom: 20px;
      padding: 0 10px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.field {
  margin-bottom: 25px;
  position: relative; }
  .field input {
    width: 100%;
    display: block;
    padding: 0 15px;
    color: #6c6a66;
    height: 50px;
    line-height: 50px;
    border: 1px solid #deaa40;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: #6c6a66; }
  .field textarea {
    width: 100%;
    height: 250px;
    color: #6c6a66;
    padding: 15px;
    border: 1px solid #deaa40;
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .field textarea::placeholder {
      color: #6c6a66; }
  .field label {
    font-family: "Poppins-Regular";
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    color: #6c6a66; }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "Poppins-Regular";
    font-style: italic;
    bottom: -17px;
    left: 14px;
    display: none; }
    .field .warning-text.warning-text-area {
      bottom: 3px; }
    @media only screen and (max-width: 1279px) {
      .field .warning-text {
        font-size: 9px;
        bottom: -12px; } }
  .field .warning {
    border: 1px solid darkred; }

.filed-file {
  width: 100%;
  display: block;
  padding: 0;
  color: #6c6a66;
  height: 50px;
  line-height: 50px;
  background-color: #EBEBEB;
  border: 1px dashed #707070;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .filed-file label {
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .filed-file label span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .filed-file {
      background-color: #fff;
      height: 40px;
      line-height: 40px; }
      .filed-file label {
        height: 40px;
        line-height: 40px;
        font-size: 9px !important;
        padding: 0 5px 0 15px; }
        .filed-file label span {
          height: 40px;
          line-height: 40px;
          font-size: 10px !important; } }
  @media only screen and (max-width: 359px) {
    .filed-file label {
      font-size: 9px !important; }
      .filed-file label span {
        font-size: 8px !important; } }

.checkbox {
  padding: 0 0 10px 0;
  margin-left: 4px;
  display: inline-block; }
  .checkbox:last-child {
    padding: 0; }
  .checkbox label {
    font-family: "Poppins-Regular";
    font-size: 15px;
    color: #757575;
    display: inline-block;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 16px; }
    .checkbox label:before {
      width: 23px;
      height: 23px;
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      border: 1px solid #d8d8d8;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox label:after {
      width: 14px;
      height: 7px;
      content: '';
      position: absolute;
      top: 0px;
      left: 5px;
      border: 3px solid transparent;
      border-top: none;
      border-right: none;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .checkbox label:hover:before {
      border: 1px solid #6c6a66; }
    .checkbox label span {
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 12px;
      color: #b8bcca;
      text-align: right; }
  .checkbox input {
    visibility: hidden;
    position: absolute; }
    .checkbox input:checked + label {
      color: #757575 !important; }
    .checkbox input:checked + label:before {
      border: 1px solid #deaa40;
      background: #deaa40; }
    .checkbox input:checked + label:after {
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-top: 0 solid transparent;
      border-right: 0 solid transparent; }
  .checkbox.checkbox-right label {
    padding: 0 60px 0 15px; }
    .checkbox.checkbox-right label:before {
      top: -10px;
      left: initial;
      right: 0; }
    .checkbox.checkbox-right label:after {
      top: 1px;
      left: initial;
      right: 10px; }
  .checkbox.checkbox-small label {
    padding: 0 0 0 45px; }
    .checkbox.checkbox-small label:before {
      width: 26px;
      height: 26px;
      margin-top: 5px;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox.checkbox-small label:after {
      width: 16px;
      height: 10px;
      content: '';
      position: absolute;
      top: 1px;
      left: 6px;
      border: 3px solid transparent;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.checkbox-holder {
  margin-top: 30px; }
  .checkbox-holder .checkbox {
    display: inline-block; }
    .checkbox-holder .checkbox:last-child {
      margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .checkbox-holder .checkbox {
      display: block; }
      .checkbox-holder .checkbox:last-child {
        margin-left: 0; } }

.radio-set {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .radio-set label {
    font-family: "Poppins-Regular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    color: #000; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #000; }
    .radio-set label:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -3px;
      border: 2px solid #000;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .radio-set label:after {
      position: absolute;
      content: "";
      top: 5px;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .radio-set input {
    visibility: hidden;
    height: 0; }
    .radio-set input:checked + label:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #000;
      border: 2px solid #000;
      color: #000; }
    .radio-set input:checked + label:hover:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #000;
      border: 2px solid #000;
      color: #000; }

header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 8px 8px 0px rgba(44, 42, 42, 0.2); }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 35px;
    position: relative; }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 10px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header-logo {
          top: 8px; } }
      header .header-wrap .header-logo img {
        width: 120px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 100px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .menu-wrap {
      width: 100%;
      padding-left: 320px; }
      header .header-wrap .menu-wrap ul {
        display: inline-block; }
        header .header-wrap .menu-wrap ul li {
          margin-right: 48px;
          display: inline-block; }
          header .header-wrap .menu-wrap ul li a {
            font-family: "Poppins-Regular";
            font-size: 22px;
            color: #deaa40;
            line-height: 32px; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              header .header-wrap .menu-wrap ul li a.active-menu {
                text-decoration: underline; } }
      @media only screen and (max-width: 1279px) {
        header .header-wrap .menu-wrap {
          display: none; } }
    header .header-wrap .lang-wrap {
      float: right;
      font-family: "Poppins-Regular";
      font-size: 18px;
      color: #fff;
      line-height: 32px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      header .header-wrap .lang-wrap a {
        font-family: "Poppins-Regular";
        font-size: 18px;
        color: #fff;
        line-height: 32px; }
        header .header-wrap .lang-wrap a.active-lang {
          text-decoration: underline; }
        header .header-wrap .lang-wrap a:hover {
          text-decoration: underline; }
  header.mob-active {
    background-color: #252525 !important; }
    header.mob-active .menu-wrap {
      margin-top: 80px;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 9999;
      background-color: #252525;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    header.mob-active .menu-burger div {
      background-color: #fff !important; }
    header.mob-active .menu-wrap {
      padding-left: 20px !important;
      padding-top: 48px; }
      header.mob-active .menu-wrap ul li {
        display: block !important;
        margin-bottom: 30px; }
        header.mob-active .menu-wrap ul li a {
          color: #fff !important; }
    header.mob-active .lang-wrap {
      display: block !important;
      float: none !important;
      color: #fff !important; }
      header.mob-active .lang-wrap a {
        color: #fff !important;
        margin-right: 30px; }
        header.mob-active .lang-wrap a:last-child {
          margin-left: 30px; }

.menu-burger {
  perspective: 500px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 43px;
  display: none; }
  @media only screen and (max-width: 1279px) {
    .menu-burger {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      top: 28px; } }
  .menu-burger.expanded {
    top: 42px; }
    .menu-burger.expanded .line-1 {
      transform: rotateZ(-180deg) rotate(-135deg) translateY(3px) translateX(5px); }
    .menu-burger.expanded .line-2 {
      opacity: 0; }
    .menu-burger.expanded .line-3 {
      transform: rotateZ(180deg) translateY(19px) translateX(0px) rotate(135deg); }
  .menu-burger > div {
    width: 32px;
    border-radius: 5px;
    cursor: pointer;
    height: 2px;
    background-color: #deaa40;
    margin: 10px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-burger > div:first-child {
      margin-top: 0px; }
  .menu-burger.white-burger > div {
    background-color: #fff !important; }

footer {
  padding: 90px 0 40px;
  background-color: #252525;
  background-image: url("/img/ornament1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 20px 0; } }
  footer .footer-wrap .footer-logo {
    margin-bottom: 34px; }
    footer .footer-wrap .footer-logo img {
      width: 240px; }
    @media only screen and (max-width: 767px) {
      footer .footer-wrap .footer-logo {
        margin-bottom: 32px;
        text-align: center; } }
  footer .footer-wrap .footer-social a {
    font-family: "Poppins-Regular";
    color: #000;
    display: inline-block;
    margin-right: 20px; }
    footer .footer-wrap .footer-social a:hover {
      text-decoration: underline; }
    footer .footer-wrap .footer-social a:hover {
      opacity: 0.8;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    footer .footer-wrap .footer-social a img {
      width: 30px; }
  @media only screen and (max-width: 767px) {
    footer .footer-wrap .footer-social {
      margin-bottom: 20px; }
      footer .footer-wrap .footer-social div {
        display: inline-block;
        margin-right: 30px; } }
  footer .footer-wrap .footer-links p {
    margin-bottom: 20px;
    line-height: 22px;
    color: #fff; }
    footer .footer-wrap .footer-links p a {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      font-family: "Poppins-Regular"; }
      footer .footer-wrap .footer-links p a:hover {
        text-decoration: underline; }
    footer .footer-wrap .footer-links p i {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      margin-right: 5px;
      margin-top: 3px; }
  footer .footer-wrap .footer-newsletter form .field {
    margin-bottom: 5px !important; }
  footer .footer-wrap .footer-newsletter form span {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins-Regular"; }
  @media only screen and (max-width: 767px) {
    footer .footer-wrap .footer-newsletter form .button {
      width: 100%; } }
  footer .footer-wrap .footer-bottom {
    margin-top: 80px; }
    footer .footer-wrap .footer-bottom p {
      text-align: center;
      font-size: 16px;
      line-height: 1.2;
      color: #fff;
      font-family: "Poppins-Medium"; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom p {
          font-size: 14px; } }
      footer .footer-wrap .footer-bottom p a {
        font-size: 16px;
        line-height: 1.2; }
        footer .footer-wrap .footer-bottom p a:hover {
          text-decoration: underline; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "Poppins-Regular";
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.inner {
  width: 1256px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.intro-holder {
  padding-top: 100px;
  background-image: url("/img/ornament3.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 220px; }
  @media only screen and (max-width: 1279px) {
    .intro-holder {
      padding-top: 60px;
      background-size: 160px; } }
  @media only screen and (max-width: 767px) {
    .intro-holder {
      padding-top: 40px;
      background-size: 120px; } }
  .intro-holder .intro-section {
    padding-bottom: 200px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (max-width: 1279px) {
      .intro-holder .intro-section {
        padding-bottom: 100px; } }
    .intro-holder .intro-section h1 {
      max-width: 620px;
      font-family: "PlayfairDisplay-Medium";
      font-size: 56px;
      line-height: 60px;
      color: #deaa40; }
      @media only screen and (max-width: 1279px) {
        .intro-holder .intro-section h1 {
          font-size: 50px;
          line-height: 54px; } }
      @media only screen and (max-width: 1023px) {
        .intro-holder .intro-section h1 {
          font-size: 40px;
          line-height: 48px; } }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section h1 {
          font-size: 36px;
          line-height: 40px; } }
    .intro-holder .intro-section h2 {
      max-width: 620px;
      font-family: "PlayfairDisplay-Regular";
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 20px;
      color: #0c7142; }
    .intro-holder .intro-section p {
      max-width: 500px;
      font-family: "Poppins-Regular";
      font-size: 16px;
      line-height: 22px;
      color: #6c6a66;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section p {
          font-size: 15px;
          line-height: 20px; } }
    .intro-holder .intro-section ul {
      padding: 0 0 20px 0;
      display: block; }
      .intro-holder .intro-section ul li {
        max-width: 450px;
        font-family: "Poppins-Regular";
        font-size: 16px;
        line-height: 24px;
        color: #6c6a66;
        padding-left: 20px;
        position: relative;
        margin-bottom: 5px; }
        .intro-holder .intro-section ul li:last-child {
          padding-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .intro-holder .intro-section ul li {
            font-size: 15px;
            line-height: 20px; } }
        .intro-holder .intro-section ul li:before {
          position: absolute;
          left: 0;
          top: 10px;
          content: "";
          background: #deaa40;
          background-size: contain;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .intro-holder .intro-section ul li:last-child {
          margin: 0; }
        .intro-holder .intro-section ul li * {
          line-height: inherit !important; }
    @media only screen and (max-width: 1279px) {
      .intro-holder .intro-section .intro-box-image-wrap {
        text-align: right; } }
    @media only screen and (max-width: 1279px) {
      .intro-holder .intro-section .intro-box-image-wrap {
        text-align: center;
        margin-top: 30px; } }
    .intro-holder .intro-section .intro-box-image-wrap img {
      max-width: 100%;
      width: 300px;
      box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      @media only screen and (max-width: 1279px) {
        .intro-holder .intro-section .intro-box-image-wrap img {
          max-width: 96%;
          width: 280px; } }
      @media only screen and (max-width: 1023px) {
        .intro-holder .intro-section .intro-box-image-wrap img {
          max-width: 96%;
          width: 220px; } }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section .intro-box-image-wrap img {
          max-width: 100%;
          width: 200px; } }
      @media only screen and (max-width: 359px) {
        .intro-holder .intro-section .intro-box-image-wrap img {
          max-width: 100%;
          width: 180px; } }
    .intro-holder .intro-section .intro-box-image-wrap img:nth-child(2) {
      margin-left: -100px;
      margin-top: 80px;
      box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: -1px 0px 16px -4px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 1279px) {
        .intro-holder .intro-section .intro-box-image-wrap img:nth-child(2) {
          max-width: 96%; } }

.home-about-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .home-about-section {
      margin-bottom: 90px; } }
  .home-about-section h2 {
    font-family: "Poppins-Regular";
    font-size: 24px;
    line-height: 28px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .home-about-section h2 {
        margin-bottom: 12px; } }
  .home-about-section p {
    font-family: "Poppins-Regular";
    font-size: 18px;
    line-height: 28px;
    max-width: 520px;
    color: #fff;
    margin-bottom: 48px; }
  .home-about-section a {
    display: inline-block; }
    .home-about-section a span {
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 22px;
      margin-right: 24px;
      display: inline-block;
      margin-top: 16px; }
    .home-about-section a img {
      width: 72px;
      display: inline-block; }
    .home-about-section a:hover span {
      margin-right: 28px; }

.home-storitive-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .home-storitive-section {
      margin-bottom: 70px; } }
  .home-storitive-section img {
    max-width: 100%; }
    @media only screen and (max-width: 1279px) {
      .home-storitive-section img {
        max-width: 90%; } }
    @media only screen and (max-width: 767px) {
      .home-storitive-section img {
        max-width: 100%;
        margin-bottom: 44px; } }
  .home-storitive-section h2 {
    font-family: "Poppins-Regular";
    font-size: 72px;
    line-height: 76px;
    color: #fff;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1279px) {
      .home-storitive-section h2 {
        font-size: 52px;
        line-height: 56px;
        margin-bottom: 32px; } }
    @media only screen and (max-width: 767px) {
      .home-storitive-section h2 {
        font-size: 40px;
        line-height: 44px; } }
  .home-storitive-section ul li {
    margin-bottom: 36px; }
    .home-storitive-section ul li a {
      font-family: "Poppins-Regular";
      font-size: 24px;
      line-height: 28px;
      color: #fff; }
      @media only screen and (max-width: 1279px) {
        .home-storitive-section ul li a {
          font-size: 22px;
          line-height: 24px; } }
      .home-storitive-section ul li a:hover {
        text-decoration: underline; }

.link-wrap {
  position: relative;
  width: 140px;
  margin-top: 20px; }
  .link-wrap span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    margin-top: 16px; }
  .link-wrap img {
    position: absolute;
    right: 0;
    top: 18px;
    width: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .link-wrap:hover img {
    margin-right: -10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.home-projects-section {
  margin-bottom: 120px;
  padding-top: 80px; }
  @media only screen and (max-width: 1279px) {
    .home-projects-section {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .home-projects-section {
      padding-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .home-projects-section .home-projects-head-section {
      margin-bottom: 32px; } }
  .home-projects-section .home-projects-head-section h2 {
    font-family: "PlayfairDisplay-Medium";
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 48px;
    display: inline-block;
    color: #deaa40; }
    @media only screen and (max-width: 1279px) {
      .home-projects-section .home-projects-head-section h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 32px;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .home-projects-section .home-projects-head-section h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 32px;
        display: block; } }
  .home-projects-section .home-projects-head-section a {
    display: inline-block;
    float: right;
    margin-top: 20px;
    color: #6c6a66; }
    @media only screen and (max-width: 1279px) {
      .home-projects-section .home-projects-head-section a {
        margin-top: 16px; } }
    @media only screen and (max-width: 767px) {
      .home-projects-section .home-projects-head-section a {
        float: none;
        margin-top: 0; } }
    .home-projects-section .home-projects-head-section a span {
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 22px;
      margin-right: 18px;
      display: inline-block;
      margin-top: 12px; }
    .home-projects-section .home-projects-head-section a i {
      margin-top: 12px;
      font-size: 18px;
      line-height: 22px;
      float: right;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .home-projects-section .home-projects-head-section a:hover i {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin-right: -10px; }

.projects-list .projects-list-box {
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.2);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.2);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.2);
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    .projects-list .projects-list-box {
      margin-bottom: 20px; } }
  .projects-list .projects-list-box:hover {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
    -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
    box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }
    .projects-list .projects-list-box:hover img {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
  .projects-list .projects-list-box .projects-list-box-head {
    margin-bottom: 16px;
    overflow: hidden; }
    .projects-list .projects-list-box .projects-list-box-head img {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      width: 100%; }
  .projects-list .projects-list-box .projects-list-box-body {
    padding: 20px; }
  .projects-list .projects-list-box .projects-list-box-bottom {
    border-top: 1px solid #6c6a66;
    padding: 20px 0;
    position: relative; }
  .projects-list .projects-list-box h2 {
    font-family: "PlayfairDisplay-Medium";
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000; }
    @media only screen and (max-width: 1279px) {
      .projects-list .projects-list-box h2 {
        font-size: 20px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .projects-list .projects-list-box h2 {
        font-size: 18px;
        line-height: 20px; } }
  .projects-list .projects-list-box p {
    font-family: "Poppins-Regular";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #6c6a66; }
    @media only screen and (max-width: 1279px) {
      .projects-list .projects-list-box p {
        font-size: 15px;
        line-height: 18px; } }
  .projects-list .projects-list-box h4 {
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 20px;
    color: #6c6a66;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1279px) {
      .projects-list .projects-list-box h4 {
        font-size: 15px;
        line-height: 20px; } }
  .projects-list .projects-list-box h5 {
    font-family: "Poppins-Light";
    font-size: 16px;
    line-height: 18px;
    color: #6c6a66;
    padding-top: 5px; }
    .projects-list .projects-list-box h5 i {
      font-size: 16px;
      line-height: 20px;
      margin-right: 3px; }
    @media only screen and (max-width: 1279px) {
      .projects-list .projects-list-box h5 {
        font-size: 15px; }
        .projects-list .projects-list-box h5 i {
          font-size: 16px;
          line-height: 20px; } }
  .projects-list .projects-list-box a {
    position: absolute;
    top: 15px;
    right: 0; }
  .projects-list .projects-list-box span {
    font-family: "Poppins-Regular";
    font-size: 16px;
    line-height: 20px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .projects-list .projects-list-box span {
        margin-bottom: 32px; } }

.philosophy-section {
  padding: 80px 0;
  background-color: #fff5f4; }
  @media only screen and (max-width: 1279px) {
    .philosophy-section {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .philosophy-section {
      padding: 40px 0; } }
  .philosophy-section .philosophy-section-head {
    text-align: center;
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .philosophy-section .philosophy-section-head {
        margin-bottom: 40px; } }
    .philosophy-section .philosophy-section-head h2 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 30px;
      text-align: center;
      color: #deaa40; }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-head h2 {
          font-size: 42px;
          line-height: 46px;
          margin-bottom: 32px;
          display: block; } }
      @media only screen and (max-width: 767px) {
        .philosophy-section .philosophy-section-head h2 {
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 32px; } }
    .philosophy-section .philosophy-section-head h3 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 20px;
      text-align: center;
      color: #6c6a66; }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-head h3 {
          font-size: 42px;
          line-height: 46px;
          margin-bottom: 32px;
          display: block; } }
      @media only screen and (max-width: 767px) {
        .philosophy-section .philosophy-section-head h3 {
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 32px; } }
    .philosophy-section .philosophy-section-head p {
      font-family: "PlayfairDisplay-Regular";
      font-size: 20px;
      line-height: 26px;
      margin: 20px auto;
      text-align: center;
      color: #6c6a66;
      max-width: 640px; }
      .philosophy-section .philosophy-section-head p i {
        font-style: italic; }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-head p {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .philosophy-section .philosophy-section-head p {
          font-size: 18px;
          line-height: 22px; } }
  .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box {
        margin-bottom: 40px; } }
    .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box img {
      margin-bottom: 20px; }
    .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box h3 {
      font-family: "PlayfairDisplay-Regular";
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      color: #6c6a66;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box h3 {
          font-size: 20px;
          line-height: 24px; } }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box h3 {
          font-size: 18px;
          line-height: 22px; } }
    .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box p {
      font-family: "PlayfairDisplay-Regular";
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #6c6a66; }
      @media only screen and (max-width: 1279px) {
        .philosophy-section .philosophy-section-body .philosophy-section-body-wrap .philosophy-section-body-box p {
          font-size: 15px;
          line-height: 18px; } }

.partners-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .partners-section {
      margin-bottom: 90px; } }
  .partners-section .partners-wrap {
    margin-bottom: 60px; }
    .partners-section .partners-wrap .marquee-image {
      width: 100%;
      height: 86px; }
      .partners-section .partners-wrap .marquee-image img {
        display: inline-block;
        margin: 0 20px;
        height: 86px; }
      @media only screen and (max-width: 767px) {
        .partners-section .partners-wrap .marquee-image {
          width: 100%;
          height: 46px; }
          .partners-section .partners-wrap .marquee-image img {
            height: 46px; } }

.team-holder {
  margin-bottom: 100px;
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .team-holder {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .team-holder {
      margin-top: 120px; } }
  .team-holder .team-wrap h1 {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 60px;
    font-family: "PlayfairDisplay-Medium";
    text-transform: uppercase;
    color: #deaa40; }
    @media only screen and (max-width: 1279px) {
      .team-holder .team-wrap h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .team-holder .team-wrap h1 {
        font-size: 36px;
        line-height: 40px; } }
  .team-holder .team-wrap .team-box {
    margin-bottom: 40px; }
    .team-holder .team-wrap .team-box .team-box-head {
      margin-bottom: 10px; }
      .team-holder .team-wrap .team-box .team-box-head img {
        width: 100%; }
    .team-holder .team-wrap .team-box .team-box-body h3 {
      text-align: center;
      font-family: "Poppins-Medium";
      font-size: 18px;
      line-height: 22px;
      color: #6c6a66;
      margin-bottom: 10px; }
    .team-holder .team-wrap .team-box .team-box-body p {
      text-align: center;
      font-family: "Poppins-Regular";
      font-size: 16px;
      line-height: 22px;
      color: #6c6a66; }

.connect-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .connect-section .connect-head {
      margin-bottom: 48px; } }
  .connect-section .connect-head h2 {
    font-family: "Poppins-Regular";
    font-size: 72px;
    line-height: 76px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .connect-section .connect-head h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 32px;
        display: block; } }
  .connect-section .connect-head a {
    display: inline-block;
    float: right;
    margin-top: 20px; }
    @media only screen and (max-width: 1279px) {
      .connect-section .connect-head a {
        margin-top: 16px; } }
    @media only screen and (max-width: 767px) {
      .connect-section .connect-head a {
        margin-top: 16px;
        float: none; } }
    .connect-section .connect-head a span {
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 22px;
      margin-right: 24px;
      display: inline-block;
      margin-top: 16px; }
    .connect-section .connect-head a img {
      width: 72px;
      display: inline-block; }
    .connect-section .connect-head a:hover span {
      margin-right: 27px; }
    .connect-section .connect-head a:hover img {
      margin-right: -3px; }

.select2-container {
  z-index: 999 !important; }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px !important;
  height: 10px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.about-hero-wrap {
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .about-hero-wrap {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .about-hero-wrap {
      margin-top: 120px; } }
  .about-hero-wrap img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.about-content-wrap {
  margin-top: 70px; }
  @media only screen and (max-width: 1279px) {
    .about-content-wrap {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .about-content-wrap {
      margin-top: 20px; } }
  .about-content-wrap .about-content-title {
    margin-bottom: 64px; }
    @media only screen and (max-width: 1279px) {
      .about-content-wrap .about-content-title {
        font-size: 28px !important;
        line-height: 32px !important;
        padding-right: 20px; } }
    @media only screen and (max-width: 1279px) {
      .about-content-wrap .about-content-title {
        font-size: 24px !important;
        line-height: 32px !important; } }
  .about-content-wrap .about-content-head {
    margin-bottom: 80px; }
    @media only screen and (max-width: 1279px) {
      .about-content-wrap .about-content-head {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-head {
        margin-bottom: 20px; } }
    .about-content-wrap .about-content-head h2 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 72px;
      line-height: 76px;
      color: #deaa40;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-head h2 {
          font-size: 52px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-head h2 {
          font-size: 40px;
          line-height: 44px; } }
    .about-content-wrap .about-content-head h3 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 26px;
      line-height: 32px;
      color: #0c7142; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-head h3 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-head h3 {
          font-size: 20px; } }
    .about-content-wrap .about-content-head p {
      max-width: 450px;
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 28px;
      color: #6c6a66; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-head p {
          font-size: 15px;
          line-height: 24px; } }
    .about-content-wrap .about-content-head ul {
      padding: 0 0 20px 0;
      display: block; }
      .about-content-wrap .about-content-head ul li {
        max-width: 450px;
        font-family: "Poppins-Regular";
        font-size: 18px;
        line-height: 28px;
        color: #6c6a66;
        padding-left: 20px;
        position: relative; }
        .about-content-wrap .about-content-head ul li:last-child {
          padding-bottom: 0; }
        .about-content-wrap .about-content-head ul li:before {
          position: absolute;
          left: 0;
          top: 12px;
          content: "";
          background: #deaa40;
          background-size: contain;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .about-content-wrap .about-content-head ul li:last-child {
          margin: 0; }
        .about-content-wrap .about-content-head ul li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-head ul li {
            font-size: 16px;
            line-height: 24px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-head ul li {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 5px; }
            .about-content-wrap .about-content-head ul li:before {
              top: 8px; } }
  .about-content-wrap .about-content-body {
    margin-bottom: 120px; }
    @media only screen and (max-width: 1279px) {
      .about-content-wrap .about-content-body {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-body {
        margin-bottom: 20px; } }
    .about-content-wrap .about-content-body .about-content-box {
      margin-bottom: 80px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-content-box {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-content-box {
          margin-bottom: 20px; } }
    .about-content-wrap .about-content-body p {
      max-width: 450px;
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 28px;
      color: #6c6a66;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body p {
          font-size: 16px;
          line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body p {
          font-size: 15px;
          line-height: 22px; } }
    .about-content-wrap .about-content-body h3 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 22px;
      margin-top: 26px;
      margin-bottom: 10px;
      color: #deaa40; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body h3 {
          font-size: 20px;
          line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body h3 {
          font-size: 18px;
          line-height: 22px;
          margin-top: 12px;
          margin-top: 0; } }
    .about-content-wrap .about-content-body h4 {
      font-family: "Poppins-Italic";
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 8px;
      max-width: 450px;
      color: #0c7142; }
      .about-content-wrap .about-content-body h4 a {
        font-family: "Poppins-Regular";
        font-size: 18px; }
        .about-content-wrap .about-content-body h4 a:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body h4 {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 20px; } }
    .about-content-wrap .about-content-body ul {
      padding: 0 0 20px 0;
      display: block; }
      .about-content-wrap .about-content-body ul li {
        max-width: 450px;
        font-family: "Poppins-Regular";
        font-size: 18px;
        line-height: 28px;
        color: #6c6a66;
        padding-left: 20px;
        position: relative; }
        .about-content-wrap .about-content-body ul li:last-child {
          padding-bottom: 0; }
        .about-content-wrap .about-content-body ul li:before {
          position: absolute;
          left: 0;
          top: 12px;
          content: "";
          background: #deaa40;
          background-size: contain;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .about-content-wrap .about-content-body ul li:last-child {
          margin: 0; }
        .about-content-wrap .about-content-body ul li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-body ul li {
            font-size: 16px;
            line-height: 24px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body ul li {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 5px; }
            .about-content-wrap .about-content-body ul li:before {
              top: 8px; } }
    .about-content-wrap .about-content-body img {
      width: 80%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body img {
          width: 100%; } }
  .about-content-wrap .about-content-bottom {
    margin-bottom: 200px; }
    @media only screen and (max-width: 1279px) {
      .about-content-wrap .about-content-bottom {
        margin-bottom: 120px; } }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-bottom {
        margin-bottom: 90px; } }
    .about-content-wrap .about-content-bottom img {
      max-width: 100%; }
    .about-content-wrap .about-content-bottom p {
      max-width: 450px;
      font-family: "Poppins-Regular";
      font-size: 18px;
      line-height: 28px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-bottom p {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-bottom p {
          padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-bottom .about-content-title {
        margin-top: 35px;
        margin-bottom: 48px; } }

.crew-section {
  margin-bottom: 180px; }
  @media only screen and (max-width: 1279px) {
    .crew-section {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 767px) {
    .crew-section {
      margin-bottom: 90px; } }
  @media only screen and (max-width: 767px) {
    .crew-section .crew-wrap {
      margin-bottom: 70px; } }
  .crew-section .crew-wrap h2 {
    font-family: "Poppins-Bold";
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .crew-section .crew-wrap h2 {
        font-size: 24px;
        margin-bottom: 32px; } }
  .crew-section .crew-wrap .column {
    margin-bottom: 40px; }
  .crew-section .crew-wrap .crew-box .crew-box-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .crew-section .crew-wrap .crew-box img {
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .crew-section .crew-wrap .crew-box img:hover {
      cursor: pointer;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
  .crew-section .crew-wrap .crew-box h3 {
    font-size: 20px;
    font-family: "Poppins-Bold";
    margin-bottom: 10px;
    color: #6c6a66; }
    .crew-section .crew-wrap .crew-box h3:hover {
      cursor: pointer;
      text-decoration: underline; }
  .crew-section .crew-wrap .crew-box h4 {
    font-size: 18px;
    font-family: "Poppins-Regular";
    margin-bottom: 10px;
    color: #6c6a66; }
    .crew-section .crew-wrap .crew-box h4 a {
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #6c6a66; }
      .crew-section .crew-wrap .crew-box h4 a:hover {
        text-decoration: underline; }
  .crew-section .crew-wrap .crew-box .team-socialbox a {
    font-size: 26px;
    font-family: "Poppins-Regular";
    margin-right: 10px;
    margin-bottom: 10px;
    color: #6c6a66; }
    .crew-section .crew-wrap .crew-box .team-socialbox a:hover {
      color: #deaa40; }

.projects-holder {
  margin-top: 200px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 1279px) {
    .projects-holder {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .projects-holder {
      margin-top: 120px; } }
  .projects-holder .project-wrap-head {
    position: relative; }
    .projects-holder .project-wrap-head h1 {
      font-family: "PlayfairDisplay-Medium";
      font-size: 48px;
      line-height: 52px;
      color: #deaa40;
      text-transform: uppercase;
      margin-bottom: 72px;
      display: inline-block; }
      @media only screen and (max-width: 1279px) {
        .projects-holder .project-wrap-head h1 {
          font-size: 44px;
          line-height: 50px;
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .projects-holder .project-wrap-head h1 {
          font-size: 36px;
          line-height: 40px; } }
  .projects-holder .projects-wrap .column {
    margin-bottom: 70px; }
  .projects-holder .projects-list-box {
    margin-bottom: 20px; }
    .projects-holder .projects-list-box .project-head {
      margin-bottom: 16px; }
      .projects-holder .projects-list-box .project-head img {
        width: 100%;
        max-width: 100%; }
    .projects-holder .projects-list-box .project-body p {
      margin-bottom: 16px;
      font-family: "Poppins-Medium";
      font-size: 24px;
      color: #fff;
      line-height: 28px; }
      .projects-holder .projects-list-box .project-body p a {
        font-family: "Poppins-Medium";
        font-size: 24px;
        color: #fff;
        line-height: 28px;
        display: inline-block; }
        .projects-holder .projects-list-box .project-body p a:hover {
          text-decoration: underline; }
    .projects-holder .projects-list-box .project-body h4 {
      font-family: "Poppins-Medium";
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 5px; }
      .projects-holder .projects-list-box .project-body h4 a {
        font-family: "Poppins-Medium";
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 5px; }
        .projects-holder .projects-list-box .project-body h4 a:hover {
          text-decoration: underline; }
    .projects-holder .projects-list-box .project-body h5 {
      font-family: "Poppins-Light";
      font-size: 16px;
      line-height: 20px;
      color: #fff; }

.search-holder {
  position: absolute;
  right: 0;
  top: 16px;
  width: 524px; }
  @media only screen and (max-width: 1279px) {
    .search-holder {
      position: relative;
      top: initial;
      width: 100%;
      margin-bottom: 40px; } }

.pagination-holder {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .pagination-holder {
      text-align: center; } }
  .pagination-holder .pagination-wrap {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .pagination-holder .pagination-wrap {
        display: block; } }
    .pagination-holder .pagination-wrap a {
      display: inline-block;
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #fff;
      margin-left: 30px; }
      .pagination-holder .pagination-wrap a:hover {
        text-decoration: underline; }
      .pagination-holder .pagination-wrap a.active-page {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .pagination-holder .pagination-wrap a {
          margin-left: 0;
          margin-right: 30px; }
          .pagination-holder .pagination-wrap a:last-child {
            margin-right: 0; } }
    .pagination-holder .pagination-wrap .disable {
      color: #D5CAC5;
      cursor: default; }
      .pagination-holder .pagination-wrap .disable:hover {
        text-decoration: none; }

.contact-wrap {
  margin-bottom: 100px;
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .contact-wrap {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .contact-wrap {
      margin-top: 120px; } }
  .contact-wrap h1 {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 60px;
    font-family: "PlayfairDisplay-Medium";
    text-transform: uppercase;
    color: #deaa40; }
    @media only screen and (max-width: 1279px) {
      .contact-wrap h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-wrap h1 {
        font-size: 36px;
        line-height: 40px; } }
  .contact-wrap h2 {
    font-family: "Poppins-Regular";
    font-size: 72px;
    color: #000;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .contact-wrap h2 {
        font-size: 40px; } }
  .contact-wrap .contact-box-wrap {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0;
    text-align: center; }
    .contact-wrap .contact-box-wrap .contact-box {
      width: 200px;
      text-align: center;
      display: inline-block; }
      .contact-wrap .contact-box-wrap .contact-box h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #6c6a66; }
      .contact-wrap .contact-box-wrap .contact-box i {
        font-size: 32px;
        margin-bottom: 20px;
        color: #deaa40; }

.project-holder {
  margin-top: 120px; }
  .project-holder .project-head {
    padding-top: 70px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .project-holder .project-head {
        padding-top: 0px;
        margin-bottom: 32px; } }
    .project-holder .project-head img {
      width: 100%;
      max-width: 100%; }
  .project-holder .project-body .project-title {
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    font-family: "Poppins-Bold";
    padding-right: 20px;
    margin-bottom: 32px; }
    @media only screen and (max-width: 1279px) {
      .project-holder .project-body .project-title {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .project-holder .project-body .project-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
        padding-right: 0; } }
  .project-holder .project-body .project-social-links {
    margin-top: 20px; }
    .project-holder .project-body .project-social-links a {
      margin-right: 20px; }
      .project-holder .project-body .project-social-links a:hover {
        opacity: 0.7; }
  .project-holder .project-body .project-link {
    font-family: "Poppins-Regular";
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px; }
    .project-holder .project-body .project-link a {
      font-family: "Poppins-Medium";
      color: #fff;
      font-size: 16px; }
      .project-holder .project-body .project-link a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .project-holder .project-body .project-link:last-child {
        margin-bottom: 26px; } }
  .project-holder .project-body .project-content p {
    font-size: 18px;
    font-family: "Poppins-Regular";
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px; }
    .project-holder .project-body .project-content p b, .project-holder .project-body .project-content p strong {
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      font-family: "Poppins-Medium";
      font-weight: 900; }
    .project-holder .project-body .project-content p i, .project-holder .project-body .project-content p em {
      font-size: 18px;
      line-height: 28px;
      font-family: "Poppins-Regular";
      font-style: italic; }
  .project-holder .project-body .project-content h2 {
    font-size: 22px;
    font-family: "Poppins-Bold";
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2; }
  .project-holder .project-body .project-content h3 {
    font-size: 20px;
    font-family: "Poppins-Bold";
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2; }
  .project-holder .project-body .project-content b, .project-holder .project-body .project-content strong {
    font-family: "Poppins-Medium"; }
  .project-holder .project-body .project-content a {
    font-size: 18px;
    font-family: "Poppins-Regular";
    color: #000;
    line-height: 28px; }
    .project-holder .project-body .project-content a:hover {
      text-decoration: underline; }
  .project-holder .project-body .project-content ul {
    padding: 0 0 20px 0;
    display: block; }
    .project-holder .project-body .project-content ul li {
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .project-holder .project-body .project-content ul li:last-child {
        padding-bottom: 0; }
      .project-holder .project-body .project-content ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #000;
        background-size: contain;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .project-holder .project-body .project-content ul li:last-child {
        margin: 0; }
      .project-holder .project-body .project-content ul li * {
        line-height: inherit !important; }
  .project-holder .project-body .project-content ol {
    padding: 0 0 20px 0;
    display: block;
    list-style: revert !important;
    margin-left: 20px; }
    .project-holder .project-body .project-content ol li {
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .project-holder .project-body .project-content ol li:last-child {
        margin: 0; }
      .project-holder .project-body .project-content ol li * {
        line-height: inherit !important; }
  .project-holder .project-body .project-content img {
    max-width: 100%; }

.change-page-wrap {
  margin-top: 90px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .change-page-wrap {
      margin-top: 50px; } }
  .change-page-wrap .prev-page {
    position: relative; }
    .change-page-wrap .prev-page span {
      font-family: "Poppins-Regular";
      display: inline-block;
      font-size: 18px;
      color: #fff;
      padding-left: 40px; }
      @media only screen and (max-width: 767px) {
        .change-page-wrap .prev-page span {
          margin-left: 4px; } }
      @media only screen and (max-width: 359px) {
        .change-page-wrap .prev-page span {
          font-size: 16px;
          margin-left: 2px; } }
    .change-page-wrap .prev-page img {
      position: absolute;
      left: 0;
      top: 0px;
      width: 12px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .change-page-wrap .prev-page:hover img {
      margin-left: -10px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .change-page-wrap .next-page {
    position: relative;
    float: right;
    display: inline-block; }
    .change-page-wrap .next-page span {
      font-family: "Poppins-Regular";
      display: inline-block;
      font-size: 18px;
      color: #fff;
      text-align: left;
      padding-right: 40px; }
      @media only screen and (max-width: 767px) {
        .change-page-wrap .next-page span {
          margin-right: 4px; } }
      @media only screen and (max-width: 359px) {
        .change-page-wrap .next-page span {
          font-size: 16px;
          margin-right: 2px; } }
    .change-page-wrap .next-page img {
      position: absolute;
      right: 0;
      top: 1px;
      width: 12px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .change-page-wrap .next-page:hover img {
      margin-right: -10px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.terms-holder .terms-wrap {
  margin-bottom: 100px;
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .terms-holder .terms-wrap {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .terms-holder .terms-wrap {
      margin-top: 120px; } }
  .terms-holder .terms-wrap h1 {
    font-family: "Poppins-Regular";
    font-size: 48px;
    line-height: 52px;
    color: #deaa40;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1279px) {
      .terms-holder .terms-wrap h1 {
        font-size: 44px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .terms-holder .terms-wrap h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 40px; } }
  .terms-holder .terms-wrap .terms-content-wrap p {
    font-size: 16px;
    font-family: "Poppins-Regular";
    color: #6c6a66;
    line-height: 26px;
    margin-bottom: 30px; }
    .terms-holder .terms-wrap .terms-content-wrap p b, .terms-holder .terms-wrap .terms-content-wrap p strong {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      font-family: "Poppins-Medium";
      font-weight: 900; }
    .terms-holder .terms-wrap .terms-content-wrap p i, .terms-holder .terms-wrap .terms-content-wrap p em {
      font-size: 16px;
      line-height: 26px;
      font-family: "Poppins-Regular";
      font-style: italic; }
  .terms-holder .terms-wrap .terms-content-wrap h2 {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Poppins-Medium";
    color: #6c6a66;
    margin-bottom: 20px; }
  .terms-holder .terms-wrap .terms-content-wrap b, .terms-holder .terms-wrap .terms-content-wrap strong {
    font-family: "Poppins-Medium"; }
  .terms-holder .terms-wrap .terms-content-wrap a {
    font-size: 18px;
    font-family: "Poppins-Regular";
    color: #deaa40;
    line-height: 28px; }
    .terms-holder .terms-wrap .terms-content-wrap a:hover {
      text-decoration: underline; }
  .terms-holder .terms-wrap .terms-content-wrap ul {
    padding: 0 0 20px 0;
    display: block; }
    .terms-holder .terms-wrap .terms-content-wrap ul li {
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:last-child {
        padding-bottom: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #000;
        background-size: contain;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .terms-holder .terms-wrap .terms-content-wrap ul li:last-child {
        margin: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ul li * {
        line-height: inherit !important; }
  .terms-holder .terms-wrap .terms-content-wrap ol {
    padding: 0 0 20px 0;
    display: block;
    list-style: revert !important;
    margin-left: 20px; }
    .terms-holder .terms-wrap .terms-content-wrap ol li {
      font-size: 18px;
      font-family: "Poppins-Regular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .terms-holder .terms-wrap .terms-content-wrap ol li:last-child {
        margin: 0; }
      .terms-holder .terms-wrap .terms-content-wrap ol li * {
        line-height: inherit !important; }
  .terms-holder .terms-wrap .terms-content-wrap img {
    max-width: 100%; }

.gallery-holder {
  margin-bottom: 200px;
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .gallery-holder {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .gallery-holder {
      margin-top: 120px; } }
  .gallery-holder h1 {
    font-family: "PlayfairDisplay-Medium";
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
    color: #deaa40;
    margin-bottom: 72px;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .gallery-holder h1 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .gallery-holder h1 {
        font-size: 36px;
        line-height: 40px; } }
  .gallery-holder .gallery-wrap .gallery-row {
    column-count: 4;
    columns: 25%; }
    .gallery-holder .gallery-wrap .gallery-row a {
      display: block;
      margin-bottom: 20px; }
      .gallery-holder .gallery-wrap .gallery-row a img {
        width: 100%; }
    @media only screen and (max-width: 1279px) {
      .gallery-holder .gallery-wrap .gallery-row {
        column-count: 3;
        columns: 33%; } }
    @media only screen and (max-width: 767px) {
      .gallery-holder .gallery-wrap .gallery-row {
        column-count: 1;
        columns: 100%; } }

.services-holder {
  margin-bottom: 100px;
  margin-top: 200px; }
  @media only screen and (max-width: 767px) {
    .services-holder {
      margin-bottom: 90px; } }
  .services-holder .services-wrap h1 {
    font-family: "Poppins-Bold";
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 72px;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .services-holder .services-wrap h1 {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .services-holder .services-wrap h1 {
        font-size: 40px; } }
  .services-holder .services-wrap .services-list-wrap .service-box {
    margin-bottom: 64px; }
    .services-holder .services-wrap .services-list-wrap .service-box .service-head img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .services-holder .services-wrap .services-list-wrap .service-box .service-head img {
          margin-bottom: 20px; } }
    .services-holder .services-wrap .services-list-wrap .service-box .service-content h3 {
      font-family: "Poppins-Bold";
      font-size: 32px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 24px; }
    .services-holder .services-wrap .services-list-wrap .service-box .service-content p {
      font-family: "Poppins-Regular";
      font-size: 20px;
      line-height: 28px;
      color: #fff; }
    @media only screen and (max-width: 1279px) {
      .services-holder .services-wrap .services-list-wrap .service-box .service-content h3 {
        font-size: 28px;
        line-height: 36px; }
      .services-holder .services-wrap .services-list-wrap .service-box .service-content p {
        font-size: 18px;
        line-height: 26px; } }
    @media only screen and (max-width: 767px) {
      .services-holder .services-wrap .services-list-wrap .service-box .service-content h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; }
      .services-holder .services-wrap .services-list-wrap .service-box .service-content p {
        font-size: 16px;
        line-height: 22px; } }

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .modal-wrap {
      overflow-y: auto; } }
  .modal-wrap.active-modal {
    display: block !important; }
  .modal-wrap .modal-back {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-back-block {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-content {
    max-width: 688px;
    width: 98%;
    position: relative;
    z-index: 9999;
    padding: 60px 44px;
    background-color: #fff;
    height: 520px;
    background-image: url("/img/ornament3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 120px;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(195, 198, 198, 0.4) transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .modal-wrap .modal-content::-webkit-scrollbar {
      width: 7px; }
    .modal-wrap .modal-content::-webkit-scrollbar-track {
      background-color: white; }
    .modal-wrap .modal-content::-webkit-scrollbar-thumb {
      background: rgba(195, 198, 198, 0.8); }
    .modal-wrap .modal-content .modal-head {
      position: relative;
      text-align: center; }
      .modal-wrap .modal-content .modal-head h2 {
        font-family: "Poppins-Medium";
        font-size: 26px;
        color: #6c6a66;
        margin-bottom: 10px;
        text-align: center; }
      .modal-wrap .modal-content .modal-head .modal-line {
        display: inline-block;
        background-color: #deaa40;
        height: 2px;
        width: 160px; }
      .modal-wrap .modal-content .modal-head .close-modal {
        position: absolute;
        right: -20px;
        top: -40px;
        cursor: pointer; }
        .modal-wrap .modal-content .modal-head .close-modal i {
          color: #6c6a66;
          font-size: 24px; }
    .modal-wrap .modal-content .modal-body {
      margin-top: 20px; }
      .modal-wrap .modal-content .modal-body p {
        font-family: "Poppins-Regular";
        font-size: 18px;
        line-height: 1.4;
        color: #6c6a66;
        margin-bottom: 10px; }
        .modal-wrap .modal-content .modal-body p a {
          font-family: "Poppins-Bold";
          font-size: 18px;
          line-height: 1.4;
          color: #6c6a66; }
          .modal-wrap .modal-content .modal-body p a:hover {
            text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content {
        background-color: #F2EFEF;
        animation-name: none;
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }

.close-m {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .close-m {
      right: 10%;
      top: 25px; } }

@media only screen and (max-width: 767px) {
  .modal-form .field {
    margin-bottom: 20px; } }

.modal-form .field input {
  background-color: #EBEBEB; }
  @media only screen and (max-width: 767px) {
    .modal-form .field input {
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
      .modal-form .field input::placeholder {
        font-size: 12px; } }

.modal-form .field textarea {
  background-color: #EBEBEB;
  height: 140px; }
  @media only screen and (max-width: 767px) {
    .modal-form .field textarea {
      background-color: #fff;
      height: 190px; }
      .modal-form .field textarea::placeholder {
        font-size: 12px; } }

@-webkit-keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

@keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top img {
    width: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 45px;
      right: 5px; } }
  .to-top:hover {
    opacity: 0.6; }

.slider-holder {
  width: 100%;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .slider-holder {
      margin-top: 80px; } }
  .slider-holder .slider-wrap {
    width: 100%; }
    .slider-holder .slider-wrap .slide-item {
      width: 100%;
      height: 800px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .slider-holder .slider-wrap .slide-item {
          height: auto; } }
      .slider-holder .slider-wrap .slide-item img {
        width: 100%;
        height: 800px; }
        @media only screen and (max-width: 767px) {
          .slider-holder .slider-wrap .slide-item img {
            height: auto; } }
      .slider-holder .slider-wrap .slide-item .slider-item-info {
        position: absolute;
        max-width: 640px;
        width: 80%;
        left: 50%;
        top: 50%;
        z-index: 9;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 767px) {
          .slider-holder .slider-wrap .slide-item .slider-item-info {
            width: 70%; } }
        .slider-holder .slider-wrap .slide-item .slider-item-info span {
          display: block;
          text-align: center;
          margin-bottom: 20px; }
          .slider-holder .slider-wrap .slide-item .slider-item-info span i {
            font-size: 40px;
            color: #fff;
            padding: 0 5px; }
        .slider-holder .slider-wrap .slide-item .slider-item-info h2 {
          font-family: "PlayfairDisplay-Medium";
          text-align: center;
          color: #fff;
          font-size: 60px;
          line-height: 64px;
          margin-bottom: 30px; }
          @media only screen and (max-width: 1279px) {
            .slider-holder .slider-wrap .slide-item .slider-item-info h2 {
              font-size: 48px; } }
          @media only screen and (max-width: 1023px) {
            .slider-holder .slider-wrap .slide-item .slider-item-info h2 {
              font-size: 40px; } }
          @media only screen and (max-width: 767px) {
            .slider-holder .slider-wrap .slide-item .slider-item-info h2 {
              font-size: 32px;
              line-height: 1.2;
              margin-bottom: 20px; } }
        .slider-holder .slider-wrap .slide-item .slider-item-info p {
          text-align: center;
          color: #fff;
          line-height: 1.4;
          font-size: 18px;
          font-family: "Poppins-Light"; }
          @media only screen and (max-width: 1023px) {
            .slider-holder .slider-wrap .slide-item .slider-item-info p {
              font-size: 15px; } }
          @media only screen and (max-width: 767px) {
            .slider-holder .slider-wrap .slide-item .slider-item-info p {
              font-size: 14px; } }
      .slider-holder .slider-wrap .slide-item .slider-mask {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 8; }
      @media only screen and (max-width: 767px) {
        .slider-holder .slider-wrap .slide-item .desc-slide {
          display: none; } }
      .slider-holder .slider-wrap .slide-item .mob-slide {
        display: none; }
        @media only screen and (max-width: 767px) {
          .slider-holder .slider-wrap .slide-item .mob-slide {
            display: block; } }
  .slider-holder .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .slider-holder .slick-dots li {
    display: inline-block !important;
    border: 1px solid #000;
    background: transparent;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    @media only screen and (max-width: 1279px) {
      .slider-holder .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 4px; } }
    .slider-holder .slick-dots li.slick-active {
      border: 1px solid #000;
      background: #000; }
  .slider-holder .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px; }
  .slider-holder .slick-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slider-holder .slick-prev img {
      margin-left: 10px;
      margin-top: 9px;
      width: 25px; }
    .slider-holder .slick-prev:hover {
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .slider-holder .slick-prev {
        left: 25px; }
        .slider-holder .slick-prev img {
          margin-left: 10px;
          margin-top: 9px;
          width: 20px; } }
  .slider-holder .slick-next {
    position: absolute;
    right: 60px;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slider-holder .slick-next img {
      margin-left: 12px;
      margin-top: 9px;
      width: 25px; }
    .slider-holder .slick-next:hover {
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .slider-holder .slick-next {
        right: 25px; }
        .slider-holder .slick-next img {
          margin-left: 12px;
          margin-top: 8px;
          width: 20px; } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.slider-item-info h2,
.slider-item-info p,
.slider-item-info span {
  opacity: 0; }

/* animacija za aktivan slajd */
.slick-active .slider-item-info span {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.3s; }

.slick-active .slider-item-info h2 {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.5s; }

.slick-active .slider-item-info p {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.7s; }

.toast-wrap {
  animation-name: toast;
  opacity: 0.5;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999999999; }

.toast-wrap .toast-correct {
  min-width: 320px;
  width: auto;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid #deaa40;
  color: #4b5662;
  font-size: 20px;
  font-family: "Poppins-Regular";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-correct span {
  color: #deaa40;
  margin-right: 5px; }

.toast-wrap .toast-correct span i {
  font-size: 20px; }

.toast-wrap .toast-error {
  min-width: 320px;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid red;
  color: #4b5662;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-error span {
  color: red;
  margin-right: 5px; }

.toast-wrap .toast-error span i {
  font-size: 20px; }

.toast-image {
  display: none; }

.toast-image-max {
  display: none; }

.toast-image-weight {
  display: none; }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "Poppins-Regular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEB !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }

.select2-container--open .select2-selection--single {
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  border-radius: 6px 6px 0 0 !important; }

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #EAEAEB !important;
  border-top: none !important;
  color: #000 !important;
  font-family: "Poppins-Regular" !important;
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important; }

.select2-container--default .select2-results__option {
  border-bottom: 1px solid #EAEAEB !important;
  font-family: "Poppins-Regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #000 !important;
  font-family: "Poppins-Regular" !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px !important;
  height: 10px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.parallax {
  height: 400px;
  position: relative;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  overflow: clip;
  /* da ne "beži" pozadina kod pomeranja */
  /* Fallback: klasičan CSS parallax (radi bez JS-a) */
  background-image: url("https://asset.gecdesigns.com/img/wallpapers/international-yoga-day-wallpaper-yoga-in-a-forest-ai-generated-background-sr18062407-cover.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* daje blag parallax efekat gde je podržano */ }
  @media only screen and (max-width: 767px) {
    .parallax {
      height: 360px; } }
  .parallax .parallax-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; }
  .parallax .parallax-content {
    position: relative;
    padding: 8px 16px;
    backdrop-filter: saturate(1.1);
    z-index: 9; }
    .parallax .parallax-content h2 {
      margin-bottom: 20px;
      font-size: 44px;
      color: #fff;
      font-family: "PlayfairDisplay-Medium"; }
      @media only screen and (max-width: 767px) {
        .parallax .parallax-content h2 {
          font-size: 36px; } }
    .parallax .parallax-content p {
      font-size: 20px;
      line-height: 1.4;
      color: #fff;
      font-family: "Poppins-Regular"; }
      @media only screen and (max-width: 767px) {
        .parallax .parallax-content p {
          font-size: 15px; } }
  .parallax .parallax-button {
    margin-top: 40px;
    padding: 15px 50px;
    background-color: #deaa40;
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .parallax .parallax-button:hover {
      background-color: #b98d35; }

/* Taman overlay preko slike radi kontrasta */
.parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay); }

.storitve-holder {
  margin-top: 170px; }
  @media only screen and (max-width: 767px) {
    .storitve-holder {
      margin-top: 120px; } }
  .storitve-holder .stortive-wrap {
    margin-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      .storitve-holder .stortive-wrap {
        margin-bottom: 50px; } }
    .storitve-holder .stortive-wrap .stortive-box h2 {
      font-size: 56px;
      line-height: 60px;
      font-family: "Poppins-Regular";
      color: #000;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .storitve-holder .stortive-wrap .stortive-box h2 {
          font-size: 42px;
          line-height: 42px;
          margin-bottom: 20px; } }
    .storitve-holder .stortive-wrap .stortive-box p {
      font-size: 18px;
      font-family: "Poppins-Regular";
      line-height: 26px;
      color: #000;
      margin-bottom: 20px; }
    .storitve-holder .stortive-wrap .storitve-head {
      text-align: center; }
      .storitve-holder .stortive-wrap .storitve-head img {
        max-width: 100%;
        width: 220px; }
        @media only screen and (max-width: 767px) {
          .storitve-holder .stortive-wrap .storitve-head img {
            margin-top: 20px; } }
    .storitve-holder .stortive-wrap:nth-child(2) {
      margin-bottom: 0; }
  .storitve-holder.storitve-holder-blue {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 200px;
    padding-top: 180px; }
    @media only screen and (max-width: 767px) {
      .storitve-holder.storitve-holder-blue {
        padding-top: 50px; } }
    .storitve-holder.storitve-holder-blue.active-blue {
      background-color: #21253D; }
      .storitve-holder.storitve-holder-blue.active-blue .stortive-box h2 {
        color: #fff; }
      .storitve-holder.storitve-holder-blue.active-blue .stortive-box p {
        color: #fff; }

.contact-map {
  padding-top: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .mob-b0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mob-mb20 {
    margin-bottom: 20px !important; } }

.mob-show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mob-show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .mob-none {
    display: none !important; } }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }
