body {
  font-family: 'Satoshi',sans-serif;
  scroll-behavior: smooth;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
a:focus {
  outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
ul li {
  list-style-type: none; }

p, a {
  color: #000;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1140px;
  margin: auto; }

h1, h2 {
  margin: 0 0 30px; }

h2 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

h3 {
  margin: 0 0 30px; }

h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  margin: 0 0 10px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

input, textarea, button {
  outline: none !important; }

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  background: #00a0d2; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.bg .img-mob {
  display: none; }

.bg + * {
  position: relative;
  z-index: 2; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
  appearance: textfield !important; }

/*---------------------------------HEADER----------------------------------*/
.is-menu {
  overflow: hidden; }

header {
  position: relative;
  z-index: 999; }

.top-line {
  padding: 20px 0 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7); }
.top-line .logo-wrap {
  width: 80px; }
.top-line .container-fluid {
  padding: 0 17px 0 3px; }
.top-line .row {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.is-sticky .top-line {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

.top-menu {
  width: calc(100% - 100px);
  padding-bottom: 6px; }
.top-menu .menu {
  grid-gap: 5px; }
.top-menu .menu li {
  margin-left: 53px; }
.top-menu .menu li:first-child {
  margin-left: 0; }
.top-menu .menu a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  position: relative; }
.top-menu .menu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.top-menu .menu a:hover:after {
  width: 100%; }
.top-menu .btn-wrap {
  margin-left: 35px !important; }
.top-menu .btn-wrap a {
  border: solid 1px #b5b5b5;
  border-radius: 20px;
  padding: 0 18px;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 38px;
  height: 40px;
  display: inline-block;
  top: 0; }
.top-menu .btn-wrap a:hover {
  background: #000;
  border-color: #000;
  color: #fff; }
.top-menu .btn-wrap a:after {
  display: none !important; }
.top-menu .current-menu-item a:after {
  width: 100%; }

.menu-bar {
  display: none; }

/*--------------------------------END-HEADER----------------------------------*/
/*------------------------------HOME-BANNER---------------------------------*/
.home-banner {
  position: relative;
  padding: 0 0 100px; }
.home-banner figure img {
  height: 517px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.home-banner .text {
  margin-top: 25px; }
.home-banner .text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.home-banner .text .title-wrap {
  width: 48%; }
.home-banner h2 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: -3px; }
.home-banner p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 18px; }
.home-banner .container {
  position: relative; }
.home-banner .bottom-pagination-banner {
  position: absolute;
  bottom: -10px;
  right: 12px;
  width: 405px; }
.home-banner .bottom-pagination-banner .swiper-pagination {
  width: calc(100% - 120px);
  max-width: 487px;
  position: relative;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  background-color: black;
  height: 1px; }
.home-banner .bottom-pagination-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  height: 3px;
  top: -2px; }
.home-banner .bottom-pagination-banner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: solid 1px #000;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  position: relative;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  left: 0;
  right: 0;
  top: 0; }
.home-banner .bottom-pagination-banner .btn i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.home-banner .bottom-pagination-banner .btn i:before {
  font-weight: 300; }
.home-banner .bottom-pagination-banner .btn:after {
  display: none; }
.home-banner .bottom-pagination-banner .btn:hover i {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg); }
.home-banner .bottom-pagination-banner .nav-wrap {
  width: 92px; }

.link-wrap a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  position: relative;
  text-transform: uppercase; }
.link-wrap a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.link-wrap a:hover:after {
  width: 100%; }

.banner-slider {
  width: 1380px;
  max-width: 100%;
  margin: auto; }

/*-----------------------------END-HOME-BANNER---------------------------------*/
/*------------------------------TITLE-TEXT--------------------------------*/
.title-text {
  padding: 90px 0 100px; }
.title-text .title {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0; }
.title-text .title-wrap {
  padding-top: 5px; }
.title-text .text > * {
  margin-bottom: 25px; }
.title-text .link-wrap {
  grid-gap: 17px;
  margin-top: 30px; }
.title-text .link-wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

