@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
body {
  background: white;
  font-family: 'Montserrat', sans-serif; }
  body p {
    font-weight: 300; }

path {
  fill: lightgray;
  stroke: white; }

path:hover {
  fill: gray; }

.dez-sep {
  border-bottom: 2px solid black;
  margin-top: 10px; }

.flash-success {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px; }

.flash-error {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px; }

#custom-button {
  padding: 5px 10px;
  color: white;
  background-color: #1a1a1a;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  transition: 0.2s ease-out; }

#custom-button:hover {
  background-color: white;
  color: black;
  transition: 0.2s ease-out; }

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: black;
  font-size: 10px; }

#dropdownMenuLink {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none; }

#dropdownMenuLinkChild {
  background-color: white; }
  #dropdownMenuLinkChild .dropdown-item {
    background: white;
    color: black; }

.scroltop {
  display: none;
  color: #272727;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border-style: solid;
  border-width: 0;
  position: fixed;
  bottom: 40px;
  right: 15px;
  box-shadow: 2px 2px 12px -5px #000;
  cursor: pointer;
  margin: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  z-index: 999;
  outline: 0 !important; }
  .scroltop:before {
    font-size: 14px;
    text-align: center;
    align-items: center; }

.main-preloader {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999999;
  align-items: center;
  justify-content: center; }
  .main-preloader img {
    position: absolute;
    max-width: 200px; }

.contact-map {
  background-color: black;
  position: relative;
  margin-top: 50px;
  margin-left: -67px;
  margin-right: -67px;
  width: calc(100% + 134px); }
  .contact-map .opacity-parent {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    .contact-map .opacity-parent h6 {
      color: white; }
    .contact-map .opacity-parent p {
      font-size: 14px;
      margin-bottom: 0;
      color: white; }
    .contact-map .opacity-parent .icons-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }

.contactModalBtnSecond {
  width: 200px;
  padding: 19px 20px 17px;
  border-radius: 0px;
  background: transparent;
  color: black;
  border: 1px solid black;
  font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  outline: 0; }
  .contactModalBtnSecond:hover {
    color: white;
    background-color: black;
    transition: 0.3s;
    border-radius: 3px; }

.contactModalBtnMenu {
  width: 235px;
  padding: 12px 20px 12px;
  border-radius: 3px;
  background: transparent;
  color: black;
  border: 1px solid black;
  font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  outline: 0; }
  .contactModalBtnMenu:hover {
    color: white;
    background-color: black;
    transition: 0.3s;
    border-radius: 3px; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #272727; }

::selection {
  background-color: #272727;
  color: #fff; }

@keyframes showNavbar {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes writeWords {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0);
    letter-spacing: 0; } }
@keyframes writeWordsRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0);
    letter-spacing: 0; } }
