@font-face {
  font-family: 'SF-Pro-Display-Light';
  src: url("fonts/SF-Pro-Display-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF-Pro-Display-Medium';
  src: url("fonts/SF-Pro-Display-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF-Pro-Display-Regular';
  src: url("fonts/SF-Pro-Display-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF-Pro-Display-Bold';
  src: url("fonts/SF-Pro-Display-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF-Pro-Display-Heavy';
  src: url("fonts/SF-Pro-Display-Heavy.otf");
  font-weight: normal;
  font-style: normal; }
/* varibles */
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #02245B; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

body {
  font-family: 'SF-Pro-Display-Light';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff; }
  body.no-overflow {
    overflow: hidden !important; }
  body.already_registered .register_item {
    display: none; }
  body.already_registered .register_done {
    display: block; }
  body p {
    letter-spacing: 0.3px; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

/* browser specific fixes */
@media (min-width: 991px) {
  body.chrome img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor; } }
h1 {
  font-family: 'SF-Pro-Display-Heavy';
  font-size: 140px;
  line-height: 0.9;
  text-transform: uppercase; }

h2 {
  font-family: 'SF-Pro-Display-Bold';
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0.9; }

h3 {
  font-family: 'SF-Pro-Display-Bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: 0.9; }

h4 {
  font-family: 'SF-Pro-Display-Bold';
  font-size: 14px;
  text-transform: uppercase; }

h5 {
  font-family: 'SF-Pro-Display-Bold';
  font-size: 14px;
  text-transform: uppercase; }

h6 {
  font-family: 'SF-Pro-Display-Bold';
  font-size: 16px;
  text-transform: uppercase; }

p {
  line-height: 1.6; }

.my_btn {
  color: #000;
  background: white;
  font-family: 'SF-Pro-Display-Bold';
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #707070;
  padding: 15px 20px;
  min-width: 90px; }
  .my_btn img {
    vertical-align: middle;
    margin-right: 10px; }

.no-border-top {
  border-top: none !important; }

.no-border-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.cursor_pointer {
  cursor: pointer; }

/* ------------- MENU --------------- */
.hamburger {
  padding-left: 15px; }

.menu_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  background: #fff;
  z-index: 0; }
  .menu_container .header {
    display: flex;
    align-items: center;
    padding: 15px; }
    .menu_container .header .menu {
      position: absolute;
      top: 60px;
      right: 0;
      width: 100%;
      max-width: 370px;
      background: #F5F5F5;
      padding: 35px 30px;
      display: none; }
      .menu_container .header .menu ul li {
        font-family: 'SF-Pro-Display-Heavy';
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 25px; }
        .menu_container .header .menu ul li:last-of-type {
          margin-bottom: 0; }
    .menu_container .header p {
      font-family: 'SF-Pro-Display-Medium';
      font-size: 12px;
      margin-right: 15px; }
      .menu_container .header p a {
        border-bottom: 1px solid #000; }
  .menu_container ul.menu {
    position: absolute;
    width: 100%;
    height: 100%; }
    .menu_container ul.menu li {
      position: absolute;
      font-family: 'SF-Pro-Display-Heavy';
      font-size: 16px;
      line-height: 1;
      color: rgba(255, 255, 255, 0); }
      .menu_container ul.menu li a {
        position: absolute;
        left: 0;
        color: #ccc;
        transform: rotate(5deg); }
      .menu_container ul.menu li:hover a, .menu_container ul.menu li.active a {
        color: #000; }
      .menu_container ul.menu li:nth-of-type(1) {
        top: 50px;
        left: 200px; }
        .menu_container ul.menu li:nth-of-type(1) a {
          transform: rotate(72deg); }
      .menu_container ul.menu li:nth-of-type(2) {
        top: 88px;
        left: 135px; }
        .menu_container ul.menu li:nth-of-type(2) a {
          transform: rotate(53deg); }
      .menu_container ul.menu li:nth-of-type(3) {
        top: 145px;
        left: 75px; }
        .menu_container ul.menu li:nth-of-type(3) a {
          transform: rotate(40deg); }
      .menu_container ul.menu li:nth-of-type(4) {
        top: 171px;
        left: 43px; }
        .menu_container ul.menu li:nth-of-type(4) a {
          transform: rotate(24deg); }
      .menu_container ul.menu li:nth-of-type(5) {
        top: 258px;
        left: 23px; }
        .menu_container ul.menu li:nth-of-type(5) a {
          transform: rotate(9deg); }
      .menu_container ul.menu li:nth-of-type(6) {
        bottom: 263px;
        left: 22px; }
        .menu_container ul.menu li:nth-of-type(6) a {
          transform: rotate(-8deg); }
      .menu_container ul.menu li:nth-of-type(7) {
        bottom: 189px;
        left: 41px; }
        .menu_container ul.menu li:nth-of-type(7) a {
          transform: rotate(-26deg); }
      .menu_container ul.menu li:nth-of-type(8) {
        bottom: 124px;
        left: 82px; }
        .menu_container ul.menu li:nth-of-type(8) a {
          transform: rotate(-40deg); }
      .menu_container ul.menu li:nth-of-type(9) {
        bottom: 87px;
        left: 130px; }
        .menu_container ul.menu li:nth-of-type(9) a {
          transform: rotate(-55deg); }
      .menu_container ul.menu li:nth-of-type(10) {
        bottom: 70px;
        left: 186px; }
        .menu_container ul.menu li:nth-of-type(10) a {
          transform: rotate(-69deg); }
  .menu_container .builder_logo {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(0, -50%); }

.copyright {
  padding: 0 15px;
  padding: 0 15px;
  position: absolute;
  bottom: 10px; }
  .copyright a {
    text-decoration: underline; }
  .copyright a:hover {
    color: #000; }
  .copyright p {
    font-family: 'SF-Pro-Display-Regular';
    font-size: 12px;
    color: #C1C1C1; }
  .copyright span {
    white-space: nowrap; }

.clock_circle {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 600px;
  height: 600px;
  background: url(../img/clock_face4.svg) no-repeat;
  background-size: contain;
  border-radius: 50%;
  z-index: 2; }
  .clock_circle .clock_inner {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    z-index: -1; }
  .clock_circle .clock_arrow,
  .clock_circle .clock_arrow_small {
    position: absolute;
    width: 4px;
    height: 304px;
    left: calc(300px - 2px);
    background: #CCCCCC;
    transform: rotate(calc(0deg));
    transform-origin: bottom;
    z-index: -1; }
    .clock_circle .clock_arrow:before,
    .clock_circle .clock_arrow_small:before {
      content: "";
      position: absolute;
      bottom: -4px;
      left: -3px;
      width: 10px;
      height: 10px;
      background: #CCCCCC;
      border-radius: 50%; }
  .clock_circle .clock_arrow_small {
    transform: rotate(calc( -135deg));
    width: 2px;
    top: 24px;
    height: calc(50% - 20px);
    left: 298px;
    transform-origin: bottom; }
    .clock_circle .clock_arrow_small:before {
      content: none; }

#circle {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 2px solid #fff;
  position: absolute;
  left: -250px; }

/* ------------- MENU END --------------- */
#mainbody {
  margin-left: 350px;
  transition: all 0.4s; }
  #mainbody.remove_margin {
    margin-left: 0; }

.left_padding_block {
  overflow-x: hidden; }

.has_arrow_on_botttom {
  padding-bottom: 50px; }

/* ---------- CHAPTER SECTION -------------- */
.chapter_section h4.title {
  padding: 40px 0; }
.chapter_section .main_content {
  min-height: calc(100vh - 300px); }
.chapter_section .title_box {
  display: inline-block;
  border: 1px solid #707070;
  padding: 15px 20px;
  min-width: 90px; }
  .chapter_section .title_box h5 {
    line-height: 28px; }
  .chapter_section .title_box p {
    line-height: 28px; }
  .chapter_section .title_box .arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
.chapter_section .title {
  overflow: hidden; }
  .chapter_section .title .title_box {
    float: left;
    min-height: 58px;
    text-align: center; }
.chapter_section .classic_slider {
  position: relative;
  /* the slides */
  /* the parent */ }
  .chapter_section .classic_slider .slick-slide {
    margin: 0 10px; }
  .chapter_section .classic_slider .slick-list {
    margin: 0 -10px; }
  .chapter_section .classic_slider .my_slide p:last-of-type {
    margin-bottom: 0; }
  .chapter_section .classic_slider .my_slide ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: bold; }
    .chapter_section .classic_slider .my_slide ul li {
      margin-bottom: 5px; }
  .chapter_section .classic_slider .slider_arrows {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%); }
    .chapter_section .classic_slider .slider_arrows .arrow {
      position: relative;
      float: left;
      height: 60px;
      width: 60px;
      border: 1px solid #707070;
      border-left: none;
      cursor: pointer; }
      .chapter_section .classic_slider .slider_arrows .arrow img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .chapter_section .classic_slider .slider_arrows .arrow.arrow_right img {
        left: auto;
        right: 50%;
        transform: translate(50%, -50%); }
      .chapter_section .classic_slider .slider_arrows .arrow.arrow_left {
        overflow: hidden; }
        .chapter_section .classic_slider .slider_arrows .arrow.arrow_left img {
          animation-name: arrow_left;
          animation-duration: 8s;
          animation-delay: 2s;
          animation-iteration-count: infinite; }
@keyframes arrow_left {
  from {
    left: 50%; }
  60% {
    left: 50%; }
  75% {
    left: 0%; }
  90% {
    left: 100%; }
  to {
    left: 50%; } }
      .chapter_section .classic_slider .slider_arrows .arrow.arrow_right {
        overflow: hidden; }
        .chapter_section .classic_slider .slider_arrows .arrow.arrow_right img {
          animation-name: arrow_right;
          animation-duration: 8s;
          animation-delay: 2s;
          animation-iteration-count: infinite; }
@keyframes arrow_right {
  from {
    right: 50%; }
  60% {
    right: 50%; }
  75% {
    right: 0%; }
  90% {
    right: 100%; }
  to {
    right: 50%; } }
  .chapter_section .classic_slider .slick-dots {
    display: inline-block;
    border: 1px solid #707070;
    border-top: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff; }
    .chapter_section .classic_slider .slick-dots li {
      display: inline-block; }
      .chapter_section .classic_slider .slick-dots li button {
        color: #CCCCCC;
        padding: 0 6px; }
      .chapter_section .classic_slider .slick-dots li.slick-active button {
        color: #000; }
.chapter_section .inner_block_nav {
  position: relative;
  padding-right: 50px;
  padding-bottom: 50px; }
  .chapter_section .inner_block_nav .row {
    position: relative; }
    .chapter_section .inner_block_nav .row:not(.no_animation)::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #000;
      animation-name: border_animation;
      animation-duration: 8s;
      animation-delay: 2s;
      animation-iteration-count: infinite; }
@keyframes border_animation {
  from {
    width: 0%; }
  40% {
    width: 0%; }
  80% {
    width: 100%; }
  to {
    width: 0%; } }
  .chapter_section .inner_block_nav .nav_item {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap; }
    .chapter_section .inner_block_nav .nav_item h4 {
      color: #ccc;
      line-height: 1.1; }
    .chapter_section .inner_block_nav .nav_item img {
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate(-49%, 49%); }
    .chapter_section .inner_block_nav .nav_item.active, .chapter_section .inner_block_nav .nav_item:hover {
      border-bottom: 1px solid #000; }
      .chapter_section .inner_block_nav .nav_item.active h4, .chapter_section .inner_block_nav .nav_item:hover h4 {
        color: #000; }
    .chapter_section .inner_block_nav .nav_item:first-of-type img {
      display: none; }
  .chapter_section .inner_block_nav .circle_arrow {
    position: absolute;
    right: 15px;
    transform: translate(0, -50%);
    -webkit-appearance: none; }
    .chapter_section .inner_block_nav .circle_arrow:before {
      content: "";
      width: 100%;
      top: calc(50% - 1px);
      height: 1px;
      background: #000;
      position: absolute;
      z-index: 10; }
    .chapter_section .inner_block_nav .circle_arrow span {
      display: inline-block;
      text-decoration: none;
      border: none;
      outline: none;
      border-radius: 0;
      -webkit-appearance: none; }
    .chapter_section .inner_block_nav .circle_arrow .circle_top {
      position: relative;
      z-index: 2;
      text-align: center;
      width: 60px;
      height: 30px;
      border: 1px solid #000;
      background: #fff;
      border-radius: 45px 45px 0 0;
      border-bottom: none;
      padding-top: 2px; }
    .chapter_section .inner_block_nav .circle_arrow .circle_bottom {
      position: relative;
      z-index: 2;
      text-align: center;
      width: 60px;
      height: 30px;
      border: 1px solid #000;
      background: #fff;
      border-radius: 0 0 45px 45px;
      border-top: none; }
    .chapter_section .inner_block_nav .circle_arrow .triangle {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 45px 0 45px 40px;
      border-color: transparent transparent transparent #000; }

.chapter_section:not(.team) .classic_slider .my_slide .img-fluid {
  border: 1px solid #707070;
  border-top: none; }

.content .classic_slider .text-overflow {
  max-height: calc(100vh - 350px);
  overflow-y: scroll;
  padding-right: 10px;
  padding-bottom: 30px; }
.content .classic_slider .text-overflow::-webkit-scrollbar {
  width: 10px !important; }
.content .classic_slider .text-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.content .classic_slider .text-overflow::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

/* ---------- CHAPTER SECTION END -------------- */
/* --------------- FORM STYLES -------------- */
.form_styles {
  position: relative;
  padding-top: 20px;
  transition: all 0.4s; }
  .form_styles .field input[type="text"],
  .form_styles .field input[type="search"],
  .form_styles .field input[type="tel"],
  .form_styles .field input[type="number"],
  .form_styles .field input[type="email"],
  .form_styles .field input[type="password"] {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 60px;
    margin-bottom: 10px;
    padding: 0 25px;
    color: #000;
    background: #fff;
    -webkit-appearance: none;
    border: 1px solid #707070;
    outline: none; }
  .form_styles .field.missing input[type="text"]::placeholder,
  .form_styles .field.missing input[type="search"]::placeholder,
  .form_styles .field.missing input[type="tel"]::placeholder,
  .form_styles .field.missing input[type="number"]::placeholder,
  .form_styles .field.missing input[type="email"]::placeholder,
  .form_styles .field.missing input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */ }
  .form_styles .field.missing input[type="text"]:-ms-input-placeholder,
  .form_styles .field.missing input[type="search"]:-ms-input-placeholder,
  .form_styles .field.missing input[type="tel"]:-ms-input-placeholder,
  .form_styles .field.missing input[type="number"]:-ms-input-placeholder,
  .form_styles .field.missing input[type="email"]:-ms-input-placeholder,
  .form_styles .field.missing input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red; }
  .form_styles .field.missing input[type="text"]::-ms-input-placeholder,
  .form_styles .field.missing input[type="search"]::-ms-input-placeholder,
  .form_styles .field.missing input[type="tel"]::-ms-input-placeholder,
  .form_styles .field.missing input[type="number"]::-ms-input-placeholder,
  .form_styles .field.missing input[type="email"]::-ms-input-placeholder,
  .form_styles .field.missing input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red; }
  .form_styles .checkbox {
    display: block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left; }
    .form_styles .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .form_styles .checkbox label {
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .form_styles .checkbox label:before {
      position: absolute;
      top: 2px;
      display: block;
      left: 0px;
      width: 16px;
      content: "";
      height: 16px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent; }
    .form_styles .checkbox input[type="radio"]:checked + label::before,
    .form_styles .checkbox input[type="checkbox"]:checked + label::before {
      content: "\2713";
      text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
      font-size: 16px;
      color: #000;
      text-align: center;
      line-height: 14px; }
    .form_styles .checkbox.missing label:before {
      border-color: red; }
  .form_styles button {
    font-family: 'SF-Pro-Display-Bold';
    color: #fff;
    font-size: 16px;
    background: #5D5D5D;
    border-bottom: 1px solid #707070;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 60px;
    cursor: pointer; }
    .form_styles button img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
  .form_styles .field_with_submit {
    position: relative; }
    .form_styles .field_with_submit input {
      padding-right: 140px; }
    .form_styles .field_with_submit button {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      min-width: 130px; }
  .form_styles .warning-message,
  .form_styles .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
  .form_styles .thank_you_message {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    background: #000; }
    .form_styles .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .form_styles .thank_you_message h2 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .form_styles .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .form_styles.completed .thank_you_message {
    opacity: 1;
    z-index: 2; }

/* --------------- FORM STYLES END -------------- */
/* ------------- video styles ------------------ */
.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ------------- video styles end ------------------ */
/* --------------- TOP POSTER -------------- */
.top_poster, .watch_brand {
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-width: 100% !important; }
  .top_poster .iframe.vimeo, .watch_brand .iframe.vimeo {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 100vh;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    padding-bottom: 100%; }
    .top_poster .iframe.vimeo.video_desktop, .watch_brand .iframe.vimeo.video_desktop {
      min-width: calc(100vh*1.8); }
    .top_poster .iframe.vimeo.video_mobile, .watch_brand .iframe.vimeo.video_mobile {
      min-width: calc(100vh * (2/3)); }
    .top_poster .iframe.vimeo iframe, .watch_brand .iframe.vimeo iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      display: block;
      width: 100%;
      border: 0; }
  .top_poster .mute, .watch_brand .mute {
    position: absolute;
    bottom: calc(5vh + 1px);
    right: 60px;
    z-index: 5;
    cursor: pointer;
    height: 30px;
    text-align: right; }
    .top_poster .mute p, .watch_brand .mute p {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-family: 'SF-Pro-Display-Bold';
      color: #fff;
      text-transform: uppercase;
      margin-right: 10px; }
    .top_poster .mute img, .watch_brand .mute img {
      display: inline-block;
      vertical-align: middle; }

.top_poster h1 {
  color: #fff;
  position: absolute;
  bottom: 5vh;
  left: 60px;
  z-index: 2; }

/* --------------- TOP POSTER END -------------- */
/* --------------- ABOUT US -------------- */
.about_us .classic_slider .slider_arrows, .our_services .classic_slider .slider_arrows, .technology .classic_slider .slider_arrows {
  bottom: 0;
  top: auto;
  right: 0;
  transform: translate(0, 100%); }
  .about_us .classic_slider .slider_arrows .arrow_left, .our_services .classic_slider .slider_arrows .arrow_left, .technology .classic_slider .slider_arrows .arrow_left {
    border-left: 1px solid #707070; }
.about_us .cor_logo_container, .our_services .cor_logo_container, .technology .cor_logo_container {
  position: relative; }
  .about_us .cor_logo_container .cor_logo, .our_services .cor_logo_container .cor_logo, .technology .cor_logo_container .cor_logo {
    position: absolute;
    bottom: 0;
    left: 0; }

@media (min-width: 991px) {
  .about_us .inner_img {
    max-width: 250px; } }
/* --------------- ABOUT US END -------------- */
/* --------------- DOWNLOAD KOLER -------------- */
.download_brochure {
  position: relative;
  z-index: 5;
  background: #d4d4d4;
  background: linear-gradient(90deg, #d4d4d4 0%, #f1f1f1 33%, white 100%);
  min-height: 100vh; }
  .download_brochure .brochure_img {
    max-height: 90vh; }
    .download_brochure .brochure_img.transparent {
      opacity: 0; }
  .download_brochure .brochure_flipbook {
    width: 100%;
    height: 100%; }
  .download_brochure .brochure_flipbook {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1; }
    .download_brochure .brochure_flipbook.shown {
      opacity: 1;
      z-index: 1; }
  .download_brochure .download_overlay {
    position: relative; }
    .download_brochure .download_overlay .inner.transparent {
      opacity: 0; }
    .download_brochure .download_overlay .show_brochure {
      display: none;
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate(0, -50%); }
      .download_brochure .download_overlay .show_brochure button {
        min-width: 180px; }

/* --------------- DOWNLOAD KOLER END -------------- */
/* --------------- PORTFOLIO ----------------------- */
.portfolio .classic_slider .my_slide {
  position: relative;
  padding-bottom: 20px; }
  .portfolio .classic_slider .my_slide img {
    border: 1px solid #707070; }
  .portfolio .classic_slider .my_slide .title {
    position: absolute;
    left: 0;
    top: 0; }
.portfolio .classic_slider .slider_arrows {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 166px;
  transform: translate(100%, 0); }
  .portfolio .classic_slider .slider_arrows .arrow {
    position: relative;
    float: left;
    height: 60px;
    width: 60px;
    border: 1px solid #707070;
    border-left: none;
    border-bottom: none;
    cursor: pointer; }
    .portfolio .classic_slider .slider_arrows .arrow img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.portfolio .classic_slider .my_tooltip {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #000;
  box-shadow: 7px 7px 0px 0px #000000;
  font-size: 13px; }
  .portfolio .classic_slider .my_tooltip img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, -65%);
    border: none; }
.portfolio .classic_slider .slick-dots {
  bottom: 162px;
  border-left: none;
  transform: translate(100%, 100%);
  border-top: 1px solid #707070;
  max-width: 180px; }
.portfolio .timelapse_container {
  position: relative; }
  .portfolio .timelapse_container .form_styles {
    position: absolute;
    right: 0;
    bottom: -15px;
    padding-top: 0;
    transform: translate(0, 100%);
    /* button */
    position: absolute;
    border: solid rgba(255, 255, 255, 0.3) 1px;
    background: transparent;
    cursor: pointer;
    transition: all 1s; }
    .portfolio .timelapse_container .form_styles button {
      cursor: pointer;
      line-height: 46px;
      padding: 0px 15px;
      font-size: 14px;
      color: #040404;
      background: #ffffff;
      border: 1px solid #000; }
    .portfolio .timelapse_container .form_styles span {
      display: inline-block;
      cursor: pointer;
      line-height: 46px;
      padding: 0px 15px;
      font-size: 14px;
      color: #040404;
      background: #ffffff;
      border: 1px solid #d2d2d2; }
    .portfolio .timelapse_container .form_styles .line {
      background: #000;
      position: absolute;
      transition: none;
      transform: scale(0);
      opacity: 1; }
    .portfolio .timelapse_container .form_styles .line:nth-child(1) {
      transform-origin: 100% 100%;
      height: 2px;
      width: 20%;
      bottom: 0; }
    .portfolio .timelapse_container .form_styles .line:nth-child(4) {
      transform-origin: 0 100%;
      height: 2px;
      width: 20%;
      top: -1px;
      right: 0; }
    .portfolio .timelapse_container .form_styles .line:nth-child(2) {
      transform-origin: 100% 100%;
      height: 100%;
      width: 2px;
      bottom: 0;
      left: -1px; }
    .portfolio .timelapse_container .form_styles .line:nth-child(5) {
      transform-origin: 100% 0;
      height: 100%;
      width: 2px;
      bottom: 0;
      right: -1px; }
    .portfolio .timelapse_container .form_styles .line:nth-child(3) {
      transform-origin: 0 100%;
      height: 2px;
      width: 100%;
      top: -1px;
      left: -1px; }
    .portfolio .timelapse_container .form_styles .line:nth-child(6) {
      transform-origin: 100% 0;
      height: 2px;
      width: 100%;
      bottom: 0;
      right: -1px; }
    .portfolio .timelapse_container .form_styles:hover > .line {
      transform: scale(1);
      opacity: 0;
      transition: all 1s; }
    .portfolio .timelapse_container .form_styles:hover > .line:nth-child(2), .portfolio .timelapse_container .form_styles:hover > .line:nth-child(5) {
      transition-delay: 0.5s; }
    .portfolio .timelapse_container .form_styles:hover > .line:nth-child(3), .portfolio .timelapse_container .form_styles:hover > .line:nth-child(6) {
      transition-delay: 0.9s; }
    .portfolio .timelapse_container .form_styles:hover {
      background: rgba(255, 255, 255, 0.03); }
    .portfolio .timelapse_container .form_styles.active {
      background: rgba(255, 255, 255, 0.03); }
      .portfolio .timelapse_container .form_styles.active .line {
        transform: scale(1);
        opacity: 0;
        transition: all 1s; }
      .portfolio .timelapse_container .form_styles.active .line:nth-child(2),
      .portfolio .timelapse_container .form_styles.active .line:nth-child(5) {
        transition-delay: 0.5s; }
      .portfolio .timelapse_container .form_styles.active .line:nth-child(3),
      .portfolio .timelapse_container .form_styles.active .line:nth-child(6) {
        transition-delay: 0.9s; }
  .portfolio .timelapse_container .video_overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .portfolio .timelapse_container .video_overlay .close_icon {
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 0;
      border: none;
      cursor: pointer;
      width: 60px; }
.portfolio .nav_items_slider .slick-track {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px; }
.portfolio.chapter_section .inner_block_nav .row:not(.no_animation)::after {
  bottom: 15px; }
.portfolio.chapter_section .inner_block_nav .circle_arrow {
  bottom: 15px; }

/* --------------- PORTFOLIO END ------------------- */
/* --------------- TENDERS --------------------- */
.tenders {
  min-height: 100vh; }
  .tenders .classic_slider {
    padding-bottom: 60px; }
    .tenders .classic_slider .slider_arrows {
      top: auto;
      transform: translate(0%, 0%);
      bottom: 0;
      right: auto;
      left: 0; }
      .tenders .classic_slider .slider_arrows .arrow_left {
        border: 1px solid #707070; }
    .tenders .classic_slider .slick-dots {
      position: absolute;
      right: 0;
      bottom: 0;
      transform: translate(0%, 100%); }
  .tenders table {
    width: 100%;
    border: 1px solid #707070; }
    .tenders table img {
      display: inline-block; }
    .tenders table tr {
      border-bottom: 1px solid #707070; }
      .tenders table tr td {
        padding: 20px; }
      .tenders table tr td:nth-child(1) {
        width: 30%; }
      .tenders table tr td:nth-child(2) {
        width: 10%; }
      .tenders table tr td:nth-child(3) {
        width: 12%; }
      .tenders table tr td:nth-child(4) {
        width: 12%; }
      .tenders table tr td:nth-child(5) {
        width: 29%; }
      .tenders table tr td:nth-child(6) {
        width: 7%;
        background: #5D5D5D;
        text-align: center; }
    .tenders table.table_top {
      text-transform: uppercase; }
      .tenders table.table_top tr {
        border: none; }
      .tenders table.table_top td {
        border: 1px solid #707070; }
      .tenders table.table_top td:nth-child(6) {
        width: 7%;
        background: #fff;
        text-align: center; }

/* --------------- TENDERS END --------------------- */
/* --------------- PAST EXPERIENCE --------------------- */
.past_experience .classic_slider .my_slide ul {
  list-style: none;
  padding-left: 0;
  font-weight: normal; }
  .past_experience .classic_slider .my_slide ul li {
    margin-bottom: 15px;
    list-style-type: none; }

/* --------------- PAST EXPERIENCE END --------------------- */
/* --------------- WATCH BRAND --------------------- */
.watch_brand {
  position: relative;
  z-index: 3; }
  .watch_brand .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
    .watch_brand .video_overlay .text {
      position: absolute;
      left: 5%;
      bottom: 5%;
      cursor: pointer; }
      .watch_brand .video_overlay .text h1 {
        margin-bottom: 15px;
        color: #fff; }
        .watch_brand .video_overlay .text h1 img {
          vertical-align: middle;
          margin-left: 20px; }
      .watch_brand .video_overlay .text h2 {
        color: #fff; }

/* --------------- WATCH BRAND END --------------------- */
/* --------------- BLOG --------------------- */
.blog h2 span {
  word-wrap: wrap; }
.blog .main_content p.subhead {
  font-size: 22px;
  line-height: 1.5; }
.blog .classic_slider .img-fluid {
  display: block;
  border: 1px solid #707070;
  border-bottom: none; }
.blog .classic_slider .read {
  float: right; }
  .blog .classic_slider .read p {
    font-family: 'SF-Pro-Display-Bold'; }
  .blog .classic_slider .read img {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle; }
.blog .inner_block_nav .nav_item {
  padding-right: 40px; }
  .blog .inner_block_nav .nav_item p {
    width: 100%; }

.blog_content, .blog_all {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translate(100%, 0);
  transition: all 0.6s; }
  .blog_content.active, .blog_all.active {
    transform: translate(0, 0); }
  .blog_content p, .blog_all p {
    margin-bottom: 20px; }
  .blog_content .classic_slider .slider_arrows, .blog_all .classic_slider .slider_arrows {
    top: 0;
    right: 0;
    transform: translate(0, 0); }
    .blog_content .classic_slider .slider_arrows .arrow_left, .blog_all .classic_slider .slider_arrows .arrow_left {
      border: 1px solid #707070; }
  .blog_content .my_btn, .blog_all .my_btn {
    transform: translate(0, -100%); }
  .blog_content .main_content, .blog_all .main_content {
    min-height: calc(100vh - 150px);
    padding-top: 20px;
    padding-bottom: 20px; }
  .blog_content .blog_text, .blog_all .blog_text {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-right: 10px; }
  .blog_content .blog_text::-webkit-scrollbar, .blog_all .blog_text::-webkit-scrollbar {
    width: 10px !important; }
  .blog_content .blog_text::-webkit-scrollbar-track, .blog_all .blog_text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .blog_content .blog_text::-webkit-scrollbar-thumb, .blog_all .blog_text::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

.blog_all .main_content {
  max-height: calc(100vh - 210px);
  overflow-y: scroll; }
.blog_all .block {
  border: 1px solid #707070;
  cursor: pointer; }
  .blog_all .block img {
    display: block; }
  .blog_all .block .title_box {
    border: none;
    border-top: 1px solid #707070; }
.blog_all .my_btn {
  position: relative;
  transform: none; }

@media (min-width: 991px) {
  .blog_content .content .slick-track {
    display: flex; }
    .blog_content .content .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; } }
/* --------------- BLOG END --------------------- */
/* --------------- TEAM --------------------- */
.team {
  min-height: 100vh; }
  .team .member {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    max-width: 17%;
    margin-right: 3%; }
    .team .member img {
      display: block; }
    .team .member .plus {
      position: absolute;
      bottom: 0;
      left: 0;
      cursor: pointer; }
  .team .team_lead .member {
    max-width: 16%;
    margin-right: 9%;
    margin-bottom: 20px; }
  .team .team_details {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: translate(100%, 0);
    transition: all 0.6s; }
    .team .team_details.active {
      transform: translate(0, 0); }
    .team .team_details .row.main_content {
      min-height: calc(100vh - 200px); }
    .team .team_details p {
      margin-bottom: 30px; }
    .team .team_details h3 {
      margin-bottom: 15px; }
    .team .team_details h4 {
      font-family: 'SF-Pro-Display-Regular';
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .team .team_details ul {
      padding-left: 20px; }
      .team .team_details ul li {
        list-style-type: disc;
        margin-bottom: 15px; }
    .team .team_details .classic_slider .slider_arrows {
      top: auto;
      left: auto;
      right: 0;
      bottom: 0;
      transform: translate(0, 0);
      position: relative; }
      .team .team_details .classic_slider .slider_arrows .arrow_left {
        border: 1px solid #707070; }
    .team .team_details .crane {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      width: 25%;
      background: url("../img/team/crane.jpg") center;
      background-size: cover; }
    .team .team_details .classic_slider .my_slide p {
      margin-bottom: 15px; }
    .team .team_details .classic_slider .my_slide ul {
      padding-top: 5px;
      font-weight: normal; }
      .team .team_details .classic_slider .my_slide ul li {
        margin-bottom: 10px; }
    .team .team_details .my_btn {
      transform: translate(0, -100%); }

/* --------------- TEAM END --------------------- */
/* --------------- CAREERS ---------------------- */
.careers .main_content p.subhead {
  font-size: 22px;
  line-height: 1.5; }
.careers .form_styles button {
  color: #000;
  background: white;
  border: 1px solid #707070; }
.careers .classic_slider .img-fluid {
  display: block; }
.careers .classic_slider .read {
  float: right; }
  .careers .classic_slider .read p {
    font-family: 'SF-Pro-Display-Bold'; }
  .careers .classic_slider .read img {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle; }

/* --------------- CAREERS END ---------------------- */
/* --------------- Contact us ---------------------- */
.contact_us h3 {
  margin-bottom: 5px; }
.contact_us p {
  font-size: 20px; }
.contact_us .map_box {
  border: 1px solid #707070; }
.contact_us .nav_box {
  padding-top: 10px;
  padding-bottom: 10px; }
  .contact_us .nav_box:first-of-type {
    border-right: 1px solid #707070; }

/* --------------- Contact us END ---------------------- */
/* -------------- RESPONSIVE ------------------ */
/* -------------- below 1600px ------------------ */
@media (max-width: 1600px) {
  h1 {
    font-size: 180px; }

  h2 {
    font-size: 65px; } }
@media (max-width: 1400px) {
  h1 {
    font-size: 140px; }

  h2 {
    font-size: 60px; }

  .menu_container {
    width: 245px; } }
/* -------------- RESPONSIVE END  ------------------ */

/*# sourceMappingURL=my_style.css.map */