/*-----------------------------END-TITLE-TEXT--------------------------------*/
/*-----------------------------CTA-SECTION--------------------------------*/
.cta-section {
  padding: 50px 0 50px;
  background-color: #efefef; }
.cta-section .title-wrap {
  width: calc(100% - 200px); }
.cta-section .link-line-wrap {
  width: 180px;
  padding: 0 0 5px; }
.cta-section h4 {
  margin-bottom: 2px; }
.cta-section p {
  color: #747474; }

.link-line-wrap a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  position: relative;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.link-line-wrap a:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  background: #000;
  content: '';
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.link-line-wrap a:hover:after {
  width: 0; }

/*----------------------------END-CTA-SECTION--------------------------------*/
/*----------------------------PROJECT-OVERVIEW--------------------------------*/
.projects-overview {
  padding: 53px 0 50px; }
.projects-overview .container-fluid {
  padding: 0; }
.projects-overview .content {
  grid-gap: 40px 53px; }
.projects-overview .item {
  width: calc(33.33% - 36px); }
.projects-overview .item a {
  display: block; }
.projects-overview .item a:hover figure img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.projects-overview .item figure {
  height: 270px;
  overflow: hidden;
  margin-bottom: 15px; }
.projects-overview .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.projects-overview .item h6 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 3px; }
.projects-overview .item p {
  margin: 0;
  color: #747474; }

.top-wrap {
  margin-bottom: 35px;
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 26px; }
.top-wrap h2 {
  margin-bottom: 0; }

/*---------------------------END-PROJECT-OVERVIEW--------------------------------*/
/*---------------------------TEXT-IMG--------------------------------*/
.img-text {
  padding: 120px 0 120px; }
.img-text .container-fluid {
  padding: 0; }
.img-text figure {
  height: auto; }
.img-text .text {
  padding-right: 15%;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-bottom: 40px; }
.img-text .text > * {
  margin-bottom: 17px; }
.img-text .text > *:last-child {
  margin-bottom: 0; }
.img-text .text p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

.img-text-revers .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.img-text-revers .text {
  padding-right: 6%;
  padding-left: 9%; }

.large-img figure {
  padding: 0 3% 0 0; }
.large-img .text {
  padding-left: 6%;
  padding-right: 9%; }

.large-img.img-text-revers figure {
  padding: 0 0 0 3%; }
.large-img.img-text-revers .text {
  padding-left: 9%;
  padding-right: 6%; }

/*--------------------------END-TEXT-IMG--------------------------------*/
/*--------------------------TEAM--------------------------------*/
.team {
  padding: 53px 0 50px; }
.team .container-fluid {
  padding: 0; }
.team .content {
  grid-gap: 30px 53px; }
.team .item {
  width: calc(20% - 43px); }
.team .item figure {
  height: 270px;
  overflow: hidden;
  margin-bottom: 15px; }
.team .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.team .item h6 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 3px; }
.team .item p {
  margin: 0;
  color: #747474;
  line-height: 1.5; }

.team .item figure img {
  -o-object-position: top center;
  object-position: top center; }

/*-------------------------END-TEAM--------------------------------*/
/*-------------------------FOOTER-------------------------------*/
footer {
  border-top: 3px solid #1c1c1c;
  padding-bottom: 50px;
  padding-top: 63px;
  margin-top: 57px; }
footer .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3; }
footer h3 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 3px; }
footer .title-wrap {
  width: calc(100% - 300px); }
footer .right {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end; }
footer .right ul {
  grid-gap: 10px 65px; }
footer .right ul li {
  width: 70px; }
footer .right ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  position: relative;
  text-transform: uppercase; }

/*------------------------EMD-FOOTER-------------------------------*/
/*------------------------BANNER-IMG-TITLE-------------------------------*/
.banner-img-title figure {
  margin-bottom: 45px; }
.banner-img-title figure img {
  height: 415px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.banner-img-title .text > * {
  margin-bottom: 25px; }
.banner-img-title .text > *:last-child {
  margin-bottom: 25px; }
.banner-img-title h1, .banner-img-title .title-h1 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 3px; }
.banner-img-title .title {
  padding-top: 3px; }
.banner-img-title .text {
  padding-left: 10px; }
.banner-img-title .line-bg {
  margin-top: 60px; }

.label {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px; }

/*-----------------------END-BANNER-IMG-TITLE-------------------------------*/
/*-----------------------ITEM-TWO-------------------------------*/
.item-two {
  padding: 50px 0 50px; }
.item-two .line-bg {
  margin-top: 45px; }
