@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: 'ObjectSans-Regular';
  src: url("/fonts/ObjectSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Light';
  src: url("/fonts/ObjectSans-Light.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Medium';
  src: url("/fonts/ObjectSans-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'ObjectSans-Bold';
  src: url("/fonts/ObjectSans-Bold.ttf");
  font-weight: 600;
  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 {
  font-size: 16px;
  font-family: "ObjectSans-Medium";
  background-color: #2A2A68;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button:hover {
    background-color: #242458;
    -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.__120 {
    margin: 0 -60px; }
    .row.__120 > .column {
      padding: 0 60px; }
    @media only screen and (max-width: 1279px) {
      .row.__120 {
        margin: 0 -10px; }
        .row.__120 > .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: #000;
    height: 48px;
    line-height: 48px;
    background-color: #EEEEEE;
    border: 1px solid #CACBCE;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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) {
      .field input {
        font-size: 18px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .field input {
        font-size: 16px;
        line-height: 20px; } }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: #8B8C93; }
      @media only screen and (max-width: 1279px) {
        .field input::placeholder {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (max-width: 767px) {
        .field input::placeholder {
          font-size: 16px;
          line-height: 20px; } }
  .field textarea {
    width: 100%;
    color: #000;
    height: 259px;
    padding: 15px;
    background-color: #EEEEEE;
    border: 1px solid #CACBCE;
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    @media only screen and (max-width: 1279px) {
      .field textarea {
        font-size: 18px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .field textarea {
        font-size: 16px;
        line-height: 20px; } }
    .field textarea::placeholder {
      color: #8B8C93; }
  .field label {
    font-family: "ObjectSans-Regular";
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
    display: inline-block;
    color: #2A2A68; }
    @media only screen and (max-width: 1279px) {
      .field label {
        font-size: 18px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .field label {
        font-size: 16px;
        line-height: 20px; } }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "ObjectSans-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: #707070;
  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: "ObjectSans-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 #707070; }
    .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 #B7954A;
      background: #B7954A; }
    .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: "ObjectSans-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: 92px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #2A2A68;
  box-shadow: 0px 8px 8px 0px rgba(44, 42, 42, 0.3); }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 40px;
    position: relative; }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 24px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header-logo {
          top: 20px; } }
      header .header-wrap .header-logo img {
        width: 140px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 120px; } }
      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: "ObjectSans-Bold";
            font-size: 16px;
            color: #fff;
            line-height: 20px; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            header .header-wrap .menu-wrap ul li a.active-menu {
              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: "ObjectSans-Bold";
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      -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: "ObjectSans-Bold";
        font-size: 16px;
        line-height: 20px;
        color: #fff; }
        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: #2A2A68 !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: #2A2A68;
      -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: 35px;
  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: #fff;
    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: 40px;
  background-color: #2A2A68; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 20px 10px; } }
  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; }
        footer .footer-wrap .footer-logo img {
          width: 200px; } }
  footer .footer-wrap .footer-social a {
    font-family: "ObjectSans-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; }
  @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;
    color: #fff; }
    footer .footer-wrap .footer-links p a {
      font-size: 16px;
      color: #fff;
      font-family: "ObjectSans-Regular"; }
      footer .footer-wrap .footer-links p a:hover {
        text-decoration: underline; }
  footer .footer-wrap .footer-newsletter form .field {
    margin-bottom: 5px !important; }
  footer .footer-wrap .footer-newsletter form .subscribe-info {
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: "ObjectSans-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: 20px;
      color: #fff;
      margin-bottom: 8px;
      font-family: "ObjectSans-Medium"; }
      footer .footer-wrap .footer-bottom p a {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-family: "ObjectSans-Medium"; }
        footer .footer-wrap .footer-bottom p a:hover {
          text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-bottom p {
          font-size: 13px; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "ObjectSans-Regular";
  background-color: #fff;
  color: #000;
  -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: 90px;
  background-color: #B7954A; }
  @media only screen and (max-width: 767px) {
    .intro-holder {
      padding-top: 50px; } }
  .intro-holder .intro-section {
    padding-bottom: 90px;
    -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; } }
    @media only screen and (max-width: 767px) {
      .intro-holder .intro-section {
        padding-bottom: 60px; } }
    .intro-holder .intro-section h1 {
      font-family: "ObjectSans-Bold";
      font-size: 70px;
      line-height: 104px;
      color: #fff;
      margin-bottom: 32px; }
      @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: 32px;
          line-height: 36px;
          margin-bottom: 32px; } }
    .intro-holder .intro-section p {
      font-family: "ObjectSans-Regular";
      font-size: 20px;
      line-height: 32px;
      color: #fff;
      margin-bottom: 48px;
      text-align: justify; }
      .intro-holder .intro-section p.blue-intro-text {
        color: #2A2A68;
        font-family: "ObjectSans-Bold"; }
      .intro-holder .intro-section p span {
        font-family: "ObjectSans-Bold";
        font-size: 20px;
        line-height: 32px;
        color: #2A2A68; }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section p {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 28px; }
          .intro-holder .intro-section p span {
            font-size: 18px;
            line-height: 26px; } }
    .intro-holder .intro-section h3 {
      font-family: "ObjectSans-Medium";
      font-size: 32px;
      line-height: 48px;
      color: #2A2A68;
      max-width: 830px;
      margin-bottom: 80px; }
    .intro-holder .intro-section a {
      font-family: "ObjectSans-Bold";
      font-size: 20px;
      line-height: 32px;
      color: #2A2A68;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section a {
          font-size: 18px;
          line-height: 26px; } }
    .intro-holder .intro-section .intro-logo {
      float: right;
      width: 92px;
      margin-top: -24px;
      display: block; }
      .intro-holder .intro-section .intro-logo img {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section .intro-logo {
          width: 64px; } }
    .intro-holder .intro-section img {
      max-width: 100%;
      width: 100%; }
      @media only screen and (max-width: 1279px) {
        .intro-holder .intro-section img {
          max-width: 96%; } }
      @media only screen and (max-width: 767px) {
        .intro-holder .intro-section img {
          max-width: 100%; } }

.trening-section-wrap {
  margin: 100px 0; }
  @media only screen and (max-width: 1279px) {
    .trening-section-wrap {
      margin: 60px 0; } }
  @media only screen and (max-width: 1279px) {
    .trening-section-wrap {
      margin: 40px 0; } }
  .trening-section-wrap .trening-section .trenining-section-head {
    position: relative; }
    .trening-section-wrap .trening-section .trenining-section-head h2 {
      font-family: "ObjectSans-Bold";
      font-size: 48px;
      line-height: 52px;
      color: #2A2A68;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1279px) {
        .trening-section-wrap .trening-section .trenining-section-head h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media only screen and (max-width: 1023px) {
        .trening-section-wrap .trening-section .trenining-section-head h2 {
          font-size: 38px;
          line-height: 46px; } }
      @media only screen and (max-width: 767px) {
        .trening-section-wrap .trening-section .trenining-section-head h2 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 359px) {
        .trening-section-wrap .trening-section .trenining-section-head h2 {
          font-size: 18px;
          line-height: 24px; } }
    .trening-section-wrap .trening-section .trenining-section-head a {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0;
      color: #2A2A68; }
      @media only screen and (max-width: 767px) {
        .trening-section-wrap .trening-section .trenining-section-head a {
          position: relative;
          top: initial;
          right: initial;
          margin-bottom: 20px;
          display: inline-block; }
          .trening-section-wrap .trening-section .trenining-section-head a img {
            position: relative; } }
  .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap {
    margin-bottom: 48px; }
    .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap a img {
      width: 100%;
      display: block;
      margin-bottom: 24px; }
    .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap a p {
      color: #2A2A68;
      font-family: "ObjectSans-Bold";
      font-size: 28px;
      line-height: 32px;
      text-align: center; }
      @media only screen and (max-width: 1279px) {
        .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap a p {
          font-size: 24px;
          line-height: 28px; } }
      @media only screen and (max-width: 767px) {
        .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap a p {
          font-size: 20px;
          line-height: 22px; } }
    .trening-section-wrap .trening-section .trening-section-content .trening-box-wrap a:hover p {
      text-decoration: underline; }

.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: "ObjectSans-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: "ObjectSans-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: "ObjectSans-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; }

.link-wrap {
  position: relative;
  width: 120px;
  margin-top: 20px; }
  .link-wrap span {
    display: inline-block;
    font-family: "ObjectSans-Bold";
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px; }
  .link-wrap img {
    position: absolute;
    right: 0;
    top: 17px;
    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: 200px; }
  @media only screen and (max-width: 767px) {
    .home-projects-section {
      margin-bottom: 70px; } }
  @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: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 48px;
    display: inline-block;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .home-projects-section .home-projects-head-section h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 32px;
        display: block; } }
  .home-projects-section .home-projects-head-section a {
    display: inline-block;
    float: right;
    margin-top: 20px;
    color: #fff; }
    @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: "ObjectSans-Regular";
      font-size: 18px;
      line-height: 22px;
      margin-right: 18px;
      display: inline-block;
      margin-top: 16px; }
    .home-projects-section .home-projects-head-section a img {
      width: 12px; }
    .home-projects-section .home-projects-head-section a:hover span {
      margin-right: 27px; }
    .home-projects-section .home-projects-head-section a:hover img {
      margin-right: -3px; }
  .home-projects-section .home-projects-list .home-projects-list-box .home-projects-list-box-head {
    margin-bottom: 16px; }
    .home-projects-section .home-projects-list .home-projects-list-box .home-projects-list-box-head img {
      width: 100%; }
  .home-projects-section .home-projects-list .home-projects-list-box p {
    font-family: "ObjectSans-Regular";
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff; }
    .home-projects-section .home-projects-list .home-projects-list-box p a:hover {
      text-decoration: underline; }
  .home-projects-section .home-projects-list .home-projects-list-box h4 {
    font-family: "ObjectSans-Medium";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 5px; }
    .home-projects-section .home-projects-list .home-projects-list-box h4 a {
      font-family: "ObjectSans-Medium";
      font-size: 16px;
      line-height: 20px;
      color: #000;
      margin-bottom: 5px; }
      .home-projects-section .home-projects-list .home-projects-list-box h4 a:hover {
        text-decoration: underline; }
  .home-projects-section .home-projects-list .home-projects-list-box h5 {
    font-family: "ObjectSans-Light";
    font-size: 16px;
    line-height: 20px;
    color: #fff; }
  .home-projects-section .home-projects-list .home-projects-list-box span {
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    line-height: 20px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .home-projects-section .home-projects-list .home-projects-list-box span {
        margin-bottom: 32px; } }

.consalting-section-wrap {
  padding: 92px 0;
  background-color: #2A2A68; }
  @media only screen and (max-width: 1279px) {
    .consalting-section-wrap {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .consalting-section-wrap {
      padding: 40px 0; } }
  .consalting-section-wrap .consalting-section {
    position: relative; }
    .consalting-section-wrap .consalting-section .consalting-section-head h2 {
      font-family: "ObjectSans-Bold";
      font-size: 48px;
      line-height: 52px;
      color: #fff;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1279px) {
        .consalting-section-wrap .consalting-section .consalting-section-head h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media only screen and (max-width: 1023px) {
        .consalting-section-wrap .consalting-section .consalting-section-head h2 {
          font-size: 38px;
          line-height: 46px; } }
      @media only screen and (max-width: 767px) {
        .consalting-section-wrap .consalting-section .consalting-section-head h2 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 359px) {
        .consalting-section-wrap .consalting-section .consalting-section-head h2 {
          font-size: 18px;
          line-height: 24px; } }
    .consalting-section-wrap .consalting-section .consalting-section-head a {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .consalting-section-wrap .consalting-section .consalting-section-head a {
          position: relative;
          top: initial;
          right: initial;
          margin-bottom: 20px;
          display: inline-block; }
          .consalting-section-wrap .consalting-section .consalting-section-head a img {
            position: relative; } }
    @media only screen and (max-width: 767px) {
      .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap {
        margin-bottom: 26px; } }
    .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a img {
      width: 100%;
      display: block;
      margin-bottom: 24px; }
      @media only screen and (max-width: 1279px) {
        .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a img {
          margin-bottom: 14px; } }
      @media only screen and (max-width: 767px) {
        .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a img {
          margin-bottom: 8px; } }
    .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a p {
      font-family: "ObjectSans-Bold";
      color: #fff;
      font-size: 28px;
      line-height: 32px; }
      @media only screen and (max-width: 1279px) {
        .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a p {
          font-size: 22px;
          line-height: 28px; } }
      @media only screen and (max-width: 1023px) {
        .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a p {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a p {
          font-size: 18px;
          line-height: 24px; } }
    .consalting-section-wrap .consalting-section .consalting-section-content .consalting-box-wrap a:hover p {
      text-decoration: underline; }

.home-info-section-wrap {
  margin-top: 140px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 1279px) {
    .home-info-section-wrap {
      margin-top: 80px;
      margin-bottom: 0; } }
  @media only screen and (max-width: 1023px) {
    .home-info-section-wrap {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .home-info-section-wrap {
      margin-top: 40px; } }
  .home-info-section-wrap .home-info-section-box-wrap {
    margin-bottom: 92px; }
    @media only screen and (max-width: 1279px) {
      .home-info-section-wrap .home-info-section-box-wrap {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .home-info-section-wrap .home-info-section-box-wrap {
        margin-bottom: 40px; } }
  .home-info-section-wrap .home-info-section-box h2 {
    font-family: "ObjectSans-Bold";
    font-size: 64px;
    line-height: 72px;
    color: #2A2A68;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1279px) {
      .home-info-section-wrap .home-info-section-box h2 {
        font-size: 42px;
        line-height: 48px; } }
    @media only screen and (max-width: 1023px) {
      .home-info-section-wrap .home-info-section-box h2 {
        font-size: 38px;
        line-height: 46px; } }
    @media only screen and (max-width: 767px) {
      .home-info-section-wrap .home-info-section-box h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 359px) {
      .home-info-section-wrap .home-info-section-box h2 {
        font-size: 18px;
        line-height: 24px; } }
  .home-info-section-wrap .home-info-section-box ul {
    position: relative; }
    .home-info-section-wrap .home-info-section-box ul li {
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      color: #2A2A68;
      margin-bottom: 5px;
      position: relative;
      padding-left: 40px; }
      .home-info-section-wrap .home-info-section-box ul li:last-child {
        padding-bottom: 0; }
      .home-info-section-wrap .home-info-section-box ul li:before {
        position: absolute;
        left: 0;
        top: 9px;
        content: '-';
        background-size: contain;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .home-info-section-wrap .home-info-section-box ul li:last-child {
        margin: 0; }
      .home-info-section-wrap .home-info-section-box ul li * {
        line-height: inherit !important; }
      @media only screen and (max-width: 1279px) {
        .home-info-section-wrap .home-info-section-box ul li {
          font-size: 22px;
          line-height: 28px; } }
      @media only screen and (max-width: 1023px) {
        .home-info-section-wrap .home-info-section-box ul li {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .home-info-section-wrap .home-info-section-box ul li {
          font-size: 18px;
          line-height: 24px; }
          .home-info-section-wrap .home-info-section-box ul li:last-child {
            margin-bottom: 30px; } }
  .home-info-section-wrap .home-info-section-box p {
    font-family: "ObjectSans-Regular";
    font-size: 24px;
    line-height: 32px;
    color: #2A2A68;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1279px) {
      .home-info-section-wrap .home-info-section-box p {
        font-size: 22px;
        line-height: 28px; } }
    @media only screen and (max-width: 1023px) {
      .home-info-section-wrap .home-info-section-box p {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (max-width: 767px) {
      .home-info-section-wrap .home-info-section-box p {
        font-size: 18px;
        line-height: 24px; } }
  .home-info-section-wrap .home-info-section-box img {
    width: 100%; }
  .home-info-section-wrap .home-info-section-box.home-info-section-box2 {
    padding-left: 60px; }
    @media only screen and (max-width: 1279px) {
      .home-info-section-wrap .home-info-section-box.home-info-section-box2 {
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-info-section-wrap .home-info-section-box.home-info-section-box2 {
        padding-left: initial;
        margin-top: 20px; } }

.home-blog-section {
  padding: 100px 0; }
  @media only screen and (max-width: 1279px) {
    .home-blog-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 1023px) {
    .home-blog-section {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .home-blog-section {
      padding: 40px 0; } }
  .home-blog-section .home-blog-head-section h2 {
    font-family: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    color: #2A2A68;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1279px) {
      .home-blog-section .home-blog-head-section h2 {
        font-size: 42px;
        line-height: 48px; } }
    @media only screen and (max-width: 1023px) {
      .home-blog-section .home-blog-head-section h2 {
        font-size: 38px;
        line-height: 46px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-head-section h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 359px) {
      .home-blog-section .home-blog-head-section h2 {
        font-size: 18px;
        line-height: 24px; } }
  .home-blog-section .home-blog-head-section a {
    position: absolute;
    top: 0;
    right: 0;
    color: #2A2A68;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-head-section a {
        position: relative;
        top: initial;
        right: initial;
        margin-bottom: 20px;
        display: inline-block; }
        .home-blog-section .home-blog-head-section a img {
          position: relative; } }
  @media only screen and (max-width: 767px) {
    .home-blog-section .home-blog-section-content .home-blog-box {
      margin-bottom: 32px; } }
  .home-blog-section .home-blog-section-content .home-blog-box a img {
    width: 100%;
    display: block;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-section-content .home-blog-box a img {
        margin-bottom: 14px; } }
  .home-blog-section .home-blog-section-content .home-blog-box a h3 {
    font-family: "ObjectSans-Medium";
    font-size: 24px;
    line-height: 28px;
    color: #2A2A68;
    margin-bottom: 16px; }
    .home-blog-section .home-blog-section-content .home-blog-box a h3:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 1279px) {
      .home-blog-section .home-blog-section-content .home-blog-box a h3 {
        font-size: 22px;
        line-height: 26px; } }
    @media only screen and (max-width: 1023px) {
      .home-blog-section .home-blog-section-content .home-blog-box a h3 {
        font-size: 20px;
        line-height: 24px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-section-content .home-blog-box a h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px; } }
  .home-blog-section .home-blog-section-content .home-blog-box a p {
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1279px) {
      .home-blog-section .home-blog-section-content .home-blog-box a p {
        font-size: 15px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-section-content .home-blog-box a p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px; } }
  .home-blog-section .home-blog-section-content .home-blog-box a span {
    font-family: "ObjectSans-Regular";
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1279px) {
      .home-blog-section .home-blog-section-content .home-blog-box a span {
        font-size: 15px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-section .home-blog-section-content .home-blog-box a span {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px; } }

.partners-section {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1279px) {
    .partners-section {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 1023px) {
    .partners-section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .partners-section {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .partners-section .partners-head {
      margin-bottom: 48px; } }
  .partners-section .partners-head h2 {
    font-family: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 48px;
    display: inline-block;
    color: #2A2A68; }
    @media only screen and (max-width: 1279px) {
      .partners-section .partners-head h2 {
        font-size: 44px;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .partners-section .partners-head h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 32px;
        display: block; } }
  .partners-section .partners-head a {
    display: inline-block;
    float: right;
    margin-top: 20px; }
    @media only screen and (max-width: 1279px) {
      .partners-section .partners-head a {
        margin-top: 16px; } }
    @media only screen and (max-width: 767px) {
      .partners-section .partners-head a {
        float: none;
        margin-top: 0; } }
    .partners-section .partners-head a span {
      font-family: "ObjectSans-Regular";
      font-size: 18px;
      line-height: 22px;
      margin-right: 24px;
      display: inline-block;
      margin-top: 16px; }
    .partners-section .partners-head a img {
      width: 72px;
      display: inline-block; }
    .partners-section .partners-head a:hover span {
      margin-right: 27px; }
    .partners-section .partners-head a:hover img {
      margin-right: -3px; }
  .partners-section .partners-wrap {
    margin-bottom: 60px; }
    .partners-section .partners-wrap .marquee-image {
      width: 100%;
      height: 100px; }
      .partners-section .partners-wrap .marquee-image img {
        display: inline-block;
        margin: 0 20px;
        height: 100px; }
      @media only screen and (max-width: 767px) {
        .partners-section .partners-wrap .marquee-image {
          width: 100%;
          height: 60px; }
          .partners-section .partners-wrap .marquee-image img {
            height: 60px; } }

.cooperation-section-wrap {
  background-color: #30B29B;
  padding: 100px 0; }
  @media only screen and (max-width: 1279px) {
    .cooperation-section-wrap {
      padding: 80px 0; } }
  @media only screen and (max-width: 1023px) {
    .cooperation-section-wrap {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .cooperation-section-wrap {
      padding: 40px 0; } }
  .cooperation-section-wrap .cooperation-section {
    position: relative; }
    .cooperation-section-wrap .cooperation-section h2 {
      font-family: "ObjectSans-Bold";
      font-size: 64px;
      line-height: 72px;
      margin-bottom: 32px;
      color: #fff; }
      @media only screen and (max-width: 1279px) {
        .cooperation-section-wrap .cooperation-section h2 {
          font-size: 52px;
          line-height: 62px; } }
      @media only screen and (max-width: 1023px) {
        .cooperation-section-wrap .cooperation-section h2 {
          font-size: 46px;
          line-height: 56px; } }
      @media only screen and (max-width: 767px) {
        .cooperation-section-wrap .cooperation-section h2 {
          font-size: 32px;
          line-height: 36px; } }
    .cooperation-section-wrap .cooperation-section p {
      font-family: "ObjectSans-Regular";
      font-size: 36px;
      line-height: 40px;
      color: #fff; }
      @media only screen and (max-width: 1279px) {
        .cooperation-section-wrap .cooperation-section p {
          font-size: 30px;
          line-height: 36px; } }
      @media only screen and (max-width: 767px) {
        .cooperation-section-wrap .cooperation-section p {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .cooperation-section-wrap .cooperation-section a {
      position: absolute;
      right: 0;
      bottom: -4px; }
      @media only screen and (max-width: 767px) {
        .cooperation-section-wrap .cooperation-section a {
          position: relative;
          bottom: initial; } }

.trainings-holder {
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .trainings-holder {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .trainings-holder {
      margin-top: 120px; } }
  .trainings-holder .trainings-wrap .trainings-head h1 {
    font-family: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    color: #2A2A68;
    margin-bottom: 48px; }
    @media only screen and (max-width: 1279px) {
      .trainings-holder .trainings-wrap .trainings-head h1 {
        font-size: 42px;
        line-height: 48px; } }
    @media only screen and (max-width: 1023px) {
      .trainings-holder .trainings-wrap .trainings-head h1 {
        font-size: 38px;
        line-height: 42px; } }
    @media only screen and (max-width: 767px) {
      .trainings-holder .trainings-wrap .trainings-head h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 34px; } }
  .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro {
        margin-bottom: 40px; } }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-head img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-head {
        margin-bottom: 20px; } }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box {
      padding-left: 80px; }
      @media only screen and (max-width: 1279px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box {
          padding-left: 40px; } }
      @media only screen and (max-width: 767px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box {
          padding-left: 0; } }
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box h2 {
        font-family: "ObjectSans-Bold";
        line-height: 52px;
        font-size: 48px;
        color: #2A2A68;
        margin-bottom: 48px; }
        @media only screen and (max-width: 1279px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box h2 {
            line-height: 50px;
            font-size: 44px;
            margin-bottom: 24px; } }
        @media only screen and (max-width: 1023px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box h2 {
            line-height: 42px;
            font-size: 34px; } }
        @media only screen and (max-width: 767px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box h2 {
            line-height: 30px;
            font-size: 26px; } }
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box p {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 24px;
        max-width: 510px;
        text-align: justify; }
        @media only screen and (max-width: 1279px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box p {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (max-width: 1279px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box p {
            font-size: 18px;
            line-height: 24px; } }
        @media only screen and (max-width: 767px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-intro .trainings-content-intro-box p {
            font-size: 16px;
            line-height: 20px; } }
  .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap {
    margin-bottom: 92px; }
    @media only screen and (max-width: 767px) {
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap {
        margin-bottom: 40px; } }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 {
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 {
          margin-bottom: 16px; } }
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 a {
        font-family: "ObjectSans-Bold";
        font-size: 32px;
        line-height: 40px;
        color: #2A2A68;
        display: inline-block; }
        @media only screen and (max-width: 1279px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 a {
            font-size: 28px;
            line-height: 36px; } }
        @media only screen and (max-width: 1023px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 a {
            font-size: 26px;
            line-height: 34px; } }
        @media only screen and (max-width: 767px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 a {
            font-size: 24px;
            line-height: 30px; } }
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box h3 a:hover {
          text-decoration: underline; }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box p {
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      color: #2A2A68;
      margin-bottom: 24px;
      text-align: justify;
      max-width: 520px; }
      @media only screen and (max-width: 1279px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box p {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 1279px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box p {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box p {
          font-size: 16px;
          line-height: 20px; } }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul {
      margin-bottom: 20px; }
      .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul li {
        position: relative;
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 5px;
        padding-left: 20px; }
        @media only screen and (max-width: 1279px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul li {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul li {
            font-size: 18px;
            line-height: 26px; } }
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul li strong {
          font-family: "ObjectSans-Bold";
          margin-bottom: 25px; }
        .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box 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%; }
          @media only screen and (max-width: 767px) {
            .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box ul li:before {
              position: absolute;
              left: 0;
              top: 10px;
              content: "";
              background: #000;
              background-size: contain;
              width: 8px;
              height: 8px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%; } }
    .trainings-holder .trainings-wrap .trainings-content-wrap .trainings-content-box-wrap .trainings-content-box img {
      width: 100%;
      max-width: 100%; }

.training-holder {
  margin-top: 200px; }
  @media only screen and (max-width: 1279px) {
    .training-holder {
      margin-top: 160px; } }
  @media only screen and (max-width: 767px) {
    .training-holder {
      margin-top: 120px; } }
  .training-holder .training-wrap {
    margin-bottom: 92px; }
    .training-holder .training-wrap .training-head {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .training-holder .training-wrap .training-head {
          margin-bottom: 20px; } }
      .training-holder .training-wrap .training-head img {
        display: block;
        width: 100%;
        margin-bottom: 48px; }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .training-head img {
            margin-bottom: 24px; } }
      .training-holder .training-wrap .training-head h1 {
        font-family: "ObjectSans-Bold";
        font-size: 48px;
        line-height: 52px;
        color: #2A2A68;
        margin-bottom: 32px; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .training-head h1 {
            font-size: 42px;
            line-height: 48px; } }
        @media only screen and (max-width: 1023px) {
          .training-holder .training-wrap .training-head h1 {
            font-size: 38px;
            line-height: 42px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .training-head h1 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 20px; } }
      .training-holder .training-wrap .training-head h2 {
        font-family: "ObjectSans-Bold";
        font-size: 36px;
        line-height: 40px;
        color: #2A2A68;
        margin-bottom: 32px; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .training-head h2 {
            font-size: 32px;
            line-height: 38px; } }
        @media only screen and (max-width: 1023px) {
          .training-holder .training-wrap .training-head h2 {
            font-size: 26px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .training-head h2 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px; } }
    .training-holder .training-wrap .traning-content {
      max-width: 830px; }
      .training-holder .training-wrap .traning-content h1 {
        font-family: "ObjectSans-Bold";
        font-size: 40px;
        line-height: 46px;
        color: #2A2A68;
        margin-bottom: 12px; }
      .training-holder .training-wrap .traning-content h2 {
        font-family: "ObjectSans-Bold";
        font-size: 28px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 12px;
        margin-top: 24px; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .traning-content h2 {
            font-size: 24px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .traning-content h2 {
            font-size: 20px;
            line-height: 26px; } }
      .training-holder .training-wrap .traning-content h3 {
        font-family: "ObjectSans-Bold";
        font-size: 24px;
        line-height: 28px;
        color: #2A2A68;
        margin-bottom: 12px; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .traning-content h3 {
            font-size: 22px;
            line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .traning-content h3 {
            font-size: 18px;
            line-height: 22px; } }
      .training-holder .training-wrap .traning-content p {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 12px; }
        .training-holder .training-wrap .traning-content p a {
          font-family: "ObjectSans-Regular";
          font-size: 24px;
          line-height: 32px;
          color: #B7954A;
          margin-bottom: 12px; }
          .training-holder .training-wrap .traning-content p a:hover {
            text-decoration: underline; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .traning-content p {
            font-size: 22px;
            line-height: 26px; }
            .training-holder .training-wrap .traning-content p a {
              font-size: 22px;
              line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .traning-content p {
            font-size: 16px;
            line-height: 22px; }
            .training-holder .training-wrap .traning-content p a {
              font-size: 16px;
              line-height: 22px; } }
      .training-holder .training-wrap .traning-content ul li {
        position: relative;
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 12px;
        padding-left: 20px; }
        .training-holder .training-wrap .traning-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%; }
        @media only screen and (max-width: 1279px) {
          .training-holder .training-wrap .traning-content ul li {
            font-size: 22px;
            line-height: 26px; }
            .training-holder .training-wrap .traning-content ul li a {
              font-size: 22px;
              line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .training-holder .training-wrap .traning-content ul li {
            font-size: 16px;
            line-height: 22px; }
            .training-holder .training-wrap .traning-content ul li:before {
              position: absolute;
              left: 0;
              top: 10px;
              content: "";
              background: #000;
              background-size: contain;
              width: 8px;
              height: 8px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%; }
            .training-holder .training-wrap .traning-content ul li a {
              font-size: 16px;
              line-height: 22px; } }
      .training-holder .training-wrap .traning-content strong, .training-holder .training-wrap .traning-content b {
        font-family: "ObjectSans-Bold";
        font-size: 24px;
        line-height: 32px; }
      .training-holder .training-wrap .traning-content a {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #B7954A;
        margin-bottom: 12px; }
        .training-holder .training-wrap .traning-content a:hover {
          text-decoration: underline; }

.education-subtitle {
  font-family: "ObjectSans-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #2A2A68;
  margin-bottom: 32px;
  margin-top: -50px; }
  @media only screen and (max-width: 1279px) {
    .education-subtitle {
      font-size: 32px;
      line-height: 38px; } }
  @media only screen and (max-width: 1023px) {
    .education-subtitle {
      font-size: 26px;
      line-height: 30px; } }
  @media only screen and (max-width: 767px) {
    .education-subtitle {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
      margin-top: -20px; } }

.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: "ObjectSans-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: "ObjectSans-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%; }

.about-title h2 {
  font-family: "ObjectSans-Bold";
  font-size: 48px;
  line-height: 52px;
  color: #2A2A68;
  margin-bottom: 48px; }
  @media only screen and (max-width: 1279px) {
    .about-title h2 {
      font-size: 42px;
      line-height: 48px; } }
  @media only screen and (max-width: 1023px) {
    .about-title h2 {
      font-size: 40px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    .about-title h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px; } }

.about-content-wrap {
  margin-top: 70px; }
  @media only screen and (max-width: 767px) {
    .about-content-wrap {
      margin-top: 40px; } }
  .about-content-wrap .about-content-head {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-head {
        margin-bottom: 20px; } }
    .about-content-wrap .about-content-head .about-content-head-box p {
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      color: #2A2A68;
      margin-bottom: 34px;
      text-align: justify;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-head .about-content-head-box p {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-head .about-content-head-box p {
          font-size: 16px;
          line-height: 22px; } }
    .about-content-wrap .about-content-head .about-content-head-img {
      text-align: right; }
      .about-content-wrap .about-content-head .about-content-head-img img {
        width: 100%;
        max-width: 420px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-head .about-content-head-img {
          text-align: initial; }
          .about-content-wrap .about-content-head .about-content-head-img img {
            max-width: 100%; } }
  .about-content-wrap .about-content-body {
    margin-bottom: 92px; }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-content-body {
        margin-bottom: 30px; } }
    .about-content-wrap .about-content-body .about-box-wrap {
      margin-bottom: 160px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-wrap {
          margin-bottom: 40px; } }
    .about-content-wrap .about-content-body .about-box-head img {
      width: 100%;
      margin-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-head img {
          max-width: 100%;
          margin-bottom: 40px; } }
    .about-content-wrap .about-content-body .about-box-content h2 {
      font-family: "ObjectSans-Bold";
      font-size: 48px;
      line-height: 52px;
      color: #2A2A68;
      margin-bottom: 32px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-box-content h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media only screen and (max-width: 1023px) {
        .about-content-wrap .about-content-body .about-box-content h2 {
          font-size: 40px;
          line-height: 46px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content h2 {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 24px; } }
    .about-content-wrap .about-content-body .about-box-content h3 {
      font-family: "ObjectSans-Bold";
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 12px;
      color: #2A2A68; }
      @media only screen and (min-width: 1024px) {
        .about-content-wrap .about-content-body .about-box-content h3 {
          font-size: 26px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content h3 {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 8px; } }
    .about-content-wrap .about-content-body .about-box-content p {
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 12px;
      color: #2A2A68;
      text-align: justify;
      padding-right: 20px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-box-content p {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 8px;
          padding-right: 0; } }
    .about-content-wrap .about-content-body .about-box-content ul li {
      position: relative;
      display: block;
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 16px;
      color: #2A2A68;
      padding-left: 20px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-box-content ul li {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content ul li {
          font-size: 16px;
          line-height: 24px; } }
      .about-content-wrap .about-content-body .about-box-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%; }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-box-content ul li:before {
            position: absolute;
            left: 0;
            top: 9px;
            content: "";
            background: #000;
            background-size: contain;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; } }
      .about-content-wrap .about-content-body .about-box-content ul li strong {
        font-family: "ObjectSans-Bold";
        font-size: 24px;
        line-height: 32px; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-body .about-box-content ul li strong {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-box-content ul li strong {
            font-size: 16px;
            line-height: 24px; } }
    .about-content-wrap .about-content-body .about-box-content .mb48 {
      margin-bottom: 48px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content .mb48 {
          margin-bottom: 24px; } }
    .about-content-wrap .about-content-body .about-box-content .about-box-content-title {
      font-family: "ObjectSans-Bold";
      font-size: 64px;
      line-height: 72px;
      color: #2A2A68;
      margin-bottom: 48px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-box-content .about-box-content-title {
          font-size: 42px;
          line-height: 48px; } }
      @media only screen and (max-width: 1023px) {
        .about-content-wrap .about-content-body .about-box-content .about-box-content-title {
          font-size: 40px;
          line-height: 46px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-box-content .about-box-content-title {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 24px; } }
    .about-content-wrap .about-content-body .about-content-body-box-profile {
      margin-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-content-body-box-profile {
          margin-bottom: 20px; } }
      .about-content-wrap .about-content-body .about-content-body-box-profile img {
        margin-bottom: 24px;
        max-width: 100%; }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile img {
            margin-bottom: 16px; } }
      .about-content-wrap .about-content-body .about-content-body-box-profile h3 {
        font-family: "ObjectSans-Bold";
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
        color: #2A2A68; }
        @media only screen and (min-width: 1024px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile h3 {
            font-size: 26px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile h3 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 8px; } }
      .about-content-wrap .about-content-body .about-content-body-box-profile p {
        font-family: "ObjectSans-Medium";
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 12px;
        color: #2A2A68; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile p {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 8px; } }
      .about-content-wrap .about-content-body .about-content-body-box-profile a {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 24px;
        color: #2A2A68; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile a {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box-profile a {
            font-size: 16px;
            line-height: 22px; } }
        .about-content-wrap .about-content-body .about-content-body-box-profile a:hover {
          text-decoration: underline; }
    .about-content-wrap .about-content-body .about-content-body-box img {
      max-width: 100%;
      width: 100%; }
    .about-content-wrap .about-content-body .about-content-body-box h2 {
      font-family: "ObjectSans-Bold";
      font-size: 48px;
      line-height: 52px;
      color: #2A2A68;
      margin-top: 90px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-content-body-box h2 {
          font-size: 42px;
          line-height: 48px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-content-body-box h2 {
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 16px;
          margin-top: 30px; } }
    .about-content-wrap .about-content-body .about-content-body-box p {
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 24px;
      color: #2A2A68;
      text-align: justify; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-content-body-box p {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-content-body-box p {
          font-size: 16px;
          line-height: 24px; } }
    .about-content-wrap .about-content-body .about-content-body-box ul li {
      position: relative;
      display: block;
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 16px;
      color: #2A2A68;
      padding-left: 20px; }
      @media only screen and (max-width: 1279px) {
        .about-content-wrap .about-content-body .about-content-body-box ul li {
          font-size: 22px;
          line-height: 30px; } }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-content-body .about-content-body-box ul li {
          font-size: 16px;
          line-height: 24px; } }
      .about-content-wrap .about-content-body .about-content-body-box 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%; }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box ul li:before {
            position: absolute;
            left: 0;
            top: 9px;
            content: "";
            background: #000;
            background-size: contain;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; } }
      .about-content-wrap .about-content-body .about-content-body-box ul li strong {
        font-family: "ObjectSans-Bold";
        font-size: 24px;
        line-height: 32px; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-content-body .about-content-body-box ul li strong {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-content-body .about-content-body-box ul li strong {
            font-size: 16px;
            line-height: 24px; } }
    .about-content-wrap .about-content-body .limited-text {
      max-width: 510px; }
    .about-content-wrap .about-content-body .limited-text2 {
      max-width: 620px;
      text-align: justify; }
  .about-content-wrap .about-bottom-section {
    background-color: #B7954A;
    padding-top: 90px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .about-content-wrap .about-bottom-section .about-bottom-wrap {
        margin-bottom: 40px; } }
    .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box {
      margin-bottom: 90px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box {
          margin-bottom: 40px; } }
      .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h3 {
        font-family: "ObjectSans-Bold";
        font-size: 48px;
        line-height: 52px;
        color: #2A2A68;
        margin-bottom: 24px; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h3 {
            font-size: 42px;
            line-height: 48px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h3 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 16px; } }
      .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h4 {
        font-family: "ObjectSans-Bold";
        font-size: 24px;
        line-height: 32px;
        color: #2A2A68;
        margin-bottom: 4px; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h4 {
            font-size: 20px;
            line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box h4 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 16px; } }
      .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p {
        font-family: "ObjectSans-Regular";
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 24px;
        text-align: justify; }
        .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p strong {
          font-family: "ObjectSans-Bold";
          font-size: 24px;
          line-height: 32px; }
        @media only screen and (max-width: 1279px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p {
            font-size: 22px;
            line-height: 30px; }
            .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p strong {
              font-size: 22px;
              line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p {
            font-size: 16px;
            line-height: 24px; }
            .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p strong {
              font-size: 16px;
              line-height: 24px; } }
        .about-content-wrap .about-bottom-section .about-bottom-wrap .about-bottom-box p.limited-text2 {
          max-width: 620px; }
    .about-content-wrap .about-bottom-section .about-bottom-icon {
      position: absolute;
      right: 0;
      bottom: 70px; }
      @media only screen and (max-width: 767px) {
        .about-content-wrap .about-bottom-section .about-bottom-icon {
          margin-top: 0;
          right: initial;
          bottom: initial;
          position: relative;
          display: inline-block;
          width: 64px; }
          .about-content-wrap .about-bottom-section .about-bottom-icon img {
            width: 100%; } }

.about-video-wrap {
  margin-bottom: 100px; }
  .about-video-wrap video {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .about-video-wrap {
      margin-bottom: 60px; } }

.about-icon-section-wrap {
  margin-bottom: 90px; }
  .about-icon-section-wrap .about-icon-section {
    text-align: center; }
    .about-icon-section-wrap .about-icon-section .about-icon-box {
      display: inline-block;
      margin: 0 80px; }
      @media only screen and (max-width: 767px) {
        .about-icon-section-wrap .about-icon-section .about-icon-box {
          padding-bottom: 30px; } }
      .about-icon-section-wrap .about-icon-section .about-icon-box .about-icon-box-head {
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .about-icon-section-wrap .about-icon-section .about-icon-box .about-icon-box-head {
            margin-bottom: 0; } }
      .about-icon-section-wrap .about-icon-section .about-icon-box h3 {
        font-size: 32px;
        line-height: 32px;
        color: #2A2A68;
        font-family: "ObjectSans-Bold"; }
        @media only screen and (max-width: 767px) {
          .about-icon-section-wrap .about-icon-section .about-icon-box h3 {
            font-size: 24px;
            line-height: 24px; } }

.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: "ObjectSans-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 img {
    width: 100%;
    margin-bottom: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .crew-section .crew-wrap .crew-box h3 {
    font-size: 20px;
    font-family: "ObjectSans-Bold";
    margin-bottom: 10px;
    color: #fff; }
  .crew-section .crew-wrap .crew-box h4 {
    font-size: 18px;
    font-family: "ObjectSans-Regular";
    margin-bottom: 10px;
    color: #fff; }
    .crew-section .crew-wrap .crew-box h4 a {
      font-size: 18px;
      font-family: "ObjectSans-Regular";
      color: #fff; }
      .crew-section .crew-wrap .crew-box h4 a:hover {
        text-decoration: underline; }

.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: "ObjectSans-Bold";
      font-size: 48px;
      line-height: 52px;
      color: #2A2A68;
      margin-bottom: 72px;
      display: inline-block; }
      @media only screen and (max-width: 1279px) {
        .projects-holder .project-wrap-head h1 {
          font-size: 42px;
          line-height: 50px;
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        .projects-holder .project-wrap-head h1 {
          font-size: 36px;
          line-height: 42px; } }
  .projects-holder .projects-wrap .column {
    margin-bottom: 70px; }
  .projects-holder .projects-wrap .project-box .project-head {
    margin-bottom: 16px; }
    .projects-holder .projects-wrap .project-box .project-head img {
      width: 100%; }
  .projects-holder .projects-wrap .project-box .project-body p {
    margin-bottom: 16px;
    font-family: "ObjectSans-Medium";
    font-size: 24px;
    line-height: 28px;
    color: #2A2A68; }
    .projects-holder .projects-wrap .project-box .project-body p a {
      font-family: "ObjectSans-Medium";
      font-size: 24px;
      line-height: 28px;
      color: #2A2A68;
      display: inline-block; }
      .projects-holder .projects-wrap .project-box .project-body p a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 1279px) {
      .projects-holder .projects-wrap .project-box .project-body p {
        font-size: 22px;
        line-height: 26px; }
        .projects-holder .projects-wrap .project-box .project-body p a {
          font-size: 22px;
          line-height: 26px; } }
    @media only screen and (max-width: 767px) {
      .projects-holder .projects-wrap .project-box .project-body p {
        font-size: 22px;
        line-height: 24px; }
        .projects-holder .projects-wrap .project-box .project-body p a {
          font-size: 20px;
          line-height: 24px; } }
  .projects-holder .projects-wrap .project-box .project-body h4 {
    font-family: "ObjectSans-Medium";
    font-size: 16px;
    line-height: 20px;
    color: #2A2A68;
    margin-bottom: 5px; }
    .projects-holder .projects-wrap .project-box .project-body h4 a {
      font-family: "ObjectSans-Medium";
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 5px; }
      .projects-holder .projects-wrap .project-box .project-body h4 a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .projects-holder .projects-wrap .project-box .project-body h4 {
        font-size: 15px;
        line-height: 18px; }
        .projects-holder .projects-wrap .project-box .project-body h4 a {
          font-size: 15px;
          line-height: 18px; } }
  .projects-holder .projects-wrap .project-box .project-body h5 {
    font-family: "ObjectSans-Light";
    font-size: 16px;
    line-height: 20px;
    color: #2A2A68; }
    @media only screen and (max-width: 767px) {
      .projects-holder .projects-wrap .project-box .project-body h5 {
        font-size: 15px;
        line-height: 18px; }
        .projects-holder .projects-wrap .project-box .project-body h5 a {
          font-size: 15px;
          line-height: 18px; } }

.search-holder {
  position: relative;
  margin-bottom: 50px; }
  .search-holder h1 {
    font-family: "ObjectSans-Bold";
    font-size: 42px;
    line-height: 52px;
    color: #2A2A68 !important;
    margin-top: -8px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .search-holder h1 {
        display: block;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px; } }
  .search-holder .search-holder-content {
    float: right; }
    @media only screen and (max-width: 767px) {
      .search-holder .search-holder-content {
        float: none; } }
  .search-holder .select-holder {
    display: inline-block;
    width: 250px;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .search-holder .select-holder {
        width: 100%; } }
  .search-holder .search-wrap {
    display: inline-block;
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .search-holder .search-wrap {
        width: 100%; } }
    .search-holder .search-wrap input {
      padding-right: 35px;
      border: 1px solid #EAEAEB; }
      .search-holder .search-wrap input::placeholder {
        color: #2A2A68;
        font-size: 16px; }
    .search-holder .search-wrap button {
      position: absolute;
      right: 10px;
      top: 13px; }
      .search-holder .search-wrap button img {
        width: 24px; }
  @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: "ObjectSans-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-top: 200px;
  margin-bottom: 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;
    color: #2A2A68;
    font-family: "ObjectSans-Bold"; }
    @media only screen and (max-width: 1279px) {
      .contact-wrap h1 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-wrap h1 {
        font-size: 36px;
        line-height: 42px; } }
  .contact-wrap h2 {
    font-family: "ObjectSans-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%;
    margin: 80px auto;
    text-align: center; }
    .contact-wrap .contact-box-wrap .contact-box {
      width: 33%;
      text-align: center;
      display: inline-block; }
      .contact-wrap .contact-box-wrap .contact-box img {
        height: 40px;
        margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .contact-wrap .contact-box-wrap .contact-box {
        width: 100%;
        display: block;
        margin-bottom: 26px; }
        .contact-wrap .contact-box-wrap .contact-box img {
          height: 40px;
          margin-bottom: 10px; } }
    .contact-wrap .contact-box-wrap h3 a {
      font-size: 22px;
      line-height: 30px;
      color: #2A2A68; }
      @media only screen and (max-width: 1279px) {
        .contact-wrap .contact-box-wrap h3 a {
          font-size: 18px;
          line-height: 26px; } }
      @media only screen and (max-width: 1279px) {
        .contact-wrap .contact-box-wrap h3 a {
          font-size: 16px;
          line-height: 22px; } }

.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%; }
  .project-holder .project-title {
    font-size: 48px;
    line-height: 52px;
    color: #2A2A68;
    font-family: "ObjectSans-Bold";
    margin-bottom: 32px; }
    @media only screen and (max-width: 1279px) {
      .project-holder .project-title {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .project-holder .project-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
        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: "ObjectSans-Regular";
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px; }
    .project-holder .project-body .project-link a {
      font-family: "ObjectSans-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: 24px;
    line-height: 32px;
    font-family: "ObjectSans-Regular";
    color: #2A2A68;
    margin-bottom: 30px;
    text-align: justify; }
    .project-holder .project-body .project-content p b, .project-holder .project-body .project-content p strong {
      font-size: 24px;
      line-height: 32px;
      color: #2A2A68;
      font-family: "ObjectSans-Medium";
      font-weight: 900; }
    .project-holder .project-body .project-content p i, .project-holder .project-body .project-content p em {
      font-size: 24px;
      line-height: 32px;
      font-family: "ObjectSans-Regular";
      font-style: italic; }
  .project-holder .project-body .project-content h2 {
    font-size: 28px;
    font-family: "ObjectSans-Bold";
    color: #2A2A68;
    margin-bottom: 20px;
    line-height: 32px;
    text-align: justify; }
  .project-holder .project-body .project-content h3 {
    font-size: 20px;
    font-family: "ObjectSans-Bold";
    color: #2A2A68;
    margin-bottom: 10px;
    line-height: 20;
    text-align: justify; }
  .project-holder .project-body .project-content b, .project-holder .project-body .project-content strong {
    font-size: 24px;
    line-height: 32px;
    color: #2A2A68;
    font-family: "ObjectSans-Medium";
    font-weight: 900; }
  .project-holder .project-body .project-content a {
    font-size: 24px;
    line-height: 32px;
    font-family: "ObjectSans-Regular";
    color: #2A2A68; }
    .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: 24px;
      line-height: 32px;
      font-family: "ObjectSans-Regular";
      color: #2A2A68;
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative;
      text-align: justify; }
      .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: 24px;
      line-height: 32px;
      font-family: "ObjectSans-Regular";
      color: #2A2A68;
      margin-bottom: 10px;
      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: "ObjectSans-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: "ObjectSans-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-top: 180px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .terms-holder .terms-wrap {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .terms-holder .terms-wrap h1 {
    font-family: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    color: #2A2A68;
    margin-bottom: 34px; }
    @media only screen and (max-width: 767px) {
      .terms-holder .terms-wrap h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 52px; } }
  .terms-holder .terms-wrap .terms-content-wrap p {
    font-family: "ObjectSans-Regular";
    color: #2A2A68;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
    text-align: justify !important; }
    .terms-holder .terms-wrap .terms-content-wrap p b, .terms-holder .terms-wrap .terms-content-wrap p strong {
      font-size: 18px;
      line-height: 28px;
      color: #2A2A68;
      font-family: "ObjectSans-Medium";
      font-weight: 900; }
    .terms-holder .terms-wrap .terms-content-wrap p i, .terms-holder .terms-wrap .terms-content-wrap p em {
      font-size: 18px;
      line-height: 28px;
      font-family: "ObjectSans-Regular";
      font-style: italic; }
    .terms-holder .terms-wrap .terms-content-wrap p a {
      font-size: 16px;
      font-family: "ObjectSans-Regular";
      color: #B7954A;
      line-height: 20px; }
      .terms-holder .terms-wrap .terms-content-wrap p a:hover {
        text-decoration: underline; }
  .terms-holder .terms-wrap .terms-content-wrap h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: "ObjectSans-Bold";
    color: #2A2A68;
    margin-bottom: 12px; }
  .terms-holder .terms-wrap .terms-content-wrap b, .terms-holder .terms-wrap .terms-content-wrap strong {
    font-family: "ObjectSans-Medium"; }
  .terms-holder .terms-wrap .terms-content-wrap a {
    font-size: 18px;
    font-family: "ObjectSans-Regular";
    color: #B7954A;
    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: "ObjectSans-Regular";
      color: #2A2A68;
      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: "ObjectSans-Regular";
      color: #2A2A68;
      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; }
  .gallery-holder h1 {
    font-family: "ObjectSans-Bold";
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 72px;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .gallery-holder h1 {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .gallery-holder h1 {
        font-size: 40px; } }
  .gallery-holder .gallery-wrap .gallery-row a {
    display: block;
    margin-bottom: 20px; }
    .gallery-holder .gallery-wrap .gallery-row a img {
      width: 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: "ObjectSans-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: "ObjectSans-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: "ObjectSans-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(2, 82, 115, 0.5);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 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;
    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;
    min-height: 535px;
    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-logo {
      display: none; }
    @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; }
        .modal-wrap .modal-content .modal-logo {
          display: inline-block;
          position: absolute;
          top: 15px;
          left: 8%; }
          .modal-wrap .modal-content .modal-logo img {
            width: 35px; } }
    .modal-wrap .modal-content .modal-head {
      position: relative; }
      .modal-wrap .modal-content .modal-head h3 {
        font-family: "ObjectSans-Bold";
        font-size: 27px;
        color: #000; }
        @media only screen and (max-width: 767px) {
          .modal-wrap .modal-content .modal-head h3 {
            text-align: center;
            font-size: 18px;
            line-height: 1.33;
            padding: 20px 20px 0 20px; } }
    .modal-wrap .modal-content .modal-body {
      margin: 30px 0 0 0; }
    .modal-wrap .modal-content .modal-bottom button,
    .modal-wrap .modal-content .modal-bottom .cancel-form {
      width: 100%;
      display: block;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content .form-button {
        text-align: center !important; } }
    .modal-wrap .modal-content .row {
      margin-bottom: 10px; }

.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; }
  @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: 92px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .slider-holder {
      margin-top: 80px; } }
  .slider-holder h2 {
    position: absolute;
    font-size: 64px;
    color: #fff;
    font-family: "ObjectSans-Bold";
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slider-holder h2 br {
      display: none; }
    .slider-holder h2 span {
      color: #B7954A;
      font-family: "ObjectSans-Regular"; }
    @media only screen and (max-width: 1279px) {
      .slider-holder h2 {
        font-size: 44px; } }
    @media only screen and (max-width: 1023px) {
      .slider-holder h2 {
        font-size: 34px; } }
    @media only screen and (max-width: 767px) {
      .slider-holder h2 {
        font-size: 24px;
        line-height: 34px; }
        .slider-holder h2 br {
          display: block; }
        .slider-holder h2 span {
          display: none; } }
  .slider-holder .slider-wrap {
    width: 100%; }
    .slider-holder .slider-wrap .slide-item {
      width: 100%;
      position: relative; }
      .slider-holder .slider-wrap .slide-item img {
        width: 100%; }
      @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 .slider-wrap .slide-item h2 {
        position: absolute;
        font-size: 64px;
        color: #fff;
        font-family: "ObjectSans-Bold";
        width: 100%;
        text-align: center;
        top: 50%;
        z-index: 1;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .slider-holder .slider-wrap .slide-item h2 br {
          display: none; }
        .slider-holder .slider-wrap .slide-item h2 span {
          color: #B7954A;
          font-family: "ObjectSans-Regular"; }
        @media only screen and (max-width: 1279px) {
          .slider-holder .slider-wrap .slide-item h2 {
            font-size: 44px; } }
        @media only screen and (max-width: 1023px) {
          .slider-holder .slider-wrap .slide-item h2 {
            font-size: 34px; } }
        @media only screen and (max-width: 767px) {
          .slider-holder .slider-wrap .slide-item h2 {
            font-size: 24px;
            line-height: 34px; }
            .slider-holder .slider-wrap .slide-item h2 br {
              display: block; }
            .slider-holder .slider-wrap .slide-item h2 span {
              display: none; } }
  .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 #CACBCE;
    background: #CACBCE;
    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 #B7954A;
      background: #B7954A; }
  .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;
      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;
    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-next img {
      margin-left: 12px;
      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; } }

.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 #B7954A;
  color: #4b5662;
  font-size: 20px;
  font-family: "ObjectSans-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: #B7954A;
  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: #EAEAEB !important;
  color: #2A2A68 !important;
  font-family: "ObjectSans-Regular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEB !important;
  height: 48px !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: #EAEAEB !important;
  border: 1px solid #EAEAEB !important;
  border-top: none !important;
  color: #2A2A68 !important;
  font-family: "ObjectSans-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: "ObjectSans-Regular" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #2A2A68 !important;
  font-family: "ObjectSans-Regular" !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/arrow-down-blue.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/arrow-down-blue.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px !important; }

.accordion-wrap .accordion {
  position: relative;
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .accordion-wrap .accordion {
      margin-bottom: 40px; } }

.accordion-wrap .toggle-acc {
  cursor: pointer;
  position: relative; }
  .accordion-wrap .toggle-acc:hover {
    color: #B7954A !important; }

.accordion-wrap .toggle-acc span {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 12px;
  display: inline-block;
  background-image: url("/img/plus.svg");
  background-size: 100% 100%; }
  @media only screen and (max-width: 767px) {
    .accordion-wrap .toggle-acc span {
      width: 28px;
      height: 28px; } }

.accordion-wrap .open-acc {
  background-image: url("/img/minus.svg") !important;
  background-size: 100% 100%; }

.accordion-wrap .accordion {
  list-style: none;
  padding: 0; }

.accordion-wrap .accordion .active {
  display: block; }

.accordion-wrap .accordion > li {
  margin: 0.5em 0; }

.accordion-wrap .accordion > li .toggle-acc {
  width: 100%;
  display: block;
  color: #2A2A68;
  font-size: 28px;
  line-height: 32px;
  font-family: "ObjectSans-Medium";
  padding: 10px 40px 10px 0;
  transition: background 0.3s ease; }
  @media only screen and (max-width: 1279px) {
    .accordion-wrap .accordion > li .toggle-acc {
      font-size: 24px;
      line-height: 28px; } }
  @media only screen and (max-width: 1023px) {
    .accordion-wrap .accordion > li .toggle-acc {
      font-size: 22px;
      line-height: 26px;
      padding: 10px 30px 20px 0; } }
  @media only screen and (max-width: 767px) {
    .accordion-wrap .accordion > li .toggle-acc {
      font-size: 18px;
      line-height: 24px;
      padding: 10px 55px 20px 0; } }
  @media only screen and (max-width: 359px) {
    .accordion-wrap .accordion > li .toggle-acc {
      padding: 10px 25px 20px 0; } }

.accordion-wrap .accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9); }

.accordion-wrap .accordion-content-title h3 {
  color: #B58A6B !important;
  font-family: "ObjectSans-Regular" !important;
  font-size: 16px !important;
  line-height: 22px !important; }
  .accordion-wrap .accordion-content-title h3 span {
    font-family: "ObjectSans-Bold";
    line-height: 22px; }

.accordion-wrap .accordion-content {
  overflow: hidden;
  display: none; }
  .accordion-wrap .accordion-content p {
    padding: 5px 0;
    color: #2A2A68;
    font-family: "ObjectSans-Regular";
    font-size: 24px;
    line-height: 32px;
    max-width: 1150px;
    text-align: justify !important; }
    @media only screen and (max-width: 767px) {
      .accordion-wrap .accordion-content p {
        font-size: 16px;
        line-height: 20px; } }
  .accordion-wrap .accordion-content h1 {
    padding: 10px 0;
    color: #2F2C38;
    font-family: "ObjectSans-Medium";
    font-size: 32px;
    line-height: 22px;
    max-width: 820px; }
    @media only screen and (max-width: 767px) {
      .accordion-wrap .accordion-content h1 {
        font-size: 22px;
        line-height: 26px; } }
  .accordion-wrap .accordion-content h2 {
    padding: 10px 0;
    color: #2F2C38;
    font-family: "ObjectSans-Medium";
    font-size: 24px;
    line-height: 22px;
    max-width: 820px; }
    @media only screen and (max-width: 767px) {
      .accordion-wrap .accordion-content h2 {
        font-size: 20px;
        line-height: 24px; } }
  .accordion-wrap .accordion-content h3 {
    color: #2A2A68;
    font-family: "ObjectSans-Medium";
    font-size: 24px;
    line-height: 32px;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .accordion-wrap .accordion-content h3 {
        font-size: 20px;
        line-height: 22px; } }
  .accordion-wrap .accordion-content ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px; }
    .accordion-wrap .accordion-content ul li {
      position: relative;
      color: #2A2A68;
      font-family: "ObjectSans-Regular";
      font-size: 24px;
      line-height: 32px;
      max-width: 920px;
      padding-left: 20px;
      padding-bottom: 5px;
      text-align: justify !important; }
      @media only screen and (max-width: 767px) {
        .accordion-wrap .accordion-content ul li {
          font-size: 16px;
          line-height: 20px; } }
      .accordion-wrap .accordion-content ul li strong {
        font-family: "ObjectSans-Medium";
        font-size: 24px;
        line-height: 32px; }
        @media only screen and (max-width: 767px) {
          .accordion-wrap .accordion-content ul li strong {
            font-size: 16px;
            line-height: 20px; } }
      .accordion-wrap .accordion-content ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        content: '';
        background: #2F2C38;
        background-size: contain;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .accordion-wrap .accordion-content ul li:last-child {
        margin: 0; }
      .accordion-wrap .accordion-content ul li * {
        line-height: inherit !important; }
      @media only screen and (max-width: 767px) {
        .accordion-wrap .accordion-content ul li {
          font-size: 15px; } }
  .accordion-wrap .accordion-content a {
    color: #000;
    font-family: "ObjectSans-Medium";
    font-size: 16px;
    line-height: 22px;
    max-width: 520px; }
    .accordion-wrap .accordion-content a:hover {
      text-decoration: underline; }
  .accordion-wrap .accordion-content .button {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 50px; }
    .accordion-wrap .accordion-content .button:hover {
      text-decoration: none; }
  .accordion-wrap .accordion-content strong, .accordion-wrap .accordion-content b {
    font-weight: 900 !important; }
  .accordion-wrap .accordion-content i, .accordion-wrap .accordion-content em {
    font-style: italic; }

.trening-text {
  color: #2A2A68;
  font-family: "ObjectSans-Regular";
  font-size: 24px;
  line-height: 32px;
  max-width: 620px;
  margin-bottom: 100px;
  margin-top: -45px;
  text-align: justify; }
  @media only screen and (max-width: 767px) {
    .trening-text {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 40px;
      margin-top: 0; } }

.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: "ObjectSans-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: "ObjectSans-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: 60px 0 90px; }
  @media only screen and (max-width: 767px) {
    .contact-map {
      padding: 40px 0px; } }

#cookieConsent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 500px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif; }
  #cookieConsent h3 {
    line-height: 1.4;
    font-family: "ObjectSans-Regular"; }
  #cookieConsent p {
    line-height: 1.2;
    font-family: "ObjectSans-Regular"; }
  #cookieConsent .cookie-toggle {
    margin: 10px 0; }
  #cookieConsent .cookie-toggle label {
    margin-left: 10px; }
  #cookieConsent .cookie-buttons {
    margin-top: 15px; }
  #cookieConsent input {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important; }
  #cookieConsent button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer; }
  #cookieConsent #acceptAll {
    background: #2ecc71;
    color: white; }
  #cookieConsent #saveSettings {
    background: #3498db;
    color: white; }

.mb10 {
  margin-bottom: 10px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.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; } }

.full-txt {
  text-align: justify; }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }

.empty-text {
  color: #2A2A68 !important;
  text-align: center;
  margin-top: 80px;
  font-size: 32px;
  font-family: "ObjectSans-Medium"; }
