/*variables*/
:root {
  --font_cut: 'ObjektivMk1W03';
  --font_cut2: 'Galano Grotesque';
  --base_font_size: 18px;
  --big_font_size_1: 75px;
  --big_font_size_2: 80px;
  --big_font_size_3: 37px;
  --big_font_size_4: 28px;
  --big_font_size_5: 24px;
  --big_font_size_6: 21px;
  --big_font_size_7: 32px;
  --big_font_size_8: 26px;
  --big_font_size_9: 50px;
  --site_link_btn_size: 23px;
  --project_grid_gap: 75px;
  --section_padding: 4vw;
  --section_padding_cnt: 8vw;
  --heading_padding: 3vh;
  --section_p_btm: 80vh;
  --btn_gap: 20%;
}

/*Fonts*/
@font-face {
  font-family: 'ObjektivMk1W03';
  src: url("../fonts/ObjektivMk1W03-Regular.eot");
  src: url("../fonts/ObjektivMk1W03-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk1W03-Regular.woff2") format("woff2"), url("../fonts/ObjektivMk1W03-Regular.woff") format("woff"), url("../fonts/ObjektivMk1W03-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ObjektivMk1W03';
  src: url("../fonts/ObjektivMk1W03-Regular_1.eot");
  src: url("../fonts/ObjektivMk1W03-Regular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk1W03-Regular_1.woff2") format("woff2"), url("../fonts/ObjektivMk1W03-Regular_1.woff") format("woff"), url("../fonts/ObjektivMk1W03-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Galano Grotesque';
  src: url("../fonts/galano/GalanoGrotesque-Regular.eot");
  src: url("../fonts/galano/GalanoGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/galano/GalanoGrotesque-Regular.woff2") format("woff2"), url("../fonts/galano/GalanoGrotesque-Regular.woff") format("woff"), url("../fonts/galano/GalanoGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*intialization*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
  color: #fff;
}

.row {
  margin: 0;
}

.col-md-6, .col-md-4, .col-md-8 {
  padding: 0;
}

body {
  font-family: var(--font_cut);
  font-weight: 400;
  line-height: 1.67;
  font-size: var(--base_font_size);
  color: #fff;
}

@-webkit-keyframes scrolldown {
  from {
    top: 6px;
    opacity: 0;
  }
  to {
    top: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes scrolldown {
  from {
    top: 6px;
    opacity: 0;
  }
  to {
    top: calc(100% - 20px);
    opacity: 1;
  }
}

@-webkit-keyframes menuOpen {
  0% {
    width: 0%;
    height: 15px;
  }
  50% {
    width: 100%;
    height: 15px;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@keyframes menuOpen {
  0% {
    width: 0%;
    height: 15px;
  }
  50% {
    width: 100%;
    height: 15px;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes menuOpenCnt {
  to {
    opacity: 1;
    z-index: 1;
  }
}

@keyframes menuOpenCnt {
  to {
    opacity: 1;
    z-index: 1;
  }
}

@-webkit-keyframes menuCloseCnt {
  to {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes menuCloseCnt {
  to {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes menuClose {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 15px;
  }
  100% {
    height: 15px;
    width: 0;
  }
}

@keyframes menuClose {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 15px;
  }
  100% {
    height: 15px;
    width: 0;
  }
}

/*menu btn hover animation*/
@-webkit-keyframes animMenuLink {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes animMenuLink {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes unAnimMenuLink {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes unAnimMenuLink {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

html:not(.no-js) [data-aos=fade-up].inner_aos {
  -webkit-transform: translate3d(0, 100px, 0) !important;
          transform: translate3d(0, 100px, 0) !important;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate.inner_aos {
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 1600px) {
  @-webkit-keyframes menuOpen {
    0% {
      width: 0%;
      height: 10px;
    }
    50% {
      width: 100%;
      height: 10px;
    }
    100% {
      height: 100%;
      width: 100%;
    }
  }
  @keyframes menuOpen {
    0% {
      width: 0%;
      height: 10px;
    }
    50% {
      width: 100%;
      height: 10px;
    }
    100% {
      height: 100%;
      width: 100%;
    }
  }
  @-webkit-keyframes menuClose {
    0% {
      width: 100%;
      height: 100%;
    }
    50% {
      width: 100%;
      height: 10px;
    }
    100% {
      height: 10px;
      width: 0;
    }
  }
  @keyframes menuClose {
    0% {
      width: 100%;
      height: 100%;
    }
    50% {
      width: 100%;
      height: 10px;
    }
    100% {
      height: 10px;
      width: 0;
    }
  }
}

.projects_wrap .projects li > .img .inner_aos,
.line_around_wrap {
  position: relative;
}

.line_around {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*Home page*/
.page_wraper {
  position: relative;
  background-color: #004999;
}

.container {
  max-width: 1600px;
  position: relative;
  z-index: 1;
  padding: 0;
}

.row {
  margin: 0;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}

header .container-fluid,
footer .container-fluid {
  max-width: 1770px;
}

header .navbar {
  padding: 50px 0;
}

header .hr_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .hr_cnt > a {
  font-size: var(--big_font_size_5);
  color: #fff;
  display: inline-block;
  margin-right: 2.44vw;
}

header .navbar-toggler {
  outline: none;
}

.banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .video_wrap {
  position: relative;
  height: 100%;
}

.banner .video_wrap .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .video_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004999;
  opacity: 0.4;
}

.banner_cnt {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 60vw;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.banner_cnt .heading_1 {
  padding: 40px;
}

.heading_1 {
  font-size: var(--big_font_size_1);
  font-weight: 400;
}

.heading_2 {
  padding: var(--heading_padding);
}

/*Hamburger*/
#nav-icon3 {
  width: 43px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.flexible_content {
  position: relative;
  -webkit-box-shadow: 0px -17px 175px 200px #012145;
  box-shadow: 0px -17px 175px 200px #012145;
}

.flexible_content::before {
  content: "";
  display: block;
  background: black;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(0, 0, 0, 0)), color-stop(50%, black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 4%, black 50%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 55%;
}

.heading_2 {
  font-size: var(--big_font_size_2);
}

.about {
  padding: 58vh 0 70vh;
  position: relative;
}

.about .heading_2 {
  margin-bottom: 0;
  padding: var(--heading_padding);
  padding-left: calc(20vw - var(--section_padding));
  text-align: left;
}

.about .t_content {
  margin: 0 auto;
  text-align: center;
  padding: 0 var(--section_padding);
}
.projects li p{
  font-size: 18px;
}
.t_content p {
  margin-bottom: 2em;
  font-size: var(--big_font_size_6);
  text-align: left;
}

.t_content p:last-child {
  margin-bottom: 0;

}

.about.hm .t_content .t_content {
  margin-bottom: 20vh;
  padding: 6vh calc(20vw - var(--section_padding));
  text-align: left;
}

.link_to_wrap {
  text-align: center;
}

.linkto {
  position: relative;
  font-size: var(--site_link_btn_size);
  color: #fff;
  display: inline-block;
  min-height: 48px;
  line-height: 48px;
  padding: 0 30px;
  z-index: 1;
}

.linkto .value_cnt,
.site_menu .top_menu li a .value_cnt {
  position: relative;
  z-index: 3;
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
}

.linkto:hover .value_cnt,
.site_menu .top_menu li a:hover .value_cnt {
  color: #06203D !important;
}

.linkto .line_anim,
.site_menu .top_menu li a .line_anim {
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.linkto:hover .line_anim,
.site_menu .top_menu li a:hover .line_anim {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.linkto .line_anim_2,
.site_menu .top_menu li a .line_anim_2 {
  -webkit-transition: y 1s ease;
  transition: y 1s ease;
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.linkto:hover .line_anim_2,
.site_menu .top_menu li a:hover .line_anim_2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: 100%;
  y: 0;
}

.linkto.line_thru {
  background: #06203D;
}

.new_linkto::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.projects_wrap {
  position: relative;
  padding-bottom: var(--section_p_btm);
}

.projects .row{
  align-items: center;
}
.projects_wrap .heading_2 {
  margin-bottom: 0;
  padding: var(--heading_padding) 0;
  padding-left: var(--section_padding);
  padding-right: var(--section_padding);
}

.projects_wrap .projects li > .img,
.projects_wrap .projects li > .text {
  padding-left: 15px;
  padding-right: 15px;
}

.projects_wrap .projects li.text_right > .img {
  padding-right: var(--project_grid_gap);
}

.projects_wrap .projects li.text_right > .text {
  padding-left: var(--project_grid_gap);
}

.projects_wrap .projects li.text_left > .img {
  padding-left: var(--project_grid_gap);
}

.projects_wrap .projects li > .img img {
  width: 100%;
}

.projects_wrap .projects li.text_left > .text {
  padding-right: var(--project_grid_gap);
}

.projects_wrap .projects li > .img,
.projects_wrap .projects li > .text {
  padding-top: 12vh;
  padding-bottom: 12vh;
  padding-left: var(--section_padding);
}

.projects_wrap .projects li.text_right > .text,
.projects_wrap .projects li.text_left > .img {
  padding-right: var(--section_padding);
}

.projects_wrap .projects li .text .cat_name {
  font-size: var(--big_font_size_6);
  display: inline-block;
  margin-bottom: 0.5em;
}

.projects_wrap .projects li .text .name {
  font-size: var(--big_font_size_3);
  margin-bottom: 1em;
}

.projects_wrap .projects li .text .t_content {
  margin-bottom: 4.48vh;
}

.projects_wrap .projects li .linkto.not_arrive {
  color: #fff;
  font-size: var(--big_font_size_5);
  border: 0;
  pointer-events: none;
}

.projects_wrap .projects li .linkto.not_arrive svg {
  /* display: none; */
}

.projects_wrap .link_to_wrap {
  margin-top: 17vh;
}

.time_line {
  position: relative;
  padding-bottom: var(--section_p_btm);
}

.time_line .time_line_wrap li {
  list-style-type: none;
  min-height: 80vh;
}

.time_line .time_line_wrap li:nth-child(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time_line .time_line_wrap {
  max-width: 70vw;
  margin: 0 auto;
}

.time_line_wrap li .value {
  display: inline-block;
  font-size: var(--big_font_size_1);
}

.time_line_wrap li .text p {
  font-size: var(--big_font_size_4);
}

.time_line .time_line_wrap li .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: var(--section_padding);
}

.time_line .time_line_wrap li:nth-child(2n) .cnt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 0;
  padding-left: 5.46vw;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.updates_wrap {
  padding-bottom: var(--section_p_btm);
}

.updates_wrap .heading_2 {
  text-align: right;
  padding: var(--heading_padding) var(--section_padding);
}

.updates_wrap > .link_to_wrap {
  padding-top: 17vh;
}

.updates li {
  list-style: none;
  padding: 7vh 0 7vh;
}

.updates li > .cnt {
  padding: 0 var(--section_padding);
}

.heading_3 {
  font-size: var(--big_font_size_7);
  margin-bottom: 1em;
}

.updates li .heading_3 {
  font-size: var(--big_font_size_7);
  margin-bottom: 1em;
}

.updates li .text {
  margin-bottom: 3em;
}

.updates li .link_to_wrap {
  text-align: right;
}

.scroll_down {
  display: block;
  width: 33px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.scroll_down::before {
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  top: 6px;
  -webkit-animation-name: scrolldown;
          animation-name: scrolldown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

footer {
  background: #004999;
  position: relative;
  padding: 8vh 0;
  border-top: 2px solid #fff;
}

footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container-fluid > .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: var(--section_padding);
}

footer .left .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .left .menu li {
  margin-right: 2vw;
}

footer .left .menu li:last-child {
  margin-right: 0;
}

footer .left .menu li a {
  font-size: 26px;
  color: #fff;
  font-family: var(--font_cut2);
}

footer .left .logo {
  margin-right: 2vw;
}

footer .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right ul li {
  margin-right: 2vw;
}

footer .right ul li:last-child {
  margin-right: 0;
}

footer .right ul li a {
  color: #fff;
  font-family: var(--font_cut2);
}

.outer_svg,
.outer_svg2,
.scroll_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.btn_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.site_menu {
  position: fixed;
  left: 0;
  top: 0;
  background: #06203D;
  height: 1%;
  width: 0;
  z-index: 3;
}

.menu_open .site_menu {
  -webkit-animation-name: menuOpen;
          animation-name: menuOpen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.menu_open .site_menu .inner {
  -webkit-animation-name: menuOpenCnt;
          animation-name: menuOpenCnt;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.menu_close .site_menu {
  -webkit-animation-name: menuClose;
          animation-name: menuClose;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.site_menu .inner {
  max-width: 30vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.site_menu .top_menu li {
  margin-bottom: 6vh;
  position: relative;
}

.site_menu .top_menu li.active a .value_cnt {
  color: #06203D;
}

.site_menu .top_menu li.active a .line_anim_2 {
  height: 100%;
  y: 0;
}

.site_menu .top_menu li:last-child {
  margin-bottom: 0;
}

.site_menu .top_menu li a {
  display: block;
  min-height: 97px;
  line-height: 97px;
  font-size: var(--big_font_size_3);
  text-align: center;
  position: relative;
}

.site_menu .btm_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12vh;
}

.site_menu .btm_menu li a {
  font-size: var(--big_font_size_6);
}

#line_draw_page {
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.line_thru_outer {
  height: 12vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line_thru_outer.outer_1, .line_thru_outer.outer_1 .linkto {
  background-color: #002145;
}

.line_thru_outer.outer_2, .line_thru_outer.outer_2 .linkto {
  background-color: #002145;
}

.line_thru_outer.outer_3, .line_thru_outer.outer_3 .linkto {
  background-color: #004591;
}

body {
  -webkit-transition: overflow 2s ease;
  transition: overflow 2s ease;
}

body.menu_open {
  -webkit-animation-name: bodyOverflow;
          animation-name: bodyOverflow;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bodyOverflow {
  to {
    overflow: hidden;
  }
}

@keyframes bodyOverflow {
  to {
    overflow: hidden;
  }
}

.projects_wrap .projects li:nth-child(2n) > .text.deviate_mb {
  display: none;
}

.mb_show {
  display: none;
}

.desk_show {
  display: block;
}

/*about page*/
.about.hm.ab .t_content .t_content {
  margin-bottom: 0;
}

.about.ab.hm .t_content {
  padding: 0 15vw;
}

.about.ab .heading_2 {
  padding-left: var(--section_padding);
}

.about.hm.ab .t_content .t_content {
  padding: 6vh var(--section_padding);
}

.values {
  padding-bottom: var(--section_p_btm);
}

.values .heading_2 {
  text-align: right;
  padding: var(--heading_padding);
  padding-left: var(--section_padding);
}

.values.we_are .heading_2 {
  padding-left: 0;
  padding-right: 0;
}

.values.we_are .heading_align {
  padding-left: var(--section_padding);
}

.values .inner {
  padding: var(--section_padding);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-template-about .values .inner .left {
  padding-right: 0;
}

.values .inner .left {
  padding-right: var(--section_padding);
  align-self: center;	
}

.values .inner .right {
  padding-left: var(--section_padding);
  align-self: center;
}

.esg {
  padding-bottom: var(--section_p_btm);
}

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

.esg .heading_2 .sub {
  display: block;
  font-size: var(--big_font_size_7);
  padding-top: 0.5em;
}

.esg .t_content {
  padding: var(--section_padding);
}

.project_page .projects_wrap .inner {
  padding-bottom: var(--section_padding);
}

.project_page .projects_wrap .inner:first-child {
  padding-top: 50vh;
}

.project_page .projects_wrap .inner:last-child {
  padding-bottom: var(--section_p_btm);
}

.banner.single_project .video-container {
  display: none;
}

.bg_img {
  height: 100%;
}

.bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner.banner.single_project .video_wrap::before {
  opacity: 0.6;
}

.heading_1 .sub {
  font-size: var(--big_font_size_7);
  display: block;
  margin-bottom: 0.5em;
}

.project_intro {
  padding-top: 60vh;
  padding-bottom: 65vh;
}

.project_intro .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_intro .left {
  padding: var(--section_padding);
  padding-left: 6vw;
}

.project_intro .right {
  padding-left: var(--section_padding);
}

.project_intro .heading_2 {
  padding: 6vw;
}

.time_line.project {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time_line.project li {
  padding-bottom: 7vw;
}

.time_line.project li:nth-child(odd) {
  text-align: right;
  padding-right: var(--section_padding);
}

.time_line.project li:nth-child(even) {
  text-align: left;
  padding-left: var(--section_padding);
}

.time_line.project .value {
  font-size: var(--big_font_size_9);
}

.time_line.project .name {
  font-size: var(--big_font_size_7);
}

.project_img_gallery .imgs img {
  width: 100%;
}

.project_img_gallery {
  padding-bottom: 50vh;
}

.project_img_gallery .imgs li {
  padding: var(--section_padding);
}

.end_text {
  display: block;
  text-align: center;
  padding: 2vh 0 20vh;
}

.banner.single_project.contact_page .video_wrap::before {
  opacity: 0;
}

.first_address {
  padding-top: calc(50vh - var(--section_padding_cnt));
}

.first_address .inner {
  text-align: center;
  padding-top: var(--section_padding_cnt);
  padding-bottom: var(--section_padding_cnt);
}

.first_address .heading_2 {
  font-size: 42px;
  padding-top: 0;
}

.first_address address {
  font-size: var(--big_font_size_8);
}

.contact_details > .inner {
  padding: var(--section_padding_cnt) 0;
}

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

.contact_details .links li a {
  text-decoration: underline;
  font-size: var(--big_font_size_8);
  display: block;
  margin-bottom: 0.4em;
}

.contact_form > .inner_cnt {
  padding: var(--section_padding_cnt) 0;
}

.contact_form .inner {
  text-align: center;
  padding: 0 var(--section_padding_cnt);
}

.t_content.question {
  padding-bottom: var(--section_padding);
}

.contact_form form .input_group input:not(.contact_form form .input_group.sub input),
.contact_form form .input_group textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  height: 52px;
  line-height: 52px;
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: var(--big_font_size_6);
}

.contact_form form .input_group textarea {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
}

.contact_form form .input_group textarea:focus {
  height: 150px;
}

.contact_form form .input_group {
  margin-bottom: 3vh;
}

.contact_form form .input_group input::-webkit-input-placeholder,
.contact_form form .input_group textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: var(--big_font_size_8);
}

.contact_form form .input_group input:-ms-input-placeholder,
.contact_form form .input_group textarea:-ms-input-placeholder {
  color: #fff;
  font-size: var(--big_font_size_8);
}

.contact_form form .input_group input::-ms-input-placeholder,
.contact_form form .input_group textarea::-ms-input-placeholder {
  color: #fff;
  font-size: var(--big_font_size_8);
}

.contact_form form .input_group input::placeholder,
.contact_form form .input_group textarea::placeholder {
  color: #fff;
  font-size: var(--big_font_size_8);
}

.input_group.sub .submit {
  position: relative;
  display: inline-block;
}

.input_group.sub {
  text-align: right;
  padding-top: 6vh;
}

.input_group.sub input[type="submit"] {
  display: inline-block;
  background: transparent;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.other_links {
  padding-bottom: calc(var(--section_p_btm) - var(--section_padding_cnt));
}

.other_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--section_padding_cnt) 0;
}

.other_links ul li {
  margin: 0 2vw;
}

.other_links ul li:first-child {
  margin-left: 0;
}

.other_links ul li:last-child {
  margin-right: 0;
}

.update_page .updates_wrap {
  padding-top: 50vh;
}

.update_page .updates_wrap .heading_2 {
  text-align: left;
}

.banner.impressum .video_wrap::before {
  opacity: 1;
  background-color: #08284C;
}

.flexible_content.impressum {
  padding-top: calc(75vh - var(--section_padding_cnt));
  padding-bottom: 52vh;
}

.flexible_content.impressum .contents .left {
  text-align: right;
  padding-right: var(--section_padding);
}

.flexible_content.impressum .contents h2,
.flexible_content.impressum .contents h3 {
  font-size: var(--big_font_size_8);
  margin-bottom: 1em;
}

.flexible_content.impressum .contents address,
.flexible_content.impressum .contents a {
  margin-bottom: 2em;
  font-size: var(--big_font_size_6);
  display: block;
}

.flexible_content.impressum .contents a {
  margin-bottom: 1em;
}

.flexible_content.impressum .contents p a {
  margin-bottom: 0;
  display: inline-block;
}

.flexible_content.impressum .contents {
  padding: var(--section_padding_cnt) 0;
}

.flexible_content.impressum .contents > li {
  margin-bottom: var(--section_padding_cnt);
}

.flexible_content.impressum .contents > li ul li {
  margin-bottom: 1em;
}

.flexible_content.impressum .contents li:last-child {
  margin-bottom: 0;
}

/*Responsive*/
@media (min-width: 2000px) and (max-width: 4000px) {
  :root {
    --section_padding: 2vw;
  }
  .about .heading_2 {
    padding-left: calc(10vw - var(--section_padding));
  }
  .about.hm .t_content .t_content {
    padding: 6vh calc(10vw - var(--section_padding));
  }
  header .container-fluid, footer .container-fluid {
    max-width: 2270px;
  }
}

@media (max-width: 1600px) {
  :root {
    --big_font_size_1: 50px;
    --big_font_size_5: 21px;
    --big_font_size_2: 50px;
    --big_font_size_6: 18px;
    --site_link_btn_size: 21px;
    --big_font_size_3: 32px;
    --big_font_size_4: 24px;
    --big_font_size_7: 28px;
    --big_font_size_8: 24px;
    --big_font_size_9: 42px;
    --base_font_size: 16px;
    --section_p_btm: 70vh;
  }
  .scroll_down {
    width: 28px;
    height: 52px;
    bottom: 15vh;
  }
  header .container-fluid, footer .container-fluid {
    max-width: 1190px;
  }
  .navbar-brand img {
    max-width: 90%;
  }
  .container {
    max-width: 1200px;
  }
  footer .left .menu li a {
    font-size: var(--big_font_size_5);
  }
  footer .left .menu li {
    margin-right: 2vw;
  }
  footer .right ul li {
    margin-right: 1vw;
    font-size: 16px;
  }
  .site_menu .inner {
    max-width: 40vw;
  }
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  #nav-icon3 {
    width: 38px;
  }
  .site_menu {
    height: 15px;
  }
  .line_thru_outer.outer_2, .line_thru_outer.outer_2 .linkto {
    background-color: #00234a;
  }
  .line_thru_outer.outer_3, .line_thru_outer.outer_3 .linkto {
    background-color: #004694;
  }
  .flexible_content {
    overflow: hidden;
  }
  .first_address .heading_2 {
    font-size: 38px;
  }
  .flexible_content.impressum {
    padding-top: 60vh;
    padding-bottom: var(--section_p_btm);
  }
}

@media (max-width: 1199px) {
  :root {
    --big_font_size_6: 16px;
    --big_font_size_3: 28px;
    --project_grid_gap: 30px;
    --section_p_btm: 50vh;
  }
  .banner .video_wrap .video-container {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_cnt {
    min-width: 82vw;
  }
  header .container-fluid, footer .container-fluid {
    max-width: 991px;
  }
  .container {
    max-width: 960px;
  }
  .about.hm .t_content .t_content {
    padding: 6vh calc(15vw - var(--section_padding));
  }
  .about .heading_2 {
    padding-left: calc(15vw - var(--section_padding));
  }
  .site_menu .inner {
    max-width: 60vw;
  }
  .time_line_wrap li .text {
    text-align: right;
  }
  footer .right ul li {
    margin-right: 2vw;
  }
  footer .right ul li:last-child {
    display: none;
  }
  .line_thru_outer.outer_2, .line_thru_outer.outer_2 .linkto {
    background-color: #002145;
  }
  .line_thru_outer.outer_3, .line_thru_outer.outer_3 .linkto {
    background-color: #004693;
  }
  .about {
    padding: 42vh 0 60vh;
  }
  footer {
    padding: 5vh 0;
  }
  .first_address .heading_2 {
    font-size: 36px;
  }
  .time_line.project li {
    padding-bottom: 12vw;
  }
  .project_intro {
    padding-top: 50vh;
    padding-bottom: 55vh;
  }
}

@media (max-width: 991px) {
  :root {
    --big_font_size_2: 44px;
    --big_font_size_8: 21px;
    --section_padding_cnt: 12vw;
    --big_font_size_9: 32px;
    --big_font_size_7: 24px;
  }
  .projects_wrap > .inner {
    padding: 0 var(--section_padding);
  }
  .projects_wrap .projects li > .img, .projects_wrap .projects li > .text {
    padding-top: var(--heading_padding);
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about .heading_2 {
    padding-left: var(--section_padding);
  }
  .about.hm .t_content .t_content {
    padding: var(--section_padding);
  }
  .projects_wrap .projects li:nth-child(2n) > .text.deviate_mb {
    display: block;
  }
  .projects_wrap .projects li:nth-child(2n) > .text:not(.projects_wrap .projects li > .text.deviate_mb) {
    display: none;
  }
  .about {
    padding: 42vh 0 48vh;
  }
  .updates_wrap {
    padding-left: var(--section_padding);
    padding-right: var(--section_padding);
  }
  .line_thru_outer.outer_2, .line_thru_outer.outer_2 .linkto {
    background-color: #00244c;
  }
  .line_thru_outer.outer_3, .line_thru_outer.outer_3 .linkto {
    background-color: #004796;
  }
  .projects_wrap .projects li > .img {
    padding-bottom: var(--section_padding);
  }
  footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .logo {
    margin-bottom: 2.5em;
  }
  .banner_cnt {
    z-index: 1;
  }
  /*about*/
  .values, .esg, .first_address, .contact_details, .contact_form, .other_links,
  .project_intro > .inner, .project_img_gallery, .flexible_content.impressum,
  .flexible_content.impressum .contents .left, .flexible_content.impressum .contents .right {
    padding-left: var(--section_padding);
    padding-right: var(--section_padding);
  }
  .contact_form form .input_group.sub {
    text-align: center;
  }
  .project_intro .left, .project_intro .right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .project_intro .right,
  .project_intro .left {
    padding: var(--section_padding);
  }
  .project_intro {
    padding-top: 40vh;
    padding-bottom: 45vh;
  }
  .time_line.project li {
    padding-bottom: 20vw;
  }
	.projects li p{
	  font-size: 14px;
	}
  .time_line_wrap li .value {

    font-size: var(--big_font_size_3);
  }
}

/* phones */
@media (max-width: 767px) {
  :root {
    --big_font_size_1: 24px;
    --big_font_size_2: 24px;
    --big_font_size_3: 21px;
    --big_font_size_6: 14px;
    --site_link_btn_size: 15px;
    --big_font_size_5: 15px;
    --big_font_size_4: 10px;
    --big_font_size_7: 21px;
    --base_font_size: 14px;
    --big_font_size_8: 18px;
    --section_padding: 6vw;
    --section_padding_cnt: 20vw;
  }
  .navbar-brand img {
    max-width: 80%;
  }
  header .hr_cnt > a {
    display: none;
  }
  footer .right ul li:nth-child(2) {
    display: none;
  }
  footer .right ul li a,
  footer .left .menu li a {
    font-size: 12px;
  }
  footer .left {
    margin-left: 0;
  }
  header .navbar {
    padding: 30px 0;
  }
  #nav-icon3 {
    width: 32px;
  }
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }
  .banner_cnt .heading_1 {
    padding: 20px 30px;
  }
  .linkto {
    min-height: 32px;
    line-height: 32px;
  }
  .about.hm .t_content .t_content {
    margin-bottom: 10vh;
  }
  .time_line .time_line_wrap {
    max-width: 100%;
  }
  .updates li .text p {
    font-size: var(--big_font_size_6);
  }
  footer .logo {
    margin-bottom: 2em;
  }
  .scroll_down {
    width: 26px;
    height: 47px;
    bottom: 10vh;
  }
  .site_menu .inner {
    max-width: 70%;
  }
  .site_menu .top_menu li a {
    max-height: 47px;
    min-height: 47px;
    line-height: 47px;
  }
  .site_menu .btm_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mb_show {
    display: block;
  }
  .desk_show {
    display: none;
  }
  .scroll_down {
    bottom: 5vh;
  }
  .site_menu .btm_menu {
    margin-top: 10vh;
  }
  .site_menu .btm_menu > li {
    margin-bottom: 1em;
  }
  .menu_open .site_menu .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20vh;
    height: 95vh;
  }
  .menu_open .site_menu .inner .top_menu {
    overflow-y: auto;
  }
  .about.ab.hm .t_content {
    padding: 0 var(--section_padding);
  }
  .values .inner .left,
  .values.we_are .inner .right,
  .values .inner .right {
    padding-right: 0;
    padding-left: 0;
  }
  .values.we_are .inner .right,
  .values .inner .right {
    padding-top: 10vh;
  }
  .esg .heading_2 {
    padding: var(--heading_padding) 0;
  }
  .updates li .text {
    margin-bottom: 6em;
  }
  .updates li .link_to_wrap {
    text-align: left;
  }
  .first_address .heading_2 {
    font-size: 24px;
  }
  .contact_form .inner {
    padding-left: var(--section_padding);
    padding-right: var(--section_padding);
  }
  .other_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other_links ul li {
    margin: 0;
    margin-bottom: var(--section_padding_cnt);
  }
  .time_line.project .name {
    font-size: 16px;
    
  }
  .time_line.project .value {
	  font-size: 24px;
  }

  .flexible_content.impressum .contents .left {
    text-align: left;
    margin-bottom: 2em;
  }
}

@media (max-width: 320px) {
  :root {
    --big_font_size_1: 18px;
  }
  footer .right ul li {
    margin-right: 0;
  }
}

/*landscape S*/
@media (max-width: 768px) and (max-height: 414px) {
  .site_menu .btm_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 12vh;
  }
  .site_menu .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20vh;
    height: 90vh;
  }
  .site_menu .inner .top_menu {
    overflow-y: auto;
  }
  header .navbar {
    padding: 15px 0;
  }
  .other_links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .other_links ul li {
    margin: 0;
    margin-right: var(--section_padding);
  }
}

/*landscape X*/
@media (max-width: 991px) and (max-height: 414px) {
  :root {
    --big_font_size_1: 24px;
    --big_font_size_2: 24px;
    --big_font_size_3: 21px;
    --big_font_size_6: 14px;
    --site_link_btn_size: 15px;
    --big_font_size_5: 15px;
    --big_font_size_4: 10px;
    --big_font_size_7: 21px;
    --section_padding: 6vw;
  }
  .banner_cnt .heading_1 {
    padding: 20px;
  }
  .scroll_down {
    width: 25px;
    height: 44px;
    bottom: 10vh;
  }
  .site_menu .btm_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 12vh;
  }
  .site_menu .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20vh;
    height: 90vh;
  }
  .site_menu .inner .top_menu {
    overflow-y: auto;
  }
  header .navbar {
    padding: 15px 0;
  }
  .site_menu .top_menu li a {
    max-height: 47px;
    min-height: 47px;
    line-height: 47px;
  }
  .other_links {
    padding-bottom: var(--section_p_btm);
  }
}
/*# sourceMappingURL=custom.css.map */