.item-two .item {
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.item-two .item figure {
  width: 49%; }
.item-two .item figure img {
  min-height: 191px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.item-two .item .text {
  padding: 20px 28px 70px;
  width: 51%;
  position: relative; }
.item-two .item .text .link-wrap {
  position: absolute;
  bottom: 28px;
  left: 28px; }
.item-two .item .text ul {
  margin-bottom: 5px; }
.item-two .item .text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.54); }
.item-two .item .text ul li + li {
  margin-left: 14px;
  position: relative; }
.item-two .item .text ul li + li:after {
  position: absolute;
  top: 8px;
  left: -9px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.54); }
.item-two .item .text .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 10px; }
.item-two .top-wrap {
  margin-bottom: 45px; }

.line-bg {
  width: 100%;
  height: 1px;
  background: #d3d3d3; }

/*----------------------END-ITEM-TWO-------------------------------*/
/*------------------------THEME-SECTION-------------------------------*/
.theme-section {
  padding: 35px 0 50px; }
.theme-section .theme-menu {
  width: 34%;
  padding-bottom: 50px; }
.theme-section .theme-menu li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.49);
  padding: 40px 0;
  position: relative; }
.theme-section .theme-menu li .label {
  margin-bottom: 5px; }
.theme-section .theme-menu li h3 {
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }
.theme-section .theme-menu li a i{
  position: absolute;
  top: 50%;
  right: 17px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  color: #000; }
.theme-section .theme-menu li a i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.theme-section .theme-menu li a:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.theme-section .theme-menu .is-active h3 {
  font-weight: 700; }
.theme-section .theme-content {
  width: 58%; }
.theme-section .theme-content figure {
  display: none;
  height: 605px;
  width: 100%; }
.theme-section .theme-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: calc(100% + 125px); }
.theme-section .theme-content .is-active {
  display: block; }

.tabs-menu {
  grid-gap: 25px; }
.tabs-menu li {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  position: relative; }
.tabs-menu li:after {
  position: absolute;
  bottom: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 0; }
.tabs-menu li:hover:after {
  width: 100%; }
.tabs-menu .is-active {
  font-weight: bold; }
.tabs-menu .is-active:after {
  display: none; }

/*-----------------------END-THEME-SECTION-------------------------------*/
/*-----------------------LOGO-SECTION-------------------------------*/
.logo-section {
  padding: 70px 0 15px; }
.logo-section .content {
  grid-gap: 50px 0; }
.logo-section .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px; }
.logo-section .item img {
  max-width: 100%;
  max-height: 100%; }
.logo-section .item a:hover {
  opacity: 0.7; }

/*----------------------END-LOGO-SECTION-------------------------------*/
/*----------------------BANNER-NO-IMG-------------------------------*/
.banner-no-img {
  padding: 50px 0 30px;
  margin-top: 13px;
  border-top: solid 1px rgba(0, 0, 0, 0.49); }

/*---------------------END-BANNER-NO-IMG-------------------------------*/
/*----------------------FULL-IMG-------------------------------*/
.full-img {
  padding: 30px 0 30px; }
.full-img figure {
  width: 1380px;
  max-width: 100%;
  margin: auto; }
.full-img img {
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

/*---------------------END-FULL-IMG-------------------------------*/
/*------------------------MORE-ABOUT-------------------------------*/
.more-about {
  padding: 112px 0 125px;
  background-color: #efefef; }
.more-about .item {
  width: calc(25% - 18px);
  position: relative;
  padding-bottom: 50px; }
.more-about .item .link-wrap {
  position: absolute;
  bottom: 13px;
  left: 0; }
.more-about .content {
  grid-gap: 55px 24px;
  padding-top: 15px; }
.more-about h3 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 3px; }
.more-about p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000; }

/*-----------------------END-MORE-ABOUT-------------------------------*/
/*-----------------------KNOWLEDGE-------------------------------*/
.knowledge-three {
  padding: 35px 0 35px; }
.knowledge-three .container-fluid {
  padding: 0; }
.knowledge-three .content {
  grid-gap: 20px 51px; }
.knowledge-three .item {
  width: calc(33.33% - 34px);
  position: relative; }
.knowledge-three .item figure {
  margin-bottom: 16px;
  height: 270px;
  overflow: hidden; }
.knowledge-three .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.knowledge-three .item a:hover figure img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.knowledge-three .item .text {
  padding-bottom: 26px; }
.knowledge-three .item .text .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
.knowledge-three .item .text ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.knowledge-three .item .text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.54); }
.knowledge-three .item .text ul li + li {
  margin-left: 14px;
  position: relative; }