@keyframes writeLineTop {
  0% {
    width: 0;
    height: 0; }
  50% {
    width: 100%;
    height: 0;
    border-top: 5px solid #272727; }
  100% {
    width: 100%;
    border-top: 5px solid #272727;
    border-right: 5px solid #272727;
    height: 100%; } }
@keyframes writeLineBottom {
  0% {
    width: 0;
    height: 0; }
  50% {
    width: 100%;
    height: 0;
    border-bottom: 5px solid #272727; }
  100% {
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #272727;
    border-left: 5px solid #272727; } }
.animation-class {
  transform: translateX(-100%);
  animation-delay: .5s;
  animation-name: writeWords;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; }

.animation-class-see-more {
  transform: translateX(-100%);
  animation-delay: .5s;
  animation-name: writeWords;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.title-animation-class {
  transform: translateX(100%);
  animation-delay: .5s;
  animation-name: writeWordsRight;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.animation-class-line .top-tight {
  animation-duration: 1.5s;
  animation-name: writeLineTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
.animation-class-line .bottom-left {
  animation-delay: 1.5s;
  animation-duration: 1.5s;
  animation-name: writeLineBottom;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out; }

.lines-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .lines-wrapper .top-tight {
    position: absolute;
    top: 0;
    left: 0; }
  .lines-wrapper .bottom-left {
    position: absolute;
    bottom: 0;
    right: 0; }
  .lines-wrapper .lines {
    height: 0; }

a {
  text-decoration: none; }

.navbar-all {
  position: relative;
  z-index: 9999999;
  width: 100%;
  background: black;
  font: 700 14px/16px 'Circe', Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: 0.3s ease-out; }
  .navbar-all .row {
    margin: auto;
    width: 100%; }
  .navbar-all .navbar-brand {
    width: 250px;
    display: flex; }
  .navbar-all .content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 7px 25px;
    position: relative; }
    .navbar-all .content-wrapper .contact-wrapper {
      margin-left: 6%;
      width: max-content;
      display: flex;
      font-size: 16px;
      color: #272727;
      font-weight: bold; }
      .navbar-all .content-wrapper .contact-wrapper span {
        width: max-content;
        margin-right: 10px; }
      .navbar-all .content-wrapper .contact-wrapper a {
        width: max-content;
        color: #272727;
        font-weight: bold; }
    .navbar-all .content-wrapper .links-wrapper {
      margin-left: 10%; }
      .navbar-all .content-wrapper .links-wrapper .icon {
        font-size: 18px;
        color: #272727;
        padding: 7px 12px;
        transition: 0.3s ease-out; }
        .navbar-all .content-wrapper .links-wrapper .icon:hover {
          color: #7e7e7e; }
    .navbar-all .content-wrapper .pages-wrapper-second {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;
      width: 100%;
      margin-right: 2%; }
      .navbar-all .content-wrapper .pages-wrapper-second .menu-wrap {
        font-size: 14px;
        color: white;
        padding: 7px 20px;
        transition: 0.3s ease-out; }
        .navbar-all .content-wrapper .pages-wrapper-second .menu-wrap:hover {
          color: #7e7e7e;
          transition: 0.3s ease-out; }
      .navbar-all .content-wrapper .pages-wrapper-second .dropdown-toggle {
        font-size: 14px;
        margin-left: 20px; }
    .navbar-all .content-wrapper .search-global {
      cursor: pointer;
      position: absolute;
      right: 25px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .navbar-all .content-wrapper .search-global i {
        color: white; }
    .navbar-all .content-wrapper .search-input {
      display: none;
      position: absolute;
      right: 50px;
      border: none; }
      .navbar-all .content-wrapper .search-input .search-input-element {
        width: 300px;
        outline: none;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid white;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
        color: white;
        padding: 0 13px;
        height: 22px;
        resize: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 0;
        margin-right: 20px; }
        .navbar-all .content-wrapper .search-input .search-input-element::placeholder {
          color: white; }
      .navbar-all .content-wrapper .search-input button {
        width: auto;
        padding: 10px 20px 10px;
        border-radius: 0px;
        background: transparent;
        color: white;
        border: 1px solid white;
        font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1.2px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        outline: 0; }
    .navbar-all .content-wrapper .active {
      display: flex; }
    .navbar-all .content-wrapper .navbar-toggle {
      margin-left: auto;
      color: #272727; }
      .navbar-all .content-wrapper .navbar-toggle .icon-bar {
        background: #272727; }

.navbar-home {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 130px;
  background: transparent;
  font: 700 14px/16px 'Circe', Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: 0.3s ease-out; }
  .navbar-home .row {
    margin: auto;
    width: 100%; }
  .navbar-home .navbar-brand {
    width: 250px;
    display: flex; }
  .navbar-home .content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 7px 25px;
    position: relative; }
    .navbar-home .content-wrapper .contact-wrapper {
      margin-left: 6%;
      width: max-content;
      display: flex;
      font-size: 16px;
      color: #272727;
      font-weight: bold; }
      .navbar-home .content-wrapper .contact-wrapper span {
        width: max-content;
        margin-right: 10px; }
      .navbar-home .content-wrapper .contact-wrapper a {
        width: max-content;
        color: #272727;
        font-weight: bold; }
    .navbar-home .content-wrapper .links-wrapper {
      margin-left: 10%; }
      .navbar-home .content-wrapper .links-wrapper .icon {
        font-size: 18px;
        color: #272727;
        padding: 7px 12px;
        transition: 0.3s ease-out; }
        .navbar-home .content-wrapper .links-wrapper .icon:hover {
          color: #7e7e7e; }
    .navbar-home .content-wrapper .pages-wrapper-second {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;
      width: 100%;
      margin-right: 2%; }
      .navbar-home .content-wrapper .pages-wrapper-second .menu-wrap {
        font-size: 14px;
        color: white;
        padding: 7px 20px;
        transition: 0.3s ease-out; }
        .navbar-home .content-wrapper .pages-wrapper-second .menu-wrap:hover {
          color: #7e7e7e;
          transition: 0.3s ease-out; }
      .navbar-home .content-wrapper .pages-wrapper-second .dropdown-toggle {
        font-size: 14px;
        margin-left: 20px; }
    .navbar-home .content-wrapper .search-global {
      cursor: pointer;
      position: absolute;
      right: 25px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .navbar-home .content-wrapper .search-global i {
        color: white; }
    .navbar-home .content-wrapper .search-input {
      display: none;
      position: absolute;
      right: 80px;
      border: none; }
      .navbar-home .content-wrapper .search-input .search-input-element {
        width: 300px;
        outline: none;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid white;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
        color: white;
        padding: 0 13px;
        height: 22px;
        resize: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 0;
        margin-right: 20px; }
        .navbar-home .content-wrapper .search-input .search-input-element::placeholder {
          color: white; }
      .navbar-home .content-wrapper .search-input button {
        width: auto;
        padding: 10px 20px 10px;
        border-radius: 0px;
        background: transparent;
        color: white;
        border: 1px solid white;
        font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1.2px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        outline: 0; }
    .navbar-home .content-wrapper .active {
      display: flex; }
    .navbar-home .content-wrapper .navbar-toggle {
      margin-left: auto;
      color: #272727; }
      .navbar-home .content-wrapper .navbar-toggle .icon-bar {
        background: #272727; }

.nav-scrolled {
  position: fixed;
  top: 0;
  background: white;
  height: 80px; }

.nav-scrolledSecond {
  position: fixed;
  top: 0;
  background: black; }

.side-navbar {
  transform: translateX(100%);
  transition: 0.3s ease-out;
  width: 650px;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background: #272727;
  padding: 15px 30px; }
  .side-navbar .inner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
    padding-bottom: 70px; }
    .side-navbar .inner-wrapper .button-wrapper {
      padding: 15px 15px 0;
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .side-navbar .inner-wrapper .button-wrapper i {
        cursor: pointer;
        color: white;
        font-size: 40px; }
    .side-navbar .inner-wrapper .lng-wrapper {
      padding: 30px 0 12px;
      display: flex;
      width: 100%; }
      .side-navbar .inner-wrapper .lng-wrapper .lng-item {
        font-size: 18px;
        color: #7e7e7e;
        margin-right: 30px;
        transition: 0.3s ease-out; }
        .side-navbar .inner-wrapper .lng-wrapper .lng-item:hover {
          color: #50c71e; }
    .side-navbar .inner-wrapper .pages-wrapper {
      padding: 30px 0;
      width: max-content; }
      .side-navbar .inner-wrapper .pages-wrapper .page {
        width: max-content;
        padding: 7px 0;
        font-size: 36px;
        font-weight: 600;
        color: #7e7e7e;
        transition: 0.3s ease-out; }
        .side-navbar .inner-wrapper .pages-wrapper .page:hover {
          color: white; }
    .side-navbar .inner-wrapper .icons-wrapper {
      display: flex; }
      .side-navbar .inner-wrapper .icons-wrapper .icon {
        padding: 7px 0;
        margin-right: 40px;
        font-size: 18px;
        transition: 0.3s ease-out;
        color: #7e7e7e; }
        .side-navbar .inner-wrapper .icons-wrapper .icon:hover {
          color: #50c71e; }
    .side-navbar .inner-wrapper .copyright {
      padding: 20px 0;
      width: 100%;
      color: #7e7e7e; }

.show-navbar {
  transform: translateX(0); }

.side-navbar::-webkit-scrollbar {
  width: 5px; }

.side-navbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.side-navbar::-webkit-scrollbar-thumb {
  background-color: #272727;
  outline: 1px solid slategrey; }

.hero #carousel .hero-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 89px);
  display: flex;
  align-items: center;
  position: relative; }
  .hero #carousel .hero-item .inner-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center; }
    .hero #carousel .hero-item .inner-wrapper .wrapper {
      position: relative;
      margin-left: 15%;
      z-index: 9;
      width: 280px;
      height: max-content;
      padding: 5% 0 5% 30px;
      color: white;
      min-height: 52vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .hero #carousel .hero-item .inner-wrapper .wrapper .title-wrapper {
        transform: translate(100%); }
      .hero #carousel .hero-item .inner-wrapper .wrapper .text-wrapper {
        width: 450px;
        font-size: 63px;
        transform: translate(-100%);
        margin-bottom: 25px;
        font-weight: 600; }
      .hero #carousel .hero-item .inner-wrapper .wrapper .texts {
        overflow: hidden;
        width: max-content; }
      .hero #carousel .hero-item .inner-wrapper .wrapper .see-all {
        transform: translateX(-100%); }
        .hero #carousel .hero-item .inner-wrapper .wrapper .see-all a {
          color: white; }
.hero #carousel .slick-dots {
  position: absolute;
  width: max-content;
  right: 100px;
  bottom: 13%;
  display: flex; }
  .hero #carousel .slick-dots li {
    position: relative;
    margin: 0 13px; }
    .hero #carousel .slick-dots li button {
      padding: 0;
      width: 2.4rem;
      height: 5px;
      background: white; }
      .hero #carousel .slick-dots li button:before {
        content: none; }
  .hero #carousel .slick-dots .slick-active button {
    background: #272727; }

.about-home {
  padding: 30px 0;
  margin-bottom: 20px;
  position: relative;
  opacity: 1; }
  .about-home .about__bg {
    text-align: center;
    line-height: 1;
    font-size: 100px;
    opacity: 0; }
  .about-home .wrapper {
    width: 100%;
    max-width: 854px;
    margin-top: -90px; }
    .about-home .wrapper p {
      font-size: 14px;
      margin: 0 0 20px;
      color: #666; }
    .about-home .wrapper .button {
      width: 200px;
      padding: 19px 20px 17px;
      border-radius: 0px;
      background: transparent;
      color: #000;
      font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1.2px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }

.career {
  padding: 30px 0;
  position: relative;
  opacity: 1; }
  .career .career__bg {
    text-align: center;
    line-height: 1;
    font-size: 75px;
    opacity: 0; }
  .career .wrapper {
    width: 100%;
    max-width: 854px;
    margin: -70px auto 0; }
    .career .wrapper p {
      font-size: 14px;
      margin: 0 0 20px;
      color: #666; }
    .career .wrapper .button {
      width: 200px;
      padding: 19px 20px 17px;
      border-radius: 0px;
      background: transparent;
      color: #000;
      font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1.2px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }

.service-home {
  padding: 30px 0;
  width: 100%;
  overflow: hidden; }
  .service-home .projects__bg {
    margin-bottom: 30px; }
  .service-home .row {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: 0.6s ease-out; }
    .service-home .row .back-images-first {
      padding: 400px 0;
      flex: 100%;
      border-right: white solid 0.5px;
      background-position: center;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.6);
      background-blend-mode: multiply;
      transition: 0.6s ease-out; }
      .service-home .row .back-images-first .wrapper-info {
        text-align: center;
        color: white; }
      .service-home .row .back-images-first .child-element {
        position: absolute;
        display: block;
        opacity: 0;
        background-size: cover;
        background-position: center;
        z-index: 1000;
        top: 0;
        left: 0;
        transition: 0.7s linear;
        height: 100%; }

.service-wraps {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  .service-wraps .text-info-wrap {
    text-align: left; }
    .service-wraps .text-info-wrap .dez-sep {
      width: inherit;
      margin-bottom: 10px; }

.projects-home {
  padding: 30px 0; }
  .projects-home .title-filter {
    padding: 20px 0;
    display: flex;
    margin-bottom: 7px; }
    .projects-home .title-filter .title {
      color: #272727;
      width: max-content; }
    .projects-home .title-filter .buttons-wrapper {
      margin-left: auto;
      display: flex;
      justify-content: flex-end;
      color: #272727;
      align-items: center; }
      .projects-home .title-filter .buttons-wrapper .filter-btn {
        margin-left: 30px; }
      .projects-home .title-filter .buttons-wrapper .f-btn {
        cursor: pointer;
        margin: 0 10px;
        font-size: 18px;
        color: #272727;
        transition: 0.3s ease-out; }
        .projects-home .title-filter .buttons-wrapper .f-btn:hover {
          color: #7e7e7e; }
      .projects-home .title-filter .buttons-wrapper .f-btn.active {
        color: #7e7e7e; }
      .projects-home .title-filter .buttons-wrapper .view-more {
        color: #7e7e7e;
        margin-left: 50px;
        font-size: 16px; }
  .projects-home .slick-projects .project-slick-item {
    border-right: 2px solid white;
    padding: 0; }
    .projects-home .slick-projects .project-slick-item .inner-wrapper {
      width: 100%;
      position: relative; }
      .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content {
        z-index: 1;
        position: absolute;
        bottom: 0;
        padding-left: 30px;
        padding-bottom: 20px; }
        .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content .project-title {
          width: 100%;
          color: white; }
        .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content .see-more {
          width: 100%;
          color: transparent;
          font-size: 16px;
          transition: 0.3s ease-out;
          opacity: 0; }
          .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content .see-more span {
            transition: 0.3s ease-out; }
          .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content .see-more i {
            transition: 0.3s ease-out;
            color: white; }
          .projects-home .slick-projects .project-slick-item .inner-wrapper .without-hover-content .see-more:hover i {
            margin-left: 5px; }
      .projects-home .slick-projects .project-slick-item .inner-wrapper .hover-content {
        transition: 0.3s ease-out;
        padding: 40px 40px 0;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .projects-home .slick-projects .project-slick-item .inner-wrapper .hover-content .des {
          font-size: 16px;
          visibility: hidden;
          transform: translateY(-20px);
          opacity: 0;
          color: white; }
        .projects-home .slick-projects .project-slick-item .inner-wrapper .hover-content .project-title {
          color: white;
          visibility: hidden;
          transform: translateY(-20px); }
      .projects-home .slick-projects .project-slick-item .inner-wrapper:hover .without-hover-content .project-title {
        visibility: hidden; }
      .projects-home .slick-projects .project-slick-item .inner-wrapper:hover .without-hover-content .see-more {
        color: white;
        opacity: 1; }
      .projects-home .slick-projects .project-slick-item .inner-wrapper:hover .hover-content {
        background: #000000b3; }
        .projects-home .slick-projects .project-slick-item .inner-wrapper:hover .hover-content .project-title {
          visibility: visible;
          transition: 0.4s ease-out;
          transform: translateY(0); }
        .projects-home .slick-projects .project-slick-item .inner-wrapper:hover .hover-content .des {
          color: white;
          transition: 0.4s ease-out;
          transition-delay: 0.15s;
          visibility: visible;
          transform: translateY(0);
          opacity: 1;
          width: 85%;
          padding: 28px 0 0; }
  .projects-home .slick-projects .slick-dots li {
    background: #7e7e7e;
    width: 10px;
    height: 10px;
    border-radius: 1px; }
    .projects-home .slick-projects .slick-dots li button:before {
      content: none; }
  .projects-home .slick-projects .slick-dots .slick-active {
    background: #272727; }

.people-sey {
  padding: 5.14rem 0;
  position: relative; }
  .people-sey .dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../static_images/dots.png) 0 0 repeat; }
  .people-sey .title {
    color: #272727; }
  .people-sey .people-sey-slick {
    margin: 0 -15px;
    margin-top: 50px; }
    .people-sey .people-sey-slick .people-sey-item {
      padding-top: 50px;
      margin: 0 15px; }
      .people-sey .people-sey-slick .people-sey-item .inner-wrapper {
        padding: 0 50px 30px;
        background: #333;
        display: flex;
        flex-wrap: wrap; }
        .people-sey .people-sey-slick .people-sey-item .inner-wrapper .image-wrapper {
          margin-top: -50px; }
          .people-sey .people-sey-slick .people-sey-item .inner-wrapper .image-wrapper .image {
            overflow: hidden;
            width: 92px;
            height: 92px;
            border-radius: 50%; }
        .people-sey .people-sey-slick .people-sey-item .inner-wrapper .name-post {
          padding: 20px 0;
          width: 100%;
          color: white;
          font-size: 22px; }
          .people-sey .people-sey-slick .people-sey-item .inner-wrapper .name-post .post {
            color: #7e7e7e; }
        .people-sey .people-sey-slick .people-sey-item .inner-wrapper .des p {
          color: #7e7e7e; }
  .people-sey .partners-slick {
    margin-top: 10.28rem; }
    .people-sey .partners-slick .partner-item {
      padding: 15px 0;
      margin: 0 15px 0 15px; }

.news-home {
  padding: 10px 0; }
  .news-home .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .news-home .title-wrapper .title {
      width: max-content;
      color: #272727; }
    .news-home .title-wrapper .view-all {
      font-size: 18px;
      color: #7e7e7e; }
      .news-home .title-wrapper .view-all a {
        color: #7e7e7e; }
        .news-home .title-wrapper .view-all a * {
          transition: 0.3s ease-out; }
        .news-home .title-wrapper .view-all a:hover {
          color: #272727; }
          .news-home .title-wrapper .view-all a:hover i {
            transform: translateX(6px); }
  .news-home .news-slick {
    margin: 30px -15px 0; }
    .news-home .news-slick .news-item {
      cursor: pointer;
      position: relative;
      margin: 0 15px;
      overflow: hidden; }
      .news-home .news-slick .news-item .hover-news-content {
        padding: 25px 20px 25px 35px;
        transition: 0.3s ease-out;
        background: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
        .news-home .news-slick .news-item .hover-news-content .title-wrapper {
          padding: 10px 0;
          opacity: 0;
          transform: translateX(-30px);
          transition: 0.3s ease-out;
          visibility: hidden;
          color: white; }
        .news-home .news-slick .news-item .hover-news-content .date-wrapper {
          padding: 0 0 15px;
          opacity: 0;
          transition: 0.3s ease-out;
          visibility: hidden;
          color: #7e7e7e;
          font-size: 16px; }
        .news-home .news-slick .news-item .hover-news-content .des {
          padding: 15px 0;
          opacity: 0;
          transform: translateY(-30px);
          transition: 0.3s ease-out;
          visibility: hidden; }
          .news-home .news-slick .news-item .hover-news-content .des p {
            color: white; }
        .news-home .news-slick .news-item .hover-news-content .more-btn {
          visibility: hidden;
          color: white; }
        .news-home .news-slick .news-item .hover-news-content .line {
          position: absolute;
          transition: 0.3s ease-out;
          width: 0;
          height: 0;
          background: #7e7e7e; }
        .news-home .news-slick .news-item .hover-news-content .line.top {
          left: 0;
          top: 0;
          height: 6px; }
        .news-home .news-slick .news-item .hover-news-content .line.right {
          transition-delay: 0.3s;
          right: 0;
          top: 0;
          width: 6px; }
        .news-home .news-slick .news-item .hover-news-content .line.bottom {
          transition-delay: 0.6s;
          right: 0;
          bottom: 0;
          height: 6px; }
        .news-home .news-slick .news-item .hover-news-content .line.left {
          transition-delay: 0.9s;
          left: 0;
          bottom: 0;
          width: 6px; }
      .news-home .news-slick .news-item:hover .hover-news-content {
        background: #0000008c; }
        .news-home .news-slick .news-item:hover .hover-news-content .title-wrapper {
          opacity: 1;
          transform: translateX(0);
          visibility: visible; }
        .news-home .news-slick .news-item:hover .hover-news-content .date-wrapper {
          opacity: 1;
          visibility: visible; }
        .news-home .news-slick .news-item:hover .hover-news-content .des {
          opacity: 1;
          transform: translateY(0);
          visibility: visible; }
        .news-home .news-slick .news-item:hover .hover-news-content .more-btn {
          visibility: visible; }
        .news-home .news-slick .news-item:hover .hover-news-content .line.top {
          width: 100%; }
        .news-home .news-slick .news-item:hover .hover-news-content .line.right {
          height: 100%; }
        .news-home .news-slick .news-item:hover .hover-news-content .line.bottom {
          width: 100%; }
        .news-home .news-slick .news-item:hover .hover-news-content .line.left {
          height: 100%; }

.news-page-title-image {
  margin-top: 30px; }
  .news-page-title-image .page-title {
    color: #272727;
    text-align: center;
    margin-bottom: 40px; }

.news-page {
  padding: 10px 0; }
  .news-page .date-wrapper {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #7e7e7e;
    transition: 0.3s ease-out; }
  .news-page .news-item-wrapper .info-wrapper-back {
    background: #333;
    transition: 0.2s ease-in; }
    .news-page .news-item-wrapper .info-wrapper-back .info-wrapper {
      padding: 50px; }
      .news-page .news-item-wrapper .info-wrapper-back .info-wrapper .news-title {
        color: white; }
      .news-page .news-item-wrapper .info-wrapper-back .info-wrapper p {
        color: white; }
      .news-page .news-item-wrapper .info-wrapper-back .info-wrapper .contactModalBtn {
        width: 200px;
        padding: 19px 20px 17px;
        border-radius: 0px;
        background: transparent;
        color: white;
        border: 1px solid white;
        font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1.2px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        outline: 0; }
  .news-page .news-item-wrapper:hover .info-wrapper-back {
    background-color: black;
    transition: 0.2s ease-in; }

.news-page-view .image-wrapper {
  float: left;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 15px; }
.news-page-view .wrapper-text p {
  color: #282626f0; }
  .news-page-view .wrapper-text p a {
    word-break: break-all; }
.news-page-view .wrapper-text .image-news {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .news-page-view .wrapper-text .image-news .image-news-first {
    padding: 20px; }
.news-page-view .latest-news-title {
  color: #272727;
  text-align: center;
  width: 100%;
  margin-bottom: 25px; }
.news-page-view .news-view-item-wrapper {
  box-shadow: #63636333 0 2px 8px 0;
  margin-bottom: 15px;
  padding: 15px; }
  .news-page-view .news-view-item-wrapper .images-wrapper {
    width: 100%; }
  .news-page-view .news-view-item-wrapper .desc-wrapper .title {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    color: black; }
  .news-page-view .news-view-item-wrapper .desc-wrapper .des p {
    color: #7e7e7e; }
  .news-page-view .news-view-item-wrapper .desc-wrapper .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%; }

.projects-page {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }
  .projects-page .slick-projects .project-slick-item {
    padding: 0; }
  .projects-page .project-items-filter {
    padding: 0;
    border-right: 2px solid white;
    border-top: 2px solid white;
    visibility: visible;
    transition: 1s ease-out; }
  .projects-page .project-items-filter.hide {
    left: 50%;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0 !important;
    border: none; }

.project-page-title-button {
  margin-top: 30px; }
  .project-page-title-button .page-title {
    color: #272727;
    padding: 5.14rem 0;
    text-align: center; }
  .project-page-title-button .filter-buttons-wrapper {
    margin-top: 30px;
    display: flex; }
    .project-page-title-button .filter-buttons-wrapper .f-button {
      cursor: pointer;
      font-size: 18px;
      margin-right: 64px;
      font-weight: 500;
      color: #7e7e7e;
      transition: 0.6s ease-out; }
      .project-page-title-button .filter-buttons-wrapper .f-button:hover {
        color: #272727; }
    .project-page-title-button .filter-buttons-wrapper .f-button.active {
      color: #272727; }

.card-wrap {
  padding: 70px 120px;
  box-shadow: #63636333 0px 2px 8px 0px;
  transition: 0.3s ease-in; }

.card-wrap:hover {
  background-color: #f0f8ffad;
  cursor: pointer;
  box-shadow: unset;
  transition: 0.3s ease-out; }

.about-page-title-image {
  padding: 30px 0; }
  .about-page-title-image .container {
    margin-bottom: 30px; }
  .about-page-title-image .image-wrapper {
    padding: 0; }

.section-name {
  width: max-content;
  position: relative;
  color: #7e7e7e;
  padding-top: 10px;
  margin-top: 15px; }
  .section-name:before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background: #272727;
    position: absolute; }

.about-page-info-text {
  padding: 5.14rem 0;
  opacity: 0; }
  .about-page-info-text .info-line {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 24px;
    line-height: 2; }
  .about-page-info-text .des p {
    line-height: 1.7;
    font-size: 20px;
    color: #7e7e7e; }

.about-page-what-do {
  position: relative;
  padding: 5.14rem 0; }
  .about-page-what-do .item-wrapper .image-wrapper {
    width: 50px;
    padding: 15px 0; }
  .about-page-what-do .item-wrapper .what-do-title {
    padding: 15px 0;
    color: white; }
  .about-page-what-do .item-wrapper .des {
    padding: 15px 0; }
    .about-page-what-do .item-wrapper .des p {
      color: #7e7e7e; }
  .about-page-what-do .partners-about-page {
    margin-top: 50px; }
    .about-page-what-do .partners-about-page .partner-item {
      width: 80%;
      padding: 20px;
      margin-bottom: 15px; }
  .about-page-what-do .dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../static_images/dots.png) 0 0 repeat; }

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em; }

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden; }

.ml6 .letter {
  display: inline-block;
  line-height: 1em; }

.about-gallery {
  padding: 30px 0; }
  .about-gallery .images-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px; }
    .about-gallery .images-wrapper .column-gallery {
      flex: 25%;
      max-width: 25%; }
      .about-gallery .images-wrapper .column-gallery .image {
        width: 100%;
        padding: 15px 7.5px; }

.contact-bg {
  background-image: url(../static_images/logo-first-letter.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  .contact-bg .contact-bg-second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.97);
    background-blend-mode: multiply; }

.contact-page-title {
  padding: 30px 0; }
  .contact-page-title .page-title {
    text-align: center;
    color: #272727; }

.contact-page-info-text .copyright-contact {
  margin-top: 100px;
  padding: 0 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .contact-page-info-text .copyright-contact .first-copyright {
    z-index: 999999;
    color: #ffffff99; }
    .contact-page-info-text .copyright-contact .first-copyright p {
      font-size: 12px; }

.footer-animation {
  background-image: url(../static_images/logo-first-letter.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  font-family: 'Oswald', sans-serif;
  float: left;
  width: 100%;
  height: 100vh;
  padding: 100px 0; }
  .footer-animation .footer-animation-second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.97);
    background-blend-mode: multiply; }
  .footer-animation .box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    box-sizing: border-box;
    transition: all .2s linear; }
    .footer-animation .box_image {
      position: absolute;
      top: 10%;
      left: 10%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box_image img {
        width: 200px;
        height: 200px;
        transition: 0.3s ease-in;
        cursor: pointer;
        z-index: 11;
        opacity: 0.6; }
      .footer-animation .box_image:hover {
        z-index: 999; }
        .footer-animation .box_image:hover img {
          transform: scale(1.5);
          transition: 0.3s ease-in;
          border-radius: 5px;
          box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
          opacity: 1; }
    .footer-animation .box .anim-2 {
      position: absolute;
      top: 15%;
      left: 25%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-2 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-3 {
      position: absolute;
      top: 20%;
      left: 40%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-3 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-4 {
      position: absolute;
      top: 15%;
      left: 55%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-4 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-5 {
      position: absolute;
      top: 35%;
      left: 70%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-5 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-6 {
      position: absolute;
      top: 20%;
      left: 85%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-6 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-7 {
      position: absolute;
      top: 60%;
      left: 10%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-7 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-8 {
      position: absolute;
      top: 55%;
      left: 25%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-8 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-9 {
      position: absolute;
      top: 60%;
      left: 40%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-9 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-10 {
      position: absolute;
      top: 50%;
      left: 55%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-10 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-11 {
      position: absolute;
      top: 70%;
      left: 70%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-11 img {
        width: 200px;
        height: 200px; }
    .footer-animation .box .anim-12 {
      position: absolute;
      top: 65%;
      left: 85%;
      text-shadow: 0px 0px 5px red;
      transition: all .1s linear; }
      .footer-animation .box .anim-12 img {
        width: 200px;
        height: 200px; }

.footer-animation-media {
  display: none; }
  .footer-animation-media .footer-media {
    padding: 30px 150px; }
    .footer-animation-media .footer-media .footer-media-item {
      position: center; }
      .footer-animation-media .footer-media .footer-media-item img {
        width: 100%;
        height: 400px;
        position: center; }
    .footer-animation-media .footer-media .slick-prev {
      left: 175px; }
    .footer-animation-media .footer-media .slick-next {
      right: 188px; }

.total-wrap {
  padding: 100px 0;
  z-index: 99999999; }
  .total-wrap .first-wrap-cont h1 {
    color: white; }
  .total-wrap .first-wrap-cont p {
    color: #ffffff99; }
  .total-wrap .space-between {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .total-wrap .space-between .second-wrap-cont {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
      .total-wrap .space-between .second-wrap-cont .address-first h5 {
        color: white; }
      .total-wrap .space-between .second-wrap-cont .address-first p {
        color: #ffffff99;
        font-size: 12px; }
      .total-wrap .space-between .second-wrap-cont .address-second {
        margin-left: 50px; }
        .total-wrap .space-between .second-wrap-cont .address-second h5 {
          color: white; }
        .total-wrap .space-between .second-wrap-cont .address-second p {
          color: #ffffff99;
          font-size: 12px; }
    .total-wrap .space-between .right-address p {
      color: white; }
    .total-wrap .space-between .right-address ul {
      list-style: none;
      color: white;
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0; }
      .total-wrap .space-between .right-address ul a {
        color: white; }
      .total-wrap .space-between .right-address ul .all-lies {
        margin-left: 20px; }
  .total-wrap .contactModalBtn {
    width: 200px;
    padding: 19px 20px 17px;
    border-radius: 0px;
    background: transparent;
    color: white;
    border: 1px solid white;
    font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    outline: 0;
    margin-top: 100px;
    margin-left: 100px; }
    .total-wrap .contactModalBtn:hover {
      background-color: white;
      color: #1a1a1a;
      border-radius: 3px;
      border: 1px solid black; }

.map-wrapper {
  padding: 40px 0; }

.project-view-slide {
  padding-bottom: 5.14rem;
  position: relative; }
  .project-view-slide .project-view-item {
    height: calc(100vh - 75px);
    display: flex; }
    .project-view-slide .project-view-item img {
      object-fit: cover; }
  .project-view-slide .slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    background: transparent;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 40px;
    color: white;
    transition: 0.3s ease-out; }
  .project-view-slide .slide-next {
    right: 20px; }
  .project-view-slide .slide-prev {
    left: 20px; }
  .project-view-slide .card-project {
    width: 511px;
    z-index: 1;
    padding: 46px 36px;
    background: #27272785;
    position: absolute;
    left: 10%;
    top: 8%; }
    .project-view-slide .card-project .collapse-btn {
      color: white;
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize; }
      .project-view-slide .card-project .collapse-btn:focus {
        box-shadow: none;
        border: none; }
    .project-view-slide .card-project .card-body {
      background: transparent;
      border: none; }
      .project-view-slide .card-project .card-body .card-title {
        padding: 26px 0 35px;
        color: white; }
      .project-view-slide .card-project .card-body .des p {
        color: white; }
      .project-view-slide .card-project .card-body .card-info-wrapper .line {
        padding: 10px 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #7e7e7e; }
        .project-view-slide .card-project .card-body .card-info-wrapper .line .name {
          font-size: 14px;
          color: white;
          font-weight: 500; }
        .project-view-slide .card-project .card-body .card-info-wrapper .line .data {
          font-size: 14px;
          color: white; }
      .project-view-slide .card-project .card-body .share-line {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 40px 0 10px; }
        .project-view-slide .card-project .card-body .share-line span {
          font-size: 14px;
          color: white;
          font-weight: 500; }
        .project-view-slide .card-project .card-body .share-line .links-wrapper {
          display: flex; }
          .project-view-slide .card-project .card-body .share-line .links-wrapper .icon-wrap {
            cursor: pointer;
            margin-left: 20px;
            color: white;
            transition: 0.3s ease-out;
            font-size: 18px; }
            .project-view-slide .card-project .card-body .share-line .links-wrapper .icon-wrap:hover {
              color: #272727; }

.view-image-text {
  padding: 5.14rem 0; }
  .view-image-text .wrapper {
    margin: auto;
    width: 100%;
    padding-left: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .view-image-text .wrapper .sec-title {
      padding: 25px 0;
      color: #7e7e7e; }
    .view-image-text .wrapper .des p {
      color: #7e7e7e; }

.view-grid-images {
  padding: 5.14rem 0; }
  .view-grid-images .image-wrapper {
    margin-bottom: 45px; }

.view-large-image {
  padding: 5.14rem 0; }
  .view-large-image .image-wrapper {
    padding: 30px 0; }

.footer {
  padding: 0 0 40px;
  background-color: #1a1a1a; }
  .footer .right-address p {
    color: white; }
  .footer .right-address ul {
    list-style: none;
    color: white;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0; }
    .footer .right-address ul a {
      color: white;
      cursor: pointer; }
      .footer .right-address ul a .all-lies {
        margin-left: 20px; }
  .footer .dez-sep {
    border: 1px solid white;
    width: inherit;
    margin-bottom: 10px; }
  .footer p {
    color: white;
    font-size: 14px; }
  .footer h5 {
    color: #3a3e4b;
    margin-top: 40px; }
  .footer .part2 {
    padding: 0;
    justify-content: flex-start; }
  .footer .dez-social-icon {
    margin: 0 -3px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none; }
    .footer .dez-social-icon .part3 {
      background-color: white;
      border: 1px solid gray;
      transition: 0.3s ease-out; }
      .footer .dez-social-icon .part3:hover {
        border-radius: 50%; }
    .footer .dez-social-icon .p {
      width: 30px;
      height: 30px;
      background-color: #effbff;
      color: black;
      z-index: 999;
      line-height: 28px;
      border-radius: 3px;
      align-items: center; }
      .footer .dez-social-icon .p a {
        color: black; }
    .footer .dez-social-icon .icon-right {
      margin-left: 10px; }
  .footer .dez-post-meta {
    color: white;
    padding: 0; }
    .footer .dez-post-meta ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .dez-post-meta ul li {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        /*border-bottom: 1px dashed white;*/ }
        .footer .dez-post-meta ul li a {
          color: white;
          text-decoration: none; }
          .footer .dez-post-meta ul li a i {
            color: white;
            font-size: 16px; }
          .footer .dez-post-meta ul li a:before {
            color: white; }
      .footer .dez-post-meta ul .other-li {
        cursor: pointer; }
        .footer .dez-post-meta ul .other-li a {
          text-decoration: none;
          color: white;
          font-weight: 500;
          transition: 0.3s ease-out; }
          .footer .dez-post-meta ul .other-li a:before {
            color: white;
            padding-left: 2px; }
          .footer .dez-post-meta ul .other-li a i {
            color: white;
            font-size: 16px; }
        .footer .dez-post-meta ul .other-li:hover {
          margin-left: 10px;
          transition: 0.3s; }
      .footer .dez-post-meta ul .oth {
        margin-top: 10px; }
  .footer .contactModalBtn {
    width: 200px;
    padding: 19px 20px 17px;
    border-radius: 0px;
    background: black;
    color: white;
    border: 1px solid white;
    font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    outline: 0; }
    .footer .contactModalBtn:hover {
      background-color: white;
      color: #1a1a1a;
      border-radius: 3px;
      border: 1px solid black; }
  .footer #contactModal {
    top: 80px;
    z-index: 111111111111; }
    .footer #contactModal .modal-content {
      background-color: white;
      border: none; }
      .footer #contactModal .modal-content .modal-header {
        border-bottom: none; }
        .footer #contactModal .modal-content .modal-header .close {
          background-color: white;
          color: black;
          border: none;
          padding: 0;
          font-size: 28px;
          outline: 0; }
      .footer #contactModal .modal-content .modal-body .fieldset {
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-size: 0;
        letter-spacing: 0;
        margin-bottom: 35px; }
        .footer #contactModal .modal-content .modal-body .fieldset .label {
          color: #3a3e4b;
          font-weight: 500;
          font-size: 18px;
          line-height: 22px;
          display: inline-block;
          vertical-align: top;
          text-align: left;
          margin-right: 9px;
          min-width: 54px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .footer #contactModal .modal-content .modal-body .fieldset .fieldset__focus {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .footer #contactModal .modal-content .modal-body .fieldset .fieldset__focus .fieldset__focus_child {
            display: flex;
            flex-direction: column;
            margin-top: 10px;
            align-items: center;
            padding: 0 25px; }
            .footer #contactModal .modal-content .modal-body .fieldset .fieldset__focus .fieldset__focus_child .label_sec {
              color: #3a3e4b;
              font-weight: 500;
              font-size: 12px;
              line-height: 22px;
              display: inline-block;
              vertical-align: top;
              text-align: left;
              min-width: 54px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .footer #contactModal .modal-content .modal-body .fieldset .fieldset__focus .fieldset__focus_child input {
              margin-top: 10px;
              cursor: pointer; }
      .footer #contactModal .modal-content .modal-body .form_row {
        font-size: 0;
        letter-spacing: 0;
        text-align: left; }
        .footer #contactModal .modal-content .modal-body .form_row .form_column {
          width: 50%;
          display: inline-block;
          vertical-align: top; }
          .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset {
            display: inline-block;
            vertical-align: top;
            position: relative;
            font-size: 0;
            letter-spacing: 0;
            margin-bottom: 35px; }
            .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .label {
              color: #3a3e4b;
              font-weight: 500;
              font-size: 18px;
              line-height: 22px;
              display: inline-block;
              vertical-align: top;
              text-align: left;
              margin-right: 9px;
              min-width: 54px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .fieldset__focus {
              display: inline-block;
              position: relative; }
              .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .fieldset__focus .ask-file {
                border: white;
                width: 100%;
                display: block;
                text-align: center;
                color: white; }
              .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .fieldset__focus .input {
                width: 230px;
                outline: none;
                background-color: transparent;
                border: none;
                border-bottom: 1px solid black;
                display: inline-block;
                vertical-align: top;
                font-size: 16px;
                line-height: 1;
                font-weight: 300;
                color: black;
                font-weight: 600;
                padding: 0 13px;
                height: 22px;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                border-radius: 0; }
                .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .fieldset__focus .input ::placeholder {
                  color: white !important; }
      .footer #contactModal .modal-content .modal-footer {
        border-top: none; }

.show-child-element {
  opacity: 1 !important;
  transition: 1s !important;
  width: 100%; }

.slick-dots {
  width: max-content !important; }

.slick-dotted.slick-slider {
  display: flex;
  justify-content: center; }

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .contain .item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    height: 300px;
    justify-content: center; }

.ml7 {
  position: relative;
  font-weight: 500;
  font-size: 2.3em; }
  .ml7 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden; }
  .ml7 .letter {
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em; }

.ml13 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600; }
  .ml13 .letter {
    display: inline-block;
    line-height: 1em; }

.mll13 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600; }
  .mll13 .letter {
    display: inline-block;
    line-height: 1em; }

.mll13-design {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600; }
  .mll13-design .letter {
    display: inline-block;
    line-height: 1em; }

.ml13-projects {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600; }
  .ml13-projects .letter {
    display: inline-block;
    line-height: 1em; }

.design__bg {
  text-align: center;
  line-height: 1;
  font-size: 60px;
  opacity: 0.1; }

.projects__bg {
  text-align: center;
  line-height: 1;
  font-size: 35px;
  opacity: 0.1; }

@media (max-width: 1370px) {
  .footer-animation .box_image img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-2 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-3 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-4 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-5 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-6 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-7 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-8 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-9 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-10 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-11 img {
    width: 150px;
    height: 150px; }
  .footer-animation .box .anim-12 img {
    width: 150px;
    height: 150px; }

  .project-items-filter .project-slick-item .inner-wrapper .image-wrapper .card-wrap {
    padding: 60px; } }
@media (max-width: 1150px) {
  .footer-animation .box_image img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-2 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-3 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-4 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-5 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-6 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-7 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-8 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-9 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-10 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-11 img {
    width: 130px;
    height: 130px; }
  .footer-animation .box .anim-12 img {
    width: 130px;
    height: 130px; } }
@media (max-width: 1050px) {
  .projects-home .slick-projects .project-slick-item .inner-wrapper .hover-content .project-title {
    font-size: 22px; } }
.navbar-media {
  display: none;
  padding: 10px 10px; }
  .navbar-media .logo-media .navbar-brand img {
    width: 150px; }
  .navbar-media .navbar-toggler {
    width: 56px;
    height: 40px;
    outline: 0 !important;
    box-shadow: none !important; }
    .navbar-media .navbar-toggler .fas {
      font-size: 1.6rem; }
  .navbar-media #navbarTogglerDemo01 {
    transition: 0.65s linear; }
    .navbar-media #navbarTogglerDemo01 .navbar-nav .nav-item .nav-link {
      color: black;
      font-size: 16px; }
    .navbar-media #navbarTogglerDemo01 .form-inline .form-control {
      width: auto;
      border: 1px solid black;
      outline: 0 !important;
      box-shadow: none !important; }
      .navbar-media #navbarTogglerDemo01 .form-inline .form-control:focus {
        border-color: black; }
    .navbar-media #navbarTogglerDemo01 .form-inline button {
      margin-top: 10px; }

@media (max-width: 991px) {
  #dropdownMenuLink {
    background: #272727; }

  .hero #carousel .hero-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 89px);
    display: flex;
    align-items: center;
    position: relative; }
    .hero #carousel .hero-item .inner-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      display: flex;
      align-items: center; }
      .hero #carousel .hero-item .inner-wrapper .wrapper {
        position: relative;
        margin-left: 15%;
        z-index: 9;
        width: 280px;
        height: max-content;
        padding: 5% 0 5% 30px;
        color: white;
        min-height: 52vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .title-wrapper {
          transform: translate(100%);
          font-size: 22px; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .text-wrapper {
          width: 450px;
          font-size: 46px;
          transform: translate(-100%);
          margin-bottom: 25px;
          font-weight: 600; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .texts {
          overflow: hidden;
          width: max-content; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .see-all {
          transform: translateX(-100%); }
          .hero #carousel .hero-item .inner-wrapper .wrapper .see-all a {
            color: white; }

  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 119px;
      opacity: 0; }

  .service-home {
    padding: 0 0;
    width: 100%;
    overflow: hidden; }
    .service-home .row {
      display: block;
      position: relative;
      background-position: center;
      background-size: cover;
      transition: 0.6s ease-out; }
      .service-home .row .back-images-first {
        padding: 200px 0;
        flex: 100%;
        border-right: white solid 0.5px;
        background-position: center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: multiply; }
        .service-home .row .back-images-first .wrapper-info {
          text-align: center;
          color: white; }
        .service-home .row .back-images-first .child-element {
          position: absolute;
          display: block;
          opacity: 0;
          background-size: cover;
          background-position: center;
          z-index: 1000;
          top: 0;
          left: 0;
          transition: 0.7s linear;
          height: 100%; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 89px;
      opacity: 0; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 50px;
    opacity: 0.1; }

  .ml13 {
    letter-spacing: 0.4em; }

  .mll13 {
    letter-spacing: 0.3em; }

  .projects-home .title-filter .title {
    font-size: 30px; }
  .projects-home .title-filter .buttons-wrapper .f-btn {
    font-size: 16px; }

  .footer-animation {
    display: none; }

  .footer-animation-media {
    display: block; }

  .about-page-info-text {
    opacity: 1;
    padding: 0; }
    .about-page-info-text .info-line {
      font-size: 20px; }
    .about-page-info-text .des p {
      font-size: 16px; }
    .about-page-info-text .section-name {
      font-size: 20px; }

  .service-wraps {
    margin-top: 20px; }
    .service-wraps .text-info-wrap .dez-sep {
      width: 190px; }

  .project-view-slide {
    padding: 10px 0; }

  .view-image-text {
    padding: 10px 0; }
    .view-image-text .wrapper {
      width: 100%; }

  .view-large-image {
    padding: 0; }

  .view-grid-images {
    padding: 0; }

  .news-page-view .image-wrapper {
    width: 100%; }

  nav {
    display: none !important; }

  .navbar-media {
    display: block !important; } }
@media (max-width: 768px) {
  .project-page-title-button .filter-buttons-wrapper {
    flex-direction: column; }

  .hero #carousel .hero-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 89px);
    display: flex;
    align-items: center;
    position: relative; }
    .hero #carousel .hero-item .inner-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      display: flex;
      align-items: center; }
      .hero #carousel .hero-item .inner-wrapper .wrapper {
        position: relative;
        margin-left: 15%;
        z-index: 9;
        width: 280px;
        height: max-content;
        padding: 5% 0 5% 30px;
        color: white;
        min-height: 52vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .title-wrapper {
          transform: translate(100%);
          font-size: 18px; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .text-wrapper {
          width: 450px;
          font-size: 40px;
          transform: translate(-100%);
          margin-bottom: 25px;
          font-weight: 600; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .texts {
          overflow: hidden;
          width: max-content; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .see-all {
          transform: translateX(-100%); }
          .hero #carousel .hero-item .inner-wrapper .wrapper .see-all a {
            color: white; }

  .lines-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%; }
    .lines-wrapper .top-tight {
      position: absolute;
      top: 0;
      left: 0; }
    .lines-wrapper .bottom-left {
      position: absolute;
      bottom: 0;
      right: 0; }
    .lines-wrapper .lines {
      height: 0; }

  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 88px;
      opacity: 0; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 68px;
      opacity: 0; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 40px;
    opacity: 0.1; }

  .projects-home .title-filter {
    display: inline-block; }
    .projects-home .title-filter .buttons-wrapper {
      display: block; }
      .projects-home .title-filter .buttons-wrapper .f-btn {
        margin: 0; }
      .projects-home .title-filter .buttons-wrapper .filter-btn-second {
        margin-left: 15px; }

  .about-page-info-text .info-line {
    font-size: 18px; }
  .about-page-info-text .des p {
    font-size: 14px; }
  .about-page-info-text .section-name {
    font-size: 18px; }

  .footer-animation-media .footer-media {
    padding: 30px 50px; }
    .footer-animation-media .footer-media .slick-prev {
      left: 115px; }
    .footer-animation-media .footer-media .slick-next {
      right: 128px; }

  .about-gallery .images-wrapper {
    display: block;
    padding: 0 50px; }
    .about-gallery .images-wrapper .column-gallery {
      max-width: 100%; }

  .project-view-slide .card-project {
    width: 450px;
    padding: 10px 36px; } }
@media (max-width: 576px) {
  .hero #carousel .hero-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 89px);
    display: flex;
    align-items: center;
    position: relative; }
    .hero #carousel .hero-item .inner-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      display: flex;
      align-items: center; }
      .hero #carousel .hero-item .inner-wrapper .wrapper {
        position: relative;
        margin-left: 15%;
        z-index: 9;
        width: 280px;
        height: max-content;
        padding: 5% 0 5% 30px;
        color: white;
        min-height: 52vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .title-wrapper {
          transform: translate(100%);
          font-size: 18px; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .text-wrapper {
          width: 300px;
          font-size: 26px;
          transform: translate(-100%);
          margin-bottom: 25px;
          font-weight: 600; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .texts {
          overflow: hidden;
          width: max-content; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .see-all {
          transform: translateX(-100%); }
          .hero #carousel .hero-item .inner-wrapper .wrapper .see-all a {
            color: white; }
  .hero #carousel .slick-dots {
    position: absolute;
    width: max-content;
    right: 100px;
    bottom: 13%;
    display: flex; }
    .hero #carousel .slick-dots li {
      position: relative;
      margin: 0 13px; }
      .hero #carousel .slick-dots li button {
        padding: 0;
        width: 2.4rem;
        height: 5px;
        background: white; }
        .hero #carousel .slick-dots li button:before {
          content: none; }
    .hero #carousel .slick-dots .slick-active button {
      background: #272727; }

  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 80px;
      opacity: 0; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 55px;
      opacity: 0; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    opacity: 0.1; }

  .footer-animation-media .footer-media {
    padding: 20px 20px; }
    .footer-animation-media .footer-media .footer-media-item img {
      height: 350px; }
    .footer-animation-media .footer-media .slick-prev {
      left: 45px; }
    .footer-animation-media .footer-media .slick-next {
      right: 58px; }

  .footer #contactModal {
    top: 5px; }
    .footer #contactModal .modal-content .modal-header .modal-title {
      font-size: 1rem; }
    .footer #contactModal .modal-content .modal-body .form_row .form_column {
      width: 100%; }
      .footer #contactModal .modal-content .modal-body .form_row .form_column .fieldset .label {
        font-size: 14px; }

  .news-page .news-item-wrapper .info-wrapper-back .info-wrapper {
    padding: 20px; }

  .about-our-team .team-mans {
    padding: 10px; }
  .about-our-team .our_team .letter-item .ml7 .text-wrapper {
    font-size: 60px; }

  .contact-bg .contact-page-info-text .total-wrap {
    padding: 30px 20px; }
    .contact-bg .contact-page-info-text .total-wrap .space-between {
      flex-direction: column; }
      .contact-bg .contact-page-info-text .total-wrap .space-between .right-address ul {
        justify-content: flex-start; }
        .contact-bg .contact-page-info-text .total-wrap .space-between .right-address ul .all-lies {
          margin-left: 20px; }
  .contact-bg .contact-page-info-text .copyright-contact {
    margin-top: 30px;
    padding: 0 20px;
    flex-direction: column; }

  .project-view-slide .card-project {
    width: 100%;
    padding: 0 0;
    left: 0;
    top: 5%; }
  .project-view-slide .slick-project-view .slide-arrow {
    display: none !important; } }
@media (max-width: 500px) {
  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 70px;
      opacity: 0; }
    .about-home .wrapper .about__h2 {
      margin-top: 20px; }
    .about-home .wrapper p {
      font-size: 13px; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 45px;
      opacity: 0; }
    .career .wrapper .about__h2 {
      margin-top: 20px; }
    .career .wrapper p {
      font-size: 13px; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    opacity: 0.1; }

  .ml7 {
    font-size: 1.5em; }

  .about-gallery .images-wrapper {
    padding: 0 20px; }

  .projects__bg {
    font-size: 22px; } }
@media (max-width: 442px) {
  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 0;
      opacity: 0; }
    .about-home .wrapper {
      margin-top: 0; }
      .about-home .wrapper p {
        font-size: 13px; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 40px;
      opacity: 0; }
    .career .wrapper {
      margin: -50px auto 0; }
      .career .wrapper p {
        font-size: 13px; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    opacity: 0.1; }

  .ml7 {
    font-size: 1.2em; } }
@media (max-width: 384px) {
  .hero #carousel .hero-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 89px);
    display: flex;
    align-items: center;
    position: relative; }
    .hero #carousel .hero-item .inner-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      display: flex;
      align-items: center; }
      .hero #carousel .hero-item .inner-wrapper .wrapper {
        position: relative;
        margin-left: 8%;
        z-index: 9;
        width: 280px;
        height: max-content;
        padding: 5% 0 5% 30px;
        color: white;
        min-height: 52vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .title-wrapper {
          transform: translate(100%);
          font-size: 18px; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .text-wrapper {
          width: 280px;
          font-size: 22px;
          transform: translate(-100%);
          margin-bottom: 25px;
          font-weight: 600; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .texts {
          overflow: hidden;
          width: max-content; }
        .hero #carousel .hero-item .inner-wrapper .wrapper .see-all {
          transform: translateX(-100%); }
          .hero #carousel .hero-item .inner-wrapper .wrapper .see-all a {
            color: white; }

  .about-home {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    opacity: 1; }
    .about-home .about__bg {
      text-align: center;
      line-height: 1;
      font-size: 49px;
      opacity: 0; }
    .about-home .wrapper {
      margin-top: -60px; }
      .about-home .wrapper p {
        font-size: 13px; }

  .career {
    padding: 30px 0;
    position: relative;
    opacity: 1; }
    .career .career__bg {
      text-align: center;
      line-height: 1;
      font-size: 35px;
      opacity: 0; }
    .career .wrapper {
      margin: -40px auto 0; }
      .career .wrapper p {
        font-size: 13px; }

  .design__bg {
    text-align: center;
    line-height: 1;
    font-size: 26px;
    opacity: 0.1; }

  .ml7 {
    font-size: 1em; } }
.shareon .facebook {
  background-color: transparent !important; }
.shareon .linkedin {
  background-color: transparent !important; }
.shareon .telegram {
  background-color: transparent !important; }
.shareon .twitter {
  background-color: transparent !important; }
.shareon .viber {
  background-color: transparent !important; }
.shareon .vkontakte {
  background-color: transparent !important; }
.shareon .whatsapp {
  background-color: transparent !important; }

/*# sourceMappingURL=style.css.map */
