@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: 'centernoregular';
  src: url("/fonts/centrano2-book.otf"); }

@font-face {
  font-family: 'centernolight';
  src: url("/fonts/centrano2-light.otf"); }

@font-face {
  font-family: 'centernoitalic';
  src: url("/fonts/centrano2-bookitalic.otf"); }

@font-face {
  font-family: 'centernomedium';
  src: url("/fonts/centrano2-medium.otf"); }

@font-face {
  font-family: 'centernobold';
  src: url("/fonts/centrano2-bold.otf"); }

/* ========== 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: "centernoregular";
  background-color: #F5FF9E;
  color: #12283A;
  height: 70px;
  line-height: 70px;
  padding: 0 24px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button img {
    margin-left: 42px;
    margin-top: 29px;
    width: 34px; }
  .button:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8; }

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

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

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

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

.field {
  margin-bottom: 60px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .field {
      margin-bottom: 40px; } }
  .field input {
    width: 100%;
    display: block;
    padding: 0;
    color: #F5FF9E;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F5FF9E;
    font-size: 18px;
    font-family: "centernoregular";
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: #F5FF9E;
      font-size: 18px; }
      @media only screen and (max-width: 767px) {
        .field input::placeholder {
          font-size: 14px; } }
  .field textarea {
    font-family: "centernoregular";
    width: 100%;
    color: #F5FF9E;
    height: 80px;
    border-bottom: 1px solid #F5FF9E;
    font-size: 18px;
    resize: none;
    margin-top: 10px; }
    .field textarea::placeholder {
      color: #F5FF9E;
      font-size: 18px; }
  .field label {
    font-family: "centernoregular";
    font-size: 0.875em;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    color: #12283A; }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "centernoregular";
    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: #12283A;
  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;
  display: inline-block;
  margin-bottom: 40px; }
  .checkbox:last-child {
    padding: 0; }
  .checkbox label {
    font-family: "centernoregular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    color: #12283A;
    padding-left: 30px; }
    .checkbox label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #12283A; }
    .checkbox label:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -30px;
      border: 2px solid #12283A;
      -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; }
    .checkbox label:after {
      position: absolute;
      content: "";
      top: 5px;
      left: 5px;
      width: 11px;
      height: 11px;
      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; }
  .checkbox input {
    visibility: hidden;
    height: 0; }
    .checkbox 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: #12283A;
      border: 2px solid #12283A;
      color: #000; }
    .checkbox 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: #12283A;
      border: 2px solid #12283A;
      color: #000; }

.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: "centernoregular";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    color: #12283A; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #12283A; }
    .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 #12283A;
      -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: #12283A;
      border: 2px solid #12283A;
      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: #12283A;
      border: 2px solid #12283A;
      color: #000; }

header {
  height: 100px;
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F0EFED; }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 40px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      header .header-wrap {
        padding-top: 40px; } }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 35px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header-logo {
          top: 28px; } }
      header .header-wrap .header-logo img {
        width: 240px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 140px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .yellow-logo {
      display: none; }
    header .header-wrap .black-logo {
      display: inline-block; }
    header .header-wrap .yellow-lang {
      display: none; }
    header .header-wrap .black-lang {
      display: inline-block; }
    header .header-wrap .menu-wrap {
      width: 100%; }
      header .header-wrap .menu-wrap ul {
        display: inline-block;
        float: right; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .menu-wrap ul {
            display: block;
            float: none; } }
        header .header-wrap .menu-wrap ul li {
          margin-left: 42px;
          display: inline-block; }
          @media only screen and (max-width: 1023px) {
            header .header-wrap .menu-wrap ul li {
              margin-left: 20px; }
              header .header-wrap .menu-wrap ul li:last-child {
                margin-right: 0; } }
          @media only screen and (max-width: 767px) {
            header .header-wrap .menu-wrap ul li {
              margin-left: 0; } }
          header .header-wrap .menu-wrap ul li a {
            font-family: "centernoregular";
            font-size: 16px;
            color: #12283A;
            line-height: 32px;
            text-transform: uppercase; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              header .header-wrap .menu-wrap ul li a.active-menu {
                text-decoration: underline; } }
          header .header-wrap .menu-wrap ul li.lang-wrap {
            position: relative;
            padding-bottom: 20px;
            padding-top: 3px; }
            header .header-wrap .menu-wrap ul li.lang-wrap .lang-box {
              background: #F5FF9E;
              padding: 12px 16px;
              position: absolute;
              top: 30px;
              right: 0;
              display: none;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px; }
              header .header-wrap .menu-wrap ul li.lang-wrap .lang-box a {
                display: block;
                color: #12283A;
                font-size: 16px;
                line-height: 18px; }
                header .header-wrap .menu-wrap ul li.lang-wrap .lang-box a:first-child {
                  margin-bottom: 12px; }
            header .header-wrap .menu-wrap ul li.lang-wrap:hover {
              -webkit-transition: 0.2s;
              -moz-transition: 0.2s;
              -ms-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
              header .header-wrap .menu-wrap ul li.lang-wrap:hover .lang-box {
                display: block; }
      @media only screen and (max-width: 1023px) {
        header .header-wrap .menu-wrap {
          padding-left: 200px; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap .menu-wrap {
          display: none; } }
  header.mob-active {
    background-color: #10212F !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: #10212F;
      -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: #F5FF9E !important; }
    header.mob-active .menu-wrap {
      padding-left: 20px !important;
      padding-top: 10px; }
      header.mob-active .menu-wrap ul li {
        display: block;
        margin-bottom: 30px; }
        header.mob-active .menu-wrap ul li a {
          color: #F5FF9E !important; }
    header.mob-active .lang-wrap {
      display: block;
      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; }
    header.mob-active .yellow-logo {
      display: inline-block; }
    header.mob-active .black-logo {
      display: none; }
  header.index-header {
    background-color: #10212F; }
    header.index-header .yellow-logo {
      display: inline-block; }
    header.index-header .black-logo {
      display: none; }
    header.index-header .yellow-lang {
      display: inline-block; }
    header.index-header .black-lang {
      display: none; }
    header.index-header .menu-wrap ul li a {
      color: #F5FF9E; }
      header.index-header .menu-wrap ul li a:hover {
        text-decoration: underline; }
      @media only screen and (min-width: 768px) {
        header.index-header .menu-wrap ul li a.active-menu {
          text-decoration: underline; } }
    header.index-header .menu-wrap ul li.lang-wrap .lang-box {
      background: #F5FF9E; }
      header.index-header .menu-wrap ul li.lang-wrap .lang-box a {
        color: #12283A; }
  header.about-header {
    background-color: #959490; }
    header.about-header .yellow-logo {
      display: inline-block; }
    header.about-header .black-logo {
      display: none; }
    header.about-header .yellow-lang {
      display: inline-block; }
    header.about-header .black-lang {
      display: none; }
    header.about-header .menu-wrap ul li a {
      color: #F5FF9E; }
      header.about-header .menu-wrap ul li a:hover {
        text-decoration: underline; }
      @media only screen and (min-width: 768px) {
        header.about-header .menu-wrap ul li a.active-menu {
          text-decoration: underline; } }
    header.about-header .menu-wrap ul li.lang-wrap .lang-box {
      background: #F5FF9E; }
      header.about-header .menu-wrap ul li.lang-wrap .lang-box a {
        color: #12283A; }

.menu-burger {
  perspective: 500px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 28px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      display: inline-block; } }
  .menu-burger.expanded {
    top: 35px; }
    .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: #12283A;
    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; }

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

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

footer {
  margin-top: 20px;
  margin-bottom: 20px; }
  footer .footer-wrap {
    padding: 80px 0;
    background: #F0EFED;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    footer .footer-wrap .footer-logo-wrap .footer-logo {
      margin-bottom: 80px; }
      footer .footer-wrap .footer-logo-wrap .footer-logo img {
        width: 160px; }
      @media only screen and (max-width: 767px) {
        footer .footer-wrap .footer-logo-wrap .footer-logo {
          margin-bottom: 32px; } }
    footer .footer-wrap .footer-logo-wrap p {
      color: #12283A;
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 1.2; }
      @media only screen and (max-width: 1279px) {
        footer .footer-wrap .footer-logo-wrap p {
          font-size: 16px;
          margin-bottom: 20px; } }
    footer .footer-wrap .footer-info h3 {
      color: #12283A;
      margin-bottom: 25px;
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 1; }
    footer .footer-wrap .footer-info p {
      color: #12283A;
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 1.2; }
      @media only screen and (max-width: 1279px) {
        footer .footer-wrap .footer-info p {
          font-size: 16px; } }
    footer .footer-wrap .footer-info a {
      color: #12283A;
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 1.2;
      display: inline-block; }
      @media only screen and (max-width: 1279px) {
        footer .footer-wrap .footer-info a {
          font-size: 16px; } }
      footer .footer-wrap .footer-info a:hover {
        text-decoration: underline; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "centernoregular";
  background-color: #F0EFED;
  padding-top: 100px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  body.grey-color {
    background-color: #959490; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 80px; } }

.inner {
  width: 1320px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
  border-right: 1px solid #3E505D;
  border-left: 1px solid #3E505D;
  z-index: 9;
  padding: 0 10px; }
  .inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 33.3%;
    background-color: #3E505D;
    z-index: 9; }
  .inner:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 33.3%;
    background-color: #3E505D;
    z-index: 9; }
  @media only screen and (max-width: 1279px) {
    .inner {
      border: none !important;
      padding: 0 !important; }
      .inner:before {
        display: none !important; }
      .inner:after {
        display: none !important; } }
  .inner.blue-line {
    border-right: 1px solid #C4C7CA;
    border-left: 1px solid #C4C7CA;
    z-index: 9; }
    .inner.blue-line:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 33.3%;
      background-color: #C4C7CA;
      z-index: 9; }
    .inner.blue-line:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 33.3%;
      background-color: #C4C7CA;
      z-index: 9; }
  .inner.three-line:before {
    display: none !important; }
  .inner.no-line {
    border: none !important; }
    .inner.no-line:after {
      display: none !important; }
    .inner.no-line:before {
      display: none !important; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

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

.fixed-inner {
  width: 1320px;
  max-width: 94%;
  margin: 0 auto;
  top: 160px;
  left: 3%;
  right: 3%;
  position: fixed;
  z-index: 99999; }
  .fixed-inner:after {
    content: "";
    display: table;
    clear: both; }
  .fixed-inner.no-fix {
    margin-top: 640px;
    left: 0;
    right: 0;
    max-width: 100%;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .fixed-inner.no-fix {
        margin-top: 220px; } }

.main {
  background-color: #10212F; }
  .main .home-intro {
    min-height: 1600px;
    padding-top: 120px; }
    @media only screen and (max-width: 1279px) {
      .main .home-intro {
        min-height: 1340px; } }
    @media only screen and (max-width: 767px) {
      .main .home-intro {
        min-height: initial;
        padding-top: 20px;
        padding-bottom: 60px; } }
    .main .home-intro h1 {
      font-size: 130px;
      color: #F5FF9E;
      font-family: "centernoregular";
      display: inline-block;
      max-width: 760px;
      position: relative;
      z-index: 99; }
      @media only screen and (max-width: 1440px) {
        .main .home-intro h1 {
          font-size: 110px;
          max-width: 650px; } }
      @media only screen and (max-width: 1279px) {
        .main .home-intro h1 {
          font-size: 80px;
          max-width: 550px; } }
      @media only screen and (max-width: 1023px) {
        .main .home-intro h1 {
          font-size: 70px;
          max-width: 500px; } }
      @media only screen and (max-width: 767px) {
        .main .home-intro h1 {
          font-size: 40px;
          max-width: 300px;
          margin-bottom: 80px; } }
    .main .home-intro .title2 {
      font-size: 130px;
      color: #F5FF9E;
      font-family: "centernoregular";
      display: inline-block;
      max-width: 960px;
      position: relative;
      z-index: 99;
      margin-top: 560px; }
      @media only screen and (max-width: 1440px) {
        .main .home-intro .title2 {
          font-size: 110px;
          max-width: 650px; } }
      @media only screen and (max-width: 1279px) {
        .main .home-intro .title2 {
          font-size: 80px;
          max-width: 550px; } }
      @media only screen and (max-width: 1023px) {
        .main .home-intro .title2 {
          font-size: 70px;
          max-width: 500px; } }
      @media only screen and (max-width: 767px) {
        .main .home-intro .title2 {
          margin-top: 580px;
          font-size: 40px;
          max-width: 300px;
          margin-bottom: 80px; } }
    .main .home-intro .x-symbol {
      display: inline-block;
      width: 560px;
      float: right;
      z-index: 99;
      position: absolute;
      right: -70px;
      top: -50px; }
      @media only screen and (max-width: 1279px) {
        .main .home-intro .x-symbol {
          width: 460px;
          right: -50px; } }
      @media only screen and (max-width: 767px) {
        .main .home-intro .x-symbol {
          width: 90%;
          right: initial;
          left: 5%;
          top: 40px; } }
      .main .home-intro .x-symbol img {
        display: none; }
        .main .home-intro .x-symbol img.active-image {
          display: inline-block; }
      .main .home-intro .x-symbol img {
        width: 100%; }
  .main .home-section1 {
    margin-bottom: 250px; }
    @media only screen and (max-width: 1023px) {
      .main .home-section1 {
        margin-bottom: 140px; } }
    @media only screen and (max-width: 767px) {
      .main .home-section1 {
        margin-bottom: 100px; } }
    .main .home-section1 h3 {
      font-family: "centernoregular";
      font-size: 26px;
      color: #F5FF9E;
      margin-bottom: 56px; }
    .main .home-section1 .home-box-wrap {
      position: relative; }
      .main .home-section1 .home-box-wrap h2 {
        font-family: "centernoregular";
        font-size: 138px;
        line-height: 100px;
        color: #F5FF9E;
        margin-bottom: 80px;
        position: relative;
        z-index: 99; }
        @media only screen and (max-width: 1440px) {
          .main .home-section1 .home-box-wrap h2 {
            font-size: 110px;
            line-height: 80px;
            max-width: 600px; } }
        @media only screen and (max-width: 1279px) {
          .main .home-section1 .home-box-wrap h2 {
            font-size: 90px;
            line-height: 80px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 1023px) {
          .main .home-section1 .home-box-wrap h2 {
            font-size: 80px;
            line-height: 70px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 767px) {
          .main .home-section1 .home-box-wrap h2 {
            font-size: 40px;
            line-height: 36px;
            margin-bottom: 40px; } }
      .main .home-section1 .home-box-wrap p {
        font-family: "centernoregular";
        font-size: 26px;
        line-height: 34px;
        color: #F5FF9E;
        max-width: 380px;
        position: relative;
        z-index: 99; }
        @media only screen and (max-width: 1023px) {
          .main .home-section1 .home-box-wrap p {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .main .home-section1 .home-box-wrap p {
            font-size: 20px;
            line-height: 28px; } }
      .main .home-section1 .home-box-wrap .home-box-animation {
        position: absolute;
        width: 860px;
        top: 94px;
        right: 0;
        z-index: 98; }
        .main .home-section1 .home-box-wrap .home-box-animation img {
          width: 100%; }
        .main .home-section1 .home-box-wrap .home-box-animation video {
          width: 100%;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px; }
        @media only screen and (max-width: 1023px) {
          .main .home-section1 .home-box-wrap .home-box-animation {
            width: 100%;
            position: relative;
            top: initial;
            right: initial;
            margin-top: 40px; } }
  .main .home-section2 {
    margin-bottom: 240px; }
    @media only screen and (max-width: 1279px) {
      .main .home-section2 {
        margin-bottom: 140px; } }
    @media only screen and (max-width: 767px) {
      .main .home-section2 {
        margin-bottom: 100px; } }
    .main .home-section2 .home-box-wrap {
      position: relative;
      z-index: 99; }
      .main .home-section2 .home-box-wrap .home-box-animation {
        display: inline-block;
        width: 560px;
        margin-right: 80px;
        position: relative;
        z-index: 98; }
        .main .home-section2 .home-box-wrap .home-box-animation img {
          width: 100%;
          margin-top: 140px; }
        .main .home-section2 .home-box-wrap .home-box-animation video {
          width: 100%;
          margin-top: 140px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px; }
        @media only screen and (max-width: 1279px) {
          .main .home-section2 .home-box-wrap .home-box-animation {
            margin-right: 20px; } }
        @media only screen and (max-width: 1023px) {
          .main .home-section2 .home-box-wrap .home-box-animation {
            width: 100%;
            position: relative;
            top: initial;
            right: initial;
            margin-top: 0; }
            .main .home-section2 .home-box-wrap .home-box-animation img {
              margin-top: 40px; }
            .main .home-section2 .home-box-wrap .home-box-animation video {
              margin-top: 40px; } }
      .main .home-section2 .home-box-wrap .home-box-content {
        display: inline-block;
        float: right;
        margin-right: 120px; }
        @media only screen and (max-width: 1279px) {
          .main .home-section2 .home-box-wrap .home-box-content {
            margin-right: 0; } }
        @media only screen and (max-width: 1023px) {
          .main .home-section2 .home-box-wrap .home-box-content {
            display: block;
            float: none;
            margin-right: initial; } }
        .main .home-section2 .home-box-wrap .home-box-content h2 {
          font-family: "centernoregular";
          font-size: 138px;
          line-height: 100px;
          color: #F5FF9E;
          margin-bottom: 80px;
          position: relative;
          z-index: 99; }
          @media only screen and (max-width: 1440px) {
            .main .home-section2 .home-box-wrap .home-box-content h2 {
              font-size: 110px;
              line-height: 80px;
              max-width: 600px; } }
          @media only screen and (max-width: 1279px) {
            .main .home-section2 .home-box-wrap .home-box-content h2 {
              font-size: 90px;
              line-height: 80px;
              margin-bottom: 60px; } }
          @media only screen and (max-width: 1023px) {
            .main .home-section2 .home-box-wrap .home-box-content h2 {
              font-size: 80px;
              line-height: 70px;
              margin-bottom: 60px; } }
          @media only screen and (max-width: 767px) {
            .main .home-section2 .home-box-wrap .home-box-content h2 {
              font-size: 40px;
              line-height: 36px;
              margin-bottom: 40px; } }
        .main .home-section2 .home-box-wrap .home-box-content p {
          font-family: "centernoregular";
          font-size: 26px;
          line-height: 34px;
          color: #F5FF9E;
          max-width: 380px;
          position: relative;
          z-index: 99; }
          @media only screen and (max-width: 1279px) {
            .main .home-section2 .home-box-wrap .home-box-content p {
              font-size: 22px;
              line-height: 30px; } }
          @media only screen and (max-width: 767px) {
            .main .home-section2 .home-box-wrap .home-box-content p {
              font-size: 20px;
              line-height: 28px; } }
  .main .home-section3 {
    padding-bottom: 240px; }
    @media only screen and (max-width: 1279px) {
      .main .home-section3 {
        padding-bottom: 140px; } }
    @media only screen and (max-width: 767px) {
      .main .home-section3 {
        padding-bottom: 100px; } }
    .main .home-section3 .home-box-wrap {
      position: relative; }
      .main .home-section3 .home-box-wrap .home-box-content h2 {
        font-family: "centernoregular";
        font-size: 138px;
        line-height: 100px;
        color: #F5FF9E;
        margin-bottom: 80px;
        position: relative;
        z-index: 99; }
        @media only screen and (max-width: 1440px) {
          .main .home-section3 .home-box-wrap .home-box-content h2 {
            font-size: 110px;
            line-height: 80px;
            max-width: 600px; } }
        @media only screen and (max-width: 1279px) {
          .main .home-section3 .home-box-wrap .home-box-content h2 {
            font-size: 90px;
            line-height: 80px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 1023px) {
          .main .home-section3 .home-box-wrap .home-box-content h2 {
            font-size: 80px;
            line-height: 70px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 767px) {
          .main .home-section3 .home-box-wrap .home-box-content h2 {
            font-size: 40px;
            line-height: 36px;
            margin-bottom: 40px; } }
      .main .home-section3 .home-box-wrap .home-box-content p {
        font-family: "centernoregular";
        font-size: 26px;
        line-height: 34px;
        color: #F5FF9E;
        max-width: 380px;
        position: relative;
        z-index: 99;
        display: inline-block;
        margin-right: 120px; }
        @media only screen and (max-width: 1023px) {
          .main .home-section3 .home-box-wrap .home-box-content p {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .main .home-section3 .home-box-wrap .home-box-content p {
            font-size: 20px;
            line-height: 28px; } }
      .main .home-section3 .home-box-wrap .home-box-animation {
        position: absolute;
        width: 660px;
        top: -60px;
        right: 0;
        z-index: 98; }
        .main .home-section3 .home-box-wrap .home-box-animation img {
          width: 100%; }
        .main .home-section3 .home-box-wrap .home-box-animation video {
          width: 100%;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px; }
        @media only screen and (max-width: 1023px) {
          .main .home-section3 .home-box-wrap .home-box-animation {
            width: 100%;
            position: relative;
            top: initial;
            right: initial;
            margin-top: 0; }
            .main .home-section3 .home-box-wrap .home-box-animation img {
              margin-top: 40px; }
            .main .home-section3 .home-box-wrap .home-box-animation video {
              margin-top: 40px; } }

.carrers-holder .carrers-wrap {
  padding: 140px 0 220px; }
  @media only screen and (max-width: 767px) {
    .carrers-holder .carrers-wrap {
      padding: 40px 0; } }
  .carrers-holder .carrers-wrap .carrers-head {
    position: relative;
    margin-bottom: 240px; }
    @media only screen and (max-width: 767px) {
      .carrers-holder .carrers-wrap .carrers-head {
        margin-bottom: 40px; } }
    .carrers-holder .carrers-wrap .carrers-head h2 {
      font-family: "centernoregular";
      font-size: 130px;
      line-height: 110px;
      color: #12283A;
      position: relative;
      z-index: 99; }
      @media only screen and (max-width: 1440px) {
        .carrers-holder .carrers-wrap .carrers-head h2 {
          font-size: 110px;
          line-height: 80px;
          max-width: 800px; } }
      @media only screen and (max-width: 1279px) {
        .carrers-holder .carrers-wrap .carrers-head h2 {
          font-size: 64px;
          line-height: 60px;
          max-width: 500px; } }
      @media only screen and (max-width: 767px) {
        .carrers-holder .carrers-wrap .carrers-head h2 {
          font-size: 40px;
          line-height: 40px;
          max-width: 500px; } }
    .carrers-holder .carrers-wrap .carrers-head h3 {
      font-family: "centernoregular";
      font-size: 26px;
      line-height: 34px;
      color: #12283A; }
      @media only screen and (max-width: 767px) {
        .carrers-holder .carrers-wrap .carrers-head h3 {
          font-size: 20px;
          line-height: 30px; } }
    .carrers-holder .carrers-wrap .carrers-head img {
      position: absolute;
      right: 0;
      margin-top: -30px; }
      @media only screen and (max-width: 767px) {
        .carrers-holder .carrers-wrap .carrers-head img {
          position: relative;
          right: initial;
          margin-top: 20px; } }
  @media only screen and (max-width: 1279px) {
    .carrers-holder .carrers-wrap .carrers-body .carrers-box1 {
      margin-bottom: 40px; } }
  .carrers-holder .carrers-wrap .carrers-body .carrers-box1 p {
    font-family: "centernoregular";
    font-size: 26px;
    line-height: 34px;
    color: #12283A;
    max-width: 320px;
    margin-bottom: 200px; }
    @media only screen and (max-width: 1279px) {
      .carrers-holder .carrers-wrap .carrers-body .carrers-box1 p {
        margin-bottom: 40px; } }
  .carrers-holder .carrers-wrap .carrers-body .carrers-box1 img {
    max-width: 310px; }
  .carrers-holder .carrers-wrap .carrers-body .carrers-box2 {
    padding-left: 5px; }
    .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item {
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item {
          margin-bottom: 40px; } }
      .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item span {
        width: 80px;
        display: inline-block; }
        .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item span img {
          padding-top: 5px;
          max-width: 100%; }
      .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item p {
        font-family: "centernoregular";
        font-size: 26px;
        line-height: 34px;
        color: #12283A;
        display: inline-block;
        max-width: 220px; }
        @media only screen and (max-width: 767px) {
          .carrers-holder .carrers-wrap .carrers-body .carrers-box2 .carrers-box-item p {
            font-size: 22px;
            line-height: 28px;
            max-width: 180px; } }
  .carrers-holder .carrers-wrap .carrers-body .carrers-box3 {
    padding-left: 10px; }
    .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item {
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item {
          margin-bottom: 40px; } }
      .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item span {
        width: 80px;
        display: inline-block; }
        .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item span img {
          padding-top: 5px;
          max-width: 100%; }
      .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item p {
        font-family: "centernoregular";
        font-size: 26px;
        line-height: 34px;
        color: #12283A;
        display: inline-block;
        max-width: 240px; }
        @media only screen and (max-width: 767px) {
          .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item p {
            font-size: 22px;
            line-height: 28px;
            max-width: 180px; } }
      .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item .button {
        width: 290px; }
        .carrers-holder .carrers-wrap .carrers-body .carrers-box3 .carrers-box-item .button img {
          float: right; }

.home-projects-holder .home-projects-head {
  padding-bottom: 100px;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .home-projects-holder .home-projects-head {
      padding-bottom: 40px; } }
  .home-projects-holder .home-projects-head h2 {
    font-family: "centernoregular";
    font-size: 130px;
    line-height: 110px;
    color: #12283A;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1440px) {
      .home-projects-holder .home-projects-head h2 {
        font-size: 110px;
        line-height: 80px; } }
    @media only screen and (max-width: 1279px) {
      .home-projects-holder .home-projects-head h2 {
        font-size: 78px;
        line-height: 78px; } }
    @media only screen and (max-width: 767px) {
      .home-projects-holder .home-projects-head h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .home-projects-holder .home-projects-head p {
    font-family: "centernoregular";
    font-size: 26px;
    line-height: 34px;
    color: #12283A;
    max-width: 640px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1279px) {
      .home-projects-holder .home-projects-head p {
        font-size: 22px;
        line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .home-projects-holder .home-projects-head p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px; } }
  .home-projects-holder .home-projects-head a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .home-projects-holder .home-projects-head a img {
      margin-left: 10px;
      margin-top: 4px; }
    .home-projects-holder .home-projects-head a:hover {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .home-projects-holder .home-projects-head a:hover img {
        margin-left: 20px; }

.home-projects-slider-holder {
  position: relative; }
  .home-projects-slider-holder .inner {
    background-color: green;
    padding: 0 !important;
    border: none !important; }
  .home-projects-slider-holder .line-mask {
    position: absolute;
    height: 800px;
    width: 100%;
    z-index: 98;
    border-right: 1px solid #C4C7CA;
    border-left: 1px solid #C4C7CA; }
    .home-projects-slider-holder .line-mask:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 33.3%;
      background-color: #C4C7CA;
      z-index: 9; }
    .home-projects-slider-holder .line-mask:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      right: 33.3%;
      background-color: #C4C7CA;
      z-index: 9; }
    @media only screen and (max-width: 1279px) {
      .home-projects-slider-holder .line-mask {
        border-right: none !important;
        border-left: none !important; }
        .home-projects-slider-holder .line-mask:after {
          display: none !important; }
        .home-projects-slider-holder .line-mask:before {
          display: none !important; } }

.home-projects-slider {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 99; }
  .home-projects-slider .project-item {
    display: inline-block;
    margin: 0 10px; }
    .home-projects-slider .project-item a {
      display: block; }
      .home-projects-slider .project-item a:hover span img {
        transform-origin: left;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        transform: scale(2, 2); }
    .home-projects-slider .project-item .project-item-head {
      margin-bottom: 40px; }
      .home-projects-slider .project-item .project-item-head img {
        width: 100%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
    .home-projects-slider .project-item .project-item-box p {
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 20px;
      max-width: 290px;
      margin-bottom: 20px; }

.home-slider-wrap .inner {
  background-color: green;
  padding: 0 !important;
  border: none !important; }

.home-slider-wrap .line-mask {
  position: absolute;
  height: 800px;
  width: 100%;
  z-index: 98;
  border-right: 1px solid #C4C7CA;
  border-left: 1px solid #C4C7CA; }
  .home-slider-wrap .line-mask:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 33.3%;
    background-color: #C4C7CA;
    z-index: 9; }
  .home-slider-wrap .line-mask:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 33.3%;
    background-color: #C4C7CA;
    z-index: 9; }
  @media only screen and (max-width: 1279px) {
    .home-slider-wrap .line-mask {
      border-right: none !important;
      border-left: none !important; }
      .home-slider-wrap .line-mask:after {
        display: none !important; }
      .home-slider-wrap .line-mask:before {
        display: none !important; } }

.home-slider-wrap .home-slider {
  position: relative;
  z-index: 99; }
  .home-slider-wrap .home-slider .project-item {
    display: inline-block;
    margin: 0 10px; }
    .home-slider-wrap .home-slider .project-item a {
      display: block; }
      .home-slider-wrap .home-slider .project-item a span {
        display: inline-block;
        padding-bottom: 10px; }
      .home-slider-wrap .home-slider .project-item a:hover span img {
        transform-origin: left;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        transform: scale(2, 2); }
    .home-slider-wrap .home-slider .project-item .project-item-head {
      margin-bottom: 40px; }
      .home-slider-wrap .home-slider .project-item .project-item-head img {
        width: 100%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
    .home-slider-wrap .home-slider .project-item .project-item-box p {
      font-family: "centernoregular";
      font-size: 18px;
      line-height: 20px;
      max-width: 290px;
      margin-bottom: 20px; }

.projects-holder .projects-title {
  padding-top: 140px;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .projects-holder .projects-title {
      padding-top: 20px; } }
  .projects-holder .projects-title h1 {
    font-family: "centernoregular";
    font-size: 130px;
    color: #12283A;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1440px) {
      .projects-holder .projects-title h1 {
        font-size: 110px;
        line-height: 90px; } }
    @media only screen and (max-width: 1279px) {
      .projects-holder .projects-title h1 {
        font-size: 60px;
        line-height: 58px; } }
    @media only screen and (max-width: 767px) {
      .projects-holder .projects-title h1 {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 30px; } }
  .projects-holder .projects-title p {
    font-family: "centernoregular";
    font-size: 26px;
    line-height: 34px;
    color: #12283A;
    margin-bottom: 80px;
    max-width: 750px; }
    @media only screen and (max-width: 1279px) {
      .projects-holder .projects-title p {
        font-size: 22px;
        line-height: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .projects-holder .projects-title p {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
        margin-bottom: 30px; } }

.projects-holder .project-list-wrap {
  position: relative;
  z-index: 99; }
  .projects-holder .project-list-wrap .column {
    padding-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .projects-holder .project-list-wrap .column {
        padding-bottom: 60px; } }

.projects-holder .project-box {
  display: block; }
  .projects-holder .project-box .project-box-head {
    margin-bottom: 40px; }
    .projects-holder .project-box .project-box-head img {
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .projects-holder .project-box .project-box-head {
        margin-bottom: 20px; } }
  .projects-holder .project-box p {
    font-family: "centernoregular";
    font-size: 18px;
    line-height: 20px;
    max-width: 290px;
    margin-bottom: 20px; }
  .projects-holder .project-box span {
    display: inline-block; }
    .projects-holder .project-box span img {
      display: inline-block;
      transform-origin: left;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .projects-holder .project-box:hover span img {
    transform-origin: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2); }

.partners-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .partners-section {
      margin-bottom: 90px; } }
  @media only screen and (max-width: 767px) {
    .partners-section .partners-head {
      margin-bottom: 48px; } }
  .partners-section .partners-head h2 {
    font-family: "centernoregular";
    font-size: 72px;
    line-height: 76px;
    margin-bottom: 140px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .partners-section .partners-head h2 {
        font-size: 40px;
        line-height: 44px;
        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: "centernoregular";
      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: 86px; }
      .partners-section .partners-wrap .marquee-image img {
        display: inline-block;
        margin: 0 20px;
        height: 86px; }
      @media only screen and (max-width: 767px) {
        .partners-section .partners-wrap .marquee-image {
          width: 100%;
          height: 46px; }
          .partners-section .partners-wrap .marquee-image img {
            height: 46px; } }

.home-partners-holder {
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin-top: 100px;
  display: none !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .home-partners-holder .home-partners-wrap {
    position: relative;
    z-index: 99;
    padding-top: 60px; }
    @media only screen and (max-width: 767px) {
      .home-partners-holder .home-partners-wrap {
        padding-top: 40px; } }
    .home-partners-holder .home-partners-wrap h2 {
      font-family: "centernoregular";
      color: #12283A;
      font-size: 130px;
      line-height: 110px;
      max-width: 750px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1440px) {
        .home-partners-holder .home-partners-wrap h2 {
          font-size: 110px;
          line-height: 90px;
          max-width: 680px; } }
      @media only screen and (max-width: 1279px) {
        .home-partners-holder .home-partners-wrap h2 {
          font-size: 80px;
          line-height: 80px;
          max-width: 680px; } }
      @media only screen and (max-width: 767px) {
        .home-partners-holder .home-partners-wrap h2 {
          font-size: 36px;
          line-height: 36px;
          max-width: 100%;
          margin-bottom: 20px; } }
    .home-partners-holder .home-partners-wrap h3 {
      font-family: "centernoregular";
      color: #12283A;
      font-size: 26px;
      padding-top: 15px; }
      @media only screen and (max-width: 767px) {
        .home-partners-holder .home-partners-wrap h3 {
          padding-top: 0;
          margin-bottom: 10px; } }
  .home-partners-holder .partners-list-wrap {
    padding-bottom: 40px; }
    .home-partners-holder .partners-list-wrap img {
      width: 100%;
      position: relative;
      z-index: 99; }

.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; }

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

.about-us-holder {
  background-color: #959490; }
  .about-us-holder .about-us-head {
    padding-top: 140px;
    padding-bottom: 255px;
    position: relative;
    z-index: 99; }
    @media only screen and (max-width: 1279px) {
      .about-us-holder .about-us-head {
        padding-bottom: 100px; } }
    @media only screen and (max-width: 767px) {
      .about-us-holder .about-us-head {
        padding-top: 40px; } }
    .about-us-holder .about-us-head h1 {
      font-family: "centernoregular";
      color: #F5FF9E;
      font-size: 130px;
      line-height: 120px; }
      @media only screen and (max-width: 1440px) {
        .about-us-holder .about-us-head h1 {
          font-size: 110px;
          line-height: 90px;
          max-width: 680px; } }
      @media only screen and (max-width: 1279px) {
        .about-us-holder .about-us-head h1 {
          font-size: 80px;
          line-height: 70px;
          max-width: 680px; } }
      @media only screen and (max-width: 767px) {
        .about-us-holder .about-us-head h1 {
          font-size: 40px;
          line-height: 40px;
          max-width: 680px; } }
    .about-us-holder .about-us-head h3 {
      font-family: "centernoregular";
      color: #F5FF9E;
      font-size: 24px;
      line-height: 36px; }

.about-us-content {
  position: relative;
  padding-bottom: 100px;
  z-index: 99; }
  .about-us-content h3 {
    font-family: "centernoregular";
    color: #F5FF9E;
    font-size: 46px;
    line-height: 50px;
    max-width: 320px; }
    @media only screen and (max-width: 1279px) {
      .about-us-content h3 {
        font-size: 36px;
        line-height: 40px;
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .about-us-content h3 {
        font-size: 26px;
        line-height: 30px;
        max-width: 100%;
        padding-right: 0; } }
  .about-us-content p {
    font-family: "centernoregular";
    color: #F5FF9E;
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 1279px) {
      .about-us-content p {
        font-size: 22px;
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      .about-us-content p {
        font-size: 18px;
        line-height: 26px; } }
  .about-us-content .about-animation {
    margin-top: 200px; }
    @media only screen and (max-width: 767px) {
      .about-us-content .about-animation {
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .about-us-content .about-animation img {
        width: 100%; } }

.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: "centernoregular";
      color: #000;
      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-holder {
  background-color: #10212F;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .contact-holder .contact-wrap {
    padding: 100px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    @media only screen and (max-width: 767px) {
      .contact-holder .contact-wrap {
        padding: 50px 0; } }
    .contact-holder .contact-wrap h2 {
      font-family: "centernoregular";
      font-size: 120px;
      line-height: 100px;
      color: #F5FF9E;
      margin-bottom: 120px; }
      @media only screen and (max-width: 1440px) {
        .contact-holder .contact-wrap h2 {
          font-size: 110px;
          line-height: 90px;
          max-width: 680px; } }
      @media only screen and (max-width: 1279px) {
        .contact-holder .contact-wrap h2 {
          font-size: 60px;
          line-height: 58px;
          max-width: 100%;
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .contact-holder .contact-wrap h2 {
          font-size: 36px;
          line-height: 36px;
          max-width: 100%;
          margin-bottom: 40px; } }
    .contact-holder .contact-wrap p {
      font-family: "centernoregular";
      font-size: 20px;
      line-height: 24px;
      color: #F5FF9E;
      max-width: 540px; }
      @media only screen and (max-width: 1279px) {
        .contact-holder .contact-wrap p {
          font-size: 18px;
          line-height: 22px;
          padding-right: 40px; } }
      @media only screen and (max-width: 767px) {
        .contact-holder .contact-wrap p {
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 20px; } }

.no-margin {
  margin-bottom: 0 !important; }

.office-head {
  background-color: #b1b0ac;
  margin-bottom: 40px; }
  .office-head .office-head-logo {
    padding: 40px 0;
    text-align: center; }
    .office-head .office-head-logo img {
      width: 200px; }
  .office-head .hero-job {
    width: 96%;
    max-width: 94%;
    margin: 0 auto;
    position: relative; }
    .office-head .hero-job:after {
      content: "";
      display: table;
      clear: both; }
    .office-head .hero-job img {
      width: 100%; }

.job-text {
  margin-bottom: 40px; }
  .job-text p {
    font-size: 18px;
    line-height: 24px;
    font-family: "centernoregular"; }
  .job-text ul {
    padding: 0 0 20px 0;
    display: block; }
    .job-text ul li {
      font-size: 18px;
      font-family: "centernoregular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .job-text ul li:last-child {
        padding-bottom: 0; }
      .job-text ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #000;
        background-size: contain;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .job-text ul li:last-child {
        margin: 0; }
      .job-text ul li * {
        line-height: inherit !important; }

.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 h1 {
      font-size: 48px;
      line-height: 52px;
      color: #21253D;
      font-family: "centernoregular";
      padding-right: 20px; }
      @media only screen and (max-width: 1279px) {
        .project-holder .project-head h1 {
          font-size: 40px;
          line-height: 48px; } }
      @media only screen and (max-width: 767px) {
        .project-holder .project-head h1 {
          font-size: 36px;
          line-height: 44px;
          margin-bottom: 40px;
          padding-right: 0; } }
    .project-holder .project-head img {
      width: 100%; }
  .project-holder .project-body .project-link {
    font-family: "centernoregular";
    color: #000;
    font-size: 16px;
    margin-bottom: 8px; }
    .project-holder .project-body .project-link a {
      font-family: "centernoregular";
      color: #000;
      font-size: 18px; }
      .project-holder .project-body .project-link a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .project-holder .project-body .project-link:last-child {
        margin-bottom: 26px; } }
  .project-holder .project-body .project-content p {
    font-size: 18px;
    font-family: "centernoregular";
    color: #000;
    line-height: 28px;
    margin-bottom: 30px; }
    .project-holder .project-body .project-content p b, .project-holder .project-body .project-content p strong {
      font-size: 18px;
      line-height: 28px;
      color: #000;
      font-family: "centernomedium";
      font-weight: 900; }
    .project-holder .project-body .project-content p i, .project-holder .project-body .project-content p em {
      font-size: 18px;
      line-height: 28px;
      font-family: "centernoregular";
      font-style: italic; }
  .project-holder .project-body .project-content h2 {
    font-size: 18px;
    font-family: "centernomedium";
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2; }
  .project-holder .project-body .project-content b, .project-holder .project-body .project-content strong {
    font-family: "centernomedium"; }
  .project-holder .project-body .project-content a {
    font-size: 18px;
    font-family: "centernoregular";
    color: #F5FF9E;
    line-height: 28px; }
    .project-holder .project-body .project-content a:hover {
      text-decoration: underline; }
  .project-holder .project-body .project-content ul {
    padding: 0 0 20px 0;
    display: block; }
    .project-holder .project-body .project-content ul li {
      font-size: 18px;
      font-family: "centernoregular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .project-holder .project-body .project-content ul li:last-child {
        padding-bottom: 0; }
      .project-holder .project-body .project-content ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #000;
        background-size: contain;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .project-holder .project-body .project-content ul li:last-child {
        margin: 0; }
      .project-holder .project-body .project-content ul li * {
        line-height: inherit !important; }
  .project-holder .project-body .project-content ol {
    padding: 0 0 20px 0;
    display: block;
    list-style: revert !important;
    margin-left: 20px; }
    .project-holder .project-body .project-content ol li {
      font-size: 18px;
      font-family: "centernoregular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .project-holder .project-body .project-content ol li:last-child {
        margin: 0; }
      .project-holder .project-body .project-content ol li * {
        line-height: inherit !important; }
  .project-holder .project-body .project-content img {
    max-width: 100%; }

.change-page-wrap {
  margin-top: 90px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .change-page-wrap {
      margin-top: 50px; } }
  .change-page-wrap .prev-page span {
    font-family: "centernoregular";
    display: inline-block;
    margin-left: 24px;
    margin-top: 19px;
    font-size: 18px;
    color: #000;
    padding-left: 80px; }
    @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;
    -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 {
    float: right;
    display: inline-block; }
    .change-page-wrap .next-page span {
      font-family: "centernoregular";
      display: inline-block;
      margin-right: 24px;
      margin-top: 19px;
      font-size: 18px;
      color: #000;
      text-align: left;
      padding-right: 80px; }
      @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;
      -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; }

.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: "centernobold";
        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; }
  .to-top img {
    width: 48px; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 15px;
      right: 5px; } }
  .to-top:hover {
    opacity: 0.6; }

.home-news-section .home-news-wrap {
  position: relative;
  padding-top: 60px;
  margin-bottom: 120px;
  z-index: 99; }
  @media only screen and (max-width: 1279px) {
    .home-news-section .home-news-wrap {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .home-news-section .home-news-wrap {
      margin-bottom: 40px; } }
  .home-news-section .home-news-wrap h2 {
    font-family: "centernoregular";
    color: #12283A;
    font-size: 130px;
    line-height: 110px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1440px) {
      .home-news-section .home-news-wrap h2 {
        font-size: 110px;
        line-height: 100px; } }
    @media only screen and (max-width: 1279px) {
      .home-news-section .home-news-wrap h2 {
        font-size: 80px;
        line-height: 80px;
        max-width: 600px; } }
    @media only screen and (max-width: 767px) {
      .home-news-section .home-news-wrap h2 {
        font-size: 36px;
        line-height: 36px;
        max-width: 100%; } }
  .home-news-section .home-news-wrap h3 {
    font-family: "centernoregular";
    color: #12283A;
    font-size: 34px;
    padding-top: 10px; }
    @media only screen and (max-width: 1279px) {
      .home-news-section .home-news-wrap h3 {
        font-size: 26px;
        padding-top: 0;
        margin-bottom: 10px; } }
  .home-news-section .home-news-wrap a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .home-news-section .home-news-wrap a img {
      margin-left: 10px;
      margin-top: 4px; }
    .home-news-section .home-news-wrap a:hover {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .home-news-section .home-news-wrap a:hover img {
        margin-left: 25px; }

.home-news-section .home-news-section-list {
  padding-bottom: 140px; }
  .home-news-section .home-news-section-list .column:nth-child(3) {
    padding-left: 10px; }
    @media only screen and (max-width: 1279px) {
      .home-news-section .home-news-section-list .column:nth-child(3) {
        padding-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .home-news-section .home-news-section-list .column:nth-child(3) {
        padding-left: initial; } }
  @media only screen and (max-width: 767px) {
    .home-news-section .home-news-section-list .column {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .home-news-section .home-news-section-list {
      padding-bottom: 60px; } }
  .home-news-section .home-news-section-list .home-news-box .home-news-head {
    margin-bottom: 40px;
    padding-right: 5px; }
    .home-news-section .home-news-section-list .home-news-box .home-news-head img {
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .home-news-section .home-news-section-list .home-news-box .home-news-head {
        margin-bottom: 20px; } }
  .home-news-section .home-news-section-list .home-news-box p {
    font-family: "centernoregular";
    font-size: 18px;
    line-height: 20px;
    max-width: 290px;
    margin-bottom: 20px; }
  .home-news-section .home-news-section-list .home-news-box span img {
    transform-origin: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .home-news-section .home-news-section-list .home-news-box:hover span img {
    transform-origin: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2); }

.single-project-head-wrap {
  margin-top: 40px; }
  .single-project-head-wrap .single-project-head {
    background: #10212F;
    padding: 40px 0;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    @media only screen and (max-width: 767px) {
      .single-project-head-wrap .single-project-head {
        padding: 20px 0; } }
    .single-project-head-wrap .single-project-head .single-project-head-info {
      position: relative; }
    .single-project-head-wrap .single-project-head .single-project-head-info {
      padding-top: 200px; }
      @media only screen and (max-width: 1279px) {
        .single-project-head-wrap .single-project-head .single-project-head-info {
          padding-top: 60px; } }
      @media only screen and (max-width: 767px) {
        .single-project-head-wrap .single-project-head .single-project-head-info {
          padding-top: 0; } }
      .single-project-head-wrap .single-project-head .single-project-head-info p {
        font-family: "centernoregular";
        color: #F5FF9E;
        font-size: 26px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1279px) {
          .single-project-head-wrap .single-project-head .single-project-head-info p {
            font-size: 24px;
            line-height: 26px;
            padding-right: 5px;
            max-width: 280px; } }
        @media only screen and (max-width: 1279px) {
          .single-project-head-wrap .single-project-head .single-project-head-info p {
            font-size: 20px;
            line-height: 22px; } }
      .single-project-head-wrap .single-project-head .single-project-head-info h3 {
        font-family: "centernoregular";
        color: #F5FF9E;
        font-size: 130px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1279px) {
          .single-project-head-wrap .single-project-head .single-project-head-info h3 {
            font-size: 100px; } }
        @media only screen and (max-width: 767px) {
          .single-project-head-wrap .single-project-head .single-project-head-info h3 {
            font-size: 60px; } }
    .single-project-head-wrap .single-project-head .single-project-head-img img {
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
    .single-project-head-wrap .single-project-head h2 {
      font-family: "centernoregular";
      margin-top: 20px;
      font-size: 130px;
      line-height: 120px;
      color: #F5FF9E; }
      @media only screen and (max-width: 1919px) {
        .single-project-head-wrap .single-project-head h2 {
          font-size: 125px;
          line-height: 110px; } }
      @media only screen and (max-width: 1440px) {
        .single-project-head-wrap .single-project-head h2 {
          font-size: 110px;
          line-height: 90px; } }
      @media only screen and (max-width: 767px) {
        .single-project-head-wrap .single-project-head h2 {
          font-size: 36px;
          line-height: 42px; } }

.single-project-wrap .single-project-content-wrap {
  padding-top: 80px;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .single-project-wrap .single-project-content-wrap {
      padding-top: 40px; } }
  .single-project-wrap .single-project-content-wrap .project-what-we-do p {
    font-family: "centernoregular";
    color: #12283A;
    font-size: 26px;
    line-height: 34px; }
    @media only screen and (max-width: 767px) {
      .single-project-wrap .single-project-content-wrap .project-what-we-do p {
        font-size: 22px;
        line-height: 28px; } }
  .single-project-wrap .single-project-content-wrap .single-project-content {
    margin-bottom: 100px; }
    .single-project-wrap .single-project-content-wrap .single-project-content p {
      font-family: "centernoregular";
      color: #12283A;
      font-size: 26px;
      line-height: 34px; }
      @media only screen and (max-width: 767px) {
        .single-project-wrap .single-project-content-wrap .single-project-content p {
          font-size: 18px;
          line-height: 28px; } }
    .single-project-wrap .single-project-content-wrap .single-project-content ul {
      padding: 0 0 20px 0;
      display: block; }
      .single-project-wrap .single-project-content-wrap .single-project-content ul li {
        font-family: "centernoregular";
        color: #12283A;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative; }
        .single-project-wrap .single-project-content-wrap .single-project-content ul li:last-child {
          padding-bottom: 0; }
        .single-project-wrap .single-project-content-wrap .single-project-content ul li:before {
          position: absolute;
          left: 0;
          top: 14px;
          content: "";
          background: #000;
          background-size: contain;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .single-project-wrap .single-project-content-wrap .single-project-content ul li:last-child {
          margin: 0; }
        .single-project-wrap .single-project-content-wrap .single-project-content ul li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 767px) {
          .single-project-wrap .single-project-content-wrap .single-project-content ul li {
            font-size: 18px;
            line-height: 28px; } }
    .single-project-wrap .single-project-content-wrap .single-project-content ol {
      padding: 0 0 20px 5px;
      display: block;
      list-style: revert !important;
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .single-project-wrap .single-project-content-wrap .single-project-content ol {
          padding: 0 0 20px 0px; } }
      .single-project-wrap .single-project-content-wrap .single-project-content ol li {
        font-family: "centernoregular";
        color: #12283A;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        padding-left: 5px;
        position: relative; }
        .single-project-wrap .single-project-content-wrap .single-project-content ol li:last-child {
          margin: 0; }
        .single-project-wrap .single-project-content-wrap .single-project-content ol li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 767px) {
          .single-project-wrap .single-project-content-wrap .single-project-content ol li {
            font-size: 18px;
            line-height: 28px; } }
    .single-project-wrap .single-project-content-wrap .single-project-content b, .single-project-wrap .single-project-content-wrap .single-project-content strong {
      font-family: "centernomedium"; }
    .single-project-wrap .single-project-content-wrap .single-project-content i, .single-project-wrap .single-project-content-wrap .single-project-content em {
      font-style: italic !important; }
    .single-project-wrap .single-project-content-wrap .single-project-content a {
      font-family: "centernomedium";
      color: #12283A;
      font-size: 26px;
      line-height: 34px; }
      @media only screen and (max-width: 767px) {
        .single-project-wrap .single-project-content-wrap .single-project-content a {
          font-size: 18px;
          line-height: 28px; } }
      .single-project-wrap .single-project-content-wrap .single-project-content a:hover {
        text-decoration: underline; }
    .single-project-wrap .single-project-content-wrap .single-project-content img {
      max-width: 100%;
      margin: 20px 0;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
      @media only screen and (max-width: 767px) {
        .single-project-wrap .single-project-content-wrap .single-project-content img {
          width: 100% !important;
          height: auto !important; } }

.single-project-wrap .single-project-full-image img {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.next-project-wrap .next-project {
  position: relative;
  z-index: 99;
  padding-bottom: 120px;
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .next-project-wrap .next-project {
      padding-bottom: 60px;
      padding-top: 60px; } }
  .next-project-wrap .next-project .next-project-head {
    position: absolute;
    bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .next-project-wrap .next-project .next-project-head {
        position: relative;
        bottom: initial;
        margin-bottom: 20px; } }
    .next-project-wrap .next-project .next-project-head h3 {
      display: inline-block;
      font-family: "centernoregular";
      font-size: 130px;
      line-height: 120px;
      width: 500px;
      color: #12283A; }
      @media only screen and (max-width: 1279px) {
        .next-project-wrap .next-project .next-project-head h3 {
          width: 340px;
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (max-width: 767px) {
        .next-project-wrap .next-project .next-project-head h3 {
          width: 180px;
          font-size: 40px;
          line-height: 40px; } }
    .next-project-wrap .next-project .next-project-head img {
      display: inline-block;
      width: 200px;
      margin-left: 50px;
      margin-top: 30px; }
      @media only screen and (max-width: 1279px) {
        .next-project-wrap .next-project .next-project-head img {
          width: 100px;
          margin-left: 0px;
          margin-top: 50px; } }
      @media only screen and (max-width: 767px) {
        .next-project-wrap .next-project .next-project-head img {
          width: 40px;
          margin-left: 0px;
          margin-top: 34px; } }
  .next-project-wrap .next-project .project-next-box a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .next-project-wrap .next-project .project-next-box a h3 {
    font-family: "centernoregular";
    font-size: 26px;
    line-height: 34px;
    max-width: 360px;
    color: #12283A;
    margin-top: 20px; }
    @media only screen and (max-width: 1279px) {
      .next-project-wrap .next-project .project-next-box a h3 {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (max-width: 1279px) {
      .next-project-wrap .next-project .project-next-box a h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px; } }

.news-holder .news-title {
  position: relative;
  z-index: 99;
  padding-top: 140px; }
  @media only screen and (max-width: 767px) {
    .news-holder .news-title {
      padding-top: 20px; } }
  .news-holder .news-title h1 {
    font-family: "centernoregular";
    font-size: 130px;
    line-height: 110px;
    color: #12283A;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1440px) {
      .news-holder .news-title h1 {
        font-size: 100px;
        line-height: 100px; } }
    @media only screen and (max-width: 1279px) {
      .news-holder .news-title h1 {
        font-size: 64px;
        line-height: 64px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .news-holder .news-title h1 {
        font-size: 40px;
        line-height: 40px; } }
  .news-holder .news-title h3 {
    font-family: "centernoregular";
    font-size: 26px;
    color: #12283A;
    padding-top: 16px; }
    @media only screen and (max-width: 767px) {
      .news-holder .news-title h3 {
        padding-top: 0;
        margin-bottom: 20px; } }
  .news-holder .news-title p {
    font-family: "centernoregular";
    font-size: 26px;
    line-height: 34px;
    color: #12283A;
    margin-bottom: 80px;
    max-width: 750px; }

.news-holder .news-list-wrap {
  position: relative;
  z-index: 99; }
  .news-holder .news-list-wrap .column {
    padding-bottom: 140px; }
    @media only screen and (max-width: 767px) {
      .news-holder .news-list-wrap .column {
        padding-bottom: 40px; } }

.news-holder .news-box {
  display: block; }
  .news-holder .news-box .news-box-head {
    position: relative;
    z-index: 99;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .news-holder .news-box .news-box-head {
        margin-bottom: 20px; } }
    .news-holder .news-box .news-box-head img {
      width: 100%;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
  .news-holder .news-box p {
    font-family: "centernoregular";
    font-size: 18px;
    line-height: 20px;
    max-width: 290px;
    margin-bottom: 20px; }
  .news-holder .news-box span img {
    transform-origin: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .news-holder .news-box:hover span img {
    transform-origin: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2); }

.single-news-holder .single-news-title {
  padding-top: 140px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .single-news-holder .single-news-title {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .single-news-holder .single-news-title h1 {
    font-family: "centernoregular";
    font-size: 100px;
    color: #12283A;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1279px) {
      .single-news-holder .single-news-title h1 {
        font-size: 60px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .single-news-holder .single-news-title h1 {
        font-size: 40px; } }
  .single-news-holder .single-news-title h3 {
    font-family: "centernoregular";
    font-size: 26px;
    color: #12283A;
    padding-top: 16px; }
    @media only screen and (max-width: 767px) {
      .single-news-holder .single-news-title h3 {
        font-size: 22px;
        margin-bottom: 10px;
        padding-top: 0px; } }

.single-news-hero-holder .single-news-hero img {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.single-news-wrap .single-news-content-wrap {
  padding-top: 60px; }
  .single-news-wrap .single-news-content-wrap .single-news-content-title p {
    font-family: "centernoregular";
    color: #12283A;
    font-size: 46px;
    line-height: 50px;
    max-width: 320px; }
    @media only screen and (max-width: 1279px) {
      .single-news-wrap .single-news-content-wrap .single-news-content-title p {
        font-size: 36px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .single-news-wrap .single-news-content-wrap .single-news-content-title p {
        font-size: 26px;
        line-height: 30px; } }
  .single-news-wrap .single-news-content-wrap .single-news-content {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      .single-news-wrap .single-news-content-wrap .single-news-content {
        margin-bottom: 60px; } }
    .single-news-wrap .single-news-content-wrap .single-news-content p {
      font-family: "centernoregular";
      color: #12283A;
      font-size: 26px;
      line-height: 34px; }
      @media only screen and (max-width: 767px) {
        .single-news-wrap .single-news-content-wrap .single-news-content p {
          font-size: 18px;
          line-height: 22px; } }
    .single-news-wrap .single-news-content-wrap .single-news-content img {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
    .single-news-wrap .single-news-content-wrap .single-news-content ul {
      padding: 0 0 20px 0;
      display: block; }
      .single-news-wrap .single-news-content-wrap .single-news-content ul li {
        font-family: "centernoregular";
        color: #12283A;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative; }
        .single-news-wrap .single-news-content-wrap .single-news-content ul li:last-child {
          padding-bottom: 0; }
        .single-news-wrap .single-news-content-wrap .single-news-content ul li:before {
          position: absolute;
          left: 0;
          top: 14px;
          content: "";
          background: #000;
          background-size: contain;
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .single-news-wrap .single-news-content-wrap .single-news-content ul li:last-child {
          margin: 0; }
        .single-news-wrap .single-news-content-wrap .single-news-content ul li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 767px) {
          .single-news-wrap .single-news-content-wrap .single-news-content ul li {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 5px; }
            .single-news-wrap .single-news-content-wrap .single-news-content ul li:before {
              top: 11px; } }
    .single-news-wrap .single-news-content-wrap .single-news-content ol {
      padding: 0 0 20px 5px;
      display: block;
      list-style: revert !important;
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .single-news-wrap .single-news-content-wrap .single-news-content ol {
          padding: 0 0 20px 0px; } }
      .single-news-wrap .single-news-content-wrap .single-news-content ol li {
        font-family: "centernoregular";
        color: #12283A;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        padding-left: 5px;
        position: relative; }
        .single-news-wrap .single-news-content-wrap .single-news-content ol li:last-child {
          margin: 0; }
        .single-news-wrap .single-news-content-wrap .single-news-content ol li * {
          line-height: inherit !important; }
        @media only screen and (max-width: 767px) {
          .single-news-wrap .single-news-content-wrap .single-news-content ol li {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 5px; } }
    .single-news-wrap .single-news-content-wrap .single-news-content b, .single-news-wrap .single-news-content-wrap .single-news-content strong {
      font-family: "centernomedium"; }
    .single-news-wrap .single-news-content-wrap .single-news-content i, .single-news-wrap .single-news-content-wrap .single-news-content em {
      font-style: italic !important; }
    .single-news-wrap .single-news-content-wrap .single-news-content a {
      font-family: "centernomedium";
      color: #12283A;
      font-size: 26px;
      line-height: 34px; }
      @media only screen and (max-width: 767px) {
        .single-news-wrap .single-news-content-wrap .single-news-content a {
          font-size: 18px;
          line-height: 28px; } }
      .single-news-wrap .single-news-content-wrap .single-news-content a:hover {
        text-decoration: underline; }
    .single-news-wrap .single-news-content-wrap .single-news-content img {
      width: 100%;
      margin: 80px 0; }

.news-social-links span {
  font-size: 24px;
  line-height: 34px;
  color: #12283A;
  margin-right: 20px; }

.news-social-links a {
  margin-right: 8px;
  margin-top: 4px;
  display: inline-block; }
  .news-social-links a img {
    height: 22px; }

.office-head {
  background-color: #b1b0ac;
  margin-bottom: 40px; }
  .office-head .office-head-logo {
    padding: 40px 0;
    text-align: center; }
    .office-head .office-head-logo img {
      width: 200px; }
  .office-head .hero-job {
    width: 96%;
    max-width: 94%;
    margin: 0 auto;
    position: relative; }
    .office-head .hero-job:after {
      content: "";
      display: table;
      clear: both; }
    .office-head .hero-job img {
      width: 100%; }

.job-text {
  margin-bottom: 40px; }
  .job-text p {
    font-size: 18px;
    line-height: 24px;
    font-family: "centernoregular"; }
  .job-text ul {
    padding: 0 0 20px 0;
    display: block; }
    .job-text ul li {
      font-size: 18px;
      font-family: "centernoregular";
      color: #000;
      margin-bottom: 10px;
      line-height: 28px;
      padding-left: 20px;
      position: relative; }
      .job-text ul li:last-child {
        padding-bottom: 0; }
      .job-text ul li:before {
        position: absolute;
        left: 0;
        top: 12px;
        content: "";
        background: #000;
        background-size: contain;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .job-text ul li:last-child {
        margin: 0; }
      .job-text ul li * {
        line-height: inherit !important; }

.contact-career-wrap {
  padding: 80px;
  background-color: #f5ff9e;
  margin-bottom: 100px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .contact-career-wrap {
      padding: 20px; } }
  .contact-career-wrap h2 {
    font-family: "centernoregular";
    font-size: 36px;
    line-height: 46px;
    color: #000;
    margin-bottom: 48px;
    text-align: center; }
  .contact-career-wrap p {
    font-family: "centernoregular";
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 0 auto 100px;
    text-align: center;
    max-width: 600px; }
    @media only screen and (max-width: 767px) {
      .contact-career-wrap p {
        margin: 0 auto 40px; } }
  .contact-career-wrap .button {
    font-size: 18px;
    font-family: "centernoregular";
    background-color: #000;
    color: #f5ff9e;
    border: 1px solid #000;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    width: 180px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .contact-career-wrap .button:hover {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .contact-career-wrap .link-wrap span {
    font-size: 18px;
    line-height: 22px;
    margin-right: 24px;
    display: inline-block;
    margin-top: 16px;
    padding-right: 80px; }
  .contact-career-wrap .link-wrap img {
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .contact-career-wrap .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; }
  .contact-career-wrap .field {
    margin-bottom: 60px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .contact-career-wrap .field {
        margin-bottom: 40px; } }
    .contact-career-wrap .field input {
      width: 100%;
      display: block;
      padding: 0;
      color: #000;
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #000;
      font-size: 16px;
      font-family: "centernomedium";
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .contact-career-wrap .field input[type="file"] {
        display: none; }
      .contact-career-wrap .field input::placeholder {
        color: #000;
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .contact-career-wrap .field input::placeholder {
            font-size: 14px; } }
    .contact-career-wrap .field textarea {
      width: 100%;
      color: #000;
      height: 180px;
      padding: 15px;
      border-bottom: 1px solid #D5CAC5;
      font-size: 16px;
      resize: none;
      margin-top: 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .contact-career-wrap .field textarea::placeholder {
        color: #000; }
    .contact-career-wrap .field label {
      font-family: "centernoregular";
      font-size: 0.875em;
      text-transform: uppercase;
      padding-bottom: 10px;
      padding-left: 20px;
      display: inline-block;
      color: #12283A; }
    .contact-career-wrap .field .warning-text {
      position: absolute;
      color: darkred;
      font-size: 12px;
      font-family: "centernoregular";
      font-style: italic;
      bottom: -17px;
      left: 14px;
      display: none; }
      .contact-career-wrap .field .warning-text.warning-text-area {
        bottom: 3px; }
      @media only screen and (max-width: 1279px) {
        .contact-career-wrap .field .warning-text {
          font-size: 9px;
          bottom: -12px; } }
    .contact-career-wrap .field .warning {
      border: 1px solid darkred; }
  .contact-career-wrap .filed-file {
    width: 100%;
    display: block;
    padding: 0;
    color: #12283A;
    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; }
    .contact-career-wrap .filed-file label {
      padding: 0 15px;
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .contact-career-wrap .filed-file label span {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px; }
    @media only screen and (max-width: 767px) {
      .contact-career-wrap .filed-file {
        background-color: #fff;
        height: 40px;
        line-height: 40px; }
        .contact-career-wrap .filed-file label {
          height: 40px;
          line-height: 40px;
          font-size: 9px !important;
          padding: 0 5px 0 15px; }
          .contact-career-wrap .filed-file label span {
            height: 40px;
            line-height: 40px;
            font-size: 10px !important; } }
    @media only screen and (max-width: 359px) {
      .contact-career-wrap .filed-file label {
        font-size: 9px !important; }
        .contact-career-wrap .filed-file label span {
          font-size: 8px !important; } }
  .contact-career-wrap .checkbox {
    padding: 0 0 10px 0;
    display: inline-block;
    margin-bottom: 40px; }
    .contact-career-wrap .checkbox:last-child {
      padding: 0; }
    .contact-career-wrap .checkbox label {
      font-family: "centernoregular";
      display: inline-block;
      position: relative;
      cursor: pointer;
      font-size: 13px;
      line-height: 18px;
      color: #12283A;
      padding-left: 30px; }
      .contact-career-wrap .checkbox label span {
        margin-left: 30px;
        line-height: 20px;
        display: block;
        text-align: left;
        font-size: 1em;
        color: #12283A; }
      .contact-career-wrap .checkbox label:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        text-align: center;
        padding: 0;
        margin: 0;
        background-color: transparent;
        margin-left: -30px;
        border: 2px solid #12283A;
        -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; }
      .contact-career-wrap .checkbox label:after {
        position: absolute;
        content: "";
        top: 5px;
        left: 5px;
        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; }
    .contact-career-wrap .checkbox input {
      visibility: hidden;
      height: 0; }
      .contact-career-wrap .checkbox 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: #12283A;
        border: 2px solid #12283A;
        color: #000; }
      .contact-career-wrap .checkbox 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: #12283A;
        border: 2px solid #12283A;
        color: #000; }
  .contact-career-wrap .checkbox-holder {
    margin-top: 30px; }
    .contact-career-wrap .checkbox-holder .checkbox {
      display: inline-block; }
      .contact-career-wrap .checkbox-holder .checkbox:last-child {
        margin-left: 40px; }
    @media only screen and (max-width: 767px) {
      .contact-career-wrap .checkbox-holder .checkbox {
        display: block; }
        .contact-career-wrap .checkbox-holder .checkbox:last-child {
          margin-left: 0; } }
  .contact-career-wrap .radio-set {
    display: inline-block;
    line-height: inherit;
    margin: 0;
    padding: 0;
    margin-right: 15px; }
    .contact-career-wrap .radio-set label {
      font-family: "centernoregular";
      display: inline-block;
      position: relative;
      cursor: pointer;
      font-size: 1em;
      line-height: 20px;
      color: #12283A; }
      .contact-career-wrap .radio-set label span {
        margin-left: 30px;
        line-height: 20px;
        display: block;
        text-align: left;
        font-size: 1em;
        color: #12283A; }
      .contact-career-wrap .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 #12283A;
        -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; }
      .contact-career-wrap .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; }
    .contact-career-wrap .radio-set input {
      visibility: hidden;
      height: 0; }
      .contact-career-wrap .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: #12283A;
        border: 2px solid #12283A;
        color: #000; }
      .contact-career-wrap .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;
        width: 10px;
        height: 10px;
        background: #12283A;
        border: 2px solid #12283A;
        color: #000; }

.no-margin {
  margin-bottom: 0 !important; }

.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 #F5FF9E;
  color: #4b5662;
  font-size: 20px;
  font-family: "centernoregular";
  -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: #F5FF9E;
  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: #FBF4ED !important;
  color: #000 !important;
  font-family: "centernoregular" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #D5CAC5 !important; }

.select2-dropdown {
  background-color: #FBF4ED !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E2D5CE !important;
  color: #000 !important; }

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

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

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

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

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

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

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

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

.opacity0 {
  opacity: 0 !important; }