.knowledge-three .item .text ul li + li:after {
  position: absolute;
  top: 8px;
  left: -9px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.54); }

/*----------------------END-KNOWLEDGE-------------------------------*/
/*----------------------PROJECTS-------------------------------*/
.projects {
  padding: 50px 0 15px; }
.projects .container-fluid {
  padding: 0; }
.projects .tabs-menu li {
  position: relative; }
.projects .tabs-menu li:after {
  display: none; }
.projects .tabs-menu input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10; }
.projects .tabs-menu input:checked + label {
  font-weight: bold; }
.projects .content {
  grid-gap: 45px 51px; }
.projects .item {
  width: calc(33.33% - 34px);
  position: relative; }
.projects .item figure {
  margin-bottom: 14px;
  height: 270px;
  overflow: hidden; }
.projects .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.projects .item a:hover figure img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.projects .item .text h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 5px; }
.projects .item .text p {
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #747474; }
.projects .img-text {
  padding: 30px 0 70px; }
.projects .cta-section {
  width: 100%;
  margin: -8px 0 30px; }
.projects .cta-section .content {
  grid-gap: 20px!important;
  padding: 0 50px; }
.projects .btn-wrap-full {
  width: 100%;
  margin-top: 25px; }
.projects .nice-select .list {
  left: inherit;
  right: 0; }

.nice-select {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-right: 0;
  padding-left: 25px; }
.nice-select:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f0dc';
  font-family: "Font Awesome 5 Pro"; }
.nice-select:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -5px;
  display: none; }

.nice-select .option.disabled {
  display: none; }

.projects.knowledge-three .item {
  padding-bottom: 32px; }
.projects.knowledge-three .item .text {
  padding: 0 !important; }
.projects.knowledge-three .content {
  grid-gap: 32px 51px; }

/*---------------------END-PROJECTS-------------------------------*/
/*---------------------BLOCK-404-------------------------------*/
.block-404 {
  padding: 38px 0 0;
  margin-bottom: -17px;
  margin-top: 13px;
  border-top: solid 1px rgba(0, 0, 0, 0.49); }
.block-404 h1 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 10px; }
.block-404 h1 b, .block-404 h1 strong {
  display: block;
  font-weight: bold; }
.block-404 .text p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
.block-404 .text {
  padding-right: 2%;
  padding-left: 9%; }
.block-404 .text h1 {
  margin-bottom: 10px; }
.block-404 figure {
  padding-right: 2%; }

.block-404.img-text-revers figure {
  padding-left: 2%;
  padding-right: 0; }
.block-404.img-text-revers .text {
  padding-right: 0; }

/*--------------------END-BLOCK-404-------------------------------*/
/*----------------------PROJECT-BANNER------------------------------*/
.project-banner {
  padding: 0 0 20px; }
.project-banner .container-fluid {
  padding: 0; }
.project-banner figure {
  margin-bottom: 42px; }
.project-banner figure img {
  height: 475px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.project-banner .label {
  margin-bottom: 0; }
.project-banner .label li + li {
  margin-left: 14px;
  position: relative; }
.project-banner .label li + li:after {
  position: absolute;
  top: 6px;
  left: -9px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.54); }
.project-banner h1 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 10px; }
.project-banner h1 span:last-child {
  font-weight: 300; }
.project-banner h1 span {
  display: inline-block; }
.project-banner h1 span + span {
  margin-left: 55px;
  position: relative; }
.project-banner h1 span + span:after {
  position: absolute;
  top: 28px;
  left: -29px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: black; }
.project-banner .center {
  margin-top: 6px;
  text-align: center; }
.project-banner .center p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  font-family: "Proxima Nova", sans-serif; }
.project-banner .title {
  padding-top: 3px; }

/*---------------------END-PROJECT-BANNER------------------------------*/
/*----------------------PROJECT-INFO------------------------------*/
.project-info {
  padding: 15px 0 15px; }
.project-info .content {
  padding: 46px 0 38px;
  border-top: solid 1px #838383;
  border-bottom: solid 1px #838383; }
.project-info ul li {
  margin-bottom: 0; }
.project-info ul li:nth-child(2n + 1) {
  width: 193px;
  padding-right: 15px;
  text-transform: uppercase; }
.project-info ul li:nth-child(2n) {
  width: calc(100% - 193px); }

/*---------------------END-PROJECT-INFO------------------------------*/
/*---------------------TEXT-SECTION------------------------------*/
.text-section {
  padding: 55px 0 50px; }
.text-section h2 {
  margin-bottom: 19px; }
.text-section .content > * {
  margin-bottom: 25px; }
.text-section .content > *:last-child {
  margin-bottom: 0; }
.text-section .content > ul {
  padding-left: 25px; }
.text-section .content > ul li {
  list-style: disc; }

.text-section-center .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*--------------------END-TEXT-SECTION------------------------------*/
/*----------------------SLIDER-IMG-CENTER------------------------------*/
.slider-img-center {
  padding: 10px 0 30px; }

.slider-img-text figure {
  width: 100%;
  margin-bottom: 10px; }
.slider-img-text figure img {
  width: 100%;
  height: 480px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }
.slider-img-text .text > * {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  font-family: "Proxima Nova", sans-serif; }
.slider-img-text .text > *:last-child {
  margin-bottom: 0; }

.nav-wrap {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px; }
.nav-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  left: -3px; }
.nav-wrap .wrap > div {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.nav-wrap .wrap > div svg {
  color: #000;
  width: 10px; }
.nav-wrap .swiper-pagination {
  width: calc(100% - 100px);
  position: relative;
  -webkit-transform: none;
  transform: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; }
.nav-wrap .swiper-pagination-progressbar-fill {
  background: #000; }

/*---------------------END-SLIDER-IMG-CENTER------------------------------*/
/*---------------------TEXT-QUOTE------------------------------*/
.text-quote {
  padding: 45px 0 45px; }
.text-quote .content > ul {
  padding-left: 25px; }
.text-quote .content > ul li {
  list-style: disc; }
.text-quote .content > * {
  margin-bottom: 25px; }
.text-quote .content > *:last-child {
  margin-bottom: 0; }
.text-quote .quote {
  margin: 88px 0 53px; }
.text-quote .quote figure {
  width: 133px;
  height: 133px; }
.text-quote .quote figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.text-quote .quote .text {
  width: calc(100% - 200px); }
.text-quote .quote .text blockquote {
  margin: 0 0 11px;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000; }
.text-quote .quote .text .name {
  font-weight: bold;
  margin-bottom: 0; }
.text-quote .line-center-text:last-child {
  margin: 35px 0 0; }

.line-center-text {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.line-center-text:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #838383;
  content: ''; }
.line-center-text span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  display: inline-block;
  z-index: 10; }

/*--------------------END-TEXT-QUOTE------------------------------*/
/*-----------------------TWO-IMG------------------------------*/
.two-img {
  padding: 50px 0 50px; }
.two-img .container-fluid {
  padding: 0; }
.two-img .content {
  grid-gap: 20px 0; }
.two-img .img-1 {
  width: 63.5%; }
.two-img .img-2 {
  width: calc(36.5% - 15px); }
.two-img .img img {
  width: 100%;
  height: 645px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.two-img-revers .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/*----------------------END-TWO-IMG------------------------------*/
/*----------------------SHARE-SECTION------------------------------*/
.share-section {
  padding: 40px 0 73px; }
.share-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.share-section .content > * {
  margin-bottom: 15px; }
.share-section .content > *:last-child {
  margin-bottom: 0; }
.share-section .content > ul {
  padding-left: 25px; }
.share-section .content > ul li {
  list-style: disc; }
.share-section .bottom-links {
  border-top: solid 1px #7f7f7f;
  margin-top: 70px;
  padding-top: 15px; }
.share-section .bottom-links .link-wrap a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000; }
.share-section .bottom-links .soc {
  list-style: none;
  grid-gap: 37px;
  padding: 0; }
.share-section .bottom-links .soc li:first-child {
  margin-right: 5px; }
.share-section .bottom-links .soc li {
  padding: 0;
  list-style: none; }
.share-section .bottom-links .soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 1;
  opacity: 1; }
.share-section .bottom-links .soc li a:hover {
  opacity: 0.7; }

.info-show {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  background: #fff;
  border-radius: 0;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  display: none; }

/*---------------------END-SHARE-SECTION------------------------------*/
/*---------------------ARTICLE-BANNER-----------------------------*/
.article-banner h1 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 5px; }
.article-banner .label {
  margin-bottom: 12px; }
.article-banner .label li + li {
  margin-left: 7px; }
.article-banner .label li + li:after {
  display: none; }
.article-banner .center {
  margin-top: 52px; }
.article-banner .center a {
  text-transform: inherit;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300; }

.project-banner .center a, .project-banner .center a {
  text-transform: inherit;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300; }

/*--------------------END-ARTICLE-BANNER-----------------------------*/
/*--------------------JOB-----------------------------*/
.job {
  padding: 50px 0 50px; }
.job .accordion, .job .accordion-item {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.job .accordion-item {
  border-radius: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.49); }
.job .accordion-thumb {
  height: 130px;
  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;
  position: relative;
  padding: 15px 100px 15px 0;
  cursor: pointer; }
.job .accordion-thumb:hover .icon {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg); }
.job .accordion-thumb .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 33px;
  line-height: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.job .accordion-thumb h3 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 5px; }
.job .accordion-thumb p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
  margin: 0;
  text-transform: uppercase; }
.job .accordion-panel {
  display: none; }
.job .accordion-panel .wrap > * {
  margin-bottom: 20px; }
.job .accordion-panel .wrap > ul {
  padding-left: 25px; }
.job .accordion-panel .wrap > ul li {
  list-style: disc; }
.job .bottom-links {
  margin-top: 57px; }
.job .bottom-links .link-wrap a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000; }
.job .bottom-links .soc {
  list-style: none;
  grid-gap: 37px;
  padding: 0; }
.job .bottom-links .soc li:first-child {
  margin-right: 5px; }
.job .bottom-links .soc li {
  padding: 0;
  list-style: none; }
.job .bottom-links .soc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 1;
  opacity: 1; }
.job .bottom-links .soc li a:hover {
  opacity: 0.7; }
.job .is-active .accordion-thumb .icon i:before {
  content: '\f00d'; }

/*-------------------END-JOB-----------------------------*/
/*----------------------CONTACT-BANNER-----------------------------*/
.contact-banner {
  padding: 52px 0 40px;
  margin-top: 13px;
  border-top: solid 1px rgba(0, 0, 0, 0.49); }
.contact-banner .title {
  padding-top: 5px; }
.contact-banner h1 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 29px; }
.contact-banner .text p {
  margin-bottom: 35px; }
.contact-banner .text {
  padding-left: 7px; }

.form-contact {
  grid-gap: 18px 0; }
.form-contact .input-wrap {
  width: calc(50% - 8px); }
.form-contact .input-wrap label {
  display: none; }
.form-contact .input-wrap input {
  border: solid 1px rgba(0, 0, 0, 0.49);
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  font-size: 14px;
  width: 100%;
  outline: none !important; }
.form-contact .input-wrap textarea {
  resize: none;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  outline: none !important;
  border: solid 1px rgba(0, 0, 0, 0.49);
  height: 120px; }
.form-contact .input-wrap-full {
  width: 100%;
  margin-bottom: -10px; }
.form-contact .input-wrap-submit {
  width: 150px; }
.form-contact .input-wrap-submit button {
  padding: 0 !important;
  outline: none;
  border: none;
  background: transparent !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px; }
.form-contact .input-wrap-checked {
  max-width: calc(1005 - 160px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.form-contact .input-wrap-checked input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  cursor: pointer; }
.form-contact .input-wrap-checked label {
  display: inline-block;
  position: relative;
  padding-left: 25px; }
.form-contact .input-wrap-checked label a {
  text-decoration: underline; }
.form-contact .input-wrap-checked label a:hover {
  opacity: 0.7; }
.form-contact .input-wrap-checked label:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 14px;
  height: 14px;
  border: solid 1px rgba(0, 0, 0, 0.49); }
.form-contact .input-wrap-checked input:checked + label:before {
  background: #000;
  border-color: #000; }

/*---------------------END-CONTACT-BANNER-----------------------------*/
/*---------------------LOCATION-----------------------------*/
.location {
  padding: 85px 0 80px; }
.location .item {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: solid 1px #d3d3d3; }
.location .item h3 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 23px; }
.location .wrap ul {
  width: calc(50% - 100px); }
.location .wrap ul a:hover {
  opacity: 0.7; }
.location .wrap .link-wrap {
  width: 178px; }

/*--------------------END-LOCATION-----------------------------*/
.bg-white {
  background: #fff !important; }

.bg-grey {
  background: #D3D3D3 !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-150 {
  margin-top: 150px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-150 {
  padding-top: 150px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

section, header, footer {
  margin-left: 20px;
  margin-right: 20px; }

/*# sourceMappingURL=styles.css.map